.clear {
	clear: both
}
.nobr {
	white-space: nowrap
}                   
@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
}
.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;
	text-shadow: 0 1px 0 #fff;
	list-style: none outside;
	width: auto;
	-webkit-box-shadow: inset 0 -2px 6px rgba(0,0,0,0.05), inset 0 -2px 30px rgba(0,0,0,0.015), inset 0 1px 0 #fff, 0 1px 2px rgba(0,0,0,0.3);
	box-shadow: inset 0 -2px 6px rgba(0,0,0,0.05), inset 0 -2px 30px rgba(0,0,0,0.015), inset 0 1px 0 #fff, 0 1px 2px rgba(0,0,0,0.3)
}
.woocommerce-message:after, .woocommerce-error:after, .woocommerce-info:after {
	content: "";
	display: block;
	clear: both
}
.woocommerce-message:before, .woocommerce-error:before, .woocommerce-info:before {
	content: "";
	height: 1.5em;
	width: 1.5em;
	display: block;
	position: absolute;
	top: 0;
	left: 1em;
	font-family: sans-serif;
	font-size: 1em;
	line-height: 1.5;
	text-align: center;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0,0,0,0.2);
	padding-top: 1em;
	-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)
}
.woocommerce-message .button, .woocommerce-error .button, .woocommerce-info .button {
	float: right
}
.woocommerce-message li, .woocommerce-error li, .woocommerce-info li {
	list-style: none outside;
	padding-left: 0;
	margin-left: 0
}
.woocommerce-message {
	border-top: 3px solid #8fae1b
}
.woocommerce-message:before {
	background-color: #8fae1b;
	content: "\2713"
}
.woocommerce-info {
	border-top: 3px solid #1e85be
}
.woocommerce-info:before {
	background-color: #1e85be;
	content: "i";
	font-family: Times, Georgia, serif;
	font-style: italic
}
.woocommerce-error {
	border-top: 3px solid #b81c23
}
.woocommerce-error:before {
	background-color: #b81c23;
	content: "\00d7";
	font-weight: 700
}
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: #5c5c5b;
	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: #5c5c5b;
    clear: both;
}
.woocommerce .woocommerce-breadcrumb:after, .woocommerce-page .woocommerce-breadcrumb:after {
	content: "";
	display: block;
	clear: both
}
.woocommerce .woocommerce-breadcrumb a, .woocommerce-page .woocommerce-breadcrumb a {
    color: #5c5c5b
}
.woocommerce .woocommerce-breadcrumb span.current, .woocommerce-page .woocommerce-breadcrumb span.current {
    color: #b16708;
    font-size: 13px;
}
.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 div.product, .woocommerce-page div.product, .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, .woocommerce-page div.product span.price, .woocommerce #content div.product span.price, .woocommerce-page #content div.product span.price, .woocommerce div.product p.price, .woocommerce-page div.product p.price, .woocommerce #content div.product p.price, .woocommerce-page #content div.product p.price {
	color: #85ad74;
	font-size: 1.25em
}
.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 span.price del, .woocommerce-page div.product span.price del, .woocommerce #content div.product span.price del, .woocommerce-page #content div.product span.price del, .woocommerce div.product p.price del, .woocommerce-page div.product p.price del, .woocommerce #content div.product p.price del, .woocommerce-page #content div.product p.price del {
	font-size: .67em;
	color: rgba(145,145,145,0.5)
}
.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 .out-of-stock, .woocommerce-page div.product .out-of-stock, .woocommerce #content div.product .out-of-stock, .woocommerce-page #content div.product .out-of-stock {
	color: red
}
.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: 48%;
	margin-bottom: 2em
}
.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;
	width: 100%;
	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);
	-webkit-transition: all ease-in-out .2s;
	-moz-transition: all ease-in-out .2s;
	-o-transition: all ease-in-out .2s;
	transition: all ease-in-out .2s
}
.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, .woocommerce-page div.product div.images div.thumbnails a, .woocommerce #content div.product div.images div.thumbnails a, .woocommerce-page #content div.product div.images div.thumbnails a {
	float: left;
}
.woocommerce div.product div.images div.thumbnails a.last, .woocommerce-page div.product div.images div.thumbnails a.last, .woocommerce #content div.product div.images div.thumbnails a.last, .woocommerce-page #content div.product div.images div.thumbnails a.last {
	margin-right: 0
}
.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: 48%;
	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 .woocommerce-tabs, .woocommerce-page div.product .woocommerce-tabs, .woocommerce #content div.product .woocommerce-tabs, .woocommerce-page #content div.product .woocommerce-tabs {
	clear: both
}
.woocommerce div.product .woocommerce-tabs ul.tabs, .woocommerce-page div.product .woocommerce-tabs ul.tabs, .woocommerce #content div.product .woocommerce-tabs ul.tabs, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs {
	list-style: none;
	padding: 0 0 0 1em;
	margin: 0 0 1.618em;
	overflow: hidden;
	position: relative
}
.woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce-page div.product .woocommerce-tabs ul.tabs li, .woocommerce #content div.product .woocommerce-tabs ul.tabs li, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li {
	display: inline-block;
	position: relative;
	z-index: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a, .woocommerce-page div.product .woocommerce-tabs ul.tabs li a, .woocommerce #content div.product .woocommerce-tabs ul.tabs li a, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li a {
	display: inline-block;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover, .woocommerce-page div.product .woocommerce-tabs ul.tabs li a:hover, .woocommerce #content div.product .woocommerce-tabs ul.tabs li a:hover, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li a:hover {
	z-index: 2;
}
/*.woocommerce div.product .woocommerce-tabs ul.tabs li.active a, .woocommerce-page div.product .woocommerce-tabs ul.tabs li.active a, .woocommerce #content div.product .woocommerce-tabs ul.tabs li.active a, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active a {
	margin: 0;
	padding: 0
} */
.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 select, .woocommerce-page div.product form.cart .variations select, .woocommerce #content div.product form.cart .variations select, .woocommerce-page #content div.product form.cart .variations select {
	width: 100%;
	float: left
}
.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 .variations td, .woocommerce-page div.product form.cart .variations td, .woocommerce #content div.product form.cart .variations td, .woocommerce-page #content div.product form.cart .variations td {
	vertical-align: top
}
.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 {
	margin-bottom: 10px;
    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 span.onsale, .woocommerce-page span.onsale {
	min-height: 32px;
	min-width: 32px;
	padding: 4px;
	font-size: 12px;
	font-weight: bold;
	position: absolute;
	text-align: center;
	line-height: 32px;
	top: 6px;
	left: 6px;
	margin: 0;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #a2c094;
	background: -webkit-gradient(linear,left top,left bottom,from(#a2c094), to(#85ad74));
	background: -webkit-linear-gradient(#a2c094,#85ad74);
	background: -moz-linear-gradient(center top,#a2c094 0,#85ad74 100%);
	background: -moz-gradient(center top,#a2c094 0,#85ad74 100%);
	text-shadow: 0 -1px 0 #85ad74;
	color: #fff;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), inset 0 -1px 0 rgba(0,0,0,0.2), 0 1px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), inset 0 -1px 0 rgba(0,0,0,0.2), 0 1px 2px rgba(0,0,0,0.2);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), inset 0 -1px 0 rgba(0,0,0,0.2), 0 1px 2px rgba(0,0,0,0.2)
}
.woocommerce .products ul, .woocommerce-page .products ul, .woocommerce ul.products, .woocommerce-page ul.products {
	/*margin: 0 0 1em;*/
	padding: 0;
	list-style: none outside;
	clear: both
}
.woocommerce .products ul:after, .woocommerce-page .products ul:after, .woocommerce ul.products:after, .woocommerce-page ul.products:after {
	content: "";
	display: block;
	clear: both
}
.woocommerce .products ul li, .woocommerce-page .products ul li, .woocommerce ul.products li, .woocommerce-page ul.products li {
	list-style: none outside
}
.woocommerce .related:after, .woocommerce-page .related:after, .woocommerce .upsells.products:after, .woocommerce-page .upsells.products:after {
	content: "";
	display: block;
	clear: both
}
.woocommerce .related ul.products, .woocommerce-page .related ul.products, .woocommerce .upsells.products ul.products, .woocommerce-page .upsells.products ul.products, .woocommerce .related ul, .woocommerce-page .related ul, .woocommerce .upsells.products ul, .woocommerce-page .upsells.products ul {
	float: none
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	/*float: left;
	margin: 0 3.8% 2.992em 0;
	padding: 0;
	position: relative;
	width: 22.05%;
	margin-left: 0 */
}
.woocommerce ul.products li.product .onsale, .woocommerce-page ul.products li.product .onsale {
	top: 0;
	right: 0;
	left: auto;
	margin: -6px -6px 0 0
}
.woocommerce ul.products li.product h3, .woocommerce-page ul.products li.product h3 {
	padding: .5em 0;
	margin: 0;
	font-size: 1em
}
.woocommerce ul.products li.product a, .woocommerce-page ul.products li.product a {
	text-decoration: none
}
.woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img {
	width: 100%;
	height: auto;
	display: block;
	margin: 0 0 8px;
	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);
	-webkit-transition: all ease-in-out .2s;
	-moz-transition: all ease-in-out .2s;
	-o-transition: all ease-in-out .2s;
	transition: all ease-in-out .2s*/
}
.woocommerce ul.products li.product a:hover img, .woocommerce-page ul.products li.product a:hover img {
	box-shadow: 0 1px 3px 0 rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.4);
	-moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.4)
}
.woocommerce ul.products li.product strong, .woocommerce-page ul.products li.product strong {
	display: block
}
.woocommerce ul.products li.product .price, .woocommerce-page ul.products li.product .price {
	color: #85ad74;
	display: block;
	font-weight: normal;
	margin-bottom: .5em
}
.woocommerce ul.products li.product .price del, .woocommerce-page ul.products li.product .price del {
	font-size: .67em;
	color: rgba(145,145,145,0.5);
	margin: -2px 0 0 0;
    line-height: 0;
}
.woocommerce ul.products li.product .price ins, .woocommerce-page ul.products li.product .price ins {
	background: 0
}
.woocommerce ul.products li.product .price .from, .woocommerce-page ul.products li.product .price .from {
	font-size: .67em;
	margin: -2px 0 0 0;
	text-transform: uppercase;
	color: rgba(145,145,145,0.5)
}
.woocommerce ul.products li.first, .woocommerce-page ul.products li.first {
	clear: both
}
.woocommerce ul.products li.last, .woocommerce-page ul.products li.last {
	margin-right: 0
}
.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 1.5em;
	float: left;
    clear: left;
}
.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 a.button, .woocommerce-page a.button, .woocommerce button.button, .woocommerce-page button.button, .woocommerce input.button, .woocommerce-page input.button, .woocommerce #respond input#submit, .woocommerce-page #respond input#submit, .woocommerce #content input.button, .woocommerce-page #content input.button {
	font-size: 100%;
	margin: 0;
	line-height: 1em;
	cursor: pointer;
	position: relative;
	font-family: inherit;
	text-decoration: none;
	overflow: visible;
	padding: 6px 10px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	left: auto;
	text-shadow: 0 1px 0 #ffffff;
	color: #5e5e5e;
	text-shadow: 0 1px 0 rgba(255,255,255,0.8);
	border: 1px solid #c7c0c7;
	background: #f7f6f7;
	background: -webkit-gradient(linear,left top,left bottom,from(#f7f6f7), to(#dfdbdf));
	background: -webkit-linear-gradient(#f7f6f7,#dfdbdf);
	background: -moz-linear-gradient(center top,#f7f6f7 0%,#dfdbdf 100%);
	background: -moz-gradient(center top,#f7f6f7 0%,#dfdbdf 100%);
	white-space: nowrap;
	display: inline-block;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.075), inset 0 1px 0 rgba(255,255,255,0.3), 0 1px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.075), inset 0 1px 0 rgba(255,255,255,0.3), 0 1px 2px rgba(0,0,0,0.1);
	box-shadow: inset 0 -1px 0 rgba(0,0,0,0.075), inset 0 1px 0 rgba(255,255,255,0.3), 0 1px 2px rgba(0,0,0,0.1)
}
.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: #f7f6f7;
	background: -webkit-gradient(linear,left top,left bottom,from(#f7f6f7), to(#d3ced3));
	background: -webkit-linear-gradient(#f7f6f7,#d3ced3);
	background: -moz-linear-gradient(center top,#f7f6f7 0%,#d3ced3 100%);
	background: -moz-gradient(center top,#f7f6f7 0%,#d3ced3 100%);
	text-decoration: none
}
.woocommerce a.button:active, .woocommerce button.button:active, .woocommerce input.button:active, .woocommerce #respond input#submit:active, .woocommerce #content input.button:active, .woocommerce-page a.button:active, .woocommerce-page button.button:active, .woocommerce-page input.button:active, .woocommerce-page #respond input#submit:active, .woocommerce-page #content input.button:active {
	top: 1px
}
.woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce #respond input#submit.alt, .woocommerce #content input.button.alt, .woocommerce-page a.button.alt, .woocommerce-page button.button.alt, .woocommerce-page input.button.alt, .woocommerce-page #respond input#submit.alt, .woocommerce-page #content input.button.alt {
	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-color: #76456c;
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.6)
}
.woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce #content input.button.alt:hover, .woocommerce-page a.button.alt:hover, .woocommerce-page button.button.alt:hover, .woocommerce-page input.button.alt:hover, .woocommerce-page #respond input#submit.alt:hover, .woocommerce-page #content input.button.alt:hover {
	background: #ad74a2;
	background: -webkit-gradient(linear,left top,left bottom,from(#ad74a2), to(#864f7b));
	background: -webkit-linear-gradient(#ad74a2,#864f7b);
	background: -moz-linear-gradient(center top,#ad74a2 0%,#864f7b 100%);
	background: -moz-gradient(center top,#ad74a2 0%,#864f7b 100%);
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.6)
}
.woocommerce .cart .button, .woocommerce .cart input.button, .woocommerce-page .cart .button, .woocommerce-page .cart input.button {
	float: none
}
.woocommerce a.added_to_cart, .woocommerce-page a.added_to_cart {
	padding-top: .5em;
	white-space: nowrap;
	display: inline-block
}
.woocommerce .quantity, .woocommerce #content .quantity, .woocommerce-page .quantity, .woocommerce-page #content .quantity {
	width: 60px;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
	zoom: 1
}
.woocommerce .quantity input::-webkit-outer-spin-button, .woocommerce .quantity input::-webkit-inner-spin-button, .woocommerce #content .quantity input::-webkit-outer-spin-button, .woocommerce #content .quantity input::-webkit-inner-spin-button, .woocommerce-page .quantity input::-webkit-outer-spin-button, .woocommerce-page .quantity input::-webkit-inner-spin-button, .woocommerce-page #content .quantity input::-webkit-outer-spin-button, .woocommerce-page #content .quantity input::-webkit-inner-spin-button {
	display: none
}
.woocommerce .quantity input.qty, .woocommerce #content .quantity input.qty, .woocommerce-page .quantity input.qty, .woocommerce-page #content .quantity input.qty {
	width: 40px;
	height: 28px;
	float: left;
	padding: 0;
	text-align: center;
	border: 1px solid #c7c0c7;
	border-right: 0;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-topright: 0;
	-moz-border-radius-bottomright: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	box-shadow: inset 0 0 2px 0 #f7f6f7;
	-webkit-box-shadow: inset 0 0 2px 0 #f7f6f7;
	-moz-box-shadow: inset 0 0 2px 0 #f7f6f7;
	font-weight: bold;
	-webkit-border-top-left-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-bottomleft: 2px;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px
}
.woocommerce .quantity noindex:-o-prefocus, .woocommerce .quantity input[type=number], .woocommerce #content .quantity noindex:-o-prefocus, .woocommerce #content .quantity input[type=number], .woocommerce-page .quantity noindex:-o-prefocus, .woocommerce-page .quantity input[type=number], .woocommerce-page #content .quantity noindex:-o-prefocus, .woocommerce-page #content .quantity input[type=number] {
	padding-right: 1.2em
}
.woocommerce .quantity .plus, .woocommerce .quantity .minus, .woocommerce #content .quantity .plus, .woocommerce #content .quantity .minus, .woocommerce-page .quantity .plus, .woocommerce-page .quantity .minus, .woocommerce-page #content .quantity .plus, .woocommerce-page #content .quantity .minus {
	display: block;
	padding: 0;
	margin: 0;
	position: absolute;
	text-align: center;
	vertical-align: text-top;
	width: 20px;
	height: 15px;
	text-decoration: none;
	overflow: visible;
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
	line-height: 13px;
	font-size: 12px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #5e5e5e;
	text-shadow: 0 1px 0 rgba(255,255,255,0.8);
	border: 1px solid #c7c0c7;
	background: #f7f6f7;
	background: -webkit-gradient(linear,left top,left bottom,from(#f7f6f7), to(#dfdbdf));
	background: -webkit-linear-gradient(#f7f6f7,#dfdbdf);
	background: -moz-linear-gradient(center top,#f7f6f7 0%,#dfdbdf 100%);
	background: -moz-gradient(center top,#f7f6f7 0%,#dfdbdf 100%);
	-webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.075), inset 0 1px 0 rgba(255,255,255,0.3), 0 1px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.075), inset 0 1px 0 rgba(255,255,255,0.3), 0 1px 2px rgba(0,0,0,0.1);
	box-shadow: inset 0 -1px 0 rgba(0,0,0,0.075), inset 0 1px 0 rgba(255,255,255,0.3), 0 1px 2px rgba(0,0,0,0.1)
}
.woocommerce .quantity .plus:hover, .woocommerce .quantity .minus:hover, .woocommerce #content .quantity .plus:hover, .woocommerce #content .quantity .minus:hover, .woocommerce-page .quantity .plus:hover, .woocommerce-page .quantity .minus:hover, .woocommerce-page #content .quantity .plus:hover, .woocommerce-page #content .quantity .minus:hover {
	background: #f7f6f7;
	background: -webkit-gradient(linear,left top,left bottom,from(#f7f6f7), to(#d3ced3));
	background: -webkit-linear-gradient(#f7f6f7,#d3ced3);
	background: -moz-linear-gradient(center top,#f7f6f7 0%,#d3ced3 100%);
	background: -moz-gradient(center top,#f7f6f7 0%,#d3ced3 100%)
}
.woocommerce .quantity .plus, .woocommerce #content .quantity .plus, .woocommerce-page .quantity .plus, .woocommerce-page #content .quantity .plus {
	top: 0;
	right: 0;
	border-bottom: 0;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-bottomright: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}
.woocommerce .quantity .minus, .woocommerce #content .quantity .minus, .woocommerce-page .quantity .minus, .woocommerce-page #content .quantity .minus {
	bottom: 0;
	right: 0;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}
.woocommerce #reviews h2 small, .woocommerce-page #reviews h2 small {
	float: right;
	color: #777777;
	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: #777777
}
.woocommerce #reviews h3, .woocommerce-page #reviews h3 {
	margin: 0
}
.woocommerce #reviews #respond, .woocommerce-page #reviews #respond {
	margin: 0;
	border: 0;
	padding: 0
}
.woocommerce #reviews #comment, .woocommerce-page #reviews #comment {
	height: 75px
}
.woocommerce #reviews #comments .add_review:after, .woocommerce-page #reviews #comments .add_review:after {
	content: "";
	display: block;
	clear: both
}
.woocommerce #reviews #comments h2, .woocommerce-page #reviews #comments h2 {
	clear: none
}
.woocommerce #reviews #comments ol.commentlist, .woocommerce-page #reviews #comments ol.commentlist {
	margin: 0;
	width: 100%;
	background: none;
	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: 0;
	margin: 30px 0 20px;
	border: 0;
	position: relative;
	background: 0;
	border: 0
}
.woocommerce #reviews #comments ol.commentlist li .meta, .woocommerce-page #reviews #comments ol.commentlist li .meta {
	color: #777777;
	font-size: 0.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 .star-rating, .woocommerce-page .star-rating {
	float: right;
	overflow: hidden;
	position: relative;
	height: 1em;
	line-height: 1em;
	font-size: 1em;
	width: 5.4em;
	font-family: 'star'
}
.woocommerce .star-rating:before, .woocommerce-page .star-rating:before {
    content: "\53\53\53\53\53";
    font-weight: 400;
	color: #625548;
	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: "\53\53\53\53\53";
    font-weight: 400;
	top: 0;
	position: absolute;
	left: 0;
	color: #ff991d;
}
.woocommerce .products .star-rating, .woocommerce-page .products .star-rating {
	display: block;
	margin: 0 auto 20px;
	float: none;
}
.woocommerce .hreview-aggregate .star-rating, .woocommerce-page .hreview-aggregate .star-rating {
	margin: 10px 0 0 0
}
.woocommerce #review_form #respond, .woocommerce-page #review_form #respond {
	position: static;
	margin: 0;
	width: auto;
	padding: 0;
	background: transparent none;
	border: 0
}
.woocommerce #review_form #respond:after, .woocommerce-page #review_form #respond:after {
	content: "";
	display: block;
	clear: both
}
.woocommerce #review_form #respond p, .woocommerce-page #review_form #respond p {
	margin: 0 0 10px
}
.woocommerce #review_form #respond .form-submit input, .woocommerce-page #review_form #respond .form-submit input {
	left: auto
}
.woocommerce #review_form #respond textarea, .woocommerce-page #review_form #respond textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%
}
.woocommerce p.stars, .woocommerce-page p.stars {
	overflow: hidden;
	position: relative;
	height: 1em;
	line-height: 1em;
	font-size: 1em;
	width: 5.4em;
	font-family: "star";
	clear: both;
}
.woocommerce p.stars:before, .woocommerce-page p.stars:before {
	content: "\73\73\73\73\73";
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	color: #e0dadf;
	line-height: 1em;
	font-size: 1em;
}
.woocommerce p.stars a, .woocommerce-page p.stars a {
	float: left;
	position: absolute;
	left: 0;
	top: 0;
	width: 1em;
	height: 0;
	padding-top: 1em;
	overflow: hidden;
	font-size: 1em;
	font-family: inherit;
	line-height: 1em;
}
.woocommerce p.stars a:before, .woocommerce-page p.stars a:before {
	content: "\53\53\53\53\53";
	top: 0;
	position: absolute;
	left: 0;
	visibility: hidden
}
.woocommerce p.stars a:hover:before, .woocommerce-page p.stars a:hover:before, .woocommerce p.stars a:focus:before, .woocommerce-page p.stars a:focus:before {
	color: #d6851d;
	visibility: visible
}
.woocommerce p.stars a.active:before, .woocommerce-page p.stars a.active:before {
	color: #d6851d;
	visibility: visible
}
.woocommerce p.stars a.star-1, .woocommerce-page p.stars a.star-1 {
	width: 1em;
	z-index: 10
}
.woocommerce p.stars a.star-2, .woocommerce-page p.stars a.star-2 {
	width: 2.1em;
	z-index: 9
}
.woocommerce p.stars a.star-3, .woocommerce-page p.stars a.star-3 {
	width: 3.2em;
	z-index: 8
}
.woocommerce p.stars a.star-4, .woocommerce-page p.stars a.star-4 {
	width: 4.3em;
	z-index: 7
}
.woocommerce p.stars a.star-5, .woocommerce-page p.stars a.star-5 {
	width: 5.4em;
	z-index: 6
}
.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;
    text-align: right;
	line-height: 1.5em
}
.woocommerce table.shop_attributes td, .woocommerce-page table.shop_attributes td {
	/*font-style: italic;*/
	padding: 0;
	border-top: 0;
	border-bottom: 1px dotted rgba(0,0,0,0.1);
	margin: 0;
	line-height: 1.5em
}
.woocommerce table.shop_attributes td p, .woocommerce-page table.shop_attributes td p {
	margin: 0;
	padding: 8px 0
}
.woocommerce table.shop_attributes .alt td, .woocommerce table.shop_attributes .alt th, .woocommerce-page table.shop_attributes .alt td, .woocommerce-page table.shop_attributes .alt th {
	background: rgba(0,0,0,0.025)
}
.woocommerce table.shop_table, .woocommerce-page table.shop_table {
	border: 1px solid rgba(0,0,0,0.1);
	margin: 0px -1px 24px 0px;
	text-align: left;
	width: 100%;
	border-collapse: separate;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px
}
.woocommerce table.shop_table th, .woocommerce-page table.shop_table th {
	font-weight: bold;
	line-height: 18px;
	padding: 9px 12px
}
.woocommerce table.shop_table td, .woocommerce-page table.shop_table td {
	border-top: 1px solid rgba(0,0,0,0.1);
	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 table.shop_table tfoot th, .woocommerce-page table.shop_table tfoot td, .woocommerce-page table.shop_table tfoot th {
	font-weight: bold;
	border-top: 1px solid rgba(0,0,0,0.1)
}
.woocommerce table.my_account_orders, .woocommerce-page table.my_account_orders {
	font-size: 0.85em
}
.woocommerce table.my_account_orders th, .woocommerce table.my_account_orders td, .woocommerce-page table.my_account_orders th, .woocommerce-page table.my_account_orders td {
	padding: 4px 8px;
	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: 0.8751em
}
.woocommerce td.product-name dl.variation dt, .woocommerce-page td.product-name dl.variation dt {
	font-weight: bold;
	float: left;
	clear: left;
	margin: 0 .25em 0 0;
	padding: 0
}
.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: 0.83em
}
.woocommerce td.product-quantity, .woocommerce-page td.product-quantity {
	min-width: 80px
}
.woocommerce table.cart .product-thumbnail, .woocommerce #content table.cart .product-thumbnail, .woocommerce-page table.cart .product-thumbnail, .woocommerce-page #content table.cart .product-thumbnail {
	min-width: 32px
}
.woocommerce table.cart img, .woocommerce #content table.cart img, .woocommerce-page table.cart img, .woocommerce-page #content table.cart img {
	width: 32px;
	height: auto
}
.woocommerce table.cart th, .woocommerce table.cart td, .woocommerce #content table.cart th, .woocommerce #content table.cart td, .woocommerce-page table.cart th, .woocommerce-page table.cart td, .woocommerce-page #content table.cart th, .woocommerce-page #content table.cart td {
	vertical-align: middle
}
.woocommerce table.cart a.remove, .woocommerce #content table.cart a.remove, .woocommerce-page table.cart a.remove, .woocommerce-page #content table.cart a.remove {
	display: block;
	font-size: 1.5em;
	height: 1em;
	width: 1em;
	text-align: center;
	line-height: 1;
	-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 #content table.cart a.remove:hover, .woocommerce-page table.cart a.remove:hover, .woocommerce-page #content table.cart a.remove:hover {
	background-color: red;
	color: #fff
}
.woocommerce table.cart td.actions, .woocommerce #content table.cart td.actions, .woocommerce-page table.cart td.actions, .woocommerce-page #content table.cart td.actions {
	text-align: right
}
.woocommerce table.cart td.actions .coupon, .woocommerce #content table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon, .woocommerce-page #content table.cart td.actions .coupon {
	float: left
}
.woocommerce table.cart td.actions .coupon label, .woocommerce #content table.cart td.actions .coupon label, .woocommerce-page table.cart td.actions .coupon label, .woocommerce-page #content table.cart td.actions .coupon label {
	display: none
}
.woocommerce table.cart td.actions .coupon .input-text, .woocommerce #content table.cart td.actions .coupon .input-text, .woocommerce-page 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;
	box-shadow: inset 0 1px 4px 0 rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 1px 4px 0 rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0 1px 4px 0 rgba(0,0,0,0.1);
	border: 1px solid #dfdbdf;
	padding: 6px 6px 5px;
	margin: 0 4px 0 0;
	outline: 0;
	line-height: 1em
}
.woocommerce table.cart td.actions .button.alt, .woocommerce #content table.cart td.actions .button.alt, .woocommerce-page table.cart td.actions .button.alt, .woocommerce-page #content table.cart td.actions .button.alt {
	float: right;
	margin-left: .25em
}
.woocommerce table.cart input, .woocommerce #content table.cart input, .woocommerce-page table.cart input, .woocommerce-page #content table.cart input {
	margin: 0;
	vertical-align: middle;
	line-height: 1em
}
.woocommerce ul.cart_list, .woocommerce ul.product_list_widget, .woocommerce-page ul.cart_list, .woocommerce-page ul.product_list_widget {
	list-style: none outside;
	padding: 0;
	margin: 0
}
.woocommerce ul.cart_list li, .woocommerce ul.product_list_widget li, .woocommerce-page ul.cart_list li, .woocommerce-page ul.product_list_widget li {
	padding: 4px 0;
	margin: 0;
	list-style: none
}
.woocommerce ul.cart_list li:after, .woocommerce ul.product_list_widget li:after, .woocommerce-page ul.cart_list li:after, .woocommerce-page ul.product_list_widget li:after {
	content: "";
	display: block;
	clear: both
}
.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a, .woocommerce-page ul.cart_list li a, .woocommerce-page ul.product_list_widget li a {
	display: block;
	font-weight: bold
}
.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img, .woocommerce-page ul.cart_list 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 ul.product_list_widget li dl, .woocommerce-page ul.cart_list li dl, .woocommerce-page ul.product_list_widget li dl {
	margin: 0;
	font-size: 0.8751em;
	padding-left: 1em;
	border-left: 2px solid rgba(0,0,0,0.1)
}
.woocommerce ul.cart_list li dl dt, .woocommerce ul.product_list_widget li dl dt, .woocommerce-page ul.cart_list li dl dt, .woocommerce-page ul.product_list_widget li dl dt {
	float: left;
	clear: left;
	margin-right: .25em
}
.woocommerce ul.cart_list li dl dd, .woocommerce ul.product_list_widget li dl dd, .woocommerce-page ul.cart_list li dl dd, .woocommerce-page ul.product_list_widget li dl dd {
	margin-bottom: .5em
}
.woocommerce ul.cart_list li .star-rating, .woocommerce ul.product_list_widget li .star-rating, .woocommerce-page ul.cart_list 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 #f7f6f7;
	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,
