@charset "utf-8";
/* CSS Document */

@font-face {
font-family:'star';
src:url('fonts/star.eot');
src:url('fonts/star.eot?#iefix') format('embedded-opentype'), url('fonts/star.woff') format('woff'), url('fonts/star.ttf') format('truetype'), url('fonts/star.svg#star') format('svg');
font-weight:normal;
font-style:normal
}

.clear {
	clear: both
}
.nobr { 
	white-space: nowrap
}
.woocommerce-message, .woocommerce-error, .woocommerce-info {
	padding: 1em 1em 1em 3.5em;
	margin: 0 0 2em;
	position: relative;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	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;
	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), 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), 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;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	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)
}
.wc-forward a:after, .wc-forward:after {
	font-family:fontawesome;
	speak:none;
	font-weight:400;
	font-variant:normal;
	text-transform:none;
	line-height:1;
	-webkit-font-smoothing:antialiased;
	margin-left:7px;
	content:"\f061";
	font-size:.75em
}
.wc-backward a:before, .wc-backward:before {
	font-family:fontawesome;
	speak:none;
	font-weight:400;
	font-variant:normal;
	text-transform:none;
	line-height:1;
	-webkit-font-smoothing:antialiased;
	margin-right:7px;
	content:"\f060";
	font-size:.75em
}

.woocommerce .woocommerce-message a.button:hover, .woocommerce .woocommerce-error a:hover, .woocommerce .woocommerce-info a:hover { color:#2c3e50; background:none; }
.woocommerce .woocommerce-message .button, .woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button {
	float: right; 
	background:none;
}
.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
}
p.demo_store {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	margin: 0;
	width: 100%;
	font-size: 1em;
	padding: .5em 0;
	text-align: center;
	background: #ad74a2;
	background: -webkit-gradient(linear, left top, left bottom, from(#ad74a2), to(#96588a));
	background: -webkit-linear-gradient(#ad74a2, #96588a);
	background: -moz-linear-gradient(center top, #ad74a2 0, #96588a 100%);
	background: -moz-gradient(center top, #ad74a2 0, #96588a 100%);
	border: 1px solid #96588a;
	color: #fff;
	z-index: 99998;
	box-shadow: inset 0 0 0 3px rgba(255,255,255,0.2);
	-webkit-box-shadow: inset 0 0 0 3px rgba(255,255,255,0.2);
	-moz-box-shadow: inset 0 0 0 3px rgba(255,255,255,0.2)
}
.admin-bar p.demo_store {
	top: 28px
}
.woocommerce small.note, .woocommerce-page small.note {
	display: block;
	color: #777;
	font-size: 11px;
	line-height: 21px;
	margin-top: 10px
}
.woocommerce .woocommerce-breadcrumb, .woocommerce-page .woocommerce-breadcrumb {
	margin: 0 0 1em;
	padding: 0;
	font-size: .92em;
	color: #777
}
.woocommerce .woocommerce-breadcrumb:after, .woocommerce-page .woocommerce-breadcrumb:after {
	content: "";
	display: block;
	clear: both
}
.woocommerce .woocommerce-breadcrumb a, .woocommerce-page .woocommerce-breadcrumb a {
	color: #777
}
.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 #content div.product, .woocommerce-page #content div.product {
	margin-bottom: 0;
	position: relative
}
.woocommerce div.product .product_title, .woocommerce-page div.product .product_title, .woocommerce #content div.product .product_title, .woocommerce-page #content div.product .product_title {
	clear: none;
	margin-top: 0;
	padding: 0
}
.woocommerce div.product span.price ins, .woocommerce-page div.product span.price ins, .woocommerce #content div.product span.price ins, .woocommerce-page #content div.product span.price ins, .woocommerce div.product p.price ins, .woocommerce-page div.product p.price ins, .woocommerce #content div.product p.price ins, .woocommerce-page #content div.product p.price ins {
	background: inherit
}

.woocommerce div.product p.stock, .woocommerce-page div.product p.stock, .woocommerce #content div.product p.stock, .woocommerce-page #content div.product p.stock {
	font-size: .92em
}
.woocommerce div.product .stock, .woocommerce-page div.product .stock, .woocommerce #content div.product .stock, .woocommerce-page #content div.product .stock {
	color: #85ad74
}

.woocommerce div.product div.images, .woocommerce-page div.product div.images, .woocommerce #content div.product div.images, .woocommerce-page #content div.product div.images {
	float: left;
	width: 33%;
	margin-bottom: 2em
}
.woocommerce div.product div.images div.thumbnails, .woocommerce-page div.product div.images div.thumbnails, .woocommerce #content div.product div.images div.thumbnails, .woocommerce-page #content div.product div.images div.thumbnails {
	padding-top: 1em
}
.woocommerce div.product div.images div.thumbnails:after, .woocommerce-page div.product div.images div.thumbnails:after, .woocommerce #content div.product div.images div.thumbnails:after, .woocommerce-page #content div.product div.images div.thumbnails:after {
	content: "";
	display: block;
	clear: both
}

.woocommerce div.product div.images div.thumbnails a.first, .woocommerce-page div.product div.images div.thumbnails a.first, .woocommerce #content div.product div.images div.thumbnails a.first, .woocommerce-page #content div.product div.images div.thumbnails a.first {
	clear: both
}
.woocommerce div.product div.summary, .woocommerce-page div.product div.summary, .woocommerce #content div.product div.summary, .woocommerce-page #content div.product div.summary {
	float: right;
	width:64%;
	margin-bottom: 2em
}
.woocommerce div.product div.social, .woocommerce-page div.product div.social, .woocommerce #content div.product div.social, .woocommerce-page #content div.product div.social {
	text-align: right;
	margin: 0 0 1em
}
.woocommerce div.product div.social span, .woocommerce-page div.product div.social span, .woocommerce #content div.product div.social span, .woocommerce-page #content div.product div.social span {
	margin: 0 0 0 2px
}
.woocommerce div.product div.social span span, .woocommerce-page div.product div.social span span, .woocommerce #content div.product div.social span span, .woocommerce-page #content div.product div.social span span {
	margin: 0
}
.woocommerce div.product div.social span .stButton .chicklets, .woocommerce-page div.product div.social span .stButton .chicklets, .woocommerce #content div.product div.social span .stButton .chicklets, .woocommerce-page #content div.product div.social span .stButton .chicklets {
	padding-left: 16px;
	width: 0
}
.woocommerce div.product div.social iframe, .woocommerce-page div.product div.social iframe, .woocommerce #content div.product div.social iframe, .woocommerce-page #content div.product div.social iframe {
	float: left;
	margin-top: 3px
}
.woocommerce div.product p.cart, .woocommerce-page div.product p.cart, .woocommerce #content div.product p.cart, .woocommerce-page #content div.product p.cart {
	margin-bottom: 2em
}
.woocommerce div.product p.cart:after, .woocommerce-page div.product p.cart:after, .woocommerce #content div.product p.cart:after, .woocommerce-page #content div.product p.cart:after {
	content: "";
	display: block;
	clear: both
}
.woocommerce div.product form.cart, .woocommerce-page div.product form.cart, .woocommerce #content div.product form.cart, .woocommerce-page #content div.product form.cart {
	margin-bottom: 2em
}
.woocommerce div.product form.cart:after, .woocommerce-page div.product form.cart:after, .woocommerce #content div.product form.cart:after, .woocommerce-page #content div.product form.cart:after {
	content: "";
	display: block;
	clear: both
}
.woocommerce div.product form.cart div.quantity, .woocommerce-page div.product form.cart div.quantity, .woocommerce #content div.product form.cart div.quantity, .woocommerce-page #content div.product form.cart div.quantity {
	float: left;
	margin: 0 4px 0 0
}
.woocommerce div.product form.cart table, .woocommerce-page div.product form.cart table, .woocommerce #content div.product form.cart table, .woocommerce-page #content div.product form.cart table {
	border-width: 0 0 1px 0
}
.woocommerce div.product form.cart table td, .woocommerce-page div.product form.cart table td, .woocommerce #content div.product form.cart table td, .woocommerce-page #content div.product form.cart table td {
	padding-left: 0
}
.woocommerce div.product form.cart table div.quantity, .woocommerce-page div.product form.cart table div.quantity, .woocommerce #content div.product form.cart table div.quantity, .woocommerce-page #content div.product form.cart table div.quantity {
	float: none;
	margin: 0
}
.woocommerce div.product form.cart table small.stock, .woocommerce-page div.product form.cart table small.stock, .woocommerce #content div.product form.cart table small.stock, .woocommerce-page #content div.product form.cart table small.stock {
	display: block;
	float: none
}
.woocommerce div.product form.cart .variations, .woocommerce-page div.product form.cart .variations, .woocommerce #content div.product form.cart .variations, .woocommerce-page #content div.product form.cart .variations {
	margin-bottom: 1em
}
.woocommerce div.product form.cart .variations label, .woocommerce-page div.product form.cart .variations label, .woocommerce #content div.product form.cart .variations label, .woocommerce-page #content div.product form.cart .variations label {
	font-weight: bold
}
.woocommerce div.product form.cart .variations td.label, .woocommerce-page div.product form.cart .variations td.label, .woocommerce #content div.product form.cart .variations td.label, .woocommerce-page #content div.product form.cart .variations td.label {
	padding-right: 1em
}
.woocommerce div.product form.cart .button, .woocommerce-page div.product form.cart .button, .woocommerce #content div.product form.cart .button, .woocommerce-page #content div.product form.cart .button {
	vertical-align: middle;
	float: left
}
.woocommerce div.product form.cart .group_table td.label, .woocommerce-page div.product form.cart .group_table td.label, .woocommerce #content div.product form.cart .group_table td.label, .woocommerce-page #content div.product form.cart .group_table td.label {
	padding-right: 1em;
	padding-left: 1em
}
.woocommerce div.product form.cart .group_table td, .woocommerce-page div.product form.cart .group_table td, .woocommerce #content div.product form.cart .group_table td, .woocommerce-page #content div.product form.cart .group_table td {
	vertical-align: top
}
.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count {
	float: left;
	margin: 0 0 1em
}
.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
	margin: 0 0 1em;
	float: right; 
	min-width:240px;
}
.woocommerce .woocommerce-ordering select, .woocommerce-page .woocommerce-ordering select {
	vertical-align: top
}
.woocommerce nav.woocommerce-pagination, .woocommerce-page nav.woocommerce-pagination, .woocommerce #content nav.woocommerce-pagination, .woocommerce-page #content nav.woocommerce-pagination {
	text-align: center
}
.woocommerce nav.woocommerce-pagination ul, .woocommerce-page nav.woocommerce-pagination ul, .woocommerce #content nav.woocommerce-pagination ul, .woocommerce-page #content nav.woocommerce-pagination ul {
	display: inline-block;
	white-space: nowrap;
	padding: 0;
	clear: both;
	border: 1px solid #e0dadf;
	border-right: 0;
	margin: 1px
}
.woocommerce nav.woocommerce-pagination ul li, .woocommerce-page nav.woocommerce-pagination ul li, .woocommerce #content nav.woocommerce-pagination ul li, .woocommerce-page #content nav.woocommerce-pagination ul li {
	border-right: 1px solid #e0dadf;
	padding: 0;
	margin: 0;
	float: left;
	display: inline;
	overflow: hidden
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce-page nav.woocommerce-pagination ul li a, .woocommerce #content nav.woocommerce-pagination ul li a, .woocommerce-page #content nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span, .woocommerce-page nav.woocommerce-pagination ul li span, .woocommerce #content nav.woocommerce-pagination ul li span, .woocommerce-page #content nav.woocommerce-pagination ul li span {
	margin: 0;
	text-decoration: none;
	padding: 0;
	line-height: 1em;
	font-size: 1em;
	font-weight: normal;
	padding: .5em;
	min-width: 1em;
	display: block
}
.woocommerce nav.woocommerce-pagination ul li span.current, .woocommerce-page nav.woocommerce-pagination ul li span.current, .woocommerce #content nav.woocommerce-pagination ul li span.current, .woocommerce-page #content nav.woocommerce-pagination ul li span.current, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce-page nav.woocommerce-pagination ul li a:hover, .woocommerce #content nav.woocommerce-pagination ul li a:hover, .woocommerce-page #content nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce-page nav.woocommerce-pagination ul li a:focus, .woocommerce #content nav.woocommerce-pagination ul li a:focus, .woocommerce-page #content nav.woocommerce-pagination ul li a:focus {
	background: #f7f6f7;
	color: #998896
}
.woocommerce .cart .button, .woocommerce-page .cart .button, .woocommerce .cart input.button, .woocommerce-page .cart input.button {
	float: none;
	border:none;
	color:#ffffff;
}

