.clear {

	clear: both;

}

.nobr {

	white-space: nowrap;

}

.type-product .summary p {

	margin-bottom: 10px;

}

.type-product .summary.entry-summary p {

	margin:15px 0 15px;

}

.woocommerce .col2-set,

.woocommerce-page .col2-set {

	*zoom: 1;

	width: 100%;

}

.woocommerce .col2-set:after,

.woocommerce .col2-set:before,

.woocommerce-page .col2-set:after,

.woocommerce-page .col2-set:before {

	content: " ";

	display: table;

}

.woocommerce .col2-set:after,

.woocommerce-page .col2-set:after {

	clear: both;

}

.woocommerce .col2-set .col-1,

.woocommerce-page .col2-set .col-1 {

	float: left;

	padding: 0;

	width: 49%;

	box-sizing: border-box;

}

.woocommerce .col2-set .col-2,

.woocommerce-page .col2-set .col-2 {

	float: right;

	padding: 0;

	width: 49%;

	box-sizing: border-box;

}

.woocommerce img,

.woocommerce-page img {

	max-width: 100%;

}

.main-content-inner-full.single-product-full #primary {

	width: 100%;

}

.woocommerce div.product div.images,

.woocommerce-page div.product div.images {

	float: left;

	margin: 0 30px 40px 0;

	width: 43.3%;

}

.flex-control-nav.flex-control-thumbs.owl-carousel.owl-theme {

    box-sizing: border-box;

    margin: 20px 0 0;

    overflow: hidden;

    padding: 0 30px;

}

.woocommerce div.product div.summary,

.woocommerce-page div.product div.summary {

	margin-bottom: 30px;

	overflow: hidden;

	position: relative;

	width: auto;

}

.woocommerce .single-product-full .woocommerce-main-image.zoom {

	float: right;

	padding: 0 6% 0 0;

}

.single-product-sidebar .woocommerce-main-image.zoom {

	width: 74%;

}

#content div.product div.images .bx-wrapper {

	float: left;

	position: relative;

	padding: 60px 0;

}

#content div.product div.images .bx-wrapper:hover .bx-controls-direction a {

	opacity: 1;

	-khtml-opacity: 1;

	-webkit-opacity: 1;

	-moz-opacity: 1;

}

#content div.product div.images .bx-wrapper .bx-controls-direction a {

	border: 1px solid #000000;

	display: block;

	font-size: 0;

	text-indent: -9999;

	text-align: center;

	padding: 3px 0;

	position: absolute;

	left: 0;

	right: 0;

	opacity: 0;

	-khtml-opacity: 0;

	-webkit-opacity: 0;

	-moz-opacity: 0;

	transition: all 500ms ease;

	-webkit-transition: all 500ms ease;

	-moz-transition: all 500ms ease;

	-ms-transition: all 500ms ease;

	-o-transition: all 500ms ease;

}

#content div.product div.images .bx-wrapper .bx-controls-direction a:hover {

	background-color: #000000;

	color: #ffffff;

}

#content div.product div.images .bx-wrapper .bx-controls-direction a.bx-prev {

	top: 0;

	bottom: auto;

}

#content div.product div.images .bx-wrapper .bx-controls-direction a.bx-next {

	top: auto;

	bottom: 0;

}

#content div.product div.images .bx-wrapper .bx-controls-direction a.bx-next.disabled,

#content div.product div.images .bx-wrapper .bx-controls-direction a.bx-prev.disabled {

	background-color: #f5f5f5;

	border: 1px solid #e5e5e5;

	color: #000000;

	cursor: auto;

}

#content div.product div.images .bx-wrapper .bx-controls-direction a:before {

	font-family: 'FontAwesome';

	content: '';

	font-size: 18px;

	position: absolute;

	right: 0;

	left: 0;

	top: 0;

	bottom: 0;

	line-height: 25px;

}

#content div.product div.images .bx-wrapper .bx-controls-direction a.bx-prev:before {

	content: '\f0d8';

}

#content div.product div.images .bx-wrapper .bx-controls-direction a.bx-next:before {

	content: '\f0d7';

}

.woocommerce #content div.product div.thumbnails,

.woocommerce div.product div.thumbnails,

.woocommerce-page #content div.product div.thumbnails,

.woocommerce-page div.product div.thumbnails {

	*zoom: 1;

}

.woocommerce #content div.product div.thumbnails a,

.woocommerce div.product div.thumbnails a,

.woocommerce-page #content div.product div.thumbnails a,

.woocommerce-page div.product div.thumbnails a {

	float: left;

}

.woocommerce #content div.product div.thumbnails a.first,

.woocommerce div.product div.thumbnails a.first,

.woocommerce-page #content div.product div.thumbnails a.first,

.woocommerce-page div.product div.thumbnails a.first {

	clear: both;

}

.woocommerce div.product .woocommerce-tabs,

.woocommerce-page div.product .woocommerce-tabs {

	clear: both;

	display: inline-block;

	margin: 50px 0;

	width: 100%;

	box-sizing: border-box;

}

.woocommerce-tabs ul.tabs {

	list-style: none;

    padding: 0;

    position: relative;

    float: left;

    width: 100%;

    margin: 0 0 15px;

    text-align: center;

}

.woocommerce-tabs ul.tabs li {

	padding-right: 15px;

	display: inline-block;

}

.woocommerce-tabs ul.tabs li a {

    display: block;

    padding: 12px 33px;

    color: #000000;

    text-decoration: none;

    font-weight: 700;

    letter-spacing: 0.4px;

    text-transform: uppercase;

    font-size: 15px;

    line-height: 24px;

    text-align: center;

    position: relative;

    border: 0;

    -webkit-border-radius: 5px;

    -moz-border-radius: 5px;

    -ms-border-radius: 5px;

    -o-border-radius: 5px;

    border-radius: 5px;

    -webkit-transition: all 0.5s ease 0s;

    -moz-transition: all 0.5s ease 0s;

    -o-transition: all 0.5s ease 0s;

    transition: all 0.5s ease 0s;

}



.woocommerce-tabs ul.tabs li a:hover,

.woocommerce-tabs ul.tabs li.active a {

	color: #ffffff;

    background-color: #E79E1D;

    -webkit-transition: all 0.5s ease 0s;

    -moz-transition: all 0.5s ease 0s;

    -o-transition: all 0.5s ease 0s;

    transition: all 0.5s ease 0s;

}

.woocommerce-tabs .panel {

	text-align: left;

    clear: both;

    line-height: 2em;

    border: 1px solid #dddddd;

    padding: 30px;

    -webkit-border-radius: 5px;

    -moz-border-radius: 5px;

    -ms-border-radius: 5px;

    -o-border-radius: 5px;

    border-radius: 5px;

}

.woocommerce #content div.product .woocommerce-tabs h2 {

    font-size: 16px;

    font-weight: bold;

    margin: 0 0 15px;

    text-transform: uppercase;

}

.woocommerce #content div.product .woocommerce-tabs strong {

	font-weight: 500;

	font-size: 15px;

}

.woocommerce #content div.product #reviews .comment,

.woocommerce div.product #reviews .comment,

.woocommerce-page #content div.product #reviews .comment,

.woocommerce-page div.product #reviews .comment {

	*zoom: 1;

}

.woocommerce #content div.product #reviews .comment:after,

.woocommerce #content div.product #reviews .comment:before,

.woocommerce div.product #reviews .comment:after,

.woocommerce div.product #reviews .comment:before,

.woocommerce-page #content div.product #reviews .comment:after,

.woocommerce-page #content div.product #reviews .comment:before,

.woocommerce-page div.product #reviews .comment:after,

.woocommerce-page div.product #reviews .comment:before {

	content: " ";

	display: table;

}

.woocommerce #content div.product #reviews .comment:after,

.woocommerce div.product #reviews .comment:after,

.woocommerce-page #content div.product #reviews .comment:after,

.woocommerce-page div.product #reviews .comment:after {

	clear: both;

}

.woocommerce #content div.product #reviews .comment img,

.woocommerce div.product #reviews .comment img,

.woocommerce-page #content div.product #reviews .comment img,

.woocommerce-page div.product #reviews .comment img {

	float: right;

	height: auto;

}

.woocommerce #content .quantity input::-webkit-inner-spin-button,

.woocommerce #content .quantity input::-webkit-outer-spin-button,

.woocommerce #quantity input::-webkit-inner-spin-button,

.woocommerce #quantity input::-webkit-outer-spin-button,

.woocommerce-page #content .quantity input::-webkit-inner-spin-button,

.woocommerce-page #content .quantity input::-webkit-outer-spin-button,

.woocommerce-page #quantity input::-webkit-inner-spin-button,

.woocommerce-page #quantity input::-webkit-outer-spin-button {

	display: none;

}

.woocommerce .related,

.woocommerce .upsells.products,

.woocommerce-page .related,

.woocommerce-page .upsells.products {

	*zoom: 1;

}

.woocommerce .related ul,

.woocommerce .related ul.products,

.woocommerce .upsells.products ul,

.woocommerce .upsells.products ul.products,

.woocommerce-page .related ul,

.woocommerce-page .related ul.products,

.woocommerce-page .upsells.products ul,

.woocommerce-page .upsells.products ul.products,

.woocommerce .cart-collaterals .cross-sells ul.products,

.woocommerce-page .cart-collaterals .cross-sells ul.products {

	float: none;

	margin-top: 40px;

}

.woocommerce .related ul li.product,

.woocommerce .related ul.products li.product,

.woocommerce .upsells.products ul li.product,

.woocommerce .upsells.products ul.products li.product,

.woocommerce-page .related ul li.product,

.woocommerce-page .related ul.products li.product,

.woocommerce-page .upsells.products ul li.product,

.woocommerce-page .upsells.products ul.products li.product {

	margin: 0;

}

.woocommerce .upsells .owl-item li {

	width: 100%

}

.woocommerce .related ul li.product img,

.woocommerce .related ul.products li.product img,

.woocommerce .upsells.products ul li.product img,

.woocommerce .upsells.products ul.products li.product img,

.woocommerce-page .related ul li.product img,

.woocommerce-page .related ul.products li.product img,

.woocommerce-page .upsells.products ul li.product img,

.woocommerce-page .upsells.products ul.products li.product img {

	height: auto;

	max-width: 100%;

	width: auto;

}

.woocommerce ul.products,

.woocommerce-page ul.products {

	clear: both;

	*zoom: 1;

}

.woocommerce ul.products:after,

.woocommerce ul.products:before,

.woocommerce-page ul.products:after,

.woocommerce-page ul.products:before {

	content: " ";

	display: table;

}

.woocommerce ul.products:after,

.woocommerce-page ul.products:after {

	clear: both;

}

.woocommerce ul.products li.product,

.woocommerce-page ul.products li.product {

	float: left;

	padding: 0;

	margin: 0px;

	position: relative;

	text-align: center;

	overflow: hidden;

}

#woo-products,

.woocommerce ul.products.grid,

.woocommerce-page ul.products.grid {

	margin: 0 -15px;

}

#woo-products.resp-tab-content {

    margin: 0;

}

.woocommerce ul.products li .container-inner,

.woocommerce-page ul.products li .container-inner {

	clear: both;

	display: block;

	margin: 15px;

	padding: 0;

	position: relative;

	text-align: center;

	vertical-align: top;

}

.woocommerce #primary .upsells.products ul.products li .container-inner, 

.woocommerce-page #primary .upsells.products ul.products li .container-inner, 

.woocommerce #primary .related.products ul.products li .container-inner, 

.woocommerce-page #primary .related.products .upsells.products ul.products li .container-inner, 

.woocommerce #primary .cross-sells ul.products li .container-inner, 

.woocommerce-page #primary .cross-sells ul.products li .container-inner {

   /* margin: 15px;*/

}



.woocommerce #primary ul.products li .container-inner, 

.woocommerce-page #primary ul.products li .container-inner{

	margin: 15px;

}

.woocommerce ul.products li .container-inner, .woocommerce-page ul.products li .container-inner {

    margin:  15px;

}

.category-page.vc_column_container > .vc_column-inner ul.products{

    margin: 0 -15px;

}

.woocommerce #primary ul.products.list li .container-inner, .woocommerce-page #primary ul.products.list li .container-inner {

    margin-left: 0;

    margin-right: 0;

    background-color: transparent;

}

.woocommerce #primary ul.products.grid, .woocommerce-page #primary ul.products.grid,.top-rated-pro.vc_column_container > .vc_column-inner ul.products {

    margin: 0 -15px;

}

.woocommerce ul.products.columns-5 li .container-inner,

.woocommerce-page ul.products.columns-5 li .container-inner {

	margin: 5px;

}

.product-category h3,

.product-category mark {

	font-size: 14px;

	font-weight: 500;

	color: #666;

}

.product-category:hover h3,

.product-category:hover mark {

	color: #000000;

}

.product-category mark {

	background-color: rgba(0, 0, 0, 0);

}

.woocommerce ul.products li.product.product-category .container-inner {

	box-sizing: border-box;

	padding: 0;

	display: inline-block;

}

.woocommerce ul.products li.product.product-category.first,

.woocommerce-page ul.products li.product.product-category.first {

	clear: none;

}

.woocommerce ul.products.list li.product.product-category a img,

.woocommerce-page ul.products.list li.product.product-category a img {

	height: auto;

	width: 31% !important;

	margin: 0 20px 0 0 !important;

}



.woocommerce ul.products.list li.product,

.woocommerce-page ul.products.list li.product,

.woocommerce ul.products.owl-carousel li.product,

.woocommerce-page ul.products.owl-carousel li.product {

	width: 100% !important;

}

.woocommerce ul.products li.first,

.woocommerce-page ul.products li.first {

	clear: both;

}

.home .woocommerce ul.products li.first,

.home .woocommerce-page ul.products li.first {

	/*clear: none;*/

}

.columns-1 li.product {

	width: 100%;

	margin-right: 0;

}

.columns-2 li.product {

	width: 50%;

}

.columns-3 li.product {

	width: 33.33%;

}

.columns-4 li.product {

	width: 25%;

}

.columns-5 li.product {

	width: 20%;

}

.columns-6 li.product {

	width: 16.66%;

}

.woocommerce ul.products li.last,

.woocommerce-page ul.products li.last {

	margin-right: 0 !important;

}

.woocommerce .woocommerce-result-count,

.woocommerce-page .woocommerce-result-count {

	float: left;

	line-height: 25px;

	color: #000000;

}

.woocommerce .woocommerce-ordering,

.woocommerce-page .woocommerce-ordering {

	float: right;

}

.woocommerce .woocommerce-pagination ul.page-numbers,

.woocommerce-page .woocommerce-pagination ul.page-numbers {

	*zoom: 1;

}

.woocommerce .woocommerce-pagination ul.page-numbers:after,

.woocommerce .woocommerce-pagination ul.page-numbers:before,

.woocommerce-page .woocommerce-pagination ul.page-numbers:after,

.woocommerce-page .woocommerce-pagination ul.page-numbers:before {

	content: " ";

	display: table;

}

.woocommerce .woocommerce-pagination ul.page-numbers:after,

.woocommerce-page .woocommerce-pagination ul.page-numbers:after {

	clear: both;

}

.woocommerce .woocommerce-pagination ul.page-numbers li,

.woocommerce-page .woocommerce-pagination ul.page-numbers li {

	display: inline-block;

}

.woocommerce #content table.cart img,

.woocommerce table.cart img,

.woocommerce-page #content table.cart img,

.woocommerce-page table.cart img {

	height: auto;

}

.woocommerce #content table.cart td.actions,

