/*#Woocommerce Custom Style By ThemeVan
================================================== */

/*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{
   background-color:#AD794E;
   color:#fff;
   text-shadow:none;
   border:none;
   padding:10px;
}
.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-color:#000;
   color:#fff;
   text-shadow:0 -1px 1px #999;
}
.woocommerce .coupon .button,
.woocommerce .price_slider_amount .button,
.woocommerce .widget .button{
   background:#eee;
   color:#000;
}
.woocommerce ul.products li.product .button.add_to_cart_button{
   	position: absolute;
    z-index: 3;
    top: 25%;
    left: 10%;
    background-color: #fff;
	padding: 10px 10px 10px 30px;
	border: none;
	width: 150px;
	opacity: .9;
	display: none;
}

.woocommerce .quantity .qty{
   border-radius: 0;
}

.woocommerce ul.cart_list li .star-rating, .woocommerce ul.product_list_widget li .star-rating{
   margin: 10px 0;
}

.woocommerce ul.cart_list li, .woocommerce ul.product_list_widget li{
   margin: 10px 0 0;
   border-bottom: 1px solid #eee;
   padding-bottom: 10px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active{
  margin:0 1px;
}

.star-rating,
.woocommerce ul.products li.product .price,
.woocommerce div.product p.price, 
.woocommerce div.product span.price{
	color:#AD794E;
}

.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;
	border-bottom: 1px dotted #ddd;
}
.woocommerce a.product_type_variable:hover,
.woocommerce a.add_to_cart_button:hover{
    border:none;
}
.woocommerce a.add_to_cart_button,
.woocommerce a.add_to_cart_button:hover {
	background: url(../assets/images/site_icons/addtocart.png) no-repeat 12px 8px;
}
.woocommerce a.product_type_variable,
.woocommerce a.product_type_variable:hover{
	padding-top:1px;
    background: url(../assets/images/site_icons/option.png) no-repeat 10px 10px;
}

.woocommerce .add_review .button,
.woocommerce .add_review .button:hover{
    padding-left:30px;
    background-image:url(../assets/images/site_icons/review.png);
	background-repeat:no-repeat;
	background-position:10px center;
}

.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:99%;
}

/*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;
}

.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;
}

/*Product image*/
.woocommerce ul.products li.product a img, 
.woocommerce-page ul.products li.product a img{
	box-shadow:none;
}
.woocommerce .onsale{z-index:2;}

.woocommerce div.product p.price{
    font-size:24px;
}
.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:#AD794E;
}
.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:10px;
}
.woocommerce div.product form.cart .variations{
	border:1px solid #eee;;
	padding:10px;
}
.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 .entry-summary{
	font-size:12px;
}
.woocommerce .entry-summary form.cart{
    margin-top:20px;	
}
.woocommerce div.product form.cart .button{
    padding:9px 10px;
	border-radius:none;
	box-shadow:none;
	border:none;
	text-shadow:none;
	margin-top:0;
}

.woocommerce div.product .product_title, 
.woocommerce #content div.product .product_title{
   font:400 32px 'Sorts Mill Goudy',Arial,sans-serif;
}
.woocommerce .woocommerce-tabs h2,
.woocommerce .related.products h2,
.woocommerce .upsells.products h2{
   font:400 20px 'Sorts Mill Goudy',Arial, sans-serif;
   color:#333;
   margin:20px 0;
   letter-spacing: 0;
}
.woocommerce ul.products li.product h3{
	font-size:1.6rem;
	letter-spacing: 0;
}

.woocommerce .woocommerce-tabs{
   border-bottom:1px solid #ddd;
   margin-bottom:30px;
}

.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;
   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:#AD794E;
}

.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;
}

/*Related Product*/
.woocommerce .related ul.products li.product, .woocommerce .related ul li.product, .woocommerce .upsells.products ul.products li.product, .woocommerce .upsells.products ul li.product{
   width: 150px;
}


/*Cart page*/
.woocommerce a.remove{
	float:left;
}
.woocommerce-cart table.cart td, .woocommerce-cart table.cart th{
	width:100%;
}
.woocommerce-cart .cart-collaterals .cart_totals table{
	border-left:1px solid #ddd;
	padding:0 10px;
}
.woocommerce-mini-cart__total{
  margin-top: 20px;
}
.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, .woocommerce #content table.cart td.actions .coupon .input-text{
   padding:8px 5px 9px;
}
.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;}

.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 .woocommerce-mini-cart-item a.remove{
    width: 30px;
    height: 40px;
    display: inline-block;
    float: left;
}
.woocommerce-mini-cart__buttons .button.wc-forward{
    padding-top: 12px;
    margin-right: 5px;
}

/*Account page*/
.woocommerce .myaccount_user,
.woocommerce .lost_reset_password p{
   font-size:12px;
   padding-bottom:10px;
   margin-bottom:30px;
}
.woocommerce .addresses{
   margin-top:50px;
}
.woocommerce .addresses .title h3{
   font:400 18px 'Sorts Mill Goudy',Arial, sans-serif;
}

/*Address*/
.woocommerce-account h3{
   letter-spacing: 0;
}
.woocommerce form .form-row, 
.woocommerce-page form .form-row{
   margin:10px 0 5px;
}
.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"]{
   padding:6px 5px;
}
.woocommerce .submit-address{
   margin-top:15px;
}
.woocommerce address{
   font-size:12px;
}
.woocommerce legend{
   padding:15px;
}

/*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:8px 5px 9px;
}
.woocommerce #payment{
   border:1px solid #ddd;
}
.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;
}

/*Widgets*/
.woocommerce ul.cart_list li span{
   font: 200 12px 'Open Sans';
}

.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/site_icons/addtocart@2x.png);
		background-size:15px auto;
	}
	
	.woocommerce a.product_type_variable,
	.woocommerce a.product_type_variable:hover{
		background-image: url(../assets/images/site_icons/option@2x.png);
		background-size:12px auto;
	}
	
	.woocommerce .add_review .button,
    .woocommerce .add_review .button:hover{
      background-image url(../assets/images/site_icons/review@2x.png);
	  background-size:15px auto;
    }
}