.wishlist_table .add_to_cart.button:hover { color:#ffffff; }
.woocommerce .shop_table.wishlist_table td.product-add-to-cart a { display:inline-block !important; min-height:inherit; }

.woocommerce a.added_to_cart, .woocommerce-page a.added_to_cart {
	padding-top: .5em;
	white-space: nowrap;
	display: inline-block
}
.woocommerce .quantity, .woocommerce-page .quantity, .woocommerce #content .quantity, .woocommerce-page #content .quantity {
	width: 60px;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
	zoom: 1
}
.woocommerce .quantity noindex:-o-prefocus, .woocommerce-page .quantity noindex:-o-prefocus, .woocommerce #content .quantity noindex:-o-prefocus, .woocommerce-page #content .quantity noindex:-o-prefocus, .woocommerce .quantity input[type=number], .woocommerce-page .quantity input[type=number], .woocommerce #content .quantity input[type=number], .woocommerce-page #content .quantity input[type=number] {
padding-right:1.2em
}
.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 #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
}
.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: 00;
	margin: 0 0 20px;
	position: relative;
	background: 0;
	border: 0
}
.woocommerce #reviews #comments ol.commentlist li .meta, .woocommerce-page #reviews #comments ol.commentlist li .meta {
	color: #777;
	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 #f0eef0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 1em 1em 0
}
.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 .comment-text .star-rating, .woocommerce-page .comment-text .star-rating { margin:6px 10px 0 0; }

.woocommerce .star-rating, .woocommerce-page .star-rating {
	float:left;
	overflow:hidden;
	position:relative;
	height:1em;
	line-height:1em;
	font-size:1em;
	width:5.4em;
	font-family:'FontAwesome'
}
.woocommerce .star-rating:before, .woocommerce-page .star-rating:before {
	content:"\f006 \f006 \f006 \f006 \f006";
	color:#1e2b38;
	float:left;
	top:0;
	left:0;
	position:absolute
}
.woocommerce .star-rating span, .woocommerce-page .star-rating span {
	overflow:hidden;
	float:left;
	top:0;
	left:0;
	position:absolute;
	padding-top:1.5em
}
.woocommerce .star-rating span:before, .woocommerce-page .star-rating span:before {
	content:"\f005 \f005 \f005 \f005 \f006";
	top:0;
	position:absolute;
	left:0;
	color:#1e2b38;
}
.woocommerce .products .star-rating, .woocommerce-page .products .star-rating {
	display:block;
	margin:0 0 .5em;
}
.woocommerce p.stars, .woocommerce-page p.stars {
	position:relative;
	font-size:1em
}
.woocommerce p.stars a, .woocommerce-page p.stars a {
	display:inline-block;
	font-weight:700;
	margin-right:1em;
	text-indent:-9999px;
	position:relative;
	line-height: normal;
}
.woocommerce p.stars a:last-child, .woocommerce-page p.stars a:last-child {
	border-right:0
}
.woocommerce p.stars a.star-1, .woocommerce p.stars a.star-2, .woocommerce p.stars a.star-3, .woocommerce p.stars a.star-4, .woocommerce p.stars a.star-5, .woocommerce-page p.stars a.star-1, .woocommerce-page p.stars a.star-2, .woocommerce-page p.stars a.star-3, .woocommerce-page p.stars a.star-4, .woocommerce-page p.stars a.star-5 {
	border-right:1px solid #ccc
}
.woocommerce p.stars a.star-1:after, .woocommerce p.stars a.star-2:after, .woocommerce p.stars a.star-3:after, .woocommerce p.stars a.star-4:after, .woocommerce p.stars a.star-5:after, .woocommerce-page p.stars a.star-1:after, .woocommerce-page p.stars a.star-2:after, .woocommerce-page p.stars a.star-3:after, .woocommerce-page p.stars a.star-4:after, .woocommerce-page p.stars a.star-5:after {
	font-family:FontAwesome;
	text-indent:0;
	position:absolute;
	top:0;
	left:0
}
.woocommerce p.stars a.star-1, .woocommerce-page p.stars a.star-1 {
	width:2em
}
.woocommerce p.stars a.star-1:after, .woocommerce-page p.stars a.star-1:after {
	content:"\f006"
}
.woocommerce p.stars a.star-1.active:after, .woocommerce p.stars a.star-1:hover:after, .woocommerce-page p.stars a.star-1.active:after, .woocommerce-page p.stars a.star-1:hover:after {
	content:"\f005"
}
.woocommerce p.stars a.star-2, .woocommerce-page p.stars a.star-2 {
	width:3em
}
.woocommerce p.stars a.star-2:after, .woocommerce-page p.stars a.star-2:after {
	content:"\f006\f006"
}
.woocommerce p.stars a.star-2.active:after, .woocommerce p.stars a.star-2:hover:after, .woocommerce-page p.stars a.star-2.active:after, .woocommerce-page p.stars a.star-2:hover:after {
	content:"\f005\f005"
}
.woocommerce p.stars a.star-3, .woocommerce-page p.stars a.star-3 {
	width:4em
}
.woocommerce p.stars a.star-3:after, .woocommerce-page p.stars a.star-3:after {
	content:"\f006\f006\f006"
}
.woocommerce p.stars a.star-3.active:after, .woocommerce p.stars a.star-3:hover:after, .woocommerce-page p.stars a.star-3.active:after, .woocommerce-page p.stars a.star-3:hover:after {
	content:"\f005\f005\f005"
}
.woocommerce p.stars a.star-4, .woocommerce-page p.stars a.star-4 {
	width:5em
}
.woocommerce p.stars a.star-4:after, .woocommerce-page p.stars a.star-4:after {
	content:"\f006\f006\f006\f006"
}
.woocommerce p.stars a.star-4.active:after, .woocommerce p.stars a.star-4:hover:after, .woocommerce-page p.stars a.star-4.active:after, .woocommerce-page p.stars a.star-4:hover:after {
	content:"\f005\f005\f005\f005"
}
.woocommerce p.stars a.star-5, .woocommerce-page p.stars a.star-5 {
	width:6em;
	border:0
}
.woocommerce p.stars a.star-5:after, .woocommerce-page p.stars a.star-5:after {
	content:"\f006\f006\f006\f006\f006"
}
.woocommerce p.stars a.star-5.active:after, .woocommerce p.stars a.star-5:hover:after, .woocommerce-page p.stars a.star-5.active:after, .woocommerce-page p.stars a.star-5:hover:after {
	content:"\f005\f005\f005\f005\f005"
}

.footer-widgets-wrapper .woocommerce .star-rating:before, .footer-widgets-wrapper .woocommerce-page .star-rating:before, .footer-widgets-wrapper .woocommerce .star-rating span:before, .footer-widgets-wrapper .woocommerce-page .star-rating span:before {
	color:#92a7bb;
}

.footer-widgets-wrapper.type5 .woocommerce .star-rating:before, .footer-widgets-wrapper.type5 .woocommerce-page .star-rating:before, .footer-widgets-wrapper.type5 .woocommerce .star-rating span:before, .footer-widgets-wrapper.type5 .woocommerce-page .star-rating span:before, .footer-widgets-wrapper.type6 .woocommerce .star-rating:before, .footer-widgets-wrapper.type6 .woocommerce-page .star-rating:before, .footer-widgets-wrapper.type6 .woocommerce .star-rating span:before, .footer-widgets-wrapper.type6 .woocommerce-page .star-rating span:before {
	color:#333;
}

a.checkout-button.wc-forward {
    color: #fff;
}

.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;
	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;
	display:inline-block;
	width:100%;
	clear:both;
}
.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%
}
.comment-form-rating label { margin-bottom:5px; display:block; }