.woocommerce table.cart td.actions,

.woocommerce-page #content table.cart td.actions,

.woocommerce-page table.cart td.actions {

	text-align: right;

}

.woocommerce #content table.cart td.actions .input-text,

.woocommerce table.cart td.actions .input-text,

.woocommerce-page #content table.cart td.actions .input-text,

.woocommerce-page table.cart td.actions .input-text {

	width: 120px;

}

.woocommerce #content table.cart td.actions .coupon,

.woocommerce table.cart td.actions .coupon,

.woocommerce-page #content table.cart td.actions .coupon,

.woocommerce-page table.cart td.actions .coupon {

	float: left;

}

.woocommerce #content table.cart td.actions .coupon label,

.woocommerce table.cart td.actions .coupon label,

.woocommerce-page #content table.cart td.actions .coupon label,

.woocommerce-page table.cart td.actions .coupon label {

	display: none;

}

.woocommerce .cart-collaterals,

.woocommerce-page .cart-collaterals {

	*zoom: 1;

	width: 100%;

}

.woocommerce .cart-collaterals:after,

.woocommerce .cart-collaterals:before,

.woocommerce-page .cart-collaterals:after,

.woocommerce-page .cart-collaterals:before {

	content: " ";

	display: table;

}

.woocommerce .cart-collaterals:after,

.woocommerce-page .cart-collaterals:after {

	clear: both;

}

.woocommerce .cart-collaterals .related,

.woocommerce-page .cart-collaterals .related {

	width: 30.75%;

	float: left;

}

.woocommerce .cart-collaterals .shipping_calculator,

.woocommerce-page .cart-collaterals .shipping_calculator {

	width: 48%;

	*zoom: 1;

	clear: right;

	float: right;

}

.woocommerce .cart-collaterals .shipping_calculator:after,

.woocommerce .cart-collaterals .shipping_calculator:before,

.woocommerce-page .cart-collaterals .shipping_calculator:after,

.woocommerce-page .cart-collaterals .shipping_calculator:before {

	content: " ";

	display: table;

}

.woocommerce .cart-collaterals .shipping_calculator:after,

.woocommerce-page .cart-collaterals .shipping_calculator:after {

	clear: both;

}

.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: 50%;

	text-align: right;

	margin: 0 0 50px;

}

.woocommerce ul.cart_list li:after,

.woocommerce ul.cart_list li:before,

.woocommerce ul.product_list_widget li:after,

.woocommerce ul.product_list_widget li:before,

.woocommerce-page ul.cart_list li:after,

.woocommerce-page ul.cart_list li:before,

.woocommerce-page ul.product_list_widget li:after,

.woocommerce-page ul.product_list_widget li:before {

	content: " ";

	display: table;

}

.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 {

	clear: both;

}

.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;

	height: auto;

}

.woocommerce form .form-row,

.woocommerce-page form .form-row {

	*zoom: 1;

}

.woocommerce form p,

.woocommerce-page form p {

	clear: none;

}

.woocommerce form .form-row:after,

.woocommerce form .form-row:before,

.woocommerce-page form .form-row:after,

.woocommerce-page form .form-row:before {

	content: " ";

	display: table;

}

.woocommerce form .form-row:after,

.woocommerce-page form .form-row:after {

	clear: both;

}

.woocommerce form .form-row label,

.woocommerce-page form .form-row label {

    display: inline-block;

    width: 100%;

    font-weight: 500;

    color: #262626;

}

.woocommerce form .form-row label.checkbox,

.woocommerce-page form .form-row label.checkbox {

	display: inline;

}

.woocommerce form .form-row select,

.woocommerce-page form .form-row select {

	width: 100%;

}

.woocommerce form .form-row .input-text,

.woocommerce-page form .form-row .input-text {

	-webkit-box-sizing: border-box;

	-moz-box-sizing: border-box;

	box-sizing: border-box;

	width: 100%;

}

.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 #payment .form-row select,

.woocommerce-page #payment .form-row select {

	width: auto;

}

.woocommerce #payment .terms,

.woocommerce-page #payment .terms {

	text-align: right;

	padding: 0 1em;

}

.woocommerce #payment #place_order,

.woocommerce-page #payment #place_order {

	float: right;

	padding: 11px 40px;

}

.woocommerce .yith-wcwl-form .hidden-title-form a.hide-title-form {

    padding: 11px 20px 12px;

}

.yith-wcwl-add-to-wishlist .fa {

    display: none;

}

.twentyfourteen .tfwc {

	padding: 12px 10px 0;

	max-width: 474px;

	margin: 0 auto;

}

.twentyfourteen .tfwc .product .entry-summary {

	padding: 0!important;

	margin: 0 0 1.618em!important;

}

.twentyfourteen .tfwc div.product.hentry.has-post-thumbnail {

	margin-top: 0;

}

.twentyfourteen .tfwc .product .images img {

	margin-bottom: 1em;

}

.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:400;

font-style:normal;



}

@font-face{font-family:WooCommerce;src:url(../../fonts/WooCommerce.eot);src:url(../../fonts/WooCommerce.eot?#iefix) format('embedded-opentype'),

url(../../fonts/WooCommerce.woff) format('woff'),

url(../../fonts/WooCommerce.ttf) format('truetype'),

url(../../fonts/WooCommerce.svg#WooCommerce) format('svg');

font-weight:400;

font-style:normal;



}

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,

	.2);

	-webkit-box-shadow:inset 0 0 0 3px rgba(255,

	255,

	255,

	.2);

}

.admin-bar p.demo_store {

	top:28px;

}

.chosen-container-single .chosen-single {

	background:none !important;

	box-shadow:none !important;

	-moz-box-shadow:none !important;

	-webkit-box-shadow:none !important;

	border:1px solid #e5e5e5 !important;

	border-radius:0 !important;

	-webkit-border-radius:0 !important;

	-moz-border-radius:0 !important;

}

.wc-backward a:before,

.wc-backward:before {

	font-family:WooCommerce;

	speak:none;

	font-variant:normal;

	text-transform:none;

	line-height:1;

	-webkit-font-smoothing:antialiased;

	margin-right:7px;

	content:"\e02f";

	font-size:.75em;

}

.woocommerce .woocommerce-error,

.woocommerce .woocommerce-info,

.woocommerce .woocommerce-message,

.woocommerce-page .woocommerce-error,

.woocommerce-page .woocommerce-info,

.woocommerce-page .woocommerce-message {

	padding:1em 1em 1em 3.5em!important;

	margin:0 0 2em!important;

	position:relative;

	background:#fff;

	border:1px solid #e5e5e5;

	color:#808080;

	list-style:none outside!important;

	width:auto;

}

.woocommerce .woocommerce-error:after,

.woocommerce .woocommerce-error:before,

.woocommerce .woocommerce-info:after,

.woocommerce .woocommerce-info:before,

.woocommerce .woocommerce-message:after,

.woocommerce .woocommerce-message:before,

.woocommerce-page .woocommerce-error:after,

.woocommerce-page .woocommerce-error:before,

.woocommerce-page .woocommerce-info:after,

.woocommerce-page .woocommerce-info:before,

.woocommerce-page .woocommerce-message:after,

.woocommerce-page .woocommerce-message:before {

	content:" ";

	display:table;

}

.woocommerce .woocommerce-error:after,

.woocommerce .woocommerce-info:after,

.woocommerce .woocommerce-message:after,

.woocommerce-page .woocommerce-error:after,

.woocommerce-page .woocommerce-info:after,

.woocommerce-page .woocommerce-message:after {

	clear:both;

}

.woocommerce .woocommerce-error:before,

.woocommerce .woocommerce-info:before,

.woocommerce .woocommerce-message:before,

.woocommerce-page .woocommerce-error:before,

.woocommerce-page .woocommerce-info:before,

.woocommerce-page .woocommerce-message: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;

	padding-top:1em;

}

.woocommerce .woocommerce-error .button,

.woocommerce .woocommerce-info .button,

.woocommerce .woocommerce-message .button,

.woocommerce-page .woocommerce-error .button,

.woocommerce-page .woocommerce-info .button,

.woocommerce-page .woocommerce-message .button {

	float:right;

}

.woocommerce .woocommerce-error li,

.woocommerce .woocommerce-info li,

.woocommerce .woocommerce-message li,

.woocommerce-page .woocommerce-error li,

.woocommerce-page .woocommerce-info li,

.woocommerce-page .woocommerce-message li {

	list-style:none outside!important;

	padding-left:0!important;

	margin-left:0!important;

}

.woocommerce .woocommerce-message,

.woocommerce-page .woocommerce-message {

	border-top:2px solid #c34795;

}

.single-product.woocommerce .woocommerce-message,

.single-product.woocommerce-page .woocommerce-message {

	width:auto;

	float:none;

	margin:0px auto 20px !important;

}

.woocommerce .woocommerce-message:before,

.woocommerce-page .woocommerce-message:before {

	background-color:#c34795;

	content:"\2713";

}

.woocommerce .woocommerce-info,

.woocommerce-page .woocommerce-info {

	border-top:2px solid #F4AD2E;

	clear:both;

}

.woocommerce .woocommerce-info:before,

.woocommerce-page .woocommerce-info:before {

	background-color:#F4AD2E;

	content:"i";

	font-family:Times,

	Georgia,

	serif;

	font-style:italic;

}

.woocommerce .woocommerce-error,

.woocommerce-page .woocommerce-error {

	border-top:3px solid #000000;

}

.woocommerce .woocommerce-error:before,

.woocommerce-page .woocommerce-error:before {

	background-color:#000000;

	content:"\00d7";

	font-weight:700;

}

.woocommerce small.note,

.woocommerce-page small.note {

	display:block;

	color:#000;

	font-size:11px;

	line-height:21px;

	margin-top:10px;

}

.woocommerce #content div.product,

.woocommerce div.product,

.woocommerce-page #content div.product,

.woocommerce-page div.product {

	position:relative;

}

.woocommerce div.product .product_title,

.woocommerce-page div.product .product_title {

    margin: 0 0 15px;

    font-size: 24px;

    font-weight: 500;

    text-transform: capitalize;

    line-height: 32px;

    clear: none;

}

.woocommerce #content div.product .stock,

.woocommerce div.product .stock,

.woocommerce-page #content div.product .stock,

.woocommerce-page div.product .stock {

	color:#008000;

	font-weight:600;

	margin:0px 20px 0px 0px;

	font-size:14px;

	display:inline-block;

}

.woocommerce #content div.product .out-of-stock,

.woocommerce div.product .out-of-stock,

.woocommerce-page #content div.product .out-of-stock,

.woocommerce-page div.product .out-of-stock {

	color:#000000;

	font-weight:700;

	margin:5px 0;

}

div.product .summary .stock::before, div.product .summary .stock.out-of-stock::before {

    content: "\f058";

    font-family: 'fontawesome';

    font-size: 18px;

    margin-right: 5px;

    display: inline-block;

    vertical-align: top;

    padding: 0px 2px;

}

.woocommerce #content div.product div.images img,

.woocommerce div.product div.images img,

.woocommerce-page #content div.product div.images img,

.woocommerce-page div.product div.images img {

	display:block;

	max-width:100%;

	height:auto;

	margin:0 auto;

	-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 #content div.product div.images div.thumbnails,

.woocommerce div.product div.images div.thumbnails,

.woocommerce-page #content div.product div.images div.thumbnails,

.woocommerce-page div.product div.images div.thumbnails {

	padding:15px 0;

	width:100%;

	margin:0 auto;

	box-sizing:border-box;

}

.yith_magnifier_gallery li {

	box-sizing:border-box;

	padding:0 5px;

}

.woocommerce #content div.product div.social span .stButton .chicklets,

.woocommerce div.product div.social span .stButton .chicklets,

.woocommerce-page #content div.product div.social span .stButton .chicklets,

.woocommerce-page div.product div.social span .stButton .chicklets {

	padding-left:16px;

	width:0;

}

.woocommerce #content div.product div.social iframe,

.woocommerce div.product div.social iframe,

.woocommerce-page #content div.product div.social iframe,

.woocommerce-page div.product div.social iframe {

	float:left;

	margin-top:3px;

}

.upsells,

.related,

.cross-sells {

	margin:0 -15px;

	clear:both;

	padding:20px 0;

	text-align:center;

}

.woocommerce .upsells ul.products,

.woocommerce .related ul.products,

.woocommerce .cross-sells ul.products {

	padding:0;

}

.woocommerce #content div.product p.cart,

.woocommerce div.product p.cart,

.woocommerce-page #content div.product p.cart,

.woocommerce-page div.product p.cart {

	*zoom:1;

}

.woocommerce #content div.product p.cart:after,

.woocommerce #content div.product p.cart:before,

.woocommerce div.product p.cart:after,

.woocommerce div.product p.cart:before,

.woocommerce-page #content div.product p.cart:after,

.woocommerce-page #content div.product p.cart:before,

.woocommerce-page div.product p.cart:after,

.woocommerce-page div.product p.cart:before {

	content:" ";

	display:table;

}

.woocommerce #content div.product p.cart:after,

.woocommerce div.product p.cart:after,

.woocommerce-page #content div.product p.cart:after,

.woocommerce-page div.product p.cart:after {

	clear:both;

}

.woocommerce #content div.product form.cart,

.woocommerce div.product form.cart,

.woocommerce-page #content div.product form.cart,

.woocommerce-page div.product form.cart {

	*zoom:1;

	padding-top:15px;

	padding-bottom:15px;

}

.woocommerce #content div.product form .variations tr {

    padding-bottom: 10px;

    display: inline-block;

    width: 100%;

}

.woocommerce #content div.product form.cart:after,

.woocommerce #content div.product form.cart:before,

.woocommerce div.product form.cart:after,

.woocommerce div.product form.cart:before,

.woocommerce-page #content div.product form.cart:after,

.woocommerce-page #content div.product form.cart:before,

.woocommerce-page div.product form.cart:after,

.woocommerce-page div.product form.cart:before {

	content:" ";

	display:table;

}

.woocommerce #content div.product form.cart:after,

.woocommerce div.product form.cart:after,

.woocommerce-page #content div.product form.cart:after,

.woocommerce-page div.product form.cart:after {

	clear:both;

}

.woocommerce div.product form.cart div.quantity,

.woocommerce-page div.product form.cart div.quantity {

	float:left;

	margin:0 10px 0 0;

}

.woocommerce #content div.product form.cart table,

.woocommerce div.product form.cart table,

.woocommerce-page #content div.product form.cart table,

.woocommerce-page div.product form.cart table {

	border-width:0;

}

.woocommerce #content div.product form.cart table td,

.woocommerce div.product form.cart table td,

.woocommerce-page #content div.product form.cart table td,

.woocommerce-page div.product form.cart table td {

    padding-inline-start: 3px;

    border-width: 0;

}

.woocommerce #content div.product form.cart table div.quantity,

.woocommerce div.product form.cart table div.quantity,

.woocommerce-page #content div.product form.cart table div.quantity,

.woocommerce-page div.product form.cart table div.quantity {

	float:none;

	margin:0;

}

.woocommerce #content div.product form.cart table small.stock,

.woocommerce div.product form.cart table small.stock,

.woocommerce-page #content div.product form.cart table small.stock,

.woocommerce-page div.product form.cart table small.stock {

	display:block;

	float:none;

}

.woocommerce #content div.product form.cart .variations,

.woocommerce div.product form.cart .variations,

.woocommerce-page #content div.product form.cart .variations,

.woocommerce-page div.product form.cart .variations {

	margin-bottom:0;

}

