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

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

.woocommerce-ordering:after{
	content: "" !important;
	font-size: 11px;
	font-family: Flaticon;
	position: absolute;
	right: 20px;
	top: 20px;
	text-align: center;
	-webkit-transform: rotateZ(90deg);
	transform: rotateZ(90deg);
}

.woocommerce-ordering select{
	border-color: #787878;
	color: #787878;
	font-style: italic;
	height: 50px;
	line-height: 38px;
	padding-right: 60px;
	width: 270px;
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 1px;
	text-overflow: "";
}

@media only screen and (max-width: 399px) {
	.woocommerce-ordering select{
		width: 200px;
	}
}

.woocommerce-result-count{
	float: left;
	line-height: 50px;
	margin-left: 1.2em;
}

@media only screen and (max-width: 991px) {
	.woocommerce-result-count{
		margin-left: 0;
	}
}

#toggle_shop_view{
	float: left;
}

#toggle_shop_view:before,
#toggle_shop_view:after{
	border: 0;
	color: var(--colorMain);
	display: inline-block;
	font-family: "rt-icons-2";
	font-size: 28px;
	height: 50px;
	line-height: 50px;
	padding: 0;
	transition: all .2s ease-in-out 0s;
	text-align: center;
	width: 35px;
}

#toggle_shop_view:before{
	background-color: rgba(0, 0, 0, 0);
	content: "";
	font-family: FontAwesome;
	margin-right: 5px;
}

#toggle_shop_view:after{
	color: #787878;
	content: "";
	font-family: FontAwesome;
}

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

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

#sort_view{
	color: #505050;
	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: 992px) {
	.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{
	width: 100% !important;
}

.product .item-media img{
	border-radius: 3px 3px 0 0;
}

.product .images,
.product .thumbnails a{
	border-radius: 3px;
	display: block;
	overflow: hidden;
}

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

.product .images:hover img,
.product .thumbnails a:hover img{
	opacity: .8;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
}

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

.woocommerce-product-gallery__image img{
	border-radius: 3px;
}

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

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

.related li.product{
	margin-bottom: 1.5em;
}

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

.product .row{
	position: relative;
}

.product [class*=col-]{
	position: static;
	margin-top: 0;
}

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

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

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

.product h2,
.product h3{
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0;
	margin: 38px 0 20px !important;
	position: relative;
	text-transform: uppercase;
	transition: all .2s ease-in-out 0s;
}

@media only screen and (min-width: 768px) {
	.list-view .product h2,
	.list-view .product h3{
		margin-top: 0 !important;
	}
}

.product .star-rating + a > h2{
	margin-top: 5px !important;
}

.product a:hover h2,
.product a:hover h3{
	color: var(--colorMain);
}

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

.product .images{
	position: relative;
}

.product [class*=col-]:first-child a span,
.product [class*=col-]:first-child .onsale,
.product [class*=col-]:first-child .product-media span{
	border-radius: 3px;
	position: absolute;
	background-color: var(--colorMain2);
	color: #fff;
	padding: 0 15px;
	text-transform: uppercase;
	top: 10px;
	right: 10px;
}

.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(--colorMain);
	z-index: 1;
}

.product_details_wrapper{
	align-items: center;
	background-color: var(--colorMain);
	border-radius: 0 0 3px 3px;
	color: #fff;
	display: flex;
	justify-content: space-between;
	padding: 10px 17px 10px 20px;
	height: 55px;
}

.product_details_wrapper .price{
	background-color: rgba(0, 0, 0, 0);
	color: #fff;
	font-size: 26px;
	margin-bottom: 0;
}

.product_details_wrapper .price .woocommerce-Price-currencySymbol{
	font-size: 20px;
}

.product_details_wrapper .price del{
	font-size: 16px;
	opacity: .75;
}

.product_details_wrapper .price del .woocommerce-Price-currencySymbol{
	font-size: 12px;
}

.product_details_wrapper .star-rating{
	font-size: 15px;
	height: 20px;
	margin-top: 3px;
}

.product_details_wrapper .star-rating:before,
.product_details_wrapper .star-rating span:before{
	letter-spacing: 5px;
}

.product_details_wrapper .star-rating span:before{
	color: #fff;
}

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

.related > h2,
.upsells > h2{
	font-size: 26px;
	margin: 20px 0 36px !important;
	text-align: center;
}

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

.price{
	color: var(--colorMain);
	background-color: #fff;
	display: block;
	font: bold 16px/1em "Open Sans";
	margin-bottom: 1.8em;
	padding: 0;
}

.price del{
	opacity: .5;
	font-size: 12px;
}

.price ins{
	text-decoration: none;
}

