.woocommerce:before,
.woocommerce:after{
	display: block;
	content: "";
	clear: both;
}

.woocommerce-breadcrumb,
.woocommerce-products-header{
	display: none;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message{
	margin: 0 0 1.5em;
	padding: 1.5em 1.5em 1.5em 1.5em;
	border-left: 5px solid var(--colorMain);
	background-color: rgba(150, 150, 150, .05);
}

.woocommerce-error .button,
.woocommerce-info .button,
.woocommerce-message .button{
	margin-bottom: 0;
}

.woocommerce-info{
	border-color: #007ebd;
}

.woocommerce-error{
	list-style-position: inside;
}

.woocommerce-result-count{
	display: inline-block;
	margin-bottom: 0;
	padding: 15px 30px 15px 0;
	float: left;
}

.woocommerce-result-count + form{
	display: inline-block;
	margin-bottom: 30px;
}

@media (min-width: 576px) {
	.woocommerce-result-count + form{
		float: right;
	}
}

.product-content-inner-stretch-vertical{
	display: flex;
}

.product-content-inner-stretch-vertical .product-content-inner{
	display: flex;
	flex-direction: column;
}

.product-content-inner-stretch-vertical .product-content-inner .product-middle{
	flex-grow: 1;
}

.product-content .product-content-inner{
	padding: 25px 30px 30px 30px;
}

.product-content .product-content-inner .button.add_to_cart_button,
.product-content .product-content-inner .button.product_type_variable,
.product-content .product-content-inner .button.product_type_grouped{
	font-family: "Playfair Display",Arial,Helvetica,sans-serif;
	font-size: 10px;
	line-height: 1.4;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .0815em;
	min-height: 33px;
	padding: 8px 18px 8px 18px;
	border-width: 2px;
	border-style: solid;
	border-radius: 0;
}

.product-content .product-content-inner .button.add_to_cart_button,
.product-content .product-content-inner .button.product_type_variable,
.product-content .product-content-inner .button.product_type_grouped{
	color: #3d3d3d;
	background-color: rgba(0, 0, 0, 0);
	border-color: #303233;
}

.product-content .product-content-inner .button.add_to_cart_button:hover,
.product-content .product-content-inner .button.add_to_cart_button:focus,
.product-content .product-content-inner .button.add_to_cart_button:active,
.product-content .product-content-inner .button.product_type_variable:hover,
.product-content .product-content-inner .button.product_type_variable:focus,
.product-content .product-content-inner .button.product_type_variable:active,
.product-content .product-content-inner .button.product_type_grouped:hover,
.product-content .product-content-inner .button.product_type_grouped:focus,
.product-content .product-content-inner .button.product_type_grouped:active{
	color: #fff;
	background-color: #303233;
	border-color: #303233;
}

.ds .product-content .product-content-inner .button.add_to_cart_button,
.ds .product-content .product-content-inner .button.product_type_variable,
.ds .product-content .product-content-inner .button.product_type_grouped{
	color: #fff;
	background-color: rgba(0, 0, 0, 0);
	border-color: #fff;
}

.ds .product-content .product-content-inner .button.add_to_cart_button:hover,
.ds .product-content .product-content-inner .button.add_to_cart_button:focus,
.ds .product-content .product-content-inner .button.add_to_cart_button:active,
.ds .product-content .product-content-inner .button.product_type_variable:hover,
.ds .product-content .product-content-inner .button.product_type_variable:focus,
.ds .product-content .product-content-inner .button.product_type_variable:active,
.ds .product-content .product-content-inner .button.product_type_grouped:hover,
.ds .product-content .product-content-inner .button.product_type_grouped:focus,
.ds .product-content .product-content-inner .button.product_type_grouped:active{
	color: #303233;
	background-color: #fff;
	border-color: #fff;
}

.cs .product-content .product-content-inner .button.add_to_cart_button,
.cs .product-content .product-content-inner .button.product_type_variable,
.cs .product-content .product-content-inner .button.product_type_grouped{
	color: #fff;
	background-color: rgba(0, 0, 0, 0);
	border-color: #fff;
}

.cs .product-content .product-content-inner .button.add_to_cart_button:hover,
.cs .product-content .product-content-inner .button.add_to_cart_button:focus,
.cs .product-content .product-content-inner .button.add_to_cart_button:active,
.cs .product-content .product-content-inner .button.product_type_variable:hover,
.cs .product-content .product-content-inner .button.product_type_variable:focus,
.cs .product-content .product-content-inner .button.product_type_variable:active,
.cs .product-content .product-content-inner .button.product_type_grouped:hover,
.cs .product-content .product-content-inner .button.product_type_grouped:focus,
.cs .product-content .product-content-inner .button.product_type_grouped:active{
	color: #303233;
	background-color: #fff;
	border-color: #fff;
}

.product-content-inner .product-top{
	display: flex;
	margin-bottom: 0;
}

.product-content-inner .product-footer{
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: center;
}

.product-content-inner h3.woocommerce-loop-product__title{
	margin-top: 1px;
	margin-bottom: 20px;
}

.product-content-inner h6.woocommerce-loop-product__title{
	margin-top: 7px;
	margin-bottom: 22px;
}

.product-content-inner .price{
	margin: 0 0 0 10px;
}

.product-content-inner .button.add_to_cart_button,
.product-content-inner .button.product_type_variable,
.product-content-inner .button.product_type_grouped{
	margin-bottom: 0;
}

.product-content-inner .button.add_to_cart_button:before,
.product-content-inner .button.product_type_variable:before,
.product-content-inner .button.product_type_grouped:before{
	display: none;
}

.product-content-inner .posted-on{
	padding-right: 25px;
	position: relative;
}

.product-content-inner .posted-on:after{
	content: "";
	position: absolute;
	width: 1px;
	height: 6px;
	right: 10px;
	top: 5px;
	bottom: 0;
	border-left: solid 1px rgba(129, 129, 129, .8);
}

.product-content-inner .star-rating{
	margin: 0;
	position: relative;
	top: 2px;
}

ul.products{
	list-style: none;
	padding: 0;
	margin: 0 -15px;
	display: flex;
	flex-wrap: wrap;
	clear: both;
}

ul.products .product{
	position: relative;
	padding: 0 15px;
	margin-bottom: 30px;
}

ul.products .product > a > img{
	width: 100%;
}

ul.products .product h2{
	line-height: 1;
	font-size: 1.6em;
	margin: 1.2em 0 .8em;
	text-transform: none;
}

ul.products .product .onsale{
	position: absolute;
	top: 10px;
	left: 6px;
	padding: .3em 1em;
	color: #fff;
	background-color: var(--colorMain);
	z-index: 2;
}

ul.products .product .onsale:before{
	content: "";
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px 0;
	border-color: rgba(0, 0, 0, 0) var(--colorMainDarker10) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

@media screen and (max-width: 1199px) {
	ul.products.columns-1 .product .button.add_to_cart_button,
	ul.products.columns-1 .product .button.product_type_variable,
	ul.products.columns-1 .product .button.product_type_grouped,
	ul.products.columns-2 .product .button.add_to_cart_button,
	ul.products.columns-2 .product .button.product_type_variable,
	ul.products.columns-2 .product .button.product_type_grouped{
		padding-left: 18px;
		padding-right: 18px;
	}
}

ul.products.columns-3 .product .button.add_to_cart_button,
ul.products.columns-3 .product .button.product_type_variable,
ul.products.columns-3 .product .button.product_type_grouped{
	padding-left: 18px;
	padding-right: 18px;
}

ul.products.columns-4 .product .button.add_to_cart_button,
ul.products.columns-4 .product .button.product_type_variable,
ul.products.columns-4 .product .button.product_type_grouped,
ul.products.columns-5 .product .button.add_to_cart_button,
ul.products.columns-5 .product .button.product_type_variable,
ul.products.columns-5 .product .button.product_type_grouped,
ul.products.columns-6 .product .button.add_to_cart_button,
ul.products.columns-6 .product .button.product_type_variable,
ul.products.columns-6 .product .button.product_type_grouped{
	padding-left: 18px;
	padding-right: 18px;
	text-align: center;
}

ul.products.columns-4 .product .button.add_to_cart_button:before,
ul.products.columns-4 .product .button.product_type_variable:before,
ul.products.columns-4 .product .button.product_type_grouped:before,
ul.products.columns-5 .product .button.add_to_cart_button:before,
ul.products.columns-5 .product .button.product_type_variable:before,
ul.products.columns-5 .product .button.product_type_grouped:before,
ul.products.columns-6 .product .button.add_to_cart_button:before,
ul.products.columns-6 .product .button.product_type_variable:before,
ul.products.columns-6 .product .button.product_type_grouped:before{
	display: none;
}

ul.products.owl-carousel > *{
	width: 100%;
}

ul.products.owl-carousel .product{
	width: 100%;
}

ul.products.owl-carousel .product h2{
	font-size: 21px;
	margin-bottom: 1em;
}

@media (max-width: 575px) {
	ul.products .product{
		width: 100% !important;
	}
}

.columns-1 > *{
	width: 100%;
	margin-right: 0;
}

.columns-2 > *{
	width: 50%;
}

.columns-3 > *{
	width: 33.333333%;
}

.columns-4 > *{
	width: 25%;
}

.columns-5 > *{
	width: 20%;
}

.columns-6 > *{
	width: 16.666667%;
}

.price{
	display: block;
	margin: 1em 0 1.5em;
	color: #253138;
	font-size: 21px;
	font-weight: 700;
	letter-spacing: -0.05em;
	opacity: 1;
}

.price del{
	opacity: .7;
	padding-right: 1em;
}

.button{
	display: inline-block;
	position: relative;
}

.woocommerce-orders-table__row .button,
.woocommerce-Message .button{
	padding: 7px 16px;
}

.woocommerce-Message .button,
.woocommerce-message .button{
	float: right;
	margin: 3px 0 0 24px;
}

.woocommerce-message .button{
	margin-top: -10px;
}

.add_to_cart_button:before{
	display: inline-block;
	line-height: 0;
	font-size: 16px;
	font-family: "FontAwesome";
	content: "";
	position: relative;
	left: -0.5em;
	top: .1em;
}

.add_to_cart_button.loading:before{
	-webkit-animation: spin 2s infinite linear;
	        animation: spin 2s infinite linear;
	content: "";
}

.add_to_cart_button.product_type_variable:before{
	content: "";
}

.add_to_cart_button + .wc-forward{
	display: block;
	margin-top: 10px;
	padding: 0;
	font-family: "Playfair Display",Arial,Helvetica,sans-serif;
	font-size: 16px;
	line-height: 1.3;
	font-weight: 700;
}

.add_to_cart_button + .wc-forward:after{
	font-family: "FontAwesome";
	content: "";
	padding-left: .5em;
}

.woocommerce-pagination{
	text-align: center;
}

.woocommerce-pagination ul.page-numbers{
	padding: 0;
	list-style: none;
}

.woocommerce-pagination ul.page-numbers li{
	display: inline-block;
}

.woocommerce-pagination ul.page-numbers span,
.woocommerce-pagination ul.page-numbers a{
	color: #fff;
	background-color: var(--colorMain);
	display: inline-block;
	margin-right: .2em;
	padding-left: .8em;
	padding-right: .8em;
	min-width: 3em;
	height: 3em;
	line-height: 3em;
	text-align: center;
}

.woocommerce-pagination ul.page-numbers span:hover,
.woocommerce-pagination ul.page-numbers a:hover{
	background-color: #303233;
}

.woocommerce-pagination ul.page-numbers span{
	background-color: #303233;
	cursor: not-allowed;
}

.product .product-frame{
	display: flex;
}

.product .product-frame > *{
	float: none;
}

.product .product-frame .images{
	padding: 20px;
	margin-bottom: 0;
}

@media (min-width: 576px) {
	.product .product-frame .images{
		width: 54.701%;
	}
}

.product .product-frame .summary{
	padding: 50px;
	background-color: #f2f2f2;
}

@media (min-width: 576px) {
	.product .product-frame .summary{
		width: 45.3%;
		margin-bottom: 0;
	}
}

.ls.ms .product .product-frame .summary{
	background-color: #fff;
}

.ds .product .product-frame .summary{
	background-color: rgba(255, 255, 255, .05);
}

.cs .product .product-frame .summary{
	background-color: rgba(255, 255, 255, .1);
}

.product .images{
	position: relative;
	margin-bottom: 2em;
}

.product .images .flex-direction-nav{
	display: none;
}

.product .images figure{
	max-width: none;
}

@media (min-width: 576px) {
	.product .images{
		width: 47%;
		float: left;
	}
}

.product .summary{
	position: relative;
	margin-bottom: 4em;
}

.product .summary:after{
	content: "";
	display: block;
	clear: both;
}

@media (min-width: 576px) {
	.product .summary{
		width: 47%;
		float: right;
	}
}

.product .summary .entry-title{
	display: none;
	line-height: 1;
}

.product .summary .woocommerce-product-rating{
	line-height: 1;
	position: relative;
}

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

.product .summary .woocommerce-review-link{
	display: inline-block;
	margin-right: 90px;
}

.product .summary .variations{
	margin: 1.5em 0;
}

.product .summary .variations tr{
	display: block;
	margin-bottom: 1em;
	border: 0 none;
}

.product .summary .variations td{
	display: block;
	padding: 0;
	padding-left: 0 !important;
	border: 0 none;
}

.product .summary .variations td select{
	width: auto;
}

.product .summary .variations label:after{
	content: ":";
}

.product .summary .variations .reset_variations{
	font-size: 0;
}

.product .summary .variations .reset_variations:before{
	font-size: 16px;
	padding: .5em;
	display: inline-block;
	font-family: "FontAwesome";
	content: "";
}

.product .summary .woocommerce-variation-price{
	margin-bottom: 40px;
}

.product .summary .quantity + button{
	top: -2px;
	position: relative;
}

.product .summary .product_meta{
	margin-top: 1.5em;
}

.product .summary .product_meta > span{
	display: block;
}

.product .summary .product_meta a{
	font-family: "Playfair Display",Arial,Helvetica,sans-serif;
	font-size: 16px;
	line-height: 1.3;
	font-weight: 700;
}

.product .woocommerce-variation-add-to-cart .add-to-cart > *{
	margin-bottom: 10px;
	vertical-align: top;
}

.product .woocommerce-variation-add-to-cart .add-to-cart button{
	margin-top: 2px;
}

.woocommerce-tabs{
	clear: both;
	margin: 4em 0;
}

.woocommerce-tabs ul.tabs{
	list-style: none;
	padding: 0;
	margin-bottom: 0;
}

.woocommerce-tabs ul.tabs li + li{
	border-top: none;
}

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

.woocommerce-tabs ul.tabs li.active:after{
	opacity: 1;
	right: .4em;
}

.woocommerce-tabs ul.tabs li.active a{
	color: #fff;
	background-color: var(--colorMain);
	border-color: var(--colorMain);
}

.woocommerce-tabs ul.tabs li a{
	font-family: "Playfair Display",Arial,Helvetica,sans-serif;
	font-size: 16px;
	line-height: 1.3;
	font-weight: 700;
	padding: 15px 28px;
	display: block;
	border: 1px solid #ccc;
	margin-right: 1px;
	margin-bottom: 2px;
}

.woocommerce-tabs .panel{
	border: 1px solid #ccc;
	margin-top: -1px;
	padding: 30px;
}

.woocommerce-tabs .panel h2{
	font-family: "Playfair Display",Arial,Helvetica,sans-serif;
	font-size: 24px;
	line-height: 1.3;
	padding-top: 3px;
	padding-bottom: 4px;
	font-weight: 400;
	font-style: italic;
}

.page_footer .woocommerce-tabs .panel h2{
	font-family: "Playfair Display",Arial,Helvetica,sans-serif;
	font-size: 18px;
	line-height: 1.3;
	padding-top: 6px;
	padding-bottom: 5px;
	font-weight: 700;
	font-style: normal;
}

@media (min-width: 768px) {
	.woocommerce-tabs ul.tabs{
		display: flex;
	}

	.woocommerce-tabs ul.tabs li a{
		margin-bottom: 0;
	}
}

.woocommerce-tabs .shop_attributes{
	margin-top: 0;
}

.woocommerce-tabs .shop_attributes th:after{
	content: ":";
}

.commentlist{
	padding: 0;
	list-style: none;
}

.commentlist ul.children{
	list-style: none;
}

.comment_container{
	position: relative;
	padding: 30px 30px 20px;
	border: 1px solid #ccc;
	margin-bottom: 30px;
	margin-left: 60px;
}

.comment_container > img{
	max-width: 60px;
	position: absolute;
	top: -1px;
	left: -60px;
}

.comment_container .meta{
	font-family: "Playfair Display",Arial,Helvetica,sans-serif;
	font-size: 16px;
	line-height: 1.3;
	font-weight: 700;
	line-height: 1.3;
	margin-right: 90px;
	margin-bottom: .5em;
	color: #303233;
}

.comment_container .meta strong{
	font-weight: inherit;
}

.comment_container .star-rating{
	float: right;
}

#tab-reviews .comment-respond{
	border: none;
	padding: 0;
	margin-bottom: 0;
}

#tab-reviews .comment-respond input[type=submit]{
	margin-bottom: 0;
	width: auto !important;
}