.widget_shopping_cart .buttons:after, .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: 48%;
	float: left
}
.woocommerce .cart-collaterals .cross-sells ul.products, .woocommerce-page .cart-collaterals .cross-sells ul.products {
	float: none
}
.woocommerce .cart-collaterals .cross-sells ul.products li, .woocommerce-page .cart-collaterals .cross-sells ul.products li {
	width: 48%
}
.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 .button, .woocommerce-page .cart-collaterals .shipping_calculator .button {
	width: 100%;
	float: none;
	display: block
}
.woocommerce .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-1, .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, .woocommerce-page .cart-collaterals .cart_totals p {
	margin: 0
}
.woocommerce .cart-collaterals .cart_totals p small, .woocommerce-page .cart-collaterals .cart_totals p small {
	color: #777777;
	font-size: 0.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 .cart-collaterals .cart_totals table tr:first-child td, .woocommerce-page .cart-collaterals .cart_totals table tr:first-child th, .woocommerce-page .cart-collaterals .cart_totals table tr:first-child td {
	border-top: 0
}
.woocommerce .cart-collaterals .cart_totals table td, .woocommerce .cart-collaterals .cart_totals table th, .woocommerce-page .cart-collaterals .cart_totals table td, .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: #777777
}
.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 .cart-collaterals .cart_totals tr th, .woocommerce-page .cart-collaterals .cart_totals tr td, .woocommerce-page .cart-collaterals .cart_totals tr th {
	border-top: 1px solid #f7f6f7;
	padding: 6px 6px
}
.woocommerce .cart-collaterals .cart_totals a.button.alt, .woocommerce-page .cart-collaterals .cart_totals a.button.alt {
	width: 193px;
	display: block;
	font-size: 0.92em
}
.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 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;
    font-size: 13px;
}
.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 #terms.input-checkbox{margin-right:0;}

