.clear {
	clear: both;
}

.nobr {
	white-space: nowrap;
}

.type-product .summary p {
	margin-bottom: 10px;
	text-align: left;
}

.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;
	border-radius: 5px;
	flex: 0 0 49%;
	max-width: 49%;
}

.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
	float: right;
	padding: 0;
	width: 49%;
	box-sizing: border-box;
	border-radius: 5px;
	flex: 0 0 49%;
	max-width: 49%;
}

.woocommerce .col2-set .col-1.woocommerce-Address,
.woocommerce-page .col2-set .col-1.woocommerce-Address,
.woocommerce .col2-set .col-2.woocommerce-Address,
.woocommerce-page .col2-set .col-2.woocommerce-Address {
	background: #fafafa;
	padding: 15px;
}

.woocommerce img,
.woocommerce-page img {
	max-width: 100%;
	border-radius: 15px;
}

.woocommerce .single-pro-inner .woocommerce-product-rating .star-rating,
.woocommerce-page .single-pro-inner .woocommerce-product-rating .star-rating {
	margin: 0 0 10px;
}

#yith-quick-view-modal .single_add_to_cart_button {
	padding: 8px 23px 8px;
	height: auto;
	margin-left: 15px;
}

.main-content-inner-full.single-product-full #primary {
	width: 100%;
	border: 0;
}

.woocommerce div.product div.images,
.woocommerce-page div.product div.images {
	float: left;
	margin: 0 30px 0px 0;
	width: 40.3%;
}

.woocommerce div.product div.summary,
.woocommerce-page div.product div.summary {
	margin-bottom: 30px;
	overflow: hidden;
	position: relative;
	width: auto;
	padding: 1px;
	box-sizing: border-box;
}

.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 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms 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: #fafafa;
	border: 1px solid #dddddd;
	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 {
	border: 1px solid #ddd;
	background: #fff;
	border-radius: 8px;
	padding: 0 15px;
	clear: both;
	display: inline-block;
	margin: 30px 0;
	text-align: center;
	width: 100%;
	box-sizing: border-box;
}

.woocommerce-tabs ul.tabs {
	list-style: none;
	padding: 0;
	position: relative;
	float: left;
	width: 100%;
	margin: 0;
	border-bottom: 1px solid #eee;
}

.woocommerce-tabs ul.tabs li {
	float: left;
	border: none;
}

.woocommerce-tabs ul.tabs li:first-child {
	margin-left: 0;
}

.woocommerce-tabs ul.tabs li:last-child {
	border: none;
}

.woocommerce-tabs ul.tabs li a {
	display: block;
	padding: 15px 0;
	color: #202020;
	text-decoration: none;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 15px;
	text-align: center;
	border-radius: 0 -webkit-border-radius: 0 -khtml-border-radius: 0 -moz-border-radius: 0 margin-right: 20px;
}

.woocommerce-tabs ul.wc-tabs>li {
	padding: 0 50px 0 0;
}

.woocommerce-tabs ul.tabs li a:hover {
	color: #000;
}

.woocommerce-tabs ul.tabs li a {
	position: relative;
}

.woocommerce-tabs ul.tabs li a::after {
	content: '';
	position: absolute;
	bottom: -1px;
	transition: all .3s ease-in-out;
	width: 0;
	border-bottom: 2px solid #000;
	left: 0;
}

.woocommerce-tabs ul.tabs li.active a::after {
	height: 2px;
	width: 100%;
}

.woocommerce-tabs ul.tabs li.active a {
	color: #000;
	border-radius: 5px;
}

.woocommerce-tabs .panel {
	clear: both;
	line-height: 2em;
	padding: 20px;
	text-align: left;
}

.woocommerce #content div.product .woocommerce-tabs .woocommerce-Tabs-panel>h2 {
	display: none;
}

.woocommerce #content div.product .woocommerce-tabs strong {
	font-weight: 600;
}

.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 {
	padding-bottom: 0px;
	*zoom: 1;
	margin-bottom: 30px;
	box-sizing: border-box;
}

.woocommerce .related .products.owl-theme .owl-buttons div,
.woocommerce .upsells .products.owl-theme .owl-buttons div,
.woocommerce-page .related .products.owl-theme .owl-buttons div,
.woocommerce-page .upsells .products.owl-theme .owl-buttons div {
	top: -50px;
}

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

.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;
	width: inherit !important;
}

.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 .related {
	margin-bottom: 0;
}

.woocommerce ul.products,
.woocommerce-page ul.products {
	clear: none;
	*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 {
	padding: 0;
	position: relative;
	text-align: left;
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
}

.woocommerce-page .content-area ul.products li .container-inner {
	padding: 14px;
	padding-top: 0;
}
.woocommerce-page ul.products.grid .container-inner {
    padding-bottom: 28px !important;
}
.woocommerce-page .content-area ul.products.grid li .container-inner {
	padding-top: 0;
	padding-bottom: 0;
}

.woocommerce ul.products li .container-inner,
.woocommerce-page ul.products li .container-inner {
	margin: 0;
	position: relative;
	text-align: left;
	vertical-align: top;
	padding: 0 15px;
}

.woocommerce.columns-3 ul.products li.product-category:nth-child(3n+3) .container-inner {
	border-right: 0;
}

.woocommerce.columns-4 ul.products li.product-category:nth-child(4n+4) .container-inner {
	border-right: 0;
}

.woocommerce.columns-5 ul.products li.product-category:nth-child(5n+5) .container-inner {
	border-right: 0;
}

.woocommerce ul.products.list li .container-inner,
.woocommerce-page ul.products.list li .container-inner {
	border-right: 0;
}

.woo-grid .woocommerce ul.products li.last .container-inner {
	border-right: 0;
}

ul.products li.product-category .container-inner {
	padding: 45px 20px 25px;
}

.product-category .container-inner h2 {
	font-size: 14px;
	text-transform: capitalize;
	background: #f3f7f8;
	padding: 10px;
	margin: 0;
	text-align: left;
}

.woo-products,
.woocommerce ul.products.grid,
.woocommerce-page ul.products.grid {
	margin: 0 -15px;
}

.product-category h3,
.product-category mark {
	font-size: 14px;
	font-weight: normal;
}

.product-category mark {
	background-color: rgba(0, 0, 0, 0);
}

.woocommerce ul.products li.product.product-category {
	float: left;
}

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

.product-categories .woocommerce ul.products li.product.product-category {
	float: left;
	border: 1px solid #f3f7f8;
	margin: 10px;
	width: 23.4%;
	border-radius: 0 clear: none;
}

.br_compare_button .br_compare_button_text {
	font-size: 0;
}

.summary .br_compare_button .br_compare_button_text {
	font-size: 14px;
}

.product-categories .woocommerce ul.products li.last.product.product-category {
	margin: 10px !important;
}

.product-categories .product-category mark {
	float: right;
	font-size: 12px;
}

.product-categories ul.products li.product-category .container-inner {
	padding: 0;
	display: block;
}

.product-categories .woocommerce ul.products {
	margin: -10px;
}

.woocommerce ul.products.list li.product,
.woocommerce-page ul.products.list li.product {
	width: 100% !important;
}

.columns-1 li.product {
	width: 100%;
	margin-right: 0;
}

.columns-2 li.product {
	width: 50%;
}

.columns-3 li.product {
	width: 33.33%;
}

.columns-5 li.product {
	width: 20%;
}

.columns-6 li.product {
	width: 16.66%;
}

.top-rated-product li.product {
	width: 100%;
}

.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-result-count {
	float: left;
	line-height: 25px;
}

.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: 30px 0 0;
	border: 1px solid #dddddd;
	border-radius: 5px;
}
.woocommerce-MyAccount-content button:empty {
    display: none;
}
.woocommerce .cart-collaterals .cart_totals #woo_pp_ec_button,
.woocommerce-page .cart-collaterals .cart_totals #woo_pp_ec_button {
	padding-top: 0;
}

.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;
	display: block;
}

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

.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-privacy-policy-text a,
.woocommerce-terms-and-conditions-checkbox-text a {
	color: #202020;
}

.privacy-policy h2 {
	font-size: 22px;
	border-bottom: 1px solid #eee;
	margin-top: 30px;
}

.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);
	-moz-box-shadow: inset 0 0 0 3px rgba(255, 255, 255, .2);
	box-sizing: border-box;
}

.admin-bar p.demo_store {
	top: 28px;
}

.chosen-container-single .chosen-single {
	background: none !important;
	box-shadow: none !important;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	border: 1px solid #dddddd !important;
	border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	-khtml-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
}

.wc-backward a:before,
.wc-backward:before {
	font-family: WooCommerce;
	speak: none;
	font-weight: 400;
	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 2.5em !important;
	margin: 0 0 2em !important;
	position: relative;
	background: #fff;
	border: 1px solid #dddddd;
	color: #5CA218;
	list-style: none outside !important;
	width: auto;
	border-radius: 5px;
	line-height: 37px;
}

.woocommerce .woocommerce-error,
.woocommerce-page .woocommerce-error {
	color: #FF210F;
}

.woocommerce .woocommerce-info,
.woocommerce-page .woocommerce-info {
	color: #FA8126;
}

.woocommerce .woocommerce-message,
.woocommerce-page .woocommerce-message {
	color: #5CA218;
}

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

#primary .single-pro-inner .entry-summary .single_add_to_cart_button.button.alt {
	padding: 8px 15px 7px;
	height: auto;
	margin-left: 15px;
}

.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: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0.6rem;
	font-family: sans-serif;
	font-size: 2.0em;
	text-align: center;
	color: #5CA218;
	margin-top: 0.4em;
	box-sizing: content-box;
}

.woocommerce .woocommerce-error:before,
.woocommerce-page .woocommerce-error:before {
	color: #FF210F;
}

.woocommerce .woocommerce-info:before,
.woocommerce-page .woocommerce-info:before {
	color: #FA8126;
}

.woocommerce .woocommerce-message:before,
.woocommerce-page .woocommerce-message:before {
	color: #5CA218;
}

.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:before,
.woocommerce-page .woocommerce-message:before {
	background-color: transparent;
	content: "\2713";
}

.woocommerce .woocommerce-info:before,
.woocommerce-page .woocommerce-info:before {
	content: "i";
	font-family: Times, Georgia, serif;
	font-style: italic;
}

.woocommerce .woocommerce-error:before,
.woocommerce-page .woocommerce-error:before {
	content: "\00d7";
	font-weight: 500;
}

.woocommerce small.note,
.woocommerce-page small.note {
	display: block;
	color: #777;
	font-size: 11px;
	line-height: 21px;
	margin-top: 10px;
}

.woocommerce.product.br_compare_button {
	position: relative;
	display: inline-block;
}

.woocommerce div.product .product_title,
.woocommerce-page div.product .product_title {
	margin: 0 0 18px;
	font-size: 24px;
	font-weight: 500;
	text-transform: capitalize;
	color: #000;
	line-height: 30px;
	clear: none;
}

.woocommerce #content div.product .stock,
.woocommerce div.product .stock,
.woocommerce-page #content div.product .stock,
.woocommerce-page div.product .stock {
	color: #3aba3a;
	font-weight: 400;
	margin: 0px 0 8px;
	font-size: 14px;
}

.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: #ff0000;
	font-weight: 700;
	margin: 5px 0;
}

.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 -14px;
	clear: both;
	padding: 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: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 4px 0 0;
	display: inline;
}

.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;
	margin-bottom: 15px;
}

.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-left: 0;
	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;
}

.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 #dddddd;
	font-size: 12px;
	margin: 6px 0;
	padding: 6px;
	width: 100%;
	box-sizing: border-box;
	border-radius: 4px;
}

.woocommerce-variation-price {
	margin: 10px 0;
}

.single_variation_wrap {
	box-sizing: border-box;
	overflow: hidden;
	padding: 0px;
}

#yith-quick-view-modal .yith-wcqv-main #yith-quick-view-content div.summary {
	padding: 8px !important;
}

.reset_variations {
	display: inline-block !important;
	font-size: 14px;
	padding: 5px 20px;
	border-radius: 5px;
	margin: 10px 0 20px;
}

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

.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: middle;
	padding-bottom: .5em;
	width: 33.3%;
	padding-right: .5rem;
	padding: 15px 12px;
	border-bottom: 1px solid #eee;
}

.group_table tr td:first-child {
	padding-left: 0;
}

.price>dis {
	color: #808080;
	font-size: 16px;
	font-weight: normal;
}

.woocommerce span.onsale,
.woocommerce-page span.onsale {
	color: #fff;
	display: inline-block;
	font-size: 12px;
	left: 15px;
	padding: 0;
	position: absolute;
	text-align: center;
	text-transform: capitalize;
	top: 40px;
	z-index: 5;
	border-radius: 5px;
	letter-spacing: 1.2px;
	font-weight: 500;
	opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	font-size: 12px;
	font-weight: 400;
	padding: 5px 10px;
	line-height: 12px;
}

.product-block-inner .onsale.onsale_perchange {
	right: 10px;
	left: auto;
	display: none;
}

.woocommerce .entry-summary .yith-wcwl-add-to-wishlist .add_to_wishlist::before {
	height: 18px;
	width: 18px;
	display: inline-block;
	float: left;
	font-family: "FontAwesome";
	content: "\f08a";
	font-size: 14px;
}

.woocommerce-product-gallery span.onsale {
	left: 12px;
	display: none;
}

.woocommerce ul.products li.product:hover .onsale,
.woocommerce-page ul.products li.product:hover .onsale,
.woocommerce ul.products.list li.product .onsale,
.woocommerce-page ul.products.list li.product .onsale {
	opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
}

.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: 0px !important;
	-webkit-border-radius: 0px !important;
	-khtml-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
}

.woocommerce .products ul,
.woocommerce ul.products,
.woocommerce-page .products ul,
.woocommerce-page ul.products {
	text-align: center;
	padding: 0;
	margin: 0;
	list-style: none outside;
	*zoom: 1;
}
.woocommerce-page ul.products.grid {
    text-align: left;
}

.woocommerce .products ul.list,
.woocommerce ul.products.list,
.woocommerce-page .products ul.list,
.woocommerce-page ul.products.list {
	margin: 0 -15px;
}

.home .woo-carousel .woocommerce,
.home .woo-slick .woocommerce {
	margin: 0 -15px;
}

.home #wpmm-wrap-megamenu.woocommerce {
	margin: 0;
}

.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;
	margin: 0;
	padding: 10px 20px;
	box-sizing: border-box;
	height: auto;
}

.list li:hover .product-detail-wrapper {
	transform: none;
}

.home .woocommerce ul.products .slick-slide {
	height: auto;
}

.list .product-button-outer {
	margin: 0;
}

.woocommerce ul.products.list .container-inner,
.woocommerce-page ul.products.list .container-inner {
	text-align: left;
	margin: 0;
	padding: 0;
}

.woocommerce ul.products.list .container-inner .image-block,
.woocommerce-page ul.products.list .container-inner .image-block {
	float: left;
	overflow: hidden;
}

.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,
.counter-products-carousel .product-name {
	font-size: 16px;
	font-weight: 600;
	line-height: normal;
	margin: 8px 0;
	position: relative;
	text-decoration: none;
	text-transform: capitalize;
	transition: .3s ease;
	display: inline;
	color: #000;
	text-decoration: none;
	background-image: linear-gradient(to right, black 50%, #c1c1c100 50%);
	background-size: 200% 1px;
	background-repeat: no-repeat;
	background-position: 100% 100%;
	transition: background-position .5s;
}

.woocommerce ul.products li.product .product-name:hover,
.home-featured-carousel .product_title a:hover {
	background-position: 0% 100%;
}

.product-detail-wrapper>a {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.list .product-detail-wrapper>a {
	width: max-content;
}

.product-tag,
.product-notag {
	margin: 0px !important;
	position: absolute;
	top: 15px;
	left: 15px;
	line-height: normal;
}
.product-tag a:empty {
    display: none;
}
.woocommerce #content .product div.entry-summary .amount, .woocommerce #content .product div.entry-summary.amount span, .woocommerce #content .product div.entry-summary ins .amount span, .woocommerce #content .product div.entry-summary .price, .woocommerce #content .product div.entry-summary .amount span{
	font-size: 22px;
}
.woocommerce #content .product div.entry-summary .yith-add-to-wishlist-button-block{
	display: none;
}
.woocommerce #content .product div.entry-summary .owl-carousel .owl-nav button.owl-prev {
    display: inline-block !important;
    margin: 15px 6px 0;
}
.product-tag a {
	font-size: 12px;
	font-weight: 400;
	text-transform: capitalize;
}
.product-tag a:not(.woocommerce-loop-product__link) {
    background: #000;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
}

.woocommerce ul.products.list li.product h3,
.woocommerce-page ul.products.list li.product h3 {
	font-size: 20px;
	color: #000;
	margin: 0 0 7px 0;
	height: auto;
}

.woocommerce ul.products li.product a img,
.woocommerce-page ul.products li.product a img {
	margin: 0 auto;
	height: auto;
	max-width: 100%;
	border-radius: 20px;
}

.woo-content.products_block.featured .add_to_cart_button {
	border: none;
	opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	position: absolute;
	left: 0;
	bottom: -5px;
}

.woo-content.products_block.featured .container-inner:hover .add_to_cart_button {
	opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
}

.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: left;
	position: relative;
}

.product-detail-wrapper {
	text-align: center;
	margin: 0;
	transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	border: none;
	border-top: none;
	padding: 15px;
	display: grid;
}

.list .product-detail-wrapper {
	border: none;
}

.list .product-block-inner {
	border-radius: 15px;
}

.woocommerce ul.products.list li.product .image-block>a {
	position: unset;
}

.woocommerce ul.products li.product .image-block,
.woocommerce-page ul.products li.product .image-block,
.counter-products-carousel .image-block {
	overflow: hidden;
	position: relative;
	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;
	vertical-align: top;
	display: block;
}

.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 {
	top: 15px;
	right: 30px;
	left: auto;
	opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	position: absolute;
	transition: all 300ms ease 0s;
	-webkit-transition: all 300ms ease 0s;
	-o-transition: all 300ms ease 0s;
	-ms-transition: all 300ms ease 0s;
	z-index: 5;
}

.product-button-outer {
	position: relative;
	margin: 0;
	clear: both;
	opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	display: inline-block;
	vertical-align: top;
	width: 100%;
}

ul.products li.product:hover .product-button-outer,
.list .product-button-outer {
	opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	bottom: 0;
}

.woocommerce-product-details__short-description {
	clear: both;
	padding: 10px 0;
}

.woocommerce ul.products.list li .container-inner,
.woocommerce-page ul.products.list li .container-inner {
	max-width: 100%;
}

.yith-wcwl-wishlistaddedbrowse.show a {
	margin: 0;
	font-size: 0;
}

.woocommerce .button.yith-wcqv-button:hover {
	background-color: #202020;
}
.woocommerce ul.products.list li.product .yith-add-to-wishlist-button-block {
    margin: 0;
}

.entry-summary .br_compare_button {
	padding-left: 0 !important;
}

.single-pro-inner .price {
	border-bottom: 1px solid #e4e4e4;
	padding-bottom: 18px;
	display: inline-block;
	width: 100%;
}

.single-pro-inner .woocommerce-product-details__short-description {
	border-bottom: 1px solid #e4e4e4;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.woocommerce .single-pro-inner .summary .product_meta {
	border-top: 1px solid #e4e4e4;
	padding-top: 14px;
	margin-top: 0px;
}

.woocommerce .button.yith-wcqv-button,
.woocommerce .product-block-outer a.br_compare_button,
.product-block-outer .yith-wcwl-add-to-wishlist a.add_to_wishlist,
.woocommerce ul.products li.product .yith-wcwl-wishlistexistsbrowse.show a,
.woocommerce-page ul.products li.product .yith-wcwl-wishlistexistsbrowse.show a,
.woocommerce ul.products li.product .yith-wcwl-wishlistaddedbrowse.show a,
.woocommerce ul.products li.product .product_type_variation,
.woocommerce-page ul.products li.product .yith-wcwl-wishlistaddedbrowse.show a {
	display: inline-block;
	font-size: 0;
	padding: 0;
	position: relative;
	vertical-align: top;
	height: 36px;
	width: 36px;
	border: medium none;
	margin: 0 2px;
	transition: none;
	-webkit-transition: none;
	-o-transition: none;
	-ms-transition: none;
	-moz-transition: none;
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #f5f5f5;
	border: 1px solid #f5f5f5;
	border-radius: 5px;
}

ul.products .yith-wcwl-add-to-wishlist {
	margin-top: 0;
	position: relative;
	display: block;
}

.woocommerce ul.products li.product .product_type_grouped,
.woocommerce-page ul.products li.product .product_type_grouped,
.woocommerce ul.products li.product .product_type_external,
.woocommerce-page ul.products li.product .product_type_external,
.woocommerce ul.products li.product .product_type_variable,
.woocommerce-page ul.products li.product .product_type_variable,
.woocommerce ul.products li.product .product_type_simple,
.woocommerce ul.products li.product .product_type_variation,
.woocommerce-page ul.products li.product .product_type_simple {
	display: inline-block;
	font-size: 0;
	position: relative;
	vertical-align: top;
	height: 45px;
	width: 45px;
	margin: 0 6px;
	transition: .3s ease;
	-webkit-transition: .3s ease;
	-o-transition: .3s ease;
	-ms-transition: .3s ease;
	-moz-transition: .3s ease;
	background-image: url("../../images/webi/svg/cart.svg");
	background-size: 55%;
	background-repeat: no-repeat;
	border: 1px solid;
	background-position: center;
	color: #000;
	border-radius: 50px;
	padding: 0;
}

ul.products.list .yith-wcwl-add-to-wishlist {
	display: inline-block;
}

.list .product-tag {
	display: none;
}

.list .product-block-hover {
    opacity: 1;
    display: flex;
    position: unset;
    gap: 6px;
}

.woocommerce ul.products.list .yith-wcwl-add-to-wishlist a.add_to_wishlist,
.woocommerce .list .product-block-outer a.br_compare_button,
.woocommerce .list .button.yith-wcqv-button,
.list .product-block-hover .yith-wcwl-wishlistexistsbrowse a {
	margin: 0 !important;
}
.woocommerce ul.products.list .yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--anchor,
.woocommerce-page ul.products.list li.product .product_type_simple{
	margin: 0 !important;
}
.woocommerce ul.products li.product .product_type_grouped:hover,
.woocommerce-page ul.products li.product .product_type_grouped:hover,
.woocommerce ul.products li.product .product_type_external:hover,
.woocommerce-page ul.products li.product .product_type_external:hover,
.woocommerce ul.products li.product .product_type_variable:hover,
.woocommerce-page ul.products li.product .product_type_variable:hover,
.woocommerce ul.products li.product .product_type_simple:hover,
.woocommerce ul.products li.product .product_type_variation:hover,
.woocommerce-page ul.products li.product .product_type_simple:hover {
	background-image: url("../../images/webi/svg/cart-hover.svg");
	background-color: transparent;
	border-color: transparent;
}

.woocommerce ul.products li.product .button.add_to_cart_button.added:hover {
	background: #202020 url("../../images/webi/icons.png") no-repeat scroll 5px -597px;
	margin: 0;
	color: #000;
}

.woocommerce ul.products li.product .button.add_to_cart_button.added,
.home-featured-carousel .hot-btn .button.add_to_cart_button.added {
	background: #000000 url("../../images/webi/icons.png") no-repeat scroll 55px -596px !important;
	color: #000;
	margin: 0;
	background-position-x: 50% !important;
	font-size: 0 !important;
}

.woocommerce .button.yith-wcqv-button {
	background-image: url("../../images/webi/svg/eye.svg");
}

.woocommerce .button.yith-wcqv-button:hover {
	background-image: url("../../images/webi/svg/eye-hover.svg") !important;
	background-color: #202020;
	border-color: #202020;
}

.woocommerce a.br_compare_button {
	background-image: url("../../images/webi/svg/compare.svg");
}

.woocommerce a.br_compare_button:hover {
	background-image: url("../../images/webi/svg/compare-hover.svg");
	background-color: #202020;
	border-color: #202020;
}

.woocommerce .yith-wcwl-add-to-wishlist a.add_to_wishlist {
	background-image: url("../../images/webi/svg/heart.svg");
}

.woocommerce .yith-wcwl-add-to-wishlist a.add_to_wishlist:hover {
	background-image: url("../../images/webi/svg/heart-hover.svg");
	background-color: #202020;
	border-color: #202020;
}

.woocommerce ul.products li.product .yith-wcwl-wishlistexistsbrowse.show a,
.woocommerce-page ul.products li.product .yith-wcwl-wishlistexistsbrowse.show a,
.woocommerce ul.products li.product .yith-wcwl-wishlistaddedbrowse.show a,
.woocommerce-page ul.products li.product .yith-wcwl-wishlistaddedbrowse.show a {
	background-image: url("../../images/webi/svg/next.svg");
}

.woocommerce ul.products li.product .yith-wcwl-wishlistexistsbrowse.show a:hover,
.woocommerce-page ul.products li.product .yith-wcwl-wishlistexistsbrowse.show a:hover,
.woocommerce ul.products li.product .yith-wcwl-wishlistaddedbrowse.show a:hover,
.woocommerce-page ul.products li.product .yith-wcwl-wishlistaddedbrowse.show a:hover {
	background-image: url("../../images/webi/svg/next.svg");
}

.woocommerce ul.products li.product .br_compare_button.br_compare_added {
	background-image: url("../../images/webi/svg/right.svg");
}

.woocommerce ul.products li.product .br_compare_button.br_compare_added:hover {
	background-image: url("../../images/webi/svg/right-hover.svg");
}

.yith-wcwl-add-to-wishlist .ajax-loading {
	left: 0;
	margin: 0 auto !important;
	position: absolute;
	right: 0;
	top: 7px;
}

.list .yith-wcwl-add-to-wishlist .ajax-loading {
	left: 7px;
}

#woo-products {
	clear: both;
	position: relative;
}

#woo-products {
	margin: 0;
}

.woocommerce ul.products li.product strong,
.woocommerce-page ul.products li.product strong {
	display: block;
}

.primary-sidebar .price_label {
	font-size: 12px;
}

del .amount,
del .amount span {
	font-weight: 300;
	color: #707070;
	font-size: 14px;
}

.type-product .summary del .amount,
.type-product .summary del .amount span {
	text-decoration: line-through;
}

.woocommerce ul.cart_list .amount,
.woocommerce ul.cart_list .amount span,
.woocommerce ul.cart_list ins .amount span,
.woocommerce ul.cart_list .price {
	font-size: 14px;
}

.primary-sidebar .price_label,
.amount,
.amount span,
ins .amount span,
.price {
	font-size: 16px;
	color: #000;
	font-weight: 600;
}

#wpmm-wrap-megamenu .amount,
#wpmm-wrap-megamenu .amount span,
#wpmm-wrap-megamenu ins .amount span,
#wpmm-wrap-megamenu .price {
	font-size: 14px;
}

#yith-quick-view-modal ins .amount, #yith-quick-view-modal ins .amount span,#yith-quick-view-modal ins .amount span, #yith-quick-view-modal ins .price {
    font-size: 22px;
}
.yith-quick-view-content.woocommerce div.summary .price del {
    opacity: 1 !important;
}
.header-cart .product_list_widget .amount span {
	font-weight: 600;
}

.wt-hot-products .amount,
.wt-hot-products .amount span,
.wt-hot-products ins .amount span,
.wt-hot-products .price {
	font-size: 26px;
	margin-top: 20px;
	direction: rtl;
}

.wt-hot-products del .amount,
.wt-hot-products del .amount span {
	font-weight: 400;
	font-size: 20px;
	text-decoration: line-through;
}

.wt-hot-products .price del {
	text-decoration: none;
}

.price_label, .woocommerce ul.products li.product .price, .woocommerce-page ul.products li.product .price {
    color: #000;
    transition: 0.3s all ease;
    font-size: 20px;
    font-weight: 500;
    position: relative;
    display: block;
    min-height: 28px;
    direction: rtl;
    margin-top: 4px;
}

.woocommerce ul.products li.product.product-type-variable .price {
	direction: unset;
}

.primary-sidebar del .amount,
.woocommerce ul.products li.product .price del,
.woocommerce-page ul.products li.product .price del {
	color: #878787;
	font-weight: 300;
	margin-right: 2px;
	font-size: 13px;
	text-decoration: line-through;
	line-height: 12px;
}

.woocommerce ul.products li.product.product-type-variable .woocommerce-Price-amount.amount,
.woocommerce ul.products li.product.product-type-grouped .woocommerce-Price-amount.amount {
	letter-spacing: 0;
	display: inline-block;
	font-size: 16px;
}

.woocommerce .woocommerce-button.woocommerce-button--next {
	padding: 10px 20px 8px;
	display: inline;
}

.woocommerce ul.products.list li.product .price del,
.woocommerce-page ul.products.list li.product .price del {
	display: inline-block;
	vertical-align: middle;
}

.primary-sidebar .price_label,
.primary-sidebar.amount,
.primary-sidebar .amount span,
.primary-sidebar ins .amount span,
.primary-sidebar .price {
	font-size: 18px;
}

.primary-sidebar del .price_label,
.primary-sidebar del .amount,
.primary-sidebar del .amount span,
.primary-sidebar del ins .amount span,
.primary-sidebar del .price {
	font-size: 15px;
	text-decoration: none;
}

.primary-sidebar .amount {
	margin: 0;
	font-weight: 500;
	font-size: 18px;
}

.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;
	left: 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;
	box-sizing: border-box;
}

.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: #202020 !important;
	color: #fff;
	border-color: #202020;
}

.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: 700;
	padding-top: 10px;
	direction: rtl;
}

.summary .price del {
	font-weight: normal;
	color: #b2b2b2;
}

.summary .price del {
	font-weight: normal;
	color: #b2b2b2;
	text-decoration: none;
}

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

.woocommerce #content nav.woocommerce-pagination ul,
.woocommerce nav.woocommerce-pagination ul,
.woocommerce-page #content nav.woocommerce-pagination ul,
.woocommerce-page nav.woocommerce-pagination ul {
	padding: 0;
	clear: both;
	margin: 1px;
	text-align: right;
}

.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 {
	padding: 0;
	margin: 0 2px;
	display: inline-block;
	overflow: hidden;
	text-align: center;
}

.woocommerce-pagination span,
.woocommerce-pagination a {
	border-radius: 5px;
	margin: 0;
	text-decoration: none;
	font-size: 18px;
	font-weight: 400;
	height: 30px;
	min-width: 30px;
	line-height: 30px;
	display: block;
	box-sizing: padding:0 2px;
	color: #000;
	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;
}

.woocommerce-pagination span.current,
.woocommerce-pagination a:hover {
	color: #fff;
	background: #202020;
}

.woocommerce-pagination a.next.page-numbers {
	font-size: 0;
	position: relative;
	padding: 0 3px 0 0;
}

.woocommerce-pagination a.next.page-numbers::before,
.woocommerce-pagination a.prev.page-numbers::before {
	content: '\f105';
	position: absolute;
	font-family: FontAwesome;
	font-size: 19px;
	line-height: 29px;
}

.woocommerce-pagination a.prev.page-numbers::before {
	content: '\f104';
}

.woocommerce-pagination a.prev.page-numbers {
	line-height: 25px;
	font-size: 0;
	padding: 0 3px 0 0px;
}

.woocommerce #content input.button.loading,
.woocommerce #respond input#submit.loading,
.woocommerce a.button.loading,
.woocommerce button.button.loading,
.woocommerce input.button.loading,
.woocommerce-page #content input.button.loading,
.woocommerce-page #respond input#submit.loading,
.woocommerce-page a.button.loading,
.woocommerce-page button.button.loading,
.woocommerce-page input.button.loading {
	color: #fff;
	border: 1px solid transparent;
}

.woocommerce ul.products li.product .button.loading:after {
	content: "";
	width: 18px;
	height: 18px;
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #bbb;
	border-left-color: #000;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	opacity: 1;
	margin-left: -9px;
	margin-top: -9px;
	-webkit-transition: opacity .2s ease;
	transition: opacity .2s ease;
	opacity: 1;
	-webkit-animation: wt-rotate 450ms infinite linear;
	animation: wt-rotate 450ms infinite linear;
}

@-webkit-keyframes wt-rotate {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes wt-rotate {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.widget_shopping_cart_content .buttons .wc-forward {
	box-sizing: border-box;
	margin: 0 2px 5px;
	text-align: center;
	padding: 8px 18px 7px;
}

.woocommerce .cart .button,
.woocommerce .cart input.button,
.woocommerce-page .cart .button,
.woocommerce-page .cart input.button,
.woocommerce button.button:disabled,
.woocommerce-page button.button:disabled {
	float: none;
	padding: 8px 15px;
	border-radius: 5px;
	align-items: center;
	height: auto;
}

.woocommerce a.added_to_cart,
.woocommerce-page a.added_to_cart {
	padding-top: .5em;
	white-space: nowrap;
	display: none;
}

.woocommerce #reviews h2 small,
.woocommerce-page #reviews h2 small {
	float: right;
	color: #777;
	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;
	margin: 0 0 4px;
}

.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: 15px 0 15px;
	position: relative;
	background: 0;
	border: 0;
}

.woocommerce #reviews #comments ol.commentlist li .meta,
.woocommerce-page #reviews #comments ol.commentlist li .meta {
	color: #777;
	font-size: .75em;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar,
.woocommerce-page #reviews #comments ol.commentlist li img.avatar {
	float: left;
	position: absolute;
	top: 0;
	left: 0;
	padding: 3px;
	width: 55px;
	height: auto;
	background: #f7f6f7;
	border: 1px solid #f0eef0;
	margin: 0;
	line-height: 1;
	box-sizing: border-box;
	border-radius: 50%;
}

.single-product .woocommerce-tabs .panel #comments {
	width: 50%;
	float: left;
}

.single-product .woocommerce-tabs .panel #review_form_wrapper {
	width: 50%;
	float: left;
}

#tab-reviews .comment-text .description {
	margin-bottom: 5px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text,
.woocommerce-page #reviews #comments ol.commentlist li .comment-text {
	margin: 0 0 0 70px;
	padding: 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 5px;
	text-transform: capitalize;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta,
.woocommerce-page #reviews #comments ol.commentlist li .comment-text p.meta {
	font-size: .83em;
}

.woocommerce #reviews #comments 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;
	border-radius: 5px;
	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;
	position: relative;
	top: 4px;
	left: 0;
	right: 0;
}

#tab-reviews .comment-text .meta .woocommerce-review__author {
	font-weight: 500;
	font-size: 15px;
	color: #000;
}

.comment-text p {
	margin-bottom: 0 !important;
}

.woocommerce ul.products.list li.product .star-rating {
	position: relative;
	top: auto;
}

.list .product-block-inner {
	display: inline-block;
	width: 100%;
}

.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: 12px;
    height: 18px;
    line-height: 18px;
    width: 6.3em;
    margin: 0 auto 8px;
    font-family: star;
    float: none;
    top: 0;
    left: 0;
    right: 0;
    order: -1;
    letter-spacing: 2px;
}

.woocommerce .comment-text .star-rating {
	line-height: 20px;
}

.woocommerce .star-rating:before,
.woocommerce-page .star-rating:before,
.wpb_wl_summary .star-rating:before {
	content: "\73\73\73\73\73";
	color: #000000;
	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: 1.5em;
	color: #FCC153;
}

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

.woocommerce .woocommerce-product-rating,
.woocommerce-page .woocommerce-product-rating {
	display: block;
	padding: 7px 0;
}

.woocommerce .woocommerce-product-rating .star-rating,
.woocommerce-page .woocommerce-product-rating .star-rating,
.wpb_wl_summary .star-rating {
	top: auto;
	float: none;
	margin: 0 auto;
	position: relative;
}

.single-product .summary .woocommerce-product-rating .star-rating {
	margin: 0 0 10px;
}

.wpb_column.deal-product {
	padding-right: 15px !important;
}

.wpb_column.top-prod {
	padding-left: 15px !important;
}

.home-featured-carousel .product_title {
	margin-bottom: 15px;
	font-weight: 400;
	line-height: normal;
	display: inline-block;
}

.product-detail .hot-btn {
	margin-top: 30px;
}

.wt-hot-products .woocommerce .button.yith-wcqv-button,
.wt-hot-products #home_featured_carousel .product_type_grouped,
.wt-hot-products #home_featured_carousel .product_type_external,
.wt-hot-products #home_featured_carousel .product_type_variable,
.wt-hot-products #home_featured_carousel .product_type_simple,
.wt-hot-products #home_featured_carousel .product_type_variation {
	width: 100% !important;
}

.home-featured-carousel .product-detail {
	text-align: left;
}

.home-featured-carousel .product-detail .time {
	text-align: center;
}

.home-featured-carousel .product_title a {
	font-size: 32px;
	text-overflow: ellipsis;
	width: 100%;
	overflow: hidden;
	color: #000;
	font-weight: 500;
	background-image: linear-gradient(to right, black 50%, #c1c1c100 50%);
	background-size: 200% 1px;
	background-repeat: no-repeat;
	background-position: 100% 100%;
	transition: background-position .3s;
}

.home-featured-carousel .product_title a:hover {
	color: #202020;
	background-position: 0% 100%;
}

.home-featured-carousel .images {
	text-align: center;
	display: inline-block;
	width: 80%;
	order: 1;
}

.home-featured-carousel .image-gallery {
	width: 20%;
}

.home-featured-carousel .woocommerce span.onsale,
.home-featured-carousel .woocommerce-page span.onsale {
	transform: rotate(0);
	padding: 4px 34px;
	left: auto;
	right: 15px;
	top: 15px;
}

.home-featured-carousel .image-gallery .slick-list {
	margin: 0;
}

.home-featured-carousel {
	text-align: center;
}

.home .woocommerce ul.products .slick-slide {
	height: auto;
}

.top-product-tab .woo-content.products_block:not(.active) {
	display: block;
	overflow-y: hidden;
	height: 0;
}

.top-product-tab .woo-content.products_block.resp-tab-content-active {
	height: auto;
	padding-bottom: 40px;
}

.woocommerce .products .star-rating:before,
.woocommerce-page .products .star-rating:before {
	color: #FCC153;
}

.woocommerce .products .star-rating span,
.woocommerce-page .products .star-rating span {
	color: #FCC153;
}

.woocommerce .products .product:hover .star-rating,
.woocommerce-page .products .product:hover .star-rating {
	visibility: visible;
}

.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 p.stars,
.woocommerce-page #review_form #respond p.stars {
	display: inline-block;
}

.woocommerce #review_form #respond .form-submit input,
.woocommerce-page #review_form #respond .form-submit input {
	left: auto;
	padding: 9px 23px 7px;
}

.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: #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 .blockUI.blockOverlay {
	position: relative
}

.woocommerce li.product .yith-wcqv-button .blockUI.blockOverlay,
.woocommerce .wishlist-fragment .blockUI.blockOverlay {
	background-image: none !important;
	border-radius: 50px;
	background: transparent !important;
}

.woocommerce .blockUI.blockOverlay:before,
.woocommerce .loader:before {
	content: '';
	width: 18px;
	height: 18px;
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #bbb;
	border-left-color: #000;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -9px;
	margin-top: -9px;
	-webkit-transition: opacity .2s ease;
	transition: opacity .2s ease;
	opacity: 0.5;
	-webkit-animation: wt-rotate 450ms infinite linear;
	animation: wt-rotate 450ms infinite linear;
	background: none;
}

.woocommerce .wishlist-fragment .blockOverlay::before {
	content: '';
	width: 18px !important;
	height: 18px !important;
	display: inline-block !important;
	vertical-align: middle !important;
	border: 1px solid #bbb !important;
	border-left-color: #000 !important;
	border-radius: 50% !important;
	position: absolute !important;
	top: 50% !important;
	left: 50% !important;
	margin-left: -9px !important;
	margin-top: -9px !important;
	transition: opacity .2s ease !important;
	opacity: 0.5 !important;
	animation: wt-rotate 450ms infinite linear !important;
	background: none !important;
}

.br_new_compare_block .br_top_table a {
	padding: 6px 20px;
	margin-bottom: 6px;
}

.br_new_compare_block .br_top_table a {
	padding: 6px 20px;
	margin-bottom: 6px;
}

.br_new_compare_block .br_top_table h3 {
	font-size: 16px;
	line-height: 20px;
}

.cart_totals table {
	display: inline-table;
}

.woocommerce table.shop_attributes,
.woocommerce-page table.shop_attributes {
	display: table;
	float: none;
	width: 100%;
	border-radius: 5px;
	border-bottom: none;
}

.woocommerce table.shop_attributes th,
.woocommerce-page table.shop_attributes th {
	width: 150px;
	font-weight: 500;
	padding: 8px;
	border-top: 0;
	margin: 0;
	color: #000;
	box-sizing: border-box;
	border-radius: 5px;
}

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

.wc-proceed-to-checkout {
	margin: 0 15px 15px;
}

.woocommerce table.shop_table,
.woocommerce-page table.shop_table {
	margin: 0 0 15px;
	width: 100%;
	border-collapse: separate;
	background: #fff;
	border-radius: 5px;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table,
.woocommerce-page table.shop_table.woocommerce-checkout-review-order-table {
	background: #fafafa;
}

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

.woocommerce table.shop_table.cart,
.woocommerce-page table.shop_table.cart {
	margin: 0 0 12px;
}

.woocommerce table.shop_table th,
.woocommerce-page table.shop_table th {
	font-size: 14px;
	font-weight: 600;
	line-height: 40px;
	color: #000;
	text-align: left;
	border-bottom: 1px solid #dddddd !important;
	text-transform: uppercase;
}

.woocommerce table.shop_table td,
.woocommerce-page table.shop_table td {
	padding: 10px 12px;
	vertical-align: middle;
}

.woocommerce table.shop_table tr:last-child td,
.woocommerce-page table.shop_table tr:last-child td {
	border-bottom: 0;
}

.woocommerce .cart_totals table.shop_table th,
.woocommerce-page .cart_totals table.shop_table th {
	font-weight: 400;
	font-size: 16px;
}

.woocommerce table.shop_table td a {
	font-size: 16px;
	text-transform: capitalize;
	font-weight: 500;
}

.woocommerce table.shop_table td .amount {
	font-size: 18px;
	font-weight: 600;
}

.woocommerce table.shop_table .amount,
.woocommerce table.shop_table .amount span,
.woocommerce table.shop_table ins .amount span,
.woocommerce table.shop_table .price {
	font-size: 18px;
	color: #000;
	font-weight: 600;
}

.woocommerce table.shop_table td small,
.woocommerce-page table.shop_table td small {
	font-weight: 400;
}

.woocommerce table.shop_table tfoot td,
.woocommerce-page table.shop_table tfoot td {
	font-weight: 500;
	background: none;
}

.woocommerce table.shop_table tfoot th,
.woocommerce-page table.shop_table tfoot th {
	font-weight: 400;
	background: none;
	text-transform: capitalize;
}

.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 table.shop_table td del .amount {
	font-size: 13px;
}

.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 table.shop_table td del .woocommerce-Price-currencySymbol {
	font-size: 14px;
}

.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 {
	font-size: 14px !important;
}

.woocommerce table.cart img,
.woocommerce table.cart img,
.woocommerce-page #content table.cart img,
.woocommerce-page table.cart img {
	width: 60px;
}

.woocommerce table.cart td,
.woocommerce table.cart th,
.woocommerce table.cart td,
.woocommerce table.cart th,
.woocommerce-page table.cart td,
.woocommerce-page table.cart th,
.woocommerce-page table.cart td,
.woocommerce-page table.cart th {
	vertical-align: middle;
	text-align: center;
}

.woocommerce table.wishlist_table tfoot td {
	text-align: center !important;
}

.woocommerce table.cart td.product-price,
.woocommerce table.cart td.product-quantity,
.woocommerce table.cart td.product-subtotal,
.woocommerce table.cart th.product-price,
.woocommerce table.cart th.product-quantity,
.woocommerce table.cart th.product-subtotal {
	text-align: left;
	direction: rtl;
}

.site-content ul.wishlist_table li .item-wrapper {
	width: 100%;
	border-bottom: 1px solid #ddd;
	display: flex;
	align-items: center;
	vertical-align: top;
	margin-bottom: 7px;
}

.site-content .shop_table li {
	border: 1px solid #ddd;
	border-radius: 5px;
	margin-bottom: 12px !important;
}

.site-content .wishlist_table .additional-info-wrapper {
	display: flex;
	justify-content: space-between;
	padding: 0 10px;
}

.site-content .wishlist_table li table {
	width: auto;
	margin-bottom: 0 !important;
}

.wishlist_table.mobile li .item-details table.item-details-table td.label {
	vertical-align: middle;
	width: 27% !important;
	font-size: 13px;
}

.wishlist_table.wishlist_view .product-add-to-cart a {
	margin: 0 auto 0px !important;
	font-weight: 500;
}

.wishlist_table.images_grid li .item-details table.item-details-table td.value,
.wishlist_table.mobile li .item-details table.item-details-table td.value,
.wishlist_table.mobile li table.additional-info td.value,
.wishlist_table.modern_grid li .item-details table.item-details-table td.value {
	font-size: 12px;
	text-align: left;
}

.wishlist_table.images_grid li .item-details table.item-details-table td.label,
.wishlist_table.mobile li .item-details table.item-details-table td.label,
.wishlist_table.mobile li table.additional-info td.label,
.wishlist_table.modern_grid li .item-details table.item-details-table td.label {
	font-size: 12px;
}

.wishlist_table.mobile li .additional-info-wrapper .product-remove .fa {
	font-size: 16px;
}

.wishlist_table.mobile li .item-wrapper .product-thumbnail img {
	border-radius: 5px 5px 5px 0;
}

.site-content .wishlist_table .additional-info-wrapper .wishlist-in-stock {
	color: #008000;
}

.woocommerce table.cart td.product-remove,
.woocommerce table.cart td.product-thumbnail,
.woocommerce table.cart td.product-name,
.woocommerce table.cart th.product-remove,
.woocommerce table.cart th.product-thumbnail,
.woocommerce table.cart th.product-name {
	text-align: left;
}

.woocommerce #content table.wishlist_table thead th {
	border-top: 0;
}

.woocommerce .shop_table.cart.wishlist_table td.product-add-to-cart a {
	display: inline-block !important;
	line-height: 22px;
	padding: 9px 23px 8px;
}

.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 #dddddd;
	margin: 0 5px 0 0;
	outline: 0;
	line-height: 20px;
	width: 268px;
	font-size: 14px;
	background: #f7f7f7;
	border-radius: 5px;
	padding: 7px 8px;
}

.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;
	width: 60px;
}

.woocommerce ul.cart_list,
.woocommerce ul.product_list_widget,
.woocommerce-page ul.cart_list,
.woocommerce-page ul.product_list_widget {
	list-style: none outside;
	margin: 0;
}

.woocommerce ul.cart_list li.mini_cart_item,
.woocommerce-page ul.cart_list li.mini_cart_item {
	margin: 0 0 8px;
	list-style: none;
	position: relative;
	text-align: left;
	border-bottom: 1px solid #f5f5f5;
	padding: 0 0 8px;
}

.widget_shopping_cart_content ul.cart_list li.mini_cart_item:last-child {
	border-bottom: none;
}

.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 {
	text-transform: capitalize;
	display: block;
	padding: 0 !important;
	line-height: normal;
}

.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%;
	box-sizing: border-box;
}

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

.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: 0px 0 0;
	padding: 10px 10px;
	text-align: right;
	line-height: normal;
}

.header-cart .amount,
.header-cart .amount span,
.header-cart ins .amount span,
.header-cart .price {
	font-size: 18px;
}

.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;
	padding: 0 10px;
}

.woocommerce.widget_shopping_cart .buttons {
	margin-bottom: 10px;
}

.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: 400;
	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: #777;
	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: 10px 20px;
	width: 50%;
	background: none;
	box-sizing: border-box;
}

.woocommerce .cart-collaterals .cart_totals table td,
.woocommerce-page .cart-collaterals .cart_totals table td {
	padding: 12px;
	text-align: right;
	border-bottom: 1px solid #dddddd !important;
}

.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;
	border: 0;
}

.woocommerce .cart-collaterals .cart_totals table small,
.woocommerce-page .cart-collaterals .cart_totals table small {
	display: block;
	color: #777;
}

.woocommerce .cart-collaterals .cart_totals table select,
.woocommerce-page .cart-collaterals .cart_totals table select {
	width: 100%;
}

.woocommerce .cart-collaterals .cart_totals .discount td,
.woocommerce-page .cart-collaterals .cart_totals .discount td {
	color: #85ad74;
}

.woocommerce .cart-collaterals .cart_totals a.button.alt,
.woocommerce-page .cart-collaterals .cart_totals a.button.alt {
	display: inline-block;
	padding: 10px 40px 10px;
	box-sizing: border-box;
	width: 100%;
	border-radius: 5px;
}

.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 12px;
}

.checkout_coupon.woocommerce-form-coupon button {
	padding: 6px 25px !important;
}

.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;
	-ms-transition: opacity .5s .5s ease;
	-o-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 {
	color: #000;
	font-weight: 400;
	line-height: 2em;
}

.woocommerce form legend {
	font-size: 15px;
}

.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 #dddddd;
	cursor: pointer;
	margin: 0;
	padding: 5px;
}

.shipping_calculator>h2,
.cart_totals>h2 {
	font-size: 19px;
	font-weight: 500;
	text-align: left;
	text-transform: uppercase;
	margin: 0;
	padding: 20px;
	border-bottom: 1px solid #dddddd;
}

.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;
	border-radius: 5px;
	background: #ffffff;
	color: #202020;
}

.woocommerce form .form-row em {
	font-style: normal;
	font-size: 12px;
	color: #202020;
}

.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 #dddddd;
	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 0 .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: #777;
	line-height: 13px;
	font-weight: 400;
}

.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 #dddddd;
	list-style: outside none none;
	margin: 0;
	padding: 20px;
	text-align: left;
	border-radius: 5px;
}

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

.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;
	border-radius: 5px;
	line-height: 1.5em;
	background: #fafafa;
	color: #808080;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .8);
	box-sizing: border-box;
}

.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);
	-moz-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: 11px;
	color: #777;
	line-height: 13px;
	font-weight: 400;
}

.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 #fafafa;
	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: #f3f7f8;
}

.woocommerce-thankyou-order-details.order_details {}

.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: .915em;
	border-right: 1px solid #dddddd;
	padding-right: 2em;
}

.woocommerce .order_details li strong,
.woocommerce-page .order_details li strong {
	display: block;
	font-size: 1.3em;
	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;
	font-size: 20px;
}

.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: 400;
	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: 0 4px;
	display: inline-block;
}

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

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

.woocommerce .widget_price_filter .price_slider_amount .button,
.woocommerce-page .widget_price_filter .price_slider_amount .button {
	margin-bottom: 15px;
	float: left;
	height: 100%;
}

.price_slider_amount .price_label {
	float: left;
	margin: 0;
	padding: 0;
	clear: both;
	font-size: 15px;
}

.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: #202020;
	border: 1px solid #202020;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	-moz-border-radius: 50%;
	box-shadow: none;
	cursor: pointer;
	height: 12px;
	outline: 0 none;
	position: absolute;
	top: -5px;
	width: 12px;
	z-index: 2;
	box-sizing: border-box;
}

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

.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;
	-khtml-border-radius: 1em;
	-moz-border-radius: 1em;
	border-radius: 1em;
	background-color: #f7f7f7;
}

.woocommerce .widget_price_filter .ui-slider-horizontal,
.woocommerce-page .widget_price_filter .ui-slider-horizontal {
	height: 2px;
	width: 96%;
}

.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 {
	float: right;
	margin: 0 0 10px;
	padding: 0;
	position: relative;
	text-align: center;
	width: 100%;
	box-sizing: border-box;
}

.woocommerce .widget .count,
.woocommerce-page .widget .count {
	padding: 0 4px;
	float: right;
}

#primary .gridlist-toggle {
	padding: 0 !important;
	display: inline-block;
	margin: 7px 0 !important;
}

.woocommerce-result-count {
	margin: 4px 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;
	-khtml-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	clear: none !important;
	padding: 0 !important;
}

.category-toolbar .gridlist-toggle a,
.gridlist-toggle a {
	width: 22px !important;
	height: 22px;
	float: left;
	text-indent: -9999px;
	border: none !important;
	box-shadow: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	margin: 0;
	padding: 0 !important;
}

.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/webi/gird-list.png");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0 0px;
	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: 0 -29px;
	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;
}

.gridlist-toggle a#list {
	background-image: url("../../images/webi/gird-list.png");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: -26px 0;
	background-color: transparent;
}

.gridlist-toggle a#list.active,
.gridlist-toggle a#list:hover {
	background-position: -26px -29px !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;
}

.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-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 {
	width: auto;
	height: auto;
	bottom: auto;
}

.woocommerce ul.products p {
	clear: none;
}

.woocommerce ul.products.list li.product {
	margin-bottom: 0;
	padding-bottom: 0;
	overflow: visible;
}

.woocommerce ul.products.list li.product:last-child {
	border: 0;
	margin-bottom: 0;
}

.widget .star-rating {
	margin: 3px 0;
}

.primary-sidebar .product_list_widget li {
	padding: 3px 0;
}

.quantity input.qty .woocommerce .summary .product_meta {
	clear: both;
	display: inline-block;
	margin: 5px 0;
	position: relative;
	width: 100%;
	font-weight: 600;
}

.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: 5px 0 5px;
	font-weight: 600;
	width: 100%;
	clear: both;
	text-transform: capitalize;
}

.entry-summary .sku {
	font-weight: normal;
	color: #202020;
}

.woocommerce .summary .product_meta .posted_in a,
.woocommerce .summary .product_meta .tagged_as a,
.brand span a,
.social a {
	font-weight: normal;
	color: #202020;
}

.woocommerce .summary .product_meta .posted_in a:hover,
.woocommerce .summary .product_meta .tagged_as a:hover,
.brand span a:hover,
.social a:hover {
	color: #000000;
}

.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: #000;
	display: block;
	float: right;
	font-size: 18px;
	height: 15px;
	line-height: 16px;
	margin: 3px;
	text-align: center;
	text-indent: 0;
	width: 15px;
	box-sizing: border-box;
}

.woocommerce ul.cart_list li a.remove:hover,
.woocommerce-page ul.cart_list li a.remove:hover {
	color: #ff0000;
}

.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: #202020;
	color: #000;
	border: 1px solid #202020;
}

.woocommerce .wc-proceed-to-checkout .checkout-button:hover,
.woocommerce-page .wc-proceed-to-checkout .checkout-button:hover {
	background: #fff;
	color: #000000;
	border-color: #000;
}

.woocommerce #yith-wcwl-popup-message,
.woocommerce-page #yith-wcwl-popup-message,
.home #yith-wcwl-popup-message {
	background: #7cc580 none repeat scroll 0 0;
	border: 1px solid #7cc580;
	color: #ffffff;
	padding: 0px 20px;
	bottom: 0;
	top: auto;
	margin: 0 auto !important;
	left: 0;
	right: 0;
}

#yith-wcwl-popup-message {
	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;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
}

.yith-wcwl-wishlistexistsbrowse.show .feedback,
.yith-wcwl-wishlistaddedbrowse.show .feedback {
	display: none;
	font-size: 0;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
}

.entry-summary .add_to_wishlist {
	display: inline-block;
	margin: 5px 0 5px;
	font-weight: 600;
	width: 100%;
}

.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: 12px 25px 0 0;
	background: #fff;
}

.woocommerce-MyAccount-navigation ul {
	margin: 0;
	border: 1px solid #eee;
	border-radius: 5px;
}

.woocommerce-MyAccount-navigation ul li {
	border-bottom: 1px dashed #dddddd;
	list-style-type: none;
}

.woocommerce-MyAccount-navigation ul li:last-child {
	border: none;
}

.woocommerce-MyAccount-navigation ul li a {
	padding: 10px 30px;
	display: block;
	text-transform: capitalize;
	font-size: 14px;
	font-weight: 400;
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before {
	content: "\f233";
}

.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-navigation ul li a:before {
	content: "\f0e4";
	display: inline-block;
	float: left;
	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;
	text-align: left;
	text-rendering: auto;
	width: 2em;
	opacity: 0.8;
	-khtml-opacity: 0.8;
	-webkit-opacity: 0.8;
	-moz-opacity: 0.8;
}

.woocommerce-MyAccount-content {
	overflow: hidden;
	padding: 10px;
}

.woocommerce-my-account-links {
	display: block;
	overflow: hidden;
	margin-top: 20px;
}

.woocommerce-my-account-links>div {
	width: 33%;
	padding-left: 0px;
	padding-right: 0px;
	margin-bottom: 5px;
	display: inline-block;
	text-align: center;
}

.woocommerce-my-account-links a {
	display: block;
	padding: 20px;
	border: 1px solid #eee;
	border-radius: 0 font-size: 14px;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	color: #3f3f3f;
	background: #fff;
	transition: color .25s ease;
}

.woocommerce-my-account-links a::before {
	content: "\f437";
	font-family: FontAwesome;
	display: block;
	color: #bfbfbf;
	margin-bottom: 10px;
	font-size: 50px;
	font-weight: 400;
	line-height: 50px;
	-webkit-transition: color .25s ease;
	transition: color .25s ease;
}

.woocommerce-my-account-links a:hover::before {
	color: #202020;
}

.woocommerce-my-account-links .dashboard-link a:before {
	content: "\f0e4";
}

.woocommerce-my-account-links .edit-account-link a:before {
	content: "\F007";
}

.woocommerce-my-account-links .orders-link a:before {
	content: "\F233";
}

.woocommerce-my-account-links .downloads-link a:before {
	content: "\F019";
}

.woocommerce-my-account-links .payment-methods-link a:before {
	content: "\f439";
}

.woocommerce-my-account-links .edit-address-link a:before {
	content: "\F015";
}

.woocommerce-my-account-links .customer-logout-link a:before {
	content: "\f08b";
}

.woocommerce #content .product div.entry-summary .quantity input.qty {
	width: 32px;
	font-size: 16px;
	border: none;
}

.quantity input.qty {
	border: 1px solid #dddddd;
	text-align: center !important;
	width: 40px;
	height: 40px;
	display: inline;
	padding: 8px 2px;
	margin: 0;
	border-radius: 0 -webkit-border-radius: 0 -khtml-border-radius: 0 -moz-border-radius: 0;
}

.wntr-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 #dddddd;
	width: 40px;
	text-align: center;
	color: #8c8c8c;
	cursor: pointer;
	vertical-align: top;
	background: none;
	font-size: 18px;
	padding: 0;
	box-sizing: border-box;
	font-weight: 400;
	padding: 0 0 0 2px;
	background: #fff;
}

.woocommerce-page #primary .entry-summary button.button.single_add_to_cart_button {
	padding: 8px 23px 7px;
	height: auto;
}

#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.single-product #content div.product .entry-summary .product_title {
	border-bottom: 1px solid #e4e4e4;
	padding-bottom: 18px;
	margin: 0 0 8px;
}

.woocommerce .entry-summary .br_compare_button.added::before {
	content: "\f00c";
}

.summary.entry-summary .clear {
	display: inline-block;
}

.woocommerce .entry-summary .cart {
	display: block;
	width: auto;
	vertical-align: bottom;
	margin-bottom: 10px;
}

.woocommerce .entry-summary .yith-wcwl-add-to-wishlist .ajax-loading {
	left: 4px;
	right: auto;
	margin: 0 auto !important;
	position: absolute;
	top: 10px;
}

.woocommerce .entry-summary .yith-wcwl-wishlistexistsbrowse.show a::before,
.woocommerce .entry-summary .yith-wcwl-wishlistaddedbrowse.show a::before {
	content: "\f112";
	display: inline-block;
	font-family: "FontAwesome";
	left: 0;
	padding: 0;
	margin: 0;
	position: relative;
	text-align: center;
	top: 0;
	font-size: 14px;
	width: 24px;
}

.woocommerce .entry-summary .yith-wcwl-add-to-wishlist a.add_to_wishlist,
.woocommerce .entry-summary .yith-wcwl-wishlistexistsbrowse.show>a,
.woocommerce .entry-summary .yith-wcwl-wishlistaddedbrowse.show a,
.woocommerce .entry-summary .add_to_wishlist,
.woocommerce .entry-summary a.br_compare_button {
	margin: 0;
	border: medium none;
	padding: 0;
	font-size: 14px;
	font-weight: normal;
	background: none;
	text-transform: capitalize;
	display: inline-block;
	transition: none;
	background-size: 18px;
	line-height: 18px;
	vertical-align: top;
}

.woocommerce .entry-summary .br_compare_button::before {
	height: 18px;
	width: 25px;
	display: inline-block;
	content: "\f24d";
	font-family: "FontAwesome";
	left: 0;
	right: 0;
	font-size: 14px;
	margin: 0;
}

.woocommerce .entry-summary .yith-wcwl-wishlistexistsbrowse.show a:hover,
.woocommerce .entry-summary .yith-wcwl-wishlistaddedbrowse.show a:hover,
.woocommerce .entry-summary .yith-wcwl-add-to-wishlist .add_to_wishlist:hover,
.woocommerce .entry-summary a.br_compare_button:hover,
.woocommerce .entry-summary .br_compare_button:hover,
.woocommerce .entry-summary a.br_compare_button.added:hover,
.woocommerce .entry-summary .br_compare_button:hover::before,
.woocommerce .entry-summary .yith-wcwl-add-to-wishlist .add_to_wishlist:hover::before {
	color: #202020;
}

.entry-summary .yith-wcwl-add-to-wishlist,
.woocommerce .entry-summary a.br_compare_button {
	color: #000;
	display: inline-block;
	margin: 0;
	position: relative;
	line-height: 18px;
	font-size: 14px;
	width: unset !important;
	height: auto !important;
	padding: 10px 0 15px !important;
}

.entry-summary .yith-wcwl-wishlistexistsbrowse.show,
.entry-summary .yith-wcwl-wishlistaddedbrowse.show {
	height: auto;
	line-height: inherit;
	width: auto;
	border: 0;
	background: none;
	margin: 0 0;
}

.entry-summary a.br_compare_button {
	position: relative;
}

.entry-summary .button.yith-wcqv-button:before,
.entry-summary a.br_compare_button:before,
.entry-summary .add_to_wishlist:before {
	position: relative;
	margin: 0 5px;
}

.woocommerce .wishlist-title h2 {
	padding: 6px 15px;
	font-weight: 400 !important;
	font-size: 18px;
	border-radius: 6px;
}

.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: #dddddd !important;
	padding: 15px !important;
	box-sizing: border-box;
	color: #000;
}

.woocommerce-product-gallery {
	position: relative;
	margin-bottom: 3em;
}

.woocommerce-product-gallery figure {
	margin: 0;
}

.woocommerce-product-gallery .woocommerce-product-gallery__image:nth-child(n+2) {
	width: 25%;
	display: inline-block;
}

.woocommerce-product-gallery .flex-control-thumbs li {
	list-style: none;
	float: left;
	cursor: pointer;
}

.woocommerce-product-gallery img {
	display: block;
}

.woocommerce-product-gallery__trigger {
	position: absolute;
	top: 1em;
	right: 1em;
	z-index: 99;
}

a.woocommerce-product-gallery__trigger {
	text-decoration: none;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
	position: absolute;
	bottom: 130px;
	top: auto;
	right: 20px;
	display: block;
	height: 1.7em;
	width: 1.7em;
	z-index: 1;
	text-align: center;
	text-indent: -999px;
	overflow: hidden;
	padding: 0 6px;
}

.feature-image-wrapper {
	width: 48%;
	display: flex;
	background: transparent;
	gap: 15px;
	padding-top: 10px;
}

.home-featured-carousel .product-detail {
	position: relative;
	padding-left: 50px;
	line-height: 22px;
	width: 52%;
	display: inline-block;
}

.single-pro-inner .woo-multi-currency.wmc-price-switcher {
	display: none;
}

#yith-quick-view-modal div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
	bottom: 20px;
	display: none;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
	background-color: #000;
	color: #ffffff;
	border-radius: 5px;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:hover {
	background-color: #202020;
	border-color: #202020;
	color: #ffffff;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:before {
	font: normal normal normal 1em/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: block;
	content: "\f067";
	line-height: 23px;
	text-indent: 0;
}

.woocommerce #content div.product .woocommerce-product-gallery.images img {
	transition: none 0s ease 0s;
	-webkit-transition: none 0s ease 0s;
	-moz-transition: none 0s ease 0s;
	-ms-transition: none 0s ease 0s;
	-o-transition: none 0s ease 0s;
}

.woocommerce-product-gallery .flex-viewport {
	margin-bottom: 20px;
	border: 1px solid #ccc;
	border-radius: 20px;
}

.flex-control-nav.flex-control-thumbs {
	box-sizing: border-box;
	margin: 20px 0 0;
	overflow: hidden;
}

.images .flex-control-thumbs li {
	box-sizing: border-box;
	width: 100%;
	padding: 4px;
}

.woocommerce-product-gallery .flex-control-thumbs img {
	border: 1px solid #dddddd;
}

.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,
.woocommerce #content div.product .woocommerce-product-gallery ol li img {
	float: left;
	max-width: 6.8em;
}

.woocommerce.widget_top_rated_products ul.product_list_widget li {
	text-align: center;
}

.woocommerce.widget_top_rated_products ul.product_list_widget li img {
	max-width: 100%;
	margin: 0;
}

.primary-sidebar .woocommerce.widget_top_rated_products ul.product_list_widget .product-title {
	float: none;
	display: block;
	padding: 0;
	width: 100%;
	font-size: 16px;
}

#primary-sidebar .woocommerce.widget_top_rated_products ul.product_list_widget li .star-rating {
	float: none;
	margin: 10px 0;
}

#primary-sidebar #wpmegamenu_widget-3 .woocommerce.widget_top_rated_products ul.product_list_widget li .star-rating {
	margin: 0;
}

.woocommerce #content div.product .woocommerce-product-gallery ol li img {
	float: none;
}

.woocommerce ul.products li.product .yith-wcwl-wishlistexistsbrowse a:hover,
.woocommerce-page ul.products li.product .yith-wcwl-wishlistexistsbrowse a:hover,
.woocommerce ul.products li.product .yith-wcwl-wishlistaddedbrowse a:hover,
.woocommerce-page ul.products li.product .yith-wcwl-wishlistaddedbrowse a:hover {
	background-image: url("../../images/webi/svg/next-hover.svg");
	background-color: #202020;
	border-color: #202020;
}

.yith-wcwl-wishlistexistsbrowse .feedback,
.yith-wcwl-wishlistaddedbrowse .feedback {
	display: none;
	font-size: 0;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
}

.woocommerce ul.products li.product .yith-wcwl-wishlistexistsbrowse a,
.woocommerce-page ul.products li.product .yith-wcwl-wishlistexistsbrowse a,
.woocommerce ul.products li.product .yith-wcwl-wishlistaddedbrowse a,
.woocommerce-page ul.products li.product .yith-wcwl-wishlistaddedbrowse a {
	background-image: url("../../images/webi/svg/next.svg");
	transition: all 0.5s;
}

.woocommerce .product-block-outer a.br_compare_button,
.br_compare_button,
.woocommerce .button.yith-wcqv-button,
.woocommerce .product-block-outer a.br_compare_button,
.product-block-outer .yith-wcwl-add-to-wishlist a.add_to_wishlist,
.woocommerce ul.products li.product .yith-wcwl-wishlistexistsbrowse a,
.woocommerce-page ul.products li.product .yith-wcwl-wishlistexistsbrowse a,
.woocommerce ul.products li.product .yith-wcwl-wishlistaddedbrowse a,
.woocommerce ul.products li.product .product_type_variation,
.woocommerce-page ul.products li.product .yith-wcwl-wishlistaddedbrowse a,
.woocommerce ul.products li.product .yith-wcwl-add-button a,
.woocommerce-page ul.products li.product .yith-wcwl-add-button a,
.woocommerce ul.products li.product .yith-wcwl-add-button a,
.woocommerce-page ul.products li.product .yith-wcwl-add-button a,
.woocommerce .button.yith-wcqv-button, .yith-wcwl-add-to-wishlist-button {
	display: block;
	font-size: 0 !important;
	padding: 0 !important;
	position: relative;
	vertical-align: bottom;
	height: 35px;
	width: 35px !important;
	margin: 0 0 6px;
	transition: .3s ease;
	-webkit-transition: .3s ease;
	-o-transition: .3s ease;
	-ms-transition: .3s ease;
	-moz-transition: .3s ease;
	background-size: 18px;
	background-repeat: no-repeat;
	background-position: center;
	border: 1px solid;
	border-radius: 6px;
	border-color: #CCCCCC !important;
	background-color: #fff !important;
}
.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--anchor svg {
    width: 22px !important;
}
.yith-wcwl-add-to-wishlist-button__label{
	display: none;
}
.product-block-inner {
    border: 1px solid #CCCCCC;
    border-radius: 10px;
    background: #fff;
}
.single-product .summary.entry-summary .price del span {
    font-size: 16px !important;
}
.upsells ul.products li .container-inner, .related ul.products li .container-inner{
	padding-bottom: 0 !important;
}
.woocommerce ul.products li.product .product_type_grouped,
.woocommerce-page ul.products li.product .product_type_grouped,
.woocommerce ul.products li.product .product_type_external,
.woocommerce-page ul.products li.product .product_type_external,
.woocommerce ul.products li.product .product_type_variable,
.woocommerce-page ul.products li.product .product_type_variable,
.woocommerce ul.products li.product .product_type_simple,
.woocommerce ul.products li.product .product_type_variation,
.woocommerce-page ul.products li.product .product_type_simple,
.wt-hot-products .home-featured-carousel .product_type_grouped,
.wt-hot-products .home-featured-carousel .product_type_external,
.wt-hot-products .home-featured-carousel .product_type_variable,
.wt-hot-products .home-featured-carousel .product_type_simple,
.wt-hot-products .home-featured-carousel .product_type_variation {
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: capitalize;
    font-weight: 500;
    letter-spacing: 0.4px;
    margin: 6px 0;
	margin-top: 0;
    padding: 0;
    width: 35px;
    height: 35px;
    border-radius: 5px;
    border: 1px solid;
    border-color: #CCCCCC !important;
    background-color: #fff !important;
}

.product-detail-wrapper .br_compare_button {
	margin-top: 0px !important;
}

.woocommerce .yith-wcwl-add-to-wishlist a.add_to_wishlist .yith-wcwl-icon {
	display: none;
}

.woocommerce a.br_compare_button:hover {
	background-image: url("../../images/webi/svg/compare-hover.svg");
	background-color: #202020 !important;
	border-color: #202020 !important;
}

.product-block-outer .br_compare_button {
	margin-top: 0px !important;
}

.br_compare_button i {
	display: none !important;
}

.woocommerce ul.products.list .container-inner .image-block,
.woocommerce-page ul.products.list .container-inner .image-block {
	float: left;
	overflow: hidden;
	width: 30%;
}

.delete_item:hover .yith-wcwl-icon {
	color: #fff;
}

.delete_item .yith-wcwl-icon.fa {
	font-size: 20px;
	padding: 6px 0 0 7px;
	margin: 0;
}

.entry-summary .delete_item .yith-wcwl-icon.fa {
	display: none;
}

@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.list li.product .yith-wcwl-wishlistexistsbrowse a,
.woocommerce-page ul.products.list li.product .yith-wcwl-wishlistexistsbrowse a,
.woocommerce ul.products.list li.product .yith-wcwl-wishlistaddedbrowse a,
.woocommerce-page ul.products.list li.product .yith-wcwl-wishlistaddedbrowse a {
	margin: 0 6px 0 0 !important;
}

.bnr_text{
	position: relative;
}
.bnr_text::before {
    content: '';
    background: url("../../images/webi/back1.png");
    background-repeat: repeat;
    position: absolute;
    bottom: -320px;
    left: 0;
    width: 189px;
    height: 399px;
    background-repeat: no-repeat;
    z-index: -1;
}
.home_bnrs::before {
	content: '';
	background: url("../../images/webi/back2.png");
	background-repeat: repeat;
	position: absolute;
	top: -240px;
	right: 0;
	width: 241px;
	height: 360px;
	background-repeat: no-repeat;
	z-index: -1;
}
.home_serv::before {
	content: '';
	background: url("../../images/webi/back3.png");
	background-repeat: repeat;
	position: absolute;
	bottom: -370px;
	left: 0;
	width: 319px;
	height: 578px;
	background-repeat: no-repeat;
	z-index: -1;
}
.home_blog::before {
	content: '';
	background: url("../../images/webi/back4.png");
	background-repeat: repeat;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 266px;
	height: 466px;
	background-repeat: no-repeat;
	z-index: -1;
}