/**
 *
 * -------------------------------------------
 * Template 3rd party extensions CSS file
 * -------------------------------------------
 * 
 **/
 
/*
 *
 * 9a. WooCommerce styling
 * (it can be disabled in the advanced theme options)
 *
------------------------------------ */

/* 9a.1. WooCommerce
==================================== */

/* Breadcrumb */
.woocommerce-breadcrumb {
display:block;
float:right;
}

.woocommerce #container{width: 100%;} 
.woocommerce h1 {
	font-size: 40px;
	font-weight:600;
	margin-bottom: 4px;
}

h1.product_title {
    line-height: 1.1;
}
h1.page-title {
    display:none;
}
.woocommerce table.variations select {
    width: 100%;
}

.woocommerce select {
	color: #9c9c9c;
	font-size: 12px;
	padding: 8px 5px;
}

/* Products - Category, related, upsells */
.related ul.products li.product, 
.related ul li.product, 
.upsells.products ul.products li.product, 
.upsells.products ul li.product {
	border: none;
	clear: none;
	float: left;
	height: auto;
	margin: 12px 0;
	padding:0 10px;
	text-align: center!important;
}
li.product img {width:100%}


.related ul.products li.product .short-desc, 
.related ul li.product .short-desc, 
.upsells.products ul.products li.product .short-desc, 
.upsells.products ul li.product .short-desc,
.cart-collaterals .cross-sells ul.products li .short-desc,
.related ul.products li.product .long-desc, 
.related ul li.product .long-desc, 
.upsells.products ul.products li.product .long-desc, 
.upsells.products ul li.product .long-desc,
.cart-collaterals .cross-sells ul.products li .long-desc,
ul.products li.product .long-desc {
	display: none;
}

.products ul,
ul.products {
	margin-top: 10px!important;
	margin-left:-10px;
	margin-right:-10px;
	padding:0;
}

.products ul:after,
ul.products:after {
    clear: both;
    content: "";
    display: table;
}

ul.products li.product {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box ;
			box-sizing: border-box;
	float: left;
	margin-bottom: 40px;
	padding: 6px;
	position: relative;
}
ul.products.product-columns-2 li.product, .columns-2 ul.products li.product  {
	width: 50%!important;
}
ul.products.product-columns-3 li.product, .columns-3 ul.products li.product {
	width: 33.3333%!important;
}
ul.products.product-columns-4 li.product, .columns-4 ul.products li.product {
	width: 25%!important;
}
ul.products.product-columns-5 li.product, .columns-5 ul.products li.product {
	width: 20%!important;
}
ul.products.product-columns-6 li.product, .columns-6 ul.products li.product {
	width: 16.6666%!important;
}
ul.products.product-columns-8 li.product, .columns-8 ul.products li.product {
	width: 12.5%!important;
}

ul.products li.first {
}

.cart-collaterals .cross-sells ul.products li {
	border: none;
	width: 44%!important;
}

.product h2,
h2.product,
.cart-collaterals h2,
h2.cart-collaterals {
	display: block;
	font-weight: 600;
	padding-bottom: 12px;
	font-size: 14px;
margin: 0 0 12px 0;
text-transform: uppercase;
font-weight: 800;
letter-spacing: 3px;
}
.product h2:after,
h2.product:after,
.cart-collaterals h2:after,
h2.cart-collaterals:after {
content: "";
display: block;
width: 15px;
height: 2px;
background-color: #000;
margin-top: 1px;
}

.search-page .product h2, .search-page h2.product {
	font-size: 24px;
	margin-left: 0!important;
	padding-left: 0!important;
}

.cart-collaterals li:before,
.checkout li:before,
.order_details li:before {
	display: none!important;
}

table.cart td.actions .coupon,
#content table.cart td.actions .coupon {
	margin-right: 4px;
}

/* Tables */
td.desktop-hidden {
	display: none;
}

/* Added to cart */
.added_to_cart {
	display: block;
}

/* Add to cart button - Product details */

.woocommerce-page .button { 
display:inline-block;
-webkit-border-radius:2px;
-moz-border-radius:2px;
border-radius:2px;
white-space:nowrap;
line-height:1em;
position:relative;
outline:none;
overflow:visible;
cursor:pointer;
-moz-user-select:none;
-webkit-user-select:none;
-khtml-user-select:none;
user-select:none;
-webkit-transition:all .2s ease-in-out;
-moz-transition:all .2s ease-in-out;
-o-transition:all .2s ease-in-out;
-ms-transition:all .2s ease-in-out;
transition:all .2s ease-in-out;
background-color:#E6BE1E;
border:1px solid #E6BE1E;
font-size:11px;
padding:14px 30px ;
}
.woocommerce-page .button:after {
	margin-left: 5px;
	font-family: 'dpicomoon';
	content: '\f101';
	-webkit-transform: translateX(-20px);
	-moz-transform: translateX(-20px);
	transform: translateX(-20px);
	display: inline-block;
	font-size:16px;
	line-height:11px;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
	-moz-transition: -moz-transform 0.3s, opacity 0.2s;
	transition: transform 0.3s, opacity 0.2s;	    
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	position:absolute;
}
.woocommerce-page .button:hover:after {
	opacity: 1;
	-webkit-transform: translateX(5px);
	-moz-transform: translateX(5px);
	transform: translateX(5px);
	
}
.woocommerce-page .button:hover {background-color:#3c3c3c; border-color:#3c3c3c;color:#fff;padding-left:20px; padding-right:40px;}
.woocommerce-page input[type=submit] {
	padding-left:30px !important; padding-right:30px !important;
}
.single_add_to_cart_button {display:inline-block; margin-top:25px;margin-right:10px;}
.add_to_cart_button {margin-top:5px;
background: #fff!important;
color: #B2BABC!important;
font-weight:600;
letter-spacing:1px;
border: 2px solid #B2BABC!important;
padding:10px 35px!important;
}
.add_to_cart_button:hover {
background: #B2BABC!important;
color: #fff!important;
font-weight:600;
letter-spacing:1px;
border: 2px solid #B2BABC!important;
padding:10px 45px 10px 25px!important;
}

.products .add_to_cart_button {margin-top:5px; float:left;}
			
			
.quantity input.qty,
#content .quantity input.qty,
table.cart td.actions .coupon .input-text,
#content table.cart td.actions .coupon .input-text {
	border: 1px solid #e5e5e5;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
	   		border-radius: 2px;
	color: #888;
    font-size: 14px;
    font-weight: 700!important;
    height: 44px;
    padding: 3px 8px;
    text-align: center;
}

.woocommerce .quantity input.qty,
.woocommerce .quantity.buttons_added input {
    width: 100px;
}

.quantity input.qty:focus,
#content .quantity input.qty:focus,
table.cart td.actions .coupon .input-text:focus,
#content table.cart td.actions .coupon .input-text:focus {
	background: #fffef4;
}

.quantity .plus, 
.quantity .minus, 
#content .quantity .plus,
#content .quantity .minus {
	display: none!important;
}

/* Product details images */
.woocommerce .thumbnails {
	margin: 15px 0;
}

div.product div.images,
#content div.product div.images {
	float: left;
	width: 48%;
	margin-right:2%;
	}
div.product div.images .attachment-shop_single {
	width: 100%;
}
.attachment-shop_thumbnail {float:left; margin-right:10px;}
div.product div.summary,
#content div.product div.summary {
	float: right;
	width:  50%;
}