.woocommerce form .form-row label.checkbox, .woocommerce-page form .form-row label.checkbox {
	display: inline
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce-page form .form-row input.input-text, .woocommerce-page form .form-row textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	outline: 0;
	line-height: 1em
}
.woocommerce form .form-row textarea, .woocommerce-page form .form-row textarea {
	height: 3.5em;
	line-height: 1.5em;
	display: block;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none
}
.woocommerce form .form-row.validate-required.woocommerce-validated input.input-text, .woocommerce-page form .form-row.validate-required.woocommerce-validated input.input-text {
	background-image: url(../images/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 .chosen-single, .woocommerce-page form .form-row.validate-required.woocommerce-invalid .chosen-single, .woocommerce form .form-row.validate-required.woocommerce-invalid .chosen-drop, .woocommerce-page form .form-row.validate-required.woocommerce-invalid .chosen-drop, .woocommerce form .form-row.validate-required.woocommerce-invalid input.input-text, .woocommerce-page form .form-row.validate-required.woocommerce-invalid input.input-text, .woocommerce form .form-row.validate-required.woocommerce-invalid select, .woocommerce-page form .form-row.validate-required.woocommerce-invalid select {
	border-color: #fb7f88
}
.woocommerce form .form-row::-webkit-input-placeholder, .woocommerce-page form .form-row::-webkit-input-placeholder {
	line-height: 1em;
	padding-top: 2px
}
.woocommerce form .form-row:-moz-placeholder, .woocommerce-page form .form-row:-moz-placeholder {
	line-height: 1em;
	padding-top: 2px
}
.woocommerce form .form-row:-ms-input-placeholder, .woocommerce-page form .form-row:-ms-input-placeholder {
	line-height: 1em;
	padding-top: 2px
}
.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
	float: left;
	width: 47%;
	overflow: visible
}
.woocommerce form .form-row-last, .woocommerce-page form .form-row-last {
	float: right
}
.woocommerce form .form-row-wide, .woocommerce-page form .form-row-wide {
	clear: both
}
.woocommerce form.login,
.woocommerce .woocommerce_checkout_coupon,
.woocommerce form.register,
.woocommerce-page form.login,
.woocommerce-page .woocommerce_checkout_coupon,
.woocommerce-page form.register {
	border: 1px solid #dfdbdf;
	padding: 20px;
	margin: 2em 0 2em 0px;
	text-align: left;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px
}

.woocommerce .woocommerce_checkout_coupon,
.woocommerce-page .woocommerce_checkout_coupon {
    padding-top: 0;
    padding-bottom: 0;

    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.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 #ship-to-different-address, .woocommerce-page .checkout #ship-to-different-address {
	float: right;
	line-height: 1.62em;
	margin: 0 0 0 0;
	padding: 0;
}
.woocommerce .checkout #ship-to-different-address label, .woocommerce-page .checkout #ship-to-different-address label {
	font-size: 0.6875em
}
.woocommerce #payment, .woocommerce-page #payment {
	background: #f7f6f7;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px
}
.woocommerce #payment ul.payment_methods, .woocommerce-page #payment ul.payment_methods {
	text-align: left;
	padding: 1em;
	border-bottom: 1px solid #dfdbdf;
	margin: 0;
	list-style: none outside
}
.woocommerce #payment ul.payment_methods:after, .woocommerce-page #payment ul.payment_methods:after {
	content: "";
	display: block;
	clear: both
}
.woocommerce #payment ul.payment_methods li, .woocommerce-page #payment ul.payment_methods li {
	line-height: 2em;
	text-align: left;
	margin: 0;
	font-weight: normal
}
.woocommerce #payment ul.payment_methods li input, .woocommerce-page #payment ul.payment_methods li input {
	margin: 0 1em 0 0
}
.woocommerce #payment ul.payment_methods li img, .woocommerce-page #payment ul.payment_methods li img {
	vertical-align: middle;
	margin: -2px 0 0 .5em;
	position: relative
}
.woocommerce #payment div.form-row, .woocommerce-page #payment div.form-row {
	padding: 1em;
	border-top: 1px solid #ffffff
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
	float: right;
	margin: 0
}
.woocommerce #payment .terms, .woocommerce-page #payment .terms {
	/*padding: 0 1em 0;*/
    padding: 0;
	text-align: right;
    margin-top: 15px;
}
.woocommerce #payment div.payment_box, .woocommerce-page #payment div.payment_box {
	position: relative;
	width: 96%;
	padding: 1em 2%;
	margin: 1em 0 1em 0;
	font-size: 0.92em;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	line-height: 1.5em;
	background: #ebe9eb;
	background: -webkit-gradient(linear,left top,left bottom,from(#ebe9eb), to(#dfdbdf));
	background: -webkit-linear-gradient(#ebe9eb,#dfdbdf);
	background: -moz-linear-gradient(center top,#ebe9eb 0%,#dfdbdf 100%);
	background: -moz-gradient(center top,#ebe9eb 0%,#dfdbdf 100%);
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.25);
	-webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.25);
	-moz-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.25);
	color: #5e5e5e;
	text-shadow: 0 1px 0 rgba(255,255,255,0.8)
}
.woocommerce #payment div.payment_box p:last-child, .woocommerce-page #payment div.payment_box p:last-child {
	margin-bottom: 0
}
.woocommerce #payment div.payment_box #cc-expire-month, .woocommerce #payment div.payment_box #cc-expire-year, .woocommerce-page #payment div.payment_box #cc-expire-month, .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: #777777;
	line-height: 13px;
	font-weight: normal
}
.woocommerce #payment div.payment_box .form-row, .woocommerce-page #payment div.payment_box .form-row {
	margin: 0 0 1em
}
.woocommerce #payment div.payment_box .form-row select, .woocommerce-page #payment div.payment_box .form-row select {
	width: 48%;
	float: left;
	margin-right: 3.8%
}
.woocommerce #payment div.payment_box .form-row select:nth-child(3n), .woocommerce-page #payment div.payment_box .form-row select:nth-child(3n) {
	margin-right: 0
}
.woocommerce #payment div.payment_box:after, .woocommerce-page #payment div.payment_box:after {
	content: "";
	display: block;
	border: 8px solid #ebe9eb;
	border-right-color: transparent;
	border-left-color: transparent;
	border-top-color: transparent;
	position: absolute;
	top: -3px;
	left: 0;
	margin: -1em 0 0 2em
}
.woocommerce .order_details, .woocommerce-page .order_details {
	margin: 0 0 1.5em;
	list-style: none
}
.woocommerce .order_details:after, .woocommerce-page .order_details:after {
	content: "";
	display: block;
	clear: both
}
.woocommerce .order_details li, .woocommerce-page .order_details li {
	float: left;
	margin-right: 2em;
	text-transform: uppercase;
	font-size: 0.715em;
	line-height: 1em;
	border-right: 1px dashed #dfdbdf;
	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: none
}
.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 1px;
	list-style: none
}
.woocommerce .widget_layered_nav ul li:after, .woocommerce-page .widget_layered_nav ul li:after {
	content: "";
	display: block;
	clear: both
}
.woocommerce .widget_layered_nav ul li a, .woocommerce .widget_layered_nav ul li span, .woocommerce-page .widget_layered_nav ul li a, .woocommerce-page .widget_layered_nav ul li span {
	padding: 1px 0;
	float: left
}
.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: #ffffff;
	-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;
	color: #777777
}
.woocommerce .widget_layered_nav_filters ul, .woocommerce-page .widget_layered_nav_filters ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none outside;
	overflow: hidden;
	zoom: 1
}
.woocommerce .widget_layered_nav_filters ul li, .woocommerce-page .widget_layered_nav_filters ul li {
	float: left;
	padding: 0 1px 1px 0;
	list-style: none
}
.woocommerce .widget_layered_nav_filters ul li a, .woocommerce-page .widget_layered_nav_filters ul li a {
	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: #ffffff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	float: left
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.woocommerce a.button.loading: before, .woocommerce button.button.loading: before, .woocommerce input.button.loading: before, .woocommerce #respond input#submit.loading: before, .woocommerce #content input.button.loading: before, .woocommerce-page a.button.loading: before, .woocommerce-page button.button.loading: before, .woocommerce-page input.button.loading: before, .woocommerce-page #respond input#submit.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 button.button.added:before, .woocommerce input.button.added:before, .woocommerce #respond input#submit.added:before, .woocommerce #content input.button.added:before, .woocommerce-page a.button.added:before, .woocommerce-page button.button.added:before, .woocommerce-page input.button.added:before, .woocommerce-page #respond input#submit.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.woocommerce-validated input.input-text, .woocommerce .woocommerce-page form .form-row.woocommerce-validated input.input-text, .woocommerce-page .woocommerce form .form-row.woocommerce-validated input.input-text, .woocommerce-page .woocommerce-page form .form-row.woocommerce-validated input.input-text {
	background-image: url(../images/icons/valid@2x.png);
	background-size: 12px 9px
}
.woocommerce .woocommerce form .form-row.woocommerce-invalid input.input-text, .woocommerce .woocommerce-page form .form-row.woocommerce-invalid input.input-text, .woocommerce-page .woocommerce form .form-row.woocommerce-invalid input.input-text, .woocommerce-page .woocommerce-page form .form-row.woocommerce-invalid input.input-text {
	background-image: url(../images/icons/invalid@2x.png);
	background-size: 12px 9px
}
}


/* variations */
.variations .select-wrapper { background:#fff; position:relative; border:1px solid #dfdbdb; overflow:hidden; margin-bottom:9px;}
.yes_js .variations .select-wrapper { overflow: visible; }
.variations .select-wrapper a.sbSelector, .variations .select-wrapper select { font-weight:700; padding: 8px; display:block; color:#bcbbbb; text-transform: uppercase; font-size:18px; }
.variations .select-wrapper select { width:120%; background:none; border:0; }
.variations .select-wrapper .sbOptions { position:absolute; left:-1px; right:-1px; top:30px !important; background:#fff; list-style:none; margin:0; padding:8px 0 4px; border:1px solid #dfdbdb; border-top:0; z-index:100; }
.variations .select-wrapper .sbOptions li a, .variations select option, .variations .select-wrapper span.sbDisabled { font-weight: normal; color:#bcbbbb; font-size: 14px; display: block; line-height:24px; padding:0 8px; }
.variations .select-wrapper .sbOptions li a:hover { background:#f4f4f4; }
.variations .select-wrapper .sbOptions li span.sbDisabled { color:#ddd; }
.variations .select-wrapper .sbToggle { position:absolute; right:0; top:0; height:100%; width:29px; background:url('images/variations-dropdown-icon.png') left center no-repeat; }



.col2-set {
    zoom: 1;
    width: 100%;
}
.col2-set .col-1, .col2-set .col-2 {
    float: left;
    width: 48%;
    padding: 20px 0;
}
.col2-set .col-2 { float: right; }
.col2-set .col-1 > *, .col2-set .col-2 > * { padding-left: 20px; padding-right: 20px }
.col2-set .col-1 > h2, .col2-set .col-2 > h2, .col2-set .col-1 > h3, .col2-set .col-2 > h3 { padding-left:0; padding-right:0; }

.login .button { margin-top: 0px !important }
.login .lost_password { margin-left: 10px }


/* TipTip CSS - Version 1.2 */

#tiptip_holder {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99999;
}

#tiptip_holder.tip_top {
	padding-bottom: 11px;
}

#tiptip_holder.tip_bottom {
	padding-top: 11px;
}

#tiptip_holder.tip_right {
	padding-left: 11px;
}

#tiptip_holder.tip_left {
	padding-right: 11px;
}

#tiptip_content {
    background:#fff;
    border: 1px solid #dcd7d7;
    padding: 16px 24px;
    position:relative;
	        box-shadow: -1px -1px 4px rgba(0, 0, 0, 0.15);
	   -moz-box-shadow: -1px -1px 4px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: -1px -1px 4px rgba(0, 0, 0, 0.15);
}

#tiptip_content:after {
    content:"";
    position: absolute;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    border: 1px solid #efefef;
}

#tiptip_arrow, #tiptip_arrow_inner {
	position: absolute;
    width: 0;
    height: 0;
}

#tiptip_arrow_inner {
    background:url('images/wishlist-arrow.png') no-repeat top center;
    margin-top:-5px;
    width: 24px;
    height: 16px;
    z-index: 10;
}

.term-header-image { margin-bottom: 20px; }
.term-header-image img { max-width: 100%; }