.woocommerce-page div.product form.cart .variations .label {

    border: none;

    font-size: 16px;

    text-transform: capitalize;

}

.entry-summary .single_variation {

	margin:0 0 10px;

}

.woocommerce #content div.product form.cart .variations select,

.woocommerce div.product form.cart .variations select,

.woocommerce-page #content div.product form.cart .variations select,

.woocommerce-page div.product form.cart .variations select {

	border:1px solid #e5e5e5;

	font-size:13px;

	margin:6px 0;

	padding:8px;

	width:100%;

}

.woocommerce-variation-price {

	margin:10px 0;

}

.single_variation_wrap {

	overflow:hidden;

}

.reset_variations {

	display:block !important;

	font-size:13px;

	padding:5px 10px;

}

.woocommerce #content div.product form.cart .variations td.label,

.woocommerce div.product form.cart .variations td.label,

.woocommerce-page #content div.product form.cart .variations td.label,

.woocommerce-page div.product form.cart .variations td.label {

	padding-right:1em;

}

.woocommerce div.product form.cart .button,

.woocommerce-page div.product form.cart .button {

	float: left;

    font-size: 15px;

    font-weight: 400;

    line-height: 22px;

    letter-spacing: 0.5px;

    padding: 11px 40px;

    vertical-align: middle;

}

.woocommerce #content div.product form.cart .group_table td.label,

.woocommerce div.product form.cart .group_table td.label,

.woocommerce-page #content div.product form.cart .group_table td.label,

.woocommerce-page div.product form.cart .group_table td.label {

	padding-right:1em;

	padding-left:1em;

}

.woocommerce #content div.product form.cart .group_table td,

.woocommerce div.product form.cart .group_table td,

.woocommerce-page #content div.product form.cart .group_table td,

.woocommerce-page div.product form.cart .group_table td {

	vertical-align:top;

	display:inline-block;

	width:auto;

	padding:0 20px 0.5em 0;

}

del .woocommerce-Price-amount.amount {

    text-decoration: line-through;

    color: #777777;

    font-weight: 300;

}

.woocommerce span.onsale,

.woocommerce-page span.onsale {

    text-align: center;

    margin: 0;

    display: inline-block;

    height: 45px;

    width: 45px;

    position: absolute;

    left: 15px;

    top: 12px;

    right: auto;

    bottom: auto;

    z-index: 9;

    color: #fff;

    background-color: #E79E1D;

    font-size: 14px;

    font-weight: 700;

    padding: 0px;

    letter-spacing: 0px;

    line-height: 44px;

    box-sizing: border-box;

    -webkit-border-radius: 50%;

    -moz-border-radius: 50%;

    -ms-border-radius: 50%;

    -o-border-radius: 50%;

    border-radius: 50%;

}

.product_list_widget li span.onsale {

    left: 7px;

    top: 5px;

    right: auto;

    font-size: 12px;

    height: auto;

    width: auto;

    background-color: transparent;

    color: #f00;

    line-height: 20px;

}

.woocommerce-product-gallery span.onsale {

	left:10px;

	right:auto;

}

.products.list .sale-per {

	position:static;

}

.sale-per {

	font-size:13px;

	font-weight:normal;

	position:absolute;

	right:10px;

	top:7px;

}

.yith_magnifier_lens {

	background:rgba(0,

	0,

	0,

	0.5) !important;

}

.yith_magnifier_zoom_magnifier {

	background:#fff;

	z-index:9999;

	border:0!important;

	border-radius:0 !important;

	-webkit-border-radius:0 !important;

	-moz-border-radius:0 !important;

}

.home .woocommerce ul.products {

	background:none;

	box-shadow:none;

	border-radius:0;

	border:none;

	padding:0;

	margin:0;

}

.woocommerce .products ul,

.woocommerce ul.products,

.woocommerce-page .products ul,

.woocommerce-page ul.products {

	padding:0;

	margin:0;

	list-style:none outside;

	clear:both;

	*zoom:1;

	background:#fff;

}

.upsells ul,

.related ul,

.cross-sells ul {

	margin:0;

}

.woocommerce .products ul:after,

.woocommerce ul.products:after,

.woocommerce-page .products ul:after,

.woocommerce-page ul.products:after {

	clear:both;

}

.woocommerce .products ul li,

.woocommerce ul.products li,

.woocommerce-page .products ul li,

.woocommerce-page ul.products li {

	list-style:none outside;

}

ul.products.list li.product img {

	width:auto !important;

}

.list .product-detail-wrapper {

	overflow:hidden;

	text-align:left;

	padding-top: 10px;

}

.woocommerce ul.products.list .container-inner,

.woocommerce-page ul.products.list .container-inner {

	text-align:center;

	margin:0;

}

.woocommerce ul.products.list .container-inner .image-block,

.woocommerce-page ul.products.list .container-inner .image-block {

	float:left;

	margin:0 20px 0 0;

	overflow:hidden;

	width: 22%;

}

.ie8 .woocommerce ul.products.list li.product:hover .price,

.ie8 .woocommerce-page ul.products.list li.product:hover .price {

	display:block;

}

.woocommerce ul.products li.product .product-name,

.woocommerce-page ul.products li.product .product-name {

    text-decoration: none;

    text-transform: capitalize;

    line-height: 22px;

    font-size: 16px;

	font-family: 'Mulish';

    color: #160E08;

    font-weight: 700;

    margin-bottom: 9px;

    margin-top: 9px;

    letter-spacing: 0.5px;

    margin-left: 0;

    margin-right: 0;

    text-overflow: ellipsis;

    overflow: hidden;

    white-space: nowrap;

}

.woocommerce ul.products li.product a img,

.woocommerce-page ul.products li.product a img {

	margin:0 auto;

	height:auto;

	max-width:100%;

}

.woocommerce ul.products li.product.product-category a img, .woocommerce-page ul.products li.product.product-category a img {

    background-color: #f7f7f7;

    margin-bottom: 10px;

}



.woocommerce ul.products li.product .star-rating, .woocommerce-page ul.products li.product .star-rating {

	transition: all 500ms ease 0s;

    -webkit-transition: all 500ms ease 0s;

    -moz-transition: all 500ms ease 0s;

    -ms-transition: all 500ms ease 0s;

    -o-transition: all 500ms ease 0s;

}

.ie8 .woocommerce ul.products li.product .product_type_simple,

.ie8 .woocommerce-page ul.products li.product .product_type_simple,

.ie8 .woocommerce ul.products li.product .product_type_grouped,

.ie8 .woocommerce-page ul.products li.product .product_type_grouped,

.ie8 .woocommerce ul.products li.product .product_type_external,

.ie8 .woocommerce-page ul.products li.product .product_type_external,

.ie8 .woocommerce ul.products li.product .product_type_variable,

.ie8 .woocommerce-page ul.products li.product .product_type_variable {

	display:none;

}

#woo-small-products ul.products li.product .product_type_simple,

#woo-small-products ul.products li.product .product_type_grouped,

#woo-small-products ul.products li.product .product_type_external,

#woo-small-products ul.products li.product .product_type_variable {

	display:none !important;

}

.ie8 .woocommerce ul.products.list li.product .product_type_simple,

.ie8 .woocommerce-page ul.products.list li.product .product_type_simple,

.ie8 .woocommerce ul.products.list li.product .product_type_grouped,

.ie8 .woocommerce-page ul.products.list li.product .product_type_grouped,

.ie8 .woocommerce ul.products.list li.product .product_type_external,

.ie8 .woocommerce-page ul.products.list li.product .product_type_external,

.ie8 .woocommerce ul.products.list li.product .product_type_variable,

.ie8 .woocommerce-page ul.products.list li.product .product_type_variable {

	display:block;

}

.woocommerce ul.products li.product .image-block > a {

	margin:0;

	display:block;

	text-align:center;

}



.woocommerce ul.products li.product .secondary-image, 

.woocommerce-page ul.products li.product .secondary-image {

    position: absolute;

    opacity: 0;

    -webkit-opacity: 0;

    -moz-opacity: 0;

    -khtml-opacity: 0;

    top: 0;

    left: 0%;

    right: 0;

    visibility: hidden;

    max-width: 100%;

    height: auto;

    -webkit-transition: all 500ms ease 0s !important;

    -moz-transition: all 500ms ease 0s !important;

    -o-transition: all 500ms ease 0s !important;

    transition: all 500ms ease 0s !important;

}

.woocommerce ul.products li.product:hover .secondary-image, 

.woocommerce-page ul.products li.product:hover .secondary-image {

    opacity: 1;

    -webkit-opacity: 1;

    -moz-opacity: 1;

    -khtml-opacity: 1;

    visibility: visible;

}

.product-detail-wrapper {

    position: relative;

    text-align: center;

    padding: 0px 10px 15px;

}

.woocommerce ul.products li.product .image-block,

.woocommerce-page ul.products li.product .image-block,

.counter-products-carousel .image-block {

	position:relative;

	margin-bottom:10px;

	transition:all 0.3s ease;

	-webkit-transition:all 0.3s ease;

	-moz-transition:all 0.3s ease;

	-ms-transition:all 0.3s ease;

	-o-transition:all 0.3s ease;

	display:inline-block;

	vertical-align:top;

	    overflow: hidden;

}

.woocommerce ul.products li.product:hover .product-block-hover,

.woocommerce-page ul.products li.product:hover .product-block-hover {

	opacity:1;

	-webkit-opacity:1;

	-o-opacity:1;

	-ms-opacity:1;

}

.product-block-hover {

	opacity:0;

	-khtml-opacity:0;

	-webkit-opacity:0;

	-moz-opacity:0;

}

#woo-small-products .woocommerce .product .product-detail-wrapper .product-name,

#woo-small-products .woocommerce .product .product-detail-wrapper .price,

#woo-small-products .woocommerce .product .product-detail-wrapper .star-rating {

	opacity:1!important;

}

.woocommerce ul.products.list li .container-inner,

.woocommerce-page ul.products.list li .container-inner {

	max-width:100%;

}

.yith-wcwl-wishlistaddedbrowse a {

	margin:0;

	font-size:0;

}

.woocommerce .list a.compare.button:hover,

.woocommerce .list .yith-wcwl-add-to-wishlist a.add_to_wishlist:hover {

	color:#636363;

}

.woocommerce ul.products.list li.product .product_type_simple,

.woocommerce-page ul.products.list li.product .product_type_simple,

.woocommerce ul.products.list li.product .product_type_grouped,

.woocommerce-page ul.products.list li.product .product_type_grouped,

.woocommerce ul.products.list li.product .product_type_external,

.woocommerce-page ul.products.list li.product .product_type_external,

.woocommerce ul.products.list li.product .product_type_variable,

.woocommerce-page ul.products.list li.product .product_type_variable {

	/*display:inline-block;*/

}

.woocommerce ul.products li.product .product_type_grouped.button::before

, .woocommerce-page ul.products li.product .product_type_grouped.button::before

, .woocommerce ul.products li.product .product_type_external.button::before

, .woocommerce ul.products li.product .product_type_external.button::before

, .woocommerce-page ul.products li.product .product_type_external.button::before

, .woocommerce ul.products li.product .product_type_variable.button::before

, .woocommerce-page ul.products li.product .product_type_variable.button::before

{

    content: "\f25a";

    font-family: "FontAwesome";

    font-size: 15px;

    position: absolute;

    left: 0;

    right: 0;

    text-align: center;

}

.woocommerce ul.products li.product .button.product_type_simple.add_to_cart_button.ajax_add_to_cart.added {

    background-image: none;

    color: #000000;

    text-align: center;

}

.woocommerce ul.products li.product .button.product_type_simple.add_to_cart_button.ajax_add_to_cart.added:hover {

    background-image: none;

    color: #ffffff;

}

.woocommerce ul.products li.product .button.product_type_simple.add_to_cart_button.ajax_add_to_cart.added::before {

    content: "\f00c";

    font-family: "FontAwesome";

    position: absolute;

    left: 0;

    margin: 0px;

    right: 0;

    font-size: 15px;

}

.woocommerce.product.compare-button,

ul.products .yith-wcwl-add-to-wishlist {

	position: relative;

    display: inline-block;

    margin: 0;

    vertical-align: top;

	margin-bottom: 5px;

}

.product-button-hover {

    position: absolute;

    bottom: auto;

    right: 5px;

    top: -100%;

    left: auto;

    width: 40px;

    height: auto;

    margin: auto;

    opacity: 0;

    -khtml-opacity: 0;

    -webkit-opacity: 0;

    -moz-opacity: 0;

    -webkit-transition: all 300ms ease 0s;

    -moz-transition: all 300ms ease 0s;

    -o-transition: all 300ms ease 0s;

    transition: all 300ms ease 0s;

}

.woocommerce ul.products li.product:hover .product-button-hover {

    opacity: 1;

    -khtml-opacity: 1;

    -webkit-opacity: 1;

    -moz-opacity: 1;

    -webkit-transition: all 300ms ease 0s;

    -moz-transition: all 300ms ease 0s;

    -o-transition: all 300ms ease 0s;

    transition: all 300ms ease 0s;

	top: 7px;

}

.woocommerce ul.products li.product .product_type_simple.button,

.woocommerce-page ul.products li.product .product_type_simple.button,

.woocommerce ul.products li.product .product_type_grouped.button,

.woocommerce-page ul.products li.product .product_type_grouped.button,

.woocommerce ul.products li.product .product_type_external.button,

.woocommerce-page ul.products li.product .product_type_external.button,

.woocommerce ul.products li.product .product_type_variable.button,

.woocommerce-page ul.products li.product .product_type_variable.button {

    border: 0px;

    padding: 0px;

    font-size: 0px;

    width: 35px;

    height: 35px;

    font-weight: 300;

    color: #1a1a1a;

    display: inline-block;

    transition: none;

    position: relative;

    text-align: left;

    line-height: 35px;

    border-radius: 0px;

    letter-spacing: 0.5px;

    background-image: url(../../images/codezeel/cart-button.svg);

    background-repeat: no-repeat;

    background-position: center center;

    background-size: 50%;

    background-color: #ffffff;

    -webkit-border-radius: 50%;

    -moz-border-radius: 50%;

    -ms-border-radius: 50%;

    -o-border-radius: 50%;

    border-radius: 50%;

    box-shadow: 3px 3px 4px #0000001a;

}



.product-button-outer {

    position: absolute;

    bottom: 25px;

    right: 0px;

    left: 0px;

    opacity: 0;

    margin: auto;

    filter: alpha(opacity=0);

    transition: all 500ms ease 0s;

    -webkit-transition: all 500ms ease 0s;

    -moz-transition: all 500ms ease 0s;

    -ms-transition: all 500ms ease 0s;

    -o-transition: all 500ms ease 0s;

    width: 100%;

}

.product-button-outer:hover{

	transition: all 500ms ease 0s;

    -webkit-transition: all 500ms ease 0s;

    -moz-transition: all 500ms ease 0s;

    -ms-transition: all 500ms ease 0s;

    -o-transition: all 500ms ease 0s;

}

.woocommerce ul.products li.product:hover .product-button-outer {

    opacity: 1;

    filter: alpha(opacity=100);

}

.yith-wcwl-add-to-wishlist .fa {

    display: none;

}

.woocommerce ul.products li.product:hover .product_type_simple.button, 

.woocommerce-page ul.products li.product:hover .product_type_simple.button, 

.woocommerce ul.products li.product:hover .product_type_grouped.button, 

.woocommerce-page ul.products li.product:hover .product_type_grouped.button, 

