/*
Theme Name: The Retailer Child
Theme URI: http://theretailer.getbowtied.com/
Template: gantries
Author: Get Bowtied
Author URI: https://www.getbowtied.com/
Description: The Retailer is one of Envato's top selling eCommerce theme for WordPress and WooCommerce.
Version: 2.5.2.1520958668
Updated: 2018-03-13 16:31:08

*/



/* General Fix 
-----------------------------*/ 

.wpb_wrapper li span{
    font-size:13px;
}

html body * {
    font-family: 'Arial' !important;
}

.center-block {
	margin: 0 auto;
	float: none;
}

.shipping-calculator-button {
    color: #0000EE !important;
}

.sticky-cart {
    margin-top: -1000px;
    position: fixed;
    top: 100px;
    right: 0px;
    background: #ffffff;
    transition: ease-in-out 0.3s;
    padding: 10px 20px;
    ;
    z-index: 999999;
    box-shadow: 1px 1px 5px rgba(155, 155, 155, 0.8)
}

.sticky-cart__button {
    text-align: center;
    display: block;
    color: #222222;
}

.sticky-cart__button span {
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: -1px;
    margin-top: 10px;
}

.sticky-cart.fixed {
    margin-top: 0px;
}

.sticky-cart__count {
    margin-top: 10px;
}

	.archive .container_12 .grid_9 {
		left: 0;
		width: 100%;
	}

	.archive .container_12 .push_3 {
		left: 0;
	}


#nav_menu-5 li{
	border: 0 !important;
}

@media(max-width: 768px) {
    .sticky-cart {
        bottom: 0px;
        top: initial !important;
        left: 0px;
    }
    .sticky-cart__button {
        text-align: center;
    }
    .sticky-cart__button * {
        margin: 0px;
        display: inline-block !important;
        text-transform: uppercase;
        font-weight: bold;
    }
    .sticky-cart__button svg {
        display: block !important;
        text-align: center;
        width: 100%;
        margin: 0 auto;
    }
}

/* PRODUCT PAGE */

.upsell-container {
    text-align: center;
}

.upsell-container .product_item {
    width: 25%;
    margin: 0px !important;
    display: block;
    float: left;
    /* border-bottom: 1px solid #ececec; */
    padding: 30px 0px !important;
}

@media(max-width: 768px) {
    .upsell-container .product_item {
        width: 100%;
        display: block;
    }
}

.product_item .image_container {
    position: relative;
    max-width: 100% !important;
    /* min-height: 314px !important; */
    margin-bottom: 7px;
    display: flex;
    align-items: center;
}

.gbtr_logo img {
    max-width: 100% !important;
}

div.product .product_title,
#content div.product .product_title,
.title_subtitle h3 {
    clear: none;
    margin-top: 0;
    margin-bottom: 10px;
    padding: 10px 0 0 0;
    line-height: 1.3em;
    font-weight: normal;
    text-transform: none;
}

.archive .category_header h1.page-title,
.category_header h1.page-title {
    font-size: 36px !important;
}

/* Announcement bar */

.announcement-bar {
    text-align: center;
}

.announcement-bar img {
    max-width: 50px !important;
    margin-right: 20px;
    max-height: 50px;
}

.announcement-bar a {
    font-size: 15px !important;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0px;
}

.announcement-bar a {
    padding: 5px 5%;
    opacity: 1;
    transition: ease-in-out 0.1s;
    display: block;
}

.announcement-bar a:hover {
    opacity: 0.8;
}

@media(max-width: 480px) {
    .announcement-bar:after {
        display: block;
        content: '';
        clear: both;
    }
    .announcement-bar img {
        display: block;
        float: left;
        vertical-align: middle;
        max-width: 37px;
    }
    .announcement-bar a {
        font-size: 14px !important;
    }
}

/* Woo Buttons */

a.button,
button.button,
input.button,
#respond input#submit,
#content input.button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce #content input.button {
    background: #000 !important;
    color: #ffffff !important;
    margin: 10px 0px;
}

/* Upsells */

.upsell-container .image_container {
    float: left;
    width: 25%;
}

.upsell-container .product-info {
    float: left;
    width: 70%;
    margin-left: 5%;
}

.upsell-container .product_item .image_container {
    min-height: initial !important;
}