/* Compare table */
.compare_heading h1 { text-transform:uppercase; }
.compare_popup_container .compare_popup_table { border:0; -webkit-box-shadow:none; -moz-box-shadow:none; box-shadow:none; }
.compare_popup_container .compare_popup_table td, 
.compare_popup_container .compare_popup_table tr, 
.compare_popup_container .compare_popup_table .first_row, 
.compare_popup_container .compare_popup_table .column_first { background:none; }
.compare_popup_container .compare_popup_table .woo_compare_popup_remove_product { display:block; text-align:center; }
.compare_popup_container .compare_popup_table td { border-bottom:1px solid #DFDFDF; padding:8px 10px; }
.compare_popup_container .compare_popup_table td:nth-child(2n) {background:#f7f7f7;}
.compare_popup_container .compare_popup_table td.first_row {background:none;}
.compare_popup_container .compare_popup_table .column_first.first_row { min-width: 0; width:100px; }
.compare_popup_container .compare_popup_table .column_first { text-align: left; vertical-align: top; font-size: 13px; font-weight: normal; color:#333; text-transform:uppercase; }
.compare_popup_container .compare_popup_table .compare_product_name,
.compare_popup_container .compare_popup_table .compare_price { color:#555; font-weight:normal; font-size: 15px; }
.compare_popup_container .compare_popup_table .compare_image_container { text-align:center; height:auto; }
.compare_popup_container .compare_popup_table .compare_image_container img { padding:3px; border:1px solid #dadada; background:#fff; height:auto; max-width:100%; }

/* AJAX Layered Nav */
.woocommerce.archive .sidebar .widget h3 { padding-bottom:8px; }
.sidebar .widget.widget_layered_nav h3, .sidebar .widget.widget_product_categories h3, .sidebar .widget.widget_price_filter h3 { margin-bottom:7px; }
.sidebar .widget.widget_layered_nav nav ul { margin-top:-5px; }
.sidebar .widget.widget_layered_nav nav ul.colors, .sidebar .widget.widget_layered_nav nav ul.sizes { margin-top:0; }
.widget.widget_price_filter form { margin-bottom:0; }
.widget.widget_layered_nav li, .widget_product_categories .product-categories li { padding:6px 0; }
.widget.widget_layered_nav li a, .widget_product_categories .product-categories li a { color:#4f4d4d; font-size:13px; }
.widget.widget_layered_nav li a:hover, .widget_product_categories .product-categories li a:hover { color:#aa7309; }
.widget.widget_layered_nav li small.count, .widget_product_categories .product-categories li span.count { float:right; color:#a6a6a6; padding:0 5px; border:1px solid #d9d3d3; }
/* colors */
.widget.widget_layered_nav .colors li, .widget.widget_layered_nav .sizes li { float:left; padding:0; border:0; }
.widget.widget_layered_nav .colors li a { padding:2px !important; background:#e3e0e0 !important; -webkit-border-radius:2px; -moz-border-radius:2px; border-radius:2px; }
.widget.widget_layered_nav .colors li a:hover, .widget.widget_layered_nav .colors li.filter-selected a { background:#aaa !important; }
.widget.widget_layered_nav .colors li.filter-selected a:after, .widget.widget_layered_nav .colors li.filter-selected a:before,
.widget.widget_layered_nav .sizes li.filter-selected a:after, .widget.widget_layered_nav .sizes li.filter-selected a:before { content:""; }
.widget.widget_layered_nav .colors li .box { padding:0; margin:0; width:26px; height:26px; border:0; -webkit-border-radius:0; -moz-border-radius:0; border-radius:0; }

.woocommerce .widget_layered_nav ul.yith-wcan-color.yith-wcan li,
.woocommerce-page .widget_layered_nav ul.yith-wcan-color.yith-wcan li,
.woocommerce .widget_layered_nav ul.yith-wcan-color.yith-wcan li,
.woocommerce-page .widget_layered_nav ul.yith-wcan-color.yith-wcan li {
    border-bottom: none;
}
.woocommerce .widget_layered_nav ul.yith-wcan-color.yith-wcan li a,
.woocommerce-page .widget_layered_nav ul.yith-wcan-color.yith-wcan li a,
.woocommerce .widget_layered_nav ul.yith-wcan-color.yith-wcan li span,
.woocommerce-page .widget_layered_nav ul.yith-wcan-color.yith-wcan li span {
    border: 2px solid #E3E0E0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    display: block;
    height: 26px;
    margin: 2px 4px 4px 0;
    padding: 0px;
    width: 26px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}

.woocommerce .widget_layered_nav ul.yith-wcan-color.yith-wcan li a:hover,
.woocommerce-page .widget_layered_nav ul.yith-wcan-color.yith-wcan li a:hover,
.woocommerce .widget_layered_nav ul.yith-wcan-color.yith-wcan li.chosen a,
.woocommerce-page .widget_layered_nav ul.yith-wcan-color.yith-wcan li.chosen a,
.woocommerce .widget_layered_nav ul.yith-wcan-color.yith-wcan li span:hover,
.woocommerce-page .widget_layered_nav ul.yith-wcan-color.yith-wcan li span:hover,
.woocommerce .widget_layered_nav ul.yith-wcan-color.yith-wcan li.chosen span,
.woocommerce-page .widget_layered_nav ul.yith-wcan-color.yith-wcan li.chosen span {
    border: 2px solid #AAAAAA;
    background-image: none;

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

/* sizes */
.widget.widget_layered_nav .sizes li { padding-right:8px !important; }
.widget.widget_layered_nav .sizes li .size-filter { padding:2px 5px; font-size:16px; color:#a09d9d; background:#fff; border:1px solid #ccc9c9; -webkit-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.23); -moz-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.23); box-shadow:1px 1px 2px rgba(0, 0, 0, 0.23); }
.widget.widget_layered_nav .sizes li .size-filter:hover { border-color:#dec084; color:#c38204; }
.widget.widget_layered_nav .sizes li.chosen .size-filter { border-color:#dec084; color:#c38204; }

.woocommerce .widget_layered_nav ul.yith-wcan-label.yith-wcan li,
.woocommerce-page .widget_layered_nav ul.yith-wcan-label.yith-wcan li,
.woocommerce .widget_layered_nav ul.yith-wcan-label.yith-wcan li,
.woocommerce-page .widget_layered_nav ul.yith-wcan-label.yith-wcan li {
    border-bottom: none;
    padding: 3px 8px 6px 0px;
}

.woocommerce .widget_layered_nav ul.yith-wcan-label.yith-wcan li a,
.woocommerce-page .widget_layered_nav ul.yith-wcan-label.yith-wcan li a,
.woocommerce .widget_layered_nav ul.yith-wcan-label.yith-wcan li span,
.woocommerce-page .widget_layered_nav ul.yith-wcan-label.yith-wcan li span {
    background: #ffffff;
    border: 1px solid #ccc9c9;
    display: block;
    margin: 0;
    width: 18px;
    text-align: center;
    padding: 2px 5px;
    font-size: 16px;
    line-height: 22px;
    color:#a09d9d;
    overflow: hidden;
    text-decoration: none;
}

.woocommerce .widget_layered_nav ul.yith-wcan-label.yith-wcan li a:hover,
.woocommerce-page .widget_layered_nav ul.yith-wcan-label.yith-wcan li a:hover {
    border: 1px solid #dec084;
    background-image: none;
    background-color: #ffffff;
    color: #c38204;

    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.woocommerce .widget_layered_nav ul.yith-wcan-label.yith-wcan li.chosen a,
.woocommerce-page .widget_layered_nav ul.yith-wcan-label.yith-wcan li.chosen a {
    border: 1px solid #dec084;
    background-image: none;
    background-color: #ffffff;
    color: #c38204;

    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.widget_layered_nav ul.yith-wcan-label.yith-wcan li.chosen a:before {
    content: "";
}

.widget_layered_nav ul.yith-wcan-label.yith-wcan li.chosen a:after {
    position: relative;
    top: -2px;
}

/* shop sidebar titles */
#sidebar-shop-sidebar .widget {
    margin-top: 0;
}
#sidebar-shop-sidebar .widget h3 { cursor: pointer; margin-top:0; }
#sidebar-shop-sidebar .widget h3 div { margin-right: 10px; }

.buttons_added { background: transparent;  }
.buttons_added  .minus, .buttons_added .plus { display: none }
.product-box .qty { left: 0; margin-left: 0 }
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
ul.products .product-actions .added_to_cart { display: none !important; }
ul.products li.product .product-thumbnail .product-actions a.added_to_cart { display: none; }
p#billing_address_2_field, p#shipping_address_2_field { margin-top: 25px; }
p#billing_country_field, p#shipping_country_field { margin-bottom: 0px; }
p#billing_state_field, p#shipping_state_field { margin-top: 3px; }

.product-actions + .product-share {
    display: none;
    padding: 5px 0;
    clear: both;
}

#popupWrap .socials div {
    float: none;
    display: inline-block;
}

#popupWrap h2 {
    font-size: 14px;
    margin: 0;
    margin-bottom: 5px;
}

.product-actions .stButton {
    display: none !important;
}

div.pp_woocommerce #respond .form-submit { margin-top: 10px }
div.pp_woocommerce #respond #reply-title { margin-top: 0px }
div.pp_woocommerce #respond p label, div.pp_woocommerce #respond p span.required { float:left; }
div.pp_woocommerce #respond p input { clear:both; }
div.pp_woocommerce #respond p.comment-form-author input, div.pp_woocommerce #respond p.comment-form-email input { padding-left:10px; }
div.pp_woocommerce .pp_details { display:none; }
.single-product div.pp_woocommerce .pp_details { display:block; }

/* grouped product */
div.product form.cart .group_table td.label, #content div.product form.cart .group_table td.label {
	text-shadow: none;
	color: #747373;
}


/**
 * Custom style of YIT Theme
 */
 
/* HEADER */


.woo_cart .widget_shopping_cart { line-height: 10px; position: relative; z-index:250; }
.woo_cart .widget_shopping_cart .cart_label {

}
.woo_cart .widget_shopping_cart .cart_label a {
    background: url('../images/sprite.png') no-repeat 0px -125px;
    padding-left: 29px;
    padding-bottom: 3px;
}
.woo_cart .widget_shopping_cart .cart_label a.cart-icon { margin-right:8px; }
.woo_cart .widget_shopping_cart .cart_label a.cart-items {
    padding-top: 0;
}
.woo_cart .widget_shopping_cart .cart_label span {
    color: #fff;
    font-weight: bold;
    padding: 1px 7px;
    background: #e1820a;
    border-radius: 3px;
    margin-left: 8px;
}

.woo_cart .widget_shopping_cart .cart_control {
	font-size: 18px; 
	display: block;
	width: 100px;
	background-color: #c58408;
	height: 48px;
	border: 1px solid #e0dfdf;
	line-height: 48px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
}


.woo_cart .yit_cart_widget.widget_shopping_cart .cart_wrapper .cart_list li.empty {
	list-style: none;
    min-height: 0;
    border-bottom: 0;
    padding: 6px 0;
    margin: 10px 0;
}

.woo_cart .widget_shopping_cart .cart_wrapper {
    position:  absolute;
    width: 290px;
    right: -17px;
    padding-top: 13px;
}

.woo_cart .widget_shopping_cart .widget_shopping_cart_content {
    background-color: #ffffff;
	margin-top: 20px;
	text-align: left;
    padding: 15px 12px;

	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	   -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	background-color: #ffffff;
}

.woo_cart .cart_wrapper .cart_arrow {
    position: absolute;
    right: 25px;
    top: 19px;
    /*background: url('images/cart-arrow.png') no-repeat;*/
    width: 28px;
    height: 14px;
}


.woo_cart .widget_shopping_cart .widget_shopping_cart_content .cart_list {
    margin: 0;
    padding: 0;
}


.woo_cart .widget_shopping_cart_content h2 {
    border-bottom: 1px solid #ebe5e5;
    padding-bottom: 11px;
    margin-bottom: 0;
}


.woo_cart .widget_shopping_cart .cart_wrapper .empty-buttons { display: none; }
.woo_cart .widget_shopping_cart .cart_wrapper .variation { display: none; }
.woo_cart .cart_wrapper .total strong { text-transform: uppercase; margin-left: 150px; }
.woo_cart .cart_wrapper .total .amount {  }
.woo_cart .widget_shopping_cart .cart_wrapper .total { display: none }


.woo_cart .cart_wrapper .buttons .button {
    height: 50px;
    font-size: 15px !important;
    line-height: 50px;
    border-radius: 5px;
    width: 266px;
    text-align: center;
    padding: 0;
}


.cart_wrapper ul.cart_list li a, .cart_wrapper ul.product_list_widget li a { float: left; margin-bottom: 0px; color: #ffffff; padding-top: 10px; }
.cart_wrapper ul.product_list_widget li img {
	float: left;
	width: 64px;
	height: 64px;
    border: 1px solid #ebe5e5;
    box-shadow: none;
    margin: 0;
    position: absolute;
    left: 0;
}
.cart_wrapper ul.product_list_widget li a span {
    margin-left: 80px;
    float: left;
    padding-right: 27px;
}


.woo_cart .cart_wrapper ul.product_list_widget li {
    min-height: 90px;
    padding-top: 10px;
    position: relative;
    border-bottom: 1px solid #ebe5e5;
}

.woo_cart .cart_wrapper ul.product_list_widget li:last-child {
    border-style: dashed;
    border-bottom-width: 1px;
}

#ie8 .cart_wrapper ul.cart_list li img, .cart_wrapper ul.product_list_widget li img { max-width: none; }
#ie8 #coupon_code {line-height: 26px;}

.cart_wrapper ul.cart_list li .remove_item {
	position: absolute;
    width: 13px;
    height: 13px;
	background: url('images/remove_dark.png') left top no-repeat;
    right: 7px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    top: 24px;
    padding: 0;
    margin: 0;
}
.cart_wrapper ul.cart_list li .remove_item:hover {
    background-position: left bottom;
}


.cart_wrapper .quantity {
	width: 60px;
	position: relative;
	/*margin: 0 auto;*/
	overflow: hidden;
	zoom: 1;
	float: right;
	background:none;
	text-align:right;
}
#header .cart_wrapper .quantity {
    margin-left: 81px;
    display: block;
    float: left;
    width: auto;
    margin-top: 7px;
    clear: both;
}
.widget_shopping_cart .cart_wrapper .buttons {
    margin: 0;
    padding: 0;
}
.cart_wrapper p.buttons a.button {
	height: 22px;
	line-height: 22px;
	font-size: 10px;
    margin-top: 15px;
}

.woo_cart .cart_wrapper .buttons .button:hover {
    text-shadow: none;
}


/*.widget_shopping_cart .cart_wrapper .buttons .cart { display: none }*/


/* General style */
.woocommerce h1.page-title { clear:both; float: left; }
.woocommerce-page.archive h1.page-title { margin-top:0; }
.list-or-grid {
    float: left;
    margin: 0 0 0 10px;
    text-transform: uppercase;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    overflow: hidden;
}
.list-or-grid a {
    display: inline-block;
    height:16px;
    background:url('../images/sprite.png') no-repeat -81px -69px;
    padding: 13px 16px;
    text-indent: 100%;
    white-space: nowrap;
}
.list-or-grid a.grid-view {
    width:16px;
    border-right: 1px solid #e6e6e6;
    background-position: -81px -27px;
}
.list-or-grid a.list-view {
    width:16px;
    background-position: -113px -27px;
}
.list-or-grid a.grid-view:hover, .list-or-grid a.grid-view.active {
    background-position: -81px -59px;
}
.list-or-grid a.list-view:hover, .list-or-grid a.list-view.active {
    background-position: -113px -59px;
}

/* products page */               
.opacityOverlay { background:#fff !important; }  
.content ul.products.row { margin-left:-20px; }
.woocommerce ul.products li.product { position:relative; margin-bottom:30px; }
.woocommerce ul.products li.product a img, .woocommerce ul.products li.product a img:hover { margin-bottom:0; -webkit-box-shadow:none; -moz-box-shadow:none; box-shadow:none; }
.woocommerce ul.products li.product h3 { font-size:14px; color:#656464; padding-bottom:5px; text-align:left; font-weight: 600; max-width: 82%; padding-top: 0; }
.woocommerce ul.products li.product .price { font-size:24px; font-weight: 800; color:#656464; padding-bottom: 18px; margin-bottom: 0; margin-top: 0; }
.woocommerce ul.products li.product h3, .woocommerce ul.products li.product .price { float:left; clear:left; }
.woocommerce ul.products li.product .product-description { display:none; }
.woocommerce ul.products li.product a.thumb { position:relative; display:block; margin-bottom: 10px }
.woocommerce ul.products li.product a.thumb img { -webkit-box-shadow:0 0 0 #000; -moz-box-shadow:0 0 0 #000; box-shadow:0 0 0 #000; -webkit-transition:none; -moz-transition:none; transition:none; }
.woocommerce ul.products li.product a.thumb img.image-hover { display:none; position:absolute; top:0; left:0; }
.woocommerce ul.products li.product.classic a.thumb img.image-hover { box-sizing: border-box; -moz-box-sizing: border-box; padding: 3px; width:100%; box-shadow: 0 0 0 #000; }
.woocommerce ul.products li.product .button.added { background-color:#a5a305 !important; box-shadow: 0 2px 0 #656e04 !important; }
.woocommerce ul.products li.product .grid-add-to-cart .button.added { background-color:#859103 !important; box-shadow: 0 2px 0 #747e04 !important; }
.woocommerce ul.products li.product .button.product_type_variable:before,
.woocommerce ul.products li.product .button.product_type_grouped:before,
.woocommerce ul.products li.product .button.product_type_external:before,
.woocommerce ul.products li.product .button.out-of-stock:before,
.woocommerce ul.products li.product .button.added:before { display:none; }
.woocommerce ul.products li.product.grid .grid-add-to-cart a.button { display:block; }
.woocommerce ul.products li.product span.price del, .woocommerce ul.products li.product span.price .from { color:#929191; font-size:58%; }
.woocommerce ul.products li.product span.price ins { text-decoration:none; }
.woocommerce .product .product-actions { clear:both; margin-top:30px; border-top:3px solid #d5d4d4; margin-left: -10px; margin-right: -10px; }
.woocommerce .product .product-actions .action { box-sizing: border-box; -moz-box-sizing: border-box; border-left: 2px solid #e6e6e6; float: left; }
.woocommerce .product .product-actions .action div { display: inline; }
.woocommerce .product .product-actions .action.first { border-left: 0; }
.woocommerce .product .product-actions.buttons_1 .action { width: 100%; }
.woocommerce .product .product-actions.buttons_2 .action { width: 50%; }
.woocommerce .product .product-actions.buttons_3 .action { width: 33.33%; }
.woocommerce .product .product-actions .action i { display: inline-block; width: 18px; height: 16px; margin-bottom: -7px; margin-right: 6px; background: url('../images/sprite.png') no-repeat; }
.woocommerce .product .product-actions .action.compare i  { background-position: 0px -488px; }
.woocommerce .product .product-actions .action.wishlist i { background-position: 0px -507px; }
.woocommerce .product .product-actions .action.compare:hover i  { background-position: -143px -488px; }
.woocommerce .product .product-actions .action.wishlist:hover i { background-position: -143px -507px; }
.woocommerce .product .product-actions a { font-size: 10px; color: #7a7979; display: block; padding: 10px 0; text-transform: uppercase; }
.woocommerce .product .product-actions a:hover { color: #121212; }
.woocommerce ul.products li.product.grid .buttons-list-wrapper { display:inline; }
.woocommerce-ordering .sbHolder a.sbSelector { width: 245px; line-height: 16px !important; padding-top: 13px; padding-bottom: 13px;  background: none; }
.woocommerce-ordering .sbHolder a.sbToggle {
    background-color: #FFF !important;
    border: 1px solid #E6E6E6;
    border-radius: 3px;
    background: url(../images/sprite.png) 0 -30px;
    width: 26px;
    height: 20px;
    position: absolute;
    right: 13px;
    top: 11px;
}
.woocommerce-ordering .sbHolder a.sbToggle.sbToggleOpen {
    background-position: 0 -50px;
}
/* wishlist link */
.woocommerce .product .product-actions .feedback, .woocommerce .product .product-actions .ajax-loading { display:none !important; }
/* hover feature */
.woocommerce ul.products li.product.grid.with-hover .product-wrapper { border: 1px solid #E6E6E6; border-bottom-width: 0; text-align: center; -moz-box-sizing: border-box; box-sizing: border-box; }
.woocommerce ul.products li.product.grid.with-hover .product-meta { border-top: 1px solid #E6E6E6; }
.woocommerce ul.products li.product.grid.with-hover:hover .product-meta { border-bottom: 1px solid #E6E6E6; border-top: 0; }
.woocommerce ul.products li.product.grid.with-hover:hover .product-meta-wrapper { }
.woocommerce ul.products li.product.grid.with-hover .grid-add-to-cart { position: relative; right: 0px; bottom: 15px; }
.woocommerce ul.products li.product.grid.with-hover .grid-add-to-cart.no-title { bottom: 0; }
.woocommerce ul.products li.product.grid.with-hover .grid-add-to-cart a.button { background: #c56304 url('../images/sprite.png') no-repeat 5px -145px; display: block; padding: 0; margin: 0; width: 29px; height: 29px; text-indent: 100%; overflow: hidden; white-space: nowrap; float: right; box-shadow: 0 0; }
.woocommerce ul.products li.product.grid.with-hover:hover .grid-add-to-cart { display: none; }
.woocommerce ul.products li.product.grid.with-hover:hover a.button { text-align: center; display: inline-block; float: none; margin: 0 auto; }
.woocommerce ul.products li.product.grid:hover h3, .woocommerce ul.products li.product.grid:hover .price { text-align: center; float: none; max-width: 100%; }
.woocommerce ul.products li.product.grid .product-wrapper, .woocommerce ul.products li.product.grid.add-hover .product-meta-wrapper {
    padding:10px;
    margin:0px 0px -6px;
    -webkit-box-shadow:none; 
       -moz-box-shadow:none; 
            box-shadow:none;  
}
.woocommerce ul.products li.product.grid:hover .product-wrapper, .woocommerce ul.products li.product.grid.add-hover .product-meta-wrapper {
    -webkit-box-shadow:1px 1px 6px rgba(0,0,0,0.33);
       -moz-box-shadow:1px 1px 6px rgba(0,0,0,0.33);
            box-shadow:1px 1px 6px rgba(0,0,0,0.33);
}
/* fix hover in slider */
.products_tabs .caroufredsel_wrapper:hover, .products-slider .caroufredsel_wrapper:hover { padding-bottom:150px; margin-bottom:-150px !important; margin-right:-5px; padding-right:5px; }
.products_tabs .products-slider .caroufredsel_wrapper:hover, .products-slider .caroufredsel_wrapper:hover { margin-bottom:-140px !important; }
/* show meta on hover */
.woocommerce ul.products li.product.grid.add-hover:hover { z-index:250; }
.woocommerce ul.products li.product.grid.add-hover .product-wrapper, .woocommerce ul.products li.product.grid.add-hover .product-meta-wrapper { background:#fff; }
.woocommerce ul.products li.product.grid.add-hover .product-meta { display:block; position:absolute; left:0px; right:0px; height:20px; background:#fff; }
.woocommerce ul.products li.product.grid.add-hover .product-meta-wrapper { padding:0 10px; border-top:0; visibility:hidden; overflow:hidden; border: solid #E6E6E6; border-width: 0 1px 1px; }
.woocommerce ul.products li.product.grid.add-hover:hover .product-meta-wrapper { visibility: visible; }
.woocommerce ul.products li.product.grid.add-hover .product-meta-wrapper:after { content:""; position:absolute; left:0; right:0; bottom:20px; height:6px; background:#fff; border: solid #E6E6E6; border-width: 0 1px; }
.woocommerce ul.products li.product.grid.add-hover .product-wrapper { border-bottom:0; margin-bottom:0; padding-bottom:0; }
/* transitions */
.woocommerce ul.products li.product.grid .product-wrapper, .woocommerce ul.products li.product.grid.add-hover .product-meta-wrapper {
	/*-webkit-transition: all 300ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
       -moz-transition: all 300ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
        -ms-transition: all 300ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
         -o-transition: all 300ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
            transition: all 300ms cubic-bezier(0.215, 0.610, 0.355, 1.000);  */
}
.woocommerce ul.products li.product.grid.add-hover .product-meta-wrapper {
    -webkit-transition: all linear 0.1s;
    -moz-transition: all linear 0.1s;
    -o-transition: all linear 0.1s;
    transition: all linear 0.1s;
    -webkit-backface-visibility: hidden;  /* fixes webkit flickering after transitions*/
}
.woocommerce ul.products li.product .onsale, .woocommerce-page ul.products li.product .onsale { margin:0; position:absolute; top:0px; right:0px; z-index:1; width: auto }
.woocommerce ul.products li.product span.added, .woocommerce ul.products li.product span.out-of-stock {
    display: none;
    padding:0;
    line-height:35px;
    position:absolute;
    top: 0px;
    right: 0px;
    width: 72px;
    height: 77px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.woocommerce ul.products li.product span.added        { background: url('images/bullets/added.png') no-repeat top right; width:51px;height:51px;text-indent: 0;text-align: center; font-size: 9px; padding-top: 15px; color: #ffffff;}
.woocommerce ul.products li.product span.out-of-stock { background: url('images/bullets/out-of-stock.png') no-repeat top right; }
.woocommerce ul.products li.product .added_to_cart { display:none; }
.woocommerce #primary ul.products li.product a.out-of-stock,
#primary .woocommerce ul.products li.product a.out-of-stock{ background-color: #8E0404; color: #FFFFFF; }

/* list view */
.woocommerce ul.products li.product.list { float:none; margin-bottom:30px; padding:0 0 30px; border-bottom: 1px solid #dad9d9; position:relative; clear:both; width:auto; overflow: hidden; }
.woocommerce ul.products li.product.list a.thumb { display:block; float:left; position: absolute; }
.woocommerce ul.products li.product.list img { width:auto; }
.woocommerce ul.products li.product.list h3, .woocommerce ul.products li.product .price { padding-left: 0; }
.woocommerce ul.products li.product.list .price { margin-top: 0; padding-bottom: 0; }
.woocommerce ul.products li.product.list .grid-add-to-cart { display:none; }
.woocommerce ul.products li.product.list .onsale { right:3px; top:3px; }
.woocommerce ul.products li.product.list span.added { top:3px; right:3px; }
.woocommerce ul.products li.product.list span.out-of-stock { top:3px; right:3px; }
.woocommerce ul.products li.product.list .product-meta { float:left; width:100%; }
.woocommerce ul.products li.product.list .product-meta .product-meta-wrapper { padding:10px; padding-left:0; }
.woocommerce ul.products li.product.list:after, .woocommerce ul.products li.product.list .product-wrapper:after { clear: both; content: "."; display: block; height: 0; overflow: hidden; visibility: hidden; }
.woocommerce ul.products li.product.list .price { margin-bottom:0; }                              
.woocommerce ul.products li.product.list .product-description.show-on-list { display:block; float:left; padding-top:1px; width: 55%; }
.woocommerce ul.products li.product.list .product-description.show-on-list p { font-size: 12px; color: #656464; }
}
.woocommerce ul.products li.product.list a.button { float:none; clear:none; margin-top:12px; }
.woocommerce ul.products li.product.list .details { display:none; }
.woocommerce ul.products li.product.list .star-rating { float: none; display: inline-block; margin-bottom: 0; margin-left: 0px; }
.woocommerce ul.products li.product.list .product-actions { border:0; padding-top:0; margin-top: 0; clear: none; float: none; }
.woocommerce ul.products li.product.list .product-actions .action { width: auto !important; border: 0; margin-left: 15px; }
.woocommerce ul.products li.product.list .product-actions .action.first { margin-left: 0px; }
.woocommerce ul.products li.product.list .buttons-list-wrapper { float: right; width: 40%; text-align: center; margin-top: 30px; }
.woocommerce ul.products li.product.list .buttons-list-wrapper .product-actions { margin-top: 18px; }
.woocommerce ul.products li.product.list .buttons-list-wrapper a.button, .woocommerce ul.products li.product.list .buttons-list-wrapper div.action { display: inline-block; float: none; }



/* classic style */
/* reset */
.woocommerce ul.products li.product.grid.classic .product-wrapper { padding:0; }
.woocommerce ul.products li.product.grid.classic .grid-add-to-cart { display: none; }
.woocommerce ul.products li.product.grid.classic .product-wrapper, .woocommerce ul.products li.product.grid.classic:hover .product-wrapper,
.woocommerce ul.products li.product.grid.classic img {  
    border:0;      
    -webkit-box-shadow:none; 
       -moz-box-shadow:none; 
            box-shadow:none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 3px;
}
/* style */
.woocommerce ul.products li.product.grid.classic h3, .woocommerce ul.products li.product.grid.classic span.price { float:none; clear:none; }
.woocommerce ul.products li.product.grid.classic .product-shadow {
    background: url("images/product-shadow.png") no-repeat scroll center top / 100% auto transparent;
    height: 23px;
    width: 100%;
    margin-top:-10px;
}
.woocommerce ul.products li.product.grid.classic a.thumb {
    display: block;
    text-align: center;
    margin-bottom: 10px;
}           
.woocommerce ul.products li.product.grid.classic.with-border a.thumb {
    border: 1px solid #dcd9d3;
}              
.woocommerce ul.products li.product.grid.classic.with-border a.thumb:hover {
    border-color:#f4c491;
}                           
.woocommerce ul.products li.product.grid.classic .onsale, .woocommerce-page ul.products li.product.grid.classic .onsale,
.woocommerce ul.products li.product.grid.classic span.added, .woocommerce ul.products li.product.grid.classic span.out-of-stock { top:-8px; right:-8px; }
.woocommerce ul.products li.product.grid.classic span.added { top:50px; }
.woocommerce ul.products li.product.grid.classic h3 { float:left; max-width: 65%; padding:0; text-align:left; }
.woocommerce ul.products li.product.grid.classic span.price { float:right; margin:0; padding-bottom: 0; }
.woocommerce ul.products li.product.grid.classic a.button { display:block; float:right; clear:right; margin-top:14px; }
.woocommerce ul.products li.product.grid.classic .product-actions { float:right; clear:none; border-top:0; padding-top:0; margin:0; }
.woocommerce ul.products li.product.grid.classic .product-actions .action { padding-left: 10px; border: 0; width: auto; }
.woocommerce ul.products li.product.grid.classic .product-actions .action.first { padding-left: 0px; }
.woocommerce ul.products li.product.grid.classic .product-description.show-on-classic { display:block; clear:both; padding-top:10px; }
.woocommerce ul.products li.product.grid.classic .classic-rating { text-align: left; }
.woocommerce ul.products li.product.grid.classic .classic-rating .star-rating { margin:0; display:inline-block; }
/* end classic style */

/** SHOP PAGINATION */
.woocommerce nav.woocommerce-pagination  {
    position: relative;
}
.woocommerce nav.woocommerce-pagination ul li  {
    border: 0;
}
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li a:focus {
    color: #727271;
    font-size: 13px;
    padding: 13px 16px;
    border-right: 1px solid #e6e6e6;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers,
.woocommerce nav.woocommerce-pagination ul.page-numbers a.page-numbers.next,
.woocommerce nav.woocommerce-pagination ul.page-numbers a.page-numbers.prev {
    border: 1px solid #e6e6e6;
    border-radius: 3px;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers {
    border-right: 0;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers a.page-numbers.next,
.woocommerce nav.woocommerce-pagination ul.page-numbers a.page-numbers.prev {
    position: absolute;
    background: url('../images/sprite.png') no-repeat;
    text-indent: 300%;
    white-space: nowrap;
    overflow: hidden;
    width: 13px;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers a.page-numbers.next {
    right: 0;
    background-position: -77px -389px;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers a.page-numbers.prev {
    left: 0;
    background-position: -118px -389px;
}

.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li a:focus {
    background: #fff;
    color: #c9780d;
}

.woocommerce nav.woocommerce-pagination ul li span.current {
     background: #e89222;
     color: #fff;
     font-weight: bold;
 }

/* shop sidebar */
.sidebar .widget_price_filter.widget h3, .sidebar .widget_layered_nav.widget h3 { padding-top:10px; }  

#order_review { clear:both; }

/* === MULTISTEP CHECKOUT */

#multistep_resume {
    position: relative;
    height: 52px;
}

#multistep_resume:after {
    content: "";
    position: absolute;
    border-bottom: 4px solid #e8e8e8;
    top: 26px;
    left: 0;
    width: 100%;
    height: auto;
    z-index: -1;
}

#multistep_resume div {
    position: relative;
}

#multistep_resume .checkout_progress {
    background: #fff;
    border: 2px solid #e8e8e8;
    display: block;
    height: 52px;
    line-height: 52px;
    font-weight: bold;
    font-size: 11px;
    color: #5C5C5B;
    text-transform: uppercase;
    text-align: center;
}

#multistep_resume .multistep_icon {
    background: url('images/multistep_steps.png') no-repeat 0 bottom;
    display: block;
    width: 43px;
    height: 44px;
    position: relative;
    top: 6px;
    overflow: hidden;
    position: absolute;
    cursor: pointer;
}

#multistep_resume .multistep_first { background-position: 0 -43px }
#multistep_resume .multistep_second { background-position: -44px -43px }
#multistep_resume .multistep_third { background-position: -44px -43px }
#multistep_resume .multistep_fourth { background-position: -88px -43px }
#multistep_resume .multistep_fifth { background-position: -132px -43px }

#multistep_resume .span2:hover .multistep_first,
#multistep_resume .span2.current .multistep_first,
#multistep_resume .span2.user_logged_in .multistep_first,
#multistep_resume .span2.passed .multistep_first { background-position: 0 top }

#multistep_resume .span2:hover .multistep_second,
#multistep_resume .span2.current .multistep_second,
#multistep_resume .span2.passed .multistep_second { background-position: -44px top }

#multistep_resume .span2:hover .multistep_third,
#multistep_resume .span2.current .multistep_third,
#multistep_resume .span2.passed .multistep_third { background-position: -44px top }

#multistep_resume .span2:hover .multistep_fourth,
#multistep_resume .span2.current .multistep_fourth,
#multistep_resume .span2.passed .multistep_fourth { background-position: -88px top }

#multistep_resume .span2:hover .multistep_fifth,
#multistep_resume .span2.current .multistep_fifth,
#multistep_resume .span2.passed .multistep_fifth { background-position: -132px top }


#multistep_resume .span2.user_logged_in .multistep_section,
#multistep_resume .span2:hover .multistep_section,
#multistep_resume .span2.passed .multistep_section,
#multistep_resume .span2.current .multistep_section { color: #3a3a39 }

#multistep_resume .span2.user_logged_in,
#multistep_resume .span2.user_logged_in span,
#multistep_resume .span2.user_logged_in a {
    cursor: not-allowed;
}

#multistep_resume .multistep_section {
    padding: 3px;
    text-transform: uppercase;
    color: #a5a5a5;
    font-size: 12px;
    border: 1px solid #E8E8E8;
    background: #FFF;
    position: relative;
    margin-left: 49px;
    top: 5px;
    float: right;
    text-align: center;
}

#multistep_resume .multistep_section_first {
    float: none;
    top: 17px;
}



#multistep_steps .multistep_step {
	display: none;
    margin-top: 50px;
}
#multistep_steps .multistep_step.current {
	display: block;
}

#multistep_steps h3 {
	color: #575555;
	font-size: 18px;
	margin-bottom: 40px;
    text-transform: uppercase;
}

#multistep_steps input.button {
	font-size: 13px;
    padding: 4px 8px 4px 8px;
    float: right;
    line-height: 32px;
    height: 36px;
    border-radius: 3px;
    -webkit-appearance: none;
}

#multistep_steps input.alt {
	padding-left: 40px;
}

#multistep_steps #payment { margin-bottom: 25px; }

#multistep_steps input.button.prev { float: left; }

input#place_order {
    background: #4F4F4F url(images/bg-cart-simple.png) no-repeat left center;
}

input.checkout-button.alt.button {
    background: #4F4F4F;
}

#multistep_steps .shop_table {}
#multistep_steps .shop_table th.product-name { width: 70%; }

#multistep_steps #payment { margin-bottom: 25px; }
#multistep_steps #multistep_step5 input.button.prev { margin-top: 0px; }
#multistep_steps #multistep_step5 .form-row { margin-top: 15px; }
#multistep_steps #multistep_step5 .terms { margin-top: 16px; float: right; padding-right: 10px;}

#multistep_steps #ship-to-different-address {
    margin-top: -60px;
}

.woocommerce table.shop_table tfoot th {
    font-weight: normal;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    padding-left: 40px;
}
.woocommerce_checkout_coupon form .form-row { padding-left: 0 }
.woocommerce_checkout_coupon form #coupon_code { width: 250px; height: 28px; }

.woocommerce-page table.shop_table tbody tr td,
.woocommerce-page table.shop_table tbody tr th {
    font-size: 14px;
}

.woocommerce-page table.shop_table.customer_details tbody tr th {
    text-align: left;
}

.checkout_table_item .product-quantity,
.checkout_table_item .product-total {
    text-align: center;
}

.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th,
.woocommerce-page table.shop_table tfoot td,
.woocommerce-page table.shop_table tfoot th,
.woocommerce table th,
.woocommerce table.shop_table th,
.woocommerce-page table.shop_table th{
    border-bottom: none;
}

.woocommerce table.shop_table tfoot th,
.woocommerce-page table.shop_table tfoot th {
    text-align: left;
    font-weight: bold;
}

.woocommerce table.shop_table tfoot td,
.woocommerce-page table.shop_table tfoot td {
    text-align: center;
    font-size: 14px;
}

.woocommerce table.shop_table tfoot tr.shipping td,
.woocommerce-page table.shop_table tfoot tr.shipping td {
    font-style: italic;
}

/* === STEP 1 */
#multistep_step1 .step1_login_form form.login_checkout,
#multistep_step1 .step1_create_account form.register {
	border: none;
	padding: 0;
	margin: 0;
	
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#multistep_step1 .step1_login_form form.login_checkout .lost_password,
#multistep_step1 .step1_login_form form.login_checkout input.button {
	float: right;
	clear: both;
	margin-top: 5px;
    height: 35px;
    border-radius: 3px;
}

#multistep_step1 .step1_login_form form.login_checkout .lost_password {
	font-size: 10px;
}

.checkout h3 {
	color: #575555;
	margin-bottom:30px;
	font-size:15px;
}

.checkout label {
	color: #696767;
	/*font:12px 'DroidSans';*/
	font-size:12px;
}	
.checkout .col-2 h3 {
	clear: none
}
.checkout .col-2 .notes {
	clear: left
}
.checkout .col-2 .form-row-first {
	clear: left
}
.checkout div.shipping-address {
	padding: 0;
	clear: left;
	width: 100%
}
.checkout #ship-to-different-address {
	float: right;
	line-height: 1.62em;
	margin: 12px 0 0 0;
	padding: 0
}
.checkout #ship-to-different-address label {
	font-size: 10px
}
.gecko .shipping_address #shipping_state_field {
	
}
#payment {
	/*
	background: #f7f6f7;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px
	*/
}
#payment .input-radio {
	float:left;	
}
#payment ul.payment_methods {
	text-align: left;
	margin: 0;
	list-style: none outside
}
#payment ul.payment_methods:after {
	content: "";
	display: block;
	clear: both
}
#payment ul.payment_methods li {
	line-height: 2em;
	text-align: left;
	margin: 0;
	font-weight: normal
}
#payment ul.payment_methods li input {
	margin: 0 1em 0 0
}
#payment ul.payment_methods li img {
	vertical-align: middle;
	margin: -2px 0 0 .5em;
	position: relative
}
#payment div.form-row {
	/*
	padding: 1em;
	border-top: 1px solid #ffffff
	*/
}
#payment #place_order {
	float: right;
	margin: 0
}
#payment .terms {
	padding: 0 1em 0;
	text-align: right
}
#payment div.payment_box {
	position: relative;
	width: 96%;
	padding: 1em 2%;
	margin: 1em 0 1em 0;
	font-size: 0.92em;
	/*
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	*/
	line-height: 1.5em;
	background: #ebebeb;
	/*
	background: -webkit-gradient(linear,left top,left bottom,from(#ebe9eb), to(#dfdbdf));
	background: -webkit-linear-gradient(#ebe9eb,#dfdbdf);
	background: -moz-linear-gradient(center top,#ebe9eb 0%,#dfdbdf 100%);
	background: -moz-gradient(center top,#ebe9eb 0%,#dfdbdf 100%);
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.25);
	-webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.25);
	-moz-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.25);
	
	color: #5e5e5e;
	text-shadow: 0 1px 0 rgba(255,255,255,0.8)
	*/
}
#payment div.payment_box p:last-child {
	margin-bottom: 0
}
#payment div.payment_box #cc-expire-month, #payment div.payment_box #cc-expire-year {
	width: 48%;
	float: left
}
#payment div.payment_box #cc-expire-year {
	float: right
}
#payment div.payment_box span.help {
	font-size: 11px;
	color: #777777;
	line-height: 13px;
	font-weight: normal
}
#payment div.payment_box .form-row {
	margin: 0 0 1em
}
#payment div.payment_box .form-row select {
	width: 48%;
	float: left;
	margin-right: 3.8%
}
#payment div.payment_box .form-row select:nth-child(3n) {
	margin-right: 0
}
#payment div.payment_box:after {
	content: "";
	display: block;
	border: 8px solid #ebe9eb;
	border-right-color: transparent;
	border-left-color: transparent;
	border-top-color: transparent;
	position: absolute;
	top: -3px;
	left: 0;
	margin: -1em 0 0 2em
}

#order_comments {
    height: 110px;
}