.woocommerce ul.products li.product:hover .product_type_external.button, 

.woocommerce-page ul.products li.product:hover .product_type_external.button, 

.woocommerce ul.products li.product:hover .product_type_variable.button, 

.woocommerce-page ul.products li.product:hover .product_type_variable.button, 

.woocommerce ul.products li.product:hover .product-button-hover .add_to_wishlist, 

.woocommerce ul.products li.product:hover .yith-wcwl-wishlistexistsbrowse a, 

.woocommerce ul.products li.product:hover .yith-wcwl-wishlistaddedbrowse a,

.woocommerce ul.products li.product:hover .yith-wcwl-wishlistexistsbrowse, 

.woocommerce ul.products li.product:hover a.compare.button, 

.woocommerce ul.products li.product:hover .button.yith-wcqv-button,

.woocommerce ul.products li.product:hover .yith-wcwl-wishlistaddedbrowse {

    opacity: 1;

    filter: alpha(opacity=100);

}

.woocommerce ul.products li.product .product_type_simple.button:hover,

.woocommerce-page ul.products li.product .product_type_simple.button:hover,

.woocommerce ul.products li.product .product_type_grouped.button:hover,

.woocommerce-page ul.products li.product .product_type_grouped.button:hover,

.woocommerce ul.products li.product .product_type_external.button:hover,

.woocommerce-page ul.products li.product .product_type_external.button:hover,

.woocommerce ul.products li.product .product_type_variable.button:hover,

.woocommerce-page ul.products li.product .product_type_variable.button:hover{

	background-image: url(../../images/codezeel/cart-button-hover.svg);

    background-repeat: no-repeat;

    background-position: center center;

    background-size: 50%;

    background-color: #e79e1d;

    color: #ffffff;

}

.woocommerce ul.products li.product:hover .product_type_simple.button,

.woocommerce-page ul.products li.product:hover .product_type_simple.button,

.woocommerce ul.products li.product:hover .product_type_grouped.button,

.woocommerce-page ul.products li.product:hover .product_type_grouped.button,

.woocommerce ul.products li.product:hover .product_type_external.button,

.woocommerce-page ul.products li.product:hover .product_type_external.button,

.woocommerce ul.products li.product:hover .product_type_variable.button,

.woocommerce-page ul.products li.product:hover .product_type_variable.button {

	opacity:1;

}

.yith-wcwl-wishlistaddedbrowse,

.yith-wcwl-wishlistexistsbrowse,

.woocommerce .yith-wcwl-add-to-wishlist a.add_to_wishlist,

.woocommerce ul.products a.compare.button {

	display: inline-block !important;

    font-size: 0;

    height: 35px;

    line-height: 25px;

    padding: 0;

    position: relative;

    vertical-align: top;

    width: 35px;

    border: 0;

    line-height: 41px;

    background-color: #ffffff;

    color: #000;

    -webkit-border-radius: 50%;

    -moz-border-radius: 50%;

    -ms-border-radius: 50%;

    -o-border-radius: 50%;

    border-radius: 50%;

}



.woocommerce ul.products li.product .product_type_grouped.button

, .woocommerce-page ul.products li.product .product_type_grouped.button

, .woocommerce ul.products li.product .product_type_external.button

, .woocommerce ul.products li.product .product_type_external.button

, .woocommerce-page ul.products li.product .product_type_external.button

, .woocommerce ul.products li.product .product_type_variable.button

, .woocommerce-page ul.products li.product .product_type_variable.button,

.woocommerce ul.products li.product .product_type_grouped.button:hover

, .woocommerce-page ul.products li.product .product_type_grouped.button:hover

, .woocommerce ul.products li.product .product_type_external.button:hover

, .woocommerce ul.products li.product .product_type_external.button:hover

, .woocommerce-page ul.products li.product .product_type_external.button:hover

, .woocommerce ul.products li.product .product_type_variable.button:hover

, .woocommerce-page ul.products li.product .product_type_variable.button:hover

{background-image: none;}

.woocommerce ul.products a.compare.button:hover {

	background-color:#000000;

	color:#ffffff;

}

.woocommerce .entry-summary .compare.button:before,

.woocommerce .entry-summary a.compare.button.added:before,

.product-button-hover a.compare.button:before {

    content: "\f24d";

    font-family: "FontAwesome";

    font-size: 15px;

    position: absolute;

    left: 2px;

    line-height: 35px;

    right: 0px;

    text-align: center;

}

.woocommerce ul.products .button.yith-wcqv-button {

	display:inline-block;

	font-size:0px;

	font-weight:600;

	padding:0;

	position:relative;

	vertical-align:top;

	opacity:1;    

	margin-bottom: 5px;

	box-shadow:none;

	-moz-box-shadow:none;

	-webkit-box-shadow:none;

	height:35px;

	width:35px;

	background:#ffffff;

    -webkit-border-radius: 50%;

    -moz-border-radius: 50%;

    -ms-border-radius: 50%;

    -o-border-radius: 50%;

    border-radius: 50%;

    box-shadow: 3px 3px 4px #0000001a;

}

.woocommerce ul.products .button.yith-wcqv-button:before {

    content: "\f06e";

    font-family: "FontAwesome";

    font-size: 17px;

    line-height: 34px;

    position: absolute;

    left: 0;

    right: 0;

    text-align: center;

    font-weight: 300;

}

.woocommerce .products .product-button-hover a {

    color: #000;

    height: 35px;

    width: 35px;

    background-color: #ffffff;

    display: inline-block;

    font-size: 0;

    -webkit-border-radius: 50%;

    -moz-border-radius: 50%;

    -ms-border-radius: 50%;

    -o-border-radius: 50%;

    border-radius: 50%;

    box-shadow: 3px 3px 4px #0000001a;

}

.woocommerce a.compare.button{

	background: #ffffff;

    font-size: 0px;

    margin: 0;

    transition: none;

}

.woocommerce ul.products .button.yith-wcqv-button:hover {

    background-color: #e79e1d;

}

.single-product .entry-summary a.compare.button:before {

	font-size:14px;

}

.woocommerce ul.products li .product-button-hover .add_to_wishlist:hover {

    background-color: #e79e1d;

	color: #ffffff;

}

.yith-wcwl-wishlistaddedbrowse, .yith-wcwl-wishlistexistsbrowse a, 

.woocommerce .yith-wcwl-add-to-wishlist a.add_to_wishlist a, 

.woocommerce ul.products a.compare.button {

    transition: none;

    display: block;

    height: 35px;

    width: 35px;

	color:#000;

	position:relative;

}

.yith-wcwl-wishlistaddedbrowse a:hover, .yith-wcwl-wishlistexistsbrowse a:hover, .woocommerce .yith-wcwl-add-to-wishlist a.add_to_wishlist a:hover, .woocommerce ul.products a.compare.button:hover {

    background-color: #e79e1d;

	color:#ffffff;

}



.woocommerce .entry-summary .yith-wcwl-add-to-wishlist a.add_to_wishlist:before,

.product-button-hover .yith-wcwl-add-to-wishlist .add_to_wishlist:before {

	font-family: "FontAwesome";

    content: '\f08a';

    font-size: 17px;

    position: absolute;

    top: 0;

    left: 0;

    right: 0;

    text-align: center;

    margin: 0px;

    padding: 0 9px;

    line-height: 37px;

}

.woocommerce .entry-summary .yith-wcwl-wishlistexistsbrowse a:before,

.woocommerce .entry-summary .yith-wcwl-wishlistaddedbrowse a:before,

.product-button-hover .yith-wcwl-wishlistexistsbrowse a:before,

.product-button-hover .yith-wcwl-wishlistaddedbrowse a:before {

	content: "\f112";

    display: inline-block;

    font-family: "FontAwesome";

    font-size: 13px;

    position: absolute;

    left: 0;

    right: 0;

    padding: 0;

    margin: 0px;

    text-align: center;

    top: 0;

    bottom: 0;

    line-height: 37px;

}

.woocommerce .entry-summary .yith-wcwl-add-to-wishlist a.add_to_wishlist:before,

.woocommerce .entry-summary .yith-wcwl-wishlistexistsbrowse a:before,

.woocommerce .entry-summary .yith-wcwl-wishlistaddedbrowse a:before,

.woocommerce .entry-summary .compare.button:before, 

.woocommerce .entry-summary a.compare.button.added:before, 

.single-product .entry-summary a.compare.button:before{

	text-align: center;

    width: 19px;

    padding: 0;

    line-height: 20px;

    margin: 0;

}

.woocommerce ul.products li.product .yith-wcwl-wishlistexistsbrowse a:hover,

.woocommerce ul.products li.product .yith-wcwl-wishlistaddedbrowse a:hover {

	color: #ffffff;

	background-color: #e79e1d;

}

.yith-wcwl-add-to-wishlist .ajax-loading {

	left:0px;

	right:0px;

	margin:0 auto;

	position:absolute;

	top:13px;

	margin-left:auto !important;

}

.list .yith-wcwl-add-to-wishlist .ajax-loading {

	left:14px;

}

#woo-products {

	clear:both;

	position:relative;

}

.woocommerce ul.products li.product strong,

.woocommerce-page ul.products li.product strong {

	display:block;

}

.primary-sidebar .price_label {

	font-size:14px;

}

.price_label,

.woocommerce ul.products li.product .price,

.woocommerce-page ul.products li.product .price {

    display: inline-block;

    width: 100%;

    font-size: 19px;

	font-family: 'Inter';

    color: #160E08;

    letter-spacing: 0;

    padding: 0px;

    position: relative;

    line-height: 24px;


    margin-bottom: 9px;

}

.primary-sidebar .price_label, .amount, .price {

    color: #160E08;

    font-family: 'Inter';

}

td .amount bdi {

    font-size: 15px;

}

.woocommerce ul.products li.product .image-block .price,

.woocommerce-page ul.products li.product .image-block .price {

	bottom:8px;

	position:absolute;

	right:0;

}

.woocommerce ul.products.list li.product .image-block .price,

.woocommerce ul.products.list li.product .image-block .price {

	width:auto;

}

.primary-sidebar del .amount,

.woocommerce ul.products li.product .price del,

.woocommerce-page ul.products li.product .price del {

    margin-right: 3px;

    color: #999999;

    text-decoration: line-through;

    display: inline-block;

    font-size: 18px;

    font-weight: 400;

}

.primary-sidebar .amount {

    margin: 0;

    color: #c34795;

    font-weight: 500;

    font-size: 15px;

    line-height: 20px;

    letter-spacing: 0.6px;

}

.single-product.woocommerce .thumbnails #slider-prev,

.single-product.woocommerce .thumbnails #slider-next {

	background-image:none !important;

	height:22px !important;

	width:22px !important;

	display:block;

	font-size:0;

	color:#000;

	position:absolute;

	right:0;

	text-align:center;

	top:46%;

	line-height:20px;

	transition:all 0.3s ease 0s;

	-webkit-transition:all 0.3s ease 0s;

	-moz-transition:all 0.3s ease 0s;

	-ms-transition:all 0.3s ease 0s;

	-o-transition:all 0.3s ease 0s;

	border:1px solid #000;

	background-color:#fff!important;

	border-radius:50px;

	-webkit-border-radius:50px;

	-o-border-radius:50px;

	-moz-border-radius:50px;

}

.single-product.woocommerce .thumbnails #slider-prev {

	left:0;

	right:auto;

}

.single-product.woocommerce .thumbnails #slider-next {

	right:0;

	left:auto;

}

.single-product.woocommerce .thumbnails #slider-prev:hover,

.single-product.woocommerce .thumbnails #slider-next:hover {

	background-color:#000000 !important;

	color:#fff;

	border-color:#000000;

}

.single-product.woocommerce .thumbnails #slider-prev:before,

.single-product.woocommerce .thumbnails #slider-next:before {

	font-family:'FontAwesome';

	font-size:16px;

	text-align:center;

	position:absolute;

	right:0;

	left:0;

}

.single-product.woocommerce .thumbnails #slider-prev:before {

	content:'\f104';

	left:-1px;

}

.single-product.woocommerce .thumbnails #slider-next:before {

	content:'\f105';

	right:-2px;

}

.single-product #content .images .attachment-shop_single {

	width:100%;

}

.summary .price {

	color:#000;

	font-size:22px;

	font-weight:600;

}

.summary .price del {

	font-weight:normal;

	color:#b2b2b2;

}

.summary .price del span {

	font-size:18px;

}

.single-product #content div.product .group_table del,

.single-product #content div.product .group_table ins {

	font-size:14px;

}

.single-product #content div.product .group_table del {

	color:#909090;

	font-weight:normal;

}

.group_table .quantity {

	display:inline-flex;

}

.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,

	.5);

}

.woocommerce .woocommerce-ordering,

.woocommerce .woocommerce-result-count,

.woocommerce-page .woocommerce-ordering,

.woocommerce-page .woocommerce-result-count {

	margin-bottom:0;

}

woocommerce .woocommerce-ordering select,

.woocommerce-page .woocommerce-ordering select {

	vertical-align:top;

}

.woocommerce-pagination {

	text-align:center;

	margin:40px 0px;

}

.woocommerce #content nav.woocommerce-pagination ul,

.woocommerce nav.woocommerce-pagination ul,

.woocommerce-page #content nav.woocommerce-pagination ul,

.woocommerce-page nav.woocommerce-pagination ul {

	white-space:nowrap;

	padding:0;

	clear:both;

	margin:1px;

}

.woocommerce #content nav.woocommerce-pagination ul li,

.woocommerce nav.woocommerce-pagination ul li,

.woocommerce-page #content nav.woocommerce-pagination ul li,

.woocommerce-page nav.woocommerce-pagination ul li {

	background:#ffffff;

	padding:0;

	margin:0 2px;

	display:inline-block;

	overflow:hidden;

	text-align:center;

}

.woocommerce-pagination span,

.woocommerce-pagination a {

	margin: 0;

    text-decoration: none;

    font-weight: 500;

    height: 35px;

    width: 35px;

    line-height: 34px;

    display: block;

    border: 1px solid #000000;

    background: #000000;

    color: #ffffff;

    -webkit-border-radius: 5px;

    -moz-border-radius: 5px;

    -ms-border-radius: 5px;

    -o-border-radius: 5px;

    border-radius: 5px;

}

.woocommerce-pagination span.current,

.woocommerce-pagination a:hover {

	background: #f2921d;

    border: 1px solid #f2921d;

    color: #ffffff;

}

.woocommerce ul.products li.product .button.loading:after {

	content:"";

	display:block;

	height:14px;

	position:absolute;

	right:0px;

	left:0px;

	margin:0 auto;

	top:7px;

	width:14px;

	background:url("../../images/ajax-loader.gif") center no-repeat transparent;

	padding:4px 3px;

	border-radius:50%;

	-webkit-border-radius:50%;

	-khtml-border-radius:50%;

	-moz-border-radius:50%;

}

.widget_shopping_cart_content .buttons .wc-forward {

    box-sizing: border-box;

    margin: 0 2px 5px;

    text-align: center;

    padding: 7px 10px;


}

.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,

.woocommerce .product-button-hover a.added_to_cart,

.woocommerce-page .product-button-hover a.added_to_cart{

	padding-top:.5em;

	white-space:nowrap;

	display:none;

}

.woocommerce #reviews h2 small,

.woocommerce-page #reviews h2 small {

	float:right;

	color:#000;

	font-size:15px;

	line-height:21px;

	margin:10px 0 0;

}

.woocommerce #reviews h2 small a,

.woocommerce-page #reviews h2 small a {

	text-decoration:none;

}