.upsell-container .archive-button {}

.archive-button a {
    padding: 10px 2% !important;
    font-size: 0.6em !important;
}

.upsell-container .archive-button a {
    padding: 10px 2% !important;
    font-size: 0.6em !important;
}

.archive-button a:before {
    display: none !important;
}

.upsell-container .price {
    /* margin-top:15px; */
    /* margin-left:5px; */
}

.upsell-container a {
    display: block;
}

.upsell-container .product-info:after {
    clear: both;
    display: block;
    content: '';
}

.upsell-container .product_item_inner:after {
    clear: both;
    display: block;
    content: '';
}

.upsell-container .product_item h3 a {
    padding: 0px !important;
    font-weight: 600;
    min-height: 90px;
    line-height: 1.5em;
}

.upsell-container .product_item_inner {
    padding: 0px 10px !important;
}

/* Footer */

.gbtr_dark_footer_wrapper .widget_nav_menu ul li a {
    font-weight: normal;
}

/* Checkout */

#ship-to-different-address {
    display: flex;
    align-items: center;
}

#ship-to-different-address input {
    height: 30px !important;
    width: 30px !important;
    margin-left: 10px;
}

.bigger-title h3 {
    font-size: 28px !important;
}

.select2-choice {
    border: none !important;
    background: none !important;
    box-shadow: none !important;
}

.select2-arrow {
    background: none !important;
    display: flex !important;
    align-items: center !important;
}

.select2-arrow:before {
    margin-left: 4px !important;
}

.woocommerce button.button {
    margin: 0px !important
}

.add-to-cart-archive,
.price-archive {
    width: 50%;
}

.price-archive {
    font-size: 0.8em;
}

.price-archive .price {
    margin: 0px;
}

.product-meta-archive {
    display: flex;
    align-items: center;
}

.cart-empty {
    display: none !important;
}

.woocommerce-message a.button.wc-forward {
    background: none !important;
}

.entry-content ul li,
.product_meta span {
    color: #000000 !important;
    font-size: 1.3em !important;
}

.global_content_wrapper .widget ul li a {
    color: #000000 !important;
}

.global_content_wrapper p {
    color: #000000 !important;
}

table.shop_table td,
.woocommerce table.shop_table td {
    color: #000000 !important
}

.black_fonts {
    color: #000000 !important;
}

.black_fonts a {
    color: #000000 !important;
}

.theretailer_zoom {
    width: 30% !important;
    background: rgba(0, 0, 0, 0.8) !important;
    display: block !important;
    opacity: 1 !important;
}

@media(max-width:768px) {
    .theretailer_zoom {
        width: 50% !important;
    }
}

.theretailer_zoom:after {
    content: 'Click to englarge';
    display: inline-block;
    width: 100%;
    margin-left: 36px;
    text-transform: uppercase;
    font-size: 10px;
    margin-top: -3px;
    color: #ffffff;
    position: absolute;
}

.theretailer_zoom:before {
    position: relative !important;
}

#nav_menu-5 li {
    display: block !important;
    width: 100%;
    border-bottom: 1px solid #ffffff !important;
}

.woocommerce .empty_bag_icon {
    width: 160px;
    height: 220px;
    background: none;
    background-image: url(../gantries/images/sprites.png) !important;
    background-position: -300px -300px;
    background-repeat: no-repeat;
    margin: 0 auto 20px auto;
}

/*= Shipping Tooltip
--------------------------------------*/

.shipping-tooltip {
    max-width: 400px;
    position: relative;
    font-family: arial;
    margin: 15px 0px;
}

.shipping-tooltip__text {
    color: #2c3e50;
    cursor: help;
}

.shipping-tooltip__text svg {
    color: #3498db !important;
}

.shipping-tooltip__explaination {
    display: none;
    position: absolute;
    top: 0px;
    right: -20px;
    cursor: help;
    max-width: 150px;
    padding: 20px;
    background-color: #000000;
    z-index: 999999;
}

.shipping-tooltip__explaination p {
    color: #ffffff !important;
    font-size: 0.8em;
}

.shipping-tooltip:hover .shipping-tooltip__explaination {
    display: block;
}

/* Order Print CSS */
#wc-print-button:hover{
    opacity:0.6;
}