.entry-summary table.variations,
.entry-summary table.variations select {
	width: 100%;
}

.entry-summary table.variations td {
	display: block;
	width: 100%;
}

/* Hover zoom effect */
.woocommerce-main-image.zoom,
.wc-product-overlay {
	display: block;
	position: relative;
}

.woocommerce .attachment-shop_single,
.attachment-shop_catalog {
	position: relative;
}

.woocommerce-main-image.zoom .gates-wc-zoom > span > span,
.wc-product-overlay .gates-wc-view > span > span {
	-moz-border-radius: 3px;
	-moz-transition: all .4s ease-out;
	-ms-border-radius: 3px;
	-ms-transition: all .4s ease-out;
	-o-border-radius: 2px;
	-o-transition: all .4s ease-out;
	-webkit-border-radius: 3px;
	-webkit-transition: all .9s ease-out;
	background: #E6BE1E;
	border-radius: 3px;
	color: #fff;
	border:1px #E6BE1E solid;
	display: block;
	filter: alpha(opacity=0);
	font-weight: 400;
	padding:6px 15px;
	line-height: 20px;
	margin: 20% auto 30%;
	opacity: 0;
	text-align: center;
	transition: all .4s ease-out;
	width:35px;
}
.woocommerce-main-image.zoom .gates-wc-zoom > span > span:hover,
.wc-product-overlay .gates-wc-view > span > span:hover {
	background:#E6BE1E;
	border-color:#E6BE1E;
}
.woocommerce-main-image.zoom .gates-wc-zoom > span > span {
	background: rgba(255,255,255,0.9);
}

.woocommerce-main-image.zoom .gates-wc-zoom > span,
.wc-product-overlay .gates-wc-view > span {
	-moz-transition: all .4s ease-out;
	-ms-transition: all .4s ease-out;
	-o-transition: all .4s ease-out;
	-webkit-transition: all .9s ease-out;
	background: rgba(255,255,255,0);
	display: block;
	height: 100%;
	overflow: hidden;
	transition: all .4s ease-out;
	width: 100%;
}

.woocommerce-main-image.zoom .gates-wc-zoom,
.wc-product-overlay .gates-wc-view {
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%
}

.woocommerce-main-image.zoom,
.wc-product-overlay  {
	overflow: hidden;
	position: relative;
}

.woocommerce-main-image.zoom .gates-wc-zoom.active > span > span,
.wc-product-overlay .gates-wc-view.active > span > span {
	filter: alpha(opacity=100);
	margin-top: 60%;
	opacity: 1;
}
.wc-product-overlay img {
		-moz-transition: all .4s ease-out;
	-ms-transition: all .4s ease-out;
	-o-transition: all .4s ease-out;
	-webkit-transition: all .4s ease-out;

}
.wc-product-overlay.active img {
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.woocommerce-main-image.zoom .gates-wc-zoom.active > span,
.wc-product-overlay .gates-wc-view.active > span {
background: rgba(0,0,0,0.65);}


/* Highlight color */
p.stock {
 	color: #E6BE1E;
 	padding: 0;
}

span.price {
	color: #2e2e2e;
}

p.price {
	color: #999;
	font-size: 40px!important;
	font-weight: 100!important;
	margin-bottom: 10px!important;
	padding: 10px 0;
}

div.product span.price del,
div.product p.price del,
#content div.product span.price del,
#content div.product p.price del {
	color: #b3b3b3;
	font-size: 0.65em;
	margin: -2px 0 0 0;
}

ul.products li.product .price del {
	color: #3c3c3c;
	font-weight:500;
	padding-right:10px;
}

.product_meta {
	clear: both;
	color: #999;
	float: left;
	font-size: 13px;
	padding-top: 10px;
}

.product_meta span {
	display: block;
}

.product_meta span .sku {
    display: inline;
}

div.product form.cart,
#content div.product form.cart {
	margin: 0 4px 0 0;
	width:auto!important;
	display:inline-block;
	float:left;
}

form .form-row:after,
#payment ul.payment_methods:after,
ul.cart_list li:after,
ul.product_list_widget li:after {
	clear: both;
	content: "";
	display: table;
}

div.product form.cart:after, 
#content div.product form.cart:after {
}

div.product form.cart .variations td,
#content div.product form.cart .variations td {
    padding-right: 20px;
    vertical-align: top;
}

/* Grouped Product */
table.group_table {
    margin-bottom: 10px;
}

table.group_table td.price {
    padding-left: 10px;
}

table.group_table td.price span.amount {
    color: #E6BE1E;
}

table.group_table td.price del span.amount {
    font-size: 80%;
}

a.reset_variations {
	display: block;
}

/* Highlight color */
.woocommerce ins {
	text-decoration: none;
}

.woocommerce.box ins,
.woocommerce.box span.amount {
	color: #E6BE1E;
	font-weight: 400;
}

.woocommerce.box del span.amount {
	color: #d3d3d3;
    font-size: 80%;
}


.woocommerce.box.color ins,
.woocommerce.box.color-colortitle ins,
.woocommerce.box.color span.amount,
.woocommerce.box.color-colortitle span.amount {
	color: #fff;
}

div.product span.price ins,
div.product p.price ins,
#content div.product span.price ins,
#content div.product p.price ins {
    text-decoration: none;
}

div.product form.cart div.quantity, 
#content div.product form.cart div.quantity {
	margin: 0;
}

.quantity,
#content .quantity {
	margin: 0 0 auto;
	overflow: hidden;
	position: relative;
	zoom: 1;
}

/* Tabs - Description, Reviews */
div.product .woocommerce-tabs,
#content div.product .woocommerce-tabs {
	clear: both;
	margin-bottom:30px;
}

.woocommerce .panel.entry-content {
    padding: 20px 20px 20px 20px;
	border: 1px solid #eceef0;
	-webkit-border-radius: 3px;
-webkit-border-top-left-radius: 0;
-moz-border-radius: 3px;
-moz-border-radius-topleft: 0;
border-radius: 3px;
border-top-left-radius: 0;
margin-top:-2px;
}

div.product .woocommerce-tabs ul.tabs, 
#content div.product .woocommerce-tabs ul.tabs {
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 40px 0 10px 0;
	position: relative;
	z-index:2;
}

div.product .woocommerce-tabs ul.tabs::before,
#content div.product .woocommerce-tabs ul.tabs::before {
	bottom: 0;
	content: " ";
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 1;
	
}

div.product .woocommerce-tabs ul.tabs li.active, 
#content div.product .woocommerce-tabs ul.tabs li.active {
	color:#fff;
	z-index: 2;
}

div.product .woocommerce-tabs ul.tabs li, 
#content div.product .woocommerce-tabs ul.tabs li {
	cursor: pointer;
	display: inline-block;
	float: left;
	margin: 0;
	position: relative;
	z-index: 0;
	-webkit-border-radius: 2px;
}

div.product .woocommerce-tabs ul.tabs li a, 
#content div.product .woocommerce-tabs ul.tabs li a {
    color: #000;
	text-transform:uppercase;
	background-color:#fff;
	border:1px solid #c5c5c5;
    font-size: 12px;
	line-height:14px;
	font-weight: 600;
	padding:15px 30px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin-right:5px;
}

div.product .woocommerce-tabs ul.tabs li.active a,
#content div.product .woocommerce-tabs ul.tabs li.active a {
	color:#fff!important;
	background-color:#E6BE1E;
	border-color:#E6BE1E;
}
div.product .woocommerce-tabs ul.tabs li a:hover, 
#content div.product .woocommerce-tabs ul.tabs li a;hover {
color:#E6BE1E;
}
#total-review {
	font-size: 16px;
	position: absolute;
	right: 100px;
	top: 7px;
}

/* Product Attributes */
table.shop_attributes {
	border: 0;
	margin: 1.618em 0;
	width: 100%;
}

table.shop_attributes th {
	border-top: 0;
	border-bottom: 1px dotted rgba(0,0,0,0.1);
	font-weight: bold;
	line-height: 1.5em;
	margin: 0;
	padding: 8px;
	width: 150px;
}

table.shop_attributes td {
	border-top: 0;
	border-bottom: 1px dotted rgba(0,0,0,0.1);
	font-style: italic;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
}

table.shop_attributes td p {
    margin: 10px;
}

/* Product Caption */
ul.products li.product h3 {
	font-size: 18px;
	font-weight: 600;
    text-align: left;
	padding-top:20px;
	line-height:25px;
	margin-bottom:10px;
}
ul.products li.product h3:hover {
color:#E6BE1E;
}
.related ul.products li.product h3, 
.related ul li.product h3, 
.upsells.products ul.products li.product h3, 
.upsells.products ul li.product h3,
.cross-sells ul.products li.product h3,
.cross-sells ul li.product h3 {
	font-size: 15px;
	line-height:25px;
	font-weight: 600;
	text-transform: uppercase;
}

.cross-sells ul.products li.product h3,
.cross-sells ul li.product h3 {
	margin: 0;
}

.woocommerce .related ul.products .star-rating,
.woocommerce .upsells ul.products .star-rating,
.woocommerce .cross-sells ul.products .star-rating {
}

/* Reviews */
#tab-reviews h2:first-child, #tab-description h2:first-child, #tab-additional_information h2:first-child {
    display: none;
}

#review_form h3 {
	margin-left: 0;
}

/* Star rating */
.woocommerce .star-rating,
.woocommerce-page .star-rating {
	font-size: 1em;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	height: 1em;
	line-height: 1em;
	position: relative;
	width: 5.4em;
}

.woocommerce .star-rating span,
.woocommerce-page .star-rating span {
	color: #FEA400;
	float: left;
	left: 0;
	padding-top: 1.5em;
	position: absolute;
	top: 0;
}

.woocommerce .star-rating,
.woocommerce-page .star-rating {
	font-size: 1em;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	line-height: 1em;
	overflow:hidden;
}

.woocommerce #comments .star-rating {
	margin: 10px 15px 0 0;
}


.woocommerce .products .star-rating,
.woocommerce-page .products .star-rating {
	display: block;
	width:auto;
	float: none;
	margin: 4px 0 0;
}
.woocommerce .product .star-rating {
float:left;
line-height:23px;
height:25px;
}

.woocommerce ul.products li.product strong,
.woocommerce-page ul.products li.product strong {
	display: block;
}

.woocommerce .star-rating:before,
.woocommerce-page .star-rating:before {
	font-family: 'dpicomoon';
	content: "\f006\f006\f006\f006\f006";
	color: #E0DADF;
	float: left;
	left: 0;
	letter-spacing: 0.1em;
	letter-spacing: 0 9;
	position: absolute;
	top: 0;
}

.woocommerce .star-rating span:before,
.woocommerce-page .star-rating span:before {
	font-family: 'dpicomoon';
	content: "\f005\f005\f005\f005\f005";
	left: 0;
	letter-spacing: 0.1em;
	letter-spacing: 0 9;
	position: absolute;
	top:0;
}
.woocommerce-review-link {line-height:23px; font-size:12px;padding:0 0 0 10px;}

.woocommerce .products ul li,
.woocommerce-page .products ul li,
.woocommerce ul.products li,
.woocommerce-page ul.products li {
	list-style: none outside;
}

#reviews #comments {
	position: relative;
	margin-left:0!important;
}

#reviews #comments ol.commentlist {
	padding-top: 15px!important;
}
#reviews #comments ol.commentlist .comment-text {
	padding-left: 80px;
}

#reviews #comments ol.commentlist p.meta {
	font-size: 14px;
	margin-bottom: 0;
	margin-top: 2px;
}

#reviews #comments p.add_review a {
	margin: 20px 0;
}

#reviews #comments ol.commentlist p.meta strong {
    color: #000;
    font-weight: 500;
    line-height: 25px;
}

#reviews #comments .description > p {
    font-style: italic;
    margin-top: 0;
}

.woocommerce #respond textarea {
	margin-bottom: 10px;
	width: 100%;
}

.woocommerce #respond input[type="text"]:focus,
.woocommerce #respond textarea:focus {
	background: #fffef4;
    text-indent: 0;
    z-index: 1;
}

.woocommerce #respond > h3 {
    border-top: 0;
}

.woocommerce .comment-form-rating,
.woocommerce .comment-form-author {
    padding-top: 10px;
}

/* Review avatar */
#reviews #comments ol.commentlist li img {
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
		    border-radius: 50%;
	float: left; 
	margin: 10px 20px;
	padding: 0!important;
}

/* Up-sells */
ul.products li.product .price {
	display: block;
	font-size: 20px;
	font-weight: 600;
	text-align:left!important;
	color:#E6BE1E;
}

ul.products li.product .price ins {
	text-decoration: none;
}

/* View Cart button */
.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
	background: #E6BE1E;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	line-height: 18px;
	margin: 0 0 30px 0;
	padding: 10px 0;
	text-align: center;
	width: 100%;
}

.woocommerce-message a,
.woocommerce-error a,
.woocommerce-info a {
    color: #fff!important;
    text-decoration: none;
}

.woocommerce-message a:hover,
.woocommerce-error a:hover,
.woocommerce-info a:hover {
    color: #000!important;
}

.woocommerce-message a.button,
.woocommerce-error a.button,
.woocommerce-info a.button {
	background: none;
	display: inline;
	float: right;
	margin-right:5px!important;
	height: auto;
	line-height: normal;
	text-decoration: none!important;
	border: none !important;
}

.woocommerce-message a.button:hover,
.woocommerce-error a.button:hover,
.woocommerce-info a.button:hover {
    background: transparent;
	color:#fff!important;
}

div.woocommerce-message:after,
div.woocommerce-error:after,
div.woocommerce-info:after {
    clear: both;
    content: "";
    display: table;
}

/* form login */
form.login, 
form.checkout_coupon, 
form.register {
	background: #f5f5f5;
	padding: 20px;
	margin: 2em 0 2em 0px;
	text-align: left;
}

form.checkout_coupon {
    padding-bottom: 60px;
}

.showlogin {
	color: #fff;
	text-decoration: underline;
}

form .form-row-first,
form .form-row-last {
	float: left;
	overflow: visible;
	width: 47%;
}

form .form-row-last {
	float: right;
}

form .form-row input.input-text,
form .form-row textarea {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
	margin: 0;
	outline: 0;
	width: 100%;
}

form .form-row textarea {
	height: auto;
}

form .form-row select {
	cursor: pointer;
	margin: 0;
	width: 47%;
}

a.lost_password {
	clear: both;
	display: inline-block;
	margin-left: 15px;
}

input.button {
    margin-bottom: 10px;
}

input [name="change_password"] {
	margin-left: 3px!important;
}

/* Billing Adress */
.col2-set {
	margin-top: 20px;
	width: 100%;
}

.col2-set .col-1 {
	float: left;
	width: 48%;
}

.col2-set .col-2 {
	float: right;
	width: 48%;
}

#order_review_heading {
	clear: both;
	padding-top: 30px;
}

form .form-row label.checkbox {
	display: inline;
}

form .form-row .input-checkbox {
	display: inline;
	margin: -2px 8px 0 0;
	text-align: center;
	vertical-align: middle;
}

form .form-row {
	margin: 0 0 6px;
	padding: 3px;
}

form .required {
	color: red;
	font-weight:bold;
	border: 0;
}

form .form-row.notes {
    margin-top: 20px;
}

.woocommerce > form {
	margin-top: 0px;
}

.woocommerce > form #shipping_country,
.woocommerce > form #billing_country {
	display: block;
}

#shipping_country_field,
#billing_country_field {
	margin-top: 20px;
}

.checkout #shiptobilling {
	float: right;
	line-height: 1.62em;
	margin: 0 0 0 0;
	padding: 0;
}

/* Payment */

#payment div.payment_box {
	background: #E6BE1E;
	color: #ffffff;
	font-size: 0.92em;
	line-height: 1.5em;
	margin: 1em 0 0.5em 0;
	padding: 10px 2% 1px 2%;
	position: relative;
	width: 96%;
	
}

label[for="payment_method_paypal"] img {
   margin: 5px 0 -5px 4px; 
}

#payment ul.payment_methods li input {
	margin: 0 1em 0 0;
}
#payment div.payment_box {position:relative;}
#payment div.payment_box::after {
	content: '';
position: absolute;
border-style: solid;
border-width: 0 11px 11px;
border-color: #E6BE1E transparent;
display: block;
width: 0;
z-index: 1;
top: -11px;
left: 22px;
}

#payment ul.payment_methods {
	background: #f6f6f6;
	border-bottom: 1px solid #E6BE1E;
	list-style: none outside;
	margin: 0 0 15px 0;
	padding: 1em;
	text-align: left;
}

#payment ul.payment_methods li {
	padding-left: 5px;
}

#payment #place_order {
	float: right;
	margin: 10px 0 5px 0;
}

/* Highlight color */
/* Sale */
ul.products li.product .onsale,
.onsale {
	color: #fff;
	position: absolute;
	display:block;
	top: 20px;
	right: 10px;
	font-size:14px;
	letter-spacing:1.5px;
	color: #fff;
  	font-weight: 600;
	padding:3px 10px;
	background:#cd2832;
	border-radius:2px;
  	text-align: center;
  	text-transform: uppercase;
	background: #CD2832;
  	z-index: 101!important;
}
.onsale-inner {
	diaplay:block;
	
}
.product .onsale {left:auto;right:0;top:0;}
.onsalebadge {
	fill:#E6BE1E;
}

div.product, #content div.product {
	margin-bottom: 0;
	position: relative;
}

.single-product #content div.product {
	clear: both;
}

/* Review form */
#review_form #respond p {
	margin: 0 0 10px;
}

div.pp_woocommerce .pp_content_container {
	padding: 25px 0 25px 0!important;
}

#review_form #respond {
	margin-top: 0;
}

/* Review stars */
.woocommerce p.stars,
.woocommerce-page p.stars {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif!important;
	font-size: 1em;
	height: 1em;
	line-height: 1em;
	overflow: hidden;
	position: relative;
	width: 5.4em;
}

/* Firefox hack - Firefox doesn't like applying font-size to pseudo-elements (containing unicode chars in the content property) */
@-moz-document url-prefix() {
	.woocommerce .star-rating,
	.woocommerce-page .star-rating,
	.woocommerce p.stars,
	.woocommerce-page p.stars {
		font-size: 1.3em!important;
		width: 3.5em!important;
	}
	.woocommerce p.stars a.star-1,
	.woocommerce-page p.stars a.star-1 {
	    width: 0.7em!important;
	}
	.woocommerce p.stars a.star-2,
	.woocommerce-page p.stars a.star-2 {
	    width: 1.4em!important;
	}
	.woocommerce p.stars a.star-3,
	.woocommerce-page p.stars a.star-3 {
	    width: 2.1em!important
	}
	.woocommerce p.stars a.star-4,
	.woocommerce-page p.stars a.star-4 {
	    width: 2.8em!important;
	}
	.woocommerce p.stars a.star-5,
	.woocommerce-page p.stars a.star-5 {
	    width: 3.5em!important;
	}
	.woocommerce #comments .star-rating {
		margin: 4px 15px 0 0;
	}
}

.woocommerce p.stars:before,
.woocommerce-page p.stars:before {
	color: #e0dadf;
	content: "\2606\2606\2606\2606\2606";
	float: left;
	left: 0;
	letter-spacing: .1em;
	letter-spacing: 0	9;
	position: absolute;
	top: 0;
}

.woocommerce p.stars,
.woocommerce-page p.stars {
	font-size: 1em;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif!important;
	line-height: 1em;
}

.woocommerce p.stars a,
.woocommerce-page p.stars a {
	float: left;
	height: 0;
	left: 0;
	overflow: hidden;
	padding-top: 1em;
	position: absolute;
	top: 0;
	width: 1em;
}

.woocommerce p.stars a:before,
.woocommerce-page p.stars a:before {
	content: "\2605\2605\2605\2605\2605";
	left: 0;
	letter-spacing: .1em;
	letter-spacing: 0	9;
	position: absolute;
	top: 0;
	visibility: hidden;
}

.woocommerce p.stars a:hover:before,
.woocommerce-page p.stars a:hover:before,
.woocommerce p.stars a:focus:before,
.woocommerce-page p.stars a:focus:before
.woocommerce p.stars a.active:before {
	color: #fec550;
	visibility: visible;
}

.woocommerce p.stars a.active:before,
.woocommerce-page p.stars a.active:before {
	color: #fec550;
	visibility: visible;
}

.woocommerce p.stars a.star-1,
.woocommerce-page p.stars a.star-1 {
	width: 1em;
	z-index: 10;
}

.woocommerce p.stars a.star-2,
.woocommerce-page p.stars a.star-2 {
	width: 2.1em;
	z-index: 9;
}

.woocommerce p.stars a.star-3,
.woocommerce-page p.stars a.star-3 {
	width: 3.2em;
	z-index: 8;
}

.woocommerce p.stars a.star-4,
.woocommerce-page p.stars a.star-4 {
	width: 4.3em;
	z-index: 7;
}

.woocommerce p.stars a.star-5,
.woocommerce-page p.stars a.star-5 {
	width: 5.4em;
	z-index: 6;
}

#pp_full_res .pp_inline {
	text-align: left;
}

/* Lost password */
.form-row input[name="reset"] {
	clear: both;
	margin-left: 0!important;
}

/* Checkout validation */
.form-row.woocommerce-invalid .chzn-single,
.form-row.woocommerce-invalid .chzn-drop,
.form-row.woocommerce-invalid input.input-text,
.form-row.woocommerce-invalid select {
	border: 1px solid #fb5a29;
}
.form-row.woocommerce-validated .chzn-single,
.form-row.woocommerce-validated .chzn-drop,
.form-row.woocommerce-validated input.input-text,
.form-row.woocommerce-validated select {
	border: 1px solid #92ad41;
}

.woocommerce form .form-row.woocommerce-invalid input.input-text,
.woocommerce-page form .form-row.woocommerce-invalid input.input-text {
	background-image: url(../images/wc/invalid.png);
	background-position: 95% center;
	background-repeat: no-repeat;
}

.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce-page form .form-row.woocommerce-validated input.input-text {
	background-image: url(../images/wc/valid.png);
	background-position: 95% center;
	background-repeat: no-repeat;
}

/* Checkout */
article .content .woocommerce ul li {
    background: none!important;
}

.chzn-container .chzn-results .highlighted {
	background-color: #f5f5f5!important;
	color: #666!important;
}

table.shop_table {
	margin: 0px -1px 24px 0px;
	text-align: left;
	width: 100%;
}
table.shop_table tr:hover {
    background: #fbfbfb;
}
table.standard-table th {
	border: 1px solid #eceef0;
	border-right: none;
	background-color: #f6f8fa;
	text-align: left;
	padding: 10px 15px;
	color: #464b50;
	vertical-align: top;
	font-size: 14px;
	font-weight: 600;
}


table.standard-table td:last-child {
	border-right: 1px solid #eceef0;
}

table.standard-table th:last-child {
	border-right: 1px solid #eceef0;
}

table.standard-table td {
	padding: 10px 15px;
	border: 1px solid #eceef0;
	border-top: none;
	border-right: none;
}

table.shop_table tfoot tr th {
    background: #fff;
    color: #777;
    line-height: 25px;
    text-align: right;
}
table.cart th, table.cart td,
#content table.cart th,
#content table.cart td {
	vertical-align: middle;
}

table.shop_table td {
	border: 1px solid #eceef0;
	border-right: none;
	font-size: 13px;
	padding: 20px 12px;
	vertical-align: middle;
}

table.shop_table th {
	border: 1px solid #eceef0;
	border-right: none;
	background: #f6f6f6;
	color: #464B50;
	font-weight: 400;
	padding: 10px 8px;
	text-align: left;
}
table.shop_table td:last-child {
	border-right: 1px solid #eceef0;
}

table.shop_table th:last-child {
	border-right: 1px solid #eceef0;
}

table.shop_table th[scope="row"] {
    text-align: right;
}

dl.customer_details dd {
    margin-left: 0;
    font-weight: bold;
}

.woocommerce div.addresses header.title h3 {
    margin-bottom: 22px;
}

table.cart a.remove,
#content table.cart a.remove {
	background: url(../images/remove.png) #E6BE1E;
	display: block;
	height: 16px;
	text-indent: -9999px;
	width: 16px;	
}
.product-remove .gates-table-label {display:none;}
table.cart .product-thumbnail,
#content table.cart .product-thumbnail {
	min-width: 32px;
}

table.shop_table td.product-quantity {
	text-align: center;
}

table.cart td.actions .coupon .input-text,
#content table.cart td.actions .coupon .input-text {
	float: left;
	margin-right: 10px;
	text-align: left;
}

table.cart td.actions,
#content table.cart td.actions {
	padding: 20px;
	text-align: right;
}

table.cart td.actions .checkout-button,
#content table.cart td.actions .checkout-button {
	float: right;
}

table.cart td.actions .coupon,
#content table.cart td.actions .coupon {
	float: left;
}

table.cart td.actions .coupon label,
#content table.cart td.actions .coupon label {
	display: none;
}

.product-thumbnail img {
	padding-top: 4px;
	width: 40px;
}

.cart-collaterals .cross-sells {
	float: left;
	width: 48%;
}

.cart-collaterals .cart_totals {
	float: right;
	width: 48%;
}

.cart-collaterals .cart_totals th,
.cart-collaterals .cart_totals th strong {
    font-size: 14px;
    font-weight: 300;
}

.product-subtotal span.amount {
 	color: #E6BE1E;
 	font-size: 14px;
 	font-weight: 300;    
}

.cart-collaterals .cart_totals tr td,
.cart-collaterals .cart_totals tr th {
	border-top: 1px solid #e5e5e5;
	padding: 6px 6px;
}
.cart_totals table {width:100%}

.cart-collaterals .cart_totals tr.total td,
.cart-collaterals .cart_totals tr.total th{
	border-top-color: #E6BE1E;
}

.cart-collaterals .cart_totals table tr:first-child th,
.cart-collaterals .cart_totals table tr:first-child td {
	border-top: 0;
}

.cart-collaterals .shipping_calculator {
	clear: right;
	float: right;
	margin: 0;
	text-align: right;
	width: 48%;
}

.cart-collaterals .shipping_calculator h2 {
	text-align: left;
}

.shipping-calculator-form {
	margin-top: 15px;
}

.shipping-calculator-form .form-row {
	width: 90%;
	float: right;
}

#calc_shipping_country {
	width: 100%;
}

.shipping-calculator-form .input-text {
	width: 70%!important;
}

.cart-collaterals .shipping_calculator button.button {
	float: right;
	margin-right: 0;
	width: 45%;
}

td.product-name dl.variation {
	margin: .25em 0 .5em;
}

td.product-name dl.variation dt {
	clear: left;
	float: left;
	font-weight: bold;
	margin: 0 .25em 0 0;
	padding: 0;
}

td.product-name dl.variation dd {
	margin: 0 0 .25em 0;
}

ul#shipping_method li {
	text-align: left;
	text-indent: 0!important;
}

ul#shipping_method li input {
	margin-right: 10px;
}

#payment {
	background: none!important;
}

.woocommerce-ordering {
    font-size: 13px;
    margin: 0 0 30px;
    padding: 0;
	min-height:30px;
}

.woocommerce-result-count {
	font-size: 13px;
	float: right;
	margin-top: 10px;
	text-align: center;
}

.woocommerce-pagination {
	margin: 40px 0 40px;
}

.page-numbers {
	display: inline-block;
}

.page-numbers li {
	color: #909090;
	cursor: default;
	display: inline-block;
	margin: 0;
}

.page-numbers li a,
.page-numbers li .current {
    display:block;
float:left;
margin: 2px 5px 2px 0;
text-decoration:none;
line-height:25px;
text-align:center;
width:25px;
color:#9f9f9f!important;
background: #fbfbfb;
border:1px solid #d3d3d3;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

.page-numbers li .current, .page-numbers a:hover {
	color:#fff!important;
background: #E6BE1E;
border:1px solid #E6BE1E;
}

p.short-desc {
	color: #777;
	font-size: 14px;
	margin: 3px 0;
	text-align: left;
	line-height:1.5em;
}

/* Pretty Photo gallery */
div.pp_woocommerce .pp_gallery ul li a {
	border: none!important;
	-webkit-box-shadow: none!important;
	   -moz-box-shadow: none!important;
			box-shadow: none!important;
}

.pp_gallery ul a {
	height: 60px!important;
}

div.pp_woocommerce .pp_arrow_previous,
div.pp_woocommerce .pp_arrow_next {
	margin-top: 2px!important;
}

.pp_gallery ul {
	height: 60px!important;
}

/* WooCommerce widgets */
ul.cart_list,
ul.product_list_widget {
	clear: both;
	list-style: none outside;
	margin: 0;
	padding: 0;
}

ul.cart_list li,
ul.product_list_widget li {
	list-style: none;
	margin: 0;
	padding: 4px 0;
}

ul.cart_list li {
	border-top: 1px solid #eee;
}

ul.cart_list li:first-child {
	border-top: none;
}

p.total {
}

ul.cart_list li a,
ul.product_list_widget li a {
	display: block;
}

ul.cart_list li img,
ul.product_list_widget li img {
	float: left;
	height: auto;
	margin: 5px 20px 0 0;
	width: 60px;
}

.widget_shopping_cart_content dl.variation {
	clear: both;
	font-size: 13px;
	margin-bottom: 0;
}

.widget_shopping_cart_content dl.variation dt {
	float: left;
	margin-right: 5px;
}

.widget_shopping_cart_content dl.variation dd {
	margin: 0;
}

/* Price filter */
.widget_price_filter .price_slider_wrapper .ui-widget-content {
	background: #e7e7e7;
	-webkit-background-clip: padding-box;
	   -moz-background-clip: padding;
			background-clip: padding-box;
	max-width: 320px;
}

.widget_price_filter .ui-slider-horizontal {
	height: 3px;
}

.widget_price_filter .ui-slider {
	position: relative;
	text-align: left;
}

.widget_price_filter .price_slider {
	margin-bottom: 1em;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}

.widget_price_filter .ui-slider .ui-slider-range {
	background: #E6BE1E;
	-webkit-background-clip: padding-box;
	   -moz-background-clip: padding;
			background-clip: padding-box;
	border: 0;
	display: block;
	font-size: .7em;
	position: absolute;
	z-index: 1;
}

.widget_price_filter .ui-slider .ui-slider-handle {
	background: #fff;
	-webkit-background-clip: padding-box;
	   -moz-background-clip: padding;
			background-clip: padding-box;
	border: 2px solid #E6BE1E;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	cursor: pointer;
	height: 0.7em;
	outline: none;
	position: absolute;
	top: -4px;
	z-index: 2;
	width: 0.7em;
}

.widget_price_filter .price_label {
	padding-left: 80px;
}

/* Layered nav */
.woocommerce .widget_layered_nav ul,
.woocommerce-page .widget_layered_nav ul {
	margin:0;
	padding:0;
	border:0;
	list-style:none outside
}

.woocommerce .widget_layered_nav ul li,
.woocommerce-page .widget_layered_nav ul li {
	padding:0 0 1px;
	list-style:none
}

.woocommerce .widget_layered_nav ul li:after,
.woocommerce-page .widget_layered_nav ul li:after {
	content:"";
	display:block;
	clear:both
}

.woocommerce .widget_layered_nav ul li a,
.woocommerce-page .widget_layered_nav ul li a,
.woocommerce .widget_layered_nav ul li span,
.woocommerce-page .widget_layered_nav ul li span { 
	padding:1px 0;
	float:left
}

.woocommerce .widget_layered_nav ul small.count,
.woocommerce-page .widget_layered_nav ul small.count {
	float:right;
	margin-left:6px;
	font-size:1em;
	padding:1px 0;
	color:#777
}
.woocommerce .widget_layered_nav_filters ul,
.woocommerce-page .widget_layered_nav_filters ul {
	margin:0;
	padding:0;
	border:0;
	list-style:none outside;
	overflow:hidden;
	zoom:1
}

.woocommerce .widget_layered_nav_filters ul li,
.woocommerce-page .widget_layered_nav_filters ul li {
	float:left;
	padding:0 1px 1px 0;
	list-style:none
}
.woocommerce .widget_layered_nav_filters ul li a,
.woocommerce-page .widget_layered_nav_filters ul li a,
.woocommerce .widget_layered_nav ul li.chosen a,
.woocommerce-page .widget_layered_nav ul li.chosen a {
	border: none;
	cursor: pointer;
	display: block;
	float: left;
	font-size: 12px;
	line-height: 35px;
	margin: 0 5px 2px 2px;
	padding:0 10px 0 25px;
	text-align: center;
	text-transform: uppercase;
}

.woocommerce .widget_layered_nav_filters ul li a:hover,
.woocommerce-page .widget_layered_nav_filters ul li a:hover,
.woocommerce .widget_layered_nav ul li.chosen a:hover,
.woocommerce-page .widget_layered_nav ul li.chosen a:hover,
.woocommerce .widget_layered_nav_filters ul li a:focus,
.woocommerce-page .widget_layered_nav_filters ul li a:focus,
.woocommerce .widget_layered_nav ul li.chosen a:focus,
.woocommerce-page .widget_layered_nav ul li.chosen a:focus,
.woocommerce .widget_layered_nav_filters ul li a:active,
.woocommerce-page .widget_layered_nav_filters ul li a:active,
.woocommerce .widget_layered_nav ul li.chosen a:active,
.woocommerce-page .widget_layered_nav ul li.chosen a:active {
	background:  url(../images/cross_black.png) no-repeat 6px center;
}
.gates-wc-price {}
.gates-wc-rating {display:block; width:68px; margin:0 auto;}
.gates-wc-rating .star-rating {width: 68px!important;height:20px; float:none;}
.gates-wc-rating .star-rating:before {
font-size:12px;
}

.gates-wc-rating .star-rating span:before {
font-size:12px;
}
.gates-wc-add-button {display:table;margin:15px auto 5px auto;}
.gates-product-desc {padding:-5px 5px 15px 5px;
}
.product-thumb .text-overlay {
background-color: rgba(255,255,255, .15);
}
.product-thumb.loop-thumb .info {
width:100%;
bottom:-10px;
right:0 !important;
}
.product-thumb.loop-thumb:hover .info {
bottom:0;
}


.single-product-img {
}
.gates-product-desc .short-desc {
	margin-bottom:10px;
	color:#a1a3a5;
	font-weight:600;
	letter-spacing:2px;
	font-size:14px;
position:relative; 


}
.gates-product-desc .category {
font-size: 12px;
line-height: 14px;
color: #444444;
font-weight: 400;
padding: 0px 0px 0px 0px;
text-transform:uppercase;
margin: -7px 0 10px 0
}
.gates-product-desc .category a {
color:#444444;
}
.gates-product-desc .category a:hover {
color:#E6BE1E;
}
.related.products .gates-wc-price,
.upsells.products .gates-wc-price, 
.cross-sells .gates-wc-price {
margin-top:15px;
}
.woocommerce ul li:before {display:none}
.woocommerce .widget_product_categories ul li:before {display:inline-block;}
.woocommerce .widget_product_categories ul {padding-left:20px}
/* woocommerce search widget */

.woocommerce-product-search {
position:relative;
}

.woocommerce-product-search label {
display:none;
}

.woocommerce-product-search input[type=submit] {
display:none;
}


.woocommerce-product-search .search-field {
width:100%;
font-size: 14px;
line-height:25px;
padding:10px;
background:#fff;
border:1px solid #e5e5e5;
-webkit-border-radius:3px;
-moz-border-radius:3px;
border-radius:3px;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
-ms-box-sizing:border-box;
-o-box-sizing:border-box;
box-sizing:border-box;
color:#333;
height:44px;
}
.woocommerce-product-search .search-field:hover {
background-color:#f5f5f5;
}

.woocommerce-product-search #searchsubmit {
display:none;
}

.woocommerce #searchform #s {width:100%!important; background-color: #f6f6f6}

.select {
            float: left;
            border: 1px solid #e5e5e5;
            border-radius: 3px;
            box-shadow: 1px 1px 4px #e5e5e5;
            font-size: 14px;
            height: 30px;
            width: 200px;

}
select, .select
{
    background-color: #FFF;
    color: #777; /*default styling of input*/
    line-height: 30px;
    height: 30px!important;
    width: 200px;border-color: #f6f6f6!important;

	
}
select
{
    width: 200px;
	height:30px;
	
}
.arrow
{
    background-color: #CCC;
	font-family:'DPIcomoon';
    border: 1px solid #CCC;
	height:30px;
	line-height:30px!important;
	color:#ffffff;
	text-align: center;
	border-radius: 0 2px 2px 0;
	transition: all .4s ease-out;
}
.arrow:before {
	font-family:'DPIcomoon';
	content:'\F107';
	
}

.select:hover .arrow
{
    background-color:#E6BE1E ;
	border-color:#E6BE1E ;
}

/* Dropdown Shopping Cart */

.shopping_cart_outer{
}

.shopping_cart_inner{
}

.gates_shopping_cart{
    position: relative;

}

.gates_shopping_cart {
    display: inline-block;
	float:right;
}

.gates_shopping_cart .gates_shopping_cart_btn{
    padding:0px 10px 0 0px;
    display: inline-block;
	position:relative;
}

.gates_shopping_cart .gates_shopping_cart_btn i {
	margin: 0px;
	color: #000;
	display:block;
	line-height:103px;
	font-size: 18px;
    -webkit-transition: color 0.3s ease; 
    -moz-transition: color 0.3s ease; 
    -o-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
}
.skewed .gates_shopping_cart .gates_shopping_cart_btn i {
	line-height:50px;
	font-size: 18px;
}

.gates_shopping_cart .gates_shopping_cart_btn span{
    background-color: #E6BE1E;
	color: #fff;
	display: block;
	font-family: inherit;
	font-size: 8px;
	height: 15px;
	line-height: 15px;
	width: 15px;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-o-border-radius: 15px;
	-ms-border-radius: 15px;
	text-align: center;
	position: absolute;
	top: 50px;
	right: 8px;
}
.gates-sticky-navigation-wrapper .gates_shopping_cart .gates_shopping_cart_btn span{ 
	top:37px;
}
.shopping_cart_dropdown {
    background-color: #2c2e32;
	color:#AFB4B9;
    display: block;
    left: auto;
    position: absolute;
    right: -1px;
    top: 103px;
    z-index: 1100;
    padding: 15px;
    width: 250px;
	visibility: hidden;
	opacity:0;
	border-radius: 0px 0 2px 2px;
	-webkit-border-radius: 0px 0 2px 2px;
	-moz-border-radius: 0px 0 2px 2px;
	-o-border-radius: 0px 0 2px 2px;
	-ms-border-radius: 0px 0 2px 2px;
	-webkit-transition: visibility 0s linear 0.5s,opacity 0.5s linear;
	-moz-transition: visibility 0s linear 0.5s,opacity 0.5s linear;
	-o-transition: visibility 0s linear 0.5s,opacity 0.5s linear;
	-ms-transition: visibility 0s linear 0.5s,opacity 0.5s linear;
	box-shadow: 2px 2px 6px rgba(0,0,0,.2);
}
.menu_centered .shopping_cart_dropdown {
    top: 104px;
}
.dropdowncartbtn {height:36px!important; width:auto!important; float:left!important;}
.gates_shopping_cart:hover .shopping_cart_dropdown{
	visibility: visible;
	opacity:1;
	transition-delay:0s;
    text-align: left;
}

.shopping_cart_dropdown ul li{
    display: block;
    width: 100%;
    float: none;
    padding: 7px 0;
    line-height: 20px;
	margin:0 0 20px 0;
}
.shopping_cart_dropdown .cart_list a {float:left!important;display:block;width:60px;margin:0 10px 0 5px;}
.shopping_cart_dropdown .cart_list a > img{
    width:100%;
	margin:0!important;
	
	max-width:60px;
    padding: 0 10px 0 0!important;
    display: block !important;
}
.shopping_cart_dropdown .cart_list span.quantity{
    margin-top: 3px;
	width:100%;
}
.shopping_cart_dropdown span.total{
    padding: 0 0 0 8px;
    float: right;
}
.shopping_cart_dropdown span.total span{
	    color: #E6BE1E;
}
.shopping_cart_dropdown .shopping_cart_dropdown_inner {
    margin-bottom: 15px;
}
.menu_metro .gates-button-area a.gates_shopping_cart_btn {
    height: 30px!important;
	margin-top:34px;
}

.gates-sticky-navigation-wrapper .gates_shopping_cart { margin-top:0}
.gates-sticky-navigation-wrapper .gates_shopping_cart .gates_shopping_cart_btn i {
line-height:70px;
}
.gates-sticky-navigation-wrapper .shopping_cart_dropdown {
top:70px;
}

.gates-sticky-navigation-wrapper.skewed .gates_shopping_cart .gates_shopping_cart_btn i {
line-height:50px;
}
.gates-sticky-navigation-wrapper.skewed .shopping_cart_dropdown {
top:50px;
}


#gates-top-bar .gates_shopping_cart {margin:0 0 0 1px;padding:0;}
#gates-top-bar .shopping_cart_dropdown {top:36px;right:0}
#gates-top-bar .gates_shopping_cart_btn {
	width:36px; 
	height:36px;
	border-left: 1px solid  rgba(255,255,255,0.15);
	text-align:center; 
	cursor: pointer;
	padding:0;
	margin:0; 
	line-height:36px;}
#gates-top-bar .gates_shopping_cart_btn i {font-size:14px; line-height:36px; color:#fff;}
#gates-top-bar .gates_shopping_cart .gates_shopping_cart_btn span{
    background-color: #E6BE1E;
	color: #fff;
	display: inline-block;
	font-family: inherit;
	font-size: 8px;
	height: 10px;
	line-height: 10px;
	width: 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
-webkit-border-bottom-left-radius: 0;
-moz-border-radius: 3px;
-moz-border-radius-bottomleft: 0;
border-radius: 3px;
border-bottom-left-radius: 0;
	text-align: center;
	position: absolute;
	top: 4px;
	right: 4px;
	}
.cart_list .variation, .shopping_cart_dropdown .variation {display:none;}
.feedback{display:none!important;}
.product-compare, .product-wishlist {display:inline-block;margin-top:25px;}
.product-wishlist .yith-wcwl-add-to-wishlist {margin:0;}
.product-compare a, .product-wishlist a {
	display:inline-block;
	text-indent:-9999px;
	color:#fff!important; 
	font-family:Arial, Helvetica, sans-serif;
	background-color:#2e2e2e; color:#fff; -webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	   		border-radius: 3px;
			border:none;
			text-shadow:none;
			margin:0;
		-webkit-transition:all .2s ease-in-out;
-moz-transition:all .2s ease-in-out;
-o-transition:all .2s ease-in-out;
-ms-transition:all .2s ease-in-out;
transition:all .2s ease-in-out;
box-sizing:border-box;
font-size:11px;
padding:0 ;width:41px;height:41px;
}
.product-compare a:hover, .product-wishlist a:hover {background-color:#E6BE1E;}
.product-compare a {
	background-image:url(../images/woocommerce/btn_compare.png);
	background-repeat:no-repeat;
}
.product-wishlist a {
	background-image:url(../images/woocommerce/btn_wish1.png);
	background-repeat:no-repeat;
}
.product-wishlist .yith-wcwl-wishlistexistsbrowse a {
	background-image:url(../images/woocommerce/btn_wish2.png);
	background-repeat:no-repeat;
}
.summary .product_meta { margin-top: 15px; }

/* -- List Layout --
   ================================================== */
ul.products.product-columns-2.list-layout li.product, ul.products.product-columns-3.list-layout li.product, ul.products.product-columns-4.list-layout li.product, ul.products.product-columns-5.list-layout li.product, ul.products.product-columns-6.list-layout li.product {
	width: 100%!important;
}
ul.products.list-layout .product-thumb {width:40%;float:left;margin-right:3%}
ul.products.list-layout .gates-product-desc {width:57%;float:right;text-align:left;border:none;padding:0;}
ul.products.list-layout li.product h3 {padding:0; text-align:left;}
ul.products.list-layout li.product .separate {display:none;}
ul.products.list-layout li.product .price {text-align:left; padding-top:20px;}
ul.products.list-layout li.product .gates-wc-rating {margin:0}
ul.products.list-layout li.product .short-desc {display:none;}
ul.products.list-layout li.product .long-desc {display:block;margin-top:15px;}
ul.products.list-layout li.product .gates-wc-add-button {margin:20px 0;}

/*-------------------------------------------------------------------------*/
/*  Grid/Listings Switch
/*-------------------------------------------------------------------------*/

.view-switcher {
margin-left:20px;
}

.toggleList, .toggleGrid {
    cursor: pointer;
    float: left;
	display:block;
	width:28px;
	height:28px;
    font-size: 24px;
	line-height:38px;
	color:#ccc;
    transition: all 200ms ease-out;
}

.toggleGrid {
	margin-left:20px;
}

.toggleList {
	margin-left:5px;

}

.toggleList:hover, 
.toggleGrid:hover, 
.toggleList.active, 
.toggleGrid.active {
   color: #2e2e2e;
}

.woocommerce mark {background:transparent;}

/*-------------------------------------------------------------------------*/
/* Price filter widget
/*-------------------------------------------------------------------------*/

.price_slider_amount .price_label {margin-top:-17px; text-align:right;}

/*-------------------------------------------------------------------------*/
/* Compare widget
/*-------------------------------------------------------------------------*/
.yith-woocompare-widget .clear-all {
	display:table;float:
	left;color:#fff!important; 
	padding: 8px 12px; 
	background-color:#2e2e2e;
	box-sizing:border-box; 
	font-size:11px; 
	line-height:18px;
	text-transform:uppercase;
	border-radius:2px;
	-moz-transition:all .2s ease-in-out;
-o-transition:all .2s ease-in-out;
-ms-transition:all .2s ease-in-out;
transition:all .2s ease-in-out;
}
.yith-woocompare-widget .clear-all:hover {
	background-color: #E6BE1E;
}
/*-------------------------------------------------------------------------*/
/* Ajax search stuff
/*-------------------------------------------------------------------------*/
.yith-ajaxsearchform-container label {display:none;}
#yith-ajaxsearchform {position:relative}
#yith-ajaxsearchform #yith-searchsubmit {
position:absolute;
right:0;
top:0;
text-indent:-9999px;
background-color:#A0A5AA;
background-image:url(../images/search_bg_white.png);
background-position:center!important;
border-top-left-radius:0;
border-bottom-left-radius:0;
}

#yith-ajaxsearchform #yith-searchsubmit:hover {
background-color:#E6BE1E;
}
#yith-s {
width:100%;
background-color:#f6f6f6;
}

#yith-s {
background:#fff;
border:1px solid #e5e5e5;
-webkit-border-radius:3px;
-moz-border-radius:3px;
border-radius:3px;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
-ms-box-sizing:border-box;
-o-box-sizing:border-box;
box-sizing:border-box;
color:#333;
font:normal 12px Arial, Helvetica, sans-serif;
height:32px;
line-height:32px;
padding:0 9px;
}

 

/*-------------------------------------------------------------------------*/
/* Catalog mode stuff
/*-------------------------------------------------------------------------*/
.woocommerce-catalogmode .product-compare a, .woocommerce-catalogmode .product-wishlist a {
	margin-top:0;
}
.woocommerce-catalogmode .gates_shopping_cart {display:none;}

/* Product list thumb overlay */
.product-thumb-links {
width:100%;
margin:0 auto; 
}
.product-thumb-link {
display:inline-block;
width:100%;
padding: 16px 0;
text-align:center;
background:#E6BE1E;
	-moz-transition:all .3s ease-in-out;
-o-transition:all .3s ease-in-out;
-ms-transition:all .3s ease-in-out;
transition:all .3s ease-in-out;
box-sizing:border-box;
}
.product-thumb-link:hover {
background:#32373C;
color:#fff !important;
}
.product-thumb-link:hover {
background:#2C2E32;
}

.product-thumb-link.half.detail{
	border-right: 1px solid #fff;
}
.product-thumb-link.half{
width:50%;
}
.product-thumb-link a {
	font-size:12px;
	font-weight:700;
color:#fff;
}
.product-thumb-link a:hover {
color:#E6BE1E!important;
}

.yith-woocompare-widget .clear-all {
margin-top:22px;
padding:11px 32px;
line-height:19px;}


/* Woocommerce 3.0 product image gallery */
.woocommerce-product-gallery {
margin-bottom: 3em;
position:relative;
}

.woocommerce-product-gallery figure {
margin: 0
}

.woocommerce-product-gallery .woocommerce-product-gallery__image:nth-child(n+2) {
width: 25%;
display: inline-block
}

.woocommerce-product-gallery .flex-control-thumbs li {
list-style: none;
float: left;
cursor: pointer
}

.woocommerce-product-gallery .flex-control-thumbs img {
opacity: .5
}

.woocommerce-product-gallery .flex-control-thumbs img.flex-active,.woocommerce-product-gallery .flex-control-thumbs img:hover {
opacity: 1
}

.woocommerce-product-gallery img {
display: block
}

.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
width: 33.3333%
}

.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
width: 25%
}

.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
width: 20%
}

.woocommerce-product-gallery__trigger {
position: absolute;
top: 1em;
left: 1em;
z-index: 99;
}

a.woocommerce-product-gallery__trigger {
text-decoration: none;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
position: absolute;
top: .875em;
right: .875em;
opacity:0;
height: 35px;
width: 35px;
border-radius: 50%;
z-index: 99;
text-align: center;
text-indent: -999px;
overflow: hidden;
-moz-transition:all .3s ease-in-out;
-o-transition:all .3s ease-in-out;
-ms-transition:all .3s ease-in-out;
transition:all .3s ease-in-out;
}
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger img {
display:none!important;
}
.single-product div.product .woocommerce-product-gallery:hover .woocommerce-product-gallery__trigger {
opacity:1;
}
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
background-color: #E6BE1E;
color: #ffffff;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:hover {
background-color: #262626;
border-color: #262626;
color: #ffffff;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:before {
font-family:'Default';
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: block;
content: "\f065";
line-height: 35px;
text-indent: 0;
}
/* PWSP Stuff */

.pswp__bg {
  background: rgba(0,0,0,.85);
}
.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
	background-image:none!important;
}
.pswp__button--zoom:before{
font-family:'Default';
content:'\e19f';
display:block;
}
.pswp--zoomed-in .pswp__button--zoom:before{
content:'\e1a0';
}
.pswp__button--fs:before {
font-family:'Default';
content: "\e744";
}
.pswp__button--close:before {
font-family:'Default';
content: "\f00d";
}
.pswp__button--arrow--right:before,.pswp__button--arrow--left:before {
font-family:'Default';
background:none!important;
font-size:20px;
}
.pswp__button--arrow--left:before {
    content: "\e88e";
	left:20px;
}
.pswp__button--arrow--right:before {
content: "\e88f";
right:20px;
}
.pswp__button:hover {
background-color:rgba(0,0,0,.6)!important;
}