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

/* sort panel */
.storefront-sorting{
	line-height: 1;
	padding: 0;
}

.storefront-sorting .form-group{
	margin-bottom: 15px;
}

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

.woocommerce-ordering{
	display: inline-block;
	float: right;
}

@media (max-width: 767px) {
	.woocommerce-ordering{
		float: none;
		display: inline-block;
		text-align: left;
	}
}

.woocommerce-result-count{
	float: left;
	line-height: 60px;
	font-weight: 400;
	font-size: 16px;
	color: #667e96;
}

@media (max-width: 767px) {
	.woocommerce-result-count{
		float: none;
		display: inline-block;
		text-align: left;
		width: 100%;
	}
}

#toggle_shop_view{
	margin-left: 14px;
}

#toggle_shop_view:before,
#toggle_shop_view:after{
	font-family: 'FontAwesome';
	display: inline-block;
	background-color: #344a5f;
	color: #ffffff;
	padding: 12px 12px 13px;
	font-size: 14px;
	transition: all 0.2s ease-in-out 0s;
}

#toggle_shop_view:before{
	content: "\f00a";
	margin-right: 5px;
}

#toggle_shop_view:after{
	content: "\f03a";
	background-color: var(--c-main);
}

#toggle_shop_view.grid-view:before{
	background-color: var(--c-main);
}

#toggle_shop_view.grid-view:after{
	background-color: #344a5f;
}

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

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

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

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

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

	.columns-3 .product{
		width: 33.33333333%;
		float: left;
	}

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

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

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

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

.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist{
	right: 30px;
	top: 30px;
	left: auto;
}

.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist i{
	font-size: 3rem;
}

.product{
	position: relative;
}

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

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

.product .images img,
.product .thumbnails a img,
.product .item-media img{
	transition: all 0.2s ease-in-out 0s;
}

.product .images:hover img,
.product .thumbnails a:hover img,
.product .item-media:hover img{
	opacity: 0.8;
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
}

.product .thumbnails-wrap{
	margin-top: 30px;
}

.product .onsale{
	position: absolute;
	top: 30px;
	left: 30px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	color: #ffffff;
	font-weight: 500;
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--c-main3);
	z-index: 2;
}

.product .onsale + .onnew{
	top: 65px;
}

.product .woocommerce-LoopProduct-link:not(:empty) + .onnew{
	top: 70px;
	left: 20px;
}

.product .onnew{
	position: absolute;
	top: 30px;
	left: 30px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	color: #ffffff;
	font-weight: 500;
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--c-main);
	z-index: 2;
}

.product .onnew.hot{
	background-color: var(--c-main3);
}

.product .button-wrap{
	position: absolute;
	bottom: -100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 3;
	transition: all .5s ease;
}

.product .button-wrap .button{
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	padding: 16px 30px;
	text-transform: capitalize;
	color: #ffffff;
	background-color: var(--c-main3);
	border-radius: 30px;
	border: 2px solid var(--c-main3);
	transition: all .3s ease-in-out;
}

.product .button-wrap .button:hover{
	background-color: #667e96;
	border-color: #667e96;
}

.product .vertical-item:hover .button-wrap{
	bottom: 11%;
}

.uws-products.carousel{
	overflow: visible;
}

.uws-categories .products.owl-carousel .owl-stage-outer{
	margin-bottom: 0;
}

.products{
	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 .item-content h4{
	display: none;
}

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

.products.owl-carousel .owl-stage-outer{
	margin-right: -20px;
	margin-left: -20px;
	padding-right: 20px;
	padding-left: 20px;
	margin-bottom: -60px;
}

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

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

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

.owl-item .product{
	padding: 0;
}

.product h1.entry-title{
	font-size: 20px;
	margin: 3px 0 5px;
}

.product h3{
	margin-bottom: 20px;
}

.product .rating-title{
	font-size: 1.2em;
}

.product [class*="col-"]:first-child h2,
.product [class*="col-"]:first-child h3{
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	margin: 18px 0 24px;
	position: relative;
	letter-spacing: 0;
}

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

.product .images{
	position: relative;
	background: #f2f2f2;
	border-radius: 5px;
	overflow: hidden;
}

.product .woocommerce-product-gallery--with-images{
	background-color: transparent;
}

.product .woocommerce-product-gallery--with-images .woocommerce-product-gallery__image{
	background: #f2f2f2;
	text-align: center;
	position: relative;
}

.product .woocommerce-product-gallery--with-images .flex-control-thumbs{
	margin-top: 30px;
}

.product figure{
	max-width: none;
}

.product [class*="col-"]:first-child a span,
.product [class*="col-"]:first-child .onsale,
.product [class*="col-"]:first-child .product-media span{
	position: absolute;
	background-color: var(--c-main);
	color: #ffffff;
	padding: 8px 18px;
	text-transform: uppercase;
	top: 20px;
	right: 20px;
}

.product [class*="col-"]:first-child a span.onsale,
.product [class*="col-"]:first-child .onsale.onsale,
.product [class*="col-"]:first-child .product-media span.onsale{
	background-color: var(--c-main);
	left: 20px;
	bottom: 20px;
	right: auto;
	top: auto;
	z-index: 1;
}

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

.related > h2,
.upsells > h2{
	text-align: center;
	margin: 20px 0 30px;
	font-size: 44px;
}

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

.related > h2{
	display: none;
}

.related .owl-theme:hover .owl-nav{
	top: 25%;
}

.product-buttons{
	position: absolute;
	bottom: 20px;
	right: 20px;
}

.product-buttons a{
	float: left;
	width: 40px;
	height: 40px;
	font-size: 0;
	color: transparent;
	text-align: center;
	background-color: var(--c-main);
}

.product-buttons a.loading [class*='rt-icon'],
.product-buttons a.loading:before{
	display: inline-block;
	-webkit-animation: spin 2s infinite linear;
	animation: spin 2s infinite linear;
}

.product-buttons a.loading [class*='rt-icon']:before,
.product-buttons a.loading:before:before{
	content: "\e61b";
}

.product-buttons a.loading:before{
	content: "\e61b";
}

.product-buttons a i,
.product-buttons a:before{
	line-height: 40px;
	font-size: 16px;
	color: #ffffff;
}

.product-buttons a:before{
	font-family: 'rt-icons-2';
	content: "\e626";
}

.product-buttons a.favorite_button{
	background-color: #ffffff;
	color: #344a5f;
}

.product-buttons a:hover{
	background-color: #344a5f;
	color: #ffffff;
}

.product-buttons a.added_to_cart{
	background-color: #ffffff;
	font-size: 0;
	display: none;
	color: transparent;
}

.product-buttons a.added_to_cart:hover{
	background-color: var(--c-main);
}

.product-buttons a.added_to_cart:before{
	content: "\e6c0";
	line-height: 40px;
	color: #344a5f;
	font-family: 'rt-icons-2';
	font-size: 26px;
}

.product-buttons a.product_type_variable:before{
	font-size: 20px;
	content: "\e63f";
}

.grid-view{
	text-align: left;
}

.grid-view .row{
	position: relative;
}

.grid-view .star-rating{
	display: none;
}

.grid-view .product-description{
	display: none;
}

.grid-view [class*="col-"]{
	width: 100%;
	float: none;
}

.grid-view .item-content p{
	margin-bottom: 30px;
}

.grid-view .item-content a{
	color: inherit;
}

.grid-view .item-content a > h2{
	font-size: 25px;
	margin-top: 0;
	margin-bottom: 10px;
	font-weight: 900;
	transition: all 0.15s linear 0s;
}

.grid-view .item-content a > h2:hover{
	color: var(--c-main3);
}

.grid-view .item-content .price{
	color: var(--c-main3);
	padding: 0;
	width: 100%;
	display: block;
	font-weight: 400;
	font-size: 14px;
	margin-bottom: 20px;
}

.grid-view .item-content .price del{
	margin-right: 20px;
	color: #667e96;
}

.grid-view .item-content .price ins{
	text-decoration: none;
	color: var(--c-main3);
}

.grid-view .item-content .added_to_cart{
	position: absolute;
	right: 60px;
	bottom: 45px;
	font-size: 0;
	color: transparent;
}

.grid-view .item-content .added_to_cart:before{
	content: "\e6c0";
	line-height: 40px;
	color: #344a5f;
	font-family: 'rt-icons-2';
	font-size: 26px;
	transition: all 0.15s linear 0s;
}

.grid-view .item-content .added_to_cart:hover:before{
	color: var(--c-main3);
}

.grid-view .item-content .add_to_cart_button,
.grid-view .item-content .product_type_external,
.grid-view .item-content .product_type_grouped{
	font-size: 16px;
	font-weight: 500;
	padding: 20px 30px 20px;
	text-transform: capitalize;
	margin-bottom: 4px;
	line-height: 1;
	display: inline-block;
	text-align: center;
	color: #ffffff;
	background-color: var(--c-main3);
	border-radius: 30px;
	border: 2px solid var(--c-main3);
	position: relative;
	transition: all 0.4s linear 0s;
}

.grid-view .item-content .add_to_cart_button:hover,
.grid-view .item-content .product_type_external:hover,
.grid-view .item-content .product_type_grouped:hover{
	background-color: #667e96;
	border-color: #667e96;
}

.grid-view .product.product-category{
	text-align: center;
}

.grid-view .product.product-category h2{
	font-size: 25px;
}

.grid-view .product.product-category h2 mark{
	background: transparent;
	color: inherit;
}

/* single-product */
.single-product .woocommerce-notices-wrapper{
	margin-left: 15px;
	margin-right: 15px;
}

@media (min-width: 500px) {
	.single-product .woocommerce-notices-wrapper{
		margin-left: 25px;
		margin-right: 25px;
	}
}

@media (min-width: 1199px) {
	.woocommerce-product-gallery{
		padding-right: 20px;
	}
}

.summary{
	display: flex;
	flex-direction: column;
}

@media (min-width: 1199px) {
	.summary{
		padding-left: 20px;
	}
}

.summary h1{
	margin-bottom: 3px;
}

.summary .product-rating,
.summary .woocommerce-product-rating{
	margin-bottom: 10px;
}

.summary .woocommerce-product-rating{
	order: 2;
	margin-top: 15px;
}

.summary .woocommerce-product-details__short-description p{
	margin-bottom: 20px;
}

.summary .price{
	position: static;
	display: block;
	font-size: 20px;
	margin-top: 60px;
	margin-bottom: 0;
	background-color: transparent;
	line-height: 1;
	word-wrap: break-word;
	order: 1;
}

.summary .price ins{
	color: var(--c-main3);
	text-decoration: none;
}

.summary .price del{
	font-size: 20px;
	margin-right: 30px;
}

.summary .woocommerce-variation-price .price{
	padding-top: 0;
}

.summary .star-rating{
	display: inline-block;
	top: 4px;
	margin-right: 20px;
	order: 2;
}

.summary .woocommerce-product-details__short-description{
	order: 3;
	margin-top: 30px;
}

.summary .woocommerce-product-details__short-description > *:last-child{
	margin-bottom: 0;
}

.summary .cart{
	order: 4;
	margin-top: 30px;
}

.summary .meta-summary{
	order: 5;
	margin-top: 40px;
}

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

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

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

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

.summary .product_meta a{
	margin: 0 -3px 0 6px;
	padding: 5px 10px 3px;
	color: #ffffff;
}

.summary .product_meta a:hover{
	background: transparent;
}

.summary .share_buttons{
	order: 6;
	margin-top: 40px;
}

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

.summary ul.list1 li{
	padding-top: 15px;
	padding-bottom: 20px;
}

.summary .reset_variations{
	color: transparent;
	font-size: 0;
	padding: 0 5px;
}

.summary .reset_variations:before{
	font-family: 'rt-icons-2';
	content: "\e117";
	font-size: 18px;
	color: #344a5f;
}

.summary label{
	margin: 0;
}

.summary [class*='add-to-cart']{
	margin: 10px 0;
}

.summary [class*='add-to-cart'] .theme_button{
	margin-left: 20px;
}

.summary [class*='add-to-cart'] .theme_button i{
	font-size: 0;
}

@media (min-width: 320px) {
	.summary [class*='add-to-cart'] .theme_button{
		margin-top: 0;
	}
}

@media (min-width: 768px) {
	body.has-sidebar .summary [class*='add-to-cart'] .theme_button{
		margin-top: 20px;
	}
}

@media (min-width: 992px) {
	body.has-sidebar .summary [class*='add-to-cart'] .theme_button{
		margin-top: 0;
	}
}

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

.quantity [type='number']{
	font-weight: 400;
	padding-right: 30px;
	padding-left: 30px;
	height: 50px;
	text-align: center;
	width: 100px;
	-moz-appearance: textfield;
	border-radius: 3px;
}

.quantity [type='number']:hover,
.quantity [type='number']:focus{
	-moz-appearance: number-input;
}

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

.quantity + button{
	top: -1px;
	position: relative;
}

@media (max-width: 575px) {
	.quantity + button{
		margin-top: 20px;
	}
}

.quantity [type="button"]{
	cursor: pointer;
	position: absolute;
	right: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	line-height: 1;
	color: transparent;
	border: none;
	width: 22px;
	height: 10px;
	background-color: transparent;
	z-index: 1;
}

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

.quantity [type="button"] + i{
	position: absolute;
	right: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 16px;
	width: 22px;
	text-align: center;
	line-height: 10px;
	color: #344a5f;
	display: inline-block;
}

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

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

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

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

.product_meta_bottom{
	margin: 0 0 20px;
}

.product-tabs{
	margin-top: 30px;
}

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

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

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

.owl-carousel.thumbnails .owl-nav{
	margin-top: -18px;
}

.owl-carousel.thumbnails .owl-nav > div{
	right: 0;
}

.owl-carousel.thumbnails .owl-nav > div:first-child{
	left: 0;
}

.owl-carousel.thumbnails .owl-nav > div:after{
	font-size: 16px;
	color: #344a5f;
}

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

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

.star-rating,
p.stars a{
	font-weight: 400;
	height: 1em;
}

.star-rating span:before,
.star-rating:before{
	content: "\e7aa\e7aa\e7aa\e7aa\e7aa";
	top: 0;
	left: 0;
}

.star-rating{
	overflow: hidden;
	position: relative;
	line-height: 1;
	width: 5.4em;
	font-family: "rt-icons-2";
}

.star-rating:before{
	opacity: .5;
	float: left;
	letter-spacing: 0.1em;
	position: absolute;
}

.star-rating span{
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 1.5em;
	letter-spacing: 0.1em;
}

.star-rating span:before{
	position: absolute;
	color: var(--c-main);
}

p.stars a:before,
p.stars a:hover ~ a:before{
	color: #667e96;
	content: "\e7aa";
}

p.stars{
	display: inline-block;
	margin: 0 0 30px;
	line-height: 1;
}

p.stars a{
	display: inline-block;
	position: relative;
	width: 1em;
	text-indent: -999em;
	margin-right: 1px;
}

p.stars a:before{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 1em;
	height: 1em;
	line-height: 1;
	font-family: "rt-icons-2";
	text-indent: 0;
}

p.stars.selected a.active:before,
p.stars:hover a:before{
	content: "\e7aa";
	color: var(--c-main);
	opacity: 1;
}

p.stars.selected a.active ~ a:before{
	content: "\e7aa";
	color: #667e96;
	opacity: .75;
}

p.stars.selected a:not(.active):before{
	content: "\e7aa";
	color: var(--c-main);
	opacity: 1;
}

/*shop comments*/
.commentlist{
	list-style: none;
	margin: 0;
	padding: 0;
}

.commentlist li{
	margin-bottom: 40px;
}

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

.commentlist .comment-text{
	overflow: hidden;
	position: relative;
	padding: 26px 30px 26px 30px;
	border: 1px solid #e1e1e1;
}

.commentlist p.meta{
	margin: 0 0 40px;
	min-height: 50px;
}

.commentlist p.meta strong{
	color: #344a5f;
	font-weight: 300;
	font-size: 24px;
	line-height: 1;
	display: block;
}

.commentlist p.meta time{
	font-size: 14px;
}

.commentlist .star-rating{
	position: absolute;
	top: 93px;
}

.woocommerce-tabs:not(:last-child){
	margin-bottom: 100px;
}

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

.woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews-title{
	margin-top: 50px;
	margin-bottom: 35px;
	line-height: 1;
	font-size: 30px;
}

.woocommerce-tabs .woocommerce-Tabs-panel .comment-reply-title{
	margin-bottom: 20px;
	font-size: 30px;
	font-weight: 700;
	color: #344a5f;
}

.woocommerce-tabs .woocommerce-Tabs-panel .comment-reply-title + form{
	margin-top: 20px;
}

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

.woocommerce-tabs .comment-form{
	display: flex;
	flex-wrap: wrap;
}

.woocommerce-tabs .comment-form .comment-notes{
	margin-top: 10px;
	margin-bottom: 20px;
	width: 100%;
}

.woocommerce-tabs .comment-form .comment-form-comment{
	order: 17;
	width: 100%;
}

.woocommerce-tabs .comment-form .comment-form-cookies-consent{
	display: flex;
	order: 18;
}

.woocommerce-tabs .comment-form .comment-form-cookies-consent label{
	display: flex !important;
	margin-bottom: 0;
}

.woocommerce-tabs .comment-form .comment-form-cookies-consent input{
	margin-top: 0;
}

.woocommerce-tabs .comment-form .comment-form-rating{
	order: 19;
	display: flex;
	align-items: center;
	width: 100%;
	margin-top: 10px;
}

.woocommerce-tabs .comment-form .comment-form-rating label{
	flex-shrink: 0;
	font-weight: 400;
	display: block;
	margin-bottom: 0;
}

.woocommerce-tabs .comment-form .comment-form-rating label::after{
	content: ':';
}

.woocommerce-tabs .comment-form .comment-form-rating .stars{
	margin-left: 10px;
	margin-bottom: 0;
}

.woocommerce-tabs .comment-form .form-submit{
	margin-top: 0;
	order: 20;
}

.woocommerce-tabs .tab-content{
	padding-top: 55px;
}

.woocommerce-tabs .tab-content .woocommerce-Tabs-panel--description h2{
	display: none;
}

.woocommerce-tabs .tab-content .comment-form-rating .selectize-control{
	display: none;
}

.woocommerce-tabs .tab-content .comment-form-rating .select-wrap::after{
	display: none;
}

.woocommerce-tabs .tab-content .comment-respond{
	margin: 30px 0 0;
}

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

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

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

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

.woocommerce-tabs .nav-tabs > li{
	float: none;
	margin-bottom: 0;
}

.woocommerce-tabs ul.nav-tabs.nav > li > a{
	margin-right: 0;
	border-radius: 0;
}

.woocommerce-tabs ul.nav-tabs.nav > li:first-child > a{
	border-radius: 15px 15px 0 0;
}

.woocommerce-tabs .tab-content.top-color-border > :before{
	height: 3px;
}

@media (min-width: 620px) {
	.woocommerce-tabs .nav-tabs > li{
		float: left;
		margin-bottom: -2px;
	}

	.woocommerce-tabs ul.nav-tabs.nav > li > a{
		margin-right: 3px;
		border-radius: 15px 15px 0 0;
	}

	.woocommerce-tabs .tab-content.top-color-border > :before{
		height: 10px;
	}
}

@media (min-width: 768px) {
	body.full-width .woocommerce-tabs .nav-tabs > li{
		float: left;
		margin-bottom: -2px;
	}

	body.full-width .woocommerce-tabs ul.nav-tabs.nav > li > a{
		margin-right: 3px;
		border-radius: 30px 30px 0 0;
	}

	body.full-width .woocommerce-tabs .tab-content.top-color-border > :before{
		height: 10px;
	}
}

@media (min-width: 768px) {
	body.has-sidebar .woocommerce-tabs .nav-tabs > li{
		float: none;
		margin-bottom: 0;
	}

	body.has-sidebar .woocommerce-tabs ul.nav-tabs.nav > li > a{
		margin-right: 0;
		border-radius: 0;
	}

	body.has-sidebar .woocommerce-tabs ul.nav-tabs.nav > li:first-child > a{
		border-radius: 30px 30px 0 0;
	}

	body.has-sidebar .woocommerce-tabs .tab-content.top-color-border > :before{
		height: 3px;
	}
}

@media (min-width: 992px) {
	body.has-sidebar .woocommerce-tabs .nav-tabs > li{
		float: left;
		margin-bottom: -2px;
	}

	body.has-sidebar .woocommerce-tabs ul.nav-tabs.nav > li > a{
		margin-right: 3px;
		border-radius: 30px 30px 0 0;
	}

	body.has-sidebar .woocommerce-tabs .tab-content.top-color-border > :before{
		height: 10px;
	}
}

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

#review_form .form-submit{
	padding-top: 20px;
}

#review_form .form-submit .submit{
	background-color: var(--c-main3);
	border-color: var(--c-main3);
}

#review_form .form-submit .submit:hover{
	background-color: #667e96;
	border-color: #667e96;
}

@media (min-width: 768px) {
	#review_form .form-submit .submit{
		min-width: 200px;
	}
}

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

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

	#review_form .form-submit{
		clear: both;
	}
}

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

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

.shop_table .actions input[type="submit"]{
	padding: 18px 30px 18px;
	min-width: 150px;
	margin-top: 10px;
}

.shop_table .actions .coupon input[type="submit"]{
	margin-left: 10px;
}

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

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

table.cart .media{
	margin-left: -15px;
}

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

table.cart h4{
	margin-bottom: 12px;
}

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

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

table.cart a:not(.button){
	color: #344a5f;
}

table.cart .button{
	color: #ffffff;
}

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

table.cart .product-remove{
	text-align: center;
	font-size: 1.6em;
}

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

/* chekcout */
.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-top: 0;
	margin-bottom: 0;
}

.woocommerce-checkout h3{
	font-size: 28px;
}

.woocommerce-checkout .woocommerce-additional-fields{
	margin-top: 30px !important;
}

.woocommerce-checkout .selectize-input{
	width: 100%;
}

@media (min-width: 768px) {
	.woocommerce-checkout .selectize-input{
		width: auto;
		min-width: 503px;
	}
}

@media (min-width: 992px) {
	.woocommerce-checkout .selectize-input{
		min-width: 422px;
	}
}

@media (min-width: 1200px) {
	.woocommerce-checkout .selectize-input{
		min-width: 522px;
	}
}

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

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

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

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

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

@media (min-width: 768px) {
	.form-row.address-field input{
		float: right;
		width: 100% !important;
	}
}

.woocommerce form.login label,
.woocommerce form.login input{
	float: none;
	text-align: left;
	width: auto !important;
}

.woocommerce form.login [type="submit"]{
	margin-top: 10px;
	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;
	}
}

/* shop single*/
.cart-button{
	margin: 50px 0 55px;
}

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

/* shop */
.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 .owl-carousel .owl-stage-outer{
	overflow: visible;
}

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

.related .item-content .woocommerce-loop-product__title{
	font-size: 16px;
}

.related .item-content .add_to_cart_button{
	padding: 20px 20px 20px;
}

.related h2{
	font-size: 30px;
	line-height: 1;
}

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
	.woocommerce-checkout-payment [type="submit"]{
		min-width: 200px;
	}
}

/*messages*/
.wc-forward{
	float: right;
}

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

/*my account*/
.woocommerce-MyAccount-navigation{
	margin-bottom: 40px;
}

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

.woocommerce-MyAccount-navigation li{
	display: inline-block;
}

.woocommerce-MyAccount-navigation a{
	color: #ffffff !important;
	padding: 5px 11px 4px !important;
}

.woocommerce-MyAccount-navigation a:hover,
.woocommerce-MyAccount-navigation a:active,
.woocommerce-MyAccount-navigation a:focus{
	background-color: var(--c-main);
	border-color: var(--c-main);
}

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

.woocommerce-MyAccount-navigation .is-active a:hover,
.woocommerce-MyAccount-navigation .is-active a:active,
.woocommerce-MyAccount-navigation .is-active a:focus{
	background-color: #344a5f;
	border-color: #344a5f;
}

.wc-proceed-to-checkout .checkout-button{
	color: #ffffff;
}

.wc-proceed-to-checkout .checkout-button:hover{
	background: transparent;
}

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

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

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

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

.customer_details{
	margin-bottom: 60px;
}

.addresses address{
	margin-bottom: 0;
}

/* shop widgets */
/* cart widget */
.widget_shopping_cart img{
	max-width: 80px;
}

.widget_shopping_cart .cart_list{
	border-bottom: 1px solid rgba(129, 129, 129, 0.5);
	padding-bottom: 4px;
	margin: 20px 0;
}

.widget_shopping_cart .quantity{
	display: block;
}

.widget_shopping_cart .remove{
	float: right;
	font-size: 0;
}

.widget_shopping_cart .remove:before{
	font-family: 'rt-icons-2';
	font-size: 16px;
	content: "\e653";
}

.widget_shopping_cart li{
	margin-bottom: 16px;
}

.widget_shopping_cart li a + a{
	color: #344a5f;
	font-size: 16px;
}

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

/* price filter */
.widget_price_filter input[readonly]{
	background-color: transparent;
	padding-right: 3px;
	padding-left: 3px;
	max-width: 89px;
	margin-bottom: 4px;
	display: inline-block;
}

.widget_price_filter .ui-slider-range{
	background-color: var(--c-main);
}

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

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

.widget_price_filter .price_label{
	color: #344a5f;
	float: right;
	margin-top: 15px;
}

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

.widget_price_filter button{
	float: left;
	min-width: 120px;
	background-color: var(--c-main3);
	transition: all .3s ease-in-out;
}

.widget_price_filter button:hover{
	background-color: #667e96;
}

.widget_price_filter .price_slider_amount:after{
	content: '';
	display: block;
	clear: both;
}

/*! 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 */
/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.ui-slider{
	position: relative;
	text-align: left;
	background-color: #fafafa;
	margin: 0 5px 0 8px;
}

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

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

/* support: IE8 - See #6727 */
.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: -3px;
	margin-left: -.6em;
}

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

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

/* color layered nav */
.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: transparent;
	position: relative;
}

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

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

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

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

.widget_products .star-rating{
	margin-bottom: 10px;
}

.widget_products .price{
	position: static;
	background-color: transparent;
	padding: 0;
}

.widget_products .add_to_cart_button{
	display: inline-block;
	width: 20px;
	height: 20px;
	font-size: 14px;
	text-align: center;
	background-color: var(--c-main);
	color: #ffffff;
	margin-right: 5px;
}

.widget_products .add_to_cart_button:hover{
	color: #ffffff;
	background-color: #344a5f;
}

/*widget_top_rated_products*/
.widget .product-title{
	display: block;
}

.widget .woocommerce-Price-amount{
	color: #344a5f;
}

.widget del .woocommerce-Price-amount{
	color: inherit;
}

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

/*widget_recent_reviews*/
.widget_recent_reviews li:before,
.widget_recent_reviews li:after,
.product_list_widget li:before,
.product_list_widget li:after{
	content: '';
	display: block;
	clear: both;
}

.widget_recent_reviews img,
.product_list_widget img{
	display: block;
	float: left;
	max-width: 100px;
	margin-right: 20px;
}

/*widget_rating_filter*/
.widget_rating_filter{
	text-align: right;
}

.widget_rating_filter li{
	clear: both;
	margin-bottom: 8px;
}

.widget_rating_filter .star-rating{
	float: left;
}

.xoo-wsc-basket{
	right: -3px;
	bottom: 62px;
}

#yith-quick-view-modal .thumbnails-wrap{
	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 div.images{
	width: 50%;
}

#yith-quick-view-content .onsale{
	left: 30px;
	top: 30px;
}

#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: 34px;
}

#yith-quick-view-content .price{
	order: 2;
	margin-top: 20px;
}

#yith-quick-view-content .woocommerce-product-rating{
	order: 3;
	margin-bottom: 0;
}

#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-content .product_meta a{
	background-color: var(--c-main3);
	border-color: var(--c-main3);
	margin: 0 -3px 0 6px;
	padding: 5px 10px 3px;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 400;
	min-width: auto;
	border-radius: 30px;
	transition: all .3s ease-in-out;
}

#yith-quick-view-content .product_meta a:hover{
	background-color: #667e96;
}

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

#yith-quick-view-close::before{
	content: '\f00d';
	font-family: "FontAwesome", sans-serif;
	font-size: 16px;
	color: #344a5f;
	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;
	}
}

.woocommerce-error.cs{
	color: #ffffff;
}

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

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

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

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

.breadcrumbs-woocommerce span.active{
	color: #344a5f;
	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: #f2f2f2;
	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: #667e96;
	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 .shop_table .woocommerce-shipping-totals .button{
	background-color: var(--c-main3);
}

.cart-collaterals .shop_table .woocommerce-shipping-totals .button:hover{
	background-color: #667e96;
}

.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;
	width: 100%;
}

.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: #667e96;
	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: '\f014';
	font-family: "FontAwesome", sans-serif;
	font-size: 18px;
	color: #667e96;
	transition: all .3s ease-in-out;
}

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

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

.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-selection--single .select2-selection__placeholder{
	color: #667e96 !important;
	font-weight: 300;
}

.select2-container .select2-selection--single .select2-selection__rendered{
	padding-left: 0;
}

.select2.select2-container--open .select2-selection{
	border-color: rgba(255, 255, 255, 0.6);
}

.select2 .select2-selection{
	border: none;
	height: 50px;
	padding: 0 20px;
	box-shadow: 2px 0 20px rgba(0, 0, 0, 0.1);
	color: #344a5f;
	display: flex;
	align-items: center;
	border-radius: 0;
	transition: all .3s ease-in-out;
}

.select2 .select2-selection__arrow{
	position: absolute;
	height: 100% !important;
}

.select2 .select2-selection__arrow::after{
	content: '\f078';
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 20px;
	color: #344a5f;
	font-family: "FontAwesome", sans-serif;
	font-size: 12px;
	font-weight: 900;
	pointer-events: none;
}

.select2 .select2-selection__arrow b{
	display: none;
}

.form-row .select-wrap::after{
	display: none;
}

@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-top: 30px;
	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:not(.woocommerce-form__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: #f2f2f2;
}

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

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

.order-wrap label{
	color: #667e96;
}

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

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

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

.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: #344a5f;
	font-weight: 500;
	font-size: 20px;
}

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

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

.yith-wcwl-form .shop_table .quantity [type='number']{
	background-color: transparent;
	height: unset;
}

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

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

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

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

.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: #ffffff;
	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: #344a5f;
	transition: all .3s ease-in-out;
}

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

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

.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;
	background-color: #344a5f;
	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: #ffffff;
	transition: all .3s ease-in-out;
}

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

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

@media (min-width: 1200px) {
	.woocommerce .columns-4 .item-content{
		padding-left: 15px !important;
		padding-right: 15px !important;
	}

	.woocommerce .columns-4 .item-content .button,
	.woocommerce .columns-4 .item-content .add_to_cart_button{
		padding-left: 20px;
		padding-right: 20px;
	}
}