.woocommerce-thankyou-order-received:after{
    display:block;
    content:'';
    clear:both;
}

#wc-print-button{
    background-color:#000000;
    display:block;
    text-align:center;
    color:#ffffff;
    text-transform:uppercase;
    padding:10px 5%;
    max-width:200px;
    margin-bottom:20px;
    float:right;
    opacity:1;
    transition:ease-in-out 0.6s;
}



#wc-print-button:before{
    display:inline-block;
    content:'\f02f';
    font-family:'fontawesome';
    margin-right:10px;
}

    .woocommerce ul.order_details li {
        display: block !important;
        float: none;
        font-size: 0.8em !important;
        margin-bottom: 5px !important
    }


@media(max-width:768px){
    #wc-print-button{
        float:none;
        margin:20px auto;
    }
}

@media print {
    /* Order Print CSS */
    body * {
        color: #000000 !important
    }
    .entry-content table th {
        background-color: #efefef !important;
    }
    .gbtr_footer_wrapper,
    .gbtr_dark_footer_wrapper,
    .gbtr_header_wrapper,
    .announcement-bar,
    .gbtr_tools_wrapper {
        display: none;
    }
    .woocommerce-checkout h1.entry-title {
        margin-bottom: 10px !important;
    }

    .sticky-cart {
        display: none;
    }
    article {
        margin-bottom: 0px !important;
    }
    html {
        margin-top: 0px !important;
    }
    .print:last-child {
        page-break-after: auto;
    }
    html,
    body {
        height: auto;
    }
    #wc-print-button{
        display:none !important;
    }
}


/* Product page 
----------------------------------------*/ 

.product-details{
    padding:20px 0px;
    border-bottom:1px solid #cccccc;
}

.product-details:last-child{
    border-bottom:none !important;
}

.product-details h2{
    font-size:1.4em; 
    margin-bottom:20px;
}



.product-details h5{
    margin:15px 0px 10px;
}

.product-details li{
    list-style-type: initial;
    margin:3px 0px 3px 13px;
}





/*= Header 
===================================*/ 

.gbtr_header_wrapper .grid_3{
		width: 37%;
		/* float:none; */
	}

.gbtr_header_wrapper .grid_3 img{
		max-width:350px !important;
		float:none;
	}
		
.gbtr_header_wrapper .grid_9{
		width:75%;
		display: block;
		float: none;
	}


.gbtr_header_wrapper:after{
    display:block;
    clear:both;
    height:auto !improtant;

}	/*
Theme Name: The Retailer Child
Theme URI: http://theretailer.getbowtied.com/
Template: gantries
Author: Get Bowtied
Author URI: https://www.getbowtied.com/
Description: The Retailer is one of Envato's top selling eCommerce theme for WordPress and WooCommerce.
Version: 2.5.2.1520958668
Updated: 2018-03-13 16:31:08

*/



/* General Fix 
-----------------------------*/ 

.wpb_wrapper li span{
    font-size:13px;
}

html body * {
    font-family: 'Arial' !important;
}

.shipping-calculator-button {
    color: #0000EE !important;
}

.sticky-cart {
    margin-top: -1000px;
    position: fixed;
    top: 100px;
    right: 0px;
    background: #ffffff;
    transition: ease-in-out 0.3s;
    padding: 10px 20px;
    ;
    z-index: 999999;
    box-shadow: 1px 1px 5px rgba(155, 155, 155, 0.8)
}

.sticky-cart__button {
    text-align: center;
    display: block;
    color: #222222;
}

.sticky-cart__button span {
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: -1px;
    margin-top: 10px;
}

.sticky-cart.fixed {
    margin-top: 0px;
}

.sticky-cart__count {
    margin-top: 10px;
}

@media(max-width: 768px) {
    .sticky-cart {
        bottom: 0px;
        top: initial !important;
        left: 0px;
    }
    .sticky-cart__button {
        text-align: center;
    }
    .sticky-cart__button * {
        margin: 0px;
        display: inline-block !important;
        text-transform: uppercase;
        font-weight: bold;
    }
    .sticky-cart__button svg {
        display: block !important;
        text-align: center;
        width: 100%;
        margin: 0 auto;
    }
}

/* PRODUCT PAGE */

.upsell-container {
    text-align: center;
}