.product-buttons a{
	background-color: rgba(0, 0, 0, 0);
	border: 2px solid var(--colorMain);
	border-radius: 3px;
	display: inline-block;
	font-weight: 700;
	letter-spacing: 1.4px;
	margin-bottom: 1em;
	padding: 4px 32px;
	text-transform: uppercase;
}

.ls .product-buttons a{
	color: var(--colorMain);
}

.ls .product-buttons a:hover{
	background-color: var(--colorMain);
	color: #fff;
}

.product-buttons a:hover{
	background-color: rgba(0, 0, 0, 0);
}

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

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

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

.product-buttons a.favorite_button{
	background-color: #fff;
	color: #505050;
}

.product-buttons a:hover{
	background-color: #505050;
	color: #fff;
}

.product-buttons a.added_to_cart{
	float: none;
}

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

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

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

.grid-view .row [class*=col-]:nth-child(2) .star-rating,
.grid-view .row [class*=col-]:nth-child(2) h2,
.grid-view .row [class*=col-]:nth-child(2) h3{
	display: none;
}

.grid-view .row p{
	line-height: 24px;
}

.grid-view .row .item-content{
	padding-left: 0 !important;
}

.list-view .product{
	float: none;
	width: 100%;
}

.list-view .product [class*=col-]:first-child .star-rating,
.list-view .product [class*=col-]:first-child h2,
.list-view .product [class*=col-]:first-child h3{
	display: none;
}

.list-view .product .item-content p{
	line-height: 24px;
}

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

.summary h1.entry-title{
	order: 1;
	font-size: 26px;
	margin-bottom: .7em;
	margin-top: 1.5em;
	text-transform: uppercase;
}

.summary .product-rating,
.summary .woocommerce-product-rating{
	display: none;
	margin-bottom: 10px;
	order: 6;
}

.summary .price{
	order: 3;
	position: static;
	display: none;
	margin: 0 0 .88em;
	padding: 0;
	font-size: 26px;
	background-color: rgba(0, 0, 0, 0);
	line-height: 1;
	word-wrap: break-word;
}

.summary .price del{
	font-size: 28px;
}

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

.summary .star-rating{
	margin-top: 0;
}

.summary .woocommerce-product-details__short-description{
	margin-bottom: 1.5em;
	order: 2;
}

.summary .single_product_social_icons{
	flex: 0 1 50%;
	margin: 0 10px 0 0;
	order: 7;
}

.summary .single_product_wishlist_socials{
	display: flex;
	justify-content: space-between;
}

@media only screen and (max-width: 1023px) {
	.summary .single_product_wishlist_socials{
		display: block;
	}

	.summary .single_product_wishlist_socials > div + div{
		margin-top: .25em;
	}
}

.summary .single_product_wishlist_socials,
.summary .yith-wcwl-add-to-wishlist{
	flex: 0 1 50%;
	margin: 0;
	order: 8;
}

.summary .single_product_wishlist_socials + .yith-wcwl-add-to-wishlist{
	display: none;
}

.summary .variations{
	border-bottom: 1px solid #eaeaea;
	margin: 5px 0 2.15em;
}

.summary .variations tbody{
	align-items: center;
	display: flex;
	justify-content: space-between;
	padding-bottom: 1.3em;
}

.summary .variations tbody tr{
	flex: 0 1 50%;
}

@media only screen and (max-width: 1023px) {
	.summary .variations tbody{
		display: block;
	}
}

.summary .cart{
	border-top: 1px solid #eaeaea;
	margin-top: 2.25em;
	padding-top: 2.1em;
	order: 9;
}

.summary .review-links{
	display: none;
}

.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 .product_meta{
	border-bottom: 1px solid #eaeaea;
	color: #787878;
	display: flex;
	font: 700 12px/1em "Open Sans";
	margin-bottom: 3em;
	order: 3;
	padding-bottom: 3.2em;
	text-transform: uppercase;
}

@media only screen and (max-width: 1023px) {
	.summary .product_meta{
		display: block;
	}

	.summary .product_meta > span + span{
		margin: 1em 0 0 !important;
		width: 100%;
	}
}

.summary .product_meta a{
	color: #787878;
}

.summary .product_meta a:hover{
	color: var(--colorMain);
}

.summary .product_meta > span{
	display: block;
	width: 50%;
}

.summary .product_meta .posted_in{
	margin-right: 1em;
}

.summary .product_meta .tagged_as{
	margin-left: 1em;
}

@media only screen and (max-width: 399px) {
	.summary .product_meta{
		display: block;
		margin-bottom: 1em;
	}

	.summary .product_meta > span{
		margin: 0 0 1em 0 !important;
		width: 100%;
	}
}

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

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