.woocommerce table.shop_attributes, .woocommerce-page table.shop_attributes {
	border: 0;
	border-top: 1px dotted rgba(0,0,0,0.1);
	margin-bottom: 1.618em;
	width: 100%
}
.woocommerce table.shop_attributes th, .woocommerce-page table.shop_attributes th {
	width: 150px;
	font-weight: bold;
	padding: 8px;
	border-top: 0;
	border-bottom: 1px dotted rgba(0,0,0,0.1);
	margin: 0;
	line-height: 1.5em
}
.woocommerce table.shop_attributes td, .woocommerce-page table.shop_attributes td {
	font-style: italic;
	padding: 0 10px;
	border-top: 0;
	border-bottom: 1px dotted rgba(0,0,0,0.1);
	margin: 0;
	line-height: 1.5em;
	background:#ffffff;
}
.woocommerce table.shop_attributes tbody tr:nth-child(2n+1) td, .woocommerce-page table.shop_attributes tbody tr:nth-child(2n+1) td { background:#ffffff; } 
.woocommerce table.shop_attributes td p, .woocommerce-page table.shop_attributes td p {
	margin: 0;
	padding: 8px 0
}
.woocommerce table.shop_table, .woocommerce-page table.shop_table {
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
	border-collapse: separate;
}
.woocommerce table.shop_table th, .woocommerce-page table.shop_table th {
	font-weight: bold;
	line-height: 18px;
	padding:15px 12px;
	font-size:14px;
}
.woocommerce table.shop_table td, .woocommerce-page table.shop_table td {
	padding: 6px 12px;
	vertical-align: middle
}
.woocommerce table.shop_table td small, .woocommerce-page table.shop_table td small {
	font-weight: normal
}
.woocommerce table.shop_table tfoot td, .woocommerce-page table.shop_table tfoot td, .woocommerce table.shop_table tfoot th, .woocommerce-page table.shop_table tfoot th {
	font-weight: bold;
}
.woocommerce table.my_account_orders, .woocommerce-page table.my_account_orders {
	font-size: .85em
}
.woocommerce table.my_account_orders th, .woocommerce-page table.my_account_orders th, .woocommerce table.my_account_orders td, .woocommerce-page table.my_account_orders td {
	vertical-align: middle
}
.woocommerce table.my_account_orders .button, .woocommerce-page table.my_account_orders .button {
	white-space: nowrap
}
.woocommerce table.my_account_orders .order-actions, .woocommerce-page table.my_account_orders .order-actions {
	text-align: right
}
.woocommerce table.my_account_orders .order-actions .button, .woocommerce-page table.my_account_orders .order-actions .button {
	margin: .125em 0 .125em .25em
}
.woocommerce td.product-name dl.variation, .woocommerce-page td.product-name dl.variation {
	margin: .25em 0 .5em;
	font-size: .8751em
}
.woocommerce td.product-name dl.variation dt, .woocommerce-page td.product-name dl.variation dt {
	font-weight: bold;
	float: left;
	clear: left;
	margin:3px .25em 0 0;
	padding: 0;
	font-size:12px;
}
.woocommerce td.product-name dl.variation dd, .woocommerce-page td.product-name dl.variation dd {
	margin: 0 0 .25em 0
}
.woocommerce td.product-name p.backorder_notification, .woocommerce-page td.product-name p.backorder_notification {
	font-size: .83em
}
.woocommerce td.product-quantity, .woocommerce-page td.product-quantity {
	min-width: 80px
}
.woocommerce table.cart .product-thumbnail, .woocommerce-page table.cart .product-thumbnail, .woocommerce #content table.cart .product-thumbnail, .woocommerce-page #content table.cart .product-thumbnail {
	min-width: 32px
}
.woocommerce table.cart img, .woocommerce-page table.cart img, .woocommerce #content table.cart img, .woocommerce-page #content table.cart img {
	width: 80px;
	height: auto
}
.woocommerce table.cart th, .woocommerce-page table.cart th, .woocommerce #content table.cart th, .woocommerce-page #content table.cart th, .woocommerce table.cart td, .woocommerce-page table.cart td, .woocommerce #content table.cart td, .woocommerce-page #content table.cart td {
	vertical-align: middle
}
.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:18px;
	height:24px;
	width:24px;
	text-align: center;
	line-height:24px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	color: red;
	text-decoration: none;
	font-weight: bold
}
.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 {
	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 { margin-top: 0;  }
.woocommerce table.cart td.actions .coupon label { float:left; line-height:48px; }
.woocommerce table.cart td.actions .coupon .button { margin-left:10px; }
.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 {
	width: 80px;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #e2d6c1;
	padding: 6px 6px 5px;
	margin: 0 4px 0 0;
	outline: 0;
	line-height: 1em
}
.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 ul.cart_list, .woocommerce-page ul.cart_list, .woocommerce ul.product_list_widget, .woocommerce-page ul.product_list_widget {
	list-style: none outside;
	padding: 0;
	margin: 0
}
.woocommerce ul.cart_list li, .woocommerce-page ul.cart_list li {
	padding: 4px 0;
	margin: 0;
	list-style: none; 
}
.woocommerce ul.product_list_widget li, .woocommerce-page ul.product_list_widget li {
	padding:0;
	margin-bottom:30px;
	list-style: none; 
}
.woocommerce ul.cart_list li:after, .woocommerce-page ul.cart_list li:after, .woocommerce ul.product_list_widget li:after, .woocommerce-page ul.product_list_widget li:after {
	content: "";
	display: block;
	clear: both
}
.woocommerce ul.cart_list li a, .woocommerce-page ul.cart_list li a, .woocommerce ul.product_list_widget li a, .woocommerce-page ul.product_list_widget li a {
	display: block;
}
.secondary-sidebar .woocommerce ul.cart_list li a, .secondary-sidebar .woocommerce-page ul.cart_list li a, .secondary-sidebar .woocommerce ul.product_list_widget li a, .secondary-sidebar .woocommerce-page ul.product_list_widget li a {
	color:#2c3e50;
}
.woocommerce .product_list_widget li .product-title, .woocommerce-page .product_list_widget li .product-title, .woocommerce ul.product_list_widget li a, .woocommerce-page ul.product_list_widget li a { font-size:14px; }
.cart_list.product_list_widget a.remove { background-color: #eaeaea; border-radius: 100%; color: #616161; display: block; font-size: 15px; font-weight: normal; height: 20px;  line-height: 20px; text-align: center; text-decoration: none; width: 20px; top:-7px; left:-3px; position:absolute; }
.woocommerce .cart_list.product_list_widget a.remove:hover { color:#fff; }

.woocommerce ul.cart_list li img, .woocommerce-page ul.cart_list li img, .woocommerce ul.product_list_widget li img, .woocommerce-page ul.product_list_widget li img {
	float: right;
	margin-left: 4px;
	width: 32px;
	height: auto;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.3);
 	-webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.3);
	-moz-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.3)
}
.woocommerce ul.cart_list li dl, .woocommerce-page ul.cart_list li dl, .woocommerce ul.product_list_widget li dl, .woocommerce-page ul.product_list_widget li dl {
	margin: 0;
	font-size: .8751em;
	padding-left: 1em;
	border-left: 2px dotted #e2d6c1;
}
.woocommerce ul.cart_list li dl dt, .woocommerce-page ul.cart_list li dl dt, .woocommerce ul.product_list_widget li dl dt, .woocommerce-page ul.product_list_widget li dl dt {
	float: left;
	clear: left;
	margin-right: .25em;
	margin-bottom:0px;
}
.woocommerce ul.cart_list li dl dd, .woocommerce-page ul.cart_list li dl dd, .woocommerce ul.product_list_widget li dl dd, .woocommerce-page ul.product_list_widget li dl dd {
	margin-bottom: .5em
}
.woocommerce ul.cart_list li .star-rating, .woocommerce-page ul.cart_list li .star-rating, .woocommerce ul.product_list_widget li .star-rating, .woocommerce-page ul.product_list_widget li .star-rating {
	float: none
}
.woocommerce .widget_shopping_cart .total, .woocommerce-page .widget_shopping_cart .total {
	border-top: 3px double #eaeaea;
	padding: 4px 0 0
}
.woocommerce .widget_shopping_cart .total strong, .woocommerce-page .widget_shopping_cart .total strong {
	min-width: 40px;
	display: inline-block
}
.woocommerce .widget_shopping_cart .buttons:after, .woocommerce-page .widget_shopping_cart .buttons:after {
	content: "";
	display: block;
	clear: both
}
.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
	width: 100%
}
.woocommerce .cart-collaterals:after, .woocommerce-page .cart-collaterals:after {
	content: "";
	display: block;
	clear: both
}
.woocommerce .cart-collaterals .related, .woocommerce-page .cart-collaterals .related {
	width: 30.75%;
	float: left
}
.woocommerce .cart-collaterals .cross-sells, .woocommerce-page .cart-collaterals .cross-sells {
	width: 100%;
	float: left
}
.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:after, .woocommerce-page .cart-collaterals .shipping_calculator:after {
	content: "";
	display: block;
	clear: both
}
.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-1, .woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-1, .woocommerce .cart-collaterals .shipping_calculator .col2-set .col-2, .woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-2 {
	width: 47%
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
	float: right;
	width: 48%;
	text-align: right
}
.woocommerce .cart-collaterals .cart_totals p small, .woocommerce-page .cart-collaterals .cart_totals p small {
	color: #777;
	font-size: .83em
}
.woocommerce .cart-collaterals .cart_totals table, .woocommerce-page .cart-collaterals .cart_totals table {
	border-collapse: separate;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 0 0 6px;
	padding: 0
}
.woocommerce .cart-collaterals .cart_totals table tr:first-child th, .woocommerce-page .cart-collaterals .cart_totals table tr:first-child th, .woocommerce .cart-collaterals .cart_totals table tr:first-child td, .woocommerce-page .cart-collaterals .cart_totals table tr:first-child td {
	border-top: 0
}
.woocommerce .cart-collaterals .cart_totals table td, .woocommerce-page .cart-collaterals .cart_totals table td, .woocommerce .cart-collaterals .cart_totals table th, .woocommerce-page .cart-collaterals .cart_totals table th {
	padding: 6px 3px
}
.woocommerce .cart-collaterals .cart_totals table small, .woocommerce-page .cart-collaterals .cart_totals table small {
	display: block;
	color: #777
}
.woocommerce .cart-collaterals .cart_totals table select, .woocommerce-page .cart-collaterals .cart_totals table select {
	width: 100%
}
.woocommerce .cart-collaterals .cart_totals .discount td, .woocommerce-page .cart-collaterals .cart_totals .discount td {
	color: #85ad74
}
.woocommerce .cart-collaterals .cart_totals tr td, .woocommerce-page .cart-collaterals .cart_totals tr td, .woocommerce .cart-collaterals .cart_totals tr th, .woocommerce-page .cart-collaterals .cart_totals tr th {
	padding:12px;
}
.woocommerce .cart-collaterals .cart_totals tr th, .woocommerce-page .cart-collaterals .cart_totals tr th { font-weight:bold; }
.woocommerce .cart-collaterals .cart_totals a.button.alt, .woocommerce-page .cart-collaterals .cart_totals a.button.alt {
	display: block;
}
.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
}
.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: normal;
}
.woocommerce form .form-row textarea, .woocommerce-page form .form-row textarea {
	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/icons/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/icons/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.woocommerce-checkout .form-row-last, .woocommerce-page form.woocommerce-checkout .form-row-last {
	float: right
}
.woocommerce form .form-row-wide, .woocommerce-page form .form-row-wide {
	clear: both
}
.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 #eaeaea;
	padding: 20px;
	margin: 2em 0 2em 0;
	text-align: left;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px
}
.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 {
	background: #f5e9d4;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px
}
.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 #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 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 .order_details, .woocommerce-page .order_details {
	margin: 0 0 1.5em;
	list-style: none
}
.woocommerce .order_details:after, .woocommerce-page .order_details:after {
	content: "";
	display: table;
	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 #e0dadf;
	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
}
.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 7px 15px;
	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:0;
	float: none;
}
.woocommerce .widget_layered_nav ul li.chosen a, .woocommerce-page .widget_layered_nav ul li.chosen a {
	padding: 0 6px 0 18px;
	border: 1px solid #ad74a2;
	background: #ad74a2 url(images/cross_white.png) no-repeat 6px center;
	box-shadow: inset 0 1px 1px rgba(255,255,255,0.5) #888;
	-webkit-box-shadow: inset 0 1px 1px rgba(255,255,255,0.5) #888;
	-moz-box-shadow: inset 0 1px 1px rgba(255,255,255,0.5) #888;
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px
}
.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;
}
.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;
	line-height:normal;
}
.woocommerce .widget_layered_nav_filters ul li a, .woocommerce-page .widget_layered_nav_filters ul li a {
	padding: 0 6px 2px 18px;
	box-shadow: inset 0 1px 1px rgba(255,255,255,0.5) #888;
	-webkit-box-shadow: inset 0 1px 1px rgba(255,255,255,0.5) #888;
	-moz-box-shadow: inset 0 1px 1px rgba(255,255,255,0.5) #888;
	color: #fff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	float: left
}
.woocommerce .widget.widget_layered_nav_filters ul li a:hover, .woocommerce-page .widget.widget_layered_nav_filters ul li a:hover { background-color:#546d87; color:#fff; }

.woocommerce .widget.widget_layered_nav_filters ul li:before, .woocommerce-page .widget.widget_layered_nav_filters ul li:before { content: "\f00d"; color:#fff; left:3px; top:6px; }

.woocommerce .widget_price_filter .price_slider, .woocommerce-page .widget_price_filter .price_slider {
	margin-bottom: 1em
}
.woocommerce .widget_price_filter .price_slider_amount, .woocommerce-page .widget_price_filter .price_slider_amount {
	text-align: right;
	line-height: 2.4em;
	font-size: .8751em
}
.woocommerce .widget_price_filter .price_slider_amount .button, .woocommerce-page .widget_price_filter .price_slider_amount .button {
	font-size: 14px;
	padding:10px 15px;
	min-height:inherit;
}
.woocommerce .widget_price_filter .price_slider_amount .button, .woocommerce-page .widget_price_filter .price_slider_amount .button {
	float: left;
	position:relative;
	z-index:1;
}
.woocommerce .widget_price_filter .ui-slider, .woocommerce-page .widget_price_filter .ui-slider {
	position: relative;
	text-align: left
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content, .woocommerce-page .widget_price_filter .price_slider_wrapper .ui-widget-content { 
	background: #d7d7d7; 
	border-radius: 10px; 
	box-shadow: 1px 1px 2px #dadada inset; 
	height: 9px; 
	margin-bottom: 35px; 
	position: relative; 
	z-index: 1; 
	width:100%; 
	border:none;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-range { 
	background: #eaeaea; 
	left:0; 
	width:100%; 
	position:absolute; 
	height:100%; 
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle:before, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle:before {
	border-radius: 50%; 
	content: ""; 
	display: inline-block; 
	height: 3px; 
	left: -5px; 
	padding: 5px; 
	position: relative; 
	top: -5px; 
	width: 3px; 
	z-index: 0; 
	border-width: 5px;
 	border-style: solid;
}

.woocommerce .footer-widgets-wrapper .widget_price_filter .ui-slider .ui-slider-range, .woocommerce-page .footer-widgets-wrapper .widget_price_filter .ui-slider .ui-slider-range {
	background: #606060;
}

.woocommerce .ui-state-default, .woocommerce .ui-widget-content .ui-state-default, .woocommerce .ui-widget-header .ui-state-default { color:#eaeaea; background:inherit; }
.woocommerce .footer-widgets-wrapper .ui-state-default, .woocommerce .footer-widgets-wrapper .ui-widget-content .ui-state-default, .woocommerce .footer-widgets-wrapper .ui-widget-header .ui-state-default, .woocommerce-page .footer-widgets-wrapper .ui-state-default, .woocommerce-page .footer-widgets-wrapper .ui-widget-content .ui-state-default, .woocommerce-page .footer-widgets-wrapper .ui-widget-header .ui-state-default { color:#555; background:inherit; }

.woocommerce .footer-widgets-wrapper .widget_price_filter .price_slider_wrapper .ui-widget-content, .woocommerce-page .footer-widgets-wrapper .widget_price_filter .price_slider_wrapper .ui-widget-content {
	background:#777; 
	box-shadow: 1px 1px 2px #808080 inset;
	border:none;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle { 
	border-radius: 50%; 
	cursor: pointer; 
	height: 14px; 
	outline: 0 none; 
	position: absolute; 
	top: -3px; 
	width: 14px; 
}
.price_label { 
	float: right; 
	font-size:14px; 
	color:#616161; 
}
.footer-widgets-wrapper .price_label { color:#bfc4c7; }

.woocommerce .widget_price_filter .ui-slider-horizontal, .woocommerce-page .widget_price_filter .ui-slider-horizontal {
	height: .5em
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range, .woocommerce-page .widget_price_filter .ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-min, .woocommerce-page .widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
	left: -1px
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-max, .woocommerce-page .widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
	right: -1px
}
.twentythirteen .entry-summary {
	padding: 0
}

.woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img {
	width: 100%;
	height: auto;
	display: block; -webkit-transition:all 300ms linear 0s; -moz-transition:all 300ms linear 0s; -o-transition:all 300ms linear 0s; -ms-transition:all 300ms linear 0s; transition:all 300ms linear 0s; border: 1px solid #eaeaea;
}
.woocommerce ul.products li.product:hover a img, .woocommerce-page ul.products li.product:hover a img {
	box-shadow: 0 1px 3px 0 rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.3);
	-moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.3)
}

button::-moz-focus-inner { border:0; padding:0; }

.woocommerce .button, .woocommerce-page .button, .woocommerce .place-order input[type="submit"] { font-size: 14px; padding: 15px 11px 16px; border:none; min-height:50px; backface-visibility: hidden; }
.woocommerce button, .woocommerce input[type="button"], .woocommerce-page button, .woocommerce-page input[type="button"] { padding: 15px 11px 15px; }
.woocommerce input[type="submit"], .woocommerce-page input[type="submit"], .woocommerce .button, .woocommerce-page .button { padding:13px 20px; }
.woocommerce .dt-sc-tabs-frame-content p:last-child, .woocommerce-page .dt-sc-tabs-frame-content p:last-child { margin-bottom:10px; }

.page-title { float:left; }

.woocommerce-ordering { float:right; }
.woocommerce-ordering .selection-box { margin:0px 0px 25px; }

.woocommerce a.button.loading:before, .woocommerce-page a.button.loading:before, .woocommerce button.button.loading:before, .woocommerce-page button.button.loading:before, .woocommerce input.button.loading:before, .woocommerce-page input.button.loading:before, .woocommerce #respond input#submit.loading:before, .woocommerce-page #respond input#submit.loading:before, .woocommerce #content input.button.loading:before, .woocommerce-page #content input.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)
}
.woocommerce a.button.added:before, .woocommerce-page a.button.added:before, .woocommerce button.button.added:before, .woocommerce-page button.button.added:before, .woocommerce input.button.added:before, .woocommerce-page input.button.added:before, .woocommerce #respond input#submit.added:before, .woocommerce-page #respond input#submit.added:before, .woocommerce #content input.button.added:before, .woocommerce-page #content input.button.added:before {
	content: "";
	position: absolute;
	height: 16px;
	width: 16px;
	top: .35em;
	right: -26px;
	text-indent: 0;
}
.woocommerce a.button:active, .woocommerce-page a.button:active, .woocommerce button.button:active, .woocommerce-page button.button:active, .woocommerce input.button:active, .woocommerce-page input.button:active, .woocommerce #respond input#submit:active, .woocommerce-page #respond input#submit:active, .woocommerce #content input.button:active, .woocommerce-page #content input.button:active {
	top: 1px
}


@media(-webkit-min-device-pixel-ratio:2), (min-resolution:192dpi) {
.woocommerce a.button.loading:before, .woocommerce-page a.button.loading:before, .woocommerce button.button.loading:before, .woocommerce-page button.button.loading:before, .woocommerce input.button.loading:before, .woocommerce-page input.button.loading:before, .woocommerce #respond input#submit.loading:before, .woocommerce-page #respond input#submit.loading:before, .woocommerce #content input.button.loading:before, .woocommerce-page #content input.button.loading:before {
	background-image: url(images/ajax-loader@2x.gif);
	background-size: 16px 16px
}
.woocommerce a.button.added:before, .woocommerce-page a.button.added:before, .woocommerce button.button.added:before, .woocommerce-page button.button.added:before, .woocommerce input.button.added:before, .woocommerce-page input.button.added:before, .woocommerce #respond input#submit.added:before, .woocommerce-page #respond input#submit.added:before, .woocommerce #content input.button.added:before, .woocommerce-page #content input.button.added:before {
	background: url(images/success@2x.png) no-repeat;
	background-size: 16px 14px
}
.woocommerce .woocommerce form .form-row.validate-required.woocommerce-validated input.input-text, .woocommerce-page .woocommerce form .form-row.validate-required.woocommerce-validated input.input-text, .woocommerce .woocommerce-page form .form-row.validate-required.woocommerce-validated input.input-text, .woocommerce-page .woocommerce-page form .form-row.validate-required.woocommerce-validated input.input-text {
	background-image: url(images/icons/valid@2x.png);
	background-size: 12px 9px
}
.woocommerce .woocommerce form .form-row.validate-required.woocommerce-invalid input.input-text, .woocommerce-page .woocommerce form .form-row.validate-required.woocommerce-invalid input.input-text, .woocommerce .woocommerce-page form .form-row.validate-required.woocommerce-invalid input.input-text, .woocommerce-page .woocommerce-page form .form-row.validate-required.woocommerce-invalid input.input-text {
	background-image: url(images/icons/invalid@2x.png);
	background-size: 12px 9px
}
.woocommerce p.stars span, .woocommerce-page p.stars span {
	background-image: url(images/star@2x.png);
	background-size: 16px 48px
}
.woocommerce p.stars span a:hover, .woocommerce-page p.stars span a:hover, .woocommerce p.stars span a:focus, .woocommerce-page p.stars span a:focus {
	background-image: url(images/star@2x.png);
	background-size: 16px 48px
}
.woocommerce p.stars span a.active, .woocommerce-page p.stars span a.active {
	background-image: url(images/star@2x.png);
	background-size: 16px 48px
}
}


/*----*****---- << Woo Custom CSS >> ----*****----*/

.chzn-container-single .chzn-single span { color:#181818; }

/*----*****---- << Products List >> ----*****----*/

/* Hover */

/* Wishlist */
.products .product-wrapper .product-details-hover .yith-wcwl-add-button.show { margin:0px -20px 0px 0px; display:inline-block; }
.product-title .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .feedback, .product-title .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .feedback { display:none; }
.products .product-wrapper .product-title .yith-wcwl-add-to-wishlist { display:inline-block; }

.products .product-wrapper .product-title .yith-wcwl-add-to-wishlist a:before { content:"\f08a"; font-family:FontAwesome; margin-right:1px; line-height:normal; }

.products .product-wrapper .product-title .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before, .products .product-wrapper .product-title .yith-wcwl-wishlistaddedbrowse a:before { content:"\f004"; font-family:FontAwesome; margin-right:3px; }

.woocommerce #yith-wcwl-popup-message, .page-template #yith-wcwl-popup-message { background:rgba(0, 0, 0, 0.6); border:none; color:#ffffff; border-radius:5px; padding:10px 15px; line-height:20px; }

.yith-wcwl-add-to-wishlist { float: left; margin-top: 0; text-align: center; width: 50%; }
.product-wrapper .yith-wcwl-add-to-wishlist a { display:block; width:100%; }
.yith-wcwl-add-to-wishlist .ajax-loading { left: 0; position: absolute; top: 0; }
.yith-wcwl-add-button.show { position: relative; }

/* Product List Add to Cart */
.products .product-title .added_to_cart { background: rgba(255, 255, 255, 0.9) url("../images/success.png") no-repeat 2px center; left: 0px; margin: 0 auto; padding: 5px 10px 5px 30px; position: absolute; bottom:43px; width:auto; color:#2c3e50; }
.products .product-title .added_to_cart:hover { background-color:rgba(255, 255, 255, 0.9); }

/*----*****---- << Product Columns >> ----*****----*/
ul.products li .product-wrapper { width:32%; }

ul.products li .product-wrapper.product-two-column { width:48.9%; }
ul.products li .product-wrapper.product-three-column { width:32%; }
ul.products li .product-wrapper.product-four-column { width:23.5%; }	
ul.products li .product-wrapper.product-five-column { width:18.3%; }
ul.products li .product-wrapper.product-six-column { width:15%; }

ul.products li .product-wrapper.product-two-column.no-space { width:50%; }
ul.products li .product-wrapper.product-three-column.no-space { width:33.3%; }
ul.products li .product-wrapper.product-four-column.no-space { width:25%; }	
ul.products li .product-wrapper.product-five-column.no-space { width:20%; }
ul.products li .product-wrapper.product-six-column.no-space { width:16.6%; }

ul.products li .product-wrapper.no-space { margin:0px 0px -1px; }

/*----*****---- << Image Flip >> ----*****----*/
.pif-has-gallery { position: relative; }
.pif-has-gallery .onsale { z-index: 999999; }
.pif-has-gallery .secondary-image { position: absolute; top:0; left:0; opacity:0; }

.products .product-wrapper .product-thumb { position:relative; }
.products .product-wrapper .product-thumb .secondary-image { backface-visibility: hidden; display: block; height: auto; opacity: 0; position: absolute; top: 0; transition: all 200ms ease-out 0s; width: auto; right:0; left:0; margin:auto; }
.products .product-wrapper:hover .product-thumb .secondary-image { opacity:1; }

/*----*****---- << Single Product >> ----*****----*/
.single-product .woocommerce-main-image img { border:1px solid #eaeaea; max-width:100%; }
.single-product .page-with-sidebar .woocommerce-main-image img { max-width:100%; }

.single-product .product .product-image-meta .out-of-stock, .products .product-wrapper .out-of-stock { background-color:rgba(236,236,236,0.8); line-height:30px; padding:0px; color:#ffffff; width:100%; height:50px; line-height:30px; color:#010101; border-radius:0px; padding:10px 0; font-weight:bold; text-transform:uppercase; position:absolute; left:0px; top:10px; text-align:center; }
.single-product .product .product-image-meta .out-of-stock, .single-product .product .product-image-meta .onsale { z-index:100; }
.products .product-wrapper .out-of-stock { right:0px; top:0px; left:0; bottom:0; margin:auto; z-index:1; }
.single-product .product .product-image-meta .out-of-stock { width:auto; padding:5px 15px; line-height:40px; }
.single-product .product .summary .out-of-stock { display:none; }
.single-product .product .summary .stock { font-size:14px; color:#2d2d29; }

.product .images .thumbnails { overflow:hidden; }
.product .images .thumbnails .yith_magnifier_gallery li, .product .images .thumbnails .yith_magnifier_gallery li.last { margin-right:18px; width:95px; }
.page-with-sidebar .product .images .thumbnails .yith_magnifier_gallery li, .page-with-sidebar .product .images .thumbnails .yith_magnifier_gallery li.last { margin-right:11px; width:90px; }
.single-product div.images .thumbnails.slider .caroufredsel_wrapper { width:100%; }
.product .yith_magnifier_zoom_wrap { z-index:10; }

.product .summary .price del .amount, .product .summary .price del { font-size:16px; }
.product .summary .price .amount { font-size:24px; color:#2d2d29; }
.product .summary .price .from, .product_meta a:hover { color:#2d2d29; }

.woocommerce .quantity, .woocommerce-page .quantity { width:auto; }
.woocommerce .quantity .plus, .woocommerce .quantity .minus, .woocommerce-page .quantity .plus, .woocommerce-page .quantity .minus { float:left; border-radius:0px; height:43px; }

.woocommerce .quantity .plus, .woocommerce-page .quantity .plus { border-radius:0px 5px 5px 0px; }
.woocommerce .quantity .minus, .woocommerce-page .quantity .minus { border-radius:5px 0px 0px 5px; }

.woocommerce-tabs { float:left; width:100%; margin:20px 0px 20px; padding:0px; clear:both; }
.woocommerce-tabs ul.tabs { float:left; margin:0px; padding:0px; width:100%; }
.woocommerce-tabs ul.tabs li { float:left; display:inline; margin:0px -1px 0px 0px; padding:0px; }
.woocommerce-tabs ul.tabs li a { border:1px solid #e2d6c1; border-bottom:0px; float:left; margin:0px; padding:0px 20px; font-size:14px; text-align:center; font-weight:600	; color:#181818; line-height:45px; }
.woocommerce-tabs ul.tabs li.active a { background:#ffffff; border-bottom:0px; position:relative; z-index:1;  }

.woocommerce-tabs .panel { background:#ffffff; border:1px solid #e2d6c1; float:left; clear:both; width:92%; margin:-1px 0px 0px; padding:20px 4% 20px; }
.woocommerce-tabs .panel h2 { font-size:20px; margin-bottom:15px; }	
#reviews ol.commentlist { padding-left:0px; }
.pp_woocommerce .pp_content { height:auto !important; }
.woocommerce div.pp_overlay { z-index:9999999; }
.woocommerce div.pp_pic_holder { z-index:99999999; }
.pp_woocommerce .required { color:#ff0000; }

.woocommerce table.shop_attributes th { background:#f7f7f7; color:#2d2d29; text-transform:none; font-size:14px; }

.related-products-container, .upsell-products-container { float:left; clear:both; margin:20px 0px 0px; padding:0px; width:100%; }
.related-products-container h2, .upsell-products-container h2, .cross-sells h2, .cart_totals h2, .shipping_calculator h2, .woocommerce h2, .woocommerce-page h2 { font-size:20px; }
.related-products-container .related.products { width:100%; float:left; clear:both; }

.woocommerce div.product form.cart, .woocommerce-page div.product form.cart, .woocommerce #content div.product form.cart, .woocommerce-page #content div.product form.cart { margin-bottom:10px; }

.woocommerce div.product form.cart .variations, .woocommerce-page div.product form.cart .variations { margin-top:10px; }

.woocommerce-message .button, .woocommerce-message .button, .woocommerce-error .button, .woocommerce-info .button { padding:0px; font-size:13px; margin-top:0px; min-height:inherit; background-color:inherit; }
.woocommerce .return-to-shop .button, .woocommerce table.my_account_orders .order-actions .button, .woocommerce-page table.my_account_orders .order-actions .button { background-color:inherit; padding:0; font-size:13px; }
.return-to-shop .button:hover, .woocommerce table.my_account_orders .order-actions .button:hover, .woocommerce-page table.my_account_orders .order-actions .button:hover { background:inherit !important; }
.woocommerce .shop_table.my_account_orders td { padding:15px 15px; }

.product .summary .add_to_wishlist { position:relative; padding:10px; float:left; color:#fff; }
.summary .add_to_wishlist:before, .summary .yith-wcwl-wishlistaddedbrowse.show:before, .summary .yith-wcwl-wishlistexistsbrowse.show:before { color:#fff; font-family:FontAwesome; font-style:normal; font-weight:normal; text-decoration:inherit; font-size:14px; content:"\f08a"; margin-right:3px; color:#fff; }
.product .summary .add_to_wishlist:before { content:"\f08a"; }
.product .summary .yith-wcwl-wishlistaddedbrowse.show:before, .summary .yith-wcwl-wishlistexistsbrowse.show:before { content:"\f004"; }
.summary .yith-wcwl-wishlistaddedbrowse.show, .summary .yith-wcwl-wishlistexistsbrowse.show { padding: 2px 15px; color: white; display: inline-block;float: left; }
.summary .yith-wcwl-add-to-wishlist a { color:#fff; }
.shop_table.wishlist_table tr td { text-align:left; vertical-align:middle; }
.shop_table.wishlist_table tr td.product-add-to-cart { text-align:center; }

.summary .yith-wcwl-add-to-wishlist { float: none; width: auto; }
.summary .yith-wcwl-add-to-wishlist .add_to_wishlist:hover { background-color:#546d87; }

.products .product-wrapper .featured-tag, .product.single-product .product-image-meta .featured-tag { left: 0; position: absolute; top: 0; z-index: 99; }
.product-wrapper .featured-tag:after, .product.single-product .product-image-meta .featured-tag:after { background-color: transparent; border-right: 15px solid transparent; border-style: solid; border-width: 15px; content: ""; position: absolute; right: -20px; top: 0; z-index: 9; }
.single-product .product > .featured-product  { display:none; }
.product-wrapper .featured-tag i, .product.single-product .product-image-meta .featured-tag i { line-height: 30px; position: absolute; right: 5px; }
.product-wrapper .featured-tag span, .product.single-product .product-image-meta .featured-tag span { display: block; float: left; font-weight: 400; opacity: 0; overflow: hidden; padding-right: 25px; transition-delay: 0s, 0s, 0s; transition-duration: 0.3s, 0.25s, 0.25s; transition-property: opacity, padding, width; transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1); width: 3em; }
.products .product-wrapper .featured-tag span, .product.single-product .product-image-meta .featured-tag span { color:#fff; font-weight:600; }
.product-wrapper .featured-tag > div, .product.single-product .product-image-meta .featured-tag > div { color: #fff; height: 30px; line-height: 30px; position: relative; transition: width 0.1s cubic-bezier(0.86, 0, 0.07, 1) 0.05s; width: 25px; z-index: 99; }
.product-wrapper:hover .featured-tag > div, .product.single-product .product-image-meta:hover .featured-tag > div { width: 100%; }
.product-wrapper:hover .featured-tag > div span, .product.single-product .product-image-meta:hover .featured-tag > div span { opacity: 1; padding-left: 15px; width: 100%;}

.products .product-wrapper .onsale, .product.single-product .product-image-meta .onsale { position: absolute; right: 0; top: 10px; z-index:999; }
.product.single-product .product-image-meta .onsale { top:30px; }
.products .product-wrapper .onsale span, .product.single-product .product-image-meta .onsale span { color: #fff; display: inline-block; min-width: 70px; position: relative; height:30px; line-height:30px; text-align: center; z-index: 1; font-weight:600; font-size:14px; }
.products .product-wrapper .onsale span:after, .product.single-product .product-image-meta .onsale span:after { border-top: 31px solid; border-left:11px solid  transparent; content: ""; height: 0; position: absolute;  left: -10px; top: 0; transform: scale(0.9999); -webkit-transform: scale(0.9999); -moz-transform: scale(0.9999); -ms-transform: scale(0.9999); -o-transform: scale(0.9999); width: 0; } 
.product.single-product .product-image-meta .onsale { right:-1px; }


table.variations td { background:none; border:none; padding:0px; text-align:left; }
table.variations td .selection-box select { width:100%; }
table.variations td .selection-box { width:60%; margin-bottom:5px; }

.woocommerce #reviews #respond p, .woocommerce-page #reviews #respond p, .pp_inline #respond p { border:none; background:none; overflow:inherit; }
.woocommerce #reviews #respond input[type="text"], .woocommerce #reviews #respond textarea, .woocommerce #reviews #respond input[type="email"], .pp_inline #respond input[type="text"], .pp_inline #respond input[type="email"], .pp_inline #respond textarea {  background:#ffffff; border:1px solid #eaeaea; color:#616161; display:block; font-size:14px; margin:10px 0; padding:12px; }

.summary .woocommerce-product-rating .star-rating { margin:5px 5px 0px 0px; }

.yith_magnifier_zoom_magnifier { z-index:9999; }

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button { -webkit-appearance: "Always Show Up/Down Arrows"; opacity: 1; }
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button { margin: 0; }

/*----*****---- << Cart >> ----*****----*/
.woocommerce .cart-collaterals .cart_totals th { border-bottom-width:1px; font-size:14px; }
table.shop_table { }
table.shop_table .quantity .qty, table.shop_table .quantity .plus, table.shop_table .quantity .minus { display:inline-block; margin-top:0px; }
.woocommerce table.cart td.actions .coupon .input-text { width:200px; height:40px; }
table.cart td.product-name { text-align:left; }
table.cart td.product-name a { font-size:16px; padding-bottom:10px; }
table.cart td.product-name .variation { margin-top:10px; }

.woocommerce .wc-proceed-to-checkout .wc-forward a:after, .woocommerce .wc-proceed-to-checkout .wc-forward:after { display:none; }
	
/*----*****---- << Checkout >> ----*****----*/
.woocommerce form .form-row label, .woocommerce-page form .form-row label { font-weight:normal; padding-bottom:5px; }
.woocommerce td.product-name dl.variation dt, .woocommerce-page td.product-name dl.variation dt { display:inline; float:none; }
.woocommerce td.product-name dl.variation dd, .woocommerce-page td.product-name dl.variation dd { display:inline; margin:0 10px 5px 5px; }

#order_review tfoot th, table.shop_table tfoot th { border-bottom-width:1px; }
.payment_methods, .payment_methods label, .payment_methods a { color:#2d2d29; }

.woocommerce #payment div.payment_box, .woocommerce-page #payment div.payment_box { background:#fdf6ea; }
#customer_details { padding-bottom:20px; }
#billing_country_chzn, #billing_state_chzn { color:#2d2d29; } 

.shipping-calculator-button { position:relative; padding-right:15px; }
.shipping-calculator-button:after { font-family:FontAwesome; font-style:normal; font-weight:normal; text-decoration:inherit; font-size:14px; position:absolute; top:0px; right:0px; content:"\f175"; }

/*----*****---- << Order Page >> ----*****----*/
.woocommerce .order_details li, .woocommerce-page .order_details li { font-size:10px; }
dl.customer_details { margin:0px; }

.addresses .col-1, .addresses .col-2 { background:#f8f8f8; }
.addresses .col-1 header, .addresses .col-2 header, .addresses .col-1 address, .addresses .col-2 address  { padding:0px 20px 10px;	 }
.addresses .col-1 header, .addresses .col-2 header { padding-top:20px; }
.addresses .col-1 h3, .addresses .col-2 h3 { margin-bottom:0px; }

.woocommerce .shop_table .order-actions .button { font-size:12px; padding:6px 15px 4px; }

.lost_reset_password .button { float:left; }

/*----*****---- << Widgets >> ----*****----*/
.widget.woocommerce ul.product_list_widget li:before { content:""; }
.widget.woocommerce ul.product_list_widget li { border:none; padding:0px; }
.widget.woocommerce ul.product_list_widget li ins { background:none; font-size:14px; }
.widget.woocommerce ul.product_list_widget li del { font-size:12px; }
.widget.woocommerce ul.product_list_widget li a img { float:left; width:85px; margin:0 10px 0 0; border:1px solid #eaeaea; box-shadow:inherit; }
#footer .widget.woocommerce ul.product_list_widget li a img { border-color:#555555; width:70px; }

#footer .footer-widgets-wrapper.type2 .woocommerce.widget > ul, #footer .footer-widgets-wrapper.type3 .woocommerce.widget > ul { padding-left:0; margin-top:10px; }

#footer .footer-widgets-wrapper.type3 .widget.woocommerce ul.product_list_widget li a img { border-color:rgba(0, 0, 0, 0.15); }

.widget.woocommerce .widget_shopping_cart_content .total { float:left; clear:both; margin:20px 0px 0px; padding:10px 0px 0px; width:100%; }
.widget.woocommerce .widget_shopping_cart_content .buttons { float:left; clear:both; margin:10px 0px 0px; padding:0px; width:100%; } 
.widget.woocommerce .widget_shopping_cart_content .buttons .button { padding:0px 5px 0px 0px; background:inherit; font-size:13px; }
.widget.woocommerce .widget_shopping_cart_content .total { border-top: 3px double #eaeaea; }

.footer-widgets-wrapper .widget.woocommerce .widget_shopping_cart_content .total { border-color:rgba(255, 255, 255, 0.15); }
.footer-widgets-wrapper .cart_list.product_list_widget a.remove { background-color:#555; color:#fff; }
.footer-widgets-wrapper.type4 .cart_list.product_list_widget a.remove { background-color:#3d5267; } 
.footer-widgets-wrapper.type2 .cart_list.product_list_widget a.remove { background-color:#343b4b; } 
.footer-widgets-wrapper.type3 .cart_list.product_list_widget a.remove { background-color:#dee2e5; }
.footer-widgets-wrapper.type3 .cart_list.product_list_widget a.remove { background-color:#dee2e5; }
.footer-widgets-wrapper.type5 .cart_list.product_list_widget a.remove { background-color:#1f1f1f; } 
.footer-widgets-wrapper.type6 .cart_list.product_list_widget a.remove { background-color:#101010; }
.footer-widgets-wrapper.type7 .cart_list.product_list_widget a.remove { background-color:#203243; }

.woocommerce.widget_price_filter .price_label { font-size:14px; position:relative; top:7px; }

.widget.woocommerce ul.product_list_widget li .star-rating { margin:8px 5px 5px 0px; }

.widget.woocommerce #searchform input[type="submit"] { float:right; font-size:0px; padding:0px 20px; }
.widget.woocommerce #searchform label { display:none; }
.widget.woocommerce #searchform input[type="submit"]:hover { background-color:#303030; }

.widget.widget_product_categories .product-categories { margin-top:-12px; }
.widget.widget_product_categories .product-categories li { position:relative; float:none; display:block; padding:10px 0 10px 15px; margin:0px; border-bottom:1px dashed #ededed; }
.widget.widget_product_categories .product-categories li a { padding:0px; margin-bottom:0px; display:block; line-height:normal; }
.widget.widget_product_categories .product-categories li span { position:absolute; right:0px; top:10px; }
.widget.widget_product_categories .product-categories li .dt-sc-toggle span { top:1px; }
.widget.widget_product_categories .product-categories li a:before { top:0px; }	
.widget.widget_product_categories .product-categories li:before { top:8px; }


#footer .widget.woocommerce .product-categories li { margin-top:5px; }
#footer .widget.woocommerce ul li:before { content:""; }
#footer .product-categories li { border-bottom-color:#555555; }
#footer .footer-widgets-wrapper.type2 .product-categories li, #footer .footer-widgets-wrapper.type4 .product-categories li, #footer .widget.woocommerce ul.product_list_widget li { border-bottom-color:rgba(255,255,255,0.15); }
#footer .widget.woocommerce .product-categories li:before { content:"\f105"; }
#footer .footer-widgets-wrapper.type3 .widget.woocommerce ul.product_list_widget li, #footer .footer-widgets-wrapper.type3 .product-categories li { border-color:rgba(0, 0, 0, 0.15); }
#footer .footer-widgets-wrapper .widget.woocommerce .amount, #footer .footer-widgets-wrapper .widget.woocommerce .reviewer { color:#bfc4c7; }

#footer .footer-widgets-wrapper.type3 .widget.woocommerce .amount, #footer .footer-widgets-wrapper.type3 .widget.woocommerce .reviewer { color:#92a7bb; }

#footer .footer-widgets-wrapper.type5 .widget.woocommerce .amount, #footer .footer-widgets-wrapper.type5 .widget.woocommerce .reviewer, #footer .footer-widgets-wrapper.type6 .widget.woocommerce .amount, #footer .footer-widgets-wrapper.type6 .widget.woocommerce .reviewer { color:#444; }

.widget.woocommerce form { clear:both; }

.widget.woocommerce ul li { width:100%; }

.widget.woocommerce .amount, .widget.woocommerce .reviewer { line-height:27px; }

.chosen-container-single .chosen-single span { color:#868686; }

h3#ship-to-different-address label { color:#303030; }

.payment_method_paypal a.about_paypal { position:relative; left:10px; }
.woocommerce.widget_product_search form.woocommerce-product-search label.screen-reader-text { display:none; }

.widget .woocommerce-product-search {
    position: relative;
}

.widget .woocommerce-product-search input[type="submit"] {
    position: absolute;
    right: 0;
    top: 10px;
	border-radius:0 1px 1px 0;
	padding:14px 16px;
	min-height:50px;
}

/*----*****---- << Shortcodes >> ----*****----*/
.product.woocommerce ins { background:none; }
.product.woocommerce ins span { font-size:18px; }

ul.products li.product-category { width:23.5%; margin:0 2% 30px 0; float:left; }
.woocommerce.columns-3 ul.products li.product-category { width:32%; }
ul.products li.product-category.last { margin-right:0; } 
ul.products li.product-category h3 { font-size:20px; padding-top:10px; text-align:center; text-transform:uppercase; letter-spacing:4px; margin-top:10px; }
ul.products li.product-category h3 mark { font-style:normal; background-color:#222; color:#fff; padding:2px 6px 3px 10px; }
ul.products li.product-category.first { clear:both; }

ul.products li.first, ul.products li.first .product-wrapper { clear:both; }
ul.products li:last-child { margin-right:0px; }

ul.products.one-fourth-column li:nth-child(4n) .product-wrapper, ul.products.one-third-column li:nth-child(3n) .product-wrapper, ul.products.one-half-column li:nth-child(2n) .product-wrapper { margin-right:0px; }

/*----*****---- << Image Flip >> ----*****----*/
.product-has-secondary-image { position: relative; }
.product-has-secondary-image .secondary-image { position: absolute; top:0; left:0; opacity:0; }

ul.products li .product-thumb { position:relative; }
ul.products li .product-thumb .secondary-image { backface-visibility: hidden; display: block; height: auto; opacity: 0; position: absolute; top: 0; transition: all 200ms ease-out 0s; width: auto; }
ul.products li:hover .product-thumb .secondary-image { opacity:1; }

/*----*****---- << HTML Styles >> ----*****----*/

	.woocommerce table.shop_table, .woocommerce-page table.shop_table { border-collapse: separate; margin: 0 -1px 24px 0; text-align: left; width: 100%; }
	
	.woocommerce table.cart th, .woocommerce-page table.cart th, .woocommerce #content table.cart th, .woocommerce-page #content table.cart th, .woocommerce table.cart td, .woocommerce-page table.cart td, .woocommerce #content table.cart td, .woocommerce-page #content table.cart td { vertical-align: middle; }
	.woocommerce table.shop_table th, .woocommerce-page table.shop_table th { font-size: 16px; font-weight: 400; line-height: 18px; padding: 15px 12px; background-color:#f8f8f8; }
	.woocommerce table.cart .product-thumbnail, .woocommerce-page table.cart .product-thumbnail, .woocommerce #content table.cart .product-thumbnail, .woocommerce-page #content table.cart .product-thumbnail { min-width: 32px; }
	.woocommerce table.shop_table td, .woocommerce-page table.shop_table td { padding: 6px 10px 6px 10px; vertical-align: middle; }
	
	.woocommerce-checkout-review-order table.shop_table td, .woocommerce .shop_table.order_details td { padding:15px 12px; }
	.woocommerce-checkout-review-order table.shop_table th, .woocommerce-checkout-review-order table.shop_table td { text-align:center; }
	
	.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; display:inline-block; margin-right:20px; }
	.woocommerce table.cart td.actions, .woocommerce-page table.cart td.actions { padding:6px 0px 30px 30px; float:right; }
	.woocommerce table.cart td.actions-space { border-bottom:none; }
	.woocommerce table.cart tr { position:relative; }
	.woocommerce .cart-collaterals:after, .woocommerce-page .cart-collaterals:after { clear: both; content: ""; display: block; }
	.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals { width: 100%; }
	.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals { float: right; text-align: right; width: 48%; }
	.woocommerce .cart-collaterals .cart_totals table, .woocommerce-page .cart-collaterals .cart_totals table { border-collapse: separate; border-radius: 5px; margin: 0 0 30px 0; padding: 0; }
	.woocommerce .cart-collaterals .cart_totals table tr:first-child th, .woocommerce-page .cart-collaterals .cart_totals table tr:first-child th, .woocommerce .cart-collaterals .cart_totals table tr:first-child td, .woocommerce-page .cart-collaterals .cart_totals table tr:first-child td { border-top: 0 none; }
	.woocommerce .cart-collaterals .cart_totals tr td, .woocommerce-page .cart-collaterals .cart_totals tr td, .woocommerce .cart-collaterals .cart_totals tr th, .woocommerce-page .cart-collaterals .cart_totals tr th { padding: 12px; background-color:#fbfbfb; font-size:13px; }
	.woocommerce .cart-collaterals .cart_totals th { border-bottom-width: 1px; font-size: 13px; }
	.woocommerce form .form-row-wide, .woocommerce-page form .form-row-wide { clear:both; margin: 0 0 6px; }
	.woocommerce form .form-row:after, .woocommerce-page form .form-row:after { clear: both; content: ""; display: block; }
	
	.lost_reset_password .button { float:right; }
	.select2-container .select2-choice { line-height: 48px; }
	
	.woocommerce form .form-row, .woocommerce-page form .form-row { margin: 0 0 14px; position:relative; box-sizing: border-box; padding:0; }
	.woocommerce form .form-row select, .woocommerce-page form .form-row select { cursor: pointer; margin: 0; width: 100%; }
	.woocommerce .cart-collaterals .shipping_calculator, .woocommerce-page .cart-collaterals .shipping_calculator { clear: right; float: right; margin: 30px 0 0; text-align: right;  width: 48%; }
	
	.woocommerce .quantity .plus, .woocommerce .quantity .minus, .woocommerce-page .quantity .plus, .woocommerce-page .quantity .minus { border-radius: 0; float: left; height: 50px; border: 1px solid #eaeaea; background-color:#f8f8f8; font-size:20px; }
	.woocommerce .quantity .qty, .woocommerce-page .quantity .qty { background-color: #fbfbfb; float: left; height: 50px; width: 70px; border-style: solid; border-width: 1px 0 1px 0px; text-align: center; margin:0; border-color:#eaeaea; /*-moz-appearance: textfield; -webkit-appearance: textfield; appearance: textfield;*/ float:left; position:relative; padding: 0; }
	table.shop_table .quantity .plus, table.shop_table .quantity .minus, .product .summary .quantity .qty, .product .summary .quantity .plus, .product .summary .quantity .minus { display: inline-block; padding:0px 17px; color:#616161; }
	.woocommerce .quantity, .woocommerce-page .quantity { width: auto; }
	.woocommerce .product.single-product .summary .quantity .qty , .woocommerce-page .product.single-product .summary .quantity .qty { margin:0; }
	.woocommerce td.product-quantity, .woocommerce-page td.product-quantity { min-width: 80px; }
	.woocommerce table.shop_table .product-name a { color:#2c3e50; }
	.woocommerce table.shop_table .product-subtotal span { font-size:20px; }
	.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 { border: 1px solid #eaeaea; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; line-height: 1em; margin: 0 0px 0 20px; outline: 0 none; padding: 0px 20px 0px; width: 80px; color:#222; background-color:#fbfbfb; }
	.woocommerce table.cart td.actions .coupon .input-text { height: 50px; width: 170px; -webkit-appearance: none; -moz-appearance: none; appearance: none; }
	.woocommerce table.shop_table .cart_table_item td:first-child { border-left:1px solid #eaeaea; }
	.woocommerce table.shop_table .cart_table_item td:last-child { border-right:1px solid #eaeaea; }
	.woocommerce table.cart a.remove, .woocommerce-page table.cart a.remove, .woocommerce #content table.cart a.remove, .woocommerce-page #content table.cart a.remove { border-radius: 100%; color: #616161; display: block; font-size: 20px; font-weight: normal; height: 25px; line-height: 25px; text-align: center; text-decoration: none; width: 25px; background-color:#eaeaea; }
	.woocommerce table.cart a.remove:hover { color:#ffffff; }
	.woocommerce table.cart .product-thumbnail img { border:1px solid #eaeaea; border-radius:2px; }
	.woocommerce .cart_totals h2 { font-size:18px; text-align:left; margin-bottom:25px; }
	.woocommerce .cart_totals .order-total .amount { font-size:20px; }
	.woocommerce .cart-collaterals .cart_totals table { border-width:1px 1px 0px 1px; border-style:solid; border-color:#eaeaea; border-radius:0px; }
	.woocommerce .cart-collaterals .cart_totals td { color:#616161; }
	.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 { box-sizing: border-box; line-height: 1em; margin: 0; outline: 0 none; width: 100%; padding:15px 10px; min-height:50px; }
	.woocommerce .shipping-calculator-form { display:block; margin-top:15px; }
	
	.woocommerce #content div.product, .woocommerce-page #content div.product { margin-bottom: 0; position: relative; }
	.woocommerce div.product div.images, .woocommerce-page div.product div.images, .woocommerce #content div.product div.images, .woocommerce-page #content div.product div.images { float: left; margin-bottom: 2em; width: 49%; }
	.product .yith_magnifier_zoom_wrap { position: relative; z-index: 1; }
	.yith_magnifier_zoom { display: block; position: relative; }
	.woocommerce div.product div.images img, .woocommerce-page div.product div.images img, .woocommerce #content div.product div.images img, .woocommerce-page #content div.product div.images img { display: block; height: auto; width: 100% ; transition: all 0.2s ease-in-out 0s; border:1px solid #eaeaea; }
	
	.woocommerce div.product div.images div.thumbnails:after, .woocommerce-page div.product div.images div.thumbnails:after, .woocommerce #content div.product div.images div.thumbnails:after, .woocommerce-page #content div.product div.images div.thumbnails:after { clear: both; content: ""; display: block; }
	.single-product .thumbnails ul { clear: both; display: block; width: 100%; }
	.product .images .thumbnails .yith_magnifier_gallery li, .product .images .thumbnails .yith_magnifier_gallery li.last { margin:0 14px 0 0; }
	.product .images .thumbnails .yith_magnifier_gallery li:last-child { margin:0; }
	.single-product .thumbnails ul li { display: inline-block; margin: 0 5px; width: 80px; }
	.woocommerce div.product div.summary, .woocommerce-page div.product div.summary, .woocommerce #content div.product div.summary, .woocommerce-page #content div.product div.summary { float: right; margin-bottom: 2em; width: 42%; }
	.woocommerce div.product div.product-image-meta, .woocommerce-page div.product div.product-image-meta, .woocommerce #content div.product div.product-image-meta, .woocommerce-page #content div.product div.product-image-meta { float: left; margin-bottom: 2em; width: 54%; position:relative; }
	.woocommerce div.product div.images, .woocommerce-page div.product div.images, .woocommerce #content div.product div.images, .woocommerce-page #content div.product div.images { float: left; width: 100%; }
	.woocommerce div.product div.images div.thumbnails, .woocommerce-page div.product div.images div.thumbnails, .woocommerce #content div.product div.images div.thumbnails, .woocommerce-page #content div.product div.images div.thumbnails { padding-top: 1em; }
	.product .summary { position: relative; }
	.single-product .summary h1 { font-size: 24px; text-transform: none; margin-bottom:10px; }
	.woocommerce-product-rating { clear: both; float: left; margin: 0; padding: 0 0 10px; width: 100%; }
	.woocommerce-product-rating .price { font-size:24px; display:inline-block; margin-bottom:15px; }
	.woocommerce-review-link { color:#616161; float:right; border-bottom:1px solid #898989; }
	.summary .description { float:left; width:100%; font-size:14px; }
	.summary .project-details ul.client-details li { border-bottom:1px solid #eaeaea; padding-bottom:10px; margin-bottom:10px; }
	.summary .project-details ul.client-details li:last-child { border-bottom:none; }
	
	.summary .cart { display: inline-block; margin-right: 10px; margin-top: 20px; }
	.woocommerce #content div.product form.cart div.quantity, .woocommerce div.product form.cart div.quantity, .woocommerce-page #content div.product form.cart div.quantity, .woocommerce-page div.product form.cart div.quantity { float: left; margin: 0 10px 0 0; } 
	
	.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 .col2-set:after, .woocommerce-page .col2-set:after { clear: both; content: ""; display: block; }
	.woocommerce .col2-set, .woocommerce-page .col2-set { width: 100%; }
	.woocommerce form .form-row label, .woocommerce-page form .form-row label { font-weight: normal; padding-bottom: 5px; }
	.woocommerce form.woocommerce-checkout .form-row label, .woocommerce-page form.woocommerce-checkout .form-row label { display: block; }
	.woocommerce form.login .form-row label, .woocommerce-page form.login .form-row label { display:inline-block; }
	
	.woocommerce form.woocommerce-checkout .form-row-first, .woocommerce-page form.woocommerce-checkout .form-row-first, .woocommerce form.woocommerce-checkout .form-row-last, .woocommerce-page form.woocommerce-checkout .form-row-last { float: left; overflow: visible; width: 48%; }
		
	.woocommerce form.woocommerce-checkout .form-row.form-row-first  { margin-right:22px; }
	
	.select2-container .select2-choice .select2-arrow { display:none; }
	.select2-container .select2-choice { background-color: #f8f8f8; border: 1px solid #eaeaea; color: #222; }
	.select2-container .select2-choice:before { border-left: 7px solid transparent; border-right: 7px solid transparent; border-top: 7px solid #fff; bottom: 0; height: 0; margin: auto; right: 17px; top: 3px; z-index: 1; }
	.select2-container .select2-choice:before, .select2-container .select2-choice:after { content: ""; pointer-events: none; position: absolute; }
	.select2-container .select2-choice:after { border-radius: 0 2px 2px 0; height: 50px; right: 0; top: 0; width: 50px; }
	.select2-drop-active { border-color:#eaeaea; }
	
	.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 #payment, .woocommerce-page #payment { background: none repeat scroll 0 0 #ffffff; }
	.woocommerce #payment ul.payment_methods:after, .woocommerce-page #payment ul.payment_methods:after { clear: both; content: ""; display: block; }
	.woocommerce #payment ul.payment_methods, .woocommerce-page #payment ul.payment_methods { list-style: none outside none; margin-bottom: 15px; padding: 0; text-align: left; }
	.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, .woocommerce-page #payment ul.payment_methods li { font-weight: normal; line-height: 2em; margin: 0; text-align: left; padding-bottom:10px; position:relative; }
	.woocommerce #payment div.payment_box, .woocommerce-page #payment div.payment_box { background: none repeat scroll 0 0 #f8f8f8; }
	.woocommerce #payment div.payment_box, .woocommerce-page #payment div.payment_box { color: #222; font-size: 13px; line-height: 25px; margin: 7px 0 15px 0px; padding: 2em 2%; position: relative; width: 100%; border:1px solid #eaeaea; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; }
	
	.woocommerce #payment div.payment_box p:last-child, .woocommerce-page #payment div.payment_box p:last-child { margin-bottom: 0; }
	.woocommerce #payment ul.payment_methods li img, .woocommerce-page #payment ul.payment_methods li img { margin: -2px 0 0 0.5em; position: relative; vertical-align: middle; }
	.woocommerce #payment div.form-row, .woocommerce-page #payment div.form-row { margin:0 0 6px 0; padding:3px 0; }
	
	.woocommerce .woocommerce-checkout input[type="checkbox"], .woocommerce .woocommerce-checkout input[type="radio"] { display:none; }
	.woocommerce form.checkout .form-row label span:empty, .woocommerce-shipping-fields label span:empty { background-color: #ffffff; border:1px solid #eaeaea; cursor: pointer; display: inline-block; height: 16px; position: relative; top: 4px; transition: all 0.5s ease 0s; -webkit-transition: all 0.5s ease 0s; -moz-transition: all 0.5s ease 0s; -ms-transition: all 0.5s ease 0s; -o-transition: all 0.5s ease 0s; width: 16px; z-index: 1; padding-bottom:0; box-shadow:0 0 0 2px #ffffff inset;  margin-right:10px; }
	.woocommerce-shipping-fields label span { top:0; }

	.woocommerce-checkout .woocommerce input[type="checkbox"]:checked + span:empty { background: #000; }

	.woocommerce .payment_methods label span:before { background-color: #fbfbfb; border-radius: 100px; cursor: pointer; display: inline-block; height: 12px; transition: all 0.5s ease 0s; width: 12px; z-index: 1; position:absolute; top:3px; left:3px; content:""; -webkit-transition: all 0.5s ease 0s; -moz-transition: all 0.5s ease 0s; -ms-transition: all 0.5s ease 0s; -o-transition: all 0.5s ease 0s; }
	.woocommerce .payment_methods label span { background-color:#fbfbfb; border:1px solid #eaeaea; position:absolute; width:20px; height:20px; border-radius:100px; position:relative; display:inline-block; margin-right:10px; top:5px; }
	
	.woocommerce-shipping-fields h3, .woocommerce-billing-fields h3, #order_review_heading { font-size:24px; }
	.woocommerce-shipping-fields h3, .woocommerce-billing-fields h3 { margin-bottom:30px; }
	.woocommerce-shipping-fields h3 label { font-size: 12px; cursor: pointer; }
	#order_review_heading { margin-bottom:25px; clear:both; }
	.woocommerce-info { color:#2c3e50; box-sizing:border-box; clear:both; }
	.woocommerce-info a:hover { color:#2c3e50; }
		
	.woocommerce-tabs .panel ul li { border-bottom:1px solid #eaeaea; padding:10px 20px 10px 0px; }
	.woocommerce-tabs .panel ul li:last-child { border:none; }
	.woocommerce-tabs .panel ul li .fa { margin-right:5px; }
	.woocommerce-tabs .panel ul li span { color:#2c3e50; font-weight:bold; width:150px; float:left; }
	.woocommerce-tabs .panel ul { display:inline-block; }
	.woocommerce-tabs .panel h6 { margin-bottom:15px; }
	.woocommerce-tabs .panel .thumb { float:left; margin:0px 30px 0px 0px; }
	.woocommerce-tabs .panel { background:#f8f8f8; float:left; clear:both; width:90%; margin:-1px 0px 0px -1px; padding:20px 5% 35px; }
	.woocommerce-tabs ul.tabs li a.current { background:#f8f8f8; border:0px; position:relative; z-index:1; margin-left:-1px; }
	.woocommerce-tabs ul.tabs li:first-child a { border-left:1px solid #eaeaea; }
	.woocommerce-tabs ul.tabs li a { border:1px solid #d9d9d9; border-width:1px 1px 0px 0px; border-style:solid; border-color:#eaeaea; float:left; margin:0px; padding:0px 25px; background:#ffffff; text-align:center; font-weight:400; color:#2c3e50; line-height:60px; font-size:16px; font-family:'lato', sans-serif; }
	.woocommerce-tabs ul.tabs li { float:left; display:inline; margin:0px; padding:0px; }
	.woocommerce-tabs ul.tabs { float:left; margin:0px; padding:0px; width:100%; }

	input::-webkit-outer-spin-button, input::-webkit-inner-spin-button { -webkit-appearance: none; }
	
	.woocommerce.widget ul.product_list_widget li .amount { font-size:14px; }
	.woocommerce.widget ul.product_list_widget li { float:left; width:100%; margin-bottom:30px; padding:0; }
	.woocommerce.widget ul.product_list_widget li:last-child { margin-bottom:0; }
	.secondary-sidebar .woocommerce.widget ul.product_list_widget li del .amount { color:#bababa; }
	.secondary-sidebar .woocommerce.widget ul.product_list_widget li del { color:#a8a8a8; }
	
	.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count { margin-top: 15px; }
	.woocommerce .shop_table.shop_table_responsive.customer_details, .woocommerce .shop_table.order_details { margin-bottom: 40px; }
	.woocommerce .woocommerce-filters, .woocommerce-page .woocommerce-filters { float:left; width:100%; position:relative; }
	
	.woocommerce-account .content-full-width .woocommerce { margin: auto; width: 70%; }
	.woocommerce.widget_product_search .woocommerce-product-search input[type="search"] { margin-top:0; padding-left: 20px; }
	.woocommerce.widget_product_search .woocommerce-product-search input[type="submit"] { top:0; }
	
	.woocommerce-cart .return-to-shop .button:before { content:"\f100"; font-family:FontAwesome; font-size:15px; margin-right:7px; }
	.woocommerce-wishlist .wishlist_table .product-add-to-cart .remove_from_wishlist.button { padding:7px 12px; border-radius: 3px; }
	
	
	.woocommerce-MyAccount-navigation ul { float: left; margin: 0 0 20px 0; padding: 0; width: 100%; border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
	.woocommerce-MyAccount-navigation ul > li { float: left; display: inline; margin: 0 -1px 0 0; padding: 0; }
	.woocommerce-MyAccount-navigation ul > li.is-active > a { position: relative; z-index: 1; border-color: rgba(0, 0, 0, 0.1); border-bottom-color: #fff; color: #000; }
	.woocommerce-MyAccount-navigation ul > li > a { border: 1px solid transparent; float: left; margin: 0px -1px -1px 0px; padding: 10px 20px; font-size: 14px; text-align: center; font-weight: 600; border-radius: 3px 3px 0px 0px; color: rgba(0, 0, 0, 0.4); }
	
	.woocommerce form .form-row-last, .woocommerce-page form .form-row-last { float: right !important; }
	.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: 47%; overflow: visible; }
	



.woocommerce div.product div.images .woocommerce-product-gallery__trigger { position: absolute;  top: 10px; left: 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 .featured .woocommerce-product-gallery__trigger { top: 40px !important; }
.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; }

.woocommerce div.product div.images ol.flex-control-nav { padding-left: 0; padding-top: 10px; }
.woocommerce div.product div.images ol.flex-control-nav li { list-style: none; width: 24.5%; float: left; margin-right: 2px; padding-bottom: 2px; }

.woocommerce .stars a.active { color: #e6b800;}
.woocommerce .place-order input[type="submit"] {
    padding: 13px 20px;
    color: #fff;
}

/* Dropdown Select box height */

.select2-container--default .select2-selection--single { border-color: #eaeaea; height:  50px;  border-radius: 0; }

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 15px;
    line-height: 50px;
    color: #888888;
}