input[disabled]{
	opacity: .4;
	cursor: not-allowed;
}

.shop-sorting{
	line-height: 1;
	margin-top: -10px;
}

.shop-sorting label{
	padding-right: 10px;
}

@media (min-width: 768px) {
	.storefront-sorting .selectize-input{
		min-width: 345px;
	}
}

@media (min-width: 992px) {
	.storefront-sorting .selectize-input{
		min-width: 295px;
	}
}

@media (min-width: 1200px) {
	.storefront-sorting .selectize-input{
		min-width: 365px;
	}
}

.woocommerce-ordering{
	min-width: 250px;
}

.woocommerce-result-count{
	line-height: 40px;
	margin-bottom: 0;
}

#toggle_shop_view:before,
#toggle_shop_view:after{
	font-family: "FontAwesome";
	display: inline-block;
	color: #666;
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	font-size: 28px;
	border-radius: 1px;
	transition: all .2s ease-in-out 0s;
}

#toggle_shop_view:before{
	content: "";
	margin-right: 5px;
	color: var(--colorMain);
}

#toggle_shop_view:after{
	content: "";
}

#toggle_shop_view.grid-view:before{
	color: #666;
}

#toggle_shop_view.grid-view:after{
	color: var(--colorMain);
}

#sort_view{
	color: #363636;
	display: inline-block;
	padding: 12px 16px 13px;
	font-size: 14px;
	background-color: #fff;
}

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

@media (min-width: 500px) {
	.columns-2 .product,
	.columns-4 .product,
	.columns-3 .product{
		width: 50%;
		float: left;
	}
}

@media (min-width: 768px) {
	.columns-4 .product,
	.columns-3 .product{
		width: 33.33333333%;
		float: left;
	}
}

@media (min-width: 992px) {
	.columns-3 .product{
		width: 33.33333333%;
		float: left;
	}

	.columns-4 .product{
		width: 25%;
		float: left;
	}

	.col-md-8 .columns-3 .product{
		width: 50%;
		float: left;
	}

	.col-md-8 .columns-4 .product{
		width: 50%;
		float: left;
	}

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

	.columns-2 .product:nth-child(2n+1){
		clear: both;
	}
}

@media (min-width: 1200px) {
	.col-md-8 .columns-3 .product{
		width: 33.33333333%;
	}

	.col-md-8 .columns-4 .product{
		width: 25%;
	}
}

.product .images,
.product .thumbnails a,
.product .item-media{
	display: block;
}

.products{
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
	margin-bottom: 0;
	margin-left: -15px;
	margin-right: -15px;
}

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

.upsells .products,
.related .products{
	margin-left: 0;
	margin-right: 0;
}

.products-carousel.owl-carousel .owl-stage-outer{
	width: calc(100% + 10px);
	padding: 5px;
	margin: -5px;
}

li.product{
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 60px;
}

.owl-carousel li.product{
	margin-bottom: 0;
}

.products .product{
	text-align: center;
}

.product .item-media{
	overflow: visible;
}

.product .item-media > a .container-image-and-badge + img,
.product .item-media > a img + img{
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	opacity: 0;
	transition: opacity .2s ease 0s;
}

.product .item-media > a .container-image-and-badge + img,
.product .item-media > a .container-image-and-badge img + img{
	top: 5px;
}

.product .item-media > a .container-image-and-badge img + img{
	width: calc(100% - 10px);
}

.product .item-media:hover > a .container-image-and-badge + img,
.product .item-media:hover > a img + img{
	opacity: 1;
}

.product .item-media-wrap + .item-content{
	margin-top: 28px;
}

.product .product_buttons{
	position: absolute;
	bottom: 20px;
	left: 20px;
	right: 20px;
	padding: 10px;
	border-radius: 30px;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	display: flex;
	justify-content: center;
	transition: all .2s ease-in-out 0s;
}

.product .product_buttons .yith-wcqv-button{
	font-size: 0;
}

.product .product_buttons .yith-wcqv-button::before{
	content: "";
	font-family: "qtex" !important;
	font-size: 16px;
	top: 2px;
}

.product .product_buttons .add_to_wishlist,
.product .product_buttons .p-view{
	font-size: 16px;
}

.product .product_buttons .p-view i{
	position: relative;
}

