@charset "utf-8";
/* CSS Document */

/*----*****---- << Product List >> ----*****----*/

button::-moz-focus-inner { border:0; padding:0; }

.woocommerce .button, .woocommerce-page .button, .woocommerce-page .button.small { color:#fffae4; text-transform:uppercase; float:left; border:none; font-size:16px; padding:6px 15px 5px; }
.woocommerce input[type="submit"], .woocommerce button, .woocommerce input[type="button"], .woocommerce-page input[type="submit"], .woocommerce-page button, .woocommerce-page input[type="button"] { height:38px; padding:6px 15px 5px; }

.page-title { float:left; }

.woocommerce-ordering { float:right; }
.woocommerce-ordering select { margin:0px 0px 25px; }

ul.products { width:100%; margin:0px; padding:0px; float:left; }
ul.products li { clear:none; display:inline; margin:0px 20px 20px 0px; padding:0px; float:left; width:auto; }
ul.products li.last { margin-right:0px; }
ul.products li .product-wrapper { float:left; width:300px; }
ul.products li .product-thumb { clear:both; float:left; width:100%; display:block; position:relative; margin:0px; overflow:hidden; }
ul.products li .product-thumb img { display:block; max-width:100%; height:auto; width:100%; }
ul.products li .product-thumb img { -webkit-transition:all 300ms linear; -moz-transition:all 300ms linear; -o-transition:all 300ms linear; -ms-transition:all 300ms linear; transition:all 300ms linear; }
ul.products li:hover .product-rating-wrapper { transition: opacity .5s ease-in-out; -moz-transition: opacity .5s ease-in-out; -webkit-transition: opacity .5s ease-in-out; filter:alpha(opacity=100); }
ul.products li .product-thumb:hover img { -moz-transform: scale(1.3) rotate(0deg) translate(0px); -webkit-transform: scale(1.3) rotate(0deg) translate(0px); -o-transform: scale(1.3) rotate(0deg) translate(0px); transform: scale(1.3) rotate(0deg) translate(0px); }
.product-rating-wrapper > .woocommerce-LoopProduct-link { background: rgba(0, 0, 0, 0.5); display: inline-block; padding: 5px 10px; -moz-transition: opacity 0.5s ease-in-out 0s; -webkit-transition: opacity 0.5s ease-in-out 0s; -ms-transition: opacity 0.5s ease-in-out 0s; transition: opacity 0.5s ease-in-out 0s;}
ul.products li:hover .product-rating-wrapper > a.woocommerce-LoopProduct-link { opacity: 1; }
ul.products li .product-rating-wrapper > a.woocommerce-LoopProduct-link { opacity: 0; }


/* Product Tags */
.product, .product .images { position:relative; }
.product .images { overflow:hidden; }
ul.products li .product-thumb .onsale, .product .onsale { background:#687c12; background:rgba(104, 124, 18, 0.8); position:absolute; top:10px; left:10px; color:#ffffff; padding:0px; text-align:center; width:60px; height:60px; line-height:60px; border-radius:60px; }
ul.products li .product-thumb .out-of-stock, .product .out-of-stock { position:absolute; top:10px; left:10px; color:#ffffff; padding:15px 0px 0px; text-align:center; width:60px; height:45px; font-size:12px; line-height:normal; background:#f83334; background:rgba(248, 51, 52, 0.8); border-radius:60px; }
ul.products li .product-thumb .onsale, ul.products li .product-thumb .out-of-stock, .product .onsale, .product .featured-product, .product .out-of-stock { z-index:1; }
.product .onsale, .product .out-of-stock { left:20px; top:20px; }

ul.products li .product-thumb .featured, .product .images .featured-product { position:absolute; z-index:1; top:20px; right:-100px; text-align:center; float:left; color:#ffffff; font-size:14px; line-height:35px; background:url(images/featured-tag.png) no-repeat; width:93px; height:35px; padding:0px 0px 0px 7px; -webkit-transition:all 300ms linear; -moz-transition:all 300ms linear; -o-transition:all 300ms linear; -ms-transition:all 300ms linear; transition:all 300ms linear; }
ul.products li:hover .product-thumb .featured, .product .images:hover .featured-product { right:0px; }


ul.products li h3 { font-size:16px; text-align:center; padding:0px 10px 15px; margin:0px; text-transform:none; }

ul.products li .details { float:left; padding:15px 0px; margin:0px; width:100%; position:relative; text-align:center; }
ul.products li .price { width:100%; text-align:center; float:left; clear:both; font-size:30px; margin-bottom:10px; }
ul.products li .price del { color:#ff4040; font-size:24px; margin-right:5px; }
ul.products li .price ins { background:none; }
ul.products li .price ins, ul.products li .price { color:#697e10; }
ul.products li .details a.button { float:none; margin:0px; display:inline-block; }

ul.products.type2 li { width:100%; }		
ul.products.type2 li .product-thumb { width:340px; margin-right:20px; }
ul.products.type2 li .details { float:none; display:inline-block; width:48%; }

/* Columns */
ul.products li .product-wrapper.product-three-column { width:300px; }
ul.products li .product-wrapper.product-three-column-with-sidebar { width:220px; }
ul.products li .product-wrapper.product-two-column { width:460px; }
ul.products li .product-wrapper.product-two-column-with-sidebar { width:340px; }
.related-products-container ul.products li .product-wrapper.product-two-column { width:300px; }

/* Product List Add to Cart */
ul.products li .details .button { position:relative; }
ul.products li .details .button.added { padding-right:30px; margin-left:16px; }
ul.products li .details .button.added:after { content:""; background:url(images/added-to-cart.png) no-repeat; right:9px; top:11px; width:16px; height:16px; position:absolute; }

ul.products li .added_to_cart { -webkit-transition:all 300ms linear; -moz-transition:all 300ms linear; -o-transition:all 300ms linear; -ms-transition:all 300ms linear; transition:all 300ms linear; width:36px; height:36px; padding:26px; font-size:0; }
ul.products li .button.loading:before { content:""; position:absolute; top:0; right:0; left:0; bottom:0; background:url(images/ajax-loader.gif) center no-repeat rgba(255,255,255,0.65); }


/* Product Details */
.product { clear:both; float:left; width:100%; margin:0px; padding:0px; }
.product .images { width:49%; float:left; margin:0px 2% 0px 0px; padding:0px; }
.summary { float:left; width:49%; margin:0px; padding:0px; }

.product .images a { width:100%; display:block; position:relative; }
.product .images img { display:block; max-width:100%; height:auto; } 
.product .images .thumbnails { float:left; clear:both; margin:20px 0px 0px; padding:0px; position:relative; }
.product .images .thumbnails a { width:90px; height:93px; float:left; margin:0px 19px 10px 0px; }


.product .images .thumbnails .product-arrows { width:100%; float:left; margin:0px; padding:0px; }
.product .images .thumbnails .product-arrows a:before, .product .images .thumbnails:hover .product-arrows a:before { -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; }
.product .images .thumbnails .product-arrows a { margin:0px; position:absolute; top:29%; width:26px; height:45px; float:left; opacity:0.8; filter:alpha(opacity=80); }
.product .images .thumbnails .product-arrows a:hover { opacity:1; filter:alpha(opacity=100); }
.product .images .thumbnails .product-arrows a.prev { left:5px; }
.product .images .thumbnails .product-arrows a.next { right:5px; }		

.product .summary p.price { font-size:30px; color:#697e10; padding:0px; display:inline-block; }
.product .summary .cart { float:left; padding:0px; width:100%; margin:20px 0px 20px; position:relative; }
.product .summary .quantity { float:left; margin:0px 15px 0px 0px; padding:0px; }

.product .summary .quantity input[type="button"], .product-quantity .quantity input[type="button"] { background:#7b654c; border:1px solid #7b654c; color:#FFFAE4; float:left; margin:0px; width:35px !important; height:36px; padding:0px; }
.product .summary .quantity input[type="text"], .product-quantity .quantity input[type="text"] { border:none; line-height:36px; width:40px !important; height:36px; padding:0px !important; margin:0px; } 

.woocommerce .shop_table.cart td.actions input.button {  margin-bottom:10px;}

.product .summary .quantity input[type="text"], .product-quantity .quantity input[type="text"] { margin:0px; text-align:center; font-size:12px; width:35px; }
.product .summary .cart button { margin:0px; }

.product .summary .cart .single_add_to_cart_button, .product .summary .quantity { margin-top:10px; }

.product .variations_form table { border:none; margin:0px; width:auto; }
.product .variations_form label { width:100px; margin:-10px 10px 0px 0px; float:left; width:80px; }

.product .summary .cart td { vertical-align:middle; } 
.product .summary .cart .single_add_to_cart_button { margin-bottom:20px; }
.product .summary .cart .group_table { margin:10px 0px 20px; }
.product .summary .cart .group_table td { text-align:center; }
.product .summary .cart .group_table td.price { text-align:center; font-size:14px; }
.product .summary .cart .group_table .quantity { margin-top:0px; }

.product .summary .cart .variations_button { float:left; clear:both; margin:10px 0px 0px; width:100%; }

.woocommerce th, .woocommerce td { padding:10px; vertical-align:middle; text-align:left; }
.woocommerce table p { margin-bottom:0px; }
.woocommerce tfoot td { border-bottom:1px solid #FFFAE4; }

.product .summary .price ins { background:none; color:inherit; }
.product .summary .price del { color:#FF3737; padding-right:5px; font-size:16px; }

.product .summary .stock.out-of-stock { display:none; }

.woocommerce ul.products li.product-category, .woocommerce-page ul.products li.product-category {
	float:left;
	margin:0 1.8% 2.992em 0;
	padding:0;
	position:relative;
	width:23.6%;
	margin-left:0
}
.woocommerce ul.products li.product-category img, .woocommerce-page ul.products li.product-category img { height:auto; max-width:100%; }
.woocommerce ul.products li.product-category.last, .woocommerce-page ul.products li.product-category.last { margin-right:0px; }
.woocommerce ul.products li.product-category mark, .woocommerce-page ul.products li.product-category mark { background:none; }
.woocommerce ul.products li.product-category h3, .woocommerce-page ul.products li.product-category h3 { padding-top:10px; }

.product_meta .posted_in { clear:both; margin:10px 0px 0px; padding:0px; display:block; }

/*----*****---- << Tabs >> ----*****----*/

.woocommerce-tabs { width:100%; float:left; clear:both; margin:50px 0px 20px; padding:0px; }
.woocommerce-tabs ul.tabs, .woocommerce-MyAccount-navigation ul { list-style:none; margin:0px 0px 1px; width:100%; float:left; padding:0px; }
.woocommerce-tabs ul.tabs li, .woocommerce-MyAccount-navigation ul > li { margin:0 1px 0 0; float:left; padding:0px; }
.woocommerce-tabs ul.tabs li a, .woocommerce-MyAccount-navigation ul > li > a { display:block; font-size:16px; text-transform:uppercase; padding:6px 20px; }

.woocommerce-tabs .panel, .woocommerce-MyAccount-content { padding:20px 15px; margin:0 0 15px 0; clear:both; }
.woocommerce-MyAccount-content { float: left; width: 100%; }


input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button { -webkit-appearance: "Always Show Up/Down Arrows"; opacity: 1; }

/*----*****---- << Related Products >> ----*****----*/
.related-products-container, .upsell-products-container { clear:both; float:left; width:100%; }
.upsell-products-container { margin:20px 0px 0px; }

/* Rating */
.product-rating-wrapper { transition: opacity .5s ease-in-out; -moz-transition: opacity .5s ease-in-out; -webkit-transition: opacity .5s ease-in-out; filter:alpha(opacity=0); width:100%; text-align:center; margin:-35px 0px 0px; position:relative; float:left; }
.product-rating-container { background:rgba(0, 0, 0, 0.5); display:inline-block; padding:5px 10px; }
div .star-rating, div #reviews #comments ol.commentlist li .comment-text .star-rating { background:url(images/star.png) left 0 repeat-x; display:inline-block; height: 16px; width: 80px; }
div .star-rating span, div #reviews #comments ol.commentlist li .comment-text .star-rating span { background: url(images/star.png) left -32px repeat-x; float: left; height: 0; overflow: hidden; padding-top: 16px; }
div p.stars span { background: url(images/star.png) left 0 repeat-x; height: 16px; position: relative; width: 80px; display:inline-block; }
div p.stars span a:hover, div p.stars span a:focus { background: url(images/star.png) left -16px repeat-x; }
div .woocommerce-tabs .star-rating { background: url(images/star.png) left 0 repeat-x; }
#review_form p.stars, #commentform p { margin: 0 0 10px; padding: 0; }
.woocommerce-tabs div .star-rating span { background: url(images/star.png) left -32px repeat-x; }
.pp_content p.stars span a { float:left; width:16px; height:16px; text-indent:-9999px; }
.pp_content #respond textarea, .pp_content #respond .one-column input[type="text"], .pp_content #respond input[type="text"], .pp_content #respond input[type="email"] { width:95.5%; }

.star-rating {
    background: url(images/star.png) repeat-x scroll left 0 transparent;
    float: right;
    height: 16px;
    width: 80px;
}
.star-rating span {
    background: url(images/star.png) repeat-x scroll left -32px transparent;
    float: left;
    height: 0;
    overflow: hidden;
    padding-top: 16px;
}
#reviews .star-rating {
    margin: 10px 0 0;
}
#review_form #respond {
    margin: 0;
    overflow: hidden;
    padding: 10px 20px 20px;
}
#review_form #respond p {
    margin: 0 0 10px;
}
p.stars {
    overflow: hidden;
}
p.stars span {
    background: url(images/star.png) repeat-x scroll left 0 transparent;
    float: left;
    height: 16px;
    position: relative;
    width: 80px;
}
p.stars span a {
    float: left;
    height: 0;
    left: 0;
    overflow: hidden;
    padding-top: 16px;
    position: absolute;
    top: 0;
    width: 16px;
	 -webkit-transition:none; -moz-transition:none; -o-transition:none; -ms-transition:none; transition:none;
}
p.stars span a:hover, p.stars span a:focus {
    background: url(images/star.png) repeat-x scroll left -16px transparent;
}
p.stars span a.active {
    background: url(images/star.png) repeat-x scroll left -32px transparent;
}
p.stars span a.star-1 {
    width: 16px;
    z-index: 10;
}
p.stars span a.star-2 {
    width: 32px;
    z-index: 9;
}
p.stars span a.star-3 {
    width: 48px;
    z-index: 8;
}
p.stars span a.star-4 {
    width: 64px;
    z-index: 7;
}
p.stars span a.star-5 {
    width: 80px;
    z-index: 6;
}

.woocommerce-tabs div .star-rating { float:right; }

.woocommerce-product-gallery { position: relative; }

.woocommerce div.product div.images .woocommerce-product-gallery__trigger { position: absolute; top: 10px; right: 10px; transform: scale(0.5); -moz-transform: scale(0.5); -webkit-transform: scale(0.5); -ms-transform: scale(0.5); z-index: 9; text-align: center; width: 40px; height: 40px; line-height: 40px; background: #fff; border-radius: 50%; opacity: 0; visibility: hidden; } 

.woocommerce div.product div.images:hover .woocommerce-product-gallery__trigger { opacity: 1; visibility: visible; transform: scale(1); -moz-transform: scale(1); -webkit-transform: scale(1); -ms-transform: translateY(-50%) scale(1); }

.woocommerce-product-gallery .flex-viewport { float: left; margin: 0; padding: 0; width: 100%; }
.woocommerce-product-gallery .flex-viewport figure { display: inline-block; margin: 0 0 10px; padding: 0; }

.woocommerce div.product div.images .woocommerce-product-gallery__trigger { transition: all 300ms linear 0s; }

/*----*****---- << Single Product >> ----*****----*/

.woocommerce div.product div.images { position: relative; width: 33%; }

.woocommerce div.product div.images ol.flex-control-nav { padding-left: 0;}
.woocommerce div.product div.images ol.flex-control-nav li { list-style: none; width: 24.5%; float: left; margin-right: 2px; }
.woocommerce div.product div.summary { margin-top: 1em; width: 64%; }

.woocommerce .pswp button { background-color: none; }
        
.pswp__counter { top: auto; right: 0; margin: 0 auto; text-align: center; }
.pswp__ui { float: right; }
.pswp__ui button { width: 50px; height: 50px; float: left; margin-top: 0; }
.pswp__button--arrow--right:before, .pswp__button--arrow--left:before { top: 11px; }
        
.pswp__button { background: none !important; }
        
.pswp__button.pswp__button--close:before { position: absolute; content: ""; display: block; background-image:url(images/default_skin.png); background-position: 0 -44px; width: 50px; height: 50px; top: 0; }
.pswp__button.pswp__button--fs:before { position: absolute; content: ""; display: block; background-image:url(images/default_skin.png); background-position: -44px 0; width: 50px; height: 50px; top: 0; }
.pswp__button.pswp__button--zoom:before { position: absolute; content: ""; display: block; background-image:url(images/default_skin.png); background-position: -88px 0; width: 50px; height: 50px; top: 0; }


/******** Cart ********/

.shop_table.cart .product-thumbnail img { height:auto; }
.coupon #coupon_code { padding-left:5px; }

.product-quantity .quantity { float:none; display:inline-block; }
.product-quantity .quantity .screen-reader-text{ display: none;}
.product .summary .quantity, .product-quantity .quantity { width:60px; }
.product .summary .quantity input.input-text, .product-quantity .quantity input.input-text { text-align:center; padding:0px; min-height:37px; }
.product .summary .quantity input[type="button"], .product .summary .quantity input[type="text"], .product-quantity .quantity input[type="button"], .product-quantity .quantity input[type="text"] { float:none; display:inline-block;  }

.shop_table.cart td { text-align:left; }
.shop_table.my_account_orders td { text-align:center !important; }
.shop_table.my_account_orders td .button { float:none; font-size:12px; padding:5px 10px; }

.cart-subtotal .amount { font-weight:bold; }

.woocommerce .login label { width:100%; }

.woocommerce address, .woocommerce-page address { line-height:24px; }
.addresses .col-1, .addresses .col-2 { background:#E5DEB0; padding:20px 2%; }
.woocommerce .addresses .col-2, .woocommerce-page .addresses .col-2, .woocommerce .addresses .col-1, .woocommerce-page .addresses .col-1 { width:45% !important; }

.woocommerce .login .lost_password { display:inline-block; margin:18px 0 0 15px; }
.woocommerce .login .button { float:left; } 

.woocommerce table.cart a.remove, .woocommerce-page table.cart a.remove, .woocommerce #content table.cart a.remove, .woocommerce-page #content table.cart a.remove {
	display:block;
	font-size:12px;
	height:20px;
	width:20px;
	text-align:center;
	line-height:20px;
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	border-radius:100%;
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
	background:#7B654C;
	display:inline-block;
}
.woocommerce table.cart a.remove:hover, .woocommerce-page table.cart a.remove:hover, .woocommerce #content table.cart a.remove:hover, .woocommerce-page #content table.cart a.remove:hover {
	background-color:red;
	color:#fff
}
.woocommerce table.cart td.actions, .woocommerce-page table.cart td.actions, .woocommerce #content table.cart td.actions, .woocommerce-page #content table.cart td.actions {
	text-align:right
}
.woocommerce table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon, .woocommerce #content table.cart td.actions .coupon, .woocommerce-page #content table.cart td.actions .coupon {
	float:left
}
.woocommerce table.cart td.actions > .button { float:none; }
.woocommerce table.cart td.actions .coupon label, .woocommerce-page table.cart td.actions .coupon label, .woocommerce #content table.cart td.actions .coupon label, .woocommerce-page #content table.cart td.actions .coupon label {
	display:none
}
.woocommerce table.cart td.actions .coupon .input-text, .woocommerce-page table.cart td.actions .coupon .input-text, .woocommerce #content table.cart td.actions .coupon .input-text, .woocommerce-page #content table.cart td.actions .coupon .input-text {
	background:#ffffff;
	width:150px;
	float:left;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	border:1px solid #e0dadf;
	padding:0px;
	height:39px;	
	margin:0 4px 0 0;
	outline:0;
	line-height:1em;
	
}
.woocommerce table.cart td.actions .button.alt, .woocommerce-page table.cart td.actions .button.alt, .woocommerce #content table.cart td.actions .button.alt, .woocommerce-page #content table.cart td.actions .button.alt {
	float:right;
	margin-left:10px;
}
.woocommerce table.cart input, .woocommerce-page table.cart input, .woocommerce #content table.cart input, .woocommerce-page #content table.cart input {
	margin:0;
	vertical-align:middle;
	line-height:1em
}

.woocommerce .cart-collaterals .shipping_calculator, .woocommerce-page .cart-collaterals .shipping_calculator {
	width:48%;
	text-align:right;
	margin:20px 0 0 0;
	clear:right;
	float:right
}

.woocommerce .cart-collaterals .shipping_calculator select, .woocommerce-page .cart-collaterals .shipping_calculator select { margin:0px; width:100%; }
.cart-collaterals .shipping_calculator input[type="text"], .cart-collaterals .shipping_calculator input[type="email"], .cart-collaterals .shipping_calculator input[type="password"], .cart-collaterals .shipping_calculator input.text, .cart-collaterals .shipping_calculator textarea { width:93.8%; }

.woocommerce .cart_totals { width:48%; text-align:right; float:right; }

.woocommerce .cart-collaterals h2 { font-size:18px; }

.woocommerce td.product-name dl.variation, .woocommerce-page td.product-name dl.variation { margin:5px 0px; clear:both; }
.woocommerce td.product-name dl.variation dt, .woocommerce-page td.product-name dl.variation dt { display:inline-block; }
.woocommerce td.product-name dl.variation dd, .woocommerce-page td.product-name dl.variation dd { display:inline-block; }

/* Woocommerce Message */
.woocommerce-message .button, .woocommerce-error .button, .woocommerce-info .button { background:url(images/btn-small-gradient.png) top repeat-x; font-size:12px; padding:10px 17px; margin:-7px 0px -5px; font-weight:normal; }

.woocommerce-message, .woocommerce-error, .woocommerce-info {
	padding:1em 0.5em 1em 3.5em;
	margin:0 0 2em;
	position:relative;
	background:#fcfbfc;
	background:-webkit-gradient(linear, left top, left bottom, from(#fcfbfc), to(#f7f6f7));
	background:-webkit-linear-gradient(#fcfbfc, #f7f6f7);
	background:-moz-linear-gradient(center top, #fcfbfc 0, #f7f6f7 100%);
	background:-moz-gradient(center top, #fcfbfc 0, #f7f6f7 100%);
	color:#5e5e5e;
	text-shadow:0 1px 0 #fff;
	list-style:none outside;
	width:auto;
	-webkit-box-shadow:inset 0 -2px 6px rgba(0,0,0,0.05), inset 0 -2px 30px rgba(0,0,0,0.015), inset 0 1px 0 #fff, 0 1px 2px rgba(0,0,0,0.3);
	box-shadow:inset 0 -2px 6px rgba(0,0,0,0.05), inset 0 -2px 30px rgba(0,0,0,0.015), inset 0 1px 0 #fff, 0 1px 2px rgba(0,0,0,0.3)
}
.woocommerce-message:after, .woocommerce-error:after, .woocommerce-info:after {
	content:"";
	display:block;
	clear:both
}
.woocommerce-message:before, .woocommerce-error:before, .woocommerce-info:before {
	content:"";
	height:1.5em;
	width:1.5em;
	display:block;
	position:absolute;
	top:0;
	left:1em;
	font-family:sans-serif;
	font-size:1em;
	line-height:1.5;
	text-align:center;
	color:#fff;
	text-shadow:0 1px 0 rgba(0,0,0,0.2);
	padding-top:1em;
	box-shadow:inset 0 -1px 0 0 rgba(0,0,0,0.1);
	-webkit-box-shadow:inset 0 -1px 0 0 rgba(0,0,0,0.1);
	-moz-box-shadow:inset 0 -1px 0 0 rgba(0,0,0,0.1)
}
.woocommerce-message .button, .woocommerce-error .button, .woocommerce-info .button {
	float:right
}
.woocommerce-message li, .woocommerce-error li, .woocommerce-info li {
	list-style:none outside;
	padding-left:0;
	margin-left:0
}
.woocommerce-message {
	border-top:3px solid #8fae1b
}
.woocommerce-message:before {
	background-color:#8fae1b;
	content:"\2713"
}
.woocommerce-info {
	border-top:3px solid #1e85be
}
.woocommerce-info:before {
	background-color:#1e85be;
	content:"i";
	font-family:Times, Georgia, serif;
	font-style:italic
}
.woocommerce-error {
	border-top:3px solid #b81c23
}
.woocommerce-error:before {
	background-color:#b81c23;
	content:"\00d7";
	font-weight:700
}

/* Reviews */

.pp_woocommerce .pp_content { height:auto !important; }
.pp_woocommerce .pp_description { display:none !important; }

.woocommerce #reviews h2 small, .woocommerce-page #reviews h2 small {
	float:right;
	color:#777;
	font-size:15px;
	line-height:21px;
	margin:10px 0 0 0
}
.woocommerce #reviews h2 small a, .woocommerce-page #reviews h2 small a {
	text-decoration:none;
	color:#777
}
.woocommerce #reviews h3, .woocommerce-page #reviews h3 {
	margin:0
}
.woocommerce #reviews #respond, .woocommerce-page #reviews #respond {
	margin:0;
	border:0;
	padding:0
}
.woocommerce #reviews #comment, .woocommerce-page #reviews #comment {
	height:75px
}
.woocommerce #reviews #comments .add_review:after, .woocommerce-page #reviews #comments .add_review:after {
	content:"";
	display:block;
	clear:both
}
.woocommerce #reviews #comments h2, .woocommerce-page #reviews #comments h2 {
	clear:none
}
.woocommerce #reviews #comments ol.commentlist, .woocommerce-page #reviews #comments ol.commentlist {
	margin:0;
	width:100%;
	background:0;
	list-style:none;
	padding:0;
}
.woocommerce #reviews #comments ol.commentlist:after, .woocommerce-page #reviews #comments ol.commentlist:after {
	content:"";
	display:block;
	clear:both
}
.woocommerce #reviews #comments ol.commentlist li, .woocommerce-page #reviews #comments ol.commentlist li {
	padding:0;
	margin:0 0 20px;
	position:relative;
	background:0;
	border:0;
	width:100%;
}
.woocommerce #reviews #comments ol.commentlist li .meta, .woocommerce-page #reviews #comments ol.commentlist li .meta {
	color:#4E4635;
	font-size:.75em
}
.woocommerce #reviews #comments ol.commentlist li img.avatar, .woocommerce-page #reviews #comments ol.commentlist li img.avatar {
	float:left;
	position:absolute;
	top:0;
	left:0;
	padding:3px;
	width:32px;
	height:auto;
	background:#f7f6f7;
	border:1px solid #f0eef0;
	margin:0;
	line-height:1
}
.woocommerce #reviews #comments ol.commentlist li .comment-text, .woocommerce-page #reviews #comments ol.commentlist li .comment-text {
	margin:0 0 0 50px;
	border:1px solid #C4BC89;
	padding:1em 1.5% 0;
	display:block;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p, .woocommerce-page #reviews #comments ol.commentlist li .comment-text p {
	margin:0 0 1em
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta, .woocommerce-page #reviews #comments ol.commentlist li .comment-text p.meta {
	font-size:.83em
}
.woocommerce #reviews #comments .commentlist>li:before, .woocommerce-page #reviews #comments .commentlist>li:before {
	content:""
}

.woocommerce .hreview-aggregate .star-rating, .woocommerce-page .hreview-aggregate .star-rating {
	margin:10px 0 0 0
}
.woocommerce #review_form #respond, .woocommerce-page #review_form #respond {
	position:static;
	margin:0;
	width:auto;
	padding:0;
	background:transparent none;
	border:0
}
.woocommerce #review_form #respond:after, .woocommerce-page #review_form #respond:after {
	content:"";
	display:block;
	clear:both
}
.woocommerce #review_form #respond p, .woocommerce-page #review_form #respond p {
	margin:0 0 10px
}
.woocommerce #review_form #respond .form-submit input, .woocommerce-page #review_form #respond .form-submit input {
	left:auto
}
.woocommerce #review_form #respond textarea, .woocommerce-page #review_form #respond textarea {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	width:100%
}

.woocommerce-LoopProduct-link:empty { display: none; }

/*********** Checkout ***********/

#order_review_heading { margin:20px 0px 10px; }
#order_review .total td { font-weight:bold; }

.lost_reset_password .button { float:left; }

.payment_method_paypal .about_paypal { margin-left: 20px; }

.woocommerce-checkout .form-row .chzn-container-single .chzn-single { height:37px !important; line-height:37px !important; }
.chzn-container-single .chzn-single div { top:7px !important; } 

.woocommerce #primary input[type="text"], .woocommerce #primary input[type="email"], .woocommerce #primary input[type="password"], .woocommerce #primary textarea, .woocommerce-page #primary input[type="text"], .woocommerce-page #primary input[type="email"], .woocommerce-page #primary input[type="password"], .woocommerce-page #primary textarea { padding:10px; }

.woocommerce form.checkout_coupon .form-row-last, .woocommerce-page form.checkout_coupon .form-row-last { float:left; }
.woocommerce form.checkout_coupon .button, .woocommerce-page form.checkout_coupon .button, .woocommerce form.checkout_coupon p, .woocommerce-page form.checkout_coupon p { margin:0px; float:left; }

.woocommerce-account .button { float:left; }
.woocommerce-account .woocommerce-message .button, .woocommerce-account .woocommerce-error .button, .woocommerce-account .woocommerce-info .button { float: right; }

.cart_table_item th { padding:15px 10px; }

.order-info { font-size:16px; margin:0px 0px 10px; }
.order-info mark { background:none; }

.woocommerce form .form-row, .woocommerce-page form .form-row {
	padding:3px;
	margin:0 0 6px
}
.woocommerce form .form-row:after, .woocommerce-page form .form-row:after {
	content:"";
	display:block;
	clear:both
}
.woocommerce form .form-row [placeholder]:focus::-webkit-input-placeholder, .woocommerce-page form .form-row [placeholder]:focus::-webkit-input-placeholder {
-webkit-transition:opacity .5s .5s ease;
-moz-transition:opacity .5s .5s ease;
transition:opacity .5s .5s ease;
opacity:0
}
.woocommerce form .form-row label, .woocommerce-page form .form-row label {
	display:block;
	margin:10px 0px;
}
.woocommerce form .form-row label.hidden, .woocommerce-page form .form-row label.hidden {
	visibility:hidden
}
.woocommerce form .form-row select, .woocommerce-page form .form-row select {
	width:100%;
	cursor:pointer;
	margin:0
}
.woocommerce form .form-row .required, .woocommerce-page form .form-row .required {
	color:red;
	font-weight:bold;
	border:0
}
.woocommerce form .form-row .input-checkbox, .woocommerce-page form .form-row .input-checkbox {
	display:inline;
	margin:-2px 8px 0 0;
	text-align:center;
	vertical-align:middle
}
.woocommerce form .form-row label.checkbox, .woocommerce-page form .form-row label.checkbox {
	display:inline
}
.woocommerce form .form-row input.input-text, .woocommerce-page form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce-page form .form-row textarea {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	width:100%;
	margin:0;
	outline:0;
	line-height:1em
}
.woocommerce form .form-row textarea, .woocommerce-page form .form-row textarea {
	/*height:3.5em;*/
	line-height:1.5em;
	display:block;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none
}
.woocommerce form .form-row.validate-required.woocommerce-validated input.input-text, .woocommerce-page form .form-row.validate-required.woocommerce-validated input.input-text {
	background-image:url(images/valid.png);
	background-position:95% center;
	background-repeat:no-repeat
}
.woocommerce form .form-row.validate-required.woocommerce-invalid input.input-text, .woocommerce-page form .form-row.validate-required.woocommerce-invalid input.input-text {
	background-image:url(images/invalid.png);
	background-position:95% center;
	background-repeat:no-repeat
}
.woocommerce form .form-row.validate-required.woocommerce-invalid .chzn-single, .woocommerce-page form .form-row.validate-required.woocommerce-invalid .chzn-single, .woocommerce form .form-row.validate-required.woocommerce-invalid .chzn-drop, .woocommerce-page form .form-row.validate-required.woocommerce-invalid .chzn-drop, .woocommerce form .form-row.validate-required.woocommerce-invalid input.input-text, .woocommerce-page form .form-row.validate-required.woocommerce-invalid input.input-text, .woocommerce form .form-row.validate-required.woocommerce-invalid select, .woocommerce-page form .form-row.validate-required.woocommerce-invalid select {
	border-color:#fb7f88
}
.woocommerce form .form-row ::-webkit-input-placeholder, .woocommerce-page form .form-row ::-webkit-input-placeholder {
line-height:1em;
padding-top:2px
}
.woocommerce form .form-row :-moz-placeholder, .woocommerce-page form .form-row :-moz-placeholder {
line-height:1em;
padding-top:2px
}
.woocommerce form .form-row :-ms-input-placeholder, .woocommerce-page form .form-row :-ms-input-placeholder {
line-height:1em;
padding-top:2px
}
.woocommerce form .form-row-first, .woocommerce-page form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-last {
	float:left;
	width:48%;
	overflow:visible
}
.woocommerce form .form-row-last, .woocommerce-page form .form-row-last {
	float:right
}
.woocommerce form .form-row-wide, .woocommerce-page form .form-row-wide {
	clear:both
}


.woocommerce .col2-set, .woocommerce-page .col2-set {
	width:100%
}
.woocommerce .col2-set:after, .woocommerce-page .col2-set:after {
	content:"";
	display:block;
	clear:both
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
	float:left;
	width:48%
}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
	float:right;
	width:48%
}

.woocommerce form.login, .woocommerce-page form.login, .woocommerce form.checkout_coupon, .woocommerce-page form.checkout_coupon, .woocommerce form.register, .woocommerce-page form.register {
	border:1px solid #C4BC89;
	padding:20px;
	margin:2em 0 2em 0;
	text-align:left;
}
.woocommerce ul#shipping_method, .woocommerce-page ul#shipping_method {
	list-style:none outside;
	margin:0;
	padding:0
}
.woocommerce ul#shipping_method li, .woocommerce-page ul#shipping_method li {
	margin:0;
	padding:.25em 0 .25em 22px;
	text-indent:-22px;
	list-style:none outside
}
.woocommerce ul#shipping_method .amount, .woocommerce-page ul#shipping_method .amount {
	font-weight:bold
}
.woocommerce .checkout .col-2 h3, .woocommerce-page .checkout .col-2 h3 {
	float:left;
	clear:none
}
.woocommerce .checkout .col-2 .notes, .woocommerce-page .checkout .col-2 .notes {
	clear:left
}
.woocommerce .checkout .col-2 .form-row-first, .woocommerce-page .checkout .col-2 .form-row-first {
	clear:left
}
.woocommerce .checkout div.shipping-address, .woocommerce-page .checkout div.shipping-address {
	padding:0;
	clear:left;
	width:100%
}
.woocommerce .checkout #shiptobilling, .woocommerce-page .checkout #shiptobilling {
	float:right;
	line-height:1.62em;
	margin:0;
	padding:0
}
.woocommerce .checkout #shiptobilling label, .woocommerce-page .checkout #shiptobilling label {
	font-size:.6875em
}
.woocommerce .checkout .shipping_address, .woocommerce-page .checkout .shipping_address {
	clear:both
}
.woocommerce #payment, .woocommerce-page #payment { border:1px solid #BFB092; }
.woocommerce #payment ul.payment_methods, .woocommerce-page #payment ul.payment_methods {
	text-align:left;
	padding:1em;
	border-bottom:1px solid #BFB092;
	margin:0;
	list-style:none outside
}
.woocommerce #payment ul.payment_methods:after, .woocommerce-page #payment ul.payment_methods:after {
	content:"";
	display:block;
	clear:both
}
.woocommerce #payment ul.payment_methods li, .woocommerce-page #payment ul.payment_methods li {
	line-height:2em;
	text-align:left;
	margin:0;
	font-weight:normal
}
.woocommerce #payment ul.payment_methods li input, .woocommerce-page #payment ul.payment_methods li input {
	margin:0 1em 0 0
}
.woocommerce #payment ul.payment_methods li img, .woocommerce-page #payment ul.payment_methods li img {
	vertical-align:middle;
	margin:-2px 0 0 .5em;
	position:relative
}
.woocommerce #payment div.form-row, .woocommerce-page #payment div.form-row {
	padding:1em;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
	float:right;
	margin:0
}
.woocommerce #payment .terms, .woocommerce-page #payment .terms {
	padding:0 1em 0;
	text-align:right
}
.woocommerce #payment div.payment_box, .woocommerce-page #payment div.payment_box {
	position:relative;
	width:96%;
	padding:1em 2%;
	margin:1em 0 1em 0;
	font-size:.92em;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	line-height:1.5em;
	background:#E5DEB0;
	box-shadow:0 1px 2px 0 rgba(0,0,0,0.25);
	-webkit-box-shadow:0 1px 2px 0 rgba(0,0,0,0.25);
	-moz-box-shadow:0 1px 2px 0 rgba(0,0,0,0.25);
	text-shadow:0 1px 0 rgba(255,255,255,0.8)
}
.woocommerce #payment div.payment_box p:last-child, .woocommerce-page #payment div.payment_box p:last-child {
	margin-bottom:0
}
.woocommerce #payment div.payment_box #cc-expire-month, .woocommerce-page #payment div.payment_box #cc-expire-month, .woocommerce #payment div.payment_box #cc-expire-year, .woocommerce-page #payment div.payment_box #cc-expire-year {
	width:48%;
	float:left
}
.woocommerce #payment div.payment_box #cc-expire-year, .woocommerce-page #payment div.payment_box #cc-expire-year {
	float:right
}
.woocommerce #payment div.payment_box span.help, .woocommerce-page #payment div.payment_box span.help {
	font-size:11px;
	color:#777;
	line-height:13px;
	font-weight:normal
}
.woocommerce #payment div.payment_box .form-row, .woocommerce-page #payment div.payment_box .form-row {
	margin:0 0 1em
}
.woocommerce #payment div.payment_box .form-row select, .woocommerce-page #payment div.payment_box .form-row select {
	width:48%;
	float:left;
	margin-right:3.8%
}
.woocommerce #payment div.payment_box .form-row select:nth-child(3n), .woocommerce-page #payment div.payment_box .form-row select:nth-child(3n) {
	margin-right:0
}
.woocommerce #payment div.payment_box:after, .woocommerce-page #payment div.payment_box:after {
	content:"";
	display:block;
	border:8px solid #E5DEB0;
	border-right-color:transparent;
	border-left-color:transparent;
	border-top-color:transparent;
	position:absolute;
	top:-3px;
	left:0;
	margin:-1em 0 0 2em
}
.woocommerce .order_details, .woocommerce-page .order_details {
	margin:0 0 1.5em;
	list-style:none;	
}
.woocommerce > ul.order_details { background:#E5DEB0; }
.woocommerce > ul.order_details li { padding:20px; }
.woocommerce .order_details:after, .woocommerce-page .order_details:after {
	content:"";
	display:block;
	clear:both
}
.woocommerce .order_details li, .woocommerce-page .order_details li {
	float:left;
	margin-right:2em;
	text-transform:uppercase;
	font-size:.715em;
	line-height:1em;
	border-right:1px dashed #C4BC89;
	padding-right:2em
}
.woocommerce .order_details li strong, .woocommerce-page .order_details li strong {
	display:block;
	font-size:1.4em;
	text-transform:none;
	line-height:1.5em
}
.woocommerce .order_details li:last-of-type, .woocommerce-page .order_details li:last-of-type {
	border:0
}
.woocommerce .addresses .title:after, .woocommerce-page .addresses .title:after {
	content:"";
	display:block;
	clear:both
}
.woocommerce .addresses .title h3, .woocommerce-page .addresses .title h3 {
	float:left
}
.woocommerce .addresses .title .edit, .woocommerce-page .addresses .title .edit {
	float:right
}
.woocommerce ol.commentlist.notes li.note p.meta, .woocommerce-page ol.commentlist.notes li.note p.meta {
	font-weight:bold;
	margin-bottom:0
}
.woocommerce ol.commentlist.notes li.note .description p:last-child, .woocommerce-page ol.commentlist.notes li.note .description p:last-child {
	margin-bottom:0
}
.woocommerce ul.digital-downloads, .woocommerce-page ul.digital-downloads {
	margin-left:0;
	padding-left:0
}
.woocommerce ul.digital-downloads li, .woocommerce-page ul.digital-downloads li {
	list-style:none;
	margin-left:0;
	padding-left:1.5em;
	background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAHCAYAAAA1WQxeAAAAQUlEQVQIHWP8//8/AwgwMjLWgxlQAijeCGIyIQtiYxNUwAjUhWI0uilMMLvQJUB8kBzYCmyKYGJwN8AEYDphJgIAPtccffZCsOoAAAAASUVORK5CYII=) left no-repeat
}
.woocommerce ul.digital-downloads li .count, .woocommerce-page ul.digital-downloads li .count {
	float:right
}

/*********** Price Filter *********/

.widget.woocommerce.widget_price_filter .price_slider_wrapper { float:left; clear:both; width:100%; margin:20px 0px 0px; }
.widget.woocommerce.widget_price_filter .price_slider_amount .button { float:left; margin:10px 0px 0px; }
.widget.woocommerce.widget_price_filter .price_label { margin:21px 0px 0px 15px; float:left; }
.widget_price_filter .price_slider_wrapper .ui-widget-content { border: 0 none; border-radius: 1em 1em 1em 1em; }
.widget_price_filter .ui-slider-horizontal { height: 0.5em; }
.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 { height: 100%; top: 0; }
.widget_price_filter .ui-slider .ui-slider-range { border: 0 none; border-radius: 1em 1em 1em 1em; display:block; font-size:0.7em; position:absolute; z-index:1; }
.widget_price_filter .ui-slider .ui-slider-handle { border: 1px solid #6D6D6D; border-radius: 1em 1em 1em 1em; cursor: pointer; height: 0.9em; outline: medium none; position: absolute;    top: -0.3em; width: 0.9em; z-index: 2; }
.widget_price_filter .ui-slider .ui-slider-handle:last-child { margin-left: -1em; }


/* Widgets */
.sidebar .widget.woocommerce a.button:hover { color:#FFFAE4; }

.widget.woocommerce ul.product_list_widget li { line-height:20px; background:none; padding:5px 0px 10px; width:100%; }
.widget.woocommerce ul.product_list_widget li { width:100%; }
.widget.woocommerce ul.product_list_widget li .amount { font-size:20px; color:#697E10; }	
.widget.woocommerce ul.product_list_widget li del span.amount, .widget.woocommerce ul.product_list_widget li del { color:#FF4E4E; font-size:20px; }
.widget.woocommerce ul.product_list_widget li img { -webkit-transition:all 300ms linear; -moz-transition:all 300ms linear; -o-transition:all 300ms linear; -ms-transition:all 300ms linear; transition:all 300ms linear; float:left; border-radius:100%; margin:-10px 10px 10px 0px; }

.widget.woocommerce ul.product_list_widget li .star-rating { float:left; margin:10px 5px 0px 0px; }

.widget.woocommerce.widget_recent_reviews ul.product_list_widget li .star-rating { float:left; margin:0px 5px 0px 0px; }
.widget.woocommerce.widget_recent_reviews ul.product_list_widget li a { margin-bottom:10px; }
.widget.woocommerce.widget_recent_reviews ul.product_list_widget li { font-size:12px; line-height:20px; }

.widget_shopping_cart_content .total { font-size:15px; text-transform:uppercase; margin:15px 0px 10px; display:inline-block; }
.widget_shopping_cart_content .total strong { font-weight:normal; }

.widget.woocommerce.widget_product_search #searchform, .widget.widget_search #searchform fieldset { margin:0px; }
.widget.woocommerce.widget_product_search #searchform input[type="text"], .widget.woocommerce.widget_product_search #searchform input[type="text"]:focus, .widget.woocommerce.widget_product_search #searchform input[type="text"]:hover { width:70%; background:#fbf2ce; color:#2e3338; }
.widget.woocommerce.widget_product_search #searchform input[type="submit"] { margin:0px; text-indent:-9999px; height:39px; width:40px; background-position:center center; }
.widget.woocommerce.widget_product_search #searchform label { width:100%; }

.widget.woocommerce.widget_login form label { width:100%; margin:0px 0px 10px; padding:0px; }
.widget.woocommerce.widget_login form input[type="text"], .widget.woocommerce.widget_login form input[type="password"] { width:90%; padding:12px 10px; }

.widget.woocommerce.widget_shopping_cart p.buttons a { margin:10px 10px 0px 0px; }

.widget.woocommerce.widget_price_filter .price_slider_wrapper { float:left; clear:both; width:100%; margin:20px 0px 0px; }
.widget.woocommerce.widget_price_filter .price_slider_amount .button { float:left; }
.widget.woocommerce.widget_price_filter .price_label { margin:21px 0px 0px 15px; float:left; }
.widget_price_filter .price_slider_wrapper .ui-widget-content { border: 0 none; border-radius: 1em 1em 1em 1em; }
.widget_price_filter .ui-slider-horizontal { height: 0.5em; }
.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 { height: 100%; top: 0; }
.widget_price_filter .ui-slider .ui-slider-range { border: 0 none; border-radius: 1em 1em 1em 1em; display:block; font-size:0.7em; position:absolute; z-index:1; }
.widget_price_filter .ui-slider .ui-slider-handle { border: 1px solid #6D6D6D; border-radius: 1em 1em 1em 1em; cursor: pointer; height: 0.9em; outline: medium none; position: absolute;    top: -0.3em; width: 0.9em; z-index: 2; }
.widget_price_filter .ui-slider .ui-slider-handle:last-child { margin-left: -1em; }

.widget.woocommerce.widget_product_search #searchform { float:none; width:100%; }
.widget.woocommerce.widget_product_search #searchform div { padding:1px; display:inline-block; width:99%; }
.widget.woocommerce.widget_product_search #searchform label { display:none; }

#footer .widget.woocommerce ul.product_list_widget li { background:none; }
#footer .widget.woocommerce .button { color:#fffae4; }