.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;
}

.single-product .bc-type-default .woocommerce-breadcrumb a:last-of-type+.delimeter, .single-product .bc-type-left .woocommerce-breadcrumb a:last-of-type+.delimeter, .single-product .bc-type-left2 .delimeter:last-child {
	display: none;
}

.page-heading {
	padding: .85em;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center center;
}

.page-heading+.page-heading {
	display: none !important;
}

.bc-type-left2 .a-center {
	text-align: start;
}

.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;
}

.product-content .page-heading .woocommerce-breadcrumb, .product-content .page-heading .woocommerce-breadcrumb .title, .product-content .page-heading .woocommerce-breadcrumb a {
	color: var(--et_dark-2-white);
}

@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);
}

.category-description, .page-description, .term-description {
	margin-bottom: 12px;
}

.products-title {
	text-align: center;
	text-transform: capitalize;
	margin-bottom: .5em;
}

.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);
}

div.quantity, td.quantity {
	position: relative;
	height: var(--et_quantity-height, 38px);
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

div.quantity input[type=number]::-moz-selection, div.quantity span::-moz-selection, div.quantity::-moz-selection, td.quantity input[type=number]::-moz-selection, td.quantity span::-moz-selection, td.quantity::-moz-selection {
	background-color: transparent;
}

div.quantity input[type=number]::selection, div.quantity span::selection, div.quantity::selection, td.quantity input[type=number]::selection, td.quantity span::selection, td.quantity::selection {
	background-color: transparent;
}

div.quantity input[type=number]::-webkit-selection, div.quantity span::-webkit-selection, div.quantity::-webkit-selection, td.quantity input[type=number]::-webkit-selection, td.quantity span::-webkit-selection, td.quantity::-webkit-selection {
	background-color: transparent;
}

div.quantity, div.quantity~.single_add_to_cart_button, div.quantity~.xstore-wishlist {
	margin-bottom: 10px;
}

div.quantity~.et-or-wrapper {
	margin-top: 5px;
}

.single_add_to_cart_button~.xstore-wishlist-icon {
	-webkit-margin-start: 7px;
	margin-inline-start: 7px;
}

#yith-wcwl-popup-message {
	display: none !important;
}

.onsale {
	position: absolute;
	top: 20px;
	z-index: 3;
	padding: 3px 8px;
	background: var(--et_on-sale-bg-color, var(--et_red-color));
	font-size: .85rem;
	text-align: center;
	color: var(--et_on-sale-color, #fff);
	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;
	text-transform: uppercase;
	border-radius: var(--et_on-sale-radius, 0);
}

.sale-wrapper~.sale-wrapper .onsale {
	-webkit-transform: translateY(calc(100% + 5px));
	transform: translateY(calc(100% + 5px));
}

.sale-wrapper~.sale-wrapper~.sale-wrapper .onsale {
	-webkit-transform: translateY(calc(200% + 10px));
	transform: translateY(calc(200% + 10px));
}

.xstore-compare.mtips, .xstore-wishlist.mtips {
	z-index: 2;
}

.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);
	}
}

.et_product-block .single-compare .xstore-compare, .et_product-block .single-wishlist .xstore-wishlist {
	margin-bottom: 0;
}

.shop_attributes {
	margin: 0 auto;
}

.shop_attributes th {
	font-size: 1.14rem;
	color: var(--et_main-color);
}

.shop_attributes td, .shop_attributes th {
	padding-top: var(--items-v-gap, 1em);
	padding-bottom: var(--items-v-gap, 1em);
	vertical-align: middle;
}

.shop_attributes tr:not(:last-child) {
	border-bottom: var(--separator-width, 1px) var(--separator-style, solid) var(--separator-color, var(--et_border-color));
}

.shop_attributes p {
	font-size: 1.07rem;
	margin-bottom: 0;
}

.shop_attributes p:last-child {
	margin-bottom: 0;
}

.et-quick-view-wrapper .shop_attributes, .product-information .shop_attributes {
	margin-bottom: 15px;
}

.et-quick-view-wrapper .shop_attributes td, .et-quick-view-wrapper .shop_attributes th, .product-information .shop_attributes td, .product-information .shop_attributes th {
	text-align: end;
	padding-left: 0;
	padding-right: 0;
}

.et-quick-view-wrapper .shop_attributes th, .product-information .shop_attributes th {
	text-align: start;
	display: block;
	color: var(--et_dark-2-white);
	text-transform: capitalize;
}

div.quantity, td.quantity {
	margin-right: 20px;
	float: left;
}

.onsale.right {
	right: 20px;
}

.et_cart-type-1 .footer-product .button:before, .et_cart-type-1 .product-view-overlay .quick-buttons .button:before, .et_cart-type-1 .quantity-wrapper .button:before, .et_cart-type-1 .single_add_to_cart_button:before {
	content: "";
	font-family: xstore-icons;
}

.et_cart-type-5 .footer-product .button:before, .et_cart-type-5 .product-view-overlay .quick-buttons .button:before, .et_cart-type-5 .quantity-wrapper .button:before, .et_cart-type-5 .single_add_to_cart_button:before {
	content: "";
	font-family: xstore-icons;
}

.et_cart-type-2 .footer-product .button:before, .et_cart-type-2 .product-view-overlay .quick-buttons .button:before, .et_cart-type-2 .quantity-wrapper .button:before, .et_cart-type-2 .single_add_to_cart_button:before {
	content: "";
	font-family: xstore-icons;
}

.et_cart-type-3 .footer-product .button:before, .et_cart-type-3 .product-view-overlay .quick-buttons .button:before, .et_cart-type-3 .quantity-wrapper .button:before, .et_cart-type-3 .single_add_to_cart_button:before {
	content: "";
	font-family: xstore-icons;
}

.et_cart-type-4 .footer-product .button:before, .et_cart-type-4 .product-view-overlay .quick-buttons .button:before, .et_cart-type-4 .quantity-wrapper .button:before, .et_cart-type-4 .single_add_to_cart_button:before {
	content: "";
	font-family: xstore-icons;
}

.quantity-wrapper {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: var(--et_quantity-max-width, 130px);
	height: var(--et_quantity-height, 38px);
}

.quantity-wrapper input.input-text {
	width: var(--et_quantity-height, 38px);
	text-align: center;
	height: 100%;
	border-radius: 0;
	padding: 0;
}

.quantity .quantity-wrapper input.input-text {
	background-color: transparent;
}

.quantity-wrapper input:focus {
	border-color: var(--et_border-color);
}

.quantity-wrapper span {
	font-size: var(--et_quantity-size, 1em);
	color: var(--et_main-color);
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	-webkit-transition: color .2s ease-in-out, border .2s ease-in-out;
	transition: color .2s ease-in-out, border .2s ease-in-out;
}

.quantity-wrapper span:hover {
	color: var(--et_dark-2-white);
}

.quantity-wrapper:not(.type-none) input, .quantity-wrapper:not(.type-none) input::-webkit-inner-spin-button, .quantity-wrapper:not(.type-none) input::-webkit-outer-spin-button {
	-webkit-appearance: none;
	-moz-appearance: textfield;
}

.quantity-wrapper.type-circle span, .quantity-wrapper.type-square span {
	padding-right: 4px;
	padding-left: 4px;
	border: 1px solid var(--et_border-color);
}

.quantity-wrapper.type-circle, .quantity-wrapper.type-circle input {
	height: auto;
	padding: 0;
}

.quantity .quantity-wrapper.type-circle input {
	border: none;
}

.quantity-wrapper.type-circle span {
	-ms-flex-item-align: center;
	align-self: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 1.5em;
	height: 1.5em;
	padding-right: 6px;
	padding-left: 6px;
	border-radius: 50%;
}

.quantity-wrapper.type-circle span:hover {
	border-color: var(--et_dark-2-white);
}

.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;
}

.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 .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;
}

.cart .stock {
	width: 100%;
}

.wishlist-in-stock:before, .wishlist-out-of-stock:before, p.stock:before {
	font-family: xstore-icons;
	margin-right: 5px;
}

.product-stock-status .wishlist-out-of-stock:before, p.stock.out-of-stock:before {
	content: "";
}

.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%;
	}
}

.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;
}

.product-has-fadeIn-content .shop_attributes {
	line-height: 1.4;
}

.product-has-fadeIn-content .shop_attributes th, .product-has-fadeIn-content .shop_attributes tr:first-child td {
	padding-top: 0;
	padding-bottom: 0;
}

.product-has-fadeIn-content .shop_attributes tr:not(:last-child) {
	border-bottom: none;
}

.swiper-slide .product-fadeIn-area {
	position: static;
}

.category-grid {
	position: relative;
	margin-bottom: 30px;
}

.category-grid img {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.category-grid .category-bg {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
}

.product-category {
	text-align: center;
}

.product-slide .product-details .button:not(.compare), .products-grid .product-details .button:not(.compare) {
	margin-top: 15px;
}

.product-slide .product-details .quantity-wrapper .button, .products-grid .product-details .quantity-wrapper .button {
	margin-top: 0;
}

.product-view-booking .product-content-image, .products-list .product-content-image {
	position: relative;
}

#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 .out-of-stock {
	color: var(--et_red-color);
}

.product-content .woocommerce-product-rating {
	margin-bottom: .5em;
}

.product-content .variations_button {
	margin-top: 5px;
}

.product-content .woocommerce-variation:empty {
	display: none;
}

.product-content .woocommerce-variation>div:last-child:not(:empty) {
	margin-bottom: 23px;
}

.product-content .out-of-stock {
	display: block;
	font-size: 1.14rem;
	margin-bottom: 26px;
}

.product-content .out-of-stock+.yith-wcwl-add-to-wishlist {
	margin-top: 0;
}

.product-fixed-images .product-content>.row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.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 .woocommerce-product-details__short-description, .product-information .woocommerce-product-details__short-description, .product-summary-center .woocommerce-product-details__short-description {
	width: 100%;
	margin-bottom: 1.07em;
	font-size: 1.14rem;
}

.product-info-wrapper .woocommerce-product-details__short-description p:last-child, .product-information .woocommerce-product-details__short-description p:last-child, .product-summary-center .woocommerce-product-details__short-description p:last-child {
	margin-bottom: 0;
}

.product-info-wrapper .cart, .product-info-wrapper .wcppec-checkout-buttons, .product-information .cart, .product-information .wcppec-checkout-buttons, .product-summary-center .cart, .product-summary-center .wcppec-checkout-buttons {
	margin-bottom: 16px;
	display: block;
}

.product-info-wrapper .cart::-moz-selection, .product-information .cart::-moz-selection, .product-summary-center .cart::-moz-selection {
	background-color: transparent;
}

.product-info-wrapper .cart::selection, .product-information .cart::selection, .product-summary-center .cart::selection {
	background-color: transparent;
}

.product-info-wrapper form.cart table.variations, .product-information form.cart table.variations, .product-summary-center form.cart table.variations {
	margin-bottom: 0;
	border-top: none;
}

.product-info-wrapper form.cart table.variations td.label, .product-info-wrapper form.cart table.variations td.value, .product-info-wrapper form.cart table.variations th.label, .product-information form.cart table.variations td.label, .product-information form.cart table.variations td.value, .product-information form.cart table.variations th.label, .product-summary-center form.cart table.variations td.label, .product-summary-center form.cart table.variations td.value, .product-summary-center form.cart table.variations th.label {
	padding: 0;
	border-top: none;
	border-bottom: none;
	text-align: left;
	text-align: start;
}

.product-info-wrapper form.cart table.variations td.label, .product-info-wrapper form.cart table.variations th.label, .product-information form.cart table.variations td.label, .product-information form.cart table.variations th.label, .product-summary-center form.cart table.variations td.label, .product-summary-center form.cart table.variations th.label {
	width: auto;
	display: block;
}

.product-info-wrapper form.cart table.variations td.label label, .product-info-wrapper form.cart table.variations th.label label, .product-information form.cart table.variations td.label label, .product-information form.cart table.variations th.label label, .product-summary-center form.cart table.variations td.label label, .product-summary-center form.cart table.variations th.label label {
	font-size: 1.14rem;
}

.product-info-wrapper form.cart table.variations td.value, .product-information form.cart table.variations td.value, .product-summary-center form.cart table.variations td.value {
	display: inline-block;
	width: 100%;
}

.product-info-wrapper form.cart table.variations td.value select, .product-information form.cart table.variations td.value select, .product-summary-center form.cart table.variations td.value select {
	display: inline-block;
	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-info-wrapper .tabs, .product-information .tabs, .product-summary-center .tabs {
	margin-top: 20px;
}

.single-product .product-images:hover .swiper-button-next, .single-product .product-images:hover .swiper-button-prev {
	opacity: 1;
	z-index: 99999;
}

.single-product .variations+.qty-span {
	padding-top: 5px;
}

.product-images .xstore-wishlist {
	position: absolute;
	right: 35px;
	top: 20px;
	z-index: 1;
}

.single-product-booking .variations td, .single-product-booking .variations tr {
	vertical-align: middle;
}

.single-product-booking .variations td, .single-product-booking .variations th {
	padding-top: .75em;
	padding-bottom: .75em;
}

.product-type-grouped .product-information .cart {
	width: 100%;
}

.single-product-large .product-information>div {
	display: inline-block;
}

.single-product-large .product-information-inner {
	width: 100%;
	padding: 30px 40px 35px;
	border: 1px solid var(--et_border-color);
}

.product-fixed-content .product-content>.row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.product-fixed-content .product-information {
	padding-top: 0;
}

.product-fixed-content .product-information-inner {
	display: table;
	width: 100%;
}

.single-product-center .product-images, .single-product-center .product-information, .single-product-center .product-summary-center {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
}

.single-product-center .price+.cart {
	margin-top: 20px;
}

@media only screen and (min-width:993px) {
	.single-product-wide.product-fixed-content .product-information-inner {
		padding-left: 7vw;
		padding-right: 7vw;
	}
	
	.single-product-wide .product-images {
		width: 49%;
	}
	
	.single-product-wide .product-information, .single-product-wide .single-product-sidebar {
		padding-top: 7vw;
	}
	
	.single-product-large .tabs {
		margin-bottom: .5em;
	}
}

.single-product-booking .group_table td, .single-product-booking .group_table th, .single-product-booking .variations td, .single-product-booking .variations th, .single-product-fixed .group_table td, .single-product-fixed .group_table th, .single-product-xsmall .group_table td, .single-product-xsmall .group_table th {
	border: none;
	width: 100%;
	display: block;
	text-align: center;
	padding-left: 0;
	padding-right: 0;
}

.single-product-booking .group_table td:after, .single-product-booking .group_table td:before, .single-product-booking .variations td:after, .single-product-booking .variations td:before, .single-product-fixed .group_table td:after, .single-product-fixed .group_table td:before, .single-product-xsmall .group_table td:after, .single-product-xsmall .group_table td:before {
	display: table;
	content: "";
}

.single-product-booking .group_table td:after, .single-product-booking .variations td:after, .single-product-fixed .group_table td:after, .single-product-xsmall .group_table td:after {
	clear: both;
}

@media only screen and (max-width:992px) {
	.product-images {
		margin-bottom: 40px;
		padding: 0 15px;
	}
	
	.product-images .onsale, .product-images .sale-value {
		top: 15px;
		left: 30px;
	}
	
	.single-product-wide .product-content, .single-product-wide .single-product-sidebar {
		padding-left: 30px;
		padding-right: 30px;
	}
	
	.product-fixed-content .product-content>.row, .product-fixed-images .product-content>.row {
		display: block;
	}
	
	.single-product-center .product-images, .single-product-center .product-information, .single-product-fixed .product-images, .single-product-fixed .product-information {
		width: 100%;
	}
	
	.single-product-center .product-images, .single-product-fixed .product-images {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	
	.single-product-center .product-information, .single-product-fixed .product-information {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}
	
	.single-product-center .product-summary-center, .single-product-fixed .product-summary-fixed {
		width: 100%;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		margin-bottom: 0;
	}
	
	.single-product-fixed .product-images {
		width: 100%;
		margin-bottom: 0;
		display: inline-block;
	}
	
	.single-product-fixed .product-images .product-images-gallery>div {
		width: 50%;
		float: left;
		padding: 0 15px;
	}
	
	.single-product-fixed .product-images .product-images-gallery>div:nth-child(2n+1) {
		clear: both;
	}
	
	.single-product-fixed .product-images .product-images-gallery>div .product-lightbox-btn {
		left: 20px;
		bottom: 20px;
	}
}

@media only screen and (max-width:768px) {
	.product-content, .single-product.product>.swiper-entry {
		margin-bottom: 15px;
	}
}

@media only screen and (max-width:480px) {
	.single-product .tabs {
		margin-bottom: 20px;
	}
	
	.single-product .product {
		width: 100%;
	}
	
	.single-product .products-slider .product-view-info .footer-product, .single-product .products-slider .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;
	}
	
	.single-product .products-slider .product-view-info .footer-product .by-vendor-name-link, .single-product .products-slider .product-view-info .footer-product .et-wishlist-holder, .single-product .products-slider .product-view-info .footer-product .pre_order_loop, .single-product .products-slider .product-view-info .footer-product .show-quickly, .single-product .products-slider .product-view-info .footer-product .wcmp_add_to_cart_message, .single-product .products-slider .product-view-info .footer-product .xstore-compare, .single-product .products-slider .product-view-info .footer-product .xstore-wishlist, .single-product .products-slider .product-view-mask .footer-product .by-vendor-name-link, .single-product .products-slider .product-view-mask .footer-product .et-wishlist-holder, .single-product .products-slider .product-view-mask .footer-product .pre_order_loop, .single-product .products-slider .product-view-mask .footer-product .show-quickly, .single-product .products-slider .product-view-mask .footer-product .wcmp_add_to_cart_message, .single-product .products-slider .product-view-mask .footer-product .xstore-compare, .single-product .products-slider .product-view-mask .footer-product .xstore-wishlist {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		position: relative;
		border: none;
	}
	
	.single-product .products-slider .product-view-info .footer-product .by-vendor-name-link:after, .single-product .products-slider .product-view-info .footer-product .et-wishlist-holder:after, .single-product .products-slider .product-view-info .footer-product .pre_order_loop:after, .single-product .products-slider .product-view-info .footer-product .show-quickly:after, .single-product .products-slider .product-view-info .footer-product .wcmp_add_to_cart_message:after, .single-product .products-slider .product-view-info .footer-product .xstore-compare:after, .single-product .products-slider .product-view-info .footer-product .xstore-wishlist:after, .single-product .products-slider .product-view-mask .footer-product .by-vendor-name-link:after, .single-product .products-slider .product-view-mask .footer-product .et-wishlist-holder:after, .single-product .products-slider .product-view-mask .footer-product .pre_order_loop:after, .single-product .products-slider .product-view-mask .footer-product .show-quickly:after, .single-product .products-slider .product-view-mask .footer-product .wcmp_add_to_cart_message:after, .single-product .products-slider .product-view-mask .footer-product .xstore-compare:after, .single-product .products-slider .product-view-mask .footer-product .xstore-wishlist:after {
		content: "";
	}
	
	.product-images .onsale {
		font-size: 1rem;
	}
	
	.single-product-fixed .product-images .product-images-gallery>div {
		width: 100%;
	}
	
	.single-product-large .product-information .product-information-inner {
		padding: 20px;
	}
	
	.single-product-wide .single_add_to_cart_button {
		min-width: 180px;
		margin-right: 0;
	}
	
	.quick-view-popup .product_type_external, .quick-view-popup .product_type_grouped, .quick-view-popup .product_type_variable, .quick-view-popup .product_type_variation, .single_add_to_cart_button.button {
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
}

@media only screen and (max-width:320px) {
	.quick-view-popup .product_type_external, .quick-view-popup .product_type_grouped, .quick-view-popup .product_type_variable, .quick-view-popup .product_type_variation, .single_add_to_cart_button.button {
		min-width: 175px;
		margin-right: 0;
	}
}

.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;
}

a.reset_variations, form button.reset_variations {
	display: inline-block;
	text-decoration: underline;
	opacity: 1 !important;
	margin-bottom: 9px;
}

.main-images {
	margin-bottom: 10px;
	position: relative;
	text-align: center;
}

.main-images video {
	max-width: 100%;
	outline: 0;
}

.woocommerce-product-gallery__image {
	width: 100%;
}

.images-wrapper .et-loader svg {
	height: 90px;
	top: 15%;
}

.thumbnails-list {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.thumbnails-list li {
	text-align: center;
	list-style: none;
	opacity: .6;
	overflow: hidden;
	-webkit-transition: all .2s ease-out, width 0s, margin 0s;
	transition: all .2s ease-out, width 0s, margin 0s;
}

.thumbnails-list .slick-slide a, .thumbnails-list .slick-slide>span, .thumbnails-list .swiper-slide a, .thumbnails-list .swiper-slide>span {
	display: block;
	-webkit-transition: .3s ease-out;
	transition: .3s ease-out;
	margin-bottom: -3px;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.thumbnails-list .active-thumbnail a, .thumbnails-list .active-thumbnail>span, .thumbnails-list .slick-slide:hover a, .thumbnails-list .slick-slide:hover>span, .thumbnails-list .swiper-slide:hover a, .thumbnails-list .swiper-slide:hover>span {
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px);
}

.thumbnails-list .video-thumbnail {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: 3px;
	padding-bottom: 3px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-item-align: center;
	align-self: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.thumbnails-list .video-thumbnail span {
	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;
	border-radius: 100%;
	font-size: 36px;
	cursor: pointer;
}

.thumbnails-list .video-thumbnail p {
	margin: 0;
}

.open-360-popup:hover, .open-video-popup:hover {
	background: 0 0 !important;
}

.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;
}

.product-images .onsale {
	z-index: 3;
}

.product-images .stock {
	display: none;
}

.single_add_to_cart_button:before {
	padding-right: 5px;
	font-family: xstore-icons;
}

.single_add_to_cart_button.button {
	height: auto;
	font-size: .85rem;
	padding-top: .95rem;
	padding-bottom: .95rem;
	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;
	min-width: 190px;
}

.single_add_to_cart_button.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);
}

.single_add_to_cart_button~.et-or-wrapper {
	color: var(--et_dark-2-white);
	opacity: .7;
	margin: 15px 0;
	width: 100%;
}

.stretch-add-to-cart-button .woocommerce-variation-add-to-cart {
	width: 100%;
}

.stretch-add-to-cart-button .single_add_to_cart_button+.single-compare, .stretch-add-to-cart-button .single_add_to_cart_button+.single-wishlist {
	-webkit-margin-start: 5px;
	margin-inline-start: 5px;
}

@media only screen and (min-width:650px) {
	.swiper-vertical-images {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-bottom: 10px;
	}
	
	.swiper-vertical-images .main-images, .swiper-vertical-images ul.vertical-thumbnails {
		margin-bottom: 0;
	}
	
	.swiper-vertical-images .vertical-thumbnails-wrapper {
		position: relative;
		width: 20%;
		display: inline-block;
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}
	
	.swiper-vertical-images .vertical-thumbnails-wrapper ul {
		padding: 20px 0 10px;
		position: relative;
	}
	
	.swiper-vertical-images .vertical-thumbnails-wrapper li {
		margin-bottom: 10px;
	}
	
	.swiper-vertical-images .vertical-thumbnails-wrapper.no-arrows ul {
		padding: 0;
	}
	
	.swiper-vertical-images .vertical-thumbnails-wrapper img {
		max-height: 100%;
		width: auto;
	}
	
	.swiper-vertical-images .swiper-control-top {
		width: 80%;
		display: inline-block;
	}
	
	.swipers-couple-wrapper .vertical-thumbnails-wrapper .swiper-custom-left, .swipers-couple-wrapper .vertical-thumbnails-wrapper .swiper-custom-right {
		width: 100% !important;
		height: 20px !important;
		opacity: 1 !important;
		visibility: visible;
		text-align: center;
	}
	
	.swipers-couple-wrapper .vertical-thumbnails-wrapper .swiper-custom-left:before {
		content: "";
	}
	
	.swipers-couple-wrapper .vertical-thumbnails-wrapper .swiper-custom-right:before {
		content: "";
	}
}

@media (min-width:993px) {
	.product-fixed-images .images-wrapper {
		padding-bottom: 20px;
	}
}

@media only screen and (max-width:649px) {
	.swiper-vertical-images .vertical-thumbnails-wrapper li img {
		margin: 0 auto;
	}
}

.et_product-block .woocommerce-variation-add-to-cart, .et_product-block form.cart, .product-content .woocommerce-variation-add-to-cart, .product-content form.cart {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: inherit;
	-ms-flex-pack: inherit;
	justify-content: inherit;
}

.et_product-block .single_variation_wrap, .et_product-block form.cart .bundle_data, .product-content .single_variation_wrap, .product-content form.cart .bundle_data {
	width: 100%;
}

#wc-stripe-payment-request-button-separator, #wc-stripe-payment-request-wrapper {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
}

div.sales-booster-estimated-delivery {
	color: var(--et_dark-2-white);
	font-size: 1.14rem;
	margin-bottom: 10px;
}

div.sales-booster-estimated-delivery .delivery-date {
	-webkit-padding-start: 3px;
	padding-inline-start: 3px;
	color: var(--et_font-color);
}

.elementor-button-wrapper .single-waitlist, .xstore-compare-single, .xstore-waitlist-single, .xstore-wishlist-single {
	display: inline-block;
	font-size: 1.14rem;
}

.et_column .xstore-compare-single {
	display: inline-block;
}

form.cart .quantity~.single-compare .xstore-compare, form.cart .quantity~.single-wishlist .xstore-wishlist, form.cart~.single-compare .xstore-compare-single, form.cart~.single-wishlist .xstore-wishlist-single {
	margin-bottom: 10px;
}

.xstore-compare-single:not(.xstore-compare-icon) .et-icon {
	color: currentColor !important;
}

#wcpay-payment-request-button-separator, #wcpay-payment-request-wrapper {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
}

a.reset_variations {
	margin-left: 1rem;
}

.product-images .onsale.right {
	right: 35px;
}

.single_add_to_cart_button.button {
	margin-right: .4rem;
}

.stretch-add-to-cart-button .single_add_to_cart_button {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-right: 0;
}

.product-type-grouped button[type=submit] {
	margin-left: 0 !important;
}

@media only screen and (min-width:650px) {
	.swiper-vertical-images .vertical-thumbnails-wrapper {
		padding-right: 10px;
	}
	
	.swipers-couple-wrapper .vertical-thumbnails-wrapper .swiper-custom-left {
		top: 0;
		left: 0 !important;
	}
	
	.swipers-couple-wrapper .vertical-thumbnails-wrapper .swiper-custom-right {
		top: auto;
		bottom: 0;
		right: 0 !important;
	}
}

@media only screen and (max-width:649px) {
	.swiper-vertical-images .vertical-thumbnails-wrapper li {
		margin-right: 10px;
	}
}

.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 .product-item-right {
	overflow: hidden;
}

.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);
}

.product_list_widget .product-list-image, .product_list_widget .product-title a, .wishlist-dropdown .product-list-image, .wishlist-dropdown .product-title a {
	padding: 0;
}

.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;
}

@-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;
	}
}

.woocommerce-tabs.vertical.type-underline .wc-tabs .et-woocommerce-tab.active:before, .woocommerce-tabs.vertical.type-underline .wc-tabs .et-woocommerce-tab:before, .woocommerce-tabs.vertical.type-underline .wc-tabs .et-woocommerce-tab:hover:before {
	left: auto;
	right: 0;
}

body .woocommerce-tabs.type-folders .wc-tabs .et-woocommerce-tab {
	border-right-width: 0;
}

.woocommerce-tabs.type-overline .wc-tabs .et-woocommerce-tab.active:before, .woocommerce-tabs.type-overline .wc-tabs .et-woocommerce-tab:hover:before, .woocommerce-tabs.type-underline .wc-tabs .et-woocommerce-tab.active:before, .woocommerce-tabs.type-underline .wc-tabs .et-woocommerce-tab:hover:before {
	width: 100%;
	left: 0;
	right: auto;
}

.wc-tabs.tabs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: var(--content-zoom);
	list-style: none;
	position: relative;
	width: auto;
	margin-bottom: 0;
}

.wc-tabs:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	border-bottom: 1px solid var(--et_border-color);
}

.wc-tabs .et-woocommerce-tab {
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: inherit;
	-ms-flex-pack: inherit;
	justify-content: inherit;
}

.wc-tabs .et-woocommerce-tab a {
	color: currentColor;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 9px 15px;
}

.wc-tabs .et-woocommerce-tab:hover a {
	color: var(--et_main-color);
}

.wc-tabs .et-woocommerce-tab.active a {
	color: var(--et_active-color);
}

.woocommerce-tabs {
	position: relative;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.woocommerce-tabs:not(.loaded) {
	opacity: 0;
	visibility: hidden;
}

.woocommerce-tabs .wc-tab {
	padding: 20px 0 0 0;
	-webkit-animation: et-fadeIn .3s ease-in-out;
	animation: et-fadeIn .3s ease-in-out;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	text-align: start;
}

.woocommerce-tabs.vertical.type-overline .wc-tabs .et-woocommerce-tab.active:before, .woocommerce-tabs.vertical.type-overline .wc-tabs .et-woocommerce-tab:hover:before, .woocommerce-tabs.vertical.type-underline .wc-tabs .et-woocommerce-tab.active:before, .woocommerce-tabs.vertical.type-underline .wc-tabs .et-woocommerce-tab:hover:before {
	width: 2px;
	height: 100%;
	top: auto;
	bottom: 0;
}

.woocommerce-tabs.type-folders .wc-tabs .et-woocommerce-tab {
	background-color: #f7f7f7;
	border: 1px solid var(--et_border-color);
}

.woocommerce-tabs.type-folders .wc-tabs .et-woocommerce-tab:last-child {
	border-inline-end-width: 1px;
}

.woocommerce-tabs.type-folders .wc-tabs .et-woocommerce-tab.active {
	background-color: transparent;
}

.woocommerce-tabs.type-folders.horizontal .wc-tabs .et-woocommerce-tab {
	border-bottom: none;
}

.woocommerce-tabs.type-accordion .wc-tabs .et-woocommerce-tab.active {
	background-color: #f7f7f7;
}

@media only screen and (max-width:992px) {
	.woocommerce-tabs.horizontal .wc-tabs {
		white-space: nowrap;
		overflow: auto;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		border-bottom: 1px solid var(--et_border-color);
	}
	
	.woocommerce-tabs.horizontal .wc-tabs::-webkit-scrollbar, .woocommerce-tabs.horizontal .wc-tabs:after {
		display: none;
	}
}

.product-content .single-product-request-quote-wrapper {
	margin-bottom: 20px;
}

.et-request-quote-popup div.wpcf7 .ajax-loader, .et-request-quote-popup:not(.active), .et_b_single-request-quote-popup div.wpcf7 .ajax-loader, .et_b_single-request-quote-popup:not(.active) {
	display: none;
}

@-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);
	}
}

.swipers-couple-wrapper .swiper-wrapper img {
	width: 100%;
}

@media only screen and (max-width:649px) {
	.swiper-vertical-images .vertical-thumbnails, .swiper-vertical-images .vertical-thumbnails-wrapper li {
		margin-bottom: 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%;
	}
}

.et_attribute-name[data-swatch-name]:after, table.variations th.label label[data-swatch-name]:after {
	content: " " attr(data-swatch-name);
	font-size: .85em;
	color: var(--et_dark-2-white);
}

.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;
	}
}