.product .product_buttons > a{
	min-width: 40px;
	line-height: 40px;
	margin: 0 5px;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media (min-width: 400px) {
	.product .product_buttons{
		bottom: 40px;
		left: 40px;
		right: 40px;
	}
}

@media (min-width: 1200px) {
	.product .product_buttons{
		opacity: 0;
		-webkit-transform: translateY(20px);
		        transform: translateY(20px);
	}
}

@media (min-width: 500px)and (max-width: 1199px) {
	.related-products .product .product_buttons,
	.columns-3 .product .product_buttons,
	.columns-4 .product .product_buttons{
		bottom: 20px;
		left: 20px;
		right: 20px;
	}
}

@media (max-width: 1399px) {
	.product .product_buttons{
		bottom: 20px;
		left: 20px;
		right: 20px;
	}
}

.product .item-media:hover .product_buttons{
	-webkit-transform: translateY(0);
	        transform: translateY(0);
	opacity: 1;
}

.product .entry-title{
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 12px;
}

.single .product .entry-title{
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 0;
}

@media (min-width: 992px) {
	.single .product .entry-title{
		font-size: 40px;
	}
}

.product .row{
	position: relative;
}

.product>[class*=col-]{
	position: static;
}

.product>[class*=col-].images a{
	display: block;
	position: relative;
}

.product .woocommerce-loop-product__title{
	font-size: 18px;
	font-weight: 400;
	margin-bottom: .3rem;
}

.search-results .product .woocommerce-loop-product__title{
	font-size: 30px;
	font-weight: 900;
}

@media (min-width: 992px) {
	.search-results .product .woocommerce-loop-product__title{
		font-size: 40px;
	}
}

.product .price{
	font-size: 14px;
	font-weight: 800;
	letter-spacing: .2em;
	line-height: 1em;
	color: #363636;
}

.product .vertical-item.content-padding .item-content{
	padding: 25px 20px 30px;
}

@media (min-width: 400px) {
	.product .vertical-item.content-padding .item-content{
		padding: 35px 40px 40px;
	}
}

@media (min-width: 1200px) {
	.product .vertical-item.big-padding .item-content{
		padding: 55px 60px 60px;
	}
}

.product .woocommerce-LoopProduct-link .woocommerce-loop-product__title{
	transition: all .2s ease-in-out 0s;
}

.product .woocommerce-LoopProduct-link:hover .woocommerce-loop-product__title{
	color: var(--colorMain);
}

.product .product-media{
	position: relative;
}

.product .images{
	position: relative;
}

@media (min-width: 1200px) {
	.columns-1 .product .content-padding .item-content,
	.columns-2 .product .content-padding .item-content{
		padding: 55px 60px 60px;
	}
}

.products .product .product_type_external,
.products .product .product_type_grouped,
.products .product .add_to_cart_button,
.products .product .added_to_cart{
	font-size: 0;
	position: relative;
}

.products .product .product_type_external:before,
.products .product .product_type_grouped:before,
.products .product .add_to_cart_button:before,
.products .product .added_to_cart:before{
	content: "";
	font-family: "qtex";
	font-size: 18px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}

.products .product .add_to_cart_button.added{
	position: relative;
}

.products .product .add_to_cart_button.added:after{
	content: "";
	font-family: FontAwesome;
	position: absolute;
	bottom: 6px;
	right: 7px;
	font-size: 12px;
	line-height: 1em;
	color: var(--colorMain);
	border-radius: 50%;
	background-color: #fff;
}

.products .product .added_to_cart:before{
	content: "";
	font-size: 14px;
	font-weight: 100;
	margin-top: 1px;
}

.related,
.upsells{
	margin-top: 60px;
	padding-right: 15px;
	padding-left: 15px;
}

.related > h2:first-child,
.upsells > h2:first-child{
	font-size: 30px;
	text-align: center;
}

.related .products{
	margin-top: 55px;
}

.upsells + .related{
	margin-top: 55px;
}

@media (min-width: 1200px) {
	.related,
	.upsells{
		margin-top: 80px;
	}

	.upsells + .related{
		margin-top: 75px;
	}
}

.price del{
	color: #666;
	margin-right: 10px;
}

.price ins{
	text-decoration: none;
}

.woocommerce-loop-product__link + .price{
	display: block;
	margin-top: 17px;
}

.widget .price{
	line-height: 1;
	font-size: 12px;
	font-weight: 800;
	color: #363636;
}

.woocommerce-loop-product__link:hover,
.woocommerce-loop-product__link:active,
.woocommerce-loop-product__link:focus{
	color: var(--colorMain);
}

.woocommerce-product-gallery{
	position: relative;
	padding: 5px;
	margin: -5px;
}

.woocommerce-product-gallery .flex-viewport,
.woocommerce-product-gallery .flex-control-thumbs{
	padding-left: 5px;
}

.woocommerce-product-gallery__wrapper{
	position: relative;
	max-width: none;
}

.woocommerce-product-gallery__wrapper a{
	display: block;
	position: relative;
	overflow: hidden;
}

.thumbnails-wrap{
	margin-top: 9px;
}

.summary h1{
	margin-bottom: .2rem;
	margin-top: 0;
	font-size: 30px;
}

@media (min-width: 992px) {
	.summary h1{
		font-size: 40px;
	}
}

.summary .group_table{
	margin-bottom: 20px;
}

.summary .product-rating,
.summary .woocommerce-product-rating{
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.summary .price{
	position: static;
	display: block;
	color: var(--colorMain);
	font-size: 20px;
	letter-spacing: 0;
	font-weight: 800;
	margin-top: 10px;
}

.summary .price del{
	color: #666;
}

.summary .woocommerce-variation-price .price{
	padding-top: 0;
	margin-bottom: 15px;
	margin-top: 0;
}

.summary .woocommerce-product-details__short-description{
	margin-top: 25px;
}

.summary .short-description{
	margin-top: 20px;
}

.summary .stock{
	margin-bottom: 0;
}

.summary .email-to{
	margin-bottom: 10px;
}

.summary .product-option-name{
	display: inline-block;
	margin: 10px 0;
}

.summary .theme_button{
	margin-top: 0;
}

.summary .theme_button.wc-variation-selection-needed{
	opacity: .4;
	cursor: not-allowed;
}

.summary .posted_in .small_button{
	margin-left: 5px;
	padding-left: 6px;
	padding-right: 6px;
}

.summary .product_meta{
	padding-bottom: 15px;
}

.summary .product_meta > *{
	font-weight: 500;
}

.summary .product_meta > * > *{
	font-weight: 300;
}

.summary .product_meta > span{
	display: block;
	padding-top: 17px;
	padding-bottom: 17px;
	border-top: 1px solid #e5e5e5;
}

.summary .product_meta > span:last-child{
	border-bottom: 1px solid #e5e5e5;
}

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

.summary .product_meta a{
	margin: 0 0 0 6px;
}

.summary [itemprop=description]{
	margin: 30px 0;
}

.summary ul.list1 li{
	padding-left: 0;
	padding-top: 11px;
	padding-bottom: 11px;
	margin-top: 0;
}

.summary ul.list1 li span:first-child{
	min-width: 100px;
}

.summary ul.list1 li:before{
	display: none;
}

.summary form.cart{
	margin-top: 25px;
}

.summary .reset_variations{
	display: table;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: .1em;
	margin-top: 20px;
}

.summary .reset_variations:before{
	font-family: "rt-icons-2";
	content: "";
	font-size: 14px;
	position: relative;
	top: 1px;
}

.summary .reset_variations[style*=hidden]{
	display: none !important;
}

.summary label{
	margin: 0;
}

.summary select{
	border-bottom: none;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	height: 60px;
	padding: 11px 60px 13px 30px;
}

@media (min-width: 1200px) {
	.summary select{
		height: 80px;
		padding: 21px 100px 23px 40px;
	}
}

.summary .product_meta{
	margin-top: 30px;
}

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

.quantity [type=button]{
	position: absolute;
	right: 20px;
	top: 12px;
	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;
}

.quantity [type=button]+i{
	position: absolute;
	top: 12px;
	right: 20px;
	font-size: 16px;
	width: 22px;
	text-align: center;
	line-height: 10px;
	color: var(--colorMain);
	display: inline-block;
}

.quantity [type=button]:hover+i{
	color: #363636;
}

.quantity [type=button].minus{
	top: auto;
	bottom: 12px;
}

.quantity [type=button].minus+i{
	top: auto;
	bottom: 12px;
}

@media (min-width: 1200px) {
	.quantity [type=button]{
		top: 23px;
	}

	.quantity [type=button]+i{
		top: 23px;
	}

	.quantity [type=button].minus{
		top: auto;
		bottom: 23px;
	}

	.quantity [type=button].minus+i{
		top: auto;
		bottom: 23px;
	}
}

.quantity [type=number]{
	padding-right: 40px;
	padding-left: 25px;
	max-width: 95px;
	min-width: 70px;
	padding-top: 11px;
	padding-bottom: 11px;
	border-bottom: none;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.summary .quantity{
	margin-right: 6px;
	margin-bottom: 10px;
}

.woocommerce-grouped-product-list-item__quantity .quantity{
	margin: 0;
}

.variations td{
	display: block;
	border: 0;
	padding: 3px 0;
}

.variations td.value{
	margin-bottom: 20px;
}

.product_meta_bottom{
	margin: 0 0 20px;
}

.owl-carousel.products{
	margin-bottom: 0;
}

.owl-carousel.thumbnails-wrap{
	margin: 10px 0 0;
}

.owl-carousel.thumbnails-wrap .owl-dots{
	margin: 10px 0 5px;
}

.owl-carousel.thumbnails-wrap .owl-dots .owl-dot span{
	width: 10px;
	height: 10px;
	border-width: 1px;
}

.product-icons .teaser [class*=_bg_color]{
	padding: 10px;
}

.product + .nav-tabs,
.woocommerce-tabs{
	margin-top: 55px;
}

.woocommerce-Reviews{
	display: flex;
	flex-direction: column-reverse;
}

.woocommerce-Reviews .woocommerce-Reviews-title:first-child,
.woocommerce-Reviews .comment-reply-title{
	font-size: 30px;
	font-weight: 700;
	color: #363636;
	margin-bottom: .9em;
}

.commentlist{
	list-style: none;
	margin: 0;
	padding: 0 0 25px;
	border-bottom: 1px solid #e5e5e5;
}

.commentlist li{
	position: relative;
	padding-top: 25px;
	border-top: 1px solid #e5e5e5;
}

.commentlist li .comment_container:after{
	content: "";
	display: table;
	clear: both;
}

.commentlist li img{
	display: block;
	float: left;
	overflow: hidden;
	width: 80px;
}

@media (min-width: 1200px) {
	.commentlist li img{
		width: 100px;
	}
}

@media (min-width: 1200px) {
	.commentlist{
		padding: 0 0 40px;
	}

	.commentlist li{
		padding-top: 40px;
	}
}

.commentlist .comment-text{
	overflow: hidden;
	position: relative;
	padding: 0 0 0 20px;
	display: flex;
	flex-direction: column;
}

.commentlist .comment-text .meta{
	order: 1;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 800;
	letter-spacing: .2em;
	line-height: 1.5em;
	display: flex;
	justify-content: space-between;
	margin-top: 5px;
	margin-bottom: 10px;
}

.commentlist .comment-text .star-rating{
	order: 2;
}

.commentlist .comment-text .description{
	order: 3;
}

@media (min-width: 1200px) {
	.commentlist .comment-text{
		padding: 0 0 0 30px;
	}
}

.commentlist .comment-text .description{
	margin-top: 10px;
	margin-bottom: -5px;
}

@media (max-width: 499px) {
	.commentlist .comment-text{
		padding: 20px 0 20px 0;
		clear: both;
	}
}

.commentlist .woocommerce-review__dash{
	display: none;
}

.woocommerce-tabs .tab-content .comment-form-cookies-consent{
	clear: both;
}

.woocommerce-tabs .tab-content .comment-form-cookies-consent label{
	display: inline-block;
}

.woocommerce-tabs .tab-content h2{
	font-size: 30px;
}

.woocommerce-tabs .tab-content .comment-respond{
	margin-bottom: 60px;
}

.woocommerce-tabs .tab-content .comment-respond h3{
	font-size: 30px;
}

.woocommerce-tabs .tab-content .comment-respond h4{
	margin-bottom: 0;
	font-size: 28px;
}

#review_form textarea,
#review_form [type*=text],
#review_form [type*=email]{
	width: 100%;
	display: block;
	margin-bottom: 10px;
}

@media (min-width: 992px) {
	#review_form .comment-form-author{
		float: left;
		width: 50%;
		padding-right: 10px;
	}

	#review_form .comment-form-email{
		float: left;
		width: 50%;
		padding-left: 10px;
	}

	#review_form .form-submit{
		clear: both;
		padding-top: 30px;
		margin-bottom: 0;
	}
}