.woocommerce #reviews h3,

.woocommerce-page #reviews h3 {

	font-weight:bold;

	margin:0 0 10px;

}

.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,

.woocommerce-page #reviews #comments .add_review {

	*zoom:1;

}

.woocommerce #reviews #comments .add_review:after,

.woocommerce #reviews #comments .add_review:before,

.woocommerce-page #reviews #comments .add_review:after,

.woocommerce-page #reviews #comments .add_review:before {

	content:" ";

	display:table;

}

.woocommerce #reviews #comments .add_review:after,

.woocommerce-page #reviews #comments .add_review:after {

	clear:both;

}

.woocommerce #reviews #comments h2,

.woocommerce-page #reviews #comments h2 {

	clear:none;

}

.woocommerce #reviews #comments ol.commentlist,

.woocommerce-page #reviews #comments ol.commentlist {

	*zoom:1;

	margin:0;

	width:100%;

	background:0 0;

	list-style:none;

}

.woocommerce #reviews #comments ol.commentlist:after,

.woocommerce #reviews #comments ol.commentlist:before,

.woocommerce-page #reviews #comments ol.commentlist:after,

.woocommerce-page #reviews #comments ol.commentlist:before {

	content:" ";

	display:table;

}

.woocommerce #reviews #comments ol.commentlist:after,

.woocommerce-page #reviews #comments ol.commentlist:after {

	clear:both;

}

.woocommerce #reviews #comments ol.commentlist li,

.woocommerce-page #reviews #comments ol.commentlist li {

	padding:0;

	margin:0 0 20px;

	position:relative;

	background:0;

	border:0;

}

.woocommerce #reviews #comments ol.commentlist li .meta,

.woocommerce-page #reviews #comments ol.commentlist li .meta {

	color:#000;

	font-size:.75em;

}

.woocommerce #reviews #comments ol.commentlist li img.avatar,

.woocommerce-page #reviews #comments ol.commentlist li img.avatar {

	float:left;

	position:absolute;

	top:0;

	left:0;

	padding:3px;

	width:32px;

	height:auto;

	background:#f7f6f7;

	border:1px solid #f0eef0;

	margin:0;

	line-height:1;

}

.woocommerce #reviews #comments ol.commentlist li .comment-text,

.woocommerce-page #reviews #comments ol.commentlist li .comment-text {

	margin:0 0 0 50px;

	border:1px solid #e5e5e5;

	padding:1em 1em 0;

	*zoom:1;

}

.woocommerce #reviews #comments ol.commentlist li .comment-text:after,

.woocommerce #reviews #comments ol.commentlist li .comment-text:before,

.woocommerce-page #reviews #comments ol.commentlist li .comment-text:after,

.woocommerce-page #reviews #comments ol.commentlist li .comment-text:before {

	content:" ";

	display:table;

}

.woocommerce #reviews #comments ol.commentlist li .comment-text:after,

.woocommerce-page #reviews #comments ol.commentlist li .comment-text:after {

	clear:both;

}

.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:13px;

}

.woocommerce #reviews #comments ol.commentlist ul.children,

.woocommerce-page #reviews #comments ol.commentlist ul.children {

	list-style:none outside;

	margin:20px 0 0 50px;

}

.woocommerce #reviews #comments ol.commentlist ul.children .star-rating,

.woocommerce-page #reviews #comments ol.commentlist ul.children .star-rating {

	display:none;

}

.woocommerce #reviews #comments ol.commentlist #respond,

.woocommerce-page #reviews #comments ol.commentlist #respond {

	border:1px solid #f0eef0;

	-webkit-border-radius:4px;

	border-radius:4px;

	padding:1em 1em 0;

	margin:20px 0 0 50px;

}

.woocommerce #reviews #comments .commentlist>li:before,

.woocommerce-page #reviews #comments .commentlist>li:before {

	content:"";

}

#tab-reviews .comment-text .star-rating {

	margin:0 0 10px;

}

.woo-content.products_block.featured .star-rating {

	bottom:70px;

	right:8px;

}

.woocommerce .star-rating,

.woocommerce-page .star-rating,

.wpb_wl_summary .star-rating {

    overflow: hidden;

    position: relative;

    font-size: 11px;

    height: 18px;

    line-height: 18px;

    width: 6.5em;

    font-family: star;

    letter-spacing: 3px;

    margin: 0px auto;

    margin-bottom: 10px;

}

.woocommerce .comment-text .star-rating {

	line-height:20px;

}

.woocommerce ul.products.list li.product .star-rating,

.woocommerce-page .products.list .star-rating {

	position:relative;

	top:3px;

	margin:5px 0 10px;

	clear:both;

	opacity: 1;

    -khtml-opacity: 1;

    -webkit-opacity: 1;

    -moz-opacity: 1;

}

.woocommerce .star-rating:before,

.woocommerce-page .star-rating:before,

.wpb_wl_summary .star-rating:before {

	content:"\53\53\53\53\53";

	color:#bfbfbf;

	float:left;

	top:0;

	left:0;

	position:absolute;

}

.woocommerce .star-rating span,

.woocommerce-page .star-rating span,

.wpb_wl_summary .star-rating span {

	overflow:hidden;

	float:left;

	top:0;

	left:0;

	position:absolute;

	padding-top:2.8em;

	color:#333;

}

.woocommerce .single-product-full.side-widget-area #content .product div.entry-summary .star-rating span {

    padding-top: 1.8em;

}

.woocommerce .single-product-full.side-widget-area #content .product div.entry-summary .star-rating{

	 height: 18px;

    line-height: 18px;

}

.woocommerce .star-rating span:before,

.woocommerce-page .star-rating span:before,

.wpb_wl_summary .star-rating span:before {

	content:"\53\53\53\53\53";

	top:0;

	position:absolute;

	left:0;

	color:#ffc000;

}

.woocommerce .woocommerce-product-rating,

.woocommerce-page .woocommerce-product-rating {

	display:block;

	margin:0 0 10px;

}

.woocommerce .woocommerce-product-rating .star-rating,

.woocommerce-page .woocommerce-product-rating .star-rating,

.wpb_wl_summary .star-rating {

	bottom:0;

	opacity: 1;

	float:left;

	left:0;

	margin:4px 6px 0 0;

	position:relative;

}

.woocommerce .products .star-rating:before,

.woocommerce-page .products .star-rating:before {

	color:#d6d6d6;

}

.woocommerce .products .star-rating span,

.woocommerce-page .products .star-rating span {

	color:#ffaa00;

}

.woocommerce ul.products.list li.product .star-rating, .woocommerce-page ul.products.list li.product .star-rating {

    display: none;

}

.woocommerce ul.products.list li.product .product-detail-wrapper .star-rating, .woocommerce-page ul.products.list li.product .product-detail-wrapper .star-rating {

    display: block;

    margin-left: 0;

}

.woocommerce ul.products.list li.product .product-detail-wrapper .star-rating span, .woocommerce-page ul.products.list li.product .product-detail-wrapper .star-rating span{

	padding-top: 1.5em;

}

.woocommerce .hreview-aggregate .star-rating,

.woocommerce-page .hreview-aggregate .star-rating {

	margin:10px 0 0;

}

.woocommerce #review_form #respond,

.woocommerce-page #review_form #respond {

	*zoom:1;

	position:static;

	margin:0;

	width:auto;

	padding:0;

	background:transparent none;

	border:0;

}

.woocommerce #review_form #respond:after,

.woocommerce #review_form #respond:before,

.woocommerce-page #review_form #respond:after,

.woocommerce-page #review_form #respond:before {

	content:" ";

	display:table;

}

.woocommerce #review_form #respond:after,

.woocommerce-page #review_form #respond:after {

	clear:both;

}

.woocommerce #review_form #respond p,

.woocommerce-page #review_form #respond p {

	margin:10px 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 {

	position:relative;

	font-size:1em;

}

.woocommerce p.stars a,

.woocommerce-page p.stars a {

	display:inline-block;

	font-size:14px;

	font-weight:600;

	margin-right:0.2em;

	text-indent:-9999px;

	position:relative;

}

.woocommerce p.stars a,

.woocommerce-page p.stars a {

	color:#000000;

}

.woocommerce p.stars a:hover,

.woocommerce-page p.stars a:hover,

.woocommerce p.stars a.active,

.woocommerce-page p.stars a.active {

	color:#000000;

}

.woocommerce p.stars a:last-child,

.woocommerce-page p.stars a:last-child {

	border-right:0;

}

.woocommerce p.stars a:before,

.woocommerce p.stars a:hover~a:before {

	content:"\e021"

}

.woocommerce p.stars.selected a.active:before,

.woocommerce p.stars:hover a:before {

	content:"\e020"

}

.woocommerce p.stars.selected a.active~a:before {

	content:"\e021"

}

.woocommerce p.stars.selected a:not(.active):before {

	content:"\e020"

}

.woocommerce p.stars a:before {

	display:block;

	position:absolute;

	top:0;

	left:0;

	width:1em;

	height:1em;

	line-height:1;

	font-family:WooCommerce;

	text-indent:0

}

.woocommerce p.stars a {

	position:relative;

	height:1em;

	width:1em;

	text-indent:-999em;

	display:inline-block;

	text-decoration:none

}

.woocommerce p.stars a,

.woocommerce-page p.stars a {

	color:#ffaa00;

}

.woocommerce p.stars a:hover,

.woocommerce-page p.stars a:hover,

.woocommerce p.stars a.active,

.woocommerce-page p.stars a.active {

	color:#ffaa00;

}

.woocommerce .blockUI.blockOverlay {

	position:relative

}

.woocommerce .blockUI.blockOverlay:before,

.woocommerce .loader:before {

	height:1em;

	width:1em;

	position:absolute;

	top:50%;

	left:50%;

	margin-left:-.5em;

	margin-top:-.5em;

	display:block;

	content:"";

	-webkit-animation:spin 1s ease-in-out infinite;

	-moz-animation:spin 1s ease-in-out infinite;

	animation:spin 1s ease-in-out infinite;

	background:url("../../images/loader.svg") center center;

	background-size:cover;

	line-height:1;

	text-align:center;

	font-size:2em;

	color:rgba(0,

	0,

	0,

	.75)

}

.woocommerce table.shop_attributes,

.woocommerce-page table.shop_attributes {

	display:table;

	float:none;

	width:100%;

}

.woocommerce table.shop_attributes th,

.woocommerce-page table.shop_attributes th {

	width:150px;

	font-weight:bold;

	padding:10px 5px 10px 25px;

	border-top:0;

	margin:0;

	color:#000;

}

.woocommerce table.shop_attributes td,

.woocommerce-page table.shop_attributes td {

	padding:8px;

	border-top:0;

	margin:0;

}

.woocommerce table.shop_attributes td p,

.woocommerce-page table.shop_attributes td p {

	margin:0;

	padding:0;

}

.woocommerce table.shop_attributes th,

.woocommerce-page table.shop_attributes th {

	background:#fff;

}

.woocommerce table.shop_attributes td,

.woocommerce-page table.shop_attributes td {

	background:#fff;

}

.woocommerce table.shop_table,

.woocommerce-page table.shop_table {

	margin:20px 0 30px;

	width:100%;

	border-collapse:separate;

	background:#fff;

}

.woocommerce table.shop_table.cart,

.woocommerce-page table.shop_table.cart {

	margin:0 0 30px;

}

.woocommerce table.shop_table th,

.woocommerce-page table.shop_table th {

    font-size: 15px;

    font-weight: 700;

    line-height: 40px;

    background: #fff;

    color: #000;

}

.woocommerce table.shop_table td,

.woocommerce-page table.shop_table td {

	padding:10px 12px;

	vertical-align:middle;

}

.woocommerce table.shop_table td small,

.woocommerce-page table.shop_table td small {

	font-weight:600;

}

.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:600;

	background:none;

}

.woocommerce table.my_account_orders,

.woocommerce-page table.my_account_orders {} .woocommerce table.my_account_orders td,

.woocommerce table.my_account_orders th,

.woocommerce-page table.my_account_orders td,

.woocommerce-page table.my_account_orders th {

	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:center;

}

.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;

	*zoom:1;

}

.woocommerce td.product-name dl.variation:after,

.woocommerce td.product-name dl.variation:before,

.woocommerce-page td.product-name dl.variation:after,

.woocommerce-page td.product-name dl.variation:before {

	content:" ";

	display:table;

}

.woocommerce td.product-name dl.variation:after,

.woocommerce-page td.product-name dl.variation:after {

	clear:both;

}

.woocommerce td.product-name dl.variation dd,

.woocommerce td.product-name dl.variation dt,

.woocommerce-page td.product-name dl.variation dd,

.woocommerce-page td.product-name dl.variation dt {

	display:inline-block;

	float:left;

	margin-bottom:2px;

}

.woocommerce .shop_table td.product-name dl.variation dd,

.woocommerce .shop_table td.product-name dl.variation dt,

.woocommerce-page .shop_table td.product-name dl.variation dd,

.woocommerce-page .shop_table td.product-name dl.variation dt {

	float:none;

}

.woocommerce td.product-name dl.variation dt,

.woocommerce-page td.product-name dl.variation dt {

	font-weight:700;

	padding:0 0 .25em;

	margin:0 4px 0 0;

	clear:left;

}

.woocommerce td.product-name dl.variation dd,

.woocommerce-page td.product-name dl.variation dd {

	padding:0 0 .25em;

}

.woocommerce td.product-name dl.variation dd p:last-child,

.woocommerce-page td.product-name dl.variation dd p:last-child {

	margin-bottom:0;

}

.woocommerce td.product-name p.backorder_notification,

.woocommerce-page td.product-name p.backorder_notification {

	font-size:.83em;

}

.woocommerce td.product-quantity,

.woocommerce-page td.product-quantity {

	min-width:80px;

}

.woocommerce #content table.cart .product-thumbnail,

.woocommerce table.cart .product-thumbnail,

.woocommerce-page #content table.cart .product-thumbnail,

.woocommerce-page table.cart .product-thumbnail {

	min-width:32px;

}

.woocommerce table.wishlist_table,.woocommerce .wishlist_table.mobile a {

	font-size:13px!important;

}

.woocommerce .wishlist_table.mobile .product-name a {

    font-size: 15px !important;

}

.woocommerce .wishlist_table.mobile h3{

	margin-top:0;

}

.woocommerce #content table.cart img,

.woocommerce table.cart img,

.woocommerce-page #content table.cart img,

.woocommerce-page table.cart img {

	width:50px;

}

.woocommerce #content table.cart td,

.woocommerce #content table.cart th,

.woocommerce table.cart td,

.woocommerce table.cart th,

.woocommerce-page #content table.cart td,

.woocommerce-page #content table.cart th,

.woocommerce-page table.cart td,

.woocommerce-page table.cart th {

	vertical-align:middle;

	text-align:center;

}

.woocommerce .shop_table.cart.wishlist_table td.product-add-to-cart a {

	display:inline-block!important;

}

.woocommerce #content table.cart a.remove,

.woocommerce table.cart a.remove,

.woocommerce-page #content table.cart a.remove,

.woocommerce-page table.cart a.remove {

	display:inline-block;

	font-size:20px;

	font-weight:700;

	height:1em;

	line-height:1;

	text-align:center;

	text-decoration:none;

	width:1em;

}

.woocommerce #content table.cart td.actions .coupon .input-text,

.woocommerce table.cart td.actions .coupon .input-text,

.woocommerce-page #content table.cart td.actions .coupon .input-text,