#reviews label[for]{
	display: block;
}

.comment-reply-title{
	display: block;
	font-family: "Playfair Display",Arial,Helvetica,sans-serif;
	font-size: 24px;
	line-height: 1.3;
	padding-top: 3px;
	padding-bottom: 4px;
	font-weight: 400;
	font-style: italic;
	margin-bottom: .5em;
	text-transform: uppercase;
	color: #303233;
}

.page_footer .comment-reply-title{
	font-family: "Playfair Display",Arial,Helvetica,sans-serif;
	font-size: 18px;
	line-height: 1.3;
	padding-top: 6px;
	padding-bottom: 5px;
	font-weight: 700;
	font-style: normal;
}

.related,
.upsells,
.cross-sells{
	margin-top: 4em;
}

.related > h2,
.upsells > h2,
.cross-sells > h2{
	font-family: "Playfair Display",Arial,Helvetica,sans-serif;
	font-size: 24px;
	line-height: 1.3;
	padding-top: 3px;
	padding-bottom: 4px;
	font-weight: 400;
	font-style: italic;
}

.page_footer .related > h2,
.page_footer .upsells > h2,
.page_footer .cross-sells > h2{
	font-family: "Playfair Display",Arial,Helvetica,sans-serif;
	font-size: 18px;
	line-height: 1.3;
	padding-top: 6px;
	padding-bottom: 5px;
	font-weight: 700;
	font-style: normal;
}