.upsell-container .product_item {
    width: 25%;
    margin: 0px !important;
    display: block;
    float: left;
    /* border-bottom: 1px solid #ececec; */
    padding: 30px 0px !important;
}

@media(max-width: 768px) {
    .upsell-container .product_item {
        width: 100%;
        display: block;
    }
}

.product_item .image_container {
    position: relative;
    max-width: 100% !important;
    /* min-height: 314px !important; */
    margin-bottom: 7px;
    display: flex;
    align-items: center;
}

.gbtr_logo img {
    max-width: 100% !important;
}

div.product .product_title,
#content div.product .product_title,
.title_subtitle h3 {
    clear: none;
    margin-top: 0;
    margin-bottom: 10px;
    padding: 10px 0 0 0;
    line-height: 1.3em;
    font-weight: normal;
    text-transform: none;
}

.archive .category_header h1.page-title,
.category_header h1.page-title {
    font-size: 36px !important;
}

/* Announcement bar */

.announcement-bar {
    text-align: center;
}

.announcement-bar img {
    max-width: 50px !important;
    margin-right: 20px;
    max-height: 50px;
}

.announcement-bar a {
    font-size: 15px !important;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0px;
}

.announcement-bar a {
    padding: 5px 5%;
    opacity: 1;
    transition: ease-in-out 0.1s;
    display: block;
}

.announcement-bar a:hover {
    opacity: 0.8;
}

@media(max-width: 480px) {
    .announcement-bar:after {
        display: block;
        content: '';
        clear: both;
    }
    .announcement-bar img {
        display: block;
        float: left;
        vertical-align: middle;
        max-width: 37px;
    }
    .announcement-bar a {
        font-size: 14px !important;
    }
}

/* Woo Buttons */

a.button,
button.button,
input.button,
#respond input#submit,
#content input.button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce #content input.button {
    background: #000 !important;
    color: #ffffff !important;
    margin: 10px 0px;
}

/* Upsells */

.upsell-container .image_container {
    float: left;
    width: 25%;
}

.upsell-container .product-info {
    float: left;
    width: 70%;
    margin-left: 5%;
}

.upsell-container .product_item .image_container {
    min-height: initial !important;
}

.upsell-container .archive-button {}

.archive-button a {
    padding: 10px 2% !important;
    font-size: 0.6em !important;
}

.upsell-container .archive-button a {
    padding: 10px 2% !important;
    font-size: 0.6em !important;
}

.archive-button a:before {
    display: none !important;
}

.upsell-container .price {
    /* margin-top:15px; */
    /* margin-left:5px; */
}

.upsell-container a {
    display: block;
}

.upsell-container .product-info:after {
    clear: both;
    display: block;
    content: '';
}

.upsell-container .product_item_inner:after {
    clear: both;
    display: block;
    content: '';
}

.upsell-container .product_item h3 a {
    padding: 0px !important;
    font-weight: 600;
    min-height: 90px;
    line-height: 1.5em;
}

.upsell-container .product_item_inner {
    padding: 0px 10px !important;
}

/* Footer */

.gbtr_dark_footer_wrapper .widget_nav_menu ul li a {
    font-weight: normal;
}

/* Checkout */

#ship-to-different-address {
    display: flex;
    align-items: center;
}

#ship-to-different-address input {
    height: 30px !important;
    width: 30px !important;
    margin-left: 10px;
}

.bigger-title h3 {
    font-size: 28px !important;
}

.select2-choice {
    border: none !important;
    background: none !important;
    box-shadow: none !important;
}

.select2-arrow {
    background: none !important;
    display: flex !important;
    align-items: center !important;
}

.select2-arrow:before {
    margin-left: 4px !important;
}

.woocommerce button.button {
    margin: 0px !important
}

.add-to-cart-archive,
.price-archive {
    width: 50%;
}

.price-archive {
    font-size: 0.8em;
}

.price-archive .price {
    margin: 0px;
}

.product-meta-archive {
    display: flex;
    align-items: center;
}

.cart-empty {
    display: none !important;
}

.woocommerce-message a.button.wc-forward {
    background: none !important;
}

.entry-content ul li,
.product_meta span {
    color: #000000 !important;
    font-size: 1.3em !important;
}

.global_content_wrapper .widget ul li a {
    color: #000000 !important;
}