.woocommerce-page table.cart td.actions .coupon .input-text {

	float:left;

	-webkit-box-sizing:border-box;

	-moz-box-sizing:border-box;

	border:1px solid #a1a1a1;

	margin:0 5px 0 0;

	outline:0;

	line-height:24px;

}

.woocommerce #content table.cart input,

.woocommerce table.cart input,

.woocommerce-page #content table.cart input,

.woocommerce-page table.cart input {

	margin:0;

	vertical-align:middle;

}

.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.mini_cart_item,

.woocommerce-page ul.cart_list li.mini_cart_item {

	margin:0 0 10px;

	list-style:none;

	position:relative;

	text-align:left;

}

.woocommerce ul.product_list_widget li.last {

	margin-bottom:10px;

}

.woocommerce ul.cart_list li:after,

.woocommerce ul.cart_list li:before,

.woocommerce ul.product_list_widget li:after,

.woocommerce ul.product_list_widget li:before,

.woocommerce-page ul.cart_list li:after,

.woocommerce-page ul.cart_list li:before,

.woocommerce-page ul.product_list_widget li:after,

.woocommerce-page ul.product_list_widget li:before {

	content:" ";

	display:table;

}

.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 {

	clear:both;

}

.woocommerce ul.cart_list li a,

.woocommerce-page ul.cart_list li a,

.woocommerce-page ul.product_list_widget li a {

	display:block;

	padding:0 !important;

	margin-bottom:3px;

}

.woocommerce ul.cart_list li a:hover,

.woocommerce ul.product_list_widget li a:hover,

.woocommerce-page ul.cart_list li a:hover,

.woocommerce-page ul.product_list_widget li a:hover {} .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:left;

	margin-right:10px;

	max-width:100%;

}

.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;

	*zoom:1;

}

.woocommerce ul.cart_list li dl:after,

.woocommerce ul.cart_list li dl:before,

.woocommerce ul.product_list_widget li dl:after,

.woocommerce ul.product_list_widget li dl:before,

.woocommerce-page ul.cart_list li dl:after,

.woocommerce-page ul.cart_list li dl:before,

.woocommerce-page ul.product_list_widget li dl:after,

.woocommerce-page ul.product_list_widget li dl:before {

	content:" ";

	display:table;

}

.woocommerce ul.cart_list li dl:after,

.woocommerce ul.product_list_widget li dl:after,

.woocommerce-page ul.cart_list li dl:after,

.woocommerce-page ul.product_list_widget li dl:after {} .woocommerce ul.cart_list li dl dd,

.woocommerce ul.cart_list li dl dt,

.woocommerce ul.product_list_widget li dl dd,

.woocommerce ul.product_list_widget li dl dt,

.woocommerce-page ul.cart_list li dl dd,

.woocommerce-page ul.cart_list li dl dt,

.woocommerce-page ul.product_list_widget li dl dd,

.woocommerce-page ul.product_list_widget li dl dt {

	display:inline-block;

	margin:0 !important;

	float:left;

}

.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 {

	font-weight:700;

	padding:0 0 .25em;

	margin:0 4px 0 0;

	clear:left;

}

.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 {

	padding:0 0 .25em;

	width:42%;

}

.woocommerce ul.cart_list li dl dd p:last-child,

.woocommerce ul.product_list_widget li dl dd p:last-child,

.woocommerce-page ul.cart_list li dl dd p:last-child,

.woocommerce-page ul.product_list_widget li dl dd p:last-child {

	margin-bottom:0;

}

.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;

}

.primary-sidebar .widget.woocommerce ul li .star-rating {

    margin-top: 4px;

    margin-left: 0px;

    margin-right: 0px;

}

.woocommerce .widget_shopping_cart .total,

.woocommerce-page .widget_shopping_cart .total,

.woocommerce-page.widget_shopping_cart .total,

.woocommerce.widget_shopping_cart .total {

	border-top:1px solid #dddddd;

	margin:10px 0 0;

	padding:10px 0;

	text-align:right;

}

.woocommerce .widget_shopping_cart .total strong,

.woocommerce-page .widget_shopping_cart .total strong,

.woocommerce-page.widget_shopping_cart .total strong,

.woocommerce.widget_shopping_cart .total strong {

	min-width:40px;

	display:inline-block;

}

.woocommerce .widget_shopping_cart .total span,

.woocommerce-page .widget_shopping_cart .total span,

.woocommerce-page.widget_shopping_cart .total span,

.woocommerce.widget_shopping_cart .total span {} .woocommerce .widget_shopping_cart .buttons,

.woocommerce-page .widget_shopping_cart .buttons,

.woocommerce-page.widget_shopping_cart .buttons,

.woocommerce.widget_shopping_cart .buttons {

	*zoom:1;

	margin-bottom:0;

	text-align:right;

}

.woocommerce .widget_shopping_cart .buttons:after,

.woocommerce .widget_shopping_cart .buttons:before,

.woocommerce-page .widget_shopping_cart .buttons:after,

.woocommerce-page .widget_shopping_cart .buttons:before,

.woocommerce-page.widget_shopping_cart .buttons:after,

.woocommerce-page.widget_shopping_cart .buttons:before,

.woocommerce.widget_shopping_cart .buttons:after,

.woocommerce.widget_shopping_cart .buttons:before {

	content:" ";

	display:table;

}

.woocommerce .widget_shopping_cart .buttons:after,

.woocommerce-page .widget_shopping_cart .buttons:after,

.woocommerce-page.widget_shopping_cart .buttons:after,

.woocommerce.widget_shopping_cart .buttons:after {

	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 .shipping-calculator-button:after,

.woocommerce-page .cart-collaterals .shipping_calculator .shipping-calculator-button:after {

	font-family:WooCommerce;

	speak:none;

	font-weight:600;

	font-variant:normal;

	text-transform:none;

	line-height:1;

	-webkit-font-smoothing:antialiased;

	margin-left:7px;

	content:"\e02e";

}

.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:#000;

	font-size:.83em;

}

.woocommerce .cart-collaterals .cart_totals table,

.woocommerce-page .cart-collaterals .cart_totals table {

	border-collapse:separate;

	padding:0;

}

.woocommerce .cart-collaterals .cart_totals table tr:first-child td,

.woocommerce .cart-collaterals .cart_totals table tr:first-child th,

.woocommerce-page .cart-collaterals .cart_totals table tr:first-child td,

.woocommerce-page .cart-collaterals .cart_totals table tr:first-child th {

	border-top:0;

}

.woocommerce .cart-collaterals .cart_totals table th,

.woocommerce-page .cart-collaterals .cart_totals table th {

	padding:6px 12px 6px 10px;

	width:50%;

	background:#f5f5f5;

}

.woocommerce .cart-collaterals .cart_totals table td,

.woocommerce-page .cart-collaterals .cart_totals table td {

	padding:12px;

}

.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 {

	vertical-align:middle;

}

.woocommerce .cart-collaterals .cart_totals table small,

.woocommerce-page .cart-collaterals .cart_totals table small {

	display:block;

	color:#000;

}

.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 a.button.alt,

.woocommerce-page .cart-collaterals .cart_totals a.button.alt {

	display:inline-block;

	padding:9px 40px 9px;

	box-sizing:border-box;

}

.cart_totals table {

	display:inline-table;

}

.woocommerce .cart-collaterals .cross-sells ul.products li.product,

.woocommerce-page .cart-collaterals .cross-sells ul.products li.product {

	margin-top:0;

}

.woocommerce form .form-row,

.woocommerce-page form .form-row {

	padding:3px 0;

	margin:0 0 6px;

}

.woocommerce form .form-row[placeholder]:focus::-webkit-input-placeholder,

.woocommerce-page form .form-row[placeholder]:focus::-webkit-input-placeholder {

	-webkit-transition:opacity .5s .5s ease;

	-moz-transition:opacity .5s .5s ease;

	transition:opacity .5s .5s ease;

	opacity:0;

	-khtml-opacity:0;

	-webkit-opacity:0;

	-moz-opacity:0;

}

.woocommerce form .form-row label,

.woocommerce-page form .form-row label {

	line-height:2em;

}

.woocommerce form .form-row label.hidden,

.woocommerce-page form .form-row label.hidden {

	visibility:hidden;

}

.woocommerce form .form-row label.inline,

.woocommerce-page form .form-row label.inline {

	display:inline;

	margin:0 8px;

}

.woocommerce form .form-row select,

.woocommerce-page form .form-row select {

	border:1px solid #e5e5e5;

	cursor:pointer;

	margin:0;

	padding:5px;

}

.shipping_calculator > h2,

.cart_totals > h2 {

    font-size: 15px;

    font-weight: 700;

    text-align: right;

    letter-spacing: 0;

}

.shipping_calculator > h2 a {

	color:#191919;

	text-transform:uppercase;

	font-size:18px;

}

.woocommerce form .form-row .required,

.woocommerce-page form .form-row .required {

	color:red;

	font-weight:700;

	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 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;

}

.woocommerce form .form-row input#coupon_code {

    height: 40px;

}

.woocommerce form .form-row textarea,

.woocommerce-page form .form-row textarea {

	height:4em;

	line-height:1.5em;

	display:block;

	-moz-box-shadow:none;

	-webkit-box-shadow:none;

	box-shadow:none;

}

.woocommerce form .form-row.validate-required.woocommerce-invalid .chosen-drop,

.woocommerce form .form-row.validate-required.woocommerce-invalid .chosen-single,

.woocommerce 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 .chosen-drop,

.woocommerce-page form .form-row.validate-required.woocommerce-invalid .chosen-single,

.woocommerce-page form .form-row.validate-required.woocommerce-invalid input.input-text,

.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:normal;

}

.woocommerce form .form-row:-moz-placeholder,

.woocommerce-page form .form-row:-moz-placeholder {

	line-height:normal;

}

.woocommerce form .form-row:-ms-input-placeholder,

.woocommerce-page form .form-row:-ms-input-placeholder {

	line-height:normal;

}

.woocommerce form.checkout_coupon,

.woocommerce-page form.checkout_coupon {

	border:1px solid #e5e5e5;

	padding:20px;

	margin:2em 0;

	text-align:left;

}

.woocommerce ul#shipping_method,

.woocommerce-page ul#shipping_method {

	list-style:none outside;

	margin:0;

	padding:0;

}

.woocommerce ul#shipping_method li,

.woocommerce-page ul#shipping_method li {

	margin:0;

	padding:.25em 22px .25em;

	text-indent:-22px;

	list-style:none outside;

}

.woocommerce ul#shipping_method .amount,

.woocommerce-page ul#shipping_method .amount {

	font-weight:700;

}

.woocommerce p.woocommerce-shipping-contents,

.woocommerce-page p.woocommerce-shipping-contents {

	margin:0;

}

.woocommerce .checkout .col-2 h3#ship-to-different-address,

.woocommerce-page .checkout .col-2 h3#ship-to-different-address {

	float:left;

	clear:none;

}

.woocommerce .checkout .col-2 .form-row-first,

.woocommerce .checkout .col-2 .notes,

.woocommerce-page .checkout .col-2 .form-row-first,

.woocommerce-page .checkout .col-2 .notes {

	clear:left;

}

.woocommerce .checkout .create-account small,

.woocommerce-page .checkout .create-account small {

	font-size:11px;

	color:#000;

	line-height:13px;

	font-weight:600;

}

.woocommerce .checkout div.shipping-address,

.woocommerce-page .checkout div.shipping-address {

	padding:0;

	clear:left;

	width:100%;

}

.woocommerce .checkout .shipping_address,

.woocommerce-page .checkout .shipping_address {

	clear:both;

}

.woocommerce #payment ul.payment_methods,

.woocommerce-page #payment ul.payment_methods {

	*zoom:1;

	border:1px solid #e5e5e5;

	list-style:outside none none;

	margin:0;

	padding:30px;

	text-align:left;

}

.woocommerce #payment ul.payment_methods:after,

.woocommerce #payment ul.payment_methods:before,

.woocommerce-page #payment ul.payment_methods:after,

.woocommerce-page #payment ul.payment_methods:before {

	content:" ";

	display:table;

}

.woocommerce #payment ul.payment_methods:after,

.woocommerce-page #payment ul.payment_methods:after {

	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:500;

}

.woocommerce #payment ul.payment_methods li input,

.woocommerce-page #payment ul.payment_methods li input {

	margin:0 0.5em 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 0;

	border-top:1px solid #fff;

}

.woocommerce #payment div.payment_box,

.woocommerce-page #payment div.payment_box {

	position:relative;

	width:96%;

	padding:1em 2%;

	margin:1em 0;

	font-size:.92em;

	-webkit-border-radius:2px;

	border-radius:2px;

	line-height:1.5em;

	background:#f5f5f5;

	color:#808080;

	text-shadow:0 1px 0 rgba(255,

	255,

	255,

	.8);

}

.woocommerce #payment div.payment_box input.input-text,

.woocommerce #payment div.payment_box textarea,

.woocommerce-page #payment div.payment_box input.input-text,

.woocommerce-page #payment div.payment_box textarea {

	border-color:#d4cdd2;

	border-top-color:#c8bfc6;

	box-shadow:0 1px 0 0 rgba(255,

	255,

	255,

	.4);

	-webkit-box-shadow:0 1px 0 0 rgba(255,

	255,

	255,

	.4);

}

.woocommerce #payment div.payment_box::-webkit-input-placeholder,

.woocommerce-page #payment div.payment_box::-webkit-input-placeholder {

	color:#c8bfc6;

}

.woocommerce #payment div.payment_box:-moz-placeholder,

.woocommerce-page #payment div.payment_box:-moz-placeholder {

	color:#c8bfc6;

}

.woocommerce #payment div.payment_box:-ms-input-placeholder,

.woocommerce-page #payment div.payment_box:-ms-input-placeholder {

	color:#c8bfc6;

}

.woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc,

.woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry,

.woocommerce #payment div.payment_box .wc-credit-card-form-card-number,

.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-cvc,

.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-expiry,

.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-number {

	font-size:1.5em;

	padding:8px;

	background-repeat:no-repeat;

	background-position:right;

}

.woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.visa,

.woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.visa,

.woocommerce #payment div.payment_box .wc-credit-card-form-card-number.visa,

.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-cvc.visa,

.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-expiry.visa,

.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-number.visa {

	background-image:url(../images/icons/credit-cards/visa.png);

}

.woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,

.woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,

.woocommerce #payment div.payment_box .wc-credit-card-form-card-number.mastercard,

.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,

.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,

.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-number.mastercard {

	background-image:url(../images/icons/credit-cards/mastercard.png);

}

.woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.laser,

.woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.laser,

.woocommerce #payment div.payment_box .wc-credit-card-form-card-number.laser,

.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-cvc.laser,

.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-expiry.laser,

.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-number.laser {

	background-image:url(../images/icons/credit-cards/laser.png);

}

.woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,

.woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,

.woocommerce #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,

.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,

.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,

.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-number.dinersclub {

	background-image:url(../images/icons/credit-cards/diners.png);

}

.woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,

.woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,

.woocommerce #payment div.payment_box .wc-credit-card-form-card-number.maestro,

.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,

.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,

.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-number.maestro {

	background-image:url(../images/icons/credit-cards/maestro.png);

}

.woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,

.woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,

.woocommerce #payment div.payment_box .wc-credit-card-form-card-number.jcb,

.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,

.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,

.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-number.jcb {

	background-image:url(../images/icons/credit-cards/jcb.png);

}

.woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.amex,

.woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.amex,

.woocommerce #payment div.payment_box .wc-credit-card-form-card-number.amex,