.related ul.products,
.upsells ul.products,
.cross-sells ul.products{
	margin: 0;
}

.related ul.products .product,
.upsells ul.products .product,
.cross-sells ul.products .product{
	padding: 0 15px 0 0;
	margin: 0;
}

.related ul.products .product .onsale,
.upsells ul.products .product .onsale,
.cross-sells ul.products .product .onsale{
	left: -10px;
}

.related ul.products.owl-carousel .product-inner,
.upsells ul.products.owl-carousel .product-inner,
.cross-sells ul.products.owl-carousel .product-inner{
	margin-top: 15px;
	margin-bottom: 15px;
}

.related ul.products.owl-carousel .product-inner img,
.upsells ul.products.owl-carousel .product-inner img,
.cross-sells ul.products.owl-carousel .product-inner img{
	width: 100%;
	max-width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.related ul.products.owl-carousel.top-right-nav .owl-nav,
.upsells ul.products.owl-carousel.top-right-nav .owl-nav,
.cross-sells ul.products.owl-carousel.top-right-nav .owl-nav{
	top: -47px;
	left: auto;
	right: -10px;
	width: auto;
}

.related h2,
.upsells h2,
.cross-sells h2{
	margin-bottom: 15px;
}

.widget .woocommerce-Price-amount{
	color: var(--colorMain);
}

.widget_shopping_cart ul,
.widget_products ul,
.widget_recently_viewed_products ul,
.widget_recent_reviews ul,
.widget_top_rated_products ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

.widget_shopping_cart ul li,
.widget_products ul li,
.widget_recently_viewed_products ul li,
.widget_recent_reviews ul li,
.widget_top_rated_products ul li{
	position: relative;
	padding-left: 121px;
	min-height: 100px;
	margin-bottom: 20px;
}

.widget_shopping_cart ul li:last-child,
.widget_products ul li:last-child,
.widget_recently_viewed_products ul li:last-child,
.widget_recent_reviews ul li:last-child,
.widget_top_rated_products ul li:last-child{
	margin-bottom: 0;
}

.widget_shopping_cart ul li a > img,
.widget_products ul li a > img,
.widget_recently_viewed_products ul li a > img,
.widget_recent_reviews ul li a > img,
.widget_top_rated_products ul li a > img{
	position: absolute;
	left: 0;
	max-width: 100px;
}

.widget_shopping_cart .product-title,
.widget_products .product-title,
.widget_recently_viewed_products .product-title,
.widget_recent_reviews .product-title,
.widget_top_rated_products .product-title{
	display: block;
	font-family: "Playfair Display",Arial,Helvetica,sans-serif;
	font-size: 16px;
	line-height: 1.3;
	padding-top: 7px;
	padding-bottom: 6px;
	font-weight: 700;
}

.widget_shopping_cart del,
.widget_shopping_cart ins,
.widget_shopping_cart .amount,
.widget_products del,
.widget_products ins,
.widget_products .amount,
.widget_recently_viewed_products del,
.widget_recently_viewed_products ins,
.widget_recently_viewed_products .amount,
.widget_recent_reviews del,
.widget_recent_reviews ins,
.widget_recent_reviews .amount,
.widget_top_rated_products del,
.widget_top_rated_products ins,
.widget_top_rated_products .amount{
	font-weight: 700;
	-webkit-text-decoration-color: var(--colorMain);
	        text-decoration-color: var(--colorMain);
}

.widget_shopping_cart del,
.widget_products del,
.widget_recently_viewed_products del,
.widget_recent_reviews del,
.widget_top_rated_products del{
	opacity: .7;
	padding-right: 1em;
}

.widget_shopping_cart .star-rating,
.widget_products .star-rating,
.widget_recently_viewed_products .star-rating,
.widget_recent_reviews .star-rating,
.widget_top_rated_products .star-rating{
	color: rgba(129, 129, 129, .5);
	margin: 1px 0 7px;
}

.widget_recent_reviews a{
	font-size: 18px;
	font-weight: 400;
}

.widget_price_filter .price_slider{
	margin-bottom: 1em;
}

.widget_price_filter .price_slider_amount{
	margin-top: 3em;
	text-align: right;
}

.widget_price_filter .price_slider_amount .button{
	float: left;
	margin-bottom: 0;
}

.widget_price_filter .ui-slider{
	position: relative;
	text-align: left;
}

.widget_price_filter .ui-slider .ui-slider-handle{
	position: absolute;
	z-index: 2;
	width: 8px;
	height: 8px;
	border: 2px solid var(--colorMain);
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
	cursor: ew-resize;
	outline: none;
	background: rgba(0, 0, 0, 0);
	box-sizing: border-box;
	margin-top: -3px;
	opacity: 1;
	border-radius: 0;
}

.widget_price_filter .ui-slider .ui-slider-handle:last-child{
	margin-left: -8px;
}

.widget_price_filter .ui-slider .ui-slider-handle:hover,
.widget_price_filter .ui-slider .ui-slider-handle.ui-state-active{
	box-shadow: 0 0 0 .236em rgba(0, 0, 0, .1);
}

.widget_price_filter .ui-slider .ui-slider-range{
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background: var(--colorMain);
}

.widget_price_filter .price_slider_wrapper .ui-widget-content{
	background: rgba(0, 0, 0, .1);
}

.widget_price_filter .ui-slider-horizontal{
	height: 2px;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range{
	top: 0;
	height: 100%;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range-min{
	left: -1px;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range-max{
	right: -1px;
}

.widget_price_filter .price_label{
	position: relative;
	top: 9px;
}

.widget_shopping_cart li{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	padding-right: 30px;
}

.widget_shopping_cart li a + a{
	width: 100%;
	display: block;
	font-size: 18px;
	line-height: 1.3;
	font-weight: 400;
}

.widget_shopping_cart .remove{
	margin-left: 6px;
	order: 3;
	font-size: 2em;
	line-height: .75;
}

.widget_shopping_cart .total{
	font-family: "Playfair Display",Arial,Helvetica,sans-serif;
	font-size: 16px;
	line-height: 1.3;
	font-weight: 700;
	color: #303233;
	margin: 2em 0 1.5em;
}

.widget_shopping_cart .total strong{
	font-weight: inherit;
}

.widget_shopping_cart .quantity{
	font-weight: 700;
	color: var(--colorMain);
}

.widget_shopping_cart .button{
	padding-right: 20px;
	padding-left: 20px;
}

.dropdown .widget_shopping_cart{
	white-space: normal;
}

.dropdown .widget_shopping_cart .total{
	font-weight: 700;
	font-size: 20px;
	letter-spacing: 0;
	margin: 30px -40px;
	padding: 20px 40px;
	background-color: rgba(150, 150, 150, .05);
}

.dropdown .widget_shopping_cart .buttons{
	white-space: nowrap;
}

.widget_product_tag_cloud a{
	border: 1px solid #303233;
	border-radius: 1px;
	padding: 6px 18px 4px 22px;
	margin: 0 0 4px 0;
	text-align: center;
	display: inline-block;
	font-family: "Playfair Display",Arial,Helvetica,sans-serif;
	font-size: 16px;
	line-height: 1.3;
	font-weight: 700;
	font-size: 12px !important;
}

.widget_product_tag_cloud a:hover{
	background-color: var(--colorMain);
	border-color: var(--colorMain);
	color: #fff;
}

.woocommerce-MyAccount-navigation ul,
.widget_layered_nav_filters ul,
.widget_product_categories ul{
	padding: 0;
	list-style: none;
	width: 100%;
}

.woocommerce-MyAccount-navigation ul > li,
.widget_layered_nav_filters ul > li,
.widget_product_categories ul > li{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.woocommerce-MyAccount-navigation ul > li > a,
.widget_layered_nav_filters ul > li > a,
.widget_product_categories ul > li > a{
	color: #818181;
	font-family: "Roboto",Arial,Helvetica,sans-serif;
	font-size: 13px;
	line-height: 1.1111;
	font-weight: 400;
	text-transform: uppercase;
	flex-grow: 1;
	display: block;
	padding: 14px 0 12px;
	text-align: left;
	width: 100%;
	position: relative;
	transition: all .2s ease-in-out 0s;
}

.woocommerce-MyAccount-navigation ul > li > a:before,
.widget_layered_nav_filters ul > li > a:before,
.widget_product_categories ul > li > a:before{
	opacity: 0;
	content: "";
	position: absolute;
	left: 0;
	top: 19px;
	display: inline-block;
	border: 2px solid #303233;
	transition: all .2s ease-in-out 0s;
}

.woocommerce-MyAccount-navigation ul > li > a:hover,
.woocommerce-MyAccount-navigation ul > li.current-cat > a,
.woocommerce-MyAccount-navigation ul > li.chosen > a,
.woocommerce-MyAccount-navigation ul > li.is-active > a,
.widget_layered_nav_filters ul > li > a:hover,
.widget_layered_nav_filters ul > li.current-cat > a,
.widget_layered_nav_filters ul > li.chosen > a,
.widget_layered_nav_filters ul > li.is-active > a,
.widget_product_categories ul > li > a:hover,
.widget_product_categories ul > li.current-cat > a,
.widget_product_categories ul > li.chosen > a,
.widget_product_categories ul > li.is-active > a{
	color: #303233;
	padding-left: 12px;
}

.woocommerce-MyAccount-navigation ul > li > a:hover:before,
.woocommerce-MyAccount-navigation ul > li.current-cat > a:before,
.woocommerce-MyAccount-navigation ul > li.chosen > a:before,
.woocommerce-MyAccount-navigation ul > li.is-active > a:before,
.widget_layered_nav_filters ul > li > a:hover:before,
.widget_layered_nav_filters ul > li.current-cat > a:before,
.widget_layered_nav_filters ul > li.chosen > a:before,
.widget_layered_nav_filters ul > li.is-active > a:before,
.widget_product_categories ul > li > a:hover:before,
.widget_product_categories ul > li.current-cat > a:before,
.widget_product_categories ul > li.chosen > a:before,
.widget_product_categories ul > li.is-active > a:before{
	opacity: 1;
}

.woocommerce-MyAccount-navigation ul > li .count,
.widget_layered_nav_filters ul > li .count,
.widget_product_categories ul > li .count{
	padding-left: 15px;
}

.woocommerce-MyAccount-navigation ul > li + li,
.widget_layered_nav_filters ul > li + li,
.widget_product_categories ul > li + li{
	border-top: 1px solid rgba(48, 50, 51, .1);
}

.widget_layered_nav ul{
	padding: 0;
	list-style: none;
	width: 100%;
}

.widget_layered_nav ul > li{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.widget_layered_nav ul > li > a{
	color: #818181;
	font-family: "Roboto",Arial,Helvetica,sans-serif;
	font-size: 13px;
	line-height: 1.1111;
	font-weight: 400;
	text-transform: uppercase;
	flex-grow: 1;
	display: block;
	padding: 14px 0 12px 22px;
	text-align: left;
	width: 100%;
	position: relative;
	transition: all .2s ease-in-out 0s;
}

.widget_layered_nav ul > li > a:before{
	content: "";
	position: absolute;
	left: 3px;
	top: 17px;
	display: inline-block;
	width: 7px;
	height: 7px;
	border: 1px solid #303233;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
	transition: all .2s ease-in-out 0s;
}

.widget_layered_nav ul > li > a:hover,
.widget_layered_nav ul > li.current-cat > a,
.widget_layered_nav ul > li.chosen > a,
.widget_layered_nav ul > li.is-active > a{
	color: #303233;
}

.widget_layered_nav ul > li > a:hover:before,
.widget_layered_nav ul > li.current-cat > a:before,
.widget_layered_nav ul > li.chosen > a:before,
.widget_layered_nav ul > li.is-active > a:before{
	background-color: #303233;
}

.widget_layered_nav ul > li .count{
	padding-left: 15px;
}

.widget_layered_nav ul > li + li{
	border-top: 1px solid rgba(48, 50, 51, .1);
}

div.quantity{
	display: inline-block;
	position: relative;
}

div.quantity i + i{
	display: none;
}

div.quantity [type=number]{
	padding-right: 30px;
	padding-left: 30px;
	text-align: center;
	width: 80px;
	-moz-appearance: textfield;
	color: #202020;
	font-style: normal;
}

div.quantity [type=number]::-webkit-inner-spin-button,
div.quantity [type=number]::-webkit-outer-spin-button{
	-webkit-appearance: none;
	margin: 0;
}

div.quantity [type=button]{
	padding: 0;
	margin: 0;
	cursor: pointer;
	position: absolute;
	right: 6px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	line-height: 1;
	color: rgba(0, 0, 0, 0);
	border: none;
	width: 22px;
	height: 10px;
	background-color: rgba(0, 0, 0, 0);
	z-index: 1;
}

div.quantity [type=button]:hover,
div.quantity [type=button]:focus,
div.quantity [type=button]:active{
	color: rgba(0, 0, 0, 0);
	background-color: rgba(0, 0, 0, 0);
}

div.quantity [type=button]:hover+i{
	color: var(--colorMain);
}

div.quantity [type=button]+i{
	position: absolute;
	right: 6px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	font-size: 16px;
	width: 22px;
	text-align: center;
	line-height: 10px;
	color: #303233;
	display: inline-block;
	transition: all .2s ease-in-out 0s;
}

div.quantity [type=button].minus{
	right: auto;
	left: 6px;
}

div.quantity [type=button].minus+i{
	right: auto;
	left: 6px;
}

.shop_table{
	margin-top: 0;
}

.shop_table th,
.shop_table td{
	color: #202020;
	vertical-align: middle;
}

.shop_table th{
	padding: 6px 12px 6px 12px;
}

.shop_table td{
	padding: 9px 12px 9px 12px;
}

.shop_table .remove{
	font-size: 30px;
	line-height: 30px;
}

.shop_table dl.variation{
	margin-top: 5px;
}

.shop_table dl.variation,
.shop_table dl.variation dt,
.shop_table dl.variation dd{
	font-size: 11px;
	font-weight: inherit;
	text-transform: lowercase;
	margin: 0;
}

.shop_table dl.variation dt,
.shop_table dl.variation dd{
	display: inline-block;
}

.shop_table dl.variation dt{
	margin-right: 7px;
}

.shop_table button{
	margin-bottom: 0 !important;
}

.shop_table .amount{
	font-size: 16.5px;
	font-weight: 700;
}

.shop_table th{
	font-family: "Playfair Display",Arial,Helvetica,sans-serif;
	font-size: 16px;
	line-height: 1.3;
	font-weight: 700;
	border-bottom: 1px solid #ccc;
}

.shop_table .product-thumbnail img{
	max-width: 70px;
}

.shop_table .actions{
	text-align: right;
}

.shop_table .coupon{
	float: left;
}

.shop_table .coupon label{
	display: none;
}

.shop_table .coupon [type=text]{
	width: auto;
	vertical-align: top;
}

.shop_table .coupon [type=submit]{
	position: relative;
	vertical-align: top;
}

@media (max-width: 991px) {
	.shop_table{
		display: block;
		width: 100%;
		overflow-x: auto;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}
}

.woocommerce-cart-form th,
.woocommerce-cart-form td{
	text-align: center;
}

.woocommerce-cart-form td{
	padding: 2px 12px 2px 12px;
	vertical-align: middle;
}

.woocommerce-cart-form td.actions{
	padding: 17px 19px 17px 19px;
}

.cart-collaterals{
	clear: both;
	margin-top: 3em;
	display: flex;
	flex-direction: column;
}

.cart-collaterals h2{
	font-family: "Playfair Display",Arial,Helvetica,sans-serif;
	font-size: 24px;
	line-height: 1.3;
	padding-top: 3px;
	padding-bottom: 4px;
	font-weight: 400;
	font-style: italic;
}

.page_footer .cart-collaterals h2{
	font-family: "Playfair Display",Arial,Helvetica,sans-serif;
	font-size: 18px;
	line-height: 1.3;
	padding-top: 6px;
	padding-bottom: 5px;
	font-weight: 700;
	font-style: normal;
}

.cart-collaterals .cart_totals{
	order: -1;
}

.cart-collaterals .wc-proceed-to-checkout{
	margin-top: 3em;
}

[class^=woocommerce-][class$=-fields]+[class^=woocommerce-][class$=-fields]{
	margin-top: 30px;
}

.woocommerce-billing-fields:before,
.woocommerce-billing-fields:after,
.checkout:before,
.checkout:after{
	display: block;
	content: "";
	clear: both;
}

.woocommerce-NoticeGroup{
	margin-bottom: 30px;
}

.col2-set .col-1,
.col2-set .col-2{
	max-width: none;
	clear: both;
	padding: 0 !important;
}

.col2-set .col-1:after,
.col2-set .col-2:after{
	display: block;
	content: "";
	clear: both;
}

@media (min-width: 992px) {
	.col2-set#customer_details{
		flex-direction: column;
		width: 64%;
		float: left;
	}

	.col2-set ~ #order_review_heading,
	.col2-set ~ #order_review{
		float: right;
		width: 32%;
		margin-top: 0;
	}
}

td.product-name{
	width: 700px;
}

#payment ul{
	margin: 1em 0;
	list-style: none;
	padding-left: 0;
}

#payment [type=radio]{
	opacity: 0;
	margin-left: -10px;
}

.wc_payment_method .payment_box{
	margin-top: .8em;
	padding: .8em 1em;
	background-color: rgba(150, 150, 150, .05);
}

.place-order.form-row{
	display: block;
	margin: 2em 0;
}

.woocommerce-checkout-payment .woocommerce-privacy-policy-text{
	margin-bottom: 30px;
}

.woocommerce-checkout-payment .woocommerce-privacy-policy-text:empty{
	margin-bottom: 0;
}

p.form-row{
	display: block;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 1.5em;
}

p.form-row label{
	display: block;
	margin-bottom: 0;
}

@media (min-width: 992px) {
	p.form-row.form-row-first{
		width: 50%;
		float: left;
		padding-right: 15px;
	}

	p.form-row.form-row-last{
		width: 50%;
		float: left;
		padding-left: 15px;
	}
}

p.form-row.notes,
p.form-row.form-row-wide{
	width: 100%;
	clear: both;
}

.woocommerce-info + .checkout_coupon,
.woocommerce-info + .login{
	display: none;
	width: 100% !important;
}

.lost_reset_password p.form-row.form-row-first{
	margin-right: 0;
	width: 100%;
}

@media (min-width: 992px) {
	.lost_reset_password,
	form.login{
		width: 50%;
		margin: auto;
	}
}

.lost_reset_password .button,
form.login .button{
	margin-top: 15px;
	margin-bottom: 15px;
}

@media (min-width: 992px) {
	body.woocommerce-account .entry-content h1,
	body.woocommerce-account .entry-content h2,
	body.woocommerce-account .entry-content h3,
	body.woocommerce-account .entry-content h4,
	body.woocommerce-account .entry-content h5,
	body.woocommerce-account .entry-content h6{
		width: 50%;
		margin-left: auto;
		margin-right: auto;
	}
}

.woocommerce-MyAccount-navigation{
	margin-bottom: 2em;
}

@media (min-width: 768px) {
	.woocommerce-MyAccount-navigation{
		padding-left: 60px;
		float: right;
		width: 30%;
	}

	.woocommerce-MyAccount-content{
		float: left;
		width: 70%;
	}
}

.woocommerce-MyAccount-content fieldset{
	margin-bottom: 30px;
}

.woocommerce-EditAccountForm .woocommerce-order-details{
	margin-top: 2.5em;
}

.woocommerce-customer-details{
	margin-top: 3.5em;
}

.woocommerce-customer-details h3{
	margin-top: 1em;
}

ul.wc-item-downloads{
	margin: .5em 0;
}

.order-again{
	margin-top: 2em;
}

.page_topline .cart-dropdown .dropdown-toggle:after{
	display: none;
}

.page_topline .cart-dropdown .dropdown-toggle .badge{
	position: absolute;
	right: -18px;
	top: -3px;
	font-size: 10px;
	font-weight: 400;
	padding: 4px 2px 3px 3px;
	border-radius: 1em;
	min-width: 17px;
	transition: all .2s ease-in-out 0s;
}

.page_topline .cart-dropdown .dropdown-menu{
	margin-top: 57px;
	border-top: 0 none;
}

@media (min-width: 576px) {
	.page_topline .cart-dropdown .dropdown-menu{
		min-width: 390px;
		padding: 30px;
	}
}

.page_topline .cart-dropdown .widget_shopping_cart{
	white-space: normal;
}

.page_topline .cart-dropdown .widget_shopping_cart .total{
	font-family: "Playfair Display",Arial,Helvetica,sans-serif;
	font-size: 16px;
	line-height: 1.3;
	font-weight: 700;
	margin: 42px 0 23px 0;
	padding: 0;
	background-color: rgba(0, 0, 0, 0);
}

.page_topline .cart-dropdown .widget_shopping_cart .buttons{
	white-space: normal;
}

@media screen and (min-width: 576px) {
	.page_topline .cart-dropdown .widget_shopping_cart .button{
		margin-bottom: 0;
	}
}

.page_topline .cart-dropdown .widget_shopping_cart,
.page_topline .cart-dropdown .widget_shopping_cart.widget{
	margin-bottom: 0 !important;
}

.woo-variation-swatches.wvs-style-squared .variable-items-wrapper .variable-item{
	border-radius: 0;
}

.woo-variation-swatches .variable-items-wrapper .variable-item.button-variable-item:not(.radio-variable-item){
	padding: 3px 2px 2px;
}

button.show-password-input{
	display: none;
}

.yith-wcwl-add-to-wishlist .yith-wcwl-add-button{
	align-items: flex-start;
}

.yith-wcwl-wishlistaddedbrowse{
	flex-direction: row;
	gap: .4em;
}

.wishlist_table .product-add-to-cart a.button{
	min-height: auto;
}