
.jet-woo-products--preset-2 .jet-woo-product-button {
	text-align: center;
}

.jet-woo-products--preset-2 .jet-woo-products__item .hovered-content {
	position: absolute;
	bottom: 0;
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
	padding: 5px;
	width: 100%;
}

.jet-woo-products--preset-3 .jet-woo-products__item .jet-woo-products__item-content {
	position: relative;
	overflow: hidden;
}

.jet-woo-products--preset-4 .jet-woo-products__item .jet-woo-products__item-content {
	position: relative;
}

.jet-woo-products--preset-5 .jet-woo-products__item {
	position: relative;
}

.jet-woo-products--preset-5 .jet-woo-products__item .hovered-content {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	opacity: 0;
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
}

.jet-woo-products--preset-5 .jet-woo-products__item:hover .hovered-content {
	opacity: 1;
}

.jet-woo-products .jet-woo-products__inner-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}

.jet-woo-products .jet-woo-products__thumb-wrap {
	position: relative;
}

.jet-woo-products .jet-woo-product-thumbnail {
	position: relative;
	font-size: 0;
	text-align: center;
	overflow: hidden;
}

.jet-woo-products .jet-woo-product-badges {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
}

.jet-woo-products .jet-woo-product-badge {
	font-size: 12px;
	line-height: 1;
	padding: 5px;
}

.jet-woo-products .jet-woo-product-badge__sale {
	background-color: #fd6d75;
}

.jet-woo-products .jet-woo-product-price ins {
	border: none;
	font-style: normal;
}

.jet-woo-products .jet-woo-product-title {
	font-size: 24px;
}

.jet-woo-products .jet-woo-product-rating {
	margin-top: 15px;
}

.jet-woo-products .jet-woo-product-categories {
	margin-top: 15px;
}

.jet-woo-products .jet-woo-product-button {
	margin: 10px 0 10px 0;
}

.jet-woo-products .jet-woo-product-button.is--default .ajax_add_to_cart.loading {
	position: relative;
	opacity: .25;
	padding-right: 30px !important;
}

.jet-woo-products .jet-woo-product-button.is--default .ajax_add_to_cart.loading::after {
	font-family: "WooCommerce";
	content: "";
	vertical-align: top;
	font-weight: 400;
	position: absolute;
	top: 50%;
	right: 9px;
	margin-top: -9px;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
	line-height: 1;
	font-size: 16px;
}

.jet-woo-products .jet-woo-product-button.is--default .ajax_add_to_cart.added::after {
	font-family: "WooCommerce";
	content: "";
	margin-left: 10px;
	font-weight: 400;
}

.jet-woo-products .jet-woo-product-tags ul, .jet-woo-products .jet-woo-product-categories ul {
	margin: 0;
}

.jet-woo-products .jet-woo-product-tags ul>li, .jet-woo-products .jet-woo-product-categories ul>li {
	list-style: none;
	display: inline-block;
}

.jet-woo-products .jet-woo-product-img-overlay {
	pointer-events: none;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
}

.jet-woo-products.jet-equal-cols .jet-woo-products__item {
	height: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.jet-woo-products.jet-equal-cols .jet-woo-products__item .jet-woo-products__inner-content {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.jet-woo-products .added_to_cart.wc-forward {
	display: none !important;
}

.jet-woo-product-thumbnail img {
	width: 100%;
}

@media (min-width: 1024px) {
	.jet-woo-products--preset-2 .jet-woo-products__item .hovered-content {
		visibility: hidden;
		opacity: 0;
	}
	
	.jet-woo-products--preset-2 .jet-woo-products__item:hover .hovered-content {
		visibility: visible;
		opacity: 1;
	}
	
	.jet-woo-products--preset-3 .jet-woo-products__item .jet-woo-product-tags, .jet-woo-products--preset-3 .jet-woo-products__item .jet-woo-product-rating, .jet-woo-products--preset-3 .jet-woo-products__item .jet-woo-product-excerpt, .jet-woo-products--preset-3 .jet-woo-products__item .jet-woo-product-price, .jet-woo-products--preset-3 .jet-woo-products__item .jet-woo-product-title, .jet-woo-products--preset-3 .jet-woo-products__item .jet-woo-product-categories {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
	
	.jet-woo-products--preset-3 .jet-woo-products__item .jet-woo-product-categories {
		-webkit-transition: .2s all ease;
		-o-transition: .2s all ease;
		transition: .2s all ease;
	}
	
	.jet-woo-products--preset-3 .jet-woo-products__item .jet-woo-product-title {
		-webkit-transition: .2s all ease;
		-o-transition: .2s all ease;
		transition: .2s all ease;
		-webkit-transition-delay: .08s;
		-o-transition-delay: .08s;
		transition-delay: .08s;
	}
	
	.jet-woo-products--preset-3 .jet-woo-products__item .jet-woo-product-price {
		-webkit-transition: .2s all ease;
		-o-transition: .2s all ease;
		transition: .2s all ease;
		-webkit-transition-delay: .1s;
		-o-transition-delay: .1s;
		transition-delay: .1s;
	}
	
	.jet-woo-products--preset-3 .jet-woo-products__item .jet-woo-product-excerpt {
		-webkit-transition: .2s all ease;
		-o-transition: .2s all ease;
		transition: .2s all ease;
		-webkit-transition-delay: .12s;
		-o-transition-delay: .12s;
		transition-delay: .12s;
	}
	
	.jet-woo-products--preset-3 .jet-woo-products__item .jet-woo-product-rating {
		-webkit-transition: .2s all ease;
		-o-transition: .2s all ease;
		transition: .2s all ease;
		-webkit-transition-delay: .16s;
		-o-transition-delay: .16s;
		transition-delay: .16s;
	}
	
	.jet-woo-products--preset-3 .jet-woo-products__item .jet-woo-product-tags {
		-webkit-transition: .2s all ease;
		-o-transition: .2s all ease;
		transition: .2s all ease;
		-webkit-transition-delay: .2s;
		-o-transition-delay: .2s;
		transition-delay: .2s;
	}
	
	.jet-woo-products--preset-3 .jet-woo-products__item .hovered-content {
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		width: 100%;
		visibility: hidden;
		opacity: 0;
		-webkit-transition: .3s all ease;
		-o-transition: .3s all ease;
		transition: .3s all ease;
		-webkit-transition-delay: 0s;
		-o-transition-delay: 0s;
		transition-delay: 0s;
	}
	
	.jet-woo-products--preset-3 .jet-woo-products__item:hover .jet-woo-product-price, .jet-woo-products--preset-3 .jet-woo-products__item:hover .jet-woo-product-title, .jet-woo-products--preset-3 .jet-woo-products__item:hover .jet-woo-product-tags, .jet-woo-products--preset-3 .jet-woo-products__item:hover .jet-woo-product-rating, .jet-woo-products--preset-3 .jet-woo-products__item:hover .jet-woo-product-excerpt, .jet-woo-products--preset-3 .jet-woo-products__item:hover .jet-woo-product-categories {
		-webkit-transform: translateY(-20px);
		-ms-transform: translateY(-20px);
		transform: translateY(-20px);
		opacity: 0;
		visibility: hidden;
	}
	
	.jet-woo-products--preset-3 .jet-woo-products__item:hover .hovered-content {
		opacity: 1;
		visibility: visible;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		-webkit-transition-delay: .3s;
		-o-transition-delay: .3s;
		transition-delay: .3s;
	}
	
	.jet-woo-products--preset-4 .jet-woo-products__item .jet-woo-product-excerpt, .jet-woo-products--preset-4 .jet-woo-products__item .jet-woo-product-button, .jet-woo-products--preset-4 .jet-woo-products__item .jet-woo-product-rating, .jet-woo-products--preset-4 .jet-woo-products__item .jet-woo-product-tags {
		-webkit-transform: translateY(50px);
		-ms-transform: translateY(50px);
		transform: translateY(50px);
	}
	
	.jet-woo-products--preset-4 .jet-woo-products__item .jet-woo-product-excerpt {
		-webkit-transition: .3s all ease;
		-o-transition: .3s all ease;
		transition: .3s all ease;
		-webkit-transition-delay: .1s;
		-o-transition-delay: .1s;
		transition-delay: .1s;
	}
	
	.jet-woo-products--preset-4 .jet-woo-products__item .jet-woo-product-button {
		-webkit-transition: .3s all ease;
		-o-transition: .3s all ease;
		transition: .3s all ease;
		-webkit-transition-delay: .15s;
		-o-transition-delay: .15s;
		transition-delay: .15s;
	}
	
	.jet-woo-products--preset-4 .jet-woo-products__item .jet-woo-product-rating {
		-webkit-transition: .3s all ease;
		-o-transition: .3s all ease;
		transition: .3s all ease;
		-webkit-transition-delay: .2s;
		-o-transition-delay: .2s;
		transition-delay: .2s;
	}
	
	.jet-woo-products--preset-4 .jet-woo-products__item .jet-woo-product-tags {
		-webkit-transition: .3s all ease;
		-o-transition: .3s all ease;
		transition: .3s all ease;
		-webkit-transition-delay: .25s;
		-o-transition-delay: .25s;
		transition-delay: .25s;
	}
	
	.jet-woo-products--preset-4 .jet-woo-products__item .hovered-content {
		opacity: 0;
		visibility: hidden;
		-webkit-transition: .3s all ease;
		-o-transition: .3s all ease;
		transition: .3s all ease;
	}
	
	.jet-woo-products--preset-4 .jet-woo-products__item:hover .hovered-content {
		opacity: 1;
		visibility: visible;
	}
	
	.jet-woo-products--preset-4 .jet-woo-products__item:hover .hovered-content .jet-woo-product-tags, .jet-woo-products--preset-4 .jet-woo-products__item:hover .hovered-content .jet-woo-product-rating, .jet-woo-products--preset-4 .jet-woo-products__item:hover .hovered-content .jet-woo-product-excerpt, .jet-woo-products--preset-4 .jet-woo-products__item:hover .hovered-content .jet-woo-product-button {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	
	.jet-woo-products--preset-5 .jet-woo-products__item {
		position: relative;
	}
	
	.jet-woo-products--preset-5 .jet-woo-products__item .hovered-content {
		visibility: hidden;
	}
	
	.jet-woo-products--preset-5 .jet-woo-products__item:hover .hovered-content {
		visibility: visible;
	}
}

.jet-woo-categories .jet-woo-category-count__wrap {
	display: block;
	width: 100%;
}

.jet-woo-categories .jet-woo-category-count__wrap .jet-woo-category-count {
	display: inline-block;
}

.jet-woo-categories--preset-1 .jet-woo-categories-thumbnail__wrap {
	position: relative;
}

.jet-woo-categories--preset-1 .jet-woo-categories-thumbnail__wrap .jet-woo-category-count__wrap {
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	pointer-events: none;
}

.jet-woo-categories--preset-2 .jet-woo-categories-content {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	display: block;
	max-width: 100%;
	padding: 10px 50px;
	pointer-events: none;
}

.jet-woo-categories--preset-2 .jet-woo-category-count {
	opacity: 0;
}

.jet-woo-categories--preset-2 .jet-woo-categories__item:hover .jet-woo-category-count {
	opacity: 1;
}

.jet-woo-categories--preset-3 .jet-woo-categories__item .jet-woo-categories-title__wrap>* {
	display: inline-block;
}

.jet-woo-categories--preset-3 .jet-woo-categories__item .jet-woo-categories-content {
	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	max-width: 100%;
	padding: 10px 50px;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	pointer-events: none;
}

.jet-woo-categories--preset-3 .jet-woo-categories__item .jet-woo-categories-content .jet-woo-category-excerpt {
	max-height: 0;
	overflow: hidden;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.jet-woo-categories--preset-3 .jet-woo-categories__item:hover .jet-woo-categories-content .jet-woo-category-excerpt {
	max-height: 500px;
}

.jet-woo-categories--preset-3 .jet-woo-categories__item:hover .jet-woo-categories-content {
	bottom: 50%;
	-webkit-transform: translateY(50%);
	-ms-transform: translateY(50%);
	transform: translateY(50%);
}

.jet-woo-categories--preset-4 .jet-woo-categories__item .jet-woo-categories-title__wrap>* {
	display: inline-block;
}

.jet-woo-categories--preset-4 .jet-woo-categories__item .jet-woo-categories-content {
	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	max-width: 100%;
	padding: 10px 50px;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	pointer-events: none;
}

.jet-woo-categories--preset-4 .jet-woo-categories__item .jet-woo-categories-content .jet-woo-category-excerpt {
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.jet-woo-categories--preset-5 .jet-woo-categories-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.jet-woo-categories--preset-5 .jet-woo-categories-content .jet-woo-category-content__inner {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
}

.jet-woo-categories--preset-5 .jet-woo-categories-content .jet-woo-category-count__wrap {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: auto;
}

.jet-woo-categories .jet-woo-categories__inner-box {
	position: relative;
	overflow: hidden;
}

.jet-woo-categories .jet-woo-category-thumbnail {
	overflow: hidden;
	text-align: center;
	font-size: 0;
}

.jet-woo-categories .jet-woo-category-title {
	font-size: 18px;
	margin-top: 5px;
	margin-bottom: 10px;
}

.jet-woo-categories .jet-woo-category-count {
	-webkit-transition: .2s all ease;
	-o-transition: .2s all ease;
	transition: .2s all ease;
}

.jet-woo-categories .jet-woo-category-excerpt {
	padding: 0 10px;
}

.jet-woo-categories .jet-woo-category-img-overlay__hover, .jet-woo-categories .jet-woo-category-img-overlay {
	pointer-events: none;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

.jet-woo-categories .jet-woo-categories__item .jet-woo-category-img-overlay__hover {
	opacity: 0;
}

.jet-woo-categories .jet-woo-categories__item:hover .jet-woo-category-img-overlay {
	opacity: 0;
}

.jet-woo-categories .jet-woo-categories__item:hover .jet-woo-category-img-overlay__hover {
	opacity: 1;
}

.jet-woo-categories.jet-equal-cols .jet-woo-categories__item {
	height: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.jet-woo-categories.jet-equal-cols .jet-woo-categories__item .jet-woo-categories__inner-box {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.jet-woo-category-thumbnail img {
	width: 100%;
}

.jet-woo-products-list {
	list-style: none;
	margin: 0;
}

.jet-woo-products-list .jet-woo-product-title {
	font-size: 18px;
}

.jet-woo-products-list .jet-woo-product-rating {
	margin: 5px 0 5px 0;
}

.jet-woo-products-list .jet-woo-products-list__item {
	overflow: hidden;
}

.jet-woo-products-list .jet-woo-product-price ins {
	border: none;
	font-style: normal;
}

.jet-woo-products-list .jet-woo-products-list__item-img {
	overflow: hidden;
}

.jet-woo-products-list .jet-woo-product-thumbnail {
	font-size: 0;
}

.jet-woo-products-list .jet-woo-product-thumbnail img {
	width: 100%;
}

.jet-woo-products-list .jet-woo-product-button .button {
	margin: 10px 0 10px 0;
}

.jet-woo-products-list .jet-woo-product-button.is--default .ajax_add_to_cart.loading {
	position: relative;
	opacity: .25;
	padding-right: 30px !important;
}

.jet-woo-products-list .jet-woo-product-button.is--default .ajax_add_to_cart.loading::after {
	font-family: "WooCommerce";
	content: "";
	vertical-align: top;
	font-weight: 400;
	position: absolute;
	top: 50%;
	right: 9px;
	margin-top: -9px;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
	font-size: 16px;
	line-height: 1;
}

.jet-woo-products-list .jet-woo-product-button.is--default .ajax_add_to_cart.added::after {
	font-family: "WooCommerce";
	content: "";
	margin-left: 10px;
	font-weight: 400;
}

.jet-woo-products-list .jet-woo-products-list__inner-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.jet-woo-products-list .jet-woo-product-categories ul {
	margin: 0;
}

.jet-woo-products-list .jet-woo-product-categories ul>li {
	list-style: none;
	display: inline-block;
}

.jet-woo-products-list.products-layout-left .jet-woo-products-list__inner-box {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.jet-woo-products-list.products-layout-right .jet-woo-products-list__inner-box {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.jet-woo-products-list.products-layout-top .jet-woo-products-list__inner-box {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.jet-woo-products-list .added_to_cart.wc-forward {
	display: none !important;
}

.jet-woo-products-list__item-content {
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.jet-woo-product-thumbs {
	position: relative;
	overflow: hidden;
}

.jet-woo-product-thumbs img {
	-webkit-transition: all 400ms linear;
	-o-transition: all 400ms linear;
	transition: all 400ms linear;
}

.jet-woo-product-thumbs.effect-slide-bottom, .jet-woo-product-thumbs.effect-slide-top, .jet-woo-product-thumbs.effect-slide-right, .jet-woo-product-thumbs.effect-slide-left {
	overflow: hidden;
}

.jet-woo-product-thumbs.effect-slide-bottom img+img, .jet-woo-product-thumbs.effect-slide-top img+img, .jet-woo-product-thumbs.effect-slide-right img+img, .jet-woo-product-thumbs.effect-slide-left img+img {
	position: absolute;
	will-change: transform;
}

.jet-woo-product-thumbs.effect-slide-left img+img {
	top: 0;
	right: 100%;
}

.jet-woo-product-thumbs.effect-slide-right img+img {
	top: 0;
	left: 100%;
}

.jet-woo-product-thumbs.effect-slide-top img+img {
	bottom: 100%;
	right: 0;
}

.jet-woo-product-thumbs.effect-slide-bottom img+img {
	top: 100%;
	right: 0;
}

.jet-woo-thumb-with-effect:hover .jet-woo-product-thumbs.effect-slide-left img {
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
}

.jet-woo-thumb-with-effect:hover .jet-woo-product-thumbs.effect-slide-right img {
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
}

.jet-woo-thumb-with-effect:hover .jet-woo-product-thumbs.effect-slide-top img {
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
}

.jet-woo-thumb-with-effect:hover .jet-woo-product-thumbs.effect-slide-bottom img {
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}

.jet-woo-product-thumbs.effect-fade img {
	position: relative;
	opacity: 1;
}

.jet-woo-product-thumbs.effect-fade img+img {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

.jet-woo-thumb-with-effect:hover .jet-woo-product-thumbs.effect-fade img {
	opacity: 0;
	will-change: opacity;
}

.jet-woo-thumb-with-effect:hover .jet-woo-product-thumbs.effect-fade img+img {
	opacity: 1;
}

.jet-woo-product-thumbs.effect-fade-with-zoom img {
	position: relative;
	opacity: 1;
	-webkit-transition: all .6s ease;
	-o-transition: all .6s ease;
	transition: all .6s ease;
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	will-change: opacity;
}

.jet-woo-product-thumbs.effect-fade-with-zoom img+img {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.jet-woo-thumb-with-effect:hover .jet-woo-product-thumbs.effect-fade-with-zoom img {
	opacity: 0;
	will-change: opacity;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.jet-woo-thumb-with-effect:hover .jet-woo-product-thumbs.effect-fade-with-zoom img+img {
	opacity: 1;
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.jet-woo-carousel .slick-slider {
	position: relative;
	display: block;
}

.jet-woo-carousel .slick-list {
	position: relative;
	overflow: hidden;
}

.jet-woo-carousel .slick-track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.jet-woo-carousel .slick-track .slick-slide {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.jet-woo-carousel .jet-arrow {
	position: absolute;
	top: 50%;
	left: 0;
	width: 50px;
	height: 50px;
	line-height: 1;
	font-size: 30px;
	color: #fff;
	background-color: #111;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
	z-index: 999;
}

.jet-woo-carousel .jet-arrow.next-arrow {
	left: auto;
	right: 0;
}

.jet-woo-carousel .jet-slick-dots {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	margin: 10px 0;
	padding: 0;
}

.jet-woo-carousel .jet-slick-dots li {
	width: 12px;
	height: 12px;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	text-indent: -50px;
	overflow: hidden;
	cursor: pointer;
	background: #eee;
	margin: 3px;
}

.jet-woo-carousel .jet-slick-dots li:hover, .jet-woo-carousel .jet-slick-dots li.slick-active {
	background: #111;
}

.col-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
}

.col-row.disable-cols-gap>div[class*="item"] {
	padding-left: 0;
	padding-right: 0;
}

.col-row.disable-rows-gap>div[class*="item"] {
	padding-top: 0;
	padding-bottom: 0;
}

.col-row .jet-woo-categories__item, .col-row .jet-woo-products__item {
	position: relative;
	min-height: 1px;
	padding: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	max-width: calc(100% / var(--columns));
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc(100% / var(--columns));
	flex: 0 0 calc(100% / var(--columns));
}

.jet-woo-product-rating .star {
	max-width: 17px;
}

.elementor .jet-woo-product-title a {
	text-decoration: inherit;
}

.product-rating__stars {
	overflow: hidden;
	position: relative;
	height: 1em;
	line-height: 1;
	font-size: 1em;
	width: 5.4em;
	font-family: "star";
	display: inline-block;
}

.product-rating__stars::before {
	content: "sssss";
	color: #e7e8e8;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
}

.product-rating__stars span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 1.5em;
	color: #fdbc32;
}

.product-rating__stars span::before {
	content: "SSSSS";
	top: 0;
	position: absolute;
	left: 0;
}