.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-cvc.amex,

.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-expiry.amex,

.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-number.amex {

	background-image:url(../images/icons/credit-cards/amex.png);

}

.woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.discover,

.woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.discover,

.woocommerce #payment div.payment_box .wc-credit-card-form-card-number.discover,

.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-cvc.discover,

.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-expiry.discover,

.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-number.discover {

	background-image:url(../images/icons/credit-cards/discover.png);

}

.woocommerce #payment div.payment_box span.help,

.woocommerce-page #payment div.payment_box span.help {

	font-size:13px;

	color:#000;

	line-height:13px;

	font-weight:600;

}

.woocommerce #payment div.payment_box .form-row,

.woocommerce-page #payment div.payment_box .form-row {

	margin:0 0 1em;

}

.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:after,

.woocommerce-page #payment div.payment_box:after {

	content:"";

	display:block;

	border:8px solid #f5f5f5;

	border-right-color:transparent;

	border-left-color:transparent;

	border-top-color:transparent;

	position:absolute;

	top:-1px;

	left:0;

	margin:-1em 0 0 2em;

}

.woocommerce-thankyou-order-details {

	padding:24px 30px 30px;

}

.woocommerce .order_details,

.woocommerce-page .order_details {

	margin:0 0 24px;

	list-style:none;

	background-color:#fff;

}

.woocommerce .order_details:after,

.woocommerce .order_details:before,

.woocommerce-page .order_details:after,

.woocommerce-page .order_details:before {

	content:" ";

	display:table;

}

.woocommerce .order_details:after,

.woocommerce-page .order_details:after {

	clear:both;

}

.woocommerce .order_details li,

.woocommerce-page .order_details li {

	float:left;

	margin-right:2em;

	text-transform:uppercase;

	font-size:.715em;

	border-right:1px dashed #e5e5e5;

	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;

	color:#000;

	font-weight:600;

}

.woocommerce .order_details li:last-of-type,

.woocommerce-page .order_details li:last-of-type {

	border:0;

}

.woocommerce .addresses .title,

.woocommerce-page .addresses .title {

	*zoom:1;

}

.woocommerce .addresses .title:after,

.woocommerce .addresses .title:before,

.woocommerce-page .addresses .title:after,

.woocommerce-page .addresses .title:before {

	content:" ";

	display:table;

}

.woocommerce .addresses .title:after,

.woocommerce-page .addresses .title:after {

	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:700;

	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:0;

}

.woocommerce ul.digital-downloads li:before,

.woocommerce-page ul.digital-downloads li:before {

	font-family:WooCommerce;

	speak:none;

	font-weight:600;

	font-variant:normal;

	text-transform:none;

	line-height:1;

	-webkit-font-smoothing:antialiased;

	margin-right:7px;

	content:"\e00a";

}

.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 {

	*zoom:1;

	padding:0;

	list-style:none;

}

.woocommerce .widget_layered_nav ul li:after,

.woocommerce .widget_layered_nav ul li:before,

.woocommerce-page .widget_layered_nav ul li:after,

.woocommerce-page .widget_layered_nav ul li:before {

	content:" ";

	display:table;

}

.woocommerce .widget_layered_nav ul li:after,

.woocommerce-page .widget_layered_nav ul li:after {

	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:4px 4px;

	float:left;

}

.woocommerce .widget_layered_nav ul li.chosen a,

.woocommerce-page .widget_layered_nav ul li.chosen a {

	padding:4px 0;

	text-decoration:none;

}

.woocommerce .widget_layered_nav ul li.chosen a:before,

.woocommerce-page .widget_layered_nav ul li.chosen a:before {

	font-family:WooCommerce;

	speak:none;

	font-weight:600;

	font-variant:normal;

	text-transform:none;

	line-height:1;

	-webkit-font-smoothing:antialiased;

	margin-right:7px;

	content:"\e013";

}

.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:#000;

}

.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;

	clear:both;

}

.woocommerce .widget_layered_nav_filters ul li a,

.woocommerce-page .widget_layered_nav_filters ul li a {

	padding:0 6px;

	text-decoration:none;

	float:left;

}

.woocommerce .widget_layered_nav_filters ul li a:before,

.woocommerce-page .widget_layered_nav_filters ul li a:before {

	font-family:WooCommerce;

	speak:none;

	font-weight:600;

	font-variant:normal;

	text-transform:none;

	line-height:1;

	-webkit-font-smoothing:antialiased;

	margin-right:7px;

	content:"\e013";

}

.woocommerce .widget_price_filter .price_slider,

.woocommerce-page .widget_price_filter .price_slider {

	margin-bottom:2em;

	margin-top:2em;

}

.woocommerce .widget_price_filter .price_slider_amount,

.woocommerce-page .widget_price_filter .price_slider_amount {

	text-align:right;

	line-height:2.4em;

	font-size:.8751em;

	margin-bottom: 10px;

}

.woocommerce .widget_price_filter .price_slider_amount .button,

.woocommerce-page .widget_price_filter .price_slider_amount .button {

	float:left;

	border:none;

}

.price_slider_amount .price_label {

    text-align: left;

    margin: 15px 0 0;

    padding: 0;

    clear: both;

}

.woocommerce .widget_price_filter .ui-slider,

.woocommerce-page .widget_price_filter .ui-slider {

	position:relative;

	text-align:left;

}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,

.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle {

    background: #c34795;

    border: 1px solid #c34795;

    transform: rotate(-45deg);

    -webkit-transform: rotate(-45deg);

    -ms-transform: rotate(-45deg);

    -o-transform: rotate(-45deg);

    -moz-transform: rotate(-45deg);

    box-shadow: none;

    -moz-box-shadow: none;

    -webkit-box-shadow: none;

    cursor: pointer;

    height: 6px;

    outline: 0 none;

    position: absolute;

    top: -3px;

    width: 6px;

    z-index: 2;

}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle:last-child,

.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle:last-child {

	margin-left:-8px;

}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range,

.woocommerce-page .widget_price_filter .ui-slider .ui-slider-range {

	position:absolute;

	z-index:1;

	font-size:.7em;

	display:block;

	border:0;

	background-color:#aaaaaa;

}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content,

.woocommerce-page .widget_price_filter .price_slider_wrapper .ui-widget-content {

	-webkit-border-radius:1em;

	border-radius:1em;

	background-color:#f5f5f5;

}

.woocommerce .widget_price_filter .ui-slider-horizontal,

.woocommerce-page .widget_price_filter .ui-slider-horizontal {

	height:2px;

}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range,

.woocommerce-page .widget_price_filter .ui-slider-horizontal .ui-slider-range {

	top:0;

	height:100%;

}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-min,

.woocommerce-page .widget_price_filter .ui-slider-horizontal .ui-slider-range-min {

	left:-1px;

}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-max,

.woocommerce-page .widget_price_filter .ui-slider-horizontal .ui-slider-range-max {

	right:-1px;

}

.single-product .twentythirteen #reply-title,

.single-product .twentythirteen #respond #commentform,

.single-product .twentythirteen .entry-summary {

	padding:0;

}

.single-product .twentythirteen p.stars {

	clear:both;

}

.twentyfourteen ul.products li.product {

	margin-top:0!important;

}

.category-toolbar {

    background: #ffffff none repeat scroll 0 0;

    float: right;

    margin: 0 0 12px;

    padding: 0;

    position: relative;

    text-align: center;

    width: 100%;

}

#primary .gridlist-toggle {

	padding:0 !important;

	display:inline-block;

	margin:2px 0 5px !important;

}

.woocommerce-result-count {

	margin:0px 12px 0;

}

.category-toolbar .gridlist-toggle {

	float:left;

	width:auto !important;

	background:none !important;

	border:medium none !important;

	box-shadow:none !important;

	-moz-box-shadow:none !important;

	-webkit-box-shadow:none !important;

	margin:0 !important;

	border-radius:0 !important;

	-webkit-border-radius:0 !important;

	-moz-border-radius:0 !important;

	clear:none !important;

	padding:0 !important;

}

.category-toolbar .gridlist-toggle a,

.gridlist-toggle a {

	width: 27px !important;

    height: 26px;

    float: left;

    text-indent: -9999px;

    box-shadow: none !important;

    -moz-box-shadow: none !important;

    -webkit-box-shadow: none !important;

    margin: 0;

    padding: 0 !important;

    border: 1px solid #E79E1D;

}

.ie8 .gridlist-toggle {

	background-color:transparent !important;

	filter:none;

}

.ie8 .gridlist-toggle,

.ie8 .gridlist-toggle a.active {

	filter:none !important;

}

.ie8 .gridlist-toggle a#grid {

	background-color:transparent;

}

.gridlist-toggle a#grid {

	background-image:url("../../images/codezeel/grid-list.png");

	background-repeat:no-repeat;

	background-attachment:scroll;

	background-position:-4px -33px;

	background-color:transparent;

	margin-right:8px;

}

.gridlist-toggle a .dashicons {

	text-indent:-9999px;

}

.gridlist-toggle a#grid.active,

.gridlist-toggle a#grid:hover {

	background-position: -4px -3px;

    transition: all 200ms ease 0s;

    -webkit-transition: all 200ms ease 0s;

    -moz-transition: all 200ms ease 0s;

    -ms-transition: all 200ms ease 0s;

    -o-transition: all 200ms ease 0s;

    border-color: #E79E1D;

}

.gridlist-toggle a#list {

	background-image:url("../../images/codezeel/grid-list.png");

	background-repeat:no-repeat;

	background-attachment:scroll;

	background-position:-41px -33px;

	background-color:transparent;

}

.gridlist-toggle a#list.active,

.gridlist-toggle a#list:hover {

	   background-position: -41px -3px !important;

    transition: all 200ms ease 0s;

    -webkit-transition: all 200ms ease 0s;

    -moz-transition: all 200ms ease 0s;

    -ms-transition: all 200ms ease 0s;

    -o-transition: all 200ms ease 0s;

    border-color: #c34795;

}

.woocommerce ul.products.list li.product hr {

	height:0;

	border:none;

	margin:0;

}

.woocommerce ul.products.list li.product a img,

.woocommerce-page ul.products.list li.product a img {

	width:auto !important;

	margin:0 !important;

}

.woocommerce ul.products.list li.product .gridlist-buttonwrap {

	clear:both;

	float:none;

	margin:0;

	width:auto;

	position:relative;

}

ul.products.list li.product div[itemprop="description"] {

	display:block;

	margin:12px 0;

}



.woocommerce-wishlist .yith_wcwl_wishlist_footer {

    text-align: center;

}

.woocommerce-wishlist .yith_wcwl_wishlist_footer .yith-wcwl-share {

    float: none;

}

.yith-wcwl-share li a {

	line-height: 40px;

    height: 27px;

    width: 27px;

    vertical-align: top;

    background-color: #000000;

    padding: 0px 7px;

    position: relative;

    color: #ffffff;

    transition: all 0.3s ease;

    -webkit-transition: all 0.3s ease;

    -moz-transition: all 0.3s ease;

    -ms-transition: all 0.3s ease;

    -o-transition: all 0.3s ease;

}

.yith-wcwl-share li a:hover {

	background-color: #888888;

	color: #ffffff;

}

.yith-wcwl-share li a .fa {

    font-size: 15px;

    position: absolute;

    left: 0;

    right: 0;

    top: 0;

    bottom: 0;

    margin: auto;

    line-height: 37px;

}

.yith-wcwl-share li a .fa.fa-email:before{

	content:"\f0e0";

}





.woocommerce-page ul.products.list li.product h3,

.woocommerce ul.products.list li.product h3,

.woocommerce-page ul.products.list li.product div[itemprop="description"],

.woocommerce ul.products.list li.product div[itemprop="description"],

.woocommerce-page ul.products.list li.product .price,

.woocommerce ul.products.list li.product .price,

.woocommerce-page ul.products.list li.product.gridlist-buttonwrap,

.woocommerce ul.products.list li.product.gridlist-buttonwrap {

	width:100%;

	float:left;

	clear:both;

}

.woocommerce-page ul.products.list li.product .price,

.woocommerce ul.products.list li.product .price,

.woocommerce ul.products.list li.product:hover .price,

.woocommerce-page ul.products.list li.product:hover .price {

	position:relative;

	bottom:auto;

	margin-top: 6px;

    margin-bottom: 3px;

        opacity: 1;

    -khtml-opacity: 1;

    -webkit-opacity: 1;

    -moz-opacity: 1;

}

.woocommerce-page ul.products.list li.product .product-button-outer,

.woocommerce ul.products.list li.product .product-button-outer,

.woocommerce ul.products.list li.product:hover .product-button-outer,

.woocommerce-page ul.products.list li.product:hover .product-button-outer {

	position: static;

	    opacity: 1;

    -khtml-opacity: 1;

    -webkit-opacity: 1;

    -moz-opacity: 1;

}

.woocommerce-page ul.products.list li.product .product-button-outer a, 

.woocommerce ul.products.list li.product .product-button-outer a {

    border-color: #c34795;

    background-color: #c34795;

    color: #ffffff;

    font-size: 15px;

    padding: 10px 25px;

    min-width: 150px;

    text-align: center;

    border: 0;

    font-weight: 400;

    box-sizing: border-box;

}

.woocommerce-page ul.products.list li.product .product-button-outer a:hover, 

.woocommerce ul.products.list li.product .product-button-outer a:hover{

	border-color: #000000;

    background-color: #000000;

    color: #ffffff;

}

.woocommerce ul.products.list li.product:hover .product_type_simple.button, 

.woocommerce-page ul.products.list li.product:hover .product_type_simple.button, 

.woocommerce ul.products.list li.product:hover .product_type_grouped.button, 

.woocommerce-page ul.products.list li.product:hover .product_type_grouped.button, 

.woocommerce ul.products.list li.product:hover .product_type_external.button, 

.woocommerce-page ul.products.list li.product:hover .product_type_external.button, 

.woocommerce ul.products.list li.product:hover .product_type_variable.button, 

.woocommerce-page ul.products.list li.product:hover .product_type_variable.button, 

.woocommerce ul.products.list li.product:hover .product_type_simple.button, 

.woocommerce-page ul.products.list li.product:hover .product_type_simple.button, 

.woocommerce ul.products.list li.product:hover .product_type_grouped.button, 

.woocommerce-page ul.products.list li.product:hover .product_type_grouped.button, 

.woocommerce ul.products.list li.product:hover .product_type_external.button, 

.woocommerce-page ul.products.list li.product:hover .product_type_external.button, 

.woocommerce ul.products.list li.product:hover .product_type_variable.button, 

.woocommerce-page ul.products.list li.product:hover .product_type_variable.button {

	opacity:1;

	-khtml-opacity:1;

	-webkit-opacity:1;

	-moz-opacity:1;

	position:relative;

	bottom:auto;

}

.woocommerce ul.products.list li.product:hover .product-name,

.woocommerce-page ul.products.list li.product:hover .product-name {

	display:block;

}

.woocommerce ul.products p {

	margin: 0px;

    clear: none;

    padding: 10px 0 15px 0;

}



.woocommerce ul.products.list li.product,

.woocommerce-page ul.products.list li.product{

	padding-bottom: 20px;

}



.woocommerce ul.products.list li.product:last-child {

	border:0;

	margin-bottom:0;

}

.primary-sidebar .star-rating span{

	padding-top: 1.5em;

}

.primary-sidebar .product_list_widget li {

	margin:0 0 20px;

	padding-bottom:15px;

}

.primary-sidebar .product_list_widget li:last-child {

	border:0;

	padding:0;

}