/** SIDEBAR */

.sidebar .widget_shopping_cart h3 {
	margin-bottom: 13px;	
}
.sidebar .widget_shopping_cart img {
	width: 60px;
	height: 60px;
	margin-left: 0px;
	float: left;
	margin: -2px 12px 0px 0px;	
	box-shadow: 0 0 0 0 #fff;
	-webkit-box-shadow: 0 0 0 0 #fff;
	-moz-box-shadow: 0 0 0 0 #fff:
}
.sidebar .widget_shopping_cart a {
	font-weight: normal;	
}
.sidebar .widget_shopping_cart .remove_item {
	margin: -5px 0px 6px 0px;
	font-size: 10px;
	font-weight: normal;
}
.cart_list.product_list_widget  div.border.clear {
	margin-left: 90px;
}
.sidebar .widget_shopping_cart .quantity {
	background: none;
}
.sidebar .widget_shopping_cart .buttons .button {
	padding: 5px;
}


/* WIDGET LAYERED NAV */
.woocommerce .widget_layered_nav ul, .widget_product_categories .product-categories {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none outside
}
.woocommerce .widget_layered_nav ul li {
    padding: 0 0 1px;
    list-style: none
}
.woocommerce .widget_layered_nav ul li:after {
	content: "";
	display: block;
	clear: both
}
.woocommerce .widget_layered_nav ul li a, .widget_layered_nav ul li span {
	padding: 1px 0;
	float: left;
    margin: 0 13px;
}
.woocommerce .widget_layered_nav ul li.chosen a, .widget_product_categories .product-categories li.current-cat a {
	padding: 0 6px 0 6px;
	background: #f2f2f2;
	color: #aa7309;
	border: 0;
}
.woocommerce .widget_layered_nav ul.yith-wcan-list li.chosen a:after {
    content: " [x]";
	color: #aa7309;
	font-size: 9px;
}
.woocommerce .widget_layered_nav ul.yith-wcan-list li.chosen a:before {
    content: "- ";
	color: #aa7309;
	font-size: 9px;
}
.widget.widget_layered_nav li small.count, .widget_product_categories .product-categories li span.count {
	border: 1px solid #D9D3D3;
    color: #A6A6A6;
    float: right;
    padding: 0 5px;
    margin-right: 14px
}
.woocommerce .widget_layered_nav ul.yith-wcan-list {
    margin: 0 -13px;
}
.woocommerce .widget_layered_nav ul.yith-wcan-list li:hover {
    background: #f2f2f2;
}
.woocommerce .widget_layered_nav ul.yith-wcan-color li {
    padding: 0;
}