.global_content_wrapper p {
    color: #000000 !important;
}

table.shop_table td,
.woocommerce table.shop_table td {
    color: #000000 !important
}

.black_fonts {
    color: #000000 !important;
}

.black_fonts a {
    color: #000000 !important;
}

.theretailer_zoom {
    width: 36% !important;
    background: rgba(0, 0, 0, 0.8) !important;
    display: block !important;
    opacity: 1 !important;
}

@media(max-width:768px) {
    .theretailer_zoom {
        width: 50% !important;
    }
}

.theretailer_zoom:after {
    content: 'Click to englarge';
    display: inline-block;
    width: 100%;
    margin-left: 36px;
    text-transform: uppercase;
    font-size: 10px;
    margin-top: -3px;
    color: #ffffff;
    position: absolute;
}

.theretailer_zoom:before {
    position: relative !important;
}

#nav_menu-5 li {
    display: block !important;
    width: 100%;
    border-bottom: 1px solid #ffffff !important;
}

.woocommerce .empty_bag_icon {
    width: 160px;
    height: 220px;
    background: none;
    background-image: url(../gantries/images/sprites.png) !important;
    background-position: -300px -300px;
    background-repeat: no-repeat;
    margin: 0 auto 20px auto;
}

/*= Shipping Tooltip
--------------------------------------*/

.shipping-tooltip {
    max-width: 400px;
    position: relative;
    font-family: arial;
    margin: 15px 0px;
}

.shipping-tooltip__text {
    color: #2c3e50;
    cursor: help;
}

.shipping-tooltip__text svg {
    color: #3498db !important;
}

.shipping-tooltip__explaination {
    display: none;
    position: absolute;
    top: 0px;
    right: -20px;
    cursor: help;
    max-width: 150px;
    padding: 20px;
    background-color: #000000;
    z-index: 999999;
}

.shipping-tooltip__explaination p {
    color: #ffffff !important;
    font-size: 0.8em;
}

.shipping-tooltip:hover .shipping-tooltip__explaination {
    display: block;
}

/* Order Print CSS */
#wc-print-button:hover{
    opacity:0.6;
}

.woocommerce-thankyou-order-received:after{
    display:block;
    content:'';
    clear:both;
}

#wc-print-button{
    background-color:#000000;
    display:block;
    text-align:center;
    color:#ffffff;
    text-transform:uppercase;
    padding:10px 5%;
    max-width:200px;
    margin-bottom:20px;
    float:right;
    opacity:1;
    transition:ease-in-out 0.6s;
}



#wc-print-button:before{
    display:inline-block;
    content:'\f02f';
    font-family:'fontawesome';
    margin-right:10px;
}

    .woocommerce ul.order_details li {
        display: block !important;
        float: none;
        font-size: 0.8em !important;
        margin-bottom: 5px !important
    }


@media(max-width:768px){
    #wc-print-button{
        float:none;
        margin:20px auto;
    }
}

@media print {
    /* Order Print CSS */
    body * {
        color: #000000 !important
    }
    .entry-content table th {
        background-color: #efefef !important;
    }
    .gbtr_footer_wrapper,
    .gbtr_dark_footer_wrapper,
    .gbtr_header_wrapper,
    .announcement-bar,
    .gbtr_tools_wrapper {
        display: none;
    }
    .woocommerce-checkout h1.entry-title {
        margin-bottom: 10px !important;
    }

    .sticky-cart {
        display: none;
    }
    article {
        margin-bottom: 0px !important;
    }
    html {
        margin-top: 0px !important;
    }
    .print:last-child {
        page-break-after: auto;
    }
    html,
    body {
        height: auto;
    }
    #wc-print-button{
        display:none !important;
    }
}


/* Product page 
----------------------------------------*/ 

.product-details{
    padding:20px 0px;
    border-bottom:1px solid #cccccc;
}

.product-details:last-child{
    border-bottom:none !important;
}

.product-details h2{
    font-size:1.4em; 
    margin-bottom:20px;
}



.product-details h5{
    margin:15px 0px 10px;
}

.product-details li{
    list-style-type: initial;
    margin:3px 0px 3px 13px;
}



/*= Tracking Info
===================================*/

.tracking{
    display:block;
    text-align:center;

}

