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

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

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

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

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

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

.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: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.product-content-inner-stretch-vertical .product-content-inner {
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.product-content-inner-stretch-vertical .product-content-inner .product-middle {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	flex-grow: 1;
	-ms-flex-positive: 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 {
	border-radius: 0;
	border-style: solid;
	border-width: 2px;
	font-family: "Playfair Display", Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.0815em;
	line-height: 1.4;
	min-height: 33px;
	padding: 8px 18px 8px 18px;
	text-transform: uppercase;
}

.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 {
	background-color: transparent;
	border-color: #303233;
	color: #3d3d3d;
}

.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 {
	background-color: #303233;
	border-color: #303233;
	color: #fff;
}

.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 {
	background-color: transparent;
	border-color: #fff;
	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 {
	background-color: #fff;
	border-color: #fff;
	color: #303233;
}

.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 {
	background-color: transparent;
	border-color: #fff;
	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 {
	background-color: #fff;
	border-color: #fff;
	color: #303233;
}

.product-content-inner .product-top {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 0;
}

.product-content-inner .product-footer {
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	-webkit-box-direction: reverse;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: justify;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	-ms-flex-align: center;
	-ms-flex-direction: row-reverse;
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

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

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

.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 {
	border-left: solid 1px rgba(129, 129, 129, 0.8);
	bottom: 0;
	content: "";
	height: 6px;
	position: absolute;
	right: 10px;
	top: 5px;
	width: 1px;
}

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

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

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

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

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

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

ul.products .product .onsale:before {
	border-color: transparent var(--colorMainDarker10) transparent transparent;
	border-style: solid;
	border-width: 0 10px 10px 0;
	bottom: -10px;
	content: "";
	height: 0;
	left: 0;
	position: absolute;
	width: 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 > * {
	margin-right: 0;
	width: 100%;
}

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

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

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

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

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

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

.price del {
	opacity: 0.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: -15px;
}

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

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

.add_to_cart_button.product_type_variable:before {
	content: "\f1de";
}

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

.add_to_cart_button + .wc-forward:after {
	content: "\f178";
	font-family: "FontAwesome";
	padding-left: 0.5em;
}

/*shop pagination*/
.woocommerce-pagination {
	text-align: center;
}

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

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

.woocommerce-pagination ul.page-numbers span,
.woocommerce-pagination ul.page-numbers a {
	background-color: var(--colorMain);
	color: #fff;
	display: inline-block;
	height: 3em;
	line-height: 3em;
	margin-right: 0.2em;
	min-width: 3em;
	padding-left: 0.8em;
	padding-right: 0.8em;
	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;
}

/*single product*/
.product .product-frame {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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 {
	border: 0 none;
	display: block;
	margin-bottom: 1em;
}

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

.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 {
	content: "\f05e";
	display: inline-block;
	font-family: "FontAwesome";
	font-size: 16px;
	padding: 0.5em;
}

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

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

.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;
	font-weight: 700;
	line-height: 1.3;
}

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

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

.woocommerce-tabs ul.tabs {
	list-style: none;
	margin-bottom: 0;
	padding: 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: 0.4em;
}

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

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

.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;
	font-style: italic;
	font-weight: 400;
	line-height: 1.3;
	padding-bottom: 4px;
	padding-top: 3px;
}

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

@media (min-width: 768px) {
	.woocommerce-tabs ul.tabs {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		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: ":";
}

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

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

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

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

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

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

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

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

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

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

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

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

.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;
	font-style: italic;
	font-weight: 400;
	line-height: 1.3;
	padding-bottom: 4px;
	padding-top: 3px;
}

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

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

.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 {
	left: auto;
	right: -10px;
	top: -47px;
	width: auto;
}

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

/*shop widgets*/
.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;
	margin: 0;
	padding: 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 {
	margin-bottom: 20px;
	min-height: 100px;
	padding-left: 121px;
	position: relative;
}

.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 {
	left: 0;
	max-width: 100px;
	position: absolute;
}

.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;
	font-weight: 700;
	line-height: 1.3;
	padding-bottom: 6px;
	padding-top: 7px;
}

.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: 0.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, 0.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 {
	background: transparent;
	border: 2px solid var(--colorMain);
	border-radius: 0;
	box-sizing: border-box;
	cursor: ew-resize;
	height: 8px;
	margin-top: -3px;
	opacity: 1;
	outline: none;
	position: absolute;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 8px;
	z-index: 2;
}

.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 0.236em rgba(0, 0, 0, 0.1);
}

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

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

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

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

.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 {
	-webkit-box-direction: normal;
	-webkit-box-orient: horizontal;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-right: 30px;
}

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

.widget_shopping_cart .remove {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	font-size: 2em;
	line-height: 0.75;
	margin-left: 6px;
	-webkit-order: 3;
	order: 3;
}

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

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

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

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

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

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

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

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

.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 {
	list-style: none;
	padding: 0;
	width: 100%;
}

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

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

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

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

.widget_layered_nav ul > li {
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	-webkit-box-pack: justify;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

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

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

.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, 0.1);
}

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

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

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

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"] {
	background-color: transparent;
	border: none;
	color: transparent;
	cursor: pointer;
	height: 10px;
	line-height: 1;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 6px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	width: 22px;
	z-index: 1;
}

div.quantity [type="button"]:hover,
div.quantity [type="button"]:focus,
div.quantity [type="button"]:active {
	background-color: transparent;
	color: transparent;
}

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

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

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

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

/*shopping cart*/
.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;
	margin: 0;
	text-transform: lowercase;
}

.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 {
	border-bottom: 1px solid #ccc;
	font-family: "Playfair Display", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.3;
}

.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"] {
	vertical-align: top;
	width: auto;
}

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

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

.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 {
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	clear: both;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-box;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: 3em;
}

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

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

.cart-collaterals .cart_totals {
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	-webkit-order: -1;
	order: -1;
}

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

/*shop checkout*/
[class^="woocommerce-"][class$="-fields"] + [class^="woocommerce-"][class$="-fields"] {
	margin-top: 30px;
}

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

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

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

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

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

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

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

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

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

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

.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-bottom: 1.5em;
	margin-left: 0;
	margin-right: 0;
}

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

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

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

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

.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 {
		margin: auto;
		width: 50%;
	}
}

.lost_reset_password .button,
form.login .button {
	margin-bottom: 15px;
	margin-top: 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 {
		margin-left: auto;
		margin-right: auto;
		width: 50%;
	}
}

/*shop account subpages*/
.woocommerce-MyAccount-navigation {
	margin-bottom: 2em;
}

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

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

/*
order details
*/
.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: 0.5em 0;
}

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

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

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

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

@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 {
	background-color: transparent;
	font-family: "Playfair Display", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.3;
	margin: 42px 0 23px 0;
	padding: 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;
}