.product_list_widget li {

    position: relative;

}

.woocommerce .summary .product_meta {

	border-top:1px solid #eeeeee;

	clear:both;

	display:inline-block;

	font-weight:600;

	margin:10px 0 0;

	padding-top:20px;

	position:relative;

	width:100%;

}

.woocommerce div.product form .variations .label {

    text-transform: capitalize;

    display: flex;

    align-items: center;

}

.woocommerce .summary .product_meta .posted_in,

.entry-summary .sku_wrapper,

.entry-summary .variations label,

.woocommerce .summary .product_meta .tagged_as,

.brand {

    color: #000;

    display: inline-block;

    margin: 0;

    font-weight: 500;

    width: 100%;

    clear: both;

    text-transform: capitalize;

    font-size: 15px;

}

.woo-variation-swatches.wvs-show-label .variations label {

    width: auto;

}

.woocommerce .summary .product_meta .posted_in,

.entry-summary .sku_wrapper,.woocommerce .summary .product_meta .tagged_as{

	margin-bottom:5px;

}

.entry-summary .sku {

	font-weight:normal;

	color:#808080;

}

.woocommerce .summary .product_meta .posted_in a,

.woocommerce .summary .product_meta .tagged_as a,

.brand span a,

.social a {

	font-weight:normal;

	color:#888888;

	margin: 3px;

}

.woocommerce .summary .product_meta .posted_in a:hover,

.woocommerce .summary .product_meta .tagged_as a:hover,

.brand span a:hover,

.social a:hover {

	color:#c34795;

}

.summary.entry-summary .clear {

	clear:none;

}

ul.products.list .yith-wcwl-add-to-wishlist .ajax-loading {

	width:auto !important;

	margin:0 !important;

}

.wishlist-title h2 {

	margin:0;

}

.woocommerce ul.cart_list li a.remove,

.woocommerce-page ul.cart_list li a.remove {

    border: medium none;

    color: #f00;

    display: block;

    float: right;

    font-size: 22px;

    height: 15px;

    line-height: 15px;

    margin: 3px;

    text-align: center;

    text-indent: 0;

    width: 15px;

}

.woocommerce-shipping-calculator .shipping-calculator-button {

	color:#000000;

	display:inline-block;

	font-weight:bold;

	margin:5px 0;

}

.woocommerce-shipping-calculator .shipping-calculator-button:hover {

	color:#000;

}

.woocommerce .wc-proceed-to-checkout .checkout-button,

.woocommerce-page .wc-proceed-to-checkout .checkout-button {

	background:#000000;

	color:#000;

}

.woocommerce .wc-proceed-to-checkout .checkout-button:hover,

.woocommerce-page .wc-proceed-to-checkout .checkout-button:hover {

	background:#fff;

	color:#000000;

	border-color:#000;

}

.wc-proceed-to-checkout {

	margin:30px 0;

}

.woocommerce #yith-wcwl-popup-message,

.woocommerce-page #yith-wcwl-popup-message,

.home #yith-wcwl-popup-message {

	background:#000000 none repeat scroll 0 0;

	border:1px solid #000000;

	color:#ffffff;

	padding:15px 20px;

}

#yith-wcwl-popup-message {

	border-radius:5px;

	-webkit-border-radius:5px;

	-khtml-border-radius:5px;

	-moz-border-radius:5px;

	left:50%;

	line-height:50px;

	position:fixed;

	text-align:center;

	top:50%;

	z-index:10000;

}

.yith-wcwl-wishlistexistsbrowse.show > a {

	font-size:0;

}

.wishlist_table tr td a.button.yith-wcqv-button {

	display:none;

	margin:0;

	opacity:0;

}

.yith-wcwl-wishlistexistsbrowse .feedback,

.yith-wcwl-wishlistaddedbrowse .feedback {

	display:none;

	font-size:0;

	margin:0;

	padding:0;

	text-indent:-9999px;

}

.entry-summary .add_to_wishlist {

	display:inline-block;

	font-weight:600;

	margin:5px 0 5px;

	font-weight:600;

	width:100%;

}

.entry-summary > div {

	margin:0 0 20px;

}

.summary.entry-summary .product-cms-tab-block {

	margin:20px 0;

}

.woocommerce-password-strength {

	display:inline-block;

	font-size:13px;

	line-height:1;

	margin-top:5px;

	padding:5px 10px;

	background-color:#ff0000;

	color:#ffffff;

	border-radius:50px;

	-webkit-border-radius:50px;

	-o-border-radius:50px;

	-moz-border-radius:50px;

}

.woocommerce-password-hint {

	float:left;

	clear:both;

}

.woocommerce-password-strength.strong {

	background-color:#76c261;

}

.woocommerce-password-strength.good {

	background-color:#f3b700;

}

.woocommerce .primary-sidebar .widget_rating_filter .star-rating,

.woocommerce-page .primary-sidebar .widget_rating_filter .star-rating {

	float:left;

	margin:3px 5px;

}

.woocommerce-MyAccount-navigation {

	float:left;

	margin:0 36px 0 0;

	background:#fff;

}

.woocommerce-MyAccount-navigation ul {

	margin:0;

}

.woocommerce-MyAccount-navigation ul li {

	border-bottom:1px dashed #e5e5e5;

	list-style-type:none;

}

.woocommerce-MyAccount-navigation ul li:last-child {

	border:none;

}

.woocommerce-MyAccount-navigation ul li.is-active a,

.woocommerce-MyAccount-navigation ul li a:hover {

	color:#f2921d;

}

.woocommerce-MyAccount-navigation ul li a {

	padding:10px 0;

	display:block;

	text-transform:capitalize;

	font-size:14px;

	font-weight:600;

	color:#000000;

}

.woocommerce-MyAccount-navigation ul li a:before {

    content: "\f0e4";

    display: inline-block;

    float: inherit;

    font-family: FontAwesome;

    font-kerning: auto;

    font-size: 15px;

    font-size-adjust: none;

    font-stretch: normal;

    font-style: normal;

    font-variant: normal;

    font-weight: normal;

    line-height: 22px;

    margin-left: 0.53em;

	margin-right: 10px;

    text-align: right;

    text-rendering: auto;

    width: 3em;

    opacity: 0.8;

    -khtml-opacity: 0.8;

    -webkit-opacity: 0.8;

    -moz-opacity: 0.8;

}

.woocommerce-MyAccount-navigation ul li.is-active a:before, .woocommerce-MyAccount-navigation ul li a:hover:before {

    opacity: 1;

    -khtml-opacity: 1;

    -webkit-opacity: 1;

    -moz-opacity: 1;

}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before {

	content:"\f291";

}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a:before {

	content:"\f019";

}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:before {

	content:"\f015";

}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--payment-methods a:before {

	content:"\f09d";

}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:before {

	content:"\f007";

}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before {

	content:"\f08b";

}

.woocommerce-MyAccount-navigation ul li.is-active a:before,

.woocommerce-MyAccount-navigation ul li a:hover:before {

	opacity:1;

	-khtml-opacity:1;

	-webkit-opacity:1;

	-moz-opacity:1;

}

.woocommerce-MyAccount-content {

	overflow:hidden;

	background:#fff;

}

.quantity input.qty {

	border:1px solid #e5e5e5;

	text-align:center!important;

	width:54px;

	height:44px;

	display:inline;

	padding:8px;

	margin:0 3px;

}

.tmpmela-quantity {

	font-weight:500;

	color:#000;

}

input[type="number"] {

	-moz-appearance:textfield;

}

.quantity input.plus,

.quantity input.minus {

	display:inline-block;

	height:40px;

	border:1px solid #e5e5e5;

	width:40px;

	text-align:center;

	color:#ccc;

	cursor:pointer;

	vertical-align:top;

	background:none;

	font-size:20px;

	padding:0;

	border-radius:0;

	-webkit-border-radius:0;

	-khtml-border-radius:0;

	-moz-border-radius:0;

}

.quantity input.plus:hover,

.quantity input.plus:focus,

.quantity input.minus:hover,

.quantity input.minus:focus {

	background-color:#000000;

	border-color:#000000;

	color:#fff;

}

#yith-quick-view-content .quantity input.plus,

#yith-quick-view-content .quantity input.minus,

.shop_table .quantity input.plus,

.shop_table .quantity input.minus {

	display:none;

}

.shop_table .quantity input.qty,

#yith-quick-view-content div.summary .quantity input.qty {

	-moz-appearance:number-input;

}

.woocommerce ul.products.list li .product-block-hover .add_to_wishlist:before {

	right:0;

}

.woocommerce.single-product #content div.product .entry-summary .product_title {

	padding-right: 40px;

    padding-bottom: 0px;

}

.summary.entry-summary .clear {

	display:inline-block;

}

.woocommerce .entry-summary .yith-wcwl-add-to-wishlist .ajax-loading {

	left:0;

	margin:0 !important;

	position:absolute;

	top:1px;

}

.woocommerce .entry-summary .yith-wcwl-add-to-wishlist a.add_to_wishlist,

.woocommerce .entry-summary .yith-wcwl-wishlistexistsbrowse > a,

.woocommerce .entry-summary .yith-wcwl-wishlistaddedbrowse a,

.woocommerce .entry-summary .add_to_wishlist,

.woocommerce .entry-summary a.compare.button {

	width:auto;

	height:auto;

	margin:0;

	border:medium none;

	padding:0;

	font-size:15px;

	font-weight:normal;

	background-color:transparent;

	text-transform:capitalize;

	display:inline-block;

	border-radius:0;

	-webkit-border-radius:0;

	-khtml-border-radius:0;

	-moz-border-radius:0;

	color:#333333;

	line-height:20px;

	vertical-align:top;

	box-shadow:none;

	-moz-box-shadow:none;

	-webkit-box-shadow:none;

	padding-left: 25px;

}

.woocommerce .entry-summary .yith-wcwl-wishlistexistsbrowse a:hover,

.woocommerce .entry-summary .yith-wcwl-wishlistaddedbrowse a:hover,

.woocommerce .entry-summary .yith-wcwl-add-to-wishlist .add_to_wishlist:hover,

.woocommerce .entry-summary a.compare.button:hover,

.woocommerce .entry-summary .compare.button:hover,

.woocommerce .entry-summary a.compare.button.added:hover {

	color:#c34795;

}



.entry-summary .yith-wcwl-add-to-wishlist,

.woocommerce .entry-summary a.compare.button {

	display:inline-block;	

	position:relative;

	vertical-align:top;

}

.woocommerce .entry-summary a.compare.button {margin:10px 0;}

.entry-summary .yith-wcwl-add-to-wishlist{margin: 10px 10px 0 0px }

.woocommerce .entry-summary a.compare.button:hover {

    color: #c34795

    transition: none;

}

.woocommerce .entry-summary .yith-wcwl-wishlistexistsbrowse a:before,

.woocommerce .entry-summary .yith-wcwl-wishlistaddedbrowse a:before {

    text-align: left;

}



.woocommerce .entry-summary a.compare.button:hover:before {

	background-position: center -352px;

}

.entry-summary .yith-wcwl-wishlistexistsbrowse,

.entry-summary .yith-wcwl-wishlistaddedbrowse {

	height:auto;

	line-height:inherit;

	width:auto;

	margin: 0px;

	background: transparent;

    box-shadow: none;

}

.entry-summary a.compare.button {

	position:relative;

}

.entry-summary .button.yith-wcqv-button:before,

.entry-summary a.compare.button:before,

.entry-summary .add_to_wishlist:before {

	position:relative;

	margin:0 5px;

}

.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 {

	max-width: 6.5em;

    border: 1px solid transparent;

}



.woocommerce #content div.product .woocommerce-product-gallery ol li img{

	max-width:100%;

	border: 1px solid #f2f2f2

}

.woocommerce .wishlist-title h2 {

	padding:0 0 15px;

}

.woocommerce table.wishlist_table thead th,

.woocommerce table.wishlist_table tbody td,

.woocommerce table.shop_table td,

.woocommerce-page table.shop_table td {

	border-color:#e5e5e5!important;

	padding:5px 10px!important;

	box-sizing:border-box;

	font-size: 14px;

}

@media (-webkit-min-device-pixel-ratio: 2),

(min-resolution: 192dpi) {

	.woocommerce #content input.button.loading:before,

	.woocommerce #respond input#submit.loading:before,

	.woocommerce a.button.loading:before,

	.woocommerce button.button.loading:before,

	.woocommerce input.button.loading:before,

	.woocommerce-page #content input.button.loading:before,

	.woocommerce-page #respond input#submit.loading:before,

	.woocommerce-page a.button.loading:before,

	.woocommerce-page button.button.loading:before,

	.woocommerce-page input.button.loading:before {

		background-image:url(../images/ajax-loader@2x.gif);

		background-size:16px 16px;

	}

}

@media screen and (min-width: 673px) {

	.twentyfourteen .tfwc {

		padding-right:30px;

		padding-left:30px;

	}

}

@media screen and (min-width: 1040px) {

	.twentyfourteen .tfwc {

		padding-right:15px;

		padding-left:15px;

	}

}

@media screen and (min-width: 1110px) {

	.twentyfourteen .tfwc {

		padding-right:30px;

		padding-left:30px;

	}

}

@media screen and (min-width: 1218px) {

	.twentyfourteen .tfwc {

		margin-right:54px;

	}

	.full-width .twentyfourteen .tfwc {

		margin-right: auto;

	}

}

.woocommerce ul.products li .product-loading,

.woocommerce-page ul.products li .product-loading {

	background:#fff url("../../images/codezeel/product-loading.gif") no-repeat scroll center center;

	bottom:0;

	left:0;

	position:absolute;

	right:0;

	top:0;

	z-index:99;

}

.woocommerce-account-fields {

	clear:both;

}

.woocommerce ul.products li.product:hover .product-name,

.woocommerce-page ul.products li.product:hover .product-name {

	    color: #e79e1d;

}



#categorytab .grid{

	margin:0;

}







/**qty**/

.woocommerce-grouped-product-list-item {

    padding: 10px 0;

    display: inline-block;

    vertical-align: top;

}

.quantity-button{

    display: inline-block;

    vertical-align: bottom;

    width: 35px;

}

.quantity-button button.plus, 

.quantity-button button.minus {

    vertical-align: bottom;

    padding: 0px;

    font-size: 0px;

    line-height: 22px;

    height: 22px;

    width: 35px;

    display: block;

    background-color: transparent;

    border: 1px solid #e5e5e5;

    color: #000000;

    -webkit-border-radius: 0px;

    -moz-border-radius: 0px;

    -ms-border-radius: 0px;

    -o-border-radius: 0px;

    border-radius: 0px;

}

.quantity-button button.plus{

	border-bottom: none;

}

.quantity-button button:before {

	font-family: 'FontAwesome';

    content: '';

    display: block;

    font-size: 16px;

}

.quantity-button button.plus:before{

	content: "\f106";

}

.quantity-button button.minus:before {

	content: "\f107"

}

/****/

.wishlist_table.images_grid li .item-details h3, 

.wishlist_table.mobile li .item-details h3, 

.wishlist_table.modern_grid li .item-details h3 {

    font-size: 14px;

    font-weight: 400;

}

.woocommerce-privacy-policy-text {

    display: none;

}

.woocommerce-tabs #commentform .comment-form-author,

.woocommerce-tabs #commentform .comment-form-email {

    width: 50%;

}

.woocommerce-tabs #commentform .comment-form-author {

    padding-right: 20px;

    box-sizing: border-box;

}







.yith-wcwl-icon.fa{display:none;}