.tracking a{
    display:block;
    color:#000000;
    font-weight:bold;
    font-size:20px;
    margin-top:0px;
}

.menus_envelope {
	position:absolute;
	top:50%;
	right:0;
	/*background:#09F;*/
	height:auto !important;
}


/*= Header 
===================================*/ 

.gbtr_header_wrapper .grid_3{
		width: 30%;
		/* float:none; */
	}

.gbtr_header_wrapper .grid_3 img{
		/* max-width:350px !important; */
		float:none;
		width: 100% !important;
	}
		
.gbtr_header_wrapper .grid_9{
		width:75%;
		display: block;
		float: none;
	}

	.gbtr_logo{
	    display:block !important;
	    position:relative !important; 
	}

@media(max-width:480px){
    .gbtr_header_wrapper .grid_9,
    .gbtr_header_wrapper .grid_3{
        width:100% !important;
        height: auto !important;
        float: none !important;
    }

    .gbtr_header_wrapper .grid_3 img{
        max-width:100% !important;
    }

    .menus_envelope{
        position:relative;
    }
}

.gbtr_header_wrapper:after{
    display:block;
    clear:both;
    height:auto !improtant;

}	


.gbtr_header_wrapper .container_12 {
    width: 100%;
    position: relative;
    max-width: 1140px;
}



/*= Product Page Columns 
=====================================*/ 

.col-6{
    float:left;
    width:50%;
    margin:15px  0px;
}

.col-6:after{
    display:block;
    clear:both;
    content:'';
}

@media(max-width:768px){
    .col-6{
        float:none;
        width:100%;
    }
}

.woocommerce .woocommerce-breadcrumb,
.woocommerce-page .woocommerce-breadcrumb
{
	display: inline-block;
	color: #777;
	margin:0;
	padding: 0;
	font-size:0.8125rem;
	line-height: 1.5em;
	padding: 0;
	text-align:left;
	max-width: 100%;
}




/*= Product page 
=======================================*/ 

/* Reset */ 

.doubleSlider-1{
    width:100%;
}

.gbtr_poduct_details_left_col{
    width:100%;
    max-width:40%;
    margin: 0px;
}

.gbtr_poduct_details_left_col img{
    width:100% !important;
    height: auto !important;
}


.gbtr_poduct_details_right_col{
    width:100%;
    max-width:60%;
}


.lefttColumn-product{
    width: 18%;
    float:left;
	display: none;
}

/* .rightColumn-product{
    width: 80%;
    float: right;
}
 */

.productSidebar{
    height:100%;
    max-height:600px;
    overflow-y:scroll;
}

.productSidebar li{
    border-bottom:1px solid #cccccc;
    margin-bottom:0px;
    padding:10px;
}

.productSidebar li:last-child{
    border:none;
}

.productSidebar__products img{
    width:100%;
}

.productSidebar::-webkit-scrollbar {
  width: 15px;
}

/* Track */
.productSidebar::-webkit-scrollbar-track {
  background: #f5f5f5f5; 
}

/* Handle */
.productSidebar::-webkit-scrollbar-thumb {
  background:#035B7C ; 
  background-repeat:no-repeat;
  border-radius:50px;
}

/* Handle on hover */
.productSidebar::-webkit-scrollbar-thumb:hover {
  background:#035B7C ; 
    border-radius:50px;

  background-repeat:no-repeat;
  
}

.product_sidebar-meta{
    display:flex;
    align-items:center;

}

.product_sidebar-meta .image{
    width:100%;
    max-width:50%;
}   


.product_sidebar-meta .price{
    color:red !important;
    font-weight:bold;
    font-size:13px !important;
    width:100%;
    max-width:50%;
}

.productSidebar h4{
    margin-bottom:10px;
}

.lefttColumn-product h3{
    text-align:center;
    text-transform:uppercase;
    font-size:16px;
    border-bottom:1px solid #cccccc;
    padding:10px 0px;
    margin-bottom:0px;
}

.priceLabel{
    color:#000000;
}

@media(max-width:960px){
    .lefttColumn-product{
        display:none;
    }

    .rightColumn-product,
    .gbtr_poduct_details_left_col{
        width:100%;
        float:none;
        max-width:100%;
    }
}


.rightColumn-product .grid_12{
    width:100% !important;
}