/* BUTTONS */
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit,
.woocommerce #content input.button, .woocommerce-page a.button, .woocommerce-page button.button,
.woocommerce-page input.button, .woocommerce-page #respond input#submit, .woocommerce-page #content input.button,
a.button, button.button, input.button, #respond input#submit {
    background-color: #e89222;
    background-image: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 0;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 800;
    display: inline-block;
    line-height: 18px;
    padding: 4px 8px 4px 8px;
    position: relative;
    -webkit-box-shadow:  0 2px 0 #cd6b02;
    -moz-box-shadow:  0 2px 0 #cd6b02;
    box-shadow:  0 2px 0 #cd6b02;
    text-shadow: none;
}

.woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover,
.woocommerce #respond input#submit:hover, .woocommerce #content input.button:hover, .woocommerce-page a.button:hover,
.woocommerce-page button.button:hover, .woocommerce-page input.button:hover,
.woocommerce-page #respond input#submit:hover, .woocommerce-page #content input.button:hover,

.woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt,
.woocommerce #respond input#submit.alt, .woocommerce #content input.button.alt,
.woocommerce-page a.button.alt, .woocommerce-page button.button.alt, .woocommerce-page input.button.alt,
.woocommerce-page #respond input#submit.alt, .woocommerce-page #content input.button.alt,

.woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover,
.woocommerce #respond input#submit.alt:hover, .woocommerce #content input.button.alt:hover,
.woocommerce-page a.button.alt:hover, .woocommerce-page button.button.alt:hover,
.woocommerce-page input.button.alt:hover, .woocommerce-page #respond input#submit.alt:hover,
.woocommerce-page #content input.button.alt:hover,

a.button:hover, button.button:hover, input.button:hover {
    background-color: #e89222;
}



/* TABLES */
.woocommerce table,
.woocommerce table.shop_table, .woocommerce-page table.shop_table {
    padding: 12px 0;
    background: transparent;
    position: relative;
    border: none;

    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.woocommerce tr, .woocommerce tr:nth-child(2n+1), .woocommerce tr:nth-child(2n+0) { background: transparent; z-index: 1; }

.woocommerce table th,
.woocommerce table.shop_table th,
.woocommerce-page table.shop_table th {
    border-bottom: 2px solid #dad9d9;
    background: transparent;
    color: #656464;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

.woocommerce table td, .woocommerce table.shop_table td, .woocommerce-page table.shop_table td {
    padding: 18px 12px;
    border-top: 1px solid #dad9d9;
}

.woocommerce table td, .woocommerce table td a {
    background: transparent;
    color: #919191;
    font-size: 12px;
}

.woocommerce table td a:hover {
    color: #d98104;
}


/* CART */
.woocommerce table td, .woocommerce table td a {
    color: #656464;
}

.woocommerce-page table.shop_table tbody tr:first-child td {
    border-top: none;
}


.woocommerce table.cart a.remove, .woocommerce #content table.cart a.remove,
.woocommerce-page table.cart a.remove, .woocommerce-page #content table.cart a.remove {
    display: block;
    width: 45px;
    height: 45px;
    background: url('../images/sprite.png') no-repeat 0 -427px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}

.woocommerce table.cart a.remove:hover, .woocommerce #content table.cart a.remove:hover,
.woocommerce-page table.cart a.remove:hover, .woocommerce-page #content table.cart a.remove:hover {
    background: url('../images/sprite.png') no-repeat -51px -427px;
}

.woocommerce table.cart img, .woocommerce #content table.cart img, .woocommerce-page table.cart img, .woocommerce-page #content table.cart img {
    width: auto;
    height: auto;
}

.woocommerce table.cart .product-thumbnail,
.woocommerce #content table.cart .product-thumbnail,
.woocommerce-page table.cart .product-thumbnail,
.woocommerce-page #content table.cart .product-thumbnail {
    width: 130px;
    max-width: 170px;
    padding-left: 0;
    padding-right: 0;
}

.woocommerce table.cart .product-quantity,
.woocommerce #content table.cart .product-quantity,
.woocommerce-page table.cart .product-quantity,
.woocommerce-page #content table.cart .product-quantity {
    width: 110px;
}

.woocommerce table.cart .product-thumbnail img,
.woocommerce #content table.cart .product-thumbnail img,
.woocommerce-page table.cart .product-thumbnail img,
.woocommerce-page #content table.cart .product-thumbnail img {
    border: 1px solid #dad9d9;
}

/*
.woocommerce table.cart .product-name,
.woocommerce #content table.cart .product-name,
.woocommerce-page table.cart .product-name,
.woocommerce-page #content table.cart .product-name {
    vertical-align: top;
    padding-top: 44px;
    padding-left: 22px;
}
*/

.woocommerce table.cart .product-name a,
.woocommerce #content table.cart .product-name a,
.woocommerce-page table.cart .product-name a ,
.woocommerce-page #content table.cart .product-name a {
    font-size: 14px;
    color: #656464;
}

/*
.woocommerce table.cart .product-name span,
.woocommerce #content table.cart .product-name span,
.woocommerce-page table.cart .product-name span,
.woocommerce-page #content table.cart .product-name span {
    font-size: 18px;
    font-weight: 800;
    clear: both;
    display: block;
    margin-top: 10px;
}
*/

.woocommerce table.cart tbody .product-subtotal,
.woocommerce #content table.cart tbody .product-subtotal,
.woocommerce-page table.cart tbody .product-subtotal,
.woocommerce-page #content table.cart tbody .product-subtotal {
    font-size: 18px;
    font-weight: 800;
    text-align: center;
}


.ie table.cart.shop_table {
    margin-bottom: 0;
}


.woocommerce table, .woocommerce table.shop_table, .woocommerce-page table.shop_table {
    border: none;
}


.woocommerce table .quantity {
    margin: 0;
}

.sidebar .coupon .button {
    height: 35px;
    top: -5px;
    width: 30%;
}

.sidebar .coupon .button:active {
    top: -3px;
}

.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
    width: auto;
}

.woocommerce .cart-collaterals .shipping_calculator, .woocommerce-page .cart-collaterals .shipping_calculator {
    float: left;
    clear: left;
    text-align: left;
    margin-top: 0;
}

.woocommerce form .sidebar .form-row input.input-text,
.woocommerce form .sidebar .form-row textarea,
.woocommerce-page form .sidebar .form-row input.input-text,
.woocommerce-page form .sidebar .form-row textarea {
    height: 38px;
    width: 100%;
    font-size: 13px;
    font-weight: normal;
    background: #FFF;
    padding: 0px 10px;
    margin-left: 0px;
    line-height: 20px;
    border: 1px solid #dad9d9;
    border-radius: 3px;
    -webkit-box-shadow: inset 1px 0px 6px #E5E5E5;
    -moz-box-shadow: inset 1px 0px 6px #e5e5e5;
    box-shadow: inset 1px 0px 6px #E5E5E5;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.shipping-calculator-form {
    display: block;
}
.woocommerce .shipping-calculator .button,
.woocommerce-page .shipping-calculator .button,
.woocommerce .cart_totals_container .button,
.woocommerce-page .cart_totals_container .button {
    height: 35px;
    float: right;
    margin-right: 2px;
}
.woocommerce .cart_totals table tr td select {
    width: 90%;
    max-width: 100%;
}
#ie8 .woocommerce-page .cart_totals_container .button{
    height: 26px;
    line-height: 18px;
    padding-left: 8px;
    padding-right: 8px;
    float: none;
}



#ie8 .woocommerce-page .cart_totals_container .update-button.button{
    margin-bottom: -20px;
}

#ie8 .woocommerce-page .cart-collaterals button.button{margin-left: 4px;}

.woocommerce .cart_totals_container {
    background: #f9f9f9;
    padding-bottom: 25px;
}

.woocommerce .cart_totals h2 {
    margin-bottom: 32px;
}

.woocommerce .cart_totals table {
    width: 100%;
}

.woocommerce .cart_totals table tr th,
.woocommerce .cart_totals table tr td,
.woocommerce .cart_totals table tr th strong  {
    border: none;
    text-align: left;
    text-transform: none;
    font-weight: normal;
    padding: 0;
    font-size: 14px;
}

.woocommerce .cart_totals table tr td {
    text-align: right;
    padding: 5px 0;
}

.woocommerce .cart_totals table tr.shipping td,
.woocommerce-page .cart_totals table tr.shipping td {
    font-style: italic;
}

.woocommerce ul#shipping_method li,
.woocommerce-page ul#shipping_method li {
    padding: 0;
    margin: 0;
    text-align: left;
}

.woocommerce ul#shipping_method li input,
.woocommerce-page ul#shipping_method li input {
    float: left;
    margin-right: 30px;
}


.woocommerce .cart_totals_container .button,
.woocommerce-page .cart_totals_container .button {
    float: left;
    margin-top: 35px;
    padding-left: 4px;
    padding-right: 4px;
    background: #838280;
    box-shadow: 0 2px 0 #605f5d;
    line-height: 30px;
    text-shadow: none;
}

.woocommerce .cart_totals_container .update-button {
    font-size: 11px;
}

.woocommerce .cart_totals_container .update-button:hover,
.woocommerce-page .cart_totals_container .update-button:hover {
    background: #605f5d;
    box-shadow: 0 2px 0 #4e4d4c;
}

.woocommerce .cart_totals_container .checkout-button.button,
.woocommerce-page .cart_totals_container .checkout-button.button {
    float: right;
    text-shadow: none;
}

.woocommerce .cart_totals_container .checkout-button.button:hover,
.woocommerce-page .cart_totals_container .checkout-button.button:hover {
    float: right;
    text-shadow: none;
}


input.checkout-button.alt.button {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

input.checkout-button.alt.button:hover {
    background: #e89222;
}

/* QUANTITY */
.woocommerce .quantity,
.woocommerce #content .quantity,
.woocommerce-page .quantity,
.woocommerce-page #content .quantity {
    width: 108px;
    height: 38px;
    margin-right: 3px;
}

.woocommerce .quantity input.qty, .woocommerce #content .quantity input.qty,
.woocommerce-page .quantity input.qty, .woocommerce-page #content .quantity input.qty {
    background: transparent;
    border: 1px solid #dad9d9;
    left: 31px;
    height: 36px;
    font-weight: normal;
    font-size: 18px;
    position: absolute;
    width: 44px;
    line-height: 17px;

    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

#ie8 .woocommerce .quantity input.qty, #ie8 .woocommerce #content .quantity input.qty,
#ie8 .woocommerce-page .quantity input.qty, #ie8 .woocommerce-page #content .quantity input.qty{
    line-height: 36px;
}

.woocommerce .quantity .minus, .woocommerce #content .quantity .minus,
.woocommerce-page .quantity .minus, .woocommerce-page #content .quantity .minus,

.woocommerce .quantity .plus, .woocommerce #content .quantity .plus,
.woocommerce-page .quantity .plus, .woocommerce-page #content .quantity .plus {
    border: 1px solid #dad9d9;
    background: #ede9e9 url('../images/sprite.png') no-repeat -47px -391px;
    color: #5c5c5b;
    font-size: 18px;
    font-weight: normal;
    left: 0;
    text-shadow: none;
    top: 0;
    width: 27px;
    height: 38px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;

    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;

    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.woocommerce .quantity .plus, .woocommerce #content .quantity .plus,
.woocommerce-page .quantity .plus, .woocommerce-page #content .quantity .plus {
    right: 0;
    left: auto;
    background-position: -7px -391px;
}



.woocommerce .quantity .minus:hover,
.woocommerce-page .quantity .minus:hover,
.woocommerce #content .quantity .minus:hover,
.woocommerce-page #content .quantity .minus:hover{
    background: #fafafa url('../images/sprite.png') no-repeat -47px -391px;
}


.woocommerce-page .quantity .plus:hover,
.woocommerce .quantity .plus:hover,
.woocommerce-page #content .quantity .plus:hover,
.woocommerce #content .quantity .plus:hover {
    background: #fafafa url('../images/sprite.png') no-repeat -7px -391px;
}

/* INPUT */
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea,
.woocommerce-page form .form-row input.input-text, .woocommerce-page form .form-row textarea {
    padding-top: 7px;
    padding-bottom: 7px;
    height: 32px;

    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

#ie8 .woocommerce form .form-row input.input-text,
#ie8 .woocommerce-page form .form-row input.input-text,
#ie8 .woocommerce table.cart td.actions .coupon .input-text,
#ie8 .woocommerce #content table.cart td.actions .coupon .input-text,
#ie8 .woocommerce-page table.cart td.actions .coupon .input-text,
#ie8 .woocommerce-page #content table.cart td.actions .coupon .input-text{
    height: 29px;
    line-height: 29px;
}

#ie8 .woocommerce-page .chosen-container .chosen-single{height: 16px !important; padding: 7px 5px 5px 10px;  }
#ie8 .woocommerce-page .checkout #billing_country_field .chosen-container .chosen-single {background-position: right -318px;}
#ie8 .chosen-container-single .chosen-single, #ie9 .chosen-container-single .chosen-single,
#ie8 .chosen-container-single .chosen-single:hover, #ie9 .chosen-container-single .chosen-single:hover{filter:none;}

/* INTERNAL PAGES */
.woocommerce-account .woocommerce form {
    padding: 0 10px;
}

.woocommerce-account .woocommerce form h3,
.woocommerce-account .woocommerce form h3 a {
    text-transform: uppercase;
    padding-left: 2px;
}

.woocommerce-account .woocommerce form { padding: 15px; }
.woocommerce-account .woocommerce form input.button { float: right }
.woocommerce-account .login .lost_password {
    font-size: 11px;
    float: right;
    padding-right: 10px;
    line-height: 30px;
}

.order-info {
    padding: 10px;
}

.order-actions .view:hover {
    color: #fff
}

.woocommerce dt, .woocommerce-page dt,
.woocommerce dd, .woocommerce-page dd {
    padding-left: 20px;
    margin-left: 0;
}

/* Checkout classic */
#order_review .place-order .button {
    height: 36px;
    line-height: 32px;
    text-shadow: none;
}


.woocommerce-account .woocommerce .button {
    height: 36px;
    line-height: 32px;
    text-shadow: none;
    padding-left: 15px;
    padding-right: 15px;
}

/* CUSTOM BORDERS */
.woocommerce form.login,
.woocommerce .woocommerce_checkout_coupon,
.woocommerce form.register,
.woocommerce-page form.login,
.woocommerce-page .woocommerce_checkout_coupon,
.woocommerce-page form.register,
.woocommerce .address,
.woocommerce-account .woocommerce form,
.order-info {
    position: relative;
    border: 1px solid #d3d2d2;

    border-radius: 0;
    -moz-border-radius: 0;
    -wekbit-border-radius: 0;
}



/* ACTIVE STATUS */
#multistep_steps input.button:active {
    top: 1px
}

/* SINGLE PRODUCT PAGE */

.single-product.woocommerce div.product-type-grouped .summary p.price { margin-bottom: 15px; }
.single-product.woocommerce div.product .product_title {  }
.single-product.woocommerce div.product .product_title.upper { text-transform:uppercase; }
.single-product.woocommerce div.product div.images { float:left; }
.single-product.woocommerce div.product div.summary { float:right; }
.single-product.woocommerce .woocommerce-breadcrumb { float: left; }
.single-product.woocommerce .product-nav { float:right; }
.single-product.woocommerce .product-nav, .single-product.woocommerce .product-nav a { font-size:18px; color:#9a9a99; text-transform:uppercase; font-weight:400; }
.single-product.woocommerce .product-nav div { display:inline; }
.single-product.woocommerce .product-nav a { background: url('../images/sprite.png') no-repeat; line-height: 33px; display: inline-block; }
.single-product.woocommerce .product-nav a:hover { color: #787877; }
.single-product.woocommerce .product-nav div.prev a { background-position: left -631px; padding-left: 38px; }
.single-product.woocommerce .product-nav div.next a { background-position: right -631px; padding-right: 38px; }
.single-product.woocommerce .product-nav div.prev a:hover { background-position: left -671px; }
.single-product.woocommerce .product-nav div.next a:hover { background-position: right -671px; }
.single-product.woocommerce div.product .woocommerce-breadcrumb .current { color:#8e5c0d; }
.single-product.woocommerce div.product .description { margin-top:40px; margin-bottom:20px; }
.single-product.woocommerce div.product .description p { color: #5c5c5b; }
.single-product.woocommerce div.product span.price ins, .single-product.woocommerce div.product p.price ins { text-decoration:none; }
.single-product.woocommerce div.product p.price { padding: 0 8px 0 51px; margin: 0; position: relative; background: #ede9e9; font-size: 18px; color: #5c5c5b; line-height: 38px; height: 38px; display: inline-block; }
.single-product.woocommerce div.product p.price:before { position: absolute; left: 0; content:""; width: 38px; height: 100%; display: block; background: #e89222 url('../images/sprite.png') no-repeat 7px -760px; border-right: 5px solid #fff; }
.single-product.woocommerce #primary div.product table.variations { width:100%; border:0; margin-top:20px; margin-bottom:0; }
.single-product.woocommerce div.product table.variations:after { display:none; }
.single-product.woocommerce div.product table.variations td, .single-product.woocommerce div.product .single_variation_wrap span.label, .single-product.woocommerce div.product .single_variation_wrap span.value { padding:8px 0;  border:0; }
.single-product.woocommerce div.product table.variations td.label { width:80px; padding: 0; vertical-align: middle; }
.single-product.woocommerce div.product table.variations td.value select,
.single-product.woocommerce div.product table.variations td.value .sbHolder a.sbSelector {
    display:block;
    position: relative;
    margin-bottom: 0;
    border: 1px solid #d6d2d2;
    padding: 10px 12px;
    width: auto;
    background: none;
    font-size: 13px;
    cursor: pointer;
    border-radius: 4px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.single-product.woocommerce div.product table.variations td.value .sbHolder a.sbToggle {
    position: absolute;
    right: 22px;
    top: 14px;
    width: 12px;
    height: 8px;
    background: url(../images/sprite.png) no-repeat right -806px;
}
.single-product.woocommerce div.product table.variations td.value .sbHolder a.sbToggle.sbToggleOpen {
    background-position: right -830px;
}
.single-product.woocommerce div.product table.variations td.label label,
.single-product.woocommerce div.product .single_variation_wrap span.label { margin-bottom:0; text-transform: uppercase; font-weight: normal; line-height: 32px; text-shadow: none; }
.single-product.woocommerce div.product table.variations td.value .sbHolder {position:relative;}
.single-product.woocommerce div.product table.variations td.value .sbOptions { max-height:none !important; list-style:none; margin:25px 0 0; padding:5px 0; border:1px solid #d3d2d2; background:#fff; position:absolute; left:0px; z-index:10; -webkit-box-shadow:none; -moz-box-shadow:none; box-shadow:none; }
.single-product.woocommerce div.product table.variations td.value .sbOptions li { margin:0; }
.single-product.woocommerce div.product table.variations td.value .sbOptions li a { display:block; padding:0 12px; }
.single-product.woocommerce div.product table.variations td.value span.sbDisabled { color:#aaa; }
.single-product.woocommerce div.product form.variations_form a.reset_variations { font-size:11px; color:#aaa; }
.single-product.woocommerce #primary div.product .single_variation_wrap table.variations { margin-top:0; border-top:0; }
.single-product.woocommerce div.product .single_variation_wrap span.label, .single-product.woocommerce div.product .single_variation_wrap span.value { display:block; float:left; background:none; }
.single-product.woocommerce div.product .single_variation { margin:20px 0; }
.single-product.woocommerce #primary div.product .single_variation_wrap table.variations td.value label { margin-top:2px; margin-bottom:0; }
.single-product.woocommerce div.product .summary .product-actions { margin: 30px 0 26px; border:1px solid #d6d2d2; border-radius: 1px; -moz-box-sizing: border-box; box-sizing: border-box; }
.single-product.woocommerce div.product .summary .product-actions .action { text-align: center; border-width: 1px; border-color: #dad9d9; }
.single-product.woocommerce div.product .summary .product-actions .action a { font-size: 13px; vertical-align: top; line-height: 28px; padding: 10px 12px 10px; }
.single-product.woocommerce div.product .summary .product-actions .action a:hover { background: #f7f5f5; }
.single-product.woocommerce div.product .summary .product-actions .action.wishlist i { width: 28px; height: 26px; background-position: 0 -847px; }
.single-product.woocommerce div.product .summary .product-actions .action.compare i { width: 34px; height: 26px; background-position: -32px -847px; }
.single-product.woocommerce div.product .summary .product-actions span.feedback { display:none; }
.single-product.woocommerce div.product .summary > .yith-wcwl-add-to-wishlist {display:none;}
.single-product.woocommerce div.product .product_meta .posted_in,
.single-product.woocommerce div.product .single-product.woocommerce-tabs ul.tabs { padding-left:0; }
.single-product.woocommerce div.product .single_add_to_cart_button { background: white; float: right !important; margin-top: 8px; padding: 9px 6px; text-shadow: none; }
.single-product.woocommerce div.product .variations_button { float: left; }
.single-product.woocommerce div.product .variations_button.simple_product { margin-bottom: 30px; }
.single-product.woocommerce div.product .variations_button.simple_product table { margin-top: 0 !important; }
.single-product.woocommerce div.product .single_variation { clear: both; }
.single-product.woocommerce div.product div.images { position:relative; }
.single-product.woocommerce div.product div.images img { -webkit-box-shadow:none; -moz-box-shadow:none; box-shadow:none; }             
.single-product.woocommerce div.product div.images .thumbnails { padding-top:6px; margin:0; width:auto; position:relative; }
.single-product.woocommerce div.product div.images .thumbnails.slider { width:104%; margin-top:6px; }
.single-product.woocommerce div.product div.images .thumbnails.nomagnifier,
.single-product.woocommerce div.product div.images .thumbnails.noslider { margin-right:-16px }
.single-product.woocommerce div.product div.images .thumbnails.nomagnifier a.zoom,
.single-product.woocommerce div.product div.images .thumbnails li { margin-bottom:15px; margin-right:16px; }
.single-product.woocommerce div.product div.images .thumbnails img { background:#fff; border:solid #f7f5f5; border-width:1px !important; width:auto; }
.single-product.woocommerce div.product div.images .thumbnails ul { margin-left:0; }
.single-product.woocommerce div.product div.images .caroufredsel_wrapper { margin-left:0 !important; }
.single-product.woocommerce div.product div.images .caroufredsel_wrapper li { margin:0 16px 0 0; }
.single-product.woocommerce div.product div.images .caroufredsel_wrapper li a { margin:0; }
.single-product.woocommerce div.product div.images .yith_magnifier_zoom_magnifier { background-color:#fff;
    -webkit-box-shadow:2px 2px 2px rgba(0,0,0,0.09); 
       -moz-box-shadow:2px 2px 2px rgba(0,0,0,0.09); 
            box-shadow:2px 2px 2px rgba(0,0,0,0.09);    
} 
.single-product.woocommerce div.product div.images .thumbnails #slider-prev, 
.single-product.woocommerce div.product div.images .thumbnails #slider-next { display:none !important; cursor:pointer; width:27px; height:26px; background:url('images/slider-arrow.png') no-repeat; position:absolute; top:40%; margin-top:-10px; }
.single-product.woocommerce div.product div.images .thumbnails #slider-prev { background-position: left center; left:0px; }
.single-product.woocommerce div.product div.images .thumbnails #slider-next { background-position: right center; right:16px; }
.single-product.woocommerce div.product div.images .thumbnails:hover #slider-prev, 
.single-product.woocommerce div.product div.images .thumbnails:hover #slider-next { display:block !important; }
.single-product.woocommerce div.product div.images img.onsale { width:auto; border:0; padding:0; position:absolute; top:-6px; right:-12px; z-index:10000; }
.single-product.woocommerce div.product table.shop_attributes:after { display:none; }
.single-product.woocommerce div.product .compare_featured_fields td span { padding:9px 0; display:block; }
/* socials box */
.single-product.woocommerce div.product .socials-box { border: 1px solid #dad9d9; clear: both; margin-bottom: 50px; }
.single-product.woocommerce div.product .socials-box a.social { position: relative; display: inline-block; padding: 26px 0 26px 79px; font-size: 13px; color: #5c5c5b; line-height: 1.41em; border-left:1px solid #dad9d9; border-bottom: 3px solid #f0f0f0; -moz-box-sizing: border-box; box-sizing: border-box; }
.single-product.woocommerce div.product .socials-box a.social.first { border-left: 0; }
.single-product.woocommerce div.product .socials-box a.social span { font-weight: bold; color: #5c5c5b; }
.single-product.woocommerce div.product .socials-box.n1 a.social { width: 100%; }
.single-product.woocommerce div.product .socials-box.n2 a.social { width: 50%; }
.single-product.woocommerce div.product .socials-box.n3 a.social { width: 33.33%; }
.single-product.woocommerce div.product .socials-box.n4 a.social { width: 25%; }
.single-product.woocommerce div.product .socials-box a.social i { position: absolute; margin: auto; top: 0; bottom: 0; left: 20px; width: 54px; height: 54px; background: url("../images/icons/socials-fade/socials-fade.png") no-repeat; }
.single-product.woocommerce div.product .socials-box a.social.facebook  { background: none; }
.single-product.woocommerce div.product .socials-box a.social.pinterest { background: none; }
.single-product.woocommerce div.product .socials-box a.social.twitter  { background: none; }
.single-product.woocommerce div.product .socials-box a.social.facebook i  { background-position: 0px top; }
.single-product.woocommerce div.product .socials-box a.social.pinterest i { background-position: -54px top; }
.single-product.woocommerce div.product .socials-box a.social.twitter i   { background-position: -108px top; }
.single-product.woocommerce div.product .socials-box a.social.email i     { background-position: -216px top; }
.single-product.woocommerce div.product .socials-box a.social.facebook:hover i  { background-position: 0px bottom; }
.single-product.woocommerce div.product .socials-box a.social.pinterest:hover i { background-position: -54px bottom; }
.single-product.woocommerce div.product .socials-box a.social.twitter:hover i   { background-position: -108px bottom; }
.single-product.woocommerce div.product .socials-box a.social.email:hover i     { background-position: -216px bottom; }
/* tabs */
.single-product.woocommerce #primary div.product .woocommerce-tabs { margin-bottom: 50px; }
.single-product.woocommerce #primary div.product .woocommerce-tabs ul.tabs, .single-product.woocommerce #primary div.product .woocommerce-tabs ul.tabs li { margin:0; padding:0; }
.single-product.woocommerce #primary div.product .woocommerce-tabs ul.tabs { border: 2px solid #f2f2f2; border-bottom-width: 1px; border-radius: 2px; overflow: visible; }
.single-product.woocommerce #primary div.product .woocommerce-tabs ul.tabs li a { display: block; padding: 18px; text-transform: uppercase; color: #656464; }
.single-product.woocommerce #primary div.product .woocommerce-tabs ul.tabs li a:hover,
.single-product.woocommerce #primary div.product .woocommerce-tabs ul.tabs li.active a { color: #b1690c; }
.single-product.woocommerce #primary div.product .woocommerce-tabs .panel h2 { font-size: 18px; color: #8c8c8c; font-weight: 600; }
/* horizontal tabs */
.single-product.woocommerce #primary div.product .woocommerce-tabs.horizontal ul.tabs { height: 56px; }
.single-product.woocommerce #primary div.product .woocommerce-tabs.horizontal ul.tabs li { display: block; float:left; }
.single-product.woocommerce #primary div.product .woocommerce-tabs.horizontal ul.tabs li.active { border-bottom: 1px solid #fff; }
.single-product.woocommerce #primary div.product .woocommerce-tabs.horizontal ul.tabs li:last-child.active { border-right: 1px solid #e6e6e6; }
.single-product.woocommerce #primary div.product .woocommerce-tabs.horizontal ul.tabs li a { border-left: 1px solid #e6e6e6; }
.single-product.woocommerce #primary div.product .woocommerce-tabs.horizontal ul.tabs li:first-child a { border-left: none; }
.single-product.woocommerce #primary div.product .woocommerce-tabs.horizontal .contact-form { margin-top: 30px; }
/* vertical tabs */
.single-product.woocommerce #primary div.product .woocommerce-tabs.vertical ul.tabs { width:37%; padding:0; float:left; border-bottom: 0; border-right: 0; }
.single-product.woocommerce #primary div.product .woocommerce-tabs.vertical ul.tabs li { display:block; float:none; border-bottom: 1px solid #e6e6e6; border-right: 1px solid #e6e6e6; }
.single-product.woocommerce #primary div.product .woocommerce-tabs.vertical ul.tabs li.active { border-right: 0; }
.single-product.woocommerce #primary div.product .woocommerce-tabs.vertical div.panel { width:59%; float:right; }
/* related */
.single-product.woocommerce #primary div.product .related.products { clear: both; }
.single-product.woocommerce div.product .related.products h2 { font-size: 18px; color: #8c8c8c; font-weight: 600; text-transform: uppercase; line-height: 44px; padding-left: 55px; margin-bottom: 30px; background: url('../images/sprite.png') no-repeat -75px -848px; }

#ie8 .single-product.woocommerce div.product div.images { width: 49% !important; }
#ie8 .single-product.woocommerce div.product div.summary { width: 49% !important; }
/* message */
.woocommerce-message, .woocommerce-error, .woocommerce-info {
    padding: 35px 20px 35px 95px;
    margin: 0 0 2em;
    position: relative;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background: #ffffff;
    color: #8e8c17;
    font-size: 17px;
    line-height: 26px;
    text-shadow: none;
    list-style: none outside;
    width: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.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: auto;
    width: auto;
    display: block;
    position: absolute;
    top: -5px;
    left: -5px;
    bottom: -5px;
    right: -5px;
    text-shadow: none;
    padding-top: 1em;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    z-index: -1;
}
.woocommerce-message li, .woocommerce-error li, .woocommerce-info li {
    font-size: 17px;
}
.woocommerce-page #content-shop .woocommerce-message .button,
.woocommerce-page #content-shop .woocommerce-error .button,
.woocommerce-page #content-shop .woocommerce-info .button,
.woocommerce-wishlist .woocommerce-message .button {
    height: 16px;
    line-height: 16px;
}
.woocommerce-page #content-shop .woocommerce-message a.button,
.woocommerce-wishlist .woocommerce-message a.button {
    background-color: #a19f03;
    box-shadow: 0 2px 0 #615f03;
    font-size: 13px;
}
.woocommerce-page #content-shop .woocommerce-message a.button:hover,
.woocommerce-wishlist .woocommerce-message a.button:hover{
    background-color: #aead27;
    box-shadow: 0 2px 0 #76751e;
}

.woocommerce-message li, .woocommerce-error li, .woocommerce-info li {
    list-style: none outside;
    padding-left: 0;
    margin-left: 0
}
.woocommerce-page .woocommerce-error li {
    color: #aa4545;
    margin-top: 10px;
    margin-bottom: 0px;
}
.woocommerce-page #content-shop .woocommerce-message,
.woocommerce-page #content-page .woocommerce-message{
    border: 2px solid #d9d872;
    background-image: url('../woocommerce/images/check.png');
    background-position: 20px center;
    background-repeat: no-repeat;
    border-radius: 5px;
}
.woocommerce-page #content-shop .woocommerce-message:before,
.woocommerce-page #content-page .woocommerce-message:before {
    background-color: transparent;
    content: "";
}
.woocommerce-page #content-shop .woocommerce-info,
.woocommerce-page #content-page .woocommerce-info {
    border: 2px solid #4b636a;
    color: #4b636a;
    background-image: url('../woocommerce/images/info.png');
    background-position: 20px center;
    background-repeat: no-repeat;
    padding: 35px 20px 35px 95px;
    border-radius: 5px;
}
.woocommerce-page #content-shop .woocommerce-info:before,
.woocommerce-page #content-page .woocommerce-info:before {
    background-color: transparent;
    content: "";
}
.woocommerce-page .woocommerce-error {
    color: #c45433;
    border: 2px solid #c45433;
    background-image: url('../woocommerce/images/error.png');
    background-position: 20px center;
    background-repeat: no-repeat;
    border-radius: 5px;
    padding: 35px 20px 35px 95px;
}
.woocommerce-page .woocommerce-error:before {
    background-color: transparent;
    content: "";
}

.woocommerce-page ul.woocommerce-error {
    margin-left: 30px;
}

#multistep_steps ul.woocommerce-error {
    margin-top: 30px;
}

.woocommerce-page.woocommerce-cart .woocommerce p a.button,
.woocommerce-page.woocommerce-account .woocommerce a.button.view {
    height: 25px;
    line-height: 25px;
}

.woocommerce .cart-collaterals .cart_totals p, .woocommerce-page .cart-collaterals .cart_totals p {
    padding: 10px;
}


.woocommerce-account.woocommerce-page .woocommerce form p:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

.woocommerce .product .summary .cart .group_table, .woocommerce .product .summary .cart .group_table:after {
    border: none;
}

.woocommerce-product-rating {
    position: relative;
}

.woocommerce-product-rating .star-rating {
    position: absolute;
    right: 0;
}

.woocommerce-product-rating a.woocommerce-review-link {
    position: absolute;
    right: 0;
    top: 18px;
}

/* CART EMPTY */
.cart-empty { text-align:center; padding-top:200px; background:url('images/cart-empty.png') no-repeat top center; }
.cart-empty p { color:#808080; font-size:18px; margin:0.4em 0; }


/* VIEW ORDER */
.shop_table.thankyou td,
.shop_table.order_details td.product-total {
    text-align: center;
}

/* GRAVITY FORMS */
.gform_wrapper .top_label .gfield_label { margin-bottom: 8px !important }

.gform_wrapper input[type=text],
.gform_wrapper input[type=url],
.gform_wrapper input[type=email],
.gform_wrapper input[type=tel],
.gform_wrapper input[type=number],
.gform_wrapper input[type=password],
.gform_wrapper textarea {
    padding: 5px !important;
}

.gform_wrapper table.gfield_list:after {
    content: "";
    border: none;
    position: static;
}
.gform_wrapper.gf_browser_gecko select {
    padding: 3px 3px 2px 0 !important;
}

.gform_wrapper tr:nth-child(2n+1),
.gform_wrapper tr:nth-child(2n+0) { background: transparent }



/* search autocomplete */
.autocomplete-suggestions {
    padding-top: 10px;
    padding-bottom: 10px;
    background: #fff;
    border: 1px solid #ccc;

    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;

    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.autocomplete-suggestion {
    background: #fff;
    padding-left: 15px;
    cursor: pointer;
    text-align: left;
    line-height: 25px;
}

.autocomplete-suggestion:hover {
    background-color: #fbfbfb;
}

/* SEARCH PRODUCT */
.sidebar .widget_product_search #searchform input#s {
    -moz-box-sizing: border-box;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DAD9D9;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 1px 0 6px #E5E5E5 inset;
    font-size: 13px;
    font-weight: normal;
    height: 38px;
    margin-left: 0;
    padding: 0 10px;
    width: 68%;
}

.sidebar .widget_product_search #searchform #searchsubmit {
    margin-top: 0;
    height: 35px;
    color: #ffffff;
    width: 30%;
    border: none;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 2px 0 #CD6B02;
    font-weight: 800;
}


/* INPUT */
#multistep_steps input[type=text],
#multistep_steps input[type=search],
#multistep_steps input[type=password],
#multistep_steps input[type=email],
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce-page form .form-row input.input-text {
    height: 38px;
    font-size: 13px;
    font-weight: normal;
    background: #FFF;
    padding: 0px 10px;
    margin-left: 0px;
    border: 1px solid #DAD9D9;
    border-radius: 3px;
    -webkit-box-shadow: inset 1px 0px 6px #E5E5E5;
    -moz-box-shadow: inset 1px 0px 6px #e5e5e5;
    box-shadow: inset 1px 0px 6px #E5E5E5;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* RESET ALL FILTER BUTTON*/

.yith-woo-ajax-reset-navigation .yith-wcan{text-align: center;}

.yith-woo-ajax-reset-navigation a.yith-wcan-reset-navigation.button{
    background: transparent url(images/icon-reset-filter.png) 47px top no-repeat;
    box-shadow: none;
    color: #9b9b9b;
    font-size: 11px;
    font-weight: bold;
    width: 100%;

}

.yith-woo-ajax-reset-navigation a.yith-wcan-reset-navigation.button:hover{
    background: transparent url(images/icon-reset-filter.png) 47px -26px no-repeat;
    box-shadow: none;
    color: #c56304;
}



/* cart */
.woocommerce-page .cart-collaterals .cross-sells { width: 100%; }
.woocommerce-page .cart-collaterals .cross-sells ul.products li { width: auto; }


/* FACEBOOK LOGIN */
.fb-connect{
    border: 9px solid #f5f3f3;
    display: block;
    height: 93px;
    background: url(../theme/assets/images/fblogin_bg.png) left 1px no-repeat;
}
.fb-connect h3{
    vertical-align: 93px;
    text-transform: uppercase;
    color:#000;
    border: 0px;
    float: left;
    width: 50%;
}
.fb-connect h3{
    vertical-align: 93px;
    text-transform: uppercase;
    color:#000;
    font-size: 14px;
    border: 0px;
    float: left;
    float: left;
    width: 40%;
    margin-top: 34px;
    margin-left: 20px;
}
.fb-connect .btn-fb-login{
    width: 50%;
    float: right;

}
.fb-connect .btn-fb-login a{
    border: 1px solid #283142;
    border-radius: 1px;
    -webkit-border-radius: 1px;
    -mox-border-radius:1px;
    float: right;
    background: #2E508F url(../theme/assets/images/fblogin_icon.png) 15px 6px no-repeat;
    color: #FFF;
    padding: 9px 20px 9px 60px;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 11px;
    margin-right: 22px;
    margin-top: 25px;
}
.facebook-unlink{
    margin-top: 20px;
    margin-bottom: 15px;
}
.facebook-unlink a{
    border: 1px solid #6d696a;
    border-radius: 1px;
    -webkit-border-radius: 1px;
    -mox-border-radius:1px;
    background: #000 url(../theme/assets/images/fblogin_icon2.png) 15px 8px no-repeat;
    color: #FFF;
    font-weight: 800;
    font-size: 11px;
    text-transform: uppercase;
    margin-top: 30px;
    padding: 10px 20px 10px 42px;
}

/* RESPONSIVE */
/* box heigth fixing */
/* Large desktop */
@media (min-width: 1200px) {

    .woocommerce .cart_totals_container .button,
    .woocommerce-page .cart_totals_container .button {
        padding-left: 10px;
        padding-right: 10px;
    }

    .responsive ul.woocommerce_error {
        margin-left: 30px;
    }

    /* checkout multistep */
    .responsive #multistep_resume .checkout_progress {
        font-size: 14px !important;
    }

    .responsive #multistep_resume .multistep_section {
        margin-left: 50px;
        top: 17px;
        float: none;
        text-align: left;
    }

    .single-product.woocommerce div.product .socials-box a.social { font-size: 16px; padding-left: 90px; }
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
    .woocommerce .cart_totals table tr th,
    .woocommerce .cart_totals table tr td,
    .woocommerce .cart_totals table tr th strong,
    .woocommerce .cart_totals table tr label {
        font-size: 12px;
    }

    .sidebar input[type=text],
    .sidebar input[type=search],
    .sidebar input[type=submit],
    .sidebar button,
    .sidebar .coupon .button
    {
        width: 100% !important;
    }


    .woocommerce .shipping-calculator .button,
    .woocommerce-page .shipping-calculator .button,
    .woocommerce .cart_totals_container .button,
    .woocommerce-page .cart_totals_container .button {
        margin-top: 10px;
    }

    .responsive #multistep_resume .checkout_progress {
        height: 38px;
        line-height: 14px;
        padding-top: 10px;
    }

    .responsive #multistep_resume .multistep_second,
    .responsive #multistep_resume .multistep_third,
    .responsive #multistep_resume .multistep_fourth {
        left: -5px
    }

    
    .responsive.woocommerce ul.products li.product.grid.classic a.button {
        min-width:0;
    }

    .single-product.woocommerce div.product .socials-box a.social {
        padding: 10px 0 10px 10px;
    }

    .single-product.woocommerce div.product .socials-box a.social i {
        display: none;
    }
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
    .responsive #multistep_resume {
        display: none;
    }

    .responsive #multistep_steps .multistep_step {
        margin-top: 10px;
    }

    .responsive ul.woocommerce_error {
        margin-left: 0px;
    }

    .responsive #multistep_steps #ship-to-different-address {
        margin-top: 12px;
        margin-bottom: 20px;
    }

    .responsive .woocommerce_checkout_coupon form .button {
        margin-top: 10px;
    }

    .responsive .products ul li.product.grid, .responsive ul.products li.product.grid { margin-left:0; clear:both; margin-bottom:30px; }
    /*.products-slider .products ul li.product.grid, .products-slider ul.products li.product.grid { margin-left:20px; }*/

    .responsive.woocommerce .col2-set .col-1,
    .responsive.woocommerce-page .col2-set .col-1,
    .responsive.woocommerce .col2-set .col-2,
    .responsive.woocommerce-page .col2-set .col-2 {
        width: 100%;
        float: none;
        padding: 0;
    }

    .responsive .woocommerce .addresses .title .edit, .responsive .woocommerce-page .addresses .title .edit { margin-top: 10px; }
    
    .responsive.single-layout-1.woocommerce div.product .after-product-summary { position:static; left:0; margin-left:-20px; margin-right:-20px; width:auto; }

    .responsive.single-product.woocommerce div.product div.images, .responsive.single-product.woocommerce div.product div.summary,
    .responsive.single-product.woocommerce #primary div.product .woocommerce-tabs.vertical div.panel,
    .responsive.single-product.woocommerce #primary div.product .woocommerce-tabs.vertical ul.tabs { float:none; width:100% !important; }

    .responsive.single-product.woocommerce #primary div.product .woocommerce-tabs.vertical div.panel { margin-bottom:50px; }

    .responsive.woocommerce-page table.shop_table tbody tr td, .responsive.woocommerce-page table.shop_table tbody tr th,
    .responsive.woocommerce table.cart .product-name a, .responsive.woocommerce #content table.cart .product-name a,
    .responsive.woocommerce-page table.cart .product-name a, .responsive.woocommerce-page #content table.cart .product-name a { font-size: 12px; }

    .responsive.woocommerce .quantity, .responsive.woocommerce #content .quantity,
    .woocommerce-page .quantity, .responsive.woocommerce-page #content .quantity { width: 94px; }
    .responsive.woocommerce .quantity input.qty, .responsive.woocommerce #content .quantity input.qty,
    .responsive.woocommerce-page .quantity input.qty, .responsive.woocommerce-page #content .quantity input.qty { width: 30px; }

    .responsive.woocommerce table.cart tbody .product-subtotal, .responsive.woocommerce #content table.cart tbody .product-subtotal,
    .responsive.woocommerce-page table.cart tbody .product-subtotal, .responsive.woocommerce-page #content table.cart tbody .product-subtotal { font-size: 14px; }

    .responsive.woocommerce #payment .button { font-size: 10px; }

    .responsive.woocommerce form .form-row label, .responsive.woocommerce-page form .form-row label { font-size: 12px; }
}

/*Fix WC 2.1*/
.woocommerce #billing_postcode_field, .woocommerce #shipping_postcode_field{
    width: 47%;
}

.woocommerce #billing_city_field, .woocommerce #shipping_city_field{
    width: 47%;
    float: right;
}

.woocommerce #billing_state_field, .woocommerce #shipping_state_field{
    width: 47%;
    clear: both;
}

.woocommerce .blockUI.blockOverlay{position:relative}
.woocommerce .blockUI.blockOverlay:before,.woocommerce .loader:before{height:12px;width:80px;position:absolute;top:50%;left:50%;margin-left:-40px;margin-top:-6px;display:block;content:"";background:url(../theme/assets/images/ajax-loader.gif) no-repeat center;line-height:1;text-align:center;font-size:2em;color:rgba(0,0,0,.75)}

/* Fix wc 2.3 select2 */

.select2-container{
    width: 100% !important;
}

.select2-container a{
    border: 1px solid #E6E6E6;
    border-radius: 3px;
    height: 31px !important;
    box-sizing: content-box;
}

.select2-container a b[role='presentation']:after{
    border: 0 !important;
}

.select2-container a span.select2-arrow{
    background:url('../images/sprite.png') no-repeat right -311px;
}
/*.select2-container a b[role='presentation'],.select2-container a span.select2-arrow {*/
    /*background-position: bottom !important;*/
/*}*/

/*.select2-dropdown-open a b[role='presentation'],.select2-dropdown-open a span.select2-arrow{*/
    /*background-position: top !important;*/
/*}*/

.select2-container a span.select2-arrow {
    width: 20px;
    height: 20px;
    top: 7px;
    right: 7px;
}

.woocommerce form.checkout .select2-container .select2-choice .select2-arrow {
    width: 50px;
    height:28px;
    top: -5px;
    right: -4px;
}

.select2-container .select2-choice {
    padding: 9px 0 0 8px;
    border: 1px solid #dbd8d8;
}

.select2-drop-active {
    border: 1px solid #dbd8d8;
    border-top: 0;
}

#multistep_step4 .form-row.place-order {
    display: none;
}

/* woocommerce ajax serach navigation */


.widget.woocommerce.widget_product_search.yith_woocommerce_ajax_search {
    position: static;
    width: 100%;
}

#headersearchform-container .widget.woocommerce.widget_product_search.yith_woocommerce_ajax_search > .yith-ajaxsearchform-container {
    position: static;
    width: 100%;
    border-top: 0;
    background: none;
}

#headersearchform-container #yith-ajaxsearchform select {
    float: left;
    margin-left: 10px;
    margin-bottom: 0;
    height: 54px;
}

#headersearchform-container #yith-ajaxsearchform select:first-child {
    margin-left: 0;
}

#yith-ajaxsearchform select + div.search-navigation {
    float: left;
    margin-left: 10px;
}

#yith-ajaxsearchform select + div.search-navigation input#yith-s {
    width: 500px;
}

/*=============================
COLOR E LABEL VARIATIONS
================================*/
li.product .product-wrapper .select_option .yith_wccl_value {
    min-width: 18px;
    height: 18px;
    line-height: 19px;
}
li.product .variations .select_box {
    overflow: hidden;
}
li.product .variations .select_box .select_option {
    display: inline-block;
    vertical-align: middle;
}
li.product.list .variations .select_box .select_option {
    float: none;
}
li.product .product-wrapper .variations_form.cart {
    margin-top: 10px;
}

/*=============================
yith woocommerce ajax serach
================================*/

.autocomplete-suggestion.autocomplete-selected {
    background: #f2f2f2;
}
.search-navigation{
	display: inline-block;
}

.woocommerce-account .woocommerce form#yith-ajaxsearchform {
    position: static;
    padding: 0;
    border: none;
}

/*=============================
yith woocommerce colors and label variations
================================*/

.select_box_colorpicker, .select_box_label {
    display: inline-block;
    vertical-align: middle;
}

.select_box_select {
    display: none;
}

/* yith woocommerce product countdown */

div.product .ywpc-countdown {
    margin-left: 30px;
}

ul.products li.product.list .product-thumbnail .thumbnail-wrapper {
    max-width: 158px;
}

.sidebar .woocommerce.ywpc-widget ul.products li.product {
	max-width: 100%;
	margin-left: 0;
}


/* yith woocommerce quick view */

.yith-wcqv-main .single-product.woocommerce div.product table.variations td.value select {
    box-sizing: border-box;
    padding: 0;
}

/* ====== WC 2.6 ====== */

.woocommerce .woocommerce-MyAccount-navigation { width: 23%; margin-right: 2% !important; float: left; }
.woocommerce .woocommerce-MyAccount-navigation * { border-color: #e2e2e2 !important; }
.woocommerce .woocommerce-MyAccount-navigation .user-profile .user-image { width: 50px !important; }
.woocommerce .woocommerce-MyAccount-navigation ul { padding: 0; margin: 0; }
.woocommerce .woocommerce-MyAccount-navigation ul li { height: 40px; line-height: 40px; border-right: 1px solid #eee; border-bottom: 1px solid #eee; margin: 0; list-style: none; }
.woocommerce .woocommerce-MyAccount-navigation ul li span.fa { margin-right: 5px; }
.woocommerce .woocommerce-MyAccount-navigation ul li a { color: #a4a4a4; padding: 0; text-transform: uppercase; display: inline-block; }
.woocommerce .woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link.is-active a { color: #e89222; }
.woocommerce .woocommerce-MyAccount-content { width: 75%; float: left; }

.woocommerce-cart .woocommerce > form.span9 {
	margin-left: 0;
}

.woocommerce-cart .woocommerce > form.span9 input[name="coupon_code"] {
	height: 38px;
	font-size: 13px;
	font-weight: normal;
	background: #FFF;
	width: 100px !important;
	padding: 0px 10px;
	margin-left: 0px;
	border: 1px solid #dad9d9;
	border-radius: 3px;
	-webkit-box-shadow: inset 1px 0px 6px #E5E5E5;
	-moz-box-shadow: inset 1px 0px 6px #e5e5e5;
	box-shadow: inset 1px 0px 6px #E5E5E5;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.woocommerce-cart .woocommerce > form.span9 input[type="submit"] {
	height: 35px;
}

.wc-proceed-to-checkout {
	display: inline-block;
	width:100%
}

.wc-proceed-to-checkout > a.checkout-button.button.wc-forward {
	margin-top: 0 !important;
	width:100% ;
	float: none !important;
	box-sizing: border-box;
	text-align: center;
	background: none;
	line-height: 29px;
}

.shipping-calculator-form {
	display: block !important;
}

.shipping-calculator-form button[name="calc_shipping"] {
	line-height: 29px;
	width: 100%;
}

.woocommerce-shipping-calculator > p, div.cart_totals > h2 {

	margin-top: 0;

}

.woocommerce-shipping-calculator a.shipping-calculator-button {
	pointer-events: none;
	cursor: default;
}

table.shop_table.woocommerce-checkout-review-order-table td.product-total,
table.shop_table.woocommerce-checkout-review-order-table tr.cart-subtotal td,
table.shop_table.woocommerce-checkout-review-order-table tr.order-total td {
	 text-align: right;
}

@media(max-width: 767px) {
    .woocommerce .woocommerce-MyAccount-navigation { width: 100%; padding: 0px 15px; float: none; }
    .woocommerce .woocommerce-MyAccount-navigation > * { border-right: 0 !important; }
    .woocommerce .woocommerce-MyAccount-content { width: 100%; padding: 0px 15px; float: none; }
}

/* ====== WC 2.6 ====== */

