.bbp-breadcrumb, .breadcrumbs, .woocommerce-breadcrumb {
	list-style: none;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	color: var(--et_main-color);
}

.bbp-breadcrumb a, .breadcrumbs a, .woocommerce-breadcrumb a {
	padding: 0 1px;
}

.bbp-breadcrumb a, .bbp-breadcrumb a:hover, .breadcrumbs a, .breadcrumbs a:hover, .woocommerce-breadcrumb a, .woocommerce-breadcrumb a:hover {
	color: var(--et_main-color);
}

.bbp-breadcrumb a:hover, .breadcrumbs a:hover, .woocommerce-breadcrumb a:hover {
	opacity: var(--page-heading-link-opacity-hover, .7);
}

.bbp-breadcrumb .delimeter, .bbp-breadcrumb a, .breadcrumbs .delimeter, .breadcrumbs a, .woocommerce-breadcrumb .delimeter, .woocommerce-breadcrumb a {
	display: inline-block;
}

.bbp-breadcrumb, .breadcrumbs, .page-heading .title, .woocommerce-breadcrumb {
	text-transform: capitalize;
}

#breadcrumb a:last-of-type:not(:only-of-type)+.delimeter, .bbp-breadcrumb a:last-of-type:not(:only-of-type)+.bbp-breadcrumb-sep {
	font-size: 0 !important;
}

.archive.category .page-heading.bc-type-left2 .breadcrumbs a:last-of-type:not(:only-of-type)+.delimeter, body .page-heading .delimeter+.delimeter {
	display: none;
}

.page-heading {
	padding: .85em;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center center;
}

.page-heading .title {
	font-weight: inherit;
	letter-spacing: inherit;
}

.page-heading .bbp-breadcrumb-current, .page-heading .title {
	margin-bottom: 0;
	word-wrap: break-word;
}

.page-heading+.page-heading {
	display: none !important;
}

.bc-type-left2 .a-center {
	text-align: start;
}

.bc-type-left2 .title {
	display: inline-block;
	font-family: inherit;
	font-size: 100%;
}

.bc-type-default, .bc-type-left {
	padding: 1.7em 0;
}

.bc-type-default .bbp-breadcrumb-current, .bc-type-default .title, .bc-type-left .bbp-breadcrumb-current, .bc-type-left .title {
	font-size: 170%;
	text-transform: uppercase;
}

.bc-type-default .span-title, .bc-type-default .span-title+.delimeter, .bc-type-left .span-title, .bc-type-left .span-title+.delimeter {
	display: none;
}

.back-history:before, .page-heading .bbp-breadcrumb-sep, .page-heading .delimeter, .page-heading .title:before {
	font-size: .57em;
}

.archive.category .page-heading .delimeter, .error404 .page-heading .delimeter, .page-heading.bc-type-left2 .bbp-breadcrumb-sep, .page-heading.bc-type-left2 .delimeter {
	font-size: .57em !important;
}

.woocommerce-page.et_paged .page-heading.bc-type-left2 .title, [class*=paged-].woocommerce-page .page-heading.bc-type-left2 .title {
	font-size: 0;
}

.span-title:last-of-type {
	color: var(--et_dark-2-white);
}

a.back-history:focus, a.back-history:hover {
	text-decoration: none;
}

@media only screen and (max-width:1200px) {
	.back-history {
		display: none !important;
	}
}

@media only screen and (max-width:992px) {
	.page-heading {
		padding-left: 0;
		padding-right: 0;
	}
}

@media only screen and (max-width:480px) {
	.page-heading.bc-type-left2 {
		padding-top: 15px;
		padding-bottom: 15px;
	}
}

.bc-type-left2 .bbp-breadcrumb, .bc-type-left2 .breadcrumbs, .bc-type-left2 .woocommerce-breadcrumb {
	display: inline-block;
	width: auto;
	margin-right: calc(.57em / 2);
}

a.back-history {
	position: absolute;
	right: 15px;
	top: 0;
	padding: 0;
}

a.back-history:before {
	content: "";
	font-family: xstore-icons;
	position: absolute;
	left: -2px;
	top: 50%;
	-webkit-transform: translate(-100%, -50%);
	transform: translate(-100%, -50%);
}

.category-description, .page-description, .term-description {
	margin-bottom: 12px;
}

.cart ins, .price ins {
	padding-left: 3px;
	text-decoration: none;
}

.cart ins .amount, .price ins .amount, .product-price ins .amount {
	color: var(--et_active-color);
}

#yith-wcwl-popup-message {
	display: none !important;
}

.xstore-compare[data-action=remove] .et-icon, .xstore-wishlist[data-action=remove] .et-icon {
	color: var(--et_active-color);
}

.xstore-compare .et-icon svg, .xstore-wishlist .et-icon svg {
	width: 1em;
	height: 1em;
}

@-webkit-keyframes xstore-wishlist-animation-heart1 {
	0% {
		opacity: 1;
	}
	
	80% {
		opacity: 1;
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translate(-40%, -400%);
		transform: translate(-40%, -400%);
	}
}

@keyframes xstore-wishlist-animation-heart1 {
	0% {
		opacity: 1;
	}
	
	80% {
		opacity: 1;
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translate(-40%, -400%);
		transform: translate(-40%, -400%);
	}
}

@-webkit-keyframes xstore-wishlist-animation-heart2 {
	0% {
		opacity: 1;
	}
	
	80% {
		opacity: 1;
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translate(-160%, -350%) rotate(-45deg);
		transform: translate(-160%, -350%) rotate(-45deg);
	}
}

@keyframes xstore-wishlist-animation-heart2 {
	0% {
		opacity: 1;
	}
	
	80% {
		opacity: 1;
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translate(-160%, -350%) rotate(-45deg);
		transform: translate(-160%, -350%) rotate(-45deg);
	}
}

@-webkit-keyframes xstore-wishlist-animation-heart3 {
	0% {
		opacity: 1;
	}
	
	80% {
		opacity: 1;
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translate(150%, -330%) rotate(30deg);
		transform: translate(150%, -330%) rotate(30deg);
	}
}

@keyframes xstore-wishlist-animation-heart3 {
	0% {
		opacity: 1;
	}
	
	80% {
		opacity: 1;
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translate(150%, -330%) rotate(30deg);
		transform: translate(150%, -330%) rotate(30deg);
	}
}

@-webkit-keyframes xstore-wishlist-animation-heart4 {
	0% {
		opacity: 1;
	}
	
	80% {
		opacity: 1;
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translate(50%, -300%) rotate(20deg);
		transform: translate(50%, -300%) rotate(20deg);
	}
}

@keyframes xstore-wishlist-animation-heart4 {
	0% {
		opacity: 1;
	}
	
	80% {
		opacity: 1;
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translate(50%, -300%) rotate(20deg);
		transform: translate(50%, -300%) rotate(20deg);
	}
}

.quantity-wrapper.size-sm svg, .quantity:has(.quantity-wrapper.size-sm) svg {
	width: 1em;
	height: 1em;
}

.quantity-wrapper.size-sm.type-circle svg, .quantity:has(.quantity-wrapper.size-sm.type-circle) svg {
	width: .7em;
	height: .7em;
}

.after-shop-loop {
	position: relative;
}

@media only screen and (max-width:992px) {
	.products-grid.row-count-1 .product {
		width: 100%;
	}
	
	.products-grid .product-category.columns-5 {
		width: 50%;
	}
}

@media only screen and (min-width:993px) {
	.row-count-2 .product {
		width: 50%;
		text-align: center;
	}
	
	.row-count-5 .product {
		width: 20%;
	}
	
	.row-count-6 .product {
		width: 16.66666667%;
	}
	
	.row-count-2 .product:nth-child(2n+1), .row-count-3 .product:nth-child(3n+1), .sidebar-position-without .row-count-3 .product:nth-child(3n+1) {
		clear: both;
	}
	
	.row-count-2.products-grid .product-category {
		width: 50% !important;
	}
	
	.row-count-2 .product:nth-child(2n+1), .row-count-3 .product:nth-child(3n+1), .row-count-4 .product:nth-child(4n+1), .row-count-5 .product:nth-child(5n+1), .row-count-6 .product:nth-child(6n+1), .sidebar-position-without .row-count-3 .product:nth-child(3n+1), .sidebar-position-without .row-count-4 .product:nth-child(4n+1) {
		clear: both;
	}
	
	.row-count-6 .product:nth-child(6n+1), .sidebar-position-without .row-count-5 .product:nth-child(5n+1) {
		clear: both !important;
	}
	
	.row-count-6 .product:nth-child(5n+1) {
		clear: none;
	}
}

@media only screen and (min-width:768px) and (max-width:992px) {
	.row-count-2 .product:nth-child(2n+1), .row-count-3 .product.product-category:nth-child(3n+1), .row-count-3 .product:nth-child(2n+1), .row-count-4 .product.product-category:nth-child(4n+1), .row-count-4 .product:nth-child(2n+1), .row-count-5 .product:nth-child(2n+1), .row-count-6 .product:nth-child(2n+1) {
		clear: both !important;
	}
	
	.row-count-3 .product-category:nth-child(2n+1), .row-count-4 .product-category:nth-child(2n+1), .row-count-6 .product-category:nth-child(3n+1) {
		clear: none !important;
	}
	
	.products-grid.row-count-6 .product {
		width: 50%;
	}
	
	.row-count-2.products-grid .product-category {
		width: 50% !important;
	}
}

@media only screen and (max-width:767px) {
	.row-count-2 .product:nth-child(2n+1), .row-count-3 .product:nth-child(2n+1), .row-count-4 .product:nth-child(2n+1), .row-count-5 .product:nth-child(2n+1), .row-count-6 .product:nth-child(2n+1) {
		clear: both !important;
	}
	
	.row-count-2.products-grid .product-category {
		width: 50% !important;
	}
	
	.products-grid .product {
		width: 50%;
	}
	
	.products-grid .product-view-info .footer-product, .products-grid .product-view-mask .footer-product {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	
	.products-grid .product-view-info .footer-product .by-vendor-name-link, .products-grid .product-view-info .footer-product .et-wishlist-holder, .products-grid .product-view-info .footer-product .pre_order_loop, .products-grid .product-view-info .footer-product .show-quickly, .products-grid .product-view-info .footer-product .wcmp_add_to_cart_message, .products-grid .product-view-info .footer-product .xstore-compare, .products-grid .product-view-info .footer-product .xstore-wishlist, .products-grid .product-view-mask .footer-product .by-vendor-name-link, .products-grid .product-view-mask .footer-product .et-wishlist-holder, .products-grid .product-view-mask .footer-product .pre_order_loop, .products-grid .product-view-mask .footer-product .show-quickly, .products-grid .product-view-mask .footer-product .wcmp_add_to_cart_message, .products-grid .product-view-mask .footer-product .xstore-compare, .products-grid .product-view-mask .footer-product .xstore-wishlist {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		position: relative;
		border: none;
	}
	
	.products-grid .product-view-info .footer-product .by-vendor-name-link:after, .products-grid .product-view-info .footer-product .et-wishlist-holder:after, .products-grid .product-view-info .footer-product .pre_order_loop:after, .products-grid .product-view-info .footer-product .show-quickly:after, .products-grid .product-view-info .footer-product .wcmp_add_to_cart_message:after, .products-grid .product-view-info .footer-product .xstore-compare:after, .products-grid .product-view-info .footer-product .xstore-wishlist:after, .products-grid .product-view-mask .footer-product .by-vendor-name-link:after, .products-grid .product-view-mask .footer-product .et-wishlist-holder:after, .products-grid .product-view-mask .footer-product .pre_order_loop:after, .products-grid .product-view-mask .footer-product .show-quickly:after, .products-grid .product-view-mask .footer-product .wcmp_add_to_cart_message:after, .products-grid .product-view-mask .footer-product .xstore-compare:after, .products-grid .product-view-mask .footer-product .xstore-wishlist:after {
		content: "";
	}
}

@media only screen and (max-width:480px) {
	.products-grid .product {
		width: 50%;
	}
	
	.products-grid .product-category {
		width: 50% !important;
		margin-bottom: 15px !important;
	}
	
	.products-grid .product-category:nth-child(even) {
		padding-left: 7.5px;
	}
	
	.products-grid .product-category:nth-child(odd) {
		padding-right: 7.5px;
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.product-grid .product-category.columns-5, .product-grid.row-count-5 .product {
		width: 20%;
	}
}

@media only screen and (min-width:993px) {
	.row-count-1 .product {
		width: 100%;
		text-align: center;
	}
	
	.row-count-6 .footer-product, .row-count-6 .product-view-info .product-mask, .sidebar-enabled .row-count-5 .footer-product, .sidebar-enabled .row-count-5 .product-view-info .product-mask {
		left: .75rem;
		right: .75rem;
		bottom: .75rem;
	}
	
	.row-count-6 .footer-product, .sidebar-enabled .row-count-5 .footer-product {
		height: 2rem;
	}
	
	.row-count-6 .product-view-info .content-product:hover .product-mask, .sidebar-enabled .row-count-5 .product-view-info .content-product:hover .product-mask {
		-webkit-transform: translateY(-2rem);
		transform: translateY(-2rem);
	}
	
	.row-count-6.products-grid .product-view-mask2 .footer-product, .sidebar-enabled .row-count-5.products-grid .product-view-mask2 .footer-product {
		width: 35px;
		left: auto;
	}
	
	.row-count-6.products-grid .product-view-mask2 .footer-product .button, .row-count-6.products-grid .product-view-mask2 .footer-product .et-wishlist-holder, .row-count-6.products-grid .product-view-mask2 .footer-product .show-quickly, .sidebar-enabled .row-count-5.products-grid .product-view-mask2 .footer-product .button, .sidebar-enabled .row-count-5.products-grid .product-view-mask2 .footer-product .et-wishlist-holder, .sidebar-enabled .row-count-5.products-grid .product-view-mask2 .footer-product .show-quickly {
		height: 35px;
	}
	
	.row-count-6.products-grid .product-view-mask3 .footer-product .button, .row-count-6.products-grid .product-view-mask3 .footer-product>*, .sidebar-enabled .row-count-5.products-grid .product-view-mask3 .footer-product .button, .sidebar-enabled .row-count-5.products-grid .product-view-mask3 .footer-product>* {
		width: 30px;
		height: 30px;
	}
	
	.row-count-6.products-grid .content-product .show-quickly:before, .row-count-6.products-grid .footer-product .button:before, .row-count-6.products-grid .footer-product .compare:before, .row-count-6.products-grid .footer-product .yith-wcwl-add-button a:before, .row-count-6.products-grid .footer-product .yith-wcwl-add-to-wishlist .show a:before, .row-count-6.products-grid .footer-product .yith-wcwl-wishlistaddedbrowse a:before, .row-count-6.products-grid .footer-product .yith-wcwl-wishlistexistsbrowse a:before, .row-count-6.products-grid .product-view-light .yith-wcwl-add-button a:before, .row-count-6.products-grid .product-view-light .yith-wcwl-add-to-wishlist .show a:before, .row-count-6.products-grid .product-view-light .yith-wcwl-wishlistaddedbrowse a:before, .row-count-6.products-grid .product-view-light .yith-wcwl-wishlistexistsbrowse a:before, .sidebar-enabled .row-count-5.products-grid .content-product .show-quickly:before, .sidebar-enabled .row-count-5.products-grid .footer-product .button:before, .sidebar-enabled .row-count-5.products-grid .footer-product .compare:before, .sidebar-enabled .row-count-5.products-grid .footer-product .yith-wcwl-add-button a:before, .sidebar-enabled .row-count-5.products-grid .footer-product .yith-wcwl-add-to-wishlist .show a:before, .sidebar-enabled .row-count-5.products-grid .footer-product .yith-wcwl-wishlistaddedbrowse a:before, .sidebar-enabled .row-count-5.products-grid .footer-product .yith-wcwl-wishlistexistsbrowse a:before, .sidebar-enabled .row-count-5.products-grid .product-view-light .yith-wcwl-add-button a:before, .sidebar-enabled .row-count-5.products-grid .product-view-light .yith-wcwl-add-to-wishlist .show a:before, .sidebar-enabled .row-count-5.products-grid .product-view-light .yith-wcwl-wishlistaddedbrowse a:before, .sidebar-enabled .row-count-5.products-grid .product-view-light .yith-wcwl-wishlistexistsbrowse a:before {
		font-size: 12px;
	}
	
	.row-count-6 .category-grid .categories-mask, .sidebar-enabled .row-count-5 .category-grid .categories-mask {
		padding-left: 12px;
		padding-right: 12px;
	}
}

.content-product {
	margin-bottom: 30px;
	position: relative;
}

.content-product .product-title {
	font-size: calc(var(--product-title-size-proportion) * 1rem);
	line-height: var(--product-title-line-height);
	height: calc(var(--product-title-lines) * var(--product-title-line-height));
	overflow: hidden;
	display: inline-block;
	width: 100%;
}

.content-product .product-title a {
	line-height: inherit !important;
}

.content-product .button {
	height: auto;
	line-height: 1.2;
	padding-top: .91rem;
	padding-bottom: .91rem;
	border: none;
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	color: var(--et_btn-color);
	background-color: var(--et_btn-bg-color);
	border-color: var(--et_btn-br-color);
}

.content-product .button:hover {
	color: var(--et_btn-color-hover);
	background-color: var(--et_btn-bg-color-hover);
	border-color: var(--et_btn-br-color-hover);
}

.content-product .price, .content-product .products-page-brands, .content-product .products-page-brands a, .content-product .products-page-cats, .content-product .products-page-cats a {
	color: var(--et_main-color);
}

.content-product .product-content-image {
	text-align: center;
	display: block;
	min-height: 100px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.content-product .product-content-image img {
	display: inline-block;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
}

.content-product .product-image-wrapper {
	max-width: 100%;
	margin: 0 auto 15px;
	padding-bottom: 1px;
}

.content-product .product-image-wrapper:after, .content-product .product-image-wrapper:before {
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.content-product .images-slider-wrapper {
	position: relative;
}

.content-product .image-swap {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	opacity: 0;
	background: #fff;
	z-index: 2;
	width: 100%;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.content-product:hover .image-swap {
	display: block;
	opacity: 1;
}

.content-product .product-title a {
	display: block;
	width: 100%;
}

.content-product .price {
	width: 100%;
	margin-top: 1px;
	display: block;
}

.content-product .price ins {
	background-color: transparent;
}

.content-product .sku_wrapper {
	display: inline-block;
	width: 100%;
}

.product-image-wrapper {
	position: relative;
	overflow: hidden;
}

.et_cart-off.product-view-info .footer-product, .et_cart-off.product-view-mask .footer-product, .outofstock.product-view-info .footer-product, .outofstock.product-view-mask .footer-product {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.et_cart-off.product-view-info .footer-product .et-wishlist-holder, .et_cart-off.product-view-info .footer-product .show-quickly, .et_cart-off.product-view-info .footer-product .xstore-wishlist, .et_cart-off.product-view-mask .footer-product .et-wishlist-holder, .et_cart-off.product-view-mask .footer-product .show-quickly, .et_cart-off.product-view-mask .footer-product .xstore-wishlist, .outofstock.product-view-info .footer-product .et-wishlist-holder, .outofstock.product-view-info .footer-product .show-quickly, .outofstock.product-view-info .footer-product .xstore-wishlist, .outofstock.product-view-mask .footer-product .et-wishlist-holder, .outofstock.product-view-mask .footer-product .show-quickly, .outofstock.product-view-mask .footer-product .xstore-wishlist {
	position: relative;
	-webkit-transform: none;
	transform: none;
	width: auto;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.add_to_cart_button.loading svg, .show-quickly.loading svg, .single_add_to_cart_button.loading svg {
	fill: currentColor !important;
}

.product-stock {
	font-size: 1.14rem;
	color: var(--et_main-color);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	width: 100%;
	max-width: 400px;
	margin: 15px auto 25px;
	margin-bottom: 25px !important;
}

.product-stock+.et-timer {
	margin-top: 0 !important;
}

.et_product-block>.product-stock, .product-information .product-stock, form.cart .product-stock {
	max-width: unset;
}

.product-details {
	position: relative;
	padding-bottom: 12px;
}

.product-details>:not(a) {
	margin-bottom: 0;
	line-height: 1.5;
}

.product-details .compare, .product-details .xstore-compare {
	font-size: 1.14rem;
	padding-top: 0;
	padding-bottom: 0;
	margin-top: .79em;
}

.product-details .xstore-compare {
	position: relative;
	display: none;
}

.product-details .xstore-compare .et-icon {
	color: currentColor;
}

.product-details .price+.button, .product-details .star-rating+.button+.button, .products-list .wcpv-sold-by-loop+.button {
	margin-top: 15px;
}

.product-slide .content-product {
	margin-bottom: 0;
}

.product-fade {
	opacity: 0;
}

.product-faded {
	opacity: 1;
}

@media only screen and (max-width:768px) {
	.content-product .product-content-image img {
		width: 100%;
	}
	
	.hide-hover-on-mobile .footer-product, .hide-hover-on-mobile .hover-effect-slider .sm-arrow, .products-grid .hide-hover-on-mobile .light-right-side {
		display: none !important;
	}
}

.product-spacer {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	visibility: hidden;
	opacity: 0;
	background-color: var(--et_container-bg-color, #fff);
}

.product-fadeIn-area {
	position: absolute;
	top: 100%;
	right: 0;
	left: 0;
	visibility: hidden;
	opacity: 0;
	padding: 10px 5px;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

.product-has-fadeIn-content {
	-ms-flex-item-align: start;
	align-self: flex-start;
}

.product-has-fadeIn-content .product-details, .product-has-fadeIn-content .product-image-wrapper {
	z-index: 1;
}

.product-has-fadeIn-content:hover {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	overflow: visible !important;
	z-index: 4;
}

.product-has-fadeIn-content:hover .product-spacer {
	opacity: 1;
	visibility: visible;
}

.product-has-fadeIn-content:hover .product-fadeIn-area {
	opacity: 1;
	visibility: visible;
	z-index: 3;
}

.product-has-fadeIn-content .product-more-info-btn {
	margin-top: 12px;
}

.product-has-fadeIn-content .product-more-info-inner {
	position: relative;
	max-height: 20em;
	overflow: auto;
	-webkit-padding-end: 3px;
	padding-inline-end: 3px;
}

.category-grid {
	position: relative;
	margin-bottom: 30px;
}

.category-grid>a {
	overflow: hidden;
	display: inline-block;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 100%;
}

.category-grid .categories-mask {
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

.category-grid .categories-mask h4 {
	color: inherit;
	margin-bottom: .1em;
	font-size: 1rem;
}

.category-grid .categories-mask .count {
	display: inline-block;
	background-color: transparent;
	color: inherit;
	text-transform: none;
	text-decoration: none;
}

.category-grid img {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.category-grid .categories-mask {
	position: absolute;
	left: calc(1.45rem + 15px);
	right: calc(1.45rem + 15px);
	padding: 13px 22px 10px;
	color: #fff;
}

.category-grid .categories-mask .count, .category-grid .categories-mask sup {
	color: inherit;
	opacity: .7;
}

.category-grid .categories-mask a {
	display: block;
	color: currentColor;
}

.category-grid .category-bg {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
}

.category-grid.text-color-dark .categories-mask {
	color: var(--et_dark-color);
}

.category-grid.text-color-dark .count, .category-grid.text-color-dark sup {
	color: var(--et_main-color);
}

.category-grid.valign-center .categories-mask {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.category-grid.content-under .categories-mask {
	position: static;
	-webkit-transform: none;
	transform: none;
	width: 100%;
}

.categories-grid {
	position: relative;
}

.product-category {
	text-align: center;
}

.product-category.columns-5 {
	width: 20%;
}

.product-category.columns-5:nth-child(5n+1) {
	clear: both;
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.swiper-entry .category-grid.columns-4, .swiper-entry .category-grid.columns-5, .swiper-entry .category-grid.columns-6 {
		width: 33.33%;
	}
	
	.swiper-entry .category-grid.columns-4:nth-child(3n+1), .swiper-entry .category-grid.columns-5:nth-child(3n+1), .swiper-entry .category-grid.columns-6:nth-child(3n+1) {
		clear: both;
	}
	
	.swiper-entry .category-grid.columns-4:nth-child(4n+1), .swiper-entry .category-grid.columns-5:nth-child(4n+1), .swiper-entry .category-grid.columns-6:nth-child(4n+1) {
		clear: none;
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.swiper-entry .category-grid.columns-4, .swiper-entry .category-grid.columns-5, .swiper-entry .category-grid.columns-6 {
		width: 50%;
	}
	
	.swiper-entry .category-grid.columns-4:nth-child(2n+1), .swiper-entry .category-grid.columns-5:nth-child(2n+1), .swiper-entry .category-grid.columns-6:nth-child(2n+1) {
		clear: both;
	}
}

@media only screen and (min-width:768px) {
	.category-grid.columns-2:nth-child(2n+1), .category-grid.columns-3:nth-child(3n+1), .category-grid.columns-4:nth-child(4n+1) {
		clear: both;
	}
}

@media only screen and (max-width:767px) {
	.swiper-entry .category-grid.columns-5 {
		width: 100%;
	}
}

@media only screen and (max-width:480px) {
	.category-grid .categories-mask {
		padding: .6em;
		left: 1.43em;
		right: 1.43em;
	}
	
	.category-grid .categories-mask h4 {
		font-size: 1.3rem;
	}
}

.products-grid .product-excerpt {
	margin-top: 5px;
	margin-bottom: 5px;
}

.product-slide .product-details .button:not(.compare), .products-grid .product-details .button:not(.compare) {
	margin-top: 15px;
}

.product-view-booking .product-content-image, .products-list .product-content-image {
	position: relative;
}

.products-bordered-layout.with-ajax .ajax-content, .products-bordered-layout:not(.with-ajax) {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	border-top: 1px solid var(--et_border-color);
	border-left: 1px solid var(--et_border-color);
	margin-left: 15px;
	margin-right: 15px;
}

.products-bordered-layout.with-ajax .ajax-content>div, .products-bordered-layout:not(.with-ajax)>div {
	border-bottom: 1px solid var(--et_border-color);
	border-right: 1px solid var(--et_border-color);
}

.products-bordered-layout .content-product, .products-bordered-layout .product-category {
	margin: 0;
}

.products-bordered-layout .product-details {
	padding-bottom: 15px;
}

.products-bordered-layout .product-image-wrapper, .products-bordered-layout.products-list .content-product {
	margin-top: 15px;
	margin-bottom: 15px;
}

.products-bordered-layout~.after-shop-loop .dokan-pagination-container, .products-bordered-layout~.after-shop-loop .etheme-pagination, .products-bordered-layout~.after-shop-loop .woocommerce-pagination {
	border-top: none;
}

@media only screen and (min-width:993px) {
	.products-hover-shadow.with-ajax .ajax-content .product:hover .content-product, .products-hover-shadow:not(.with-ajax) .product:hover .content-product {
		-webkit-box-shadow: 0 0 7px 0 var(--et_dark-2-white-01);
		box-shadow: 0 0 7px 0 var(--et_dark-2-white-01);
		z-index: 1;
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
	}
	
	.products-hover-shadow.with-ajax .ajax-content .content-product, .products-hover-shadow.with-ajax .ajax-content .product-spacer, .products-hover-shadow:not(.with-ajax) .content-product, .products-hover-shadow:not(.with-ajax) .product-spacer {
		-webkit-transition: all .2s ease;
		transition: all .2s ease;
		background: var(--et_container-bg-color, var(--et_white-2-dark));
	}
	
	.products-hover-shadow.with-ajax .ajax-content .product-has-fadeIn-content:hover .content-product, .products-hover-shadow:not(.with-ajax) .product-has-fadeIn-content:hover .content-product {
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	
	.products-hover-shadow.with-ajax .ajax-content .product-has-fadeIn-content:hover .product-spacer, .products-hover-shadow:not(.with-ajax) .product-has-fadeIn-content:hover .product-spacer {
		-webkit-box-shadow: 0 0 7px 0 var(--et_dark-2-white-01);
		box-shadow: 0 0 7px 0 var(--et_dark-2-white-01);
	}
	
	.products-grid.row-count-6 .product-view-mask2 .footer-product {
		width: 30px;
		right: calc(1.45rem / 2);
		bottom: calc(1.45rem / 2);
	}
	
	.products-grid.row-count-6 .product-view-mask2 .footer-product .button, .products-grid.row-count-6 .product-view-mask2 .footer-product .by-vendor-name-link, .products-grid.row-count-6 .product-view-mask2 .footer-product .et-wishlist-holder, .products-grid.row-count-6 .product-view-mask2 .footer-product .pre_order_loop, .products-grid.row-count-6 .product-view-mask2 .footer-product .show-quickly, .products-grid.row-count-6 .product-view-mask2 .footer-product .wcmp_add_to_cart_message, .products-grid.row-count-6 .product-view-mask2 .footer-product .xstore-compare, .products-grid.row-count-6 .product-view-mask2 .footer-product .xstore-wishlist {
		height: 30px;
	}
	
	.products-grid.row-count-6 .product-view-mask2 .content-product .wishlist-fragment a:before, .products-grid.row-count-6 .product-view-mask2 .content-product .yith-wcwl-add-button a:before, .products-grid.row-count-6 .product-view-mask2 .content-product .yith-wcwl-add-to-wishlist .show a:before, .products-grid.row-count-6 .product-view-mask2 .content-product .yith-wcwl-wishlistaddedbrowse a:before, .products-grid.row-count-6 .product-view-mask2 .content-product .yith-wcwl-wishlistexistsbrowse a:before, .products-grid.row-count-6 .product-view-mask2 .footer-product .add_to_cart_button:after, .products-grid.row-count-6 .product-view-mask2 .footer-product .button:before, .products-grid.row-count-6 .product-view-mask2 .footer-product .by-vendor-name-link:before, .products-grid.row-count-6 .product-view-mask2 .footer-product .compare:before, .products-grid.row-count-6 .product-view-mask2 .footer-product .pre_order_loop:before, .products-grid.row-count-6 .product-view-mask2 .footer-product .show-quickly:before, .products-grid.row-count-6 .product-view-mask2 .footer-product .wcmp_add_to_cart_message:before, .products-grid.row-count-6 .product-view-mask2 .footer-product .xstore-compare .et-icon, .products-grid.row-count-6 .product-view-mask2 .footer-product .xstore-wishlist .et-icon {
		font-size: 12px;
	}
}

@media only screen and (max-width:320px) {
	.products-grid .product, .products-list .product {
		width: 100%;
	}
}

#stripe-alipay-payment-data p {
	margin-bottom: 0;
}

#subscriptio_stripe-card-expiry-month, #subscriptio_stripe-card-expiry-year {
	padding: 0 2.9em 0 1em !important;
}

#subscriptio_stripe-card-expiry-month {
	margin-bottom: 15px;
}

.product-content {
	margin-bottom: 35px;
}

.product-content .price {
	width: 100%;
	margin-bottom: .5em;
	font-size: 1.4rem;
	line-height: 1.2;
	color: var(--et_main-color);
}

.product-content .product-name, .product-content .product_title, .product-content .title {
	font-size: 24px;
	margin-bottom: .3em;
}

.product-info-wrapper, .product-information, .product-summary-center, .product-summary-fixed {
	margin-bottom: 30px;
}

.product-info-wrapper p, .product-information p, .product-summary-center p {
	margin-bottom: 1em;
}

.product-info-wrapper .menu-social-icons a svg, .product-information .menu-social-icons a svg, .product-summary-center .menu-social-icons a svg {
	display: none;
}

.product-images .xstore-wishlist {
	position: absolute;
	right: 35px;
	top: 20px;
	z-index: 1;
}

.product-fixed-content .product-information {
	padding-top: 0;
}

.product-fixed-content .product-information-inner {
	display: table;
	width: 100%;
}

@media only screen and (max-width:992px) {
	.product-images {
		margin-bottom: 40px;
		padding: 0 15px;
	}
}

@media only screen and (max-width:768px) {
	.product-content, .single-product.product>.swiper-entry {
		margin-bottom: 15px;
	}
}

.product-share {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.product-share:not(:last-child) {
	margin-bottom: 5px;
}

.images-wrapper .et-loader svg {
	height: 90px;
	top: 15%;
}

.product-brands {
	text-align: center;
}

.product-brands a {
	display: block;
	font-size: 1rem;
	margin-bottom: 12px;
}

.product-brands img {
	margin: 0;
}

.product-images {
	position: relative;
}

#wc-stripe-payment-request-button-separator, #wc-stripe-payment-request-wrapper {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
}

#wcpay-payment-request-button-separator, #wcpay-payment-request-wrapper {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
}

.widget_shopping_cart_content:after, .widget_shopping_cart_content:before {
	display: table;
	content: "";
}

.widget_shopping_cart_content:after {
	clear: both;
}

.et_b_header-cart .et-cart-progress svg {
	vertical-align: middle;
	font-size: 1.2em;
}

@-webkit-keyframes progress-bar-move {
	0% {
		background-position: 0 0;
	}
	
	100% {
		background-position: 30px 30px;
	}
}

@keyframes progress-bar-move {
	0% {
		background-position: 0 0;
	}
	
	100% {
		background-position: 30px 30px;
	}
}

.mini-cart-buttons {
	margin-bottom: 0;
	--et_inputs-height: auto;
}

.mini-cart-buttons a {
	color: #222;
	-webkit-text-fill-color: currentColor;
	background-color: #f2f2f2;
	border-color: #f2f2f2;
	line-height: 1;
	display: block;
	padding: 1rem 1.7rem;
	text-align: center;
}

.mini-cart-buttons a:not(:first-child) {
	margin-top: 9px;
}

.mini-cart-buttons a:focus, .mini-cart-buttons a:hover, .mini-cart-buttons a:hover:focus {
	color: #222;
	background-color: #f7f7f7;
	border-color: #f7f7f7;
}

.product_list_widget {
	float: left;
	width: 100%;
	padding-bottom: 1.43rem;
}

.product_list_widget+p {
	margin-top: -.7em;
	display: inline-block;
	width: 100%;
}

.product_list_widget .descr-box>span, .product_list_widget .product_meta>span {
	display: inline-block;
	opacity: 1;
	margin-top: .4em;
	margin-bottom: 0;
	-webkit-transition: none;
	transition: none;
	height: auto;
}

.product_list_widget .variation br {
	display: none;
}

.product_list_widget, .wishlist-dropdown {
	color: var(--et_main-color);
}

.et_b_header-cart .product_list-popup-footer-wrapper>p, .product_list_widget>p, .wishlist-dropdown>p {
	font-size: var(--content-zoom);
	margin: 0;
}

.product_list_widget li, .sidebar-slider li, .wishlist-dropdown li {
	position: relative;
	margin-bottom: var(--items-spacing, 1.43em) !important;
	list-style-type: none;
	overflow: hidden;
}

.cart-popup-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-bottom: 1.43em;
}

.cart-popup-footer>* {
	font-size: 1.14rem;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.cart-popup-footer a:hover {
	color: var(--et_main-color);
}

.cart-widget-subtotal {
	text-align: end;
	color: var(--et_dark-2-white);
}

.cart-widget-subtotal .small-h {
	font-size: 1.14rem;
}

.cart-widget-subtotal .big-coast {
	font-size: 1rem;
}

@-webkit-keyframes skeletonloading {
	to {
		background-position: 200% 0;
	}
}

@keyframes skeletonloading {
	to {
		background-position: 200% 0;
	}
}

.category-description+.filter-wrap, .term-description+.filter-wrap {
	margin-top: 0;
}

.filter-wrap {
	position: relative;
	margin-bottom: 12px;
}

.filter-wrap select {
	height: 30px;
	line-height: 28px;
}

.filter-wrap .filter-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
}

.filter-wrap .filter-content>* {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.filter-wrap .filter-content>:last-child {
	margin-left: auto;
}

.filter-wrap .filter-content>form:last-child {
	margin-left: 0;
	margin-right: auto;
}

.filter-wrap .products-per-page form {
	display: inline-block;
	margin-left: 15px;
}

.woocommerce-ordering select {
	width: 170px;
}

.woocommerce-ordering+.view-switcher {
	-webkit-margin-start: 20px;
	margin-inline-start: 20px;
}

.open-filters-btn {
	position: relative;
	display: inline-block;
	margin-right: 20px;
}

.open-filters-btn a {
	-webkit-padding-start: 23px;
	padding-inline-start: 23px;
}

.open-filters-btn a i {
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.open-filters-btn a.active, .open-filters-btn a:hover {
	color: var(--et_dark-2-white);
}

.filter-wrap .products-per-page span, .open-filters-btn a {
	color: var(--et_font-color);
}

.shop-filters {
	display: none;
	overflow: hidden;
	margin: 20px 0 0;
}

.shop-filters-area {
	margin-left: -15px;
	margin-right: -15px;
}

@media only screen and (max-width:480px) {
	.filter-wrap .filter-content {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

@-webkit-keyframes et-canvas-right {
	0% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
		opacity: 0;
		visibility: hidden;
	}
	
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
		visibility: visible;
	}
}

@keyframes et-canvas-right {
	0% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
		opacity: 0;
		visibility: hidden;
	}
	
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
		visibility: visible;
	}
}

@-webkit-keyframes et-canvas-left {
	0% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
		opacity: 0;
		visibility: hidden;
	}
	
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
		visibility: visible;
	}
}

@keyframes et-canvas-left {
	0% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
		opacity: 0;
		visibility: hidden;
	}
	
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
		visibility: visible;
	}
}

@-webkit-keyframes et-request-svg-shadow {
	0% {
		-webkit-box-shadow: 0 0 0 0 var(--et_dark-2-white-02);
	}
	
	70% {
		-webkit-box-shadow: 0 0 0 12px var(--et_dark-2-white-0);
	}
	
	100% {
		-webkit-box-shadow: 0 0 0 0 var(--et_dark-2-white-0);
	}
}

@keyframes et-request-svg-shadow {
	0% {
		-webkit-box-shadow: 0 0 0 0 var(--et_dark-2-white-02);
	}
	
	70% {
		-webkit-box-shadow: 0 0 0 12px var(--et_dark-2-white-0);
	}
	
	100% {
		-webkit-box-shadow: 0 0 0 0 var(--et_dark-2-white-0);
	}
}

.clear-cart, button[name=update_cart] {
	margin-left: 15px;
}

.shop_table dl.variation br {
	display: none;
}

#payment .payment_methods, #shipping_method {
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 0;
}

#payment .payment_methods li, #shipping_method li {
	list-style: none;
	line-height: 1.8;
	margin-bottom: 0;
}

#payment .payment_methods li:only-child, #shipping_method li:only-child {
	text-align: end;
}

#payment .payment_methods label, #shipping_method label {
	color: var(--et_main-color);
}

#payment .payment_methods input[type=radio], #shipping_method input[type=radio] {
	vertical-align: top;
	position: relative;
	top: 4px;
}

#payment .payment_methods input[type=radio]:checked+label, #shipping_method input[type=radio]:checked+label {
	color: var(--et_dark-2-white);
}

#payment .payment_methods label, #shipping_method li {
	margin-bottom: 3px;
}

#shipping_method {
	text-align: end;
}

#shipping_method li {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	text-align: end;
	width: 100%;
}

#shipping_method li p {
	font-size: 1rem;
}

#shipping_method .amount {
	font-size: 1rem;
	color: var(--et_dark-2-white);
	text-decoration: underline;
}

#shipping_method input:checked~label .amount {
	opacity: .7;
}

@media only screen and (min-width:993px) {
	#customer_details {
		padding-top: 1.9em;
	}
}

.woocommerce-cart .et-cart-progress svg {
	vertical-align: middle;
	font-size: 1.2em;
}

@-webkit-keyframes progress-bar-move {
	0% {
		background-position: 0 0;
	}
	
	100% {
		background-position: 30px 30px;
	}
}

@keyframes progress-bar-move {
	0% {
		background-position: 0 0;
	}
	
	100% {
		background-position: 30px 30px;
	}
}

.form-row {
	margin-bottom: var(--fields-v-gap, 1.43rem);
}

.form-row-wide {
	clear: both;
}

#customer_details p {
	margin-bottom: .75em;
}

.woocommerce-privacy-policy-text p {
	margin-bottom: 1em;
}

#payment {
	border-top: 1px solid var(--et_border-color);
	padding-top: 1.43em;
}

#wc-stripe-cc-form label, .payment_methods p {
	margin-bottom: 5px;
}

#customer_login>div {
	float: left;
	padding: 2.57em;
	border: 1px solid var(--et_border-color);
}

form.login .form-row:not(.form-row-wide) {
	margin-bottom: 0;
}

form.login, form.register {
	max-width: 500px;
	margin: 0 auto;
	-webkit-animation: et-fadeIn .3s linear;
	animation: et-fadeIn .3s linear;
}

form.login .button, form.register .button {
	background-color: var(--et_btn-dark-bg-color);
	border: 1px solid var(--et_btn-dark-br-color);
	color: var(--et_btn-dark-color);
	height: auto;
	-webkit-text-fill-color: currentColor;
}

form.login .button:hover, form.register .button:hover {
	background-color: var(--et_btn-dark-bg-color-hover);
	border-color: var(--et_btn-dark-br-color-hover);
	color: var(--et_btn-dark-color-hover);
}

form.login .form-row, form.register .form-row {
	display: inline-block;
}

form.login .form-row.flex, form.register .form-row.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

form.login .form-row-wide, form.login .user-role, form.register .form-row-wide, form.register .user-role {
	width: 100%;
}

form.login .woocommerce-form-login__rememberme, form.register .woocommerce-form-login__rememberme {
	margin-bottom: 0;
}

form.login .lost_password a, form.register .lost_password a {
	text-decoration: underline;
}

form.login .lost_password:last-child, form.register .lost_password:last-child {
	margin-bottom: 0;
	margin-top: 1.43rem;
}

form.login input[type=radio], form.register input[type=radio] {
	margin-left: 2px;
}

form.login [for=rememberme], form.register [for=rememberme] {
	margin-top: 0;
	cursor: pointer;
}

.sales-booster-account-tab .button, form.login button[name=login], form.register button[name=register] {
	width: 100%;
	padding-top: .75rem;
	padding-bottom: .75rem;
	line-height: 1.5;
}

.woocommerce-privacy-policy-link {
	text-decoration: underline;
}

@media only screen and (max-width:768px) {
	.sales-booster-account-tab, .woocommerce-account .woocommerce h2, form.login, form.login input, form.register, form.register input {
		max-width: none;
	}
}

@media only screen and (max-width:480px) {
	form.login .form-row, form.register .form-row {
		width: 100%;
	}
}

.empty-cart-block, .empty-category-block {
	padding: 5em 0;
}

.empty-cart-block .btn, .empty-category-block .btn {
	background-color: var(--et_btn-dark-bg-color);
	border: 1px solid var(--et_btn-dark-br-color);
	color: var(--et_btn-dark-color);
	-webkit-text-fill-color: currentColor;
	height: auto;
}

.empty-cart-block .btn:hover, .empty-category-block .btn:hover {
	background-color: var(--et_btn-dark-bg-color-hover);
	border-color: var(--et_btn-dark-br-color-hover);
	color: var(--et_btn-dark-color-hover);
}

.empty-cart-block p, .empty-category-block p {
	color: var(--et_font-color);
}

.empty-cart-block, .empty-category-block, .woocommerce-thankyou-order-received {
	text-align: center;
	color: var(--et_dark-2-white);
}

.empty-cart-block:before, .empty-category-block:before, .woocommerce-thankyou-order-received:before {
	font-family: xstore-icons;
	display: block;
	border: none !important;
	font-size: 2.6rem;
	line-height: 1.5;
}

.empty-cart-block h1, .empty-cart-block h2, .empty-category-block h1, .empty-category-block h2, .woocommerce-thankyou-order-received {
	font-size: 1.7rem;
	text-transform: uppercase;
}

.empty-category-block:before {
	content: "";
}

.etheme_sales_booster_progress_bar_shortcode .et-cart-progress svg {
	vertical-align: middle;
	font-size: 1.2em;
}

@-webkit-keyframes progress-bar-move {
	0% {
		background-position: 0 0;
	}
	
	100% {
		background-position: 30px 30px;
	}
}

@keyframes progress-bar-move {
	0% {
		background-position: 0 0;
	}
	
	100% {
		background-position: 30px 30px;
	}
}

.sales-booster-safe-checkout {
	margin: 20px auto;
	text-align: center;
}

.sales-booster-safe-checkout fieldset {
	margin-bottom: 10px;
	padding-left: 7px;
	padding-right: 7px;
	width: 100%;
}

.sales-booster-safe-checkout fieldset img {
	display: inline-block;
	max-width: 50px;
	border: 1px solid var(--et_border-color);
	border-radius: 4px;
	margin: 0 calc(var(--image-spacing, 4px) / 2) var(--image-spacing, 4px);
}

.sales-booster-safe-checkout fieldset span {
	margin-bottom: calc(var(--image-spacing, 4px) * -1);
}

.sales-booster-safe-checkout .subtitle .highlight {
	color: var(--et_dark-2-white);
}

.sales-booster-safe-checkout legend {
	width: 100%;
	text-align: center;
}

.sales-booster-safe-checkout legend .highlight {
	color: var(--et_green-color);
}

.et-review-arguments .et-pros .et-argument-label svg {
	color: var(--et_green-color);
	vertical-align: -1px;
}

.et-review-arguments .et-cons .et-argument-label svg {
	color: var(--et_red-color);
	vertical-align: -1px;
}

.et-review-vote:not(.et-review-voted) svg path.vote-active-svg-path, .et-review-voted svg path:not(.vote-active-svg-path) {
	display: none;
}

@-webkit-keyframes review-voting-animation {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0;
	}
}

@keyframes review-voting-animation {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0;
	}
}