.comment-form-rating label[for]{
	display: block;
}

.shop_table ul{
	list-style: none;
	padding: 0;
}

.shop-adds{
	font-size: 20px;
	font-weight: 300;
	line-height: 1.4;
}

.shop-adds .fa{
	padding: 0 10px;
}

.shop-adds.teaser{
	margin-bottom: 0;
}

.shop-adds.teaser [class*=_bg_color]{
	padding: 12px;
}

table.cart{
	margin-top: 0;
	margin-bottom: 30px;
}

table.cart img{
	max-width: 100px;
}

table.cart h4{
	font-size: 16px;
	margin-bottom: 4px;
}

table.cart td,
table.cart th{
	vertical-align: middle;
	padding: 18px 20px;
}

table.cart .coupon{
	display: inline-block;
}

table.cart a{
	color: #363636;
}

table.cart td.product-name{
	font-size: 18px;
}

table.cart .product-remove{
	text-align: center;
}

table.cart .attachment-shop_thumbnail{
	min-width: 100px;
}

table.cart .product-info{
	min-width: 200px;
}

.coupon{
	margin-bottom: 4px;
}

.coupon label{
	margin-right: 10px;
}

.coupon .button{
	vertical-align: top;
}

.coupon + .button{
	vertical-align: top;
	color: var(--colorMain);
	border-color: var(--colorMain);
}

.coupon + .button:hover{
	border-color: #363636;
}

form.cart .theme_button{
	margin: 0;
}

form.cart .single_add_to_cart_button{
	vertical-align: top;
}

.cart_totals h4:first-child{
	margin: 60px 0 30px;
}

.cart_totals table{
	margin: 0 0 50px;
}

.cart_totals table th,
.cart_totals table td{
	padding: 20px 20px;
}

.cart_totals table th{
	width: 140px;
}

.shop-info{
	margin-bottom: 15px;
}

#createaccount{
	margin-top: 0;
}

#ship-to-different-address label{
	display: inline-block;
}

#ship-to-different-address label + input{
	margin: 0 12px;
}

.checkout [class*=col-],
.shop-register [class*=col-]{
	margin-bottom: 0;
}

.woocommerce form input[type=radio]{
	margin-right: 6px;
}

.woocommerce form input[type=checkbox]{
	margin-right: 6px;
	position: relative;
}

.woocommerce form p:last-child{
	margin-bottom: 10px;
}

.wc-proceed-to-checkout .checkout-button{
	float: none;
}

.form-row{
	margin: 0 0 15px;
}

.form-row:before,
.form-row:after{
	content: "";
	display: block;
	clear: both;
}

.form-row .checkbox{
	margin: -5px 0 0;
}

.form-row .lost_password{
	margin: 15px 0 -15px;
}

.form-row label{
	display: block;
	margin-top: 10px;
}

.form-row [type=email],
.form-row [type=number],
.form-row [type=password],
.form-row [type=text],
.form-row [type=tel],
.form-row select,
.form-row textarea{
	display: block;
	width: 100%;
}

.woocommerce form.login h2,
.woocommerce form.register h2{
	text-align: center;
}

.woocommerce form.login label,
.woocommerce form.login input,
.woocommerce form.register label,
.woocommerce form.register input{
	float: none;
	text-align: left;
	max-width: 370px;
	margin-right: auto;
	margin-left: auto;
}

.woocommerce form.login label,
.woocommerce form.register label{
	width: auto;
	padding-right: 0;
	text-align: center;
}

.woocommerce form.login [type=submit],
.woocommerce form.register [type=submit]{
	display: block;
	text-align: center;
	min-width: 200px;
	margin: 30px auto 10px;
}

@media (min-width: 1600px) {
	.woocommerce form.login [type=submit],
	.woocommerce form.register [type=submit]{
		min-width: 270px;
	}
}

.woocommerce form.login .lost_password,
.woocommerce form.register .lost_password{
	text-align: center;
	margin-bottom: 0;
}

.woocommerce-account .woocommerce > h2{
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

.woocommerce-account .col2-set{
	float: none;
	padding-right: 0;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.woocommerce-account .col2-set>[class*=u-column]{
	width: 100%;
}

.woocommerce-account .col2-set>[class*=u-column] h2{
	text-align: center;
}

@media (min-width: 992px) {
	.woocommerce-account .col2-set>[class*=u-column]{
		width: 50%;
	}
}

@media (max-width: 991px) {
	.woocommerce-account .col2-set>[class*=u-column]+[class*=u-column]{
		margin-top: 40px;
	}
}

.woocommerce-simple-registration-login-link{
	text-align: center;
}

@media (min-width: 992px) {
	.col2-set{
		width: 70%;
		float: left;
		padding-right: 50px;
	}

	.col2-set.addresses{
		width: 100%;
		float: none;
		padding: 0;
		margin: 0 -15px;
	}

	.col2-set.addresses:before,
	.col2-set.addresses:after{
		display: block;
		content: "";
		clear: both;
	}

	.col2-set.addresses .col-1,
	.col2-set.addresses .col-2{
		float: left;
		width: 50%;
		padding: 0 15px;
	}

	#order_review_heading{
		margin-top: 30px;
	}
}

.cart-button{
	margin: 50px 0 55px;
}

.share-title{
	font-size: 20px;
	margin: 56px 0 18px;
}

.shop-item .item-content{
	padding: 30px 40px;
}

.shop-item .item-price{
	margin: 9px 0 16px;
	font-size: 30px;
	line-height: 1;
	font-weight: 800;
}

.shop-item .item-price span{
	font-size: 40px;
}

.shop-item .cart-button{
	margin: 50px 0 28px;
}

.related-products{
	margin-top: 48px;
}

@media (min-width: 1200px) {
	.related-products > h2{
		font-size: 40px;
	}
}

.related-products .product .woocommerce-loop-product__title{
	font-size: 30px;
}

.related-products .owl-theme .owl-nav{
	opacity: 1;
}

@media (min-width: 500px) {
	.related-products .owl-theme .owl-nav{
		left: auto;
		width: 90px;
		top: -35px;
	}

	.related-products .owl-theme .owl-nav > div{
		width: 40px;
		height: 40px;
	}

	.related-products .owl-theme .owl-nav > div:after{
		line-height: 40px;
	}
}

@media (min-width: 768px) {
	.related-products .owl-theme .owl-nav{
		top: -25px;
	}
}

.related-item .item-content{
	padding: 14px 25px;
}

.related-item h4{
	font-size: 20px;
	line-height: 24px;
}

.related-item .cart-button{
	margin: 14px 0 14px;
}

.select2-container .select2-choice{
	border: none;
	padding: 10px 20px;
	border-radius: 0;
}

.select2-drop-active{
	border-color: #e5e5e5;
}

.shop-checkout-payment{
	margin-top: 40px;
}

.shop-checkout-payment .radio{
	margin: 2px 0;
}

.shop-checkout-payment ul{
	list-style: none;
	padding: 0;
}

.shop-checkout-payment li{
	padding: 11px 0 6px;
	border-bottom: 1px solid #e5e5e5;
}

.shop-checkout-payment li:first-child{
	border-top: 1px solid #e5e5e5;
}

.shop-checkout-payment p{
	margin: 0;
}

.shop-checkout-payment img{
	display: none;
}

.shop-checkout-payment [type=submit]{
	margin-top: 20px;
}

.wc-forward{
	float: right;
}

.row > .alert{
	margin-left: 15px;
	margin-right: 15px;
}

@media (min-width: 1200px) {
	.row > .alert{
		margin-left: 30px;
		margin-right: 30px;
	}
}

@media (max-width: 767px) {
	.woocommerce-message .wc-forward,
	.woocommerce-info .wc-forward,
	.woocommerce-error .wc-forward{
		display: block;
		float: none;
	}
}

.woocommerce-MyAccount-navigation{
	margin-bottom: 40px;
}

.woocommerce-MyAccount-navigation ul{
	padding: 0;
}

.woocommerce-MyAccount-navigation li{
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 5px;
}

.woocommerce-MyAccount-navigation .is-active a{
	border-color: var(--colorMain);
}

.woocommerce-MyAccount-navigation .is-active a:after{
	top: -2px;
	left: -2px;
	right: -2px;
	bottom: -2px;
	opacity: 1;
}

.woocommerce-MyAccount-content h2{
	margin: 40px 0;
}

.woocommerce-Message{
	background: #fff;
	padding: 30px;
}

.woocommerce-Message .woocommerce-Button{
	float: right;
}

.order-actions{
	text-align: center;
}

.customer_details{
	margin-bottom: 60px;
}

.addresses address{
	margin-bottom: 0;
}

.widget_shopping_cart{
	white-space: normal;
}

.widget_shopping_cart h4{
	margin-top: 0;
	margin-right: 35px;
	font-size: 16px;
}

.widget_shopping_cart .star-rating{
	display: block;
	margin: 5px 0 10px;
}

.widget_shopping_cart .media-body{
	position: relative;
}

.widget_shopping_cart .product-quantity{
	font-size: 14px;
	font-weight: 800;
	display: block;
	line-height: 1.5em;
	letter-spacing: .2em;
	color: #363636;
}

.widget_shopping_cart .remove{
	font-size: 0;
	line-height: 1;
	color: #363636;
}

.widget_shopping_cart .remove:before{
	font-family: "Qtex";
	font-size: 12px;
	line-height: 1em;
	content: "";
}

.widget_shopping_cart .remove:hover{
	color: var(--colorMain);
}

.widget_shopping_cart li a + a{
	font-weight: 400;
}

.widget_shopping_cart .wc-forward{
	float: none;
}

.widget_shopping_cart .total{
	font-size: 14px;
	font-weight: 800;
	letter-spacing: .2em;
	text-transform: uppercase;
	margin: 20px 0 12px;
	padding-top: 12px;
	border-top: 1px solid #e5e5e5;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.widget_shopping_cart .total .price{
	font-size: 16px;
}

aside .widget_shopping_cart .total .price{
	font-size: 14px;
}

.widget_shopping_cart .quantity{
	display: block;
	margin-top: 3px;
	font-weight: 500;
	letter-spacing: .2em;
}

.widget_shopping_cart .quantity .woocommerce-Price-amount{
	display: inline;
}

.widget_shopping_cart .buttons{
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	margin-bottom: -10px;
}

.widget_shopping_cart .buttons .theme_button{
	vertical-align: top;
	padding-left: 20px;
	padding-right: 20px;
	flex-grow: 1;
}

.widget_shopping_cart .woocommerce-mini-cart__buttons{
	margin: -10px -5px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.widget_shopping_cart .woocommerce-mini-cart__buttons .button{
	margin: 15px 5px 0;
	flex-grow: 1;
}

aside .widget_shopping_cart .woocommerce-mini-cart__buttons .button{
	padding: 21px 20px;
}

.widget_shopping_cart .woocommerce-mini-cart__buttons .button:hover,
.widget_shopping_cart .woocommerce-mini-cart__buttons .button:focus,
.widget_shopping_cart .woocommerce-mini-cart__buttons .button:active{
	color: #363636;
}

.widget_shopping_cart .woocommerce-mini-cart__buttons .button.checkout{
	color: var(--colorMain);
	border-color: var(--colorMain);
}

.widget_shopping_cart .woocommerce-mini-cart__buttons .button.checkout:hover,
.widget_shopping_cart .woocommerce-mini-cart__buttons .button.checkout:focus,
.widget_shopping_cart .woocommerce-mini-cart__buttons .button.checkout:active{
	border-color: #363636;
}

.widget_shopping_cart .media-body{
	padding-right: 20px;
	white-space: normal;
}

.widget_shopping_cart .media-body p{
	line-height: 1em;
	margin-bottom: 6px;
}

aside .widget_shopping_cart .media-body p{
	font-size: 16px;
}

.widget .woocommerce-Price-amount{
	font-weight: 400;
}

.woocommerce-mini-cart__total strong{
	color: #363636;
}

.woocommerce-mini-cart__total .woocommerce-Price-amount.amount{
	font-size: 14px;
}

.widget_price_filter input[readonly]{
	padding-right: 3px;
	padding-left: 3px;
	max-width: 80px;
	margin-bottom: 4px;
	display: inline-block;
}

.widget_price_filter .ui-slider-range{
	background: var(--colorMain);
}

.widget_price_filter .ui-slider-horizontal{
	margin-bottom: 16px;
}

.widget_price_filter label[for]{
	display: inline-block;
	padding-right: 4px;
}

.widget_price_filter .price_label{
	font-size: 14px;
	font-weight: 800;
	letter-spacing: .2em;
	text-transform: uppercase;
	color: #363636;
}

.widget_price_filter .form-group{
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
}

.widget_price_filter .price_slider_amount{
	position: relative;
	padding-bottom: 70px;
}

.widget_price_filter input[type=text]+.theme_button{
	padding: 21px 45px;
	width: auto;
	height: auto;
	line-height: 1em;
	font-weight: 700;
	letter-spacing: .1em;
	border: 2px solid #363636;
	border-radius: 30px;
	top: 50px;
	left: 0;
	right: 0;
	margin: 0;
	color: #363636;
}

.widget_price_filter input[type=text]+.theme_button:hover,
.widget_price_filter input[type=text]+.theme_button:active,
.widget_price_filter input[type=text]+.theme_button:focus{
	border-color: var(--colorMain);
}

.widget_price_filter .price_slider{
	margin-right: 5px;
	margin-left: 5px;
}/*! jQuery UI - v1.11.1 - 2014-10-03
* http://jqueryui.com
* Includes: core.css, slider.css
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */

.ui-widget-overlay{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.ui-slider{
	position: relative;
	text-align: left;
	background-color: #e5e5e5;
}

.ui-slider .ui-slider-handle{
	position: absolute;
	z-index: 2;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	cursor: pointer;
	touch-action: none;
	background-color: var(--colorMain);
}

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

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range{
	-webkit-filter: inherit;
	        filter: inherit;
}

.ui-slider-horizontal{
	height: 4px;
}

.ui-slider-horizontal .ui-slider-handle{
	top: -5px;
	margin-left: -7px;
}

.ui-slider-horizontal .ui-slider-range{
	top: 0;
	bottom: 0;
}

.ui-slider-horizontal .ui-slider-range-min{
	left: 0;
}

.ui-slider-horizontal .ui-slider-range-max{
	right: 0;
}

.ui-slider-vertical{
	width: .8em;
	height: 100px;
}

.ui-slider-vertical .ui-slider-handle{
	left: -0.3em;
	margin-left: 0;
	margin-bottom: -0.6em;
}

.ui-slider-vertical .ui-slider-range{
	left: 0;
	width: 100%;
}

.ui-slider-vertical .ui-slider-range-min{
	bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max{
	top: 0;
}

.widget_layered_nav .color-filters li{
	display: inline-block;
	margin: 0 29px 14px 0;
}

.widget_layered_nav .color-filters a{
	display: inline-block;
	width: 23px;
	height: 23px;
	font-size: 0;
	background-color: #ccc;
	color: rgba(0, 0, 0, 0);
	position: relative;
}

.widget_layered_nav .color-filters a:before{
	content: "";
	display: block;
	position: absolute;
	border: 1px solid rgba(102, 102, 102, .2);
	top: -2px;
	left: -2px;
	bottom: -2px;
	right: -2px;
}

.widget_layered_nav .color-filters span{
	position: relative;
	top: 2px;
	left: 5px;
}

.widget_products img{
	max-width: 80px;
}

.widget_products .media h3{
	font-size: 16px;
	line-height: 1.4;
	font-weight: normal;
	margin: 3px 0 10px;
}

.widget_products .price{
	position: static;
	background-color: rgba(0, 0, 0, 0);
	padding: 0;
	line-height: 1;
}

.widget .product-title{
	margin-top: 20px;
	margin-bottom: 5px;
	display: block;
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
}

.widget .star-rating{
	display: block;
}

.widget .quantity,
.widget .woocommerce-Price-amount{
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1em;
	color: #363636;
}

.widget_top_rated_products p{
	font-size: 16px;
	margin-bottom: 0;
}

.widget_top_rated_products .star-rating{
	margin-top: 2px;
}

.widget_top_rated_products .product_list_widget > li{
	line-height: 20px;
}

.widget_top_rated_products .product_list_widget .product-title{
	margin: 0;
}

.widget_recent_reviews li{
	padding-top: 12px;
}

.widget_recent_reviews a{
	font-weight: 400;
}

.widget_recent_reviews .star-rating{
	margin-top: 2px;
}

.widget_recent_reviews .reviewer{
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	color: #363636;
}

.product_list_widget .media-left{
	padding-right: 15px;
}

.product_list_widget li{
	padding-top: 0;
	margin-bottom: 20px;
	line-height: 20px;
}

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

.product_list_widget li:last-child{
	margin-bottom: 0;
}

.product_list_widget li a + a,
.product_list_widget li .product-title{
	display: block;
	font-weight: 300;
	margin-bottom: 0;
	margin-top: 0;
	line-height: 1.5em;
	font-size: 16px;
}

.product_list_widget img{
	float: left;
	max-width: 70px;
	margin: 0 20px 0 0;
}

.product_list_widget .remove{
	position: absolute;
	top: 0;
	right: 0;
}

.product_list_widget .remove:hover{
	transition: all .05s linear 0s;
}

.widget_rating_filter li{
	clear: both;
}

.widget_rating_filter li a{
	display: block;
	padding-left: 0;
}

.widget_rating_filter li a:before{
	display: none;
}

.widget_rating_filter .star-rating{
	margin: 13px 0;
	display: inline-block;
}

.widget_rating_filter span.count{
	float: right;
	margin-top: 9px;
}

@media (max-width: 991px) {
	table.cart{
		overflow-x: auto;
	}
}

@media (min-width: 992px) {
	#order_review_heading,
	#order_review{
		margin-top: 0;
	}

	#order_review_heading > table,
	#order_review > table{
		margin-top: 0;
	}
}

.cart-button i{
	position: relative;
}

.cart-button i:after{
	content: "";
	width: 10px;
	height: 10px;
	position: absolute;
	top: -3px;
	right: -2px;
	border: 2px solid #fff;
	background-color: var(--colorMain);
	border-radius: 50%;
}

.cart-button i.empty:after{
	display: none;
}

.cart-button .total-price{
	color: var(--colorMain);
	padding-left: 5px;
}

.uws-products.carousel-col-3{
	margin: 0;
}

.products.owl-carousel{
	margin: 0;
}

.products.owl-carousel li.product{
	width: 100%;
	padding: 0;
}

.products.owl-carousel .owl-stage-outer{
	width: calc(100% + 10px);
	padding: 5px;
	margin: -5px;
}

.product > .yith-wcqv-button{
	display: none;
}

#yith-quick-view-modal .yith-wcqv-main{
	box-shadow: none;
}

#yith-quick-view-modal.open .yith-wcqv-main{
	overflow-y: auto;
}

#yith-quick-view-content .variations label{
	display: none;
}

#yith-quick-view-content .product > .onsale{
	display: none;
}

#yith-quick-view-content div.images{
	width: 50%;
}

#yith-quick-view-content .onsale,
#yith-quick-view-content .yith-wcbm-badge{
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: .2em;
	font-weight: 600;
	line-height: 20px;
	position: absolute;
	top: 25px;
	left: 0;
	min-width: 70px;
	text-align: center;
	z-index: 1;
	background-color: var(--colorMain);
}

#yith-quick-view-content .onsale.yith-wcbm-badge-102,
#yith-quick-view-content .yith-wcbm-badge.yith-wcbm-badge-102{
	background-color: #e9a11e;
}

#yith-quick-view-content .onsale.yith-wcbm-badge-101,
#yith-quick-view-content .yith-wcbm-badge.yith-wcbm-badge-101{
	background-color: #00b3a9;
}

#yith-quick-view-content .onsale:before,
#yith-quick-view-content .yith-wcbm-badge:before{
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-top: 4px solid rgba(0, 0, 0, 0);
	border-bottom: 4px solid rgba(0, 0, 0, 0);
	border-left: 4px solid #363636;
	z-index: -1;
	-webkit-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}

#yith-quick-view-content .onsale:before,
#yith-quick-view-content .yith-wcbm-badge:before{
	top: 17px;
	left: 2px;
}

#yith-quick-view-content .onsale + .yith-wcbm-badge,
#yith-quick-view-content .onsale + .onsale,
#yith-quick-view-content .yith-wcbm-badge + .yith-wcbm-badge,
#yith-quick-view-content .yith-wcbm-badge + .onsale{
	top: 55px;
}

#yith-quick-view-content .onsale + .yith-wcbm-badge + .yith-wcbm-badge,
#yith-quick-view-content .onsale + .yith-wcbm-badge + .onsale,
#yith-quick-view-content .onsale + .onsale + .yith-wcbm-badge,
#yith-quick-view-content .onsale + .onsale + .onsale,
#yith-quick-view-content .yith-wcbm-badge + .yith-wcbm-badge + .yith-wcbm-badge,
#yith-quick-view-content .yith-wcbm-badge + .yith-wcbm-badge + .onsale,
#yith-quick-view-content .yith-wcbm-badge + .onsale + .yith-wcbm-badge,
#yith-quick-view-content .yith-wcbm-badge + .onsale + .onsale{
	top: 85px;
}

#yith-quick-view-content div.summary{
	width: 50%;
	padding: 60px;
}

#yith-quick-view-content div.summary .summary-content{
	display: flex;
	flex-direction: column;
}

#yith-quick-view-content .product_title{
	order: 1;
	font-size: 40px;
	font-weight: 800;
	margin-bottom: 0;
}

#yith-quick-view-content .price{
	order: 2;
	margin-bottom: 0;
}

#yith-quick-view-content .woocommerce-product-rating{
	order: 3;
	margin-bottom: 0;
	justify-content: flex-start;
	margin-top: 15px;
}

#yith-quick-view-content .woocommerce-product-details__short-description{
	order: 4;
}

#yith-quick-view-content form{
	order: 5;
}

#yith-quick-view-content .product_meta{
	order: 6;
	margin-top: 50px;
}

#yith-quick-view-close{
	font-size: 0;
	border: none;
	opacity: 1;
}

#yith-quick-view-close::before{
	content: "";
	font-family: "FontAwesome",sans-serif;
	font-size: 16px;
	color: #363636;
	position: absolute;
	right: 20px;
	top: 20px;
}

@media (max-width: 991px) {
	#yith-quick-view-content div.images{
		padding: 20px;
		width: 100%;
	}

	#yith-quick-view-content div.summary{
		width: 100%;
		padding: 40px 20px;
	}

	#yith-quick-view-content .summary .entry-title{
		font-size: 30px;
	}
}

.show-img{
	position: absolute;
	left: 10px;
	bottom: 20px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	cursor: pointer;
	transition: all .3s ease-in-out;
}

.show-img::before{
	content: "";
	display: inline-block;
	width: 16px;
	height: 18px;
	-webkit-mask: url(../img/icon-zoom.png) no-repeat center/contain;
	background-color: #363636;
	transition: all .3s ease-in-out;
}

.show-img:hover{
	background-color: #363636;
}

.show-img:hover::before{
	background-color: #fff;
}

.product-wrap{
	position: relative;
}

.product-wrap .shop_video_modal_window{
	position: absolute;
	right: 10px;
	bottom: 20px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
	background-color: #363636;
	transition: all .3s ease-in-out;
}

.product-wrap .shop_video_modal_window::before{
	content: "";
	display: inline-block;
	width: 16px;
	height: 18px;
	-webkit-mask: url(../img/icon-triangle.png) no-repeat center/contain;
	background-color: #fff;
	transition: all .3s ease-in-out;
}

.product-wrap .shop_video_modal_window:hover{
	background-color: #fff;
}

.product-wrap .shop_video_modal_window:hover::before{
	background-color: #363636;
}

.woocommerce-notices-wrapper:not(:empty),
.woocommerce-form-coupon-toggle:not(:empty){
	margin-bottom: 60px;
}

.breadcrumbs-woocommerce{
	list-style: none;
	font-size: 20px;
	display: flex;
	flex-wrap: wrap;
	padding-left: 0;
}

.breadcrumbs-woocommerce a{
	color: #666 !important;
	font-weight: 300;
}

.breadcrumbs-woocommerce a:hover{
	color: var(--colorMain) !important;
}

.breadcrumbs-woocommerce a.active{
	color: var(--colorMain) !important;
	font-weight: 400;
}

.breadcrumbs-woocommerce span.active{
	color: #363636;
	font-weight: 400;
}

.breadcrumbs-woocommerce li{
	padding-top: 0;
	padding-bottom: 0;
	margin-right: 10px;
}

.breadcrumbs-woocommerce li:not(:first-child)::before{
	content: "/";
	margin-right: 5px;
}

.cart-collaterals{
	clear: both;
	display: flex;
	flex-direction: column;
	background-color: #edecea;
	border-radius: 3px;
	padding: 40px;
	width: 37%;
	flex-basis: 37%;
}

@media (max-width: 1199px) {
	.cart-collaterals{
		width: 100%;
		flex-basis: 100%;
		margin-left: 0;
		margin-top: 40px;
	}
}

.cart-collaterals .woocommerce-shipping-methods{
	display: none;
}

.cart-collaterals .cart_totals h2{
	margin-bottom: 35px;
}

.cart-collaterals .shop_table tr{
	border-top: 1px solid #e5e5e5;
}

.cart-collaterals .shop_table tr:last-child{
	border-bottom: 1px solid #e5e5e5;
}

.cart-collaterals .shop_table th,
.cart-collaterals .shop_table td{
	padding: 14px 0;
	border: none;
}

.cart-collaterals .shop_table th{
	text-align: left;
	text-transform: capitalize;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: unset;
	padding-right: 5px;
}

.cart-collaterals .shop_table td{
	text-align: right;
}

@media (min-width: 1200px) {
	.cart-collaterals .shop_table .selectize-input{
		min-width: 270px;
	}
}

.cart-collaterals .shop_table .woocommerce-shipping-destination{
	display: none;
}

.cart-collaterals .shop_table .amount{
	color: #666;
	font-weight: 300;
}

.cart-collaterals .shop_table .woocommerce-shipping-totals{
	font-size: 0;
}

.cart-collaterals .shop_table .woocommerce-shipping-totals form{
	font-size: 16px;
}

.cart-collaterals .wrap-coupon{
	margin-top: 40px;
}

.cart-collaterals .wrap-coupon .coupon{
	display: flex;
	flex-wrap: wrap;
}

.cart-collaterals .wrap-coupon .coupon input{
	width: 100%;
}

.cart-collaterals .wrap-coupon .button{
	margin-top: 10px;
	margin-bottom: 0;
}

.cart-collaterals .wrap-coupon [name=update_cart]{
	display: none;
}

.cart-collaterals .woocommerce-cart-form{
	width: 100%;
}

.cart-collaterals .shop_table{
	display: table !important;
}

.cart-collaterals h2{
	font-size: 30px !important;
}

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

.cart-collaterals .wc-proceed-to-checkout{
	margin-top: 40px;
}

.cart-collaterals .wc-proceed-to-checkout .button{
	width: 100%;
}

.cart-row{
	display: flex;
	flex-wrap: wrap;
}

.woocommerce-cart-form{
	overflow: auto;
	width: 63%;
	flex-basis: 63%;
	padding-right: 30px;
}

@media (max-width: 1199px) {
	.woocommerce-cart-form{
		width: 100%;
		flex-basis: 100%;
		padding-right: 0;
	}
}

.woocommerce-cart-form .shop_table{
	margin-top: 0;
}

.woocommerce-cart-form .shop_table thead{
	display: none;
}

.woocommerce-cart-form .shop_table tr{
	border-top: 1px solid #e5e5e5;
}

.woocommerce-cart-form .shop_table .amount{
	color: #666;
	font-weight: 300;
}

.woocommerce-cart-form .shop_table [type=submit]{
	display: none;
}

.woocommerce-cart-form .shop_table .remove{
	font-size: 0;
}

.woocommerce-cart-form .shop_table .remove::before{
	content: "";
	font-family: "FontAwesome",sans-serif;
	font-size: 18px;
	color: #666;
	transition: all .3s ease-in-out;
}

.woocommerce-cart-form .shop_table .remove:hover::before{
	color: #363636;
}

.woocommerce-cart-form .shop_table td{
	text-align: left;
	border: none;
	padding: 30px 15px;
}

.woocommerce-cart-form .shop_table td:first-child{
	padding-left: 0;
}

.woocommerce-cart-form .shop_table td:last-child{
	padding-right: 0;
}

@media (max-width: 767px) {
	.woocommerce-cart-form .shop_table tr:first-child td:first-child{
		display: none;
	}

	.woocommerce-cart-form .shop_table tr:first-child td:nth-child(2){
		padding-left: 0;
	}
}

.woocommerce-cart-form .shop_table tr:last-child td{
	padding-top: 40px;
	padding-bottom: 0;
}

@media (max-width: 991px) {
	.col2-set{
		margin-bottom: 50px;
	}
}

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

.col2-set .col-1 .woocommerce-account-fields,
.col2-set .col-2 .woocommerce-account-fields{
	margin-bottom: -20px;
}

.col2-set .col-1 .woocommerce-account-fields .create-account,
.col2-set .col-2 .woocommerce-account-fields .create-account{
	padding-bottom: 10px;
}

.col2-set .col-1 label{
	display: none;
}

.col2-set .col-2{
	margin-top: 15px;
}

.col2-set .col-2 .shipping_address,
.col2-set .col-2 .form-row.notes{
	margin-top: 15px;
}

.col2-set .col-2 .shipping_address label,
.col2-set .col-2 .form-row.notes label{
	display: none;
}

.col2-set .col-2 .woocommerce-additional-fields{
	margin-top: 30px;
}

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

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

.order-wrap{
	padding: 50px 40px;
	background-color: #edecea;
}

.order-wrap h3{
	margin-bottom: 35px !important;
}

.order-wrap .place-order.form-row{
	margin-bottom: 0;
	margin-top: 20px;
}

.order-wrap label{
	color: #666;
}

.order-wrap label a{
	color: #666;
}

.order-wrap label a:hover{
	color: #363636;
}

.order-wrap .shop_table{
	display: flex;
	flex-direction: column;
}

.order-wrap .shop_table thead{
	display: none;
}

.order-wrap .shop_table tr{
	border-top: 1px solid #e5e5e5;
	display: flex;
	justify-content: space-between;
}

.order-wrap .shop_table tr:last-child{
	border-bottom: 1px solid #e5e5e5;
}

.order-wrap .shop_table tbody tr:last-child{
	border-bottom: none;
}

.order-wrap .shop_table th,
.order-wrap .shop_table td{
	padding: 14px 0;
	border: none;
	text-align: left;
}

.order-wrap .shop_table th{
	text-transform: capitalize;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: unset;
	width: 40%;
	vertical-align: middle;
}

.order-wrap .shop_table td:last-child{
	text-align: right;
	padding-left: 30px;
}

.order-wrap .shop_table .cart_item .product-quantity{
	font-weight: 300;
}

.order-wrap .shop_table .amount{
	color: #666;
	font-weight: 300;
}

.order-wrap .shop_table .woocommerce-shipping-methods li{
	padding: 0;
}

.order-wrap .shop_table .woocommerce-shipping-methods li label{
	margin-bottom: 0;
}

.order-wrap .shop_table .woocommerce-shipping-totals form{
	font-size: 16px;
}

@media (min-width: 992px) {
	.order-wrap{
		float: right;
		width: 36%;
		margin-top: 0;
	}
}

.order-wrap button[type=submit]{
	margin-top: 30px;
}

.woocommerce .woocommerce-shipping-fields h3{
	font-size: 16px;
	font-weight: 300;
}

.woocommerce .woocommerce-shipping-fields h3 label{
	color: #666;
}

.wc_payment_methods{
	padding-left: 0;
	list-style: none;
}

.yith-wcwl-form .btn{
	display: none;
}

.yith-wcwl-form .shop_table .product-name{
	width: auto;
}

.yith-wcwl-form .shop_table .product-name .yith-wcqv-button{
	display: none;
}

@media (max-width: 1199px) {
	.yith-wcwl-form .shop_table .product-name{
		width: auto;
	}
}

.yith-wcwl-form .shop_table thead{
	display: none;
}

.yith-wcwl-form .shop_table tr{
	border-top: 1px solid #e5e5e5;
}

.yith-wcwl-form .shop_table tr td.product-thumbnail a{
	max-width: 100px;
}

.yith-wcwl-form .shop_table a:not(.btn):not(.remove){
	color: #363636;
	font-weight: 500;
	font-size: 20px;
}

.yith-wcwl-form .shop_table a:not(.btn):not(.remove):hover{
	color: var(--colorMain);
}

.yith-wcwl-form .shop_table .amount{
	color: #666;
	font-weight: 300;
	font-size: 16px;
}

.yith-wcwl-form .shop_table .quantity [type=number]{
	background-color: rgba(0, 0, 0, 0);
	height: unset;
}

.yith-wcwl-form .shop_table .remove{
	font-size: 0;
}

.yith-wcwl-form .shop_table .remove::before{
	content: "";
	font-family: "FontAwesome",sans-serif;
	font-size: 18px;
	color: #666;
	transition: all .3s ease-in-out;
}

.yith-wcwl-form .shop_table .remove:hover::before{
	color: #363636;
}

.yith-wcwl-form .shop_table td{
	text-align: left;
	border: none;
	padding: 30px 15px;
}

.yith-wcwl-form .shop_table td:first-child{
	padding-left: 0;
}

.yith-wcwl-form .shop_table td:last-child{
	padding-right: 0;
}

.yith-wcwl-form .shop_table tr:last-child{
	border-bottom: 1px solid #e5e5e5;
}

.yith-wcwl-form .shop_table li{
	position: relative;
}

.yith-wcwl-form .shop_table li .product-name{
	padding-right: 50px;
}

.yith-wcwl-form .shop_table li .item-wrapper{
	width: 100%;
}

.yith-wcwl-form .shop_table li .product-thumbnail img{
	max-width: 60px;
}

.yith-wcwl-form .shop_table li .item-details{
	width: calc(100% - 75px);
}

.yith-wcwl-form .shop_table li .product-remove{
	position: absolute;
	right: 10px;
	top: 13px;
}

.grouped_form label{
	display: block !important;
}

.grouped_form td,
.grouped_form th{
	vertical-align: middle;
}