.summary .reset_variations{
	color: rgba(0, 0, 0, 0);
	font-size: 0;
	padding: 0 5px;
}

.summary .reset_variations:before{
	font-family: "rt-icons-2";
	content: "";
	font-size: 18px;
	color: #505050;
}

.summary label{
	display: block;
	font: 700 20px/20px "Merriweather";
	margin: 0 0 .5em;
	text-transform: uppercase;
}

.summary select{
	font-style: italic;
	color: #787878;
	padding: 6px 15px 6px 15px;
}

.summary [class*=add-to-cart]{
	display: flex;
	align-items: flex-start;
	margin: 10px 0;
}

.summary [class*=add-to-cart] .theme_button{
	margin-left: 2em;
	padding: 16px 33px;
	background-color: var(--colorMain);
	border-color: var(--colorMain);
}

.summary [class*=add-to-cart] .theme_button:hover{
	background-color: rgba(0, 0, 0, 0);
	border-color: var(--colorMain);
	color: var(--colorMain) !important;
}

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

.quantity [type=button]{
	color: var(--colorMain);
	font-size: 12px;
	font-weight: 700;
	position: absolute;
	right: 12px;
	left: auto;
	top: 8px;
	line-height: 1;
	border: none;
	width: 20px;
	height: 20px;
	padding: 0;
	background-color: rgba(0, 0, 0, 0);
}

.quantity [type=button].minus{
	top: auto;
	bottom: 18px;
	font-style: normal;
	-webkit-transform: rotateZ(-90deg);
	transform: rotateZ(-90deg);
}

.quantity [type=button].plus{
	font-style: normal;
	-webkit-transform: rotateZ(-90deg);
	transform: rotateZ(-90deg);
}

.quantity [type=button]:hover{
	color: #323232;
}

.quantity [type=number]{
	border: 0;
	border-radius: 3px;
	color: #787878;
	font: italic 400 14px/50px "Open Sans";
	height: 50px;
	max-width: 93px;
	min-width: 93px;
	padding: 6px 35px 6px 20px;
	text-align: center;
}

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

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

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

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

.star-rating span:before,
.star-rating:before{
	content: "";
	font-family: "fontAwesome";
	letter-spacing: 0;
	top: 0;
	left: 0;
}

.star-rating{
	display: block;
	font-family: "rt-icons-2";
	line-height: 1;
	margin-top: 2.5em;
	overflow: hidden;
	position: relative;
	width: 6.5em;
}

@media only screen and (min-width: 768px) {
	.list-view .star-rating{
		margin-top: 0;
	}
}

.star-rating:before{
	content: "";
	opacity: .5;
	float: left;
	position: absolute;
}

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

.star-rating span:before{
	position: absolute;
	color: #787878;
}

.dropdown-menu.ds .star-rating span:before{
	color: var(--colorMain2);
}

p.stars a:before,
p.stars a:hover ~ a:before{
	color: #787878;
	content: "";
}

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: "";
	color: var(--colorMain);
	opacity: 1;
}

p.stars.selected a.active ~ a:before{
	content: "";
	color: #787878;
	opacity: .75;
}

p.stars.selected a:not(.active):before{
	content: "";
	color: var(--colorMain);
	opacity: 1;
}

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

.commentlist .comment_container{
	border-bottom: 1px solid #fff;
}

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

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

.commentlist .comment-text{
	border: 0;
	overflow: hidden;
	padding: 0 30px 26px 30px;
	position: relative;
}

.commentlist p.meta{
	font-size: 0;
	margin: 0 0 10px;
}

.commentlist p.meta strong{
	color: #505050;
	font: bold 20px/1.2em "Merriweather";
	text-transform: uppercase;
	display: block;
}

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

.commentlist .star-rating{
	margin-top: 0;
	margin-bottom: 1em;
}

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

@media only screen and (max-width: 1023px) {
	.woocommerce-tabs .tab-content{
		padding-top: 2em;
	}
}

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

.woocommerce-tabs .tab-content .comment-respond .comment-reply-title{
	color: #505050;
	font: bold 20px/1em "Merriweather";
	text-transform: uppercase;
}

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

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

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

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{
	color: #505050;
}

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

.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 form:before,
.woocommerce form:after{
	content: "";
	display: block;
	clear: both;
}

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

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

.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 select,
.form-row textarea{
	display: block;
	width: 100%;
}

@media (min-width: 768px) {
	.form-row label{
		padding-right: 25px;
		width: 30%;
		float: left;
		text-align: right;
	}

	.form-row label + span{
		float: right;
		width: 70% !important;
	}
}

.form-row .woocommerce-input-wrapper input[type=tel]{
	width: 100%;
}

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

	#order_review_heading,
	#order_review{
		width: 30%;
		float: left;
		margin-top: 0;
	}
}

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

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

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

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

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

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

.wc-forward{
	float: right;
}

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

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

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

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

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

.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 img{
	max-width: 80px;
}

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

.widget_shopping_cart .cart_list li{
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	margin-bottom: 30px;
	padding-bottom: 21px;
	padding-right: 40px;
}

.widget_shopping_cart .cart_list li:last-child{
	border: 0;
	margin-bottom: 0;
}

.widget_shopping_cart .quantity{
	color: var(--colorMain);
	display: block;
	font-family: "Open Sans",sans-serif;
	margin-top: 7px;
}

.widget_shopping_cart .woocommerce-product-rating{
	margin-top: -1.3em;
}

.widget_shopping_cart .remove{
	width: 40px;
	text-align: center;
	position: absolute;
	top: -9px;
	right: 0;
	font-size: 0;
}

.widget_shopping_cart .remove:before{
	content: "";
	font-family: FontAwesome;
	font-size: 18px;
}

.widget_shopping_cart .remove + a{
	font: 600 16px "Merriweather";
	margin-bottom: 4px;
	position: relative;
	top: -11px;
	text-transform: none;
}

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

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

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

.widget_shopping_cart .wc-forward + .wc-forward{
	margin-left: 20px;
}

.widget_price_filter input[readonly]{
	background-color: rgba(0, 0, 0, 0);
	padding-right: 3px;
	padding-left: 3px;
	max-width: 89px;
	margin-bottom: 4px;
	display: inline-block;
}

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

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

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

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

.widget_price_filter button{
	letter-spacing: 1px;
	margin-top: 24px;
	max-width: 41%;
	min-width: 0;
	text-transform: uppercase;
	transition: all .3s ease-in-out 0s;
}

.widget_price_filter .price_slider_amount{
	display: flex;
	flex-direction: column-reverse;
}

.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 */

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

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

.ui-slider .ui-slider-handle{
	position: absolute;
	z-index: 2;
	width: 15px;
	height: 15px;
	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: 5px;
}

.ui-slider-horizontal .ui-slider-handle{
	border-radius: 100px;
	top: -5px;
	margin-left: -0.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: -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(0, 0, 0, .1);
	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: inherit;
	line-height: 1.4;
	margin: 3px 0 10px;
}

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

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

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

.widget_products .add_to_cart_button:hover{
	color: #fff;
	background-color: #505050;
}

.widget .product-title{
	display: block;
	font: 700 14px/18px "Merriweather";
	text-transform: uppercase;
}

.widget .woocommerce-mini-cart__total{
	color: #a6a6a6;
	display: flex;
	font-weight: 900;
	justify-content: space-between;
	margin: 9px 0 25px;
	text-transform: uppercase;
}

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

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

.widget_popular_entries.widget_top_rated_products li{
	border: 0;
	padding: 6px 0;
}

.widget_popular_entries.widget_top_rated_products .woocommerce-Price-amount.amount{
	color: #787878;
	font: bold 12px/1em "Open Sans";
}

.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 li .product_details,
.product_list_widget li .product_details{
	padding-top: .5em;
}

.widget_recent_reviews img,
.product_list_widget img{
	border: 0;
	border-radius: 3px;
	display: block;
	float: left;
	margin-right: 20px;
	max-width: 70px !important;
}

.widget_rating_filter{
	text-align: right;
}

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

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

.single_product_social_icons{
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
}

.single_product_social_icons .social-icons{
	font-weight: 400;
	margin-left: .3em;
	text-transform: none;
}

.single_product_social_icons .social-icons a{
	margin: 0 .8em;
}

.single_product_social_icons .social-icons a:before{
	font-size: 11px;
}

.yith-wcwl-add-button.show{
	font-size: 12px;
	font-weight: 600;
	position: relative;
	text-transform: uppercase;
}

.yith-wcwl-add-button.show a{
	color: #787878;
}

.yith-wcwl-add-button.show a:hover{
	color: var(--colorMain);
}

.yith-wcwl-add-button.show:before{
	color: var(--colorMain);
	content: "";
	font-family: FontAwesome;
	margin-right: .5em;
}

.woocommerce-cart-form{
	overflow-y: scroll;
}

@media only screen and (max-width: 991px) {
	.woocommerce-additional-fields{
		margin-bottom: 2em;
		margin-top: 2em;
	}

	.checkout.woocommerce-checkout .col2-set [class*=col-]{
		padding-left: 0;
		padding-right: 0;
	}
}