/*#Woocommerce Custom Style By ThemeVan
================================================== */
#shop{
  margin-top:60px;
}
/*Button*/
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button, 
.woocommerce #respond input#submit, 
.woocommerce #content input.button, 
.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt{
    display: block;
    padding: 15px 0;
    min-width: 165px;
    text-align: center;
    line-height: 50px;
    overflow: hidden;
    color: #000;
    cursor: pointer;
    font: bold 16px Arial, Helvetica, sans-serif;
    border: 1px solid #eee;
    border-right: 2px solid #ddd;
    border-bottom: 2px solid #ccc;
    background: #eee;
    background-image: -moz-linear-gradient(top, #eee, #ddd);
    /* Firefox */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #eee), color-stop(1, #ddd));
    /* Saf4+, Chrome */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#dddddd', GradientType='0');
}
.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover, 
.woocommerce #respond input#submit:hover, 
.woocommerce #content input.button:hover, 
.woocommerce .add_review .button:hover,
.woocommerce .hightlight-button.button,
.woocommerce a.checkout-button:hover{
   background:#d8d8d8;
   color:#000;
   background-image: -moz-linear-gradient(top, #ddd, #eee); /* Firefox */
   background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ddd), color-stop(1, #eee)); /* Saf4+, Chrome */
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dddddd', endColorstr='#eeeeee', GradientType='0'); /* IE*/
}
.woocommerce .coupon .button,
.woocommerce .price_slider_amount .button,
.woocommerce .widget .button{
   background:#eee;
   color:#000;
}
.woocommerce form .form-row .select2-container {
   line-height:2.6em;
}
.woocommerce form .form-row .select2-container .select2-choice{
  border-radius: 0;

}
.woocommerce ul.products li.product .button.product_type_external,
.woocommerce ul.products li.product .button.product_type_grouped,
.woocommerce ul.products li.product .button.product_type_variable,
.woocommerce ul.products li.product .button.add_to_cart_button{
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    background-color: #fff;
    height: 30px;
    line-height: 30px;
    border: none;
    padding:0;
    width: 80px;
    margin-left: -80px;
    margin-top: -45px;
    opacity: .9;
    text-align: center;
    display: none;
    color: #000;
    border-radius: 0;
    font-size:14px;
    font-weight:normal;
}
.woocommerce .products ul, .woocommerce ul.products{
  margin-top:100px;
}
.woocommerce .related .products ul, .woocommerce .related ul.products{
  margin-top:0;
}
.woocommerce .quantity .qty{
   border-radius: 0;
   height:34px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active{
  margin:0 1px;
}

.woocommerce ul.products li.product .price{
  color:#666;
  margin-top:-5px;
}
.star-rating,
.woocommerce div.product p.price, 
.woocommerce div.product span.price{
	color:#f26c4f;
}
.woocommerce a.button.product_type_external,
.woocommerce a.button.product_type_external:hover,
.woocommerce a.button.product_type_grouped,
.woocommerce a.button.product_type_grouped:hover,
.woocommerce a.product_type_variable,
.woocommerce a.product_type_variable:hover,
.woocommerce a.add_to_cart_button,
.woocommerce a.add_to_cart_button:hover {
	background:none;
	padding:0 20px 4px 0;
	border:none;
	font-weight:normal;
	font-size:12px;
	color:#000;
	box-shadow:none;
	text-shadow:none;
	height:auto;
}
.woocommerce a.button.product_type_external{
  border:none;
}
.woocommerce a.add_to_cart_button,
.woocommerce a.add_to_cart_button:hover {
	background: url(../assets/images/addtocart.png) no-repeat 30px 6px;
}
.woocommerce a.product_type_variable,
.woocommerce a.product_type_variable:hover{
	padding-top:1px;
    background: url(../assets/images/option.png) no-repeat 25px 8px;
}

.woocommerce .add_review .button,
.woocommerce .add_review .button:hover{
    padding-left:30px;
    background-image:url(../assets/images/review.png);
	background-repeat:no-repeat;
	background-position:10px center;
}
.woocommerce div.product p.cart{
  margin-top:2em;
}

.woocommerce .input-text{
  border-radius: 0;
}
.woocommerce form .form-row input.input-text, 
.woocommerce form .form-row textarea,
.woocommerce form .form-row .input-text, 
.woocommerce-page form .form-row .input-text{
	width:100%;
}

/*Message*/
.woocommerce .woocommerce-error, 
.woocommerce .woocommerce-info, 
.woocommerce .woocommerce-message{
	 -webkit-border-radius:0;
	 -moz-border-radius:0;
     border-radius:0;
	 background:none;
	 border:1px solid #eee;
	 -webkit-box-shadow:none;
	 -moz-box-shadow:none;
	 box-shadow:none;
	 margin-left:0;
   line-height:60px;
}

.woocommerce-message li, .woocommerce-error li, .woocommerce-info li{
     margin:0 20px;
}
.woocommerce-error{
     color:#ec5a5a;
     border-top:2px solid #ec5a5a;
}
.woocommerce .woocommerce-message{
     color:#8fae1b;
     border-top:2px solid #8fae1b;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title, 
.woocommerce ul.products li.product .woocommerce-loop-product__title, 
.woocommerce ul.products li.product h3{
     color:#000;
     padding-top:0;
}

/*Product image*/
.woocommerce ul.products li.product a img, 
.woocommerce-page ul.products li.product a img{
	box-shadow:none;
	border:1px solid #eee;
}
.woocommerce .onsale{z-index:2;}

.woocommerce div.product p.price{
    font-size:24px;
    margin: 20px 0;
}
.woocommerce .woocommerce-result-count{
  float:left;
	margin:10px 0 0;
	font-size:12px;
	color:#999;
}
.woocommerce .products{
	clear:both;
}
/*Pagination*/
.woocommerce nav.woocommerce-pagination ul{
    border:none;
}
.woocommerce nav.woocommerce-pagination ul li span.current{
    background:#000;
	color:#fff;
}
.woocommerce nav.woocommerce-pagination ul li a{
	color:#000;
}
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li a{
    margin-right:3px;
	border:2px solid #000;
}
.woocommerce nav.woocommerce-pagination ul li, 
.woocommerce #content nav.woocommerce-pagination ul li, 
.woocommerce-page nav.woocommerce-pagination ul li, 
.woocommerce-page #content nav.woocommerce-pagination ul li{
    border:none;
}

.woocommerce .woocommerce-breadcrumb{
	border:1px solid #eee;
	border-width:1px 0;
	padding:8px 0;
	margin-bottom:40px;
}
.woocommerce nav.woocommerce-pagination{
	margin:30px 0;
}

/*Price slider*/
.price_slider{ 
    margin-bottom: 1em;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 3;
    width: 0.9em;
    height: 0.9em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.25);
    cursor: pointer;
    background: #e7e7e7;
    background: -webkit-gradient(linear,left top,left bottom,from(#FEFEFE),to(#e7e7e7));
    background: -webkit-linear-gradient(#FEFEFE,#e7e7e7);
    background: -moz-linear-gradient(center top,#FEFEFE 0%,#e7e7e7 100%);
    background: -moz-gradient(center top,#FEFEFE 0%,#e7e7e7 100%);
    outline: none;
    top: -.3em;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.65) inset;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.65) inset;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.65) inset;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content{
	background:#ccc;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range{
	background:#f26c4f;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle:last-child{
	margin-left:-1.15em;
}


/*Product page*/
.woocommerce div.product form.cart .variations td.label{
	width:80px;
}
.single_variation{
	margin-bottom:30px;
  color:#f00;
}
.woocommerce div.product form.cart .variations{
  margin-bottom:2em;
}
.woocommerce div.product form.cart .variations select{
  width:20%;
  background:none;
  border:none;
}
.woocommerce .group_table{
  width:100%;
  margin-bottom:20px;
}
.woocommerce .group_table tr{
  padding-top:1em;
}
.woocommerce div.product form.cart .group_table td {
    vertical-align: middle;
    padding-top: .5em;
}
.woocommerce div.product form.cart .variations tr,
.woocommerce .group_table tr{
  border-bottom: 1px solid #eee;
}

.woocommerce-variation-price{
  margin:20px 0;
  border:1px solid #f26c4f;
  padding:10px;
  width:198px;
}
.woocommerce span.onsale{
	left:0;
}
.sharethis{
   float:right;
   margin-top:-40px;
}
.woocommerce div.product div.images div.thumbnails a, .woocommerce #content div.product div.images div.thumbnails a{
   width:50px;
   margin:0 2px 4px 3px;
}
.woocommerce div.product div.images, .woocommerce #content div.product div.images{
   width:48%;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li{
   border-color:#eee;
}
.woocommerce .entry-summary{
	 font-size: 14px;
   line-height: 1.5em;
}
.woocommerce .entry-summary form.cart{
   margin-top:20px;	
}
.woocommerce div.product form.cart .button{
  padding:9px 10px;
	border-radius:0;
	box-shadow:none;
	text-shadow:none;
	margin-top:0;
}

.woocommerce div.product .product_title, 
.woocommerce #content div.product .product_title,
.woocommerce .cart-collaterals h2{
   font:400 32px 'nexa_boldregular',Arial,sans-serif;
   text-transform: uppercase;
   color:#000;
}
.woocommerce .cart-collaterals h2{
   text-align:right;
}
.woocommerce .woocommerce-tabs h2,
.woocommerce .related.products h2,
.woocommerce .upsells.products h2{
   font:400 24px 'nexa_boldregular',Arial, sans-serif;
   color:#333;
   margin:40px 0;
   letter-spacing: 0;
   text-transform: uppercase;
}
.woocommerce ul.products li.product h3{
	font-size:1rem;
	letter-spacing: 0;
	color:#000;
}
.woocommerce .woocommerce-tabs{
   margin-bottom:60px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce #content div.product .woocommerce-tabs ul.tabs li{
   border-radius:0;
   font-weight:100;
   box-shadow:none;
   background:none;
   margin-right:0;
   font-family:Helvetica, Arial, sans-serif;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active, .woocommerce #content div.product .woocommerce-tabs ul.tabs li.active, .woocommerce-page div.product .woocommerce-tabs ul.tabs li.active, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active{
   color:#f26c4f;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:before, .woocommerce div.product .woocommerce-tabs ul.tabs li:after, .woocommerce #content div.product .woocommerce-tabs ul.tabs li:before, .woocommerce #content div.product .woocommerce-tabs ul.tabs li:after{
   border:none;
   width:auto;
   height:auto;
   bottom:0;
}

#review_form_wrapper{
	margin-top:20px;
}
.woocommerce #reviews h3{
	letter-spacing: 0;
  font-size:22px;
  margin-bottom:20px;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar{
  padding:0;
  background:none;
  border:none;
  border-radius: 50%;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text{
  border-color:#eee;
}
#review_form .comment-reply-title{
  font-weight:bold;
  font-size:20px;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 20px;
  display: block;
}
.comment-form-rating label,
.comment-form-comment label{
  margin-bottom:10px;
  display: block;
}

/*Cart page*/
.woocommerce a.remove{
	float:left;
}
.woocommerce table.shop_table{
	border-width:0 1px 1px 0;
  padding:0;
}
.woocommerce table.shop_table th,
.woocommerce table.shop_table tr,
.woocommerce table.shop_table td{
  border-bottom:none;
  border-right:none;
}
.woocommerce table.shop_table thead{
  border-bottom:1px solid #eee;
}
.woocommerce #content table.cart td.actions, 
.woocommerce table.cart td.actions, 
.woocommerce-page #content table.cart td.actions, 
.woocommerce-page table.cart td.actions{
  padding:20px;
}
.woocommerce .cart input.button[name="update_cart"]{
  float:right;
  background:#f26c4f;
  color:#fff;
}
.woocommerce .cart input.button[name="update_cart"]:disabled{
  height:50px;
}
.woocommerce-cart .cart-collaterals .cart_totals table{
	border:1px solid #ddd;
	padding:0 10px;
  width:400px;
}
.woocommerce .cart-collaterals{
   margin-top:60px;
}
.woocommerce .cart-collaterals h2{
   font-size:18px;
   letter-spacing: 0;
}
.woocommerce .cart-collaterals .cart_totals table, 
.woocommerce form .form-row select, .woocommerce-page form .form-row select,
.woocommerce .cart-collaterals .shipping_calculator .button,
.woocommerce .cart-collaterals .shipping_calculator .input-text{
   float:right;
}
.woocommerce .cart-collaterals .shipping_calculator{
   margin-top:40px;
}
.woocommerce table.cart td.actions .coupon .input-text{
   padding:17px 5px;
}
.woocommerce .cart-collaterals .shipping_calculator .button{
    width:auto;
}
.woocommerce .cart-collaterals .shipping_calculator .input-text{
    width:47.3%;
}
.woocommerce #slidedown-cart li .quantity{
    display:inline;
}
.woocommerce-cart table.cart th.product-remove{
	width:20px;
}
.woocommerce-cart table.cart td.product-thumbnail{
	text-align:center;
}
.woocommerce-cart table.cart img{width:50px;margin-bottom:0;}

.woocommerce #content table.cart td.actions .input-text, 
.woocommerce table.cart td.actions .input-text, 
.woocommerce-page #content table.cart td.actions .input-text, 
.woocommerce-page table.cart td.actions .input-text{width:100px;}

.woocommerce .cross-sells .products ul, 
.woocommerce .cross-sells ul.products{
  margin-top:30px;
}

.woocommerce .cart-collaterals .cross-sells, 
.woocommerce-page .cart-collaterals .cross-sells{
  width:60%;
}
.woocommerce .cart-collaterals .cross-sells h2{
  text-align: center;
}

/*Account page*/
.woocommerce-account .woocommerce-MyAccount-navigation ul{
    padding:0;
    margin:0;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li{
    list-style:none;
    padding:10px 15px;
    margin-bottom:-1px;
    border:1px solid #eee;
    font-family: 'nexa_boldregular', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 12px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active{
    background:#222;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a{
    color:#000;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a{
    color:#fff;
    font-weight: bold;
}
.woocommerce-account .woocommerce input.button{
     margin-top:20px;
}
.woocommerce-EditAccountForm,
.woocommerce-edit-address .woocommerce-MyAccount-content{
     border:1px solid #eee;
     padding:0 20px;
}
.woocommerce-edit-address .woocommerce-MyAccount-content{
     width:65%;
     padding-top:20px;
}
.woocommerce .myaccount_user,
.woocommerce .lost_reset_password p{
   font-size:12px;
   padding-bottom:10px;
   margin-bottom:30px;
}
.woocommerce .addresses{
   margin-top:20px;
}
.woocommerce .addresses .title h3{
   font:400 18px 'nexa_boldregular',Arial, sans-serif;
}
.woocommerce .myaccount_user{
   border-bottom:1px solid #eee;
   padding-bottom:20px;
}
.woocommerce-account .addresses .title .edit, .woocommerce-account ul.digital-downloads li .count{
   margin-top:20px;
}
.woocommerce .col2-set{
   border:1px solid #eee;
   border-width:1px 0;
   margin-top:30px;
}
.woocommerce .col2-set .col-1{
   padding-bottom:50px;
}
.woocommerce .col2-set .col-1:first-child, 
.woocommerce-page .col2-set .col-1:first-child{
   border-right:1px solid #eee;
   padding-right:20px;
}

/*Address*/
.woocommerce-account h3{
   letter-spacing: 0;
}
.woocommerce form .form-row, 
.woocommerce-page form .form-row{
   margin:10px 0 5px;
   padding: 3px 0 3px 0;
}
.woocommerce form .form-row label, 
.woocommerce-page form .form-row label{
   margin-bottom:5px;
}
.woocommerce form .form-row select, .woocommerce-page form .form-row select{
   width:47.3%;
}
.woocommerce form .form-row input[type="text"],
.woocommerce form .form-row input[type="email"],
.woocommerce form .form-row input[type="tel"],
.woocommerce form .form-row input[type="password"]{
   padding:11px 8px;
}
#account_last_name{
   padding:11px 5px;
}
.woocommerce .submit-address{
   margin-top:15px;
}
.woocommerce address{
   font-size:12px;
}
.woocommerce legend{
   padding:20px 0 0;
   font-weight:bold;
}

/*Login/Register/lost password*/
.woocommerce .lost_password{
   font-size:12px;
   margin-left:10px;
}

/*Checkout*/
.woocommerce #customer_details{
   margin-bottom:30px;
   padding-bottom:30px;
   border-bottom:1px solid #ddd;
}
.woocommerce form.checkout_coupon .form-row input[type="text"]{
   padding:20px 5px;
}
.woocommerce #payment{
   border:1px solid #eee;
   background:#f9f9f9;
}
#add_payment_method #payment ul.payment_methods, 
.woocommerce-cart #payment ul.payment_methods, 
.woocommerce-checkout #payment ul.payment_methods{
   border-color:#eee;
}
.woocommerce #payment ul.payment_methods li, .woocommerce-page #payment ul.payment_methods li{
   list-style:none;
   padding:10px 0;
   border-bottom:1px solid #ddd;
}
.woocommerce #payment ul.payment_methods li:last-child{
   border-bottom:none;
}
.woocommerce #payment ul.payment_methods li input{
   float:left;
   margin-top:8px;
}
.woocommerce .our-details{
   border-bottom:1px solid #ddd;
   margin-bottom:40px;
}
.woocommerce .our-details h2{
   font-size:22px;
   margin-bottom:30px;
}
.woocommerce .our-details p{
   border:1px solid #ddd;
   padding:10px;
}
.woocommerce .woocommerce-checkout-payment .button,
.single_add_to_cart_button{
   background: #9f6248!important;
   color: #fff!important;
   border:none!important;
}
.woocommerce .woocommerce-checkout-payment .button:hover,
.single_add_to_cart_button{
   opacity: .9;
}

/*Widgets*/
.woocommerce ul.cart_list li span{
   font: 200 12px 'Open Sans';
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals{
	width:25%;
}

.woocommerce-cart .wc-proceed-to-checkout{clear:both;}

/*High Resolution*/
@media only screen and (-Webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
	.woocommerce a.add_to_cart_button,
	.woocommerce a.add_to_cart_button:hover {
		background-image: url(../assets/images/addtocart@2x.png);
		background-size:15px auto;
	}
	
	.woocommerce a.product_type_variable,
	.woocommerce a.product_type_variable:hover{
		background-image: url(../assets/images/option@2x.png);
		background-size:12px auto;
	}
	
	.woocommerce .add_review .button,
    .woocommerce .add_review .button:hover{
      background-image url(../assets/images/review@2x.png);
	  background-size:15px auto;
    }
}