/** Shopify CDN: Minification failed

Line 20:1 Unexpected "{"
Line 21:1 Expected identifier but found "%"
Line 25:14 Expected identifier but found whitespace
Line 26:3 Unexpected "{"
Line 27:11 Expected ":"
Line 33:12 Expected identifier but found whitespace
Line 34:3 Unexpected "{"
Line 35:11 Expected ":"
Line 43:14 Expected identifier but found whitespace
Line 44:3 Unexpected "{"
... and 43 more hidden warnings

**/
@import '//vantova.ch/cdn/shop/t/7/assets/bootstrap.min.css?v=5904063945533469981740604481';
@import '//vantova.ch/cdn/shop/t/7/assets/vendor.css?v=173333375891440160941740604503';

/* Product image Ratio */
	{
	% if settings.image_raito_product !=blank %
}

.product-card__image img {
	aspect-ratio: {
			{
			settings.image_raito_product
		}
	}

	;

	object-fit: {
			{
			settings.size_image
		}
	}

	;
}

.buy-together-products .item-product-inner .image img {
	aspect-ratio: {
			{
			settings.image_raito_product
		}
	}

	;

	object-fit: {
			{
			settings.size_image
		}
	}

	;

	background: {
			{
			settings.bg_raito
		}
	}

	;
}

.product-single__main-media img {
	aspect-ratio: {
			{
			settings.image_raito_product
		}
	}

	;

	object-fit: {
			{
			settings.size_image
		}
	}

	;

	background: {
			{
			settings.bg_raito
		}
	}

	;
}

.product-media__wrapper img {
	aspect-ratio: {
			{
			settings.image_raito_product
		}
	}

	;

	object-fit: {
			{
			settings.size_image
		}
	}

	;

	background: {
			{
			settings.bg_raito
		}
	}

	;
}

	{
	%- endif -%
}

body {
	color: var(--text-color);
	background-color: var(--body-bg-color);
	font-family: var(--font-family-base);
	font-size: var(--font-size-base);
	font-weight: var(--body-font-weight-default);
	line-height: 1.5;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--font-family-base);
	font-weight: var(--heading-font-weight-medium);
	color: var(--gray-dark);
}

img {
	max-width: 100%;
	height: auto;
}

a {
	color: var(--gray-dark);
	text-decoration: none;
}

a:hover,
a:focus {
	outline: 0;
	color: var(--theme-color);
	text-decoration: none;
}

.hidden,
.visually-hidden {
	display: none;
}

button:focus,
.btn:focus {
	outline: unset;
	box-shadow: unset;
}

button:focus-visible,
input:focus-visible,
optgroup:focus-visible,
select:focus-visible,
textarea:focus-visible {
	outline: unset;
}

.rtl {
	direction: rtl;
	text-align: right;
}

.bwp-container {
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}

.col-2-5 {
	flex: 20%;
	max-width: 20%;
}

.btn {
	display: block;
	padding: 10px 30px;
	border-radius: 100px;
	font-family: var(--font-family-base);
	font-size: calc(var(--font-size-base) - 2px);
	font-weight: var(--heading-font-weight-medium);
	text-transform: uppercase;
	transition: all 0.3s ease;
}

.container.container-full-image {
	max-width: 100%;
	padding: 0;
}

input,
select {
	border-radius: 5px;
}

.btn-primary {
	color: var(--white);
	background-color: var(--theme-color);
	border: 1px solid var(--theme-color);
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
	color: var(--white);
	background-color: var(--theme-color);
	border-color: var(--theme-color);
}

.btn-secondary {
	color: var(--gray-dark);
	background-color: var(--white);
	border: 1px solid var(--border-color);
}

.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:focus {
	color: var(--gray-dark);
	background-color: var(--border-color);
	border-color: var(--border-color);
}

.form-control {
	padding: 10px 20px;
	color: var(--text-color);
	font-family: var(--font-family-base);
	font-size: var(--font-size-base);
	line-height: 20px;
	border-radius: 5px;
}

.form-control:focus {
	border-color: var(--gray-dark);
	box-shadow: none;
}

.table {
	color: var(--text-color);
}

.alert,
.dropdown-menu {
	border-radius: 0;
}

/* PREVIEW BAR */
	{
	% if settings.preview_bar !=blank %
}

iframe#preview-bar-iframe {
	display: none !important;
}

html {
	height: 100%;
}

	{
	% endif %
}

/* BASE ELEMENT */
.pre-loading-image {
	z-index: -1;
	opacity: 0;
	display: none;
}

.pre-loading-image .preload-img-product {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-image: linear-gradient(-225deg, #f5f5f5 0%, #f5f5f5 15%, #ccc 60%, #ccc 100%);
	background-size: 200% auto;
	color: var(--white);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	animation: textclip 1s linear infinite;
	display: inline-block;
	font-size: calc(var(--font-size-base) + 4px);
	font-weight: var(--heading-font-weight-medium);
}

.pre-loading {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
}

.pre-loading>div {
	position: absolute;
	top: 0;
	width: 0;
	height: 3px;
	background: var(--theme-color);
}

.pre-loading.load-product>div {
	transition: width 0.25s ease-in-out;
}

.pre-loading.loading-page>div {
	-webkit-animation-name: loading-page;
	animation-name: loading-page;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
}

.pre-loading.loading-done>div {
	-webkit-animation-name: loading-page-done;
	animation-name: loading-page-done;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
}

#shopify-section-blog-sidebar:empty {
	display: none;
}

.fade-in {
	transform: scale(1.1);
	opacity: 0;
	transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition-delay: 0.5s;
}

.fade-in.lazyloaded {
	opacity: 1;
	transform: scale(1);
}

.placeholder-svg {
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
}

.wpbingo-banner {
	position: relative;
	overflow: hidden;
}

.wpbingo-banner img {
	max-width: 100%;
	transition: all 0.3s ease;
}

.wpbingo-banner img:hover {
	transform: scale(1.1);
}

.wpbingo-loading {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	display: block;
	width: 100vw;
	height: 100vh;
	background-color: rgba(255, 255, 255, 0.9);
}

.wpbingo-loading__icon {
	position: absolute;
	top: 50%;
	left: 50%;
	display: flex;
	transform: translate(-50%, -50%);
}

.wpbingo-loading__icon>span {
	margin: 0 2px;
	display: block;
	width: 4px;
	height: 25px;
	background-color: var(--theme-color);
}

.wpbingo-loading__icon>span:nth-child(1) {
	animation: line-scale 1s -0.4s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.wpbingo-loading__icon>span:nth-child(2) {
	animation: line-scale 1s -0.3s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.wpbingo-loading__icon>span:nth-child(3) {
	animation: line-scale 1s -0.2s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.wpbingo-loading__icon>span:nth-child(4) {
	animation: line-scale 1s -0.1s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.rte {
	margin-bottom: 30px/2;
	line-height: 2em;
}

.rte:after {
	content: "";
	display: block;
	clear: both;
}

.rte p,
.rte ul,
.rte ol,
.rte table {
	margin-bottom: 20px;
}

.rte ul ul {
	margin-bottom: 0;
}

.rte h1,
.rte h2,
.rte h3,
.rte h4,
.rte h5,
.rte h6 {
	padding-top: 10px;
	color: var(--gray-dark);
}

.rte h1:first-child,
.rte h2:first-child,
.rte h3:first-child,
.rte h4:first-child,
.rte h5:first-child,
.rte h6:first-child {
	margin-top: 0;
}

.rte h1 a,
.rte h2 a,
.rte h3 a,
.rte h4 a,
.rte h5 a,
.rte h6 a {
	text-decoration: none;
}

.rte li {
	margin-bottom: 0;
}

.rte>p:last-child {
	margin-bottom: 0;
}

.rte table {
	table-layout: fixed;
}

.rte img {
	display: block;
	max-width: 100%;
}

.btn--secondary-accent {
	width: 50%;
}

.scroll-to-fixed-fixed {
	z-index: 8 !important;
}

.shopify-challenge__container {
	padding: 100px 0 80px;
}

.shopify-challenge__button {
	display: block;
	padding: 10px 30px;
	color: var(--white);
	background-color: var(--theme-color);
	border: 1px solid var(--theme-color);
	border-radius: 0;
	font-family: var(--font-family-second);
	font-size: var(--font-size-base);
	font-weight: var(--heading-font-weight-medium);
	text-transform: uppercase;
	transition: all 0.3s ease;
}

.shopify-challenge__button:hover,
.shopify-challenge__button:active,
.shopify-challenge__button:focus {
	color: var(--white);
	background-color: var(--theme-color);
	border-color: var(--theme-color);
}

.shopify-policy__container {
	padding-top: 80px;
	padding-bottom: 50px;
}

.shopify-policy__title {
	margin: 0 0 30px;
	color: var(--gray-dark);
}

.form-button~.form-button {
	margin-top: 15px;
}

/* SLICK */
.slick-slider {
	position: relative;
	display: block;
	user-select: none;
	touch-action: pan-y;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	transform: translate3d(0, 0, 0);
}

.slick-list {
	position: relative;
	display: block;
	margin: 0 -15px;
	padding: 0;
	overflow: hidden;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
	padding: 0 15px;
}

[dir=rtl] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-slide:focus {
	outline: 0;
}

.slick-arrow {
	font-size: 0;
	top: calc(50% - 23px);
	border: 0;
	position: absolute;
	z-index: 1;
	transition: all 0.3s ease;
	font-family: icomoon;
	opacity: 0;
	visibility: hidden;
	padding: 0;
	color: rgba(0, 0, 0, .2);
	background: transparent;
}

.slick-arrow:before {
	font-size: 27px;
}

.slick-arrow:hover {
	color: var(--gray-dark);
}

.slick-prev {
	left: -55px;
}

.slick-prev::before {
	content: "\e905";
}

.slick-next {
	right: -55px;
}

.slick-next::before {
	content: "\e904";
}

.slick-dots {
	left: 0;
	width: 100%;
	bottom: 30px;
	display: flex;
	flex-wrap: row wrap;
	justify-content: center;
	margin: 0;
	padding: 0;
	list-style: none;
}

.slick-dots li {
	padding: 0;
	margin: 0 12px;
}

.slick-dots li.slick-active button {
	background: transparent;
	border-color: var(--gray-dark);
}

.slick-dots button {
	font-size: 0;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	position: relative;
	background: var(--gray-dark-20);
	box-sizing: content-box;
	padding: 0;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	border: 1px solid var(--gray-dark-20);
}

.slick-dots button:hover,
.slick-dots button:focus {
	outline: 0;
	box-shadow: none;
	background: transparent;
	border-color: var(--gray-dark);
}

.slick-carousel {
	display: none;
}

.slick-carousel.slick-initialized {
	display: block;
}

.slick-carousel .slick-carousel__item {
	padding-left: calc(30px / 2);
	padding-right: calc(30px / 2);
}

.bwp_slider-carousel {
	position: relative;
}

.bwp_slider-carousel:hover .slick-arrow {
	opacity: 1;
	visibility: visible;
}

/*================== HEADER ==========================*/
.social-icons {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}

.social-icons li {
	margin: 0 5px;
}

.social-icons li:first-child {
	margin-left: 0;
}

.social-icons li:last-child {
	margin-right: 0;
}

.social-icons a {
	color: var(--text-color);
	fill: var(--text-color);
}

.social-icons a:hover {
	color: var(--theme-color);
	fill: var(--theme-color);
}

.social-icons a span {
	display: none;
}

.currencies.bwp_currency {
	position: relative;
}

.currencies.bwp_currency.have-flags .flags_bwp-VND:before {
	background-image: url(vnd.svg?19041994);
}

.currencies.bwp_currency.have-flags .flags_bwp-USD:before {
	background-image: url(usd.svg?19041994);
}

.currencies.bwp_currency.have-flags .flags_bwp-AUD:before {
	background-image: url(aud.svg?19041994);
}

.currencies.bwp_currency.have-flags .flags_bwp-GBP:before {
	background-image: url(gbp.svg?19041994);
}

.currencies.bwp_currency.have-flags .flags_bwp-CAD:before {
	background-image: url(cad.svg?19041994);
}

.currencies.bwp_currency.have-flags .flags_bwp-DKK:before {
	background-image: url(dkk.svg?19041994);
}

.currencies.bwp_currency.have-flags .flags_bwp-EUR:before {
	background-image: url(eur.svg?19041994);
}

.currencies.bwp_currency.have-flags .flags_bwp-HKD:before {
	background-image: url(hkd.svg?19041994);
}

.currencies.bwp_currency.have-flags .flags_bwp-JPY:before {
	background-image: url(jpy.svg?19041994);
}

.currencies.bwp_currency.have-flags .flags_bwp-NZD:before {
	background-image: url(nzd.svg?19041994);
}

.currencies.bwp_currency.have-flags .flags_bwp-SGD:before {
	background-image: url(sgd.svg?19041994);
}

.currencies.bwp_currency.have-flags .current {
	display: flex;
	align-items: center;
}

.currencies.bwp_currency.have-flags .current:before {
	content: "";
	display: inline-block;
	width: 23px;
	height: 13px;
	background-size: contain;
	background-repeat: no-repeat;
}

.currencies.bwp_currency.have-flags .bwp-currency li a {
	display: flex;
	align-items: center;
}

.currencies.bwp_currency.have-flags .bwp-currency li a:before {
	content: "";
	display: inline-block;
	width: 25px;
	height: 15px;
	background-size: contain;
	background-repeat: no-repeat;
}

.currencies.bwp_currency .dropdown-menu {
	box-shadow: 0 5px 10px 5px rgba(0, 0, 0, 0.04);
	padding: 20px;
}

.currencies.bwp_currency .bwp-currency {
	padding: 0;
	list-style: none;
	margin: 0;
}

.currencies.bwp_currency .bwp-currency li {
	line-height: 18px;
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom: 1px solid rgba(229, 229, 229, 0.5);
}

.currencies.bwp_currency .bwp-currency li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}

.currencies.bwp_currency .bwp-currency li a {
	color: var(--gray-dark);
	font-size: calc(var(--font-size-base) - 2px);
}

.currencies.bwp_currency .bwp-currency li a:hover {
	color: var(--theme-color);
}

.header-selector {
	position: relative;
}

.header-selector.show .header-selector__toggle:after {
	transform: rotate(180deg);
}

/*================ MAIN MENU ====================*/
.main-menu ul {
	margin-top: 0;
	padding-left: 0px;
	list-style: none;
}

.main-menu__nav {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
}

.main-menu__nav-item {
	padding: 0 20px;
	position: relative;
}

.main-menu__nav-item>a {
	position: relative;
	font-size: var(--font-size-base);
	font-weight: var(--body-font-weight-medium);
	background-color: transparent;
	color: var(--menu-color);
	display: table;
	white-space: nowrap;
	transition: all 0.2s ease 0s;
}

.main-menu__nav-item>a:before {
	content: "";
	width: 0;
	height: 1px;
	background: var(--menu-color);
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%);
	transition: all .3s ease;
}

.main-menu__nav-item>a:hover,
.main-menu__nav-item>a:focus {
	color: var(--menu-hover-color);
}

.main-menu__nav-item:hover>a,
.main-menu__nav-item:focus>a,
.main-menu__nav-item.active>a {
	color: var(--menu-hover-color);
}

.main-menu__nav-item:hover>a:before,
.main-menu__nav-item:focus>a:before,
.main-menu__nav-item.active>a:before {
	width: 100%;
}

.main-menu__nav-item:first-child {
	padding-left: 0px;
}

.main-menu__nav-item:last-child {
	padding-right: 0px;
}

.main-menu__nav-item.menu-dropdown--mega {
	position: static;
}

.main-menu__nav-item.menu-dropdown--mega.width_custom_pos {
	position: relative;
}

.main-menu__nav-item.menu-dropdown--mega.width_custom_pos .menu-dropdown__content--megamenu {
	top: calc(100% + 10px);
	left: -30px;
}

.main-menu__nav-item.menu-dropdown--mega.width_custom_pos.width_custom_pos_right {
	position: static;
}

.main-menu__nav-item.menu-dropdown--mega.width_custom_pos.width_custom_pos_right .menu-dropdown__content--megamenu {
	left: auto;
	right: 0;
	max-width: 100%;
	top: 100%;
}

.menu-dropdown:hover>.menu-dropdown__content,
.menu-dropdown:focus>.menu-dropdown__content {
	opacity: 1;
	visibility: visible;
}

.menu-dropdown>a {
	display: flex;
}

.menu-dropdown>a::after {
	content: "\f107";
	pointer-events: none;
	margin-left: 3px;
	font-family: FontAwesome;
	position: relative;
	top: 1px;
}

.menu-dropdown--basic {
	position: relative;
}

.menu-dropdown--basic .menu-dropdown>a::after {
	content: "\f105";
	float: right;
	margin: 0;
	font-family: FontAwesome;
}

.menu-dropdown__content {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 9999;
	opacity: 0;
	visibility: hidden;
	transition: all 0.15s ease;
}

.menu-dropdown__content:not(.menu-dropdown__content--megamenu) {
	width: 220px;
	padding: 0;
	background-color: var(--menu-dropdown-bg);
	box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.12);
	padding: 15px 0;
	margin-top: 15px;
}

.menu-dropdown__content .menu-dropdown__content {
	top: 0;
	left: 100%;
}

.menu-dropdown__content a {
	display: block;
	padding: 5px 22px;
	color: var(--menu-dropdown-color);
	font-size: var(--font-size-base);
	text-decoration: none;
	transition: color 0.35s ease;
}

.menu-dropdown__content a:hover,
.menu-dropdown__content a:focus {
	color: var(--menu-dropdown-hover-color);
}

.menu-dropdown__content--megamenu {
	width: 100%;
	background: var(--white);
	box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.12);
}

.menu-dropdown__content--megamenu .menu-row {
	max-width: 1440px;
	padding: 40px 15px 45px;
	margin: auto;
	max-height: 80vh;
	overflow: auto;
}

.menu-dropdown__content--megamenu .menu-row::-webkit-scrollbar-track {
	background-color: #ececec;
}

.menu-dropdown__content--megamenu .menu-row::-webkit-scrollbar {
	width: 2px;
	background-color: #ececec;
}

.menu-dropdown__content--megamenu .menu-row::-webkit-scrollbar-thumb {
	background-color: var(--gray-dark);
}

.menu-dropdown__content--megamenu .menu-row .button_all {
	text-align: center;
	width: 100%;
	flex: 0 0 100%;
}

.menu-dropdown__content--megamenu .menu-row .button_all a {
	display: inline-block;
	line-height: 45px;
	padding: 0 20px;
	background: var(--theme-color);
	color: var(--white);
}

.menu-dropdown__content--megamenu .menu-row .button_all a:hover {
	background: var(--theme-color);
	-webkit-animation-name: text-transform;
	animation-name: text-transform;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

.menu-dropdown__content--megamenu .menu-dropdown__content {
	top: auto;
	left: auto;
}

.menu-dropdown__content--megamenu a {
	padding: 5px 0;
	position: relative;
	display: inline-block;
}

.menu-dropdown__content--megamenu a span {
	position: absolute;
	line-height: 18px;
	padding: 0 10px;
	font-size: 10px;
	top: -7px;
	font-weight: var(--body-font-weight-medium);
}

.menu-dropdown__content--megamenu a span.hot {
	background: rgba(241, 30, 30, 0.15);
	color: #f11e1e;
}

.menu-dropdown__content--megamenu a span.new {
	background: var(--theme-color-15);
	color: var(--theme-color);
}

.megamenu-heading {
	color: var(--gray-dark);
	position: relative;
	font-size: calc(var(--font-size-base) + 1px);
	text-transform: capitalize;
	margin-bottom: 17px;
	font-weight: var(--heading-font-weight-medium);
	padding-bottom: 10px;
	border-bottom: 1px solid var(--border-color);
}

.megamenu-heading a,
.megamenu-heading span {
	display: block;
	padding: 0;
	color: var(--gray-dark);
	line-height: 1;
	padding: 0;
}

.megamenu-links {
	margin-bottom: 15px;
}

.megamenu-links__item a {
	padding: 6px 0;
}

.megamenu-product .product-card__image-link {
	padding: 0;
}

.megamenu-product .title {
	color: var(--gray-dark);
	font-weight: var(--heading-font-weight-medium);
	position: relative;
	font-size: calc(var(--font-size-base) - 4px);
	text-transform: uppercase;
	padding-bottom: 5px;
	margin-bottom: 17px;
}

.megamenu-product .title:before {
	position: absolute;
	bottom: -1px;
	width: 40px;
	height: 1px;
	background: var(--gray-dark);
	content: "";
	left: 0;
}

.megamenu-product .product-card__buttons,
.megamenu-product .product-card__form {
	display: none !important;
}

.megamenu-product .wpb-variants-swatch {
	display: none !important;
}

.megamenu-product .product-card__name {
	margin-top: -5px;
	margin-bottom: 0;
}

.megamenu-product .product-card__name a {
	font-size: var(--font-size-base);
	margin: 0;
	font-weight: var(--heading-font-weight-medium);
	line-height: 16px;
	color: var(--text-color);
}

.megamenu-product .product-card__name a:hover {
	color: var(--theme-color);
}

.megamenu-product .product-review {
	line-height: 1;
}

.megamenu-product .slick-list {
	margin: 0 -6.5px;
}

.megamenu-product .slick-list .slick-carousel__item {
	padding: 0 7.5px;
}

.megamenu-banner {
	position: relative;
}

.megamenu-banner .title {
	font-size: var(--font-size-base);
	margin: 0;
	font-weight: var(--heading-font-weight-medium);
	text-align: center;
	width: 100%;
	padding: 0 15px;
	margin: 15px 0 30px;
}

.megamenu-banner .title a {
	color: var(--gray-dark);
}

.megamenu-banner .title a:hover {
	color: var(--theme-color);
}

.megamenu-banner img {
	width: 100%;
	transition: all 0.3s ease;
	box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.0392156863);
}

.megamenu-banner img:hover {
	transform: translateY(-15px);
}

.megamenu-banner a {
	padding: 0;
}

.megamenu-banner a.button {
	display: inline-block;
	line-height: 35px;
	padding: 0 25px;
	color: var(--gray-dark);
	font-size: 14px;
	background: var(--white);
	font-weight: var(--heading-font-weight-medium);
	position: relative;
	z-index: 1;
	border-radius: 100px;
}

.megamenu-banner a.button:hover {
	color: var(--white);
	background: var(--theme-color);
}

.megamenu-banner .content {
	position: absolute;
	width: 100%;
	padding: 0 15px;
	bottom: 30px;
	text-align: center;
	left: 0;
}

.megamenu-blog .featured-blog__post {
	display: flex;
	margin-bottom: 15px;
	align-items: center;
	position: relative;
}

.megamenu-blog .featured-blog__post:last-child {
	margin-bottom: 0;
}

.megamenu-blog .featured-blog__post .article__image {
	margin-bottom: 0;
}

.megamenu-blog .featured-blog__post .article__image .article__featured-image-link {
	display: inline-block;
}

.megamenu-blog .featured-blog__post .article__image .article__featured-image-link img {
	aspect-ratio: 2/1;
	object-fit: cover;
	object-position: center;
}

.megamenu-blog .featured-blog__post .article__featured-image-link {
	padding: 0;
	position: relative;
}

.megamenu-blog .featured-blog__post .article__featured-image-link:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: var(--gray-dark-25);
}

.megamenu-blog .featured-blog__post .blog-category a {
	padding: 0;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1;
	color: var(--white);
}

.megamenu-blog .featured-blog__post .blog-category a:hover {
	color: var(--white);
}

.megamenu-blog .featured-blog__post .article__heading {
	margin: -3px 0;
	font-size: (var(--font-size-base) + 2px);
}

.megamenu-blog .featured-blog__post .article__heading a {
	margin-bottom: 0;
	color: var(--gray-dark);
	font-weight: var(--body-font-weight-medium);
	text-transform: capitalize;
	color: var(--white);
}

.megamenu-blog .featured-blog__post .article__heading a:hover {
	color: var(--white);
}

.megamenu-blog .featured-blog__post .article__content {
	position: absolute;
	width: 100%;
	padding: 0 20px;
	bottom: 20px;
}

.megamenu-blog .featured-blog__post .meta {
	color: var(--text-color);
}

.megamenu-blog .featured-blog__post .meta a {
	font-size: calc(var(--font-size-base) - 3px);
	line-height: 1;
	padding: 0;
}

.main-menu__mobile {
	margin-right: 15px;
}

.main-menu__mobile .btn-nav {
	display: block;
	width: 32px;
	height: 32px;
	padding: 0;
	color: var(--menu-hover-color);
	font-size: 24px;
	line-height: 32px;
}

.menu-row {
	display: flex;
	flex-flow: row wrap;
	margin-left: -15px;
	margin-right: -15px;
}

.menu-row__col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 100%;
	max-width: 100%;
	padding-left: calc(30px / 2);
	padding-right: calc(30px / 2);
}

/*========= COLLECTION PAGE =============*/
.products__col {
	padding-top: calc(30px / 2);
	padding-bottom: calc(30px / 2);
}

/*=============== PRODUCT PRICE ==============*/
.product-group-price {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	font-size: calc(var(--font-size-base) + 1px);
	align-items: center;
}

.product-group-price .product-price {
	margin-right: 5px;
}

.product-group-price .product-price:last-child {
	margin-right: 0px;
}

.product-price {
	color: var(--gray-dark);
}

.product-price:last-child {
	margin-right: 0px;
}

.product-price--regular {
	color: var(-text-color);
	text-decoration: line-through;
}

.product-quantity__label {
	display: none;
	margin: 0;
	padding-right: 10px;
	font-size: calc(var(--font-size-base) - 1px);
	font-weight: var(--body-font-weight-bold);
}

/*================= PRODUCT REVIEW ===========*/
.product-review {
	font-size: 13px;
	line-height: 16px;
	margin-bottom: 10px;
}

.product-review .spr-badge {
	display: flex;
	flex-flow: row wrap;
	align-items: baseline;
}

.product-review .spr-starrating {
	margin-right: 8px;
	font-size: calc(var(--font-size-base) - 4px);
}

.product-review .jdgm-star {
	margin-right: 2px !important;
}

.product-review .jdgm-widget .jdgm-star:before {
	content: "\e907";
	font-family: wpbingofont;
	font-size: 13px;
}

.product-review .spr-icon.spr-icon-star-empty {
	opacity: 1;
}

.product-review .jdgm-widget .jdgm-star.jdgm--off:before {
	color: #ccc;
}

.product-review .jdgm-widget .jdgm-star:last-child {
	margin-right: 0px;
}

/*=========================== PRODUCT CARD ===================*/
.product-short-description {
	display: none;
}

.product-card {
	position: relative;
	margin-bottom: 25px;
	border-radius: 20px;
}

.product-card:hover .product-card__buttons>div {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.product-card:hover .product-card__image .product-card__img-hidden {
	opacity: 1;
	visibility: visible;
	transition: all 0.3s ease;
}

.product-card:hover .product-card__image-wrapper.transform .product-card__image {
	overflow: hidden;
}

.product-card:hover .product-card__image-wrapper.transform .product-card__image .product-card__img-hidden {
	transform: scale(1);
}

.product-card:hover .countdown-product {
	opacity: 0;
	visibility: hidden;
}

.product-card:hover .product-card__image .preloading-img-product.video img {
	opacity: 1;
	visibility: visible;
	transition: unset;
}

.product-card:hover .product-card__image .preloading-img-product.video.have-variants video {
	opacity: 0;
	visibility: hidden;
}

.product-card .countdown-product.style_1 {
	position: absolute;
	bottom: 25px;
	left: 0;
	width: 100%;
	padding: 0;
	transition: all 0.3s ease;
}

.product-card .countdown-product.style_1 .countdown {
	text-align: center;
	padding: 0 20px;
	background: var(--white);
	max-width: 215px;
	margin: auto;
	border: 1px solid var(--gray-dark);
	border-radius: 100px;
	line-height: 35px;
}

.product-card .countdown-product.style_1 .countdown__item {
	display: inline-block;
	color: var(--gray-dark);
	font-size: 15px;
	font-weight: var(--heading-font-weight-medium);
	text-transform: lowercase;
}

.product-card .countdown-product.style_1 .countdown__item:after {
	content: ":";
	display: inline-block;
	margin: 0 4px;
}

.product-card .countdown-product.style_1 .countdown__item:last-child:after {
	display: none;
}

.product-card .countdown-product.style_2 {
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 100%;
	padding: 0 10px;
	transition: all 0.3s ease;
}

.product-card .countdown-product.style_2 .countdown {
	text-align: center;
	padding: 0;
	justify-content: center;
}

.product-card .countdown-product.style_2 .countdown__item {
	display: inline-block;
	color: var(--text-color);
	margin: 0 2px;
	width: 45px;
	height: 45px;
	background: var(--white);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.0509803922);
}

.product-card .countdown-product.style_2 .countdown__item span:first-child {
	font-size: 14px;
	display: block;
	line-height: 22px;
	color: var(--gray-dark);
	font-weight: 500;
	margin-top: 4px;
	position: relative;
}

.product-card .countdown-product.style_2 .countdown__item span:last-child {
	font-size: 12px;
	line-height: 10px;
	display: block;
	margin-top: -1px;
	margin-bottom: -1px;
}

.product-card .product-card__image-wrapper.transform .product-card__image {
	overflow: hidden;
}

.product-card .product-card__image-wrapper.transform .product-card__image .preloading-img-product:last-child {
	position: absolute;
	top: 0;
	width: 100%;
	background: transparent;
}

.product-card .product-card__image-wrapper.transform .product-card__image .preloading-img-product:first-child {
	position: relative;

	background: {
			{
			settings.bg_raito
		}
	}

	;
}

.product-card .product-card__image-wrapper.transform .product-card__image .product-card__img-hidden {
	transform: scale(1);
}

.product-card .product-card__image-wrapper.transform .product-card__image .product-card__img-hidden {
	transform: scale(1.3);
}

.product-card .product-card__form.mobile {
	margin-top: 15px;
	overflow: hidden;
	position: relative;
}

.product-card .product-card__form.mobile .form-addtocart {
	display: flex;
}

.product-card .product-card__form.mobile .product-card_popup.mobile .js-btn-addtocart {
	padding: 0;
	height: 35px;
	line-height: 35px;
	text-transform: unset;
	border: 1px solid var(--gray-dark);
	margin: auto;
	border-radius: 0;
	position: relative;
	z-index: 1;
	overflow: hidden;
	flex: 1;
	font-size: revert !important;
}

.product-card .product-card__form.mobile .product-card_popup.mobile .wpbingo-qty {
	height: 35px;
	line-height: 35px;
	border: 1px solid var(--gray-dark);
	border-right: 0;
	padding: 0 5px;
}

.product-card .product-card__form.mobile .product-card_popup.mobile .wpbingo-qty button {
	background: transparent;
	border: 0;
	color: var(--gray-dark);
	padding: 0;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	line-height: 22px;
	font-size: var(--font-size-base);
}

.product-card .product-card__form.mobile .product-card_popup.mobile .wpbingo-qty button:hover {
	background: #ededed;
	color: var(--gray-dark);
}

.product-card .product-card__form.mobile .product-card_popup.mobile .wpbingo-qty input {
	background: transparent;
	border: 0;
	color: var(--gray-dark);
	height: 38px;
	line-height: 38px;
	width: 25px;
	text-align: center;
	padding: 0;
}

.product-card .product-card__form.mobile .wpbingo-qty {
	height: 35px;
	line-height: 35px;
	border: 1px solid var(--gray-dark);
	border-right: 0;
	padding: 0 5px;
}

.product-card .product-card__form.mobile .wpbingo-qty button {
	background: transparent;
	border: 0;
	color: var(--gray-dark);
	padding: 0;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	line-height: 22px;
	font-size: var(--font-size-base);
}

.product-card .product-card__form.mobile .wpbingo-qty button:hover {
	background: #ededed;
	color: var(--gray-dark);
}

.product-card .product-card__form.mobile .wpbingo-qty input {
	background: transparent;
	border: 0;
	color: var(--gray-dark);
	height: 31px;
	line-height: 31px;
	width: 25px;
	text-align: center;
	padding: 0;
}

.product-card .product-card__form.mobile .btn {
	padding: 0;
	height: 35px;
	line-height: 35px;
	color: var(--gray-dark);
	text-transform: unset;
	border: 1px solid var(--gray-dark);
	margin: auto;
	border-radius: 0;
	position: relative;
	z-index: 1;
	overflow: hidden;
	flex: 1;
	font-size: revert !important;
}

.product-card .product-card__form.mobile .btn:before {
	font-family: "icomoon";
	content: "\e901";
	display: inline-block;
	font-size: 15px;
	line-height: 1 !important;
	position: relative;
	top: 1px !important;
}

.product-card .product-card__form.mobile .btn:hover {
	color: var(--white);
	background: var(--theme-color);
	border-color: var(--theme-color) !important;
}

.product-card .product-card__form.mobile .btn.is-adding:before {
	position: relative;
	display: inline-block;
	content: "";
	border: 2px solid var(--gray-dark-25);
	border-top-color: var(--gray-dark);
	width: 16px;
	height: 16px;
	background: none;
	-webkit-animation: 2s linear 0s normal none infinite running spin-load;
	animation: 2s linear 0s normal none infinite running spin-load;
	text-indent: 0;
	top: 2px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.product-card .product-card__form.mobile .btn.is-adding .spinner-border {
	display: none;
}

.product-card .product-card__form.mobile .btn.is-adding:hover:before {
	border: 2px solid rgba(255, 255, 255, 0.25);
	border-top-color: var(--white);
}

.product-card .product-card__form.mobile .btn.btn-link {
	font-size: calc(var(--font-size-base) - 4px) !important;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 33px;
	color: var(--gray-dark);
	text-decoration: none;
}

.product-card .product-card__form.mobile .btn.btn-link:hover {
	background: var(--theme-color);
	border-color: var(--theme-color);
	color: var(--white);
}

.product-card .product-card__form.mobile .btn.btn-link:before {
	display: none;
}

.product-card.hover_style_1 .product-card__content {
	text-align: center;
}

.product-card.hover_style_1 .product-card__content .wpb-variants-swatch .swatch-content {
	justify-content: center;
}

.product-card.hover_style_1 .product-card__content .wpb-variants-swatch .swatch-content .swatch-items:last-child label {
	margin-right: 0;
}

.product-card.hover_style_1 .product-card__content .content-top {
	display: flex;
	justify-content: space-between;
}

.product-card.hover_style_1 .product-card__content .product-review {
	position: relative;
	top: 3px;
}

.product-card.hover_style_1 .product-card__buttons {
	flex-wrap: wrap;
	width: 40px;
	right: 15px;
	padding: 0;
	bottom: 105px;
}

.product-card.hover_style_1 .product-card__buttons>div {
	margin: 0 0 10px;
	transform: translateY(20px);
}

.product-card.hover_style_1 .product-card__buttons>div:before {
	left: auto;
	right: calc(100% + 10px);
	bottom: calc(50% - 11.5px);
	transform: unset;
}

.product-card.hover_style_1 .product-card__buttons>div:after {
	left: auto;
	right: 100%;
	bottom: calc(50% - 5px);
	border-color: transparent transparent transparent var(--gray-dark);
}

.product-card.hover_style_2 .product-card__price {
	justify-content: center;
}

.product-card.hover_style_2 .product-review .spr-badge {
	justify-content: center;
}

.product-card.hover_style_2 .product-card__buttons {
	flex-wrap: wrap;
	width: 40px;
	left: 20px;
	padding: 0;
	right: auto;
}

.product-card.hover_style_2 .product-card__buttons>div {
	margin: 10px 0 0;
	transform: translateY(20px);
}

.product-card.hover_style_2 .product-card__buttons>div:before {
	left: calc(100% + 10px);
	bottom: calc(50% - 11.5px);
	transform: unset;
}

.product-card.hover_style_2 .product-card__buttons>div:after {
	left: 100%;
	bottom: calc(50% - 5px);
	border-color: transparent var(--gray-dark) transparent transparent;
}

.product-card.hover_style_2 .content-bottom {
	position: relative;
	overflow: hidden;
}

.product-card.hover_style_2 .product-card__content {
	text-align: center;
}

.product-card.hover_style_2 .product-card__price {
	transition: all 0.3s ease;
}

.product-card.hover_style_2 .product-card__form:not(.mobile) {
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
	transform: translateY(100%);
}

.product-card.hover_style_2 .product-card__form:not(.mobile) .btn {
	padding: 0;
	margin: auto;
	color: var(--gray-dark);
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 1.6px;
	text-decoration: none;
	position: relative;
	display: inline-block;
}

.product-card.hover_style_2 .product-card__form:not(.mobile) .btn:before {
	content: "";
	width: 0;
	right: 0;
	height: 1px;
	bottom: 0;
	transition: all 0.3s ease;
	background: var(--theme-color);
	opacity: 0;
	position: absolute;
}

.product-card.hover_style_2 .product-card__form:not(.mobile) .btn:hover {
	color: var(--theme-color);
}

.product-card.hover_style_2 .product-card__form:not(.mobile) .btn:hover:before {
	width: 100%;
	left: 0;
	opacity: 1;
}

.product-card.hover_style_2 .product-card__content .wpb-variants-swatch .swatch-content {
	justify-content: center;
}

.product-card.hover_style_2:hover .product-card__buttons>div {
	transform: translateY(0);
}

.product-card.hover_style_2:hover .product-card__form:not(.mobile) {
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
}

.product-card.hover_style_3 {
	border: 0;
	border-radius: 0;
	padding: 0;
}

.product-card.hover_style_3 .product-card__content {
	text-align: center;
}

.product-card.hover_style_3 .product-card__content .wpb-variants-swatch .swatch-content {
	justify-content: center;
}

.product-card.hover_style_3 .product-card__price {
	justify-content: center;
}

.product-card.hover_style_3 .product-card__buttons {
	flex-wrap: wrap;
	padding: 0;
	bottom: 75px;
}

.product-card.hover_style_3 .product-card__buttons>div {
	margin: 0 5px;
	transform: translateY(20px);
}

.product-card.hover_style_3 .product-card__quickview:not(.mobile) {
	position: absolute;
	bottom: 0;
	padding: 0;
	width: 100%;
	left: 0;
	transition: all 0.3s ease;
	transform: translateY(100%);
	opacity: 0;
	visibility: hidden;
}

.product-card.hover_style_3 .product-card__quickview:not(.mobile)>a {
	background: var(--gray-dark);
	color: var(--white);
	height: 50px;
	line-height: 50px;
	padding: 0 30px;
	font-size: 14px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	overflow: hidden;
	z-index: 1;
	transition: all 0.3s ease;
	border: 0;
	width: 100%;
	text-transform: capitalize;
	font-weight: var(--heading-font-weight-medium);
	border-radius: 0 0 15px 15px;
}

.product-card.hover_style_3 .product-card__quickview:not(.mobile)>a.load-quickview:before {
	position: absolute;
	display: inline-block;
	content: "";
	border: 2px solid var(--gray-dark-25);
	border-top-color: var(--gray-dark);
	width: 16px;
	height: 16px;
	background: none;
	-webkit-animation: 2s linear 0s normal none infinite running spin-load;
	animation: 2s linear 0s normal none infinite running spin-load;
	text-indent: 0;
	top: calc(50% - 8px);
	left: calc(50% - 8px);
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.product-card.hover_style_3 .product-card__quickview:not(.mobile)>a.load-quickview:hover:before {
	border: 2px solid rgba(255, 255, 255, 0.5);
	border-top-color: var(--white);
}

.product-card.hover_style_3 .product-card__quickview:not(.mobile)>a:hover {
	color: var(--white);
	background: var(--theme-color);
}

.product-card.hover_style_3:hover .product-card__buttons>div {
	transform: translateY(0);
}

.product-card.hover_style_3:hover .product-card__quickview {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.product-card.hover_style_4 .product-card__content {
	text-align: center;
}

.product-card.hover_style_4 .product-card__content .wpb-variants-swatch .swatch-content {
	justify-content: center;
}

.product-card.hover_style_4 .product-card__content .wpb-variants-swatch .swatch-content .swatch-items:last-child label {
	margin-right: 0;
}

.product-card.hover_style_4 .product-card__content .product-card__name {
	flex: 1;
}

.product-card.hover_style_4 .product-card__content .content-top {
	display: flex;
	justify-content: space-between;
}

.product-card.hover_style_4 .product-card__content .product-review {
	position: relative;
	top: 3px;
}

.product-card.hover_style_4 .product-card__buttons {
	flex-wrap: wrap;
	width: 40px;
	right: 15px;
	padding: 0;
	bottom: 105px;
}

.product-card.hover_style_4 .product-card__buttons>div {
	margin: 10px 0 0;
	transform: translateY(20px);
}

.product-card.hover_style_4 .product-card__buttons>div:before {
	left: auto;
	right: calc(100% + 10px);
	bottom: calc(50% - 11.5px);
	transform: unset;
}

.product-card.hover_style_4 .product-card__buttons>div:after {
	left: auto;
	right: 100%;
	bottom: calc(50% - 5px);
	border-color: transparent transparent transparent var(--gray-dark);
}

.product-card.hover_style_4 .product-card__form:not(.mobile) {
	position: absolute;
	bottom: 0;
	padding: 0;
	width: 100%;
	left: 0;
	transition: all 0.3s ease;
	transform: translateY(100%);
	opacity: 0;
	visibility: hidden;
}

.product-card.hover_style_4 .product-card__form:not(.mobile) .btn-link {
	background: var(--gray-dark);
	color: var(--white);
	height: 54px;
	line-height: 54px;
	padding: 0 15px;
	display: inline-block;
	font-size: calc(var(--font-size-base) + 1px);
	font-weight: var(--heading-font-weight-medium);
	text-transform: capitalize;
	text-decoration: none;
	position: relative;
	overflow: hidden;
	z-index: 1;
	border: 0;
	width: 100%;
	border-radius: 0 0 15px 15px;
}

.product-card.hover_style_4 .product-card__form:not(.mobile) .btn-link i {
	font-size: 18px;
	line-height: 40px;
	position: relative;
	top: 2px;
}

.product-card.hover_style_4 .product-card__form:not(.mobile) .btn-link:hover {
	color: var(--white);
	background: var(--theme-color);
}

.product-card.hover_style_4 .product-card__form:not(.mobile) .btn--add-to-cart {
	padding: 0 15px;
	height: 54px;
	line-height: 54px;
	font-size: calc(var(--font-size-base) + 1px);
	text-transform: capitalize;
	font-weight: var(--heading-font-weight-medium);
	color: var(--white);
	background: var(--gray-dark);
	display: inline-block;
	position: relative;
	overflow: hidden;
	z-index: 1;
	border: 0;
	width: 100%;
	border-radius: 0 0 15px 15px;
}

.product-card.hover_style_4 .product-card__form:not(.mobile) .btn--add-to-cart:after {
	content: "\e901";
	font-size: 18px;
	font-family: icomoon;
	margin: 0 5px;
	font-weight: var(--heading-font-weight-default);
	position: relative;
	top: 1px;
}

.product-card.hover_style_4 .product-card__form:not(.mobile) .btn--add-to-cart:hover {
	color: var(--white);
	background: var(--theme-color);
}

.product-card.hover_style_4 .product-card__form:not(.mobile) .btn--add-to-cart.is-adding:before {
	position: absolute;
	display: inline-block;
	content: "";
	border: 2px solid var(--gray-dark-25);
	border-top-color: var(--gray-dark);
	width: 16px;
	height: 16px;
	background: none;
	-webkit-animation: 2s linear 0s normal none infinite running spin-load;
	animation: 2s linear 0s normal none infinite running spin-load;
	text-indent: 0;
	top: calc(50% - 8px);
	left: calc(50% - 8px);
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.product-card.hover_style_4 .product-card__form:not(.mobile) .btn--add-to-cart.is-adding:hover:before {
	border: 2px solid rgba(255, 255, 255, 0.25);
	border-top-color: var(--white);
}

.product-card.hover_style_4 .product-card__form:not(.mobile) .btn--add-to-cart.is-adding .spinner-border {
	display: none;
}

.product-card.hover_style_4:hover .product-card__buttons>div {
	transform: translateY(0);
}

.product-card.hover_style_4:hover .product-card__form {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.product-card.hover_style_5 .product-card__buttons {
	flex-wrap: wrap;
	width: 45px;
	right: 15px;
	bottom: 105px;
	padding: 0;
}

.product-card.hover_style_5 .product-card__buttons>div {
	margin: 0 0 10px;
}

.product-card.hover_style_5 .product-card__buttons>div:before {
	left: auto;
	right: calc(100% + 10px);
	bottom: calc(50% - 11.5px);
	transform: unset;
}

.product-card.hover_style_5 .product-card__buttons>div:after {
	left: auto;
	right: 100%;
	bottom: calc(50% - 5px);
	border-color: transparent transparent transparent var(--gray-dark);
}

.product-card.hover_style_5 .content-title-wishlist {
	display: flex;
	margin: 0 0 5px;
	align-items: center;
}

.product-card.hover_style_5 .content-title-wishlist .product-card__name {
	flex: 1;
	margin: 0;
}

.product-card.hover_style_5 .content-title-wishlist .button-wishlist {
	position: relative;
}

.product-card.hover_style_5 .content-title-wishlist .button-wishlist:before {
	content: attr(data-title);
	position: absolute;
	padding: 0 10px;
	background: var(--gray-dark);
	color: var(--white);
	right: calc(100% + 8px);
	line-height: 23px;
	white-space: nowrap;
	font-size: 12px;
	z-index: 10;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

.product-card.hover_style_5 .content-title-wishlist .button-wishlist:after {
	content: "";
	position: absolute;
	top: calc(50% - 5px);
	right: calc(50% + 5px);
	border-width: 5px;
	border-style: solid;
	border-color: transparent transparent transparent var(--gray-dark);
	pointer-events: none;
	opacity: 0;
	visibility: hidden;
}

.product-card.hover_style_5 .content-title-wishlist .button-wishlist:hover:before,
.product-card.hover_style_5 .content-title-wishlist .button-wishlist:hover:after {
	opacity: 1;
	visibility: visible;
}

.product-card.hover_style_5 .content-title-wishlist .button-wishlist button {
	color: var(--gray-dark);
	display: inline-block;
	text-align: center;
	border: 0;
	font-size: 0;
	white-space: nowrap;
	padding: 0;
	position: relative;
	background: transparent;
}

.product-card.hover_style_5 .content-title-wishlist .button-wishlist button:before {
	content: "\e909";
	font-family: "icomoon";
	font-size: 15px;
	display: inline-block;
}

.product-card.hover_style_5 .content-title-wishlist .button-wishlist button span {
	display: none;
}

.product-card.hover_style_5 .content-title-wishlist .button-wishlist button.active {
	color: var(--theme-color);
}

.product-card.hover_style_5 .content-title-wishlist .button-wishlist button.load-wishlist:before {
	position: relative;
	display: inline-block;
	content: "";
	border: 2px solid var(--gray-dark-50);
	border-top-color: var(--gray-dark);
	width: 16px;
	height: 16px;
	background: none;
	animation: 2s linear 0s normal none infinite running spin-load;
	text-indent: 0;
	border-radius: 50%;
}

.product-card.hover_style_5 .content-title-wishlist .button-wishlist button:hover {
	outline: 0;
}

.product-card.hover_style_5 .content-title-wishlist .button-wishlist button:focus {
	outline: 0;
	box-shadow: none;
}

.product-card.hover_style_5 .content-title-wishlist .button-wishlist button:hover {
	color: var(--theme-color);
	border-color: var(--theme-color);
	-webkit-animation-name: beat;
	animation-name: beat;
	-webkit-animation-duration: 0.9s;
	animation-duration: 0.9s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.product-card.hover_style_6 {
	transition: all 0.3s ease;
}

.product-card.hover_style_6 .product-card__image-wrapper {
	display: block;
}

.product-card.hover_style_6 .product-card__content .product-card__price {
	justify-content: center;
}

.product-card.hover_style_6 .btn-gruop {
	position: absolute;
	top: 5px;
	right: 10px;
}

.product-card.hover_style_6 .btn-gruop>div {
	margin-top: 5px;
}

.product-card.hover_style_6 .btn-gruop>div:before {
	content: attr(data-title);
	position: absolute;
	padding: 0 10px;
	background: var(--gray-dark);
	color: var(--white);
	line-height: 23px;
	white-space: nowrap;
	font-size: 12px;
	z-index: 10;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	left: auto;
	right: calc(100% + 10px);
	bottom: calc(50% - 11.5px);
	transform: unset;
}

.product-card.hover_style_6 .btn-gruop>div:after {
	content: "";
	position: absolute;
	border-width: 5px;
	border-style: solid;
	pointer-events: none;
	opacity: 0;
	visibility: hidden;
	left: auto;
	right: 100%;
	bottom: calc(50% - 5px);
	border-color: transparent transparent transparent var(--gray-dark);
}

.product-card.hover_style_6 .btn-gruop>div:hover:after,
.product-card.hover_style_6 .btn-gruop>div:hover:before {
	opacity: 1;
	visibility: visible;
}

.product-card.hover_style_6 .button-compare {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}

.product-card.hover_style_6 .button-compare button {
	color: var(--gray-dark);
	display: inline-block;
	text-align: center;
	background: var(--white);
	width: 45px;
	height: 45px;
	line-height: 45px;
	border: 0;
	font-size: 0;
	white-space: nowrap;
	padding: 0;
	border-radius: 50%;
	position: relative;
	box-shadow: 0 0px 10px 2px rgba(0, 0, 0, 0.04);
}

.product-card.hover_style_6 .button-compare button:before {
	content: "\e902";
	font-family: "icomoon";
	font-size: 15px;
	display: inline-block;
}

.product-card.hover_style_6 .button-compare button span {
	display: none;
}

.product-card.hover_style_6 .button-compare button.active {
	color: var(--white);
	background: var(--theme-color);
}

.product-card.hover_style_6 .button-compare button.load-compare:before {
	position: relative;
	display: inline-block;
	content: "";
	border: 2px solid var(--gray-dark-50);
	border-top-color: var(--gray-dark);
	width: 16px;
	height: 16px;
	background: none;
	animation: 2s linear 0s normal none infinite running spin-load;
	text-indent: 0;
	top: 8px;
	border-radius: 50%;
}

.product-card.hover_style_6 .button-compare button.load-compare:hover:before {
	border: 2px solid rgba(255, 255, 255, 0.5);
	border-top-color: var(--white);
}

.product-card.hover_style_6 .button-compare button.load-compare.active:before {
	border: 2px solid rgba(255, 255, 255, 0.5);
	border-top-color: var(--white);
}

.product-card.hover_style_6 .button-compare button:hover,
.product-card.hover_style_6 .button-compare button:focus {
	outline: 0;
	box-shadow: none;
}

.product-card.hover_style_6 .button-compare button:hover {
	color: var(--white);
	background-color: var(--theme-color);
	border-color: var(--theme-color);
	-webkit-animation-name: beat;
	animation-name: beat;
	-webkit-animation-duration: 0.9s;
	animation-duration: 0.9s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.product-card.hover_style_6 .button-wishlist:not(.mobile) {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}

.product-card.hover_style_6 .button-wishlist:not(.mobile) button {
	color: var(--gray-dark);
	display: inline-block;
	text-align: center;
	background: var(--white);
	width: 45px;
	height: 45px;
	line-height: 47px;
	border: 0;
	font-size: 0;
	white-space: nowrap;
	border-radius: 50%;
	box-shadow: 0 0px 10px 2px rgba(0, 0, 0, 0.04);
	padding: 0;
	position: relative;
}

.product-card.hover_style_6 .button-wishlist:not(.mobile) button:before {
	content: "\e909";
	font-family: "icomoon";
	font-size: 15px;
	display: inline-block;
}

.product-card.hover_style_6 .button-wishlist:not(.mobile) button span {
	display: none;
}

.product-card.hover_style_6 .button-wishlist:not(.mobile) button.active {
	color: var(--white);
	background: var(--theme-color);
}

.product-card.hover_style_6 .button-wishlist:not(.mobile) button.load-wishlist:before {
	position: absolute;
	display: inline-block;
	content: "";
	border: 2px solid var(--gray-dark-50);
	border-top-color: var(--gray-dark);
	width: 16px;
	height: 16px;
	background: none;
	animation: 2s linear 0s normal none infinite running spin-load;
	text-indent: 0;
	top: calc(50% - 8px);
	left: calc(50% - 8px);
	border-radius: 50%;
}

.product-card.hover_style_6 .button-wishlist:not(.mobile) button.load-wishlist:hover:before {
	border: 2px solid rgba(255, 255, 255, 0.5);
	border-top-color: var(--white);
}

.product-card.hover_style_6 .button-wishlist:not(.mobile) button:hover,
.product-card.hover_style_6 .button-wishlist:not(.mobile) button:focus {
	outline: 0;
	box-shadow: none;
}

.product-card.hover_style_6 .button-wishlist:not(.mobile) button:hover {
	color: var(--white);
	background-color: var(--theme-color);
	border-color: var(--theme-color);
	-webkit-animation-name: beat;
	animation-name: beat;
	-webkit-animation-duration: 0.9s;
	animation-duration: 0.9s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.product-card.hover_style_6 .product-card__buttons {
	bottom: 10px;
	padding: 0 5px;
}

.product-card.hover_style_6 .product-card__buttons>div {
	flex: 1;
	margin: 0 5px;
}

.product-card.hover_style_6 .product-card__buttons>div:after {
	display: none;
}

.product-card.hover_style_6 .product-card__buttons>div .btn {
	width: 100%;
	font-size: 0;
	position: relative;
	overflow: hidden;
	z-index: 1;
	background: var(--white);
	border: 0;
	border-radius: 100px;
}

.product-card.hover_style_6 .product-card__buttons .product-card__form .btn--add-to-cart:before {
	content: "\e901";
	font-family: icomoon;
	font-size: 15px;
}

.product-card.hover_style_6 .product-card__buttons>div .btn span {
	display: inline-block;
}

.product-card.hover_style_6 .product-card__buttons>div .btn:hover {
	-webkit-animation-name: none;
	animation-name: none;
	color: var(--white);
	background: var(--theme-color);
}

.product-card.hover_style_6 .product-card__buttons>div .btn .spinner-border {
	display: none;
}

.product-card.hover_style_6 .product-card__buttons>div .btn.is-adding {}

.product-card.hover_style_6 .product-card__buttons>div .btn.is-adding:before {
	content: "";
	position: absolute;
	width: 16px;
	height: 16px;
	top: calc(50% - 8px);
	left: calc(50% - 8px);
	display: block;
}

.product-card.hover_style_6 .product-card__buttons>div .btn.load-quickview {
	color: transparent;
}

.product-card.hover_style_6 .product-card__buttons>div .btn.load-quickview:before {
	position: absolute;
	width: 16px;
	height: 16px;
	top: calc(50% - 8px);
	left: calc(50% - 8px);
	display: block;
}

.product-card.hover_style_6 .product-card__content .wpb-variants-swatch .swatch-content.label .more-variant {
	font-size: 11px;
	border: 1px solid #dedede;
	background: var(--white);
	min-width: 13px;
	line-height: 15px;
	padding: 4px 5px;
	margin: 2px 3px;
}

.product-card.hover_style_6 .product-card__content .wpb-variants-swatch .swatch-content.label .more-variant:hover {
	color: var(--gray-dark);
	border-color: var(--gray-dark);
}

.product-card.hover_style_6 .product-card__content .wpb-variants-swatch .swatch-content.label .swatch-items label {
	font-size: 11px;
	border: 1px solid #dedede;
	background: var(--white);
	min-width: 13px;
	line-height: 15px;
	padding: 4px 5px;
	margin: 2px 3px;
}

.product-card.hover_style_6 .product-card__content .wpb-variants-swatch .swatch-content.label .swatch-items.active label,
.product-card.hover_style_6 .product-card__content .wpb-variants-swatch .swatch-content.label .swatch-items:hover label {
	color: var(--gray-dark);
	border-color: var(--gray-dark);
}

.product-card.hover_style_6:hover .product-card__buttons>div {
	transform: translateY(0);
}

.product-card.hover_style_6:hover .button-wishlist:not(.mobile),
.product-card.hover_style_6:hover .button-compare {
	transform: scale(1);
}

.product-card.hover_style_7 .product-card__image-wrapper.slider .slick-arrow {
	z-index: 10;
}

.product-card.hover_style_7 .product-card__buttons {
	background: #fff;
	padding: 10px;
	bottom: 0;
	transform: translateY(100%);
	transition: all 0.3s ease;
	opacity: 0;
	visibility: hidden;
}

.product-card.hover_style_7 .product-card__buttons .btn {
	box-shadow: unset;
}

.product-card.hover_style_7 .product-card__buttons .button-wishlist button {
	box-shadow: unset;
}

.product-card.hover_style_7 .product-card__buttons .button-compare button {
	box-shadow: unset;
}

.product-card.hover_style_7 .product-card__buttons>div {
	transform: unset;
	opacity: 1;
	visibility: visible;
}

.product-card.hover_style_7:hover .product-card__buttons {
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
}

.product-card.hover_style_8 {
	position: relative;
	padding: 0;
	overflow: hidden;
}

.product-card.hover_style_8 .product-review .spr-badge {
	justify-content: center;
}

.product-card.hover_style_8 .product-card__buttons {
	flex-wrap: wrap;
	width: 20px;
	right: 10px;
	padding: 0;
	bottom: auto;
	top: 10px;
	z-index: 11;
}

.product-card.hover_style_8 .product-card__content {
	text-align: center;
}

.product-card.hover_style_8 .product-card__buttons>div {
	margin: 5px 0 0;
	transform: translateX(50px);
	height: 20px;
	line-height: 20px;
}

.product-card.hover_style_8 .product-card__buttons>div:before {
	left: auto;
	right: calc(100% + 10px);
	bottom: calc(50% - 11.5px);
	transform: unset;
}

.product-card.hover_style_8 .product-card__buttons>div:after {
	left: auto;
	right: 100%;
	bottom: calc(50% - 5px);
	border-color: transparent transparent transparent var(--gray-dark);
}

.product-card.hover_style_8 .product-card__buttons>div .btn,
.product-card.hover_style_8 .product-card__buttons>div button {
	color: var(--white);
	background: transparent;
	width: auto;
	line-height: 1;
	height: 20px;
}

.product-card.hover_style_8 .product-card__buttons>div .btn:before,
.product-card.hover_style_8 .product-card__buttons>div button:before {
	line-height: 1;
}

.product-card.hover_style_8 .product-card__buttons>div .btn.load-wishlist:before,
.product-card.hover_style_8 .product-card__buttons>div button.load-wishlist:before {
	border-color: rgba(255, 255, 255, 0.5);
	border-top-color: var(--white);
	top: 0;
}

.product-card.hover_style_8 .product-card__buttons>div .btn.load-compare:before,
.product-card.hover_style_8 .product-card__buttons>div button.load-compare:before {
	border-color: rgba(255, 255, 255, 0.5);
	border-top-color: var(--white);
	top: 2px;
}

.product-card.hover_style_8 .wpb-variants-swatch {
	margin-bottom: 15px;
}

.product-card.hover_style_8 .wpb-variants-swatch .swatch-content {
	justify-content: center;
}

.product-card.hover_style_8 .wpb-variants-swatch .swatch-items label {
	border: 0;
	background: transparent;
}

.product-card.hover_style_8 .wpb-variants-swatch .swatch-content.label .title {
	color: var(--white);
}

.product-card.hover_style_8 .wpb-variants-swatch .swatch-content.label .swatch-items label {
	color: var(--white);
}

.product-card.hover_style_8 .wpb-variants-swatch .swatch-content.label .swatch-items.active label,
.product-card.hover_style_8 .wpb-variants-swatch .swatch-content.label .swatch-items:hover label {
	color: var(--gray-dark);
	background: var(--white);
	border-color: var(--white);
}

.product-card.hover_style_8 .product-card__form:not(.mobile) {
	text-align: center;
	margin-top: 10px;
}

.product-card.hover_style_8 .product-card__form:not(.mobile) .btn-link {
	color: var(--white);
	text-transform: uppercase;
	height: 40px;
	line-height: 38px;
	padding: 0 25px;
	font-size: 12px;
	text-decoration: none;
	border: 1px solid var(--white);
	display: inline-block;
	position: relative;
	z-index: 1;
	overflow: hidden;
	letter-spacing: 1.5px;
	font-weight: var(--body-font-weight-medium);
}

.product-card.hover_style_8 .product-card__form:not(.mobile) .btn-link i {
	margin-right: 5px;
	font-size: 16px;
	line-height: 1;
	position: relative;
	top: 2px;
	display: none;
}

.product-card.hover_style_8 .product-card__form:not(.mobile) .btn-link:hover {
	color: var(--gray-dark);
	background: var(--white);
}

.product-card.hover_style_8 .product-card__form:not(.mobile) .btn--add-to-cart {
	padding: 0 25px;
	height: 40px;
	line-height: 38px;
	color: var(--white);
	font-size: calc(var(--font-size-base) - 2px);
	text-transform: capitalize;
	border: 1px solid var(--white);
	margin: auto;
	border-radius: 0;
	position: relative;
	z-index: 1;
	overflow: hidden;
	font-weight: var(--body-font-weight-medium);
	border-radius: 100px;
}

.product-card.hover_style_8 .product-card__form:not(.mobile) .btn--add-to-cart:hover {
	color: var(--gray-dark);
	background: var(--white);
}

.product-card.hover_style_8 .product-card__form:not(.mobile) .btn--add-to-cart.is-adding {
	color: transparent;
}

.product-card.hover_style_8 .product-card__form:not(.mobile) .btn--add-to-cart.is-adding:before {
	position: absolute;
	display: inline-block;
	content: "";
	border: 2px solid rgba(255, 255, 255, 0.25);
	border-top-color: var(--white);
	width: 16px;
	height: 16px;
	background: none;
	-webkit-animation: 2s linear 0s normal none infinite running spin-load;
	animation: 2s linear 0s normal none infinite running spin-load;
	text-indent: 0;
	top: calc(50% - 8px);
	left: calc(50% - 8px);
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.product-card.hover_style_8 .product-card__form:not(.mobile) .btn--add-to-cart.is-adding .spinner-border {
	display: none;
}

.product-card.hover_style_8 .product-card__form:not(.mobile) .btn--add-to-cart.is-adding:hover:before {
	border: 2px solid var(--gray-dark-25);
	border-top-color: var(--gray-dark);
}

.product-card.hover_style_8:hover .product-card__image-link:before {
	transform: scale(1);
	opacity: 1;
	visibility: visible;
}

.product-card.hover_style_8:hover .product-card__buttons>div {
	transform: translateX(0);
}

.product-card.hover_style_8:hover .product-card__content {
	transform: scale(1);
	opacity: 1;
	visibility: visible;
}

.product-card.hover_style_8:hover .product-card__image-wrapper.slider .slick-arrow {
	opacity: 1;
	visibility: visible;
}

.product-card.hover_style_9 .product-card_popup:not(.mobile) {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	padding: 0 10px 15px;
	transition: all 0.3s ease;
	transform: translateY(100%);
	opacity: 0;
	visibility: hidden;
}

.product-card.hover_style_9 .product-variants__content {
	background: rgba(255, 255, 255, 0.60);
	backdrop-filter: blur(2px);
	padding: 15px 20px;
	text-align: center;
}

.product-card.hover_style_9 .product-variants__content .swatch-content {
	overflow: auto;
	white-space: nowrap;
	display: block;
	text-align: center;
}

.product-card.hover_style_9 .product-variants__content .swatch-content>div {
	display: inline-block;
}

.product-card.hover_style_9 .product-variants__content .swatch-content::-webkit-scrollbar-track {
	background-color: #F5F5F5;
}

.product-card.hover_style_9 .product-variants__content .swatch-content::-webkit-scrollbar {
	height: 3px;
	background-color: #F5F5F5;
}

.product-card.hover_style_9 .product-variants__content .swatch-content::-webkit-scrollbar-thumb {
	background-color: var(--gray-dark-15);
}

.product-card.hover_style_9 .product-variants__content .swatch-content::-webkit-scrollbar-thumb:hover {
	background-color: var(--gray-dark);
}

.product-card.hover_style_9 .product-variants__content .swatch-content>div:last-child label {
	margin-right: 0;
}

.product-card.hover_style_9 .product-variants__content .swatch-content.label .swatch-items label {
	padding: 0 11px;
	line-height: 26px;
	font-size: 10px;
}

.product-card.hover_style_9 .product-variants__content .title {
	color: var(--gray-dark);
	font-size: 10px;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 8px;
}

.product-card.hover_style_9 .product-card__buttons {
	width: auto;
	flex-wrap: wrap;
	bottom: auto;
	top: 50px;
	right: 20px;
	flex-direction: column;
	align-items: end;
	padding: 0;
}

.product-card.hover_style_9 .product-card__buttons .form-addtocart {
	display: flex;
	background: #fff;
	border-radius: 30px;
	box-shadow: 0 0 10px 2px #0000000a;
}

.product-card.hover_style_9 .product-card__buttons .form-addtocart:hover .wpbingo-qty {
	width: 85px;
	padding: 0 5px;
}

.product-card.hover_style_9 .product-card__buttons .form-addtocart input {
	border: 0;
	padding: 0;
	width: 25px;
	text-align: center;
	height: 45px;
	line-height: 45px;
	font-size: 14px;
}

.product-card.hover_style_9 .product-card__buttons .form-addtocart .wpbingo-qty {
	display: flex;
	align-items: center;
	width: 0;
	padding: 0;
	overflow: hidden;
	transition: all 0.5s ease;
}

.product-card.hover_style_9 .product-card__buttons .form-addtocart .wpbingo-qty button {
	border: 0;
	background: transparent;
	width: 25px;
	height: 45px;
	line-height: 45px;
	font-size: 13px;
}

.product-card.hover_style_9 .product-card__buttons .form-addtocart .wpbingo-qty button:hover {
	color: var(--theme-color);
}

.product-card.hover_style_9 .product-card__buttons>div {
	margin: 0 0 10px;
}

.product-card.hover_style_9 .product-card__buttons>div:before {
	left: auto;
	right: calc(100% + 5px);
	transform: translateY(50%);
	bottom: 50%;
}

.product-card.hover_style_9 .product-card__buttons>div:after {
	left: auto;
	right: calc(100% - 5px);
	bottom: calc(50% - 5px);
	border-color: transparent transparent transparent var(--gray-dark);
}

.product-card.hover_style_9:hover .product-card_popup:not(.mobile) {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.product-card .content-button-mobile {
	position: absolute;
	top: 10px;
	right: 10px;
}

.product-card .content-button-mobile>div {
	margin-bottom: 5px;
}

.product-card .content-button-mobile .product-card__quickview.mobile .js-btn-quickview {
	border: 0;
	color: var(--gray-dark);
	display: inline-block;
	text-align: center;
	background: var(--white);
	width: 35px;
	height: 35px;
	line-height: 26px;
	font-size: 0;
	white-space: nowrap;
	padding: 0;
	box-shadow: 0 0px 10px 5px rgba(0, 0, 0, 0.04);
	border-radius: 50%;
}

.product-card .content-button-mobile .product-card__quickview.mobile .js-btn-quickview:before {
	font-size: 12px;
	font-family: icomoon;
	content: "\e908";
	line-height: 35px;
}

.product-card .content-button-mobile .product-card__quickview.mobile .js-btn-quickview.load-quickview:before {
	position: relative;
	display: inline-block;
	content: "";
	border: 2px solid var(--gray-dark-25);
	border-top-color: var(--gray-dark);
	width: 14px;
	height: 14px;
	background: none;
	-webkit-animation: 2s linear 0s normal none infinite running spin-load;
	animation: 2s linear 0s normal none infinite running spin-load;
	text-indent: 0;
	top: 5px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.product-card .content-button-mobile .product-card__quickview.mobile .js-btn-quickview.load-quickview:hover:before {
	border: 2px solid rgba(255, 255, 255, 0.5);
	border-top-color: var(--white);
}

.product-card .content-button-mobile .product-card__quickview.mobile .js-btn-quickview:hover,
.product-card .content-button-mobile .product-card__quickview.mobile .js-btn-quickview:focus {
	outline: 0;
	box-shadow: none;
}

.product-card .content-button-mobile .product-card__quickview.mobile .js-btn-quickview:hover {
	color: var(--white);
	background-color: var(--theme-color);
}

.product-card .content-button-mobile .button-wishlist.mobile button {
	border: 0;
	color: var(--gray-dark);
	display: inline-block;
	text-align: center;
	background: var(--white);
	width: 35px;
	height: 35px;
	line-height: 37px;
	font-size: 0;
	white-space: nowrap;
	padding: 0;
	box-shadow: 0 0px 10px 5px rgba(0, 0, 0, 0.04);
	border-radius: 50%;
}

.product-card .content-button-mobile .button-wishlist.mobile button:before {
	content: "\e909";
	font-family: "icomoon";
	font-size: 12px;
	display: inline-block;
}

.product-card .content-button-mobile .button-wishlist.mobile button span {
	display: none;
}

.product-card .content-button-mobile .button-wishlist.mobile button.active {
	background: var(--theme-color);
	color: var(--white);
}

.product-card .content-button-mobile .button-wishlist.mobile button.load-wishlist:before {
	position: relative;
	display: inline-block;
	content: "";
	border: 2px solid var(--gray-dark-50);
	border-top-color: var(--gray-dark);
	width: 13px;
	height: 13px;
	background: none;
	animation: 2s linear 0s normal none infinite running spin-load;
	text-indent: 0;
	top: 6px;
	border-radius: 50%;
}

.product-card .content-button-mobile .button-wishlist.mobile button.load-wishlist:hover:before {
	border: 2px solid rgba(255, 255, 255, 0.5);
	border-top-color: var(--white);
}

.product-card .content-button-mobile .button-wishlist.mobile button:hover,
.product-card .content-button-mobile .button-wishlist.mobile button:focus {
	outline: 0;
	box-shadow: none;
}

.product-card .content-button-mobile .button-wishlist.mobile button:hover {
	color: var(--white);
	background-color: var(--theme-color);
	border-color: var(--theme-color);
}

.product-card__image-wrapper {
	position: relative;
	overflow: hidden;
}

.product-card__image-wrapper img {
	border-radius: 0;
}

.product-card__image-wrapper.zoom .product-card__image img {
	background: {
			{
			settings.bg_raito
		}
	}

	;
}

.product-card__image-wrapper.fadein .preloading-img-product:last-child {
	position: absolute;
	top: 0;
	width: 100%;
	background: transparent;
}

.product-card__image-wrapper.fadein .preloading-img-product:first-child {
	position: relative;

	background: {
			{
			settings.bg_raito
		}
	}

	;
}

.product-card__image-wrapper.slider {
	position: relative;
}

.product-card__image-wrapper.slider .product-card__image {
	display: block;
}

.product-card__image-wrapper.slider .product-card__image:not(.slick-initialized) .product-card__image-link:not(:first-child) {
	display: none;
}

.product-card__image-wrapper.slider .product-card__image:not(.slick-initialized) .product-card__image-link:not(:first-child) {
	display: none;
}

.product-card__image-wrapper.slider .slick-list {
	padding: 0;
}

.product-card__image-wrapper.slider .slick-arrow {
	width: 20px;
	height: 30px;
	top: calc(50% - 15px);
	background: var(--white);
	text-align: center;
	line-height: 30px;
	padding: 0;
	border: 0;
	border-radius: 0;
	opacity: 0 !important;
	visibility: hidden !important;
	box-shadow: unset;
	display: block !important;
}

.product-card__image-wrapper.slider .slick-arrow:before {
	font-size: 13px;
}

.product-card__image-wrapper.slider .slick-arrow:hover {
	background: var(--theme-color);
	color: var(--white);
}

.product-card__image-wrapper.slider .slick-arrow.slick-prev {
	left: 0;
}

.product-card__image-wrapper.slider .slick-arrow.slick-next {
	right: 0;
}

.product-card__image-wrapper.slider:hover .slick-arrow {
	opacity: 1 !important;
	visibility: visible !important;
}

.product-card__image-link {
	display: block;
}

.product-card__image-link img:not([role=presentation]) {
	width: 100%;
}

.product-card__image {
	position: relative;
}

.product-card__image .product-card__img-hidden {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
}

.product-card__image video {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.product-card__image .preloading-img-product {
	background: {
			{
			settings.bg_raito
		}
	}

	;
	position: relative;
}

.product-card__image .preloading-img-product.video img {
	opacity: 0;
	visibility: hidden;
}

.product-card__image .preloading-img-product img {
	position: absolute;
	top: 0;
	left: 0;
}

.product-card__image .pre-loading-image {
	z-index: revert;
	opacity: 1;
	display: block;
}

.product-card__image img.lazyloaded+.pre-loading-image {
	display: none;
}

.product-card__image .product-card__img-hidden+.pre-loading-image {
	display: none;
}

.product-card__content {
	position: relative;
	margin-top: 20px;
}

.wpb-variants-swatch {
	visibility: visible;
	transition: all 0.3s ease;
	margin-top: 7px;
	z-index: 10;
	width: 100%;
}

.wpb-variants-swatch .swatch-content {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 7px;
	font-weight: var(--body-font-weight-medium);
}

.wpb-variants-swatch .swatch-content.label .title {
	font-size: 12px;
	color: var(--gray-dark);
	position: relative;
	top: 1px;
	text-transform: uppercase;
}

.wpb-variants-swatch .swatch-content.label .more-variant {
	width: auto;
	height: auto;
	min-width: 16px;
	line-height: 18px;
	margin: 2px 3px;
	padding: 1px 2px;
	font-size: 12px;
	text-align: center;
	border: 0;
	box-sizing: content-box;
	color: var(--gray-dark);
	border: 1px solid #ddd;
	border-radius: 50%;
}

.wpb-variants-swatch .swatch-content.label .more-variant:hover {
	border-color: var(--gray-dark);
}

.wpb-variants-swatch .swatch-content.label .swatch-items label {
	width: auto;
	height: auto;
	min-width: 16px;
	line-height: 25px;
	margin: 2px 6px 2px 0;
	padding: 0px 17px;
	font-size: 12px;
	font-weight: var(--heading-font-weight-medium);
	text-align: center;
	border: 0;
	border-radius: 100px;
	box-sizing: content-box;
	color: var(--gray-dark);
	border: 1px solid #ddd;
}

.wpb-variants-swatch .swatch-content.label .swatch-items label:before {
	display: none;
}

.wpb-variants-swatch .swatch-content.label .swatch-items label span {
	display: none;
}

.wpb-variants-swatch .swatch-content.label .swatch-items label:hover {
	border-color: var(--gray-dark);
	color: var(--white);
	background: var(--gray-dark);
}

.wpb-variants-swatch .swatch-content.label .swatch-items.active label {
	border-color: var(--gray-dark);
	color: var(--white);
	background: var(--gray-dark);
}

.wpb-variants-swatch .swatch-content.image .swatch-items label {
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 50%;
}

.wpb-variants-swatch .swatch-content .more-variant-color {
	position: relative;
	margin: 2px 5px;
	height: 20px;
}

.wpb-variants-swatch .swatch-content.color .more-variant {
	margin: 2px 0;
	height: 22px;
	min-width: 22px;
	padding: 0 2px;
	border: 1px solid var(--gray-dark);
	border-radius: 50%;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
}

.wpb-variants-swatch .swatch-content.color .more-variant:hover {
	color: var(--white);
	background: var(--theme-color);
	border-color: var(--theme-color);
}

.wpb-variants-swatch .swatch-items label {
	width: 24px;
	margin: 2px 8px 2px 0px;
	height: 24px;
	font-size: 0;
	position: relative;
	cursor: pointer;
	line-height: 24px;
	border-radius: 50%;
	border: 1px solid #e9e9e9;
}

.wpb-variants-swatch .swatch-items label span {
	display: inline-block;
	line-height: 22px;
	color: var(--white);
	background: var(--gray-dark);
	padding: 0 10px;
	font-size: calc(var(--font-size-base) - 4px);
	position: absolute;
	bottom: calc(100% + 10px);
	left: 50%;
	transform: translateX(-50%);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	white-space: nowrap;
}

.wpb-variants-swatch .swatch-items label span:before {
	content: "";
	position: absolute;
	border-color: transparent;
	border-width: 4px;
	border-style: solid;
	left: calc(50% - 4px);
	bottom: -8px;
	border-top-color: #333;
}

.wpb-variants-swatch .swatch-items label:before {
	content: "";
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	left: 0;
	opacity: 0;
	visibility: hidden;
	border: 1px solid var(--gray-dark);
	border-radius: 50%;
}

.wpb-variants-swatch .swatch-items label:hover span {
	opacity: 1;
	visibility: visible;
}

.wpb-variants-swatch .swatch-items label:hover:before {
	opacity: 1;
	visibility: visible;
}

.wpb-variants-swatch .swatch-items.active label:before {
	opacity: 1;
	visibility: visible;
}

.wpb-variants-swatch .swatch-items.disabled label {
	display: none;
}

.product-card__summary {
	display: none;
	padding: 10px 0;
	font-size: calc(var(--font-size-base) - 2px);
}

.product-card__summary h3,
.product-card__summary h4,
.product-card__summary h5,
.product-card__summary h6 {
	margin: 0;
	padding: 10px 0;
	font-size: var(--font-size-base);
	font-weight: var(--heading-font-weight-medium);
}

.product-card__summary ul {
	margin: 0;
	padding-left: 15px;
}

.product-card__buttons {
	position: absolute;
	bottom: 15px;
	right: 0;
	z-index: 9;
	width: 100%;
	display: flex;
	padding: 0 15px;
	transition: all 0.3s ease-in-out;
	justify-content: center;
}

.product-card__buttons>div {
	position: relative;
	transition: all 0.3s ease;
	transform: translateY(50px);
	opacity: 0;
	visibility: hidden;
	margin: 0 5px;
}

.product-card__buttons>div:nth-child(2) {
	transition-delay: 0.1s;
}

.product-card__buttons>div:nth-child(3) {
	transition-delay: 0.2s;
}

.product-card__buttons>div:nth-child(4) {
	transition-delay: 0.3s;
}

.product-card__buttons>div:before {
	content: attr(data-title);
	position: absolute;
	padding: 0 10px;
	background: var(--gray-dark);
	color: var(--white);
	bottom: calc(100% + 10px);
	line-height: 23px;
	white-space: nowrap;
	left: 50%;
	transform: translateX(-50%);
	font-size: 12px;
	z-index: 10;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

.product-card__buttons>div:after {
	content: "";
	position: absolute;
	bottom: 100%;
	left: calc(50% - 5px);
	border-width: 5px;
	border-style: solid;
	border-color: var(--gray-dark) transparent transparent transparent;
	pointer-events: none;
	opacity: 0;
	visibility: hidden;
}

.product-card__buttons>div:hover:before,
.product-card__buttons>div:hover:after {
	opacity: 1;
	visibility: visible;
}

.product-card__buttons .btn {
	color: var(--gray-dark);
	display: inline-block;
	text-align: center;
	background: var(--white);
	width: 45px;
	height: 45px;
	font-size: 0;
	white-space: nowrap;
	padding: 0;
	position: relative;
	cursor: pointer;
	box-shadow: 0 0 8px 0 rgba(96, 96, 96, .1);
	border-radius: 50%;
	font-weight: var(--heading-font-weight-default);
}

.product-card__buttons .btn span {
	display: none;
}

.product-card__buttons .btn.btn--add-to-cart:before {
	content: "\e901";
	font-family: "icomoon";
	font-size: 18px;
	margin: 0;
	display: inline-block;
}

.product-card__buttons .btn.btn-link {
	font-size: 0;
	text-decoration: none;
}

.product-card__buttons .btn.btn-link i {
	font-size: 18px;
	line-height: 45px;
}

.product-card__buttons .btn.btn--quickview:before {
	font-size: 16px;
	font-family: "icomoon";
	content: "\e908";
	line-height: 45px;
}

.product-card__buttons .btn.btn--quickview.load-quickview:before {
	position: absolute;
	display: inline-block;
	content: "";
	border: 2px solid var(--gray-dark-25);
	border-top-color: var(--gray-dark);
	width: 16px;
	height: 16px;
	background: none;
	-webkit-animation: 2s linear 0s normal none infinite running spin-load;
	animation: 2s linear 0s normal none infinite running spin-load;
	text-indent: 0;
	top: calc(50% - 8px);
	left: calc(50% - 8px);
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.product-card__buttons .btn.btn--quickview.load-quickview:hover:before {
	border: 2px solid rgba(255, 255, 255, 0.5);
	border-top-color: var(--white);
}

.product-card__buttons .btn.is-adding:before {
	position: absolute;
	display: inline-block;
	content: "";
	border: 2px solid var(--gray-dark-25);
	border-top-color: var(--gray-dark);
	width: 16px;
	height: 16px;
	background: none;
	-webkit-animation: 2s linear 0s normal none infinite running spin-load;
	animation: 2s linear 0s normal none infinite running spin-load;
	text-indent: 0;
	font-size: 0;
	top: calc(50% - 8px);
	left: calc(50% - 8px);
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.product-card__buttons .btn.is-adding:hover:before,
.product-card__buttons .btn.is-adding.active:before {
	border: 2px solid rgba(255, 255, 255, 0.5);
	border-top-color: var(--white);
}

.product-card__buttons .btn:hover,
.product-card__buttons .btn:focus {
	outline: 0;
	box-shadow: none;
}

.product-card__buttons .btn:hover {
	color: var(--white);
	background-color: var(--theme-color);
	-webkit-animation-name: beat;
	animation-name: beat;
	-webkit-animation-duration: 0.9s;
	animation-duration: 0.9s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.product-card__buttons .button-wishlist button {
	color: var(--gray-dark);
	display: inline-block;
	text-align: center;
	background: var(--white);
	width: 45px;
	height: 45px;
	line-height: 47px;
	border: 0;
	font-size: 0;
	white-space: nowrap;
	padding: 0;
	box-shadow: 0 0 8px 0 rgba(96, 96, 96, .1);
	border-radius: 50%;
	position: relative;
}

.product-card__buttons .button-wishlist button:before {
	content: "\e909";
	font-family: "icomoon";
	font-size: 15px;
	display: inline-block;
}

.product-card__buttons .button-wishlist button span {
	display: none;
}

.product-card__buttons .button-wishlist button.active {
	color: var(--white);
	background: var(--theme-color);
}

.product-card__buttons .button-wishlist button.load-wishlist:before {
	position: absolute;
	display: inline-block;
	content: "";
	border: 2px solid var(--gray-dark-50);
	border-top-color: var(--gray-dark);
	width: 16px;
	height: 16px;
	background: none;
	animation: 2s linear 0s normal none infinite running spin-load;
	text-indent: 0;
	top: calc(50% - 8px);
	left: calc(50% - 8px);
	border-radius: 50%;
}

.product-card__buttons .button-wishlist button.load-wishlist:hover:before,
.product-card__buttons .button-wishlist button.load-wishlist.active:before {
	border: 2px solid rgba(255, 255, 255, 0.5);
	border-top-color: var(--white);
}

.product-card__buttons .button-wishlist button:hover {
	outline: 0;
}

.product-card__buttons .button-wishlist button:focus {
	outline: 0;
	box-shadow: none;
}

.product-card__buttons .button-wishlist button:hover {
	color: var(--white);
	background-color: var(--theme-color);
	border-color: var(--theme-color);
	-webkit-animation-name: beat;
	animation-name: beat;
	-webkit-animation-duration: 0.9s;
	animation-duration: 0.9s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.product-card__buttons .button-compare button {
	color: var(--gray-dark);
	display: inline-block;
	text-align: center;
	background: var(--white);
	width: 45px;
	height: 45px;
	line-height: 45px;
	border: 0;
	font-size: 0;
	white-space: nowrap;
	padding: 0;
	box-shadow: 0 0 8px 0 rgba(96, 96, 96, .1);
	border-radius: 50%;
	position: relative;
}

.product-card__buttons .button-compare button:before {
	content: "\e902";
	font-family: "icomoon";
	font-size: 15px;
	display: inline-block;
}

.product-card__buttons .button-compare button span {
	display: none;
}

.product-card__buttons .button-compare button.active {
	color: var(--white);
	background: var(--theme-color);
}

.product-card__buttons .button-compare button.load-compare:before {
	position: absolute;
	display: inline-block;
	content: "";
	border: 2px solid var(--gray-dark-50);
	border-top-color: var(--gray-dark);
	width: 16px;
	height: 16px;
	background: none;
	animation: 2s linear 0s normal none infinite running spin-load;
	text-indent: 0;
	top: calc(50% - 8px);
	left: calc(50% - 8px);
	border-radius: 50%;
}

.product-card__buttons .button-compare button.load-compare:hover:before {
	border: 2px solid rgba(255, 255, 255, 0.5);
	border-top-color: var(--white);
}

.product-card__buttons .button-compare button.load-compare.active:before {
	border: 2px solid rgba(255, 255, 255, 0.5);
	border-top-color: var(--white);
}

.product-card__buttons .button-compare button:hover {
	outline: 0;
}

.product-card__buttons .button-compare button:focus {
	outline: 0;
	box-shadow: none;
}

.product-card__buttons .button-compare button:hover {
	color: var(--white);
	background-color: var(--theme-color);
	border-color: var(--theme-color);
	-webkit-animation-name: beat;
	animation-name: beat;
	-webkit-animation-duration: 0.9s;
	animation-duration: 0.9s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.product-card__vendor {
	margin: 0;
	font-size: calc(var(--font-size-base) - 2px);
}

.product-card__name {
	font-size: calc(var(--font-size-base) + 1px);
	font-weight: var(--body-font-weight-medium);
	margin: 0 0 8px;
	text-transform: capitalize;
}

.product-card__name a {
	transition: color 0.3s ease;
	color: var(--gray-dark);
}

.product-card__name a:hover {
	color: var(--theme-color);
	text-decoration: none;
}

.product-card__price {
	font-size: var(--font-size-base);
	color: calc(var(--gray-dark) + 2px);
	font-weight: var(--body-font-weight-bold);
	display: inline-flex;
	line-height: 100%;
	flex-wrap: wrap;
	align-items: baseline;
	margin-bottom: 7px;
}

.product-card__price .product-price {
	color: var(--gray-dark);
}

.product-card__price .product-price.product-price--regular {
	color: var(--text-color);
	line-height: 99%;
}

.product-card__price .product-price.variant-price {
	color: var(--gray-dark);
}

.product-card__price .product-price.price-sale {
	color: #d81717;
}

.product-card__price .pre_order {
	font-size: var(--font-size-base);
	color: #24b256;
	margin-left: 5px;
}

.ttip_currency {
	position: relative;
}

.ttip_currency .tt_currency_txt {
	display: inline-block !important;
	position: absolute;
	background: var(--gray-dark);
	line-height: 23px;
	color: var(--white) !important;
	padding: 0 10px;
	left: 50%;
	transform: translateX(-50%);
	bottom: calc(100% + 5px);
	font-size: calc(var(--font-size-base) - 2px) !important;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: all 0.3s ease;
}

.ttip_currency .tt_currency_txt:before {
	content: "";
	position: absolute;
	bottom: -10px;
	border-color: var(--gray-dark) transparent transparent transparent;
	border-style: solid;
	border-width: 5px;
	left: calc(50% - 5px);
}

.ttip_currency:hover .tt_currency_txt {
	opacity: 1;
	visibility: visible;
}

.tt_currency_txt {
	display: none !important;
}

.product-card__label {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 1;
	color: var(--white);
	text-align: left;
}

.product-card__label>* {
	min-width: 50px;
	line-height: 25px;
	font-size: calc(var(--font-size-base) - 3px);
	font-weight: var(--body-font-weight-bold);
	padding: 0 10px;
	text-align: center;
	white-space: nowrap;
	display: inline-block;
	margin-right: 5px;
	vertical-align: top;
	border-radius: 100px;
}

.product-card__on-sale {
	text-align: center !important;
	color: var(--white);
	text-transform: capitalize;
	position: relative;
	z-index: 1;
	background: #d81717;
}

.product-card__sold-out {
	z-index: 2;
	background: var(--gray-dark);
	color: var(--white);
	font-size: 12px;
}

/*==================== BREADCRUMBS ==============*/
.template-article .wpbingo-breadcrumbs {
	margin-bottom: 0;
}

section.wpbingo-breadcrumbs .wpbingo-breadcrumbs__inner {
	text-align: center;
	position: relative;
}

section.wpbingo-breadcrumbs .wpbingo-breadcrumbs__inner .wpbingo-breadcrumbs__title {
	font-size: calc(var(--font-size-heading) + 2px);
	text-align: center;
	color: var(--color-breadcrumb);
	font-weight: 600;
}

section.wpbingo-breadcrumbs .wpbingo-breadcrumbs__inner .breadcrumb {
	align-items: center;
	padding: 0;
	justify-content: center;
	margin: 0;
}

section.wpbingo-breadcrumbs.left .wpbingo-breadcrumbs__inner .wpbingo-breadcrumbs__title {
	text-align: left;
}

section.wpbingo-breadcrumbs.left .wpbingo-breadcrumbs__inner .breadcrumb {
	justify-content: left;
}

section.wpbingo-breadcrumbs.right .wpbingo-breadcrumbs__inner .wpbingo-breadcrumbs__title {
	text-align: right;
}

section.wpbingo-breadcrumbs.right .wpbingo-breadcrumbs__inner .breadcrumb {
	justify-content: right;
}

section.wpbingo-breadcrumbs.wpbingo-breadcrumbs--no-image {
	padding-top: 45px;
	padding-bottom: 30px;
}

section.wpbingo-breadcrumbs.wpbingo-breadcrumbs--image {
	margin: 0 0 60px;
}

section.wpbingo-breadcrumbs.wpbingo-breadcrumbs--image .wpbingo-breadcrumbs__image {
	padding-top: 70px;
	padding-bottom: 75px;
	position: relative;
}

.wpbingo-breadcrumbs {
	margin-top: 0;
	margin-bottom: 50px;
	font-weight: var(--body-font-weight-medium);
}

.wpbingo-breadcrumbs .breadcrumb {
	background: transparent;
	padding: 20px 0;
	border-radius: 0;
	margin: 0;
	align-items: center;
}

.wpbingo-breadcrumbs a {
	color: var(--color-breadcrumb, #000);
	position: relative;
	display: inline-block;
	font-size: calc(var(--font-size-base) - 1px);
	font-weight: var(--body-font-weight-medium);
}

.wpbingo-breadcrumbs a:hover {
	color: var(--theme-color);
}

.wpbingo-breadcrumbs .breadcrumb__link {
	display: inline-block;
	font-size: var(--font-size-base);
}

.wpbingo-breadcrumbs .breadcrumb__item {
	line-height: 22px;
}

.wpbingo-breadcrumbs .breadcrumb__item:before {
	content: "/";
	display: inline-block;
	font-size: 15px;
	margin: 0 5px 0 8px;
	position: relative;
	top: -1px;
	color: var(--text-color);
}

.wpbingo-breadcrumbs .breadcrumb__item:first-child:before {
	display: none;
}

.wpbingo-breadcrumbs .breadcrumb__text {
	color: var(--color-breadcrumb, #000);
}

#about-us .wpbingo-breadcrumbs.wpbingo-breadcrumbs--image .wpbingo-breadcrumbs__image,
#contact .wpbingo-breadcrumbs.wpbingo-breadcrumbs--image .wpbingo-breadcrumbs__image {
	padding: 203px 0 166px;
}

/*======================== OVERRIDE Magnific Popup ==============*/
body.mfp-zoom-out-cur {
	position: fixed;
	width: 100%;
	overflow: hidden;
}

.mfp-bg {
	background-color: var(--white);
	opacity: 1;
}

.mfp-figure::after {
	display: none;
}

.mfp-counter {
	left: 0;
	color: var(--gray-dark);
	text-align: center;
}

button.mfp-arrow,
button.mfp-close {
	opacity: 1;
	color: var(--gray-dark);
}

button.mfp-arrow:hover,
button.mfp-close:hover {
	color: var(--theme-color);
}

button.mfp-arrow:focus,
button.mfp-close:focus {
	outline: 0;
}

.mfp-close {
	font-size: 44px;
}

.mfp-arrow-right::before {
	opacity: 1;
	border-left-color: var(--gray-dark);
	transition: all 0.3s ease;
}

.mfp-arrow-right:hover::before {
	border-left-color: var(--theme-color);
}

.mfp-arrow-left::before {
	opacity: 1;
	border-right-color: var(--gray-dark);
	transition: all 0.3s ease;
}

.mfp-arrow-left:hover::before {
	border-right-color: var(--theme-color);
}

/*========================== TOAST ==================*/
.ajaxcart-toast {
	position: fixed;
	top: 30px;
	right: 30px;
	z-index: 99;
	color: var(--white);
	background-color: #ff3547;
	border: none;
	border-radius: 0;
}

.ajaxcart-toast .toast-body {
	padding: 15px 30px;
	padding-right: 50px;
}

.ajaxcart-toast__close {
	position: absolute;
	top: 5px;
	right: 5px;
	display: block;
	width: 14px;
	height: 14px;
	color: var(--white);
	line-height: 14px;
	text-align: center;
	opacity: 0.8;
	transition: all 0.3s ease;
}

.ajaxcart-toast__close:hover,
.ajaxcart-toast__close:focus {
	color: var(--white);
	outline: 0;
	opacity: 1;
}

/*======================== ORDER DISCOUNT =======================*/
.product-discount {
	margin: 0;
	padding: 0;
	list-style: none;
}

.product-discount__item {
	padding: 2px 0;
	font-size: calc(var(--font-size-base) - 2px);
	font-weight: var(--body-font-weight-default);
	text-transform: uppercase;
}

.product-discount__item .fa {
	margin-right: 5px;
}

.order-discount {
	color: var(--gray-dark);
	font-size: calc(var(--font-size-base) - 2px);
	text-transform: uppercase;
}

.order-discount .fa {
	margin-right: 5px;
}

/*============================ PAGINATION =======================*/
.pagination {
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	border-radius: 0;
	padding: 0;
	display: inline-flex;
}

.pagination .pagination__navigation i {
	font-size: 18px;
	line-height: 1;
	position: relative;
	top: 2px;
}

.pagination>span>a,
.pagination>span>span {
	display: block;
	margin: 0 5px;
	width: 45px;
	height: 45px;
	color: var(--text-color);
	background: var(--white);
	border: 1px solid var(--border-color);
	border-radius: 50%;
	line-height: 45px;
	text-align: center;
	text-decoration: none;
	transition: all 0.3s ease;
	position: relative;
}

.pagination>span>a:hover,
.pagination>span>span:hover {
	color: var(--white);
	background: var(--theme-color);
	border-color: var(--theme-color);
}

.pagination>span.current {
	display: block;
	margin: 0 5px;
	width: 45px;
	height: 45px;
	color: var(--white);
	background: var(--theme-color);
	border: 0;
	line-height: 45px;
	border-radius: 50%;
	text-align: center;
	text-decoration: none;
	transition: all 0.3s ease;
	position: relative;
}

/*============================== AJAXCAR ============================*/
.cart-modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	display: flex;
	align-items: center;
	justify-items: center;
	width: 100vw;
	height: 100vh;
	padding: 0 15px;
}

.cart-modal__overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
}

.cart-modal__inner {
	position: relative;
	z-index: 2;
	display: flex;
	flex-flow: row wrap;
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	padding: 0 40px;
	background-color: var(--white);
	overflow: auto;
	height: auto;
	max-height: 80vh;
	transition: all 0.3s ease;
	opacity: 0;
	transform: translateY(-100px);
}

.cart-modal__inner.show {
	opacity: 1;
	transform: translateY(0);
}

.cart-modal__inner .cart-modal-recommendations {
	padding: 30px 0 0;
	width: 100%;
	flex: 0 0 100%;
	text-align: center;
	border-top: 1px solid var(--border-color);
}

.cart-modal__inner .cart-modal-recommendations .product-card__buttons,
.cart-modal__inner .cart-modal-recommendations .product-card__form,
.cart-modal__inner .cart-modal-recommendations .swatch-content {
	display: none;
}

.cart-modal__inner .cart-modal-recommendations .wpbingo-title {
	margin-bottom: 15px;
}

.cart-modal__inner .cart-modal-recommendations .wpbingo-title__heading {
	font-size: calc(var(--font-size-heading) - 5px);
	color: var(--gray-dark);
	margin: 0;
	display: inline-block;
	position: relative;
}

.cart-modal__inner .cart-modal-recommendations .product-recommendations {
	margin-top: 0;
	margin: 0 -15px;
}

.cart-modal__inner .cart-modal-recommendations .product-recommendations__inner {
	position: relative;
}

.cart-modal__inner .cart-modal-recommendations .product-recommendations__inner .slick-arrow {
	width: 30px;
	height: 30px;
	background: var(--gray-dark);
	color: var(--white);
	padding: 0;
	text-align: center;
	line-height: 30px;
}

.cart-modal__inner .cart-modal-recommendations .product-recommendations__inner .slick-arrow:before {
	font-size: 12px;
}

.cart-modal__inner .cart-modal-recommendations .product-recommendations__inner .slick-arrow.slick-prev {
	left: -15px;
}

.cart-modal__inner .cart-modal-recommendations .product-recommendations__inner .slick-arrow.slick-next {
	right: -15px;
}

.cart-modal__inner .cart-modal-recommendations .product-recommendations__inner .slick-arrow:hover {
	background: var(--theme-color);
}

.cart-modal__inner .cart-modal-recommendations .product-recommendations__inner:hover .slick-arrow {
	opacity: 1;
	visibility: visible;
}

.cart-modal__inner .cart-modal-recommendations .slick-list {
	margin: 0 -7.5px;
}

.cart-modal__inner .cart-modal-recommendations .slick-list .slick-slide {
	padding: 0 7.5px;
}

.cart-modal__inner .cart-modal__header {
	width: 100%;
	text-align: center;
	padding: 20px;
	border-bottom: 1px solid #e9e9e9;
}

.cart-modal__inner .cart-modal__header .cart-modal-totalcount {
	color: var(--text-color);
}

.cart-modal__inner .cart-modal__header .cart-modal-totalcount span {
	color: var(--gray-dark);
}

.cart-modal__close {
	cursor: pointer;
	position: absolute;
	top: 10px;
	right: 8px;
	text-align: center;
	z-index: 1;
	display: inline-block;
	width: 28px;
	height: 28px;
	padding: 6px;
	border: 1px solid var(--border-color);
}

.cart-modal__close:before,
.cart-modal__close:after {
	content: "";
	position: absolute;
	height: 1px;
	width: 14px;
	top: 50%;
	left: calc(50% - 7px);
	margin-top: -1px;
	background-color: var(--gray-dark);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.cart-modal__close:before {
	transform-origin: 50% 50%;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.cart-modal__close:after {
	transform-origin: 50% 50%;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.cart-modal__close:hover:before,
.cart-modal__close:hover:after {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

#form-modal-addtocart {
	width: 100%;
}

.cart-modal__middle {
	display: flex;
	padding: 30px 0;
	align-items: center;
	margin: 0 -30px;
	flex-wrap: wrap;
	position: relative;
}

.cart-modal__middle:before {
	content: "";
	height: calc(100% - 60px);
	width: 1px;
	background: var(--border-color);
	left: 50%;
	top: 30px;
	position: absolute;
}

.cart-modal__middle>div {
	padding: 0 30px;
}

.cart-modal__middle .variant {
	font-size: calc(var(--font-size-base) - 3px);
}

.cart-modal__middle .variant>span:not(:first-child):before {
	content: "|";
	margin: 0 5px;
	display: inline-block;
}

.cart-modal__middle.load_modal {
	opacity: 0.4;
}

.cart-modal__product {
	width: 50%;
	flex: 0 0 50%;
	display: flex;
}

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

.cart-modal__product .info-product {
	padding-left: 20px;
}

.cart-modal__product .modalcart__line_price {
	color: var(--gray-dark);
	font-size: var(--font-size-base);
	display: flex;
}

.cart-modal__product .modalcart__line_price .price_discount {
	font-size: calc(var(--font-size-base) - 4px);
	text-decoration: line-through;
	color: var(--text-color);
	margin-right: 5px;
}

.cart-modal__product .modalcart__quantity {
	position: relative;
	max-width: 105px;
	height: 35px;
	line-height: 35px;
	display: flex;
	margin: 7px 0;
	border: 1px solid var(--gray-dark);
}

.cart-modal__product .modalcart__quantity input {
	max-width: 35px;
	flex: 1;
	border: 0;
	text-align: center;
	color: var(--gray-dark);
	padding: 0;
	background: transparent;
	border-left: 1px solid var(--gray-dark);
	border-right: 1px solid var(--gray-dark);
	border-radius: 0;
}

.cart-modal__product .modalcart__quantity input[disabled] {
	opacity: 0.5;
}

.cart-modal__product .modalcart__quantity button {
	background: transparent;
	border: 0;
	color: var(--gray-dark);
	padding: 0;
	width: 35px;
}

.cart-modal__product .modalcart__quantity button[disabled] {
	opacity: 0.5;
}

.is-loading .cart-modal__product .modalcart__quantity {
	opacity: 0.5;
}

.cart-modal__content {
	width: 50%;
}

.cart-modal__content .cart-modal-totalprice {
	color: var(--gray-dark);
}

.cart-modal__content .cart-modal-totalprice span {
	font-weight: var(--body-font-weight-medium);
}

.cart-modal__content .shipping-bar-cart {
	margin-top: 13px;
	margin-bottom: 15px;
	padding: 20px;
}

.cart-modal__content .ajaxcart_terms_conditions {
	padding: 0;
	margin: 10px 0;
	font-size: calc(var(--font-size-base) - 1px);
}

.cart-modal__content .ajaxcart_terms_conditions label:before {
	width: 14px;
	height: 14px;
	top: 1px;
}

.cart-modal__content .ajaxcart-currency {
	padding: 0;
	margin-top: 15px;
}

.cart-modal__name {
	margin: 0;
	color: var(--gray-dark);
	font-weight: var(--body-font-weight-medium);
	line-height: var(--font-size-base);
	font-size: calc(var(--font-size-base) - 4px);
	text-transform: uppercase;
	margin-bottom: 5px;
}

.cart-modal__messenger {
	margin: 0 0 5px;
	color: var(--gray-dark);
	font-size: calc(var(--font-size-base) + 2px);
	text-transform: uppercase;
	font-family: var(--font-family-second);
	font-weight: var(--heading-font-weight-medium);
}

.cart-modal__messenger:before {
	display: inline-block;
	content: "\e92c";
	font-family: feather;
	color: #31a166;
	margin-right: 5px;
}

.cart-modal__funcs {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
}

.cart-modal__funcs>* {
	margin: 10px 12px 0 0;
	flex: 1;
}

.cart-modal__funcs>*:last-child {
	margin: 10px 0 0;
}

.cart-modal__btn {
	display: block;
	width: 100%;
	padding: 10px 15px;
	color: var(--white) !important;
	background-color: var(--gray-dark);
	border: 1px solid var(--gray-dark);
	line-height: 20px;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	transition: all 0.3s ease;
	z-index: 1;
	letter-spacing: 0.6px;
}

.cart-modal__btn:not([disabled]):hover,
.cart-modal__btn:not([disabled]):focus {
	outline: 0;
	border-color: var(--theme-color);
	background: var(--theme-color);
}

.ajaxcart__footer-buttons {
	padding: 0 22.5px;
	display: flex;
	flex-wrap: wrap;
}

.ajaxcart__footer-buttons>div {
	flex: 0 0 calc(50% - 15px);
	max-width: calc(50% - 15px);
	margin: 0 7.5px;
}

.cart-modal__btn--viewcart {
	color: var(--gray-dark) !important;
	background-color: var(--white);
	border-color: var(--gray-dark);
}

.cart-modal__btn--viewcart:hover,
.cart-modal__btn--viewcart:focus {
	color: var(--white) !important;
	background-color: var(--theme-color);
	border-color: var(--theme-color);
}

.cookie-message {
	display: none;
}

.cart--no-cookies .cookie-message {
	display: block;
}

.header-cart__content {
	position: absolute;
	top: 100%;
	right: 0;
	z-index: 99;
	display: block;
	min-width: 380px;
	padding: 20px;
	background-color: var(--body-bg-color);
	box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.12);
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
	width: 100%;
}

.header-cart__content .ajaxcart__footer-price {
	padding: 0 0 15px;
	border-top: 0;
	border-bottom: 1px solid #e5e5e5;
	margin-top: 0;
}

.header-cart__content .ajaxcart__policies {
	padding: 0;
	margin: 15px 0 10px;
}

.header-cart__content .gift-wrap {
	margin-bottom: 5px !important;
	font-size: calc(var(--font-size-base) - 1px);
}

.header-cart__content .ajaxcart__footer {
	padding-top: 20px;
	border-top: 1px solid #e5e5e5;
}

.header-cart__content .ajaxcart__footer-buttons {
	padding: 0;
	margin: 0 -7.5px;
}

.header-cart__content .ajaxcart-currency {
	padding: 0;
}

.header-cart__content .ajaxcart_terms_conditions {
	padding: 0;
}

.header-cart__content .gift-wrap-title {
	display: flex;
	cursor: pointer;
}

.header-cart__content .gift-wrap-title .icon-gift {
	position: relative;
	top: 1px;
	margin-right: 5px;
	font-size: 15px;
}

.header-cart__content .gift-wrap-title:hover .icon-gift {
	-webkit-animation-name: beat;
	animation-name: beat;
	-webkit-animation-duration: 0.9s;
	animation-duration: 0.9s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.header-cart__content .shipping-bar-cart {
	padding: 20px;
}

.ajaxcart-container {
	color: var(--text-color);
}

.ajaxcart__inner {
	max-height: 320px;
	overflow-x: hidden;
	overflow-y: auto;
}

.ajaxcart__inner::-webkit-scrollbar-track {
	background-color: #ececec;
}

.ajaxcart__inner::-webkit-scrollbar {
	width: 2px;
	background-color: #ececec;
}

.ajaxcart__inner::-webkit-scrollbar-thumb {
	background-color: var(--gray-dark);
}

.ajaxcart__product {
	padding: 0 0 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #e9e9e9;
}

.ajaxcart__product:last-child {
	margin: 0;
	border: 0;
}

.ajaxcart__product.is-loading {
	opacity: 0.5;
}

.ajaxcart__line-item {
	display: flex;
	flex-flow: row wrap;
}

.ajaxcart__line-item--left {
	width: 100px;
}

.ajaxcart__line-item--right {
	width: calc(100% - 100px);
	padding-left: 15px;
}

.ajaxcart__line-item--right .ajaxcart__product-description {
	position: relative;
}

.ajaxcart__product-image-wrapper {
	position: relative;
}

.ajaxcart__product-image {
	display: block;
	padding: 0;
	overflow: hidden;
}

.ajaxcart__product-image img {
	display: block;
	max-width: 100%;
	width: 100%;
}

.ajaxcart__quantity {
	position: absolute;
	top: -7px;
	right: -7px;
	display: block;
	min-width: 25px;
	height: 20px;
	padding: 0 3px;
	color: var(--white);
	background-color: rgba(114, 114, 114, 0.9);
	border-radius: 20px;
	border: 2px solid var(--body-bg-color);
	font-size: 12px;
	line-height: 16px;
	text-align: center;
}

.ajaxcart__product-name {
	margin: 0;
	color: var(--gray-dark);
	font-weight: var(--body-font-weight-medium);
	transition: color 0.3s ease;
	display: inline-block;
	text-transform: uppercase;
	font-size: calc(var(--font-size-base) - 2px);
}

.ajaxcart__product-name:hover,
.ajaxcart__product-name:focus {
	color: var(--theme-color);
	text-decoration: none;
}

.ajaxcart__product-meta {
	display: inline-block;
	color: var(--text-color);
	font-size: calc(var(--font-size-base) - 3px);
}

.ajaxcart__product-meta span:not(:first-child):before {
	content: "|";
	display: inline-block;
	margin: 0 5px;
}

.ajaxcart__price {
	display: block;
	color: var(--gray-dark);
	font-size: var(--font-size-base);
}

.ajaxcart__price--regular {
	font-size: calc(var(--font-size-base) - 1px);
	font-weight: var(--heading-font-weight-default);
	color: var(--text-color);
	margin-right: 5px;
}

.ajaxcart__footer-price {
	display: flex;
	justify-content: space-between;
	padding: 0 30px 5px;
	align-items: center;
}

.ajaxcart__footer-price .ajaxcart__subtotal-name {
	color: var(--gray-dark);
}

.ajaxcart__subtotal {
	color: var(--gray-dark);
	font-weight: var(--body-font-weight-medium);
}

.ajaxcart__policies {
	margin: 0;
	padding: 0 30px 10px;
	font-size: var(--font-size-base);
}

.ajaxcart-currency {
	padding: 0 30px;
	font-size: var(--font-size-base);
}

.ajaxcart-currency .content {
	padding: 15px 0 10px;
	border-top: 1px dashed var(--gray-dark-15);
	border-bottom: 1px dashed var(--gray-dark-15);
	margin-bottom: 15px;
}

.ajaxcart-currency .content p {
	margin: 0;
}

.ajaxcart-currency span {
	color: var(--gray-dark);
	font-weight: var(--body-font-weight-medium);
}

.ajaxcart-currency .marquee {
	white-space: nowrap;
	margin-bottom: 5px;
	display: flex;
	overflow: hidden;
}

.ajaxcart-currency .marquee p {
	transform: translateX(80px);
	animation: marquee 15s linear infinite;
}

.ajaxcart_terms_conditions {
	padding: 0 30px;
	position: relative;
	overflow: hidden;
}

.ajaxcart_terms_conditions label:before {
	content: "";
	width: 15px;
	height: 15px;
	border: 1px solid var(--gray-dark-25);
	display: inline-block;
	position: relative;
	top: 2px;
	margin-right: 5px;
	box-shadow: inset 0 0 0 10px #fff;
	transition: all 0.3s ease;
}

.ajaxcart_terms_conditions label a {
	z-index: 2;
	position: relative;
}

.ajaxcart_terms_conditions label a:before {
	content: "";
	position: absolute;
	bottom: 1px;
	right: 0;
	width: 100%;
	height: 1px;
	background: var(--gray-dark);
	transition: all 0.3s ease;
}

.ajaxcart_terms_conditions label a:hover:before {
	left: 0;
	width: 0;
}

.ajaxcart_terms_conditions input {
	position: absolute;
	width: 100%;
	opacity: 0;
	z-index: 2;
	height: 100%;
	cursor: pointer;
}

.ajaxcart_terms_conditions input:checked+label:before {
	background: var(--gray-dark);
	border-color: var(--gray-dark);
	box-shadow: inset 0 0 0 3px #fff;
}

.content_terms_conditions {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	align-items: center;
	justify-content: center;
	padding: 20px;
	z-index: 999;
	display: none;
}

.content_terms_conditions.active {
	display: flex;
}

.content_terms_conditions.show .content {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.content_terms_conditions .close-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.5);
}

.content_terms_conditions .content {
	max-width: 800px;
	width: 100%;
	overflow: auto;
	background: var(--white);
	padding: 30px;
	z-index: 3;
	position: relative;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-100px);
	transition: all 0.3s ease;
	max-height: 75%;
}

.content_terms_conditions .content::-webkit-scrollbar-track {
	background-color: #ececec;
}

.content_terms_conditions .content::-webkit-scrollbar {
	width: 2px;
	background-color: #ececec;
}

.content_terms_conditions .content::-webkit-scrollbar-thumb {
	background-color: var(--gray-dark);
}

.content_terms_conditions .close-conditions {
	cursor: pointer;
	position: absolute;
	top: 10px;
	right: 10px;
	text-align: center;
	z-index: 1;
	display: inline-block;
	width: 28px;
	height: 28px;
	padding: 6px;
	border: 1px solid var(--border-color);
}

.content_terms_conditions .close-conditions:before,
.content_terms_conditions .close-conditions:after {
	content: "";
	position: absolute;
	height: 1px;
	width: 14px;
	top: 50%;
	left: calc(50% - 7px);
	margin-top: -1px;
	background-color: var(--gray-dark);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.content_terms_conditions .close-conditions:before {
	transform-origin: 50% 50%;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.content_terms_conditions .close-conditions:after {
	transform-origin: 50% 50%;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.content_terms_conditions .close-conditions:hover:before,
.content_terms_conditions .close-conditions:hover:after {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

.content_terms_conditions .title {
	margin-bottom: 30px;
}

.content_terms_conditions h2 {
	font-size: calc(var(--font-size-heading) - 5px);
	display: inline-block;
	position: relative;
	padding-bottom: 5px;
	margin: 0;
}

.ajaxcart__footer-discount {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 13px 0 5px;
	border-top: 1px solid var(--border-color);
}

.ajaxcart__footer-discount .ajaxcart__price {
	padding-left: 20px;
}

.ajaxcart__note {
	margin: 15px 0 0;
}

.ajaxcart__note-label {
	color: var(--gray-dark);
	font-size: var(--font-size-base);
	font-weight: var(--body-font-weight-medium);
}

.ajaxcart__note-input:focus {
	border-color: var(--theme-color);
	outline: 0;
	box-shadow: none;
}

.quantity-remove {
	display: flex;
	align-items: center;
	margin-top: 5px;
}

.ajaxcart__qty {
	position: relative;
	max-width: 90px;
	height: 30px;
	line-height: 30px;
	display: flex;
	border: 1px solid var(--gray-dark);
	font-size: calc(var(--font-size-base) - 2px);
	border-radius: 20px;
}

.ajaxcart__qty input {
	width: 30px;
	flex: 1;
	border: 0;
	text-align: center;
	color: var(--gray-dark);
	padding: 0;
}

.ajaxcart__qty input[disabled] {
	opacity: 0.5;
}

.ajaxcart__qty button {
	background: transparent;
	border: 0;
	color: var(--gray-dark);
	padding: 0;
	width: 28px;
	text-align: center;
}

.ajaxcart__qty button[disabled] {
	opacity: 0.5;
}

.is-loading .ajaxcart__qty {
	opacity: 0.5;
}

.ajaxcart__remove {
	color: var(--gray-dark);
	font-size: calc(var(--font-size-base) - 2px);
	transition: color 0.3s ease;
	margin-left: 10px;
}

.ajaxcart__remove:hover,
.ajaxcart__remove:focus {
	color: red;
}

.cart-empty-message {
	margin: 0;
	padding: 0 5px;
	text-align: center;
}

.drawer {
	position: fixed;
	top: 0;
	bottom: 0;
	z-index: 999;
	display: block;
	width: calc(100% - 30px);
	max-width: 520px;
	background-color: var(--white);
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
	transform: translate(100%, 0);
	transition: all 0.4s cubic-bezier(0.46, 0.01, 0.32, 1);
	right: 0;
}

.drawer__overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	background-color: rgba(0, 0, 0, 0.4);
	opacity: 0;
	visibility: hidden;
	transition: all 0.4s cubic-bezier(0.46, 0.01, 0.32, 1);
}

.drawer--open {
	overflow: hidden;
}

.drawer--open .drawer {
	opacity: 1;
	visibility: visible;
	transform: translate(0, 0);
}

.drawer--open .drawer__overlay {
	opacity: 1;
	visibility: visible;
}

.drawer__header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 20px 30px;
	text-align: right;
}

.drawer__close-button {
	display: flex;
	border: none;
	background-color: transparent;
	position: relative;
	border: 1px solid var(--border-color);
	width: 30px;
	height: 30px;
	margin-left: auto;
}

.drawer__close-button:before,
.drawer__close-button:after {
	content: "";
	position: absolute;
	height: 1px;
	width: 16px;
	top: 50%;
	right: calc(50% - 9px);
	margin-top: -1px;
	background-color: var(--gray-dark);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.drawer__close-button:before {
	transform-origin: 50% 50%;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.drawer__close-button:after {
	transform-origin: 50% 50%;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.drawer__close-button:hover:before,
.drawer__close-button:hover:after {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

.ajaxcart .gift-wrap .gift-wrap-title:hover {
	color: var(--theme-color);
}

.ajaxcart .gift-wrap .gift-wrap-title:hover .icon-gift i {
	-webkit-animation-name: beat;
	animation-name: beat;
	-webkit-animation-duration: 0.9s;
	animation-duration: 0.9s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.ajaxcart .gift-wrap label {
	margin: 0 0 0 5px;
	color: var(--theme-color);
	font-weight: var(--body-font-weight-medium);
	display: flex;
}

.ajaxcart .gift-wrap label span {
	color: var(--theme-color) !important;
	font-size: var(--font-size-base) !important;
	margin: 0 0 0 3px !important;
}

.ajaxcart .gift-wrap label span.tt_currency_txt {
	color: var(--white) !important;
	font-size: calc(var(--font-size-base) - 2px) !important;
}

.drawer__inner {
	position: absolute;
	top: 70px;
	left: 0;
	bottom: 0;
	width: 100%;
	overflow: hidden;
}

.drawer__inner #shipping-calculator {
	position: absolute;
	width: 100%;
	left: 0;
	padding: 30px;
	height: auto;
	bottom: 0;
	background: var(--white);
	transition: all 0.3s ease;
	opacity: 0;
	visibility: hidden;
	transform: translateY(100%);
	transition: all 0.3s ease;
	z-index: 3;
}

.drawer__inner #shipping-calculator::-webkit-scrollbar-track {
	background-color: #F5F5F5;
}

.drawer__inner #shipping-calculator::-webkit-scrollbar {
	width: 5px;
	background-color: #F5F5F5;
}

.drawer__inner #shipping-calculator::-webkit-scrollbar-thumb {
	background-color: var(--gray-dark-15);
}

.drawer__inner #shipping-calculator.active {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.drawer__inner #shipping-calculator .close-ajaxcart__info {
	height: 40px;
	line-height: 36px;
	text-transform: uppercase;
	font-size: calc(var(--font-size-base) - 4px);
	border: 1px solid #e5e5e5;
	color: var(--gray-dark);
	padding: 0 20px;
	text-align: center;
	font-weight: var(--body-font-weight-medium);
	cursor: pointer;
}

.drawer__inner #shipping-calculator .close-ajaxcart__info:hover {
	background: var(--theme-color);
	color: var(--white);
	border-color: var(--theme-color);
}

.drawer__inner #shipping-calculator h3 {
	font-size: var(--font-size-base);
	font-weight: var(--body-font-weight-medium);
	font-family: var(--font-family-base);
}

.drawer__inner #shipping-calculator label {
	color: var(--gray-dark);
	flex: 0 0 100%;
}

.drawer__inner #shipping-calculator .field {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.drawer__inner #shipping-calculator select,
.drawer__inner #shipping-calculator input {
	height: 35px;
	line-height: 35px;
	border: 1px solid var(--border-color);
	padding: 0 15px;
	flex: 0 0 100%;
	width: 100%;
	border-radius: 0;
	color: var(--gray-dark);
}

.drawer__inner #shipping-calculator .get-rates {
	height: 40px;
	line-height: 40px;
	text-transform: uppercase;
	font-size: calc(var(--font-size-base) - 4px);
	border: 0;
	color: var(--white);
	padding: 0 20px;
	text-align: center;
	font-weight: var(--body-font-weight-medium);
	cursor: pointer;
	background: var(--theme-color);
	margin-top: 20px;
}

.drawer__inner #shipping-calculator .get-rates:hover {
	background: var(--theme-color);
	color: var(--white);
}

.drawer__inner #shipping-calculator .shipping_calculate_mess,
.drawer__inner #shipping-calculator .shipping_calculate_rate {
	color: var(--gray-dark);
}

.drawer__inner .ajaxcart__footer {
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 0;
	padding: 20px 0;
	background-color: var(--white);
	box-shadow: 0 5px 15px 5px var(--gray-dark-15);
}

.drawer__inner .ajaxcart__footer .ajaxcart__info {
	padding: 0 30px 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.drawer__inner .ajaxcart__footer .ajaxcart__info .ajaxcart__info_header {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.drawer__inner .ajaxcart__footer .ajaxcart__info .ajaxcart__info_header>div {
	margin: 0 5px;
	text-align: center;
	cursor: pointer;
}

.drawer__inner .ajaxcart__footer .ajaxcart__info .ajaxcart__info_header>div:last-child {
	margin: 0;
}

.drawer__inner .ajaxcart__footer .ajaxcart__info .ajaxcart__info_header>div i {
	font-size: 22px;
	color: #9b9b9b;
	position: relative;
	display: block;
}

.drawer__inner .ajaxcart__footer .ajaxcart__info .ajaxcart__info_header>div span {
	white-space: nowrap;
	font-size: calc(var(--font-size-base) - 2px);
	font-weight: var(--body-font-weight-medium);
	color: var(--gray-dark);
	margin-top: 5px;
	display: block;
}

.drawer__inner .ajaxcart__footer .ajaxcart__info .ajaxcart__info_header>div:hover i {
	color: var(--theme-color);
	-webkit-animation-name: beat;
	animation-name: beat;
	-webkit-animation-duration: 0.9s;
	animation-duration: 0.9s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.drawer__inner .ajaxcart__footer .ajaxcart__info .ajaxcart__info_header>div:hover span {
	color: var(--theme-color);
}

.drawer__inner .ajaxcart__footer .ajaxcart__info .ajaxcart__info_content>div {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	padding: 30px;
	height: 100%;
	background: var(--white);
	transform: translateY(100%);
	transition: all 0.3s ease;
	z-index: 3;
}

.drawer__inner .ajaxcart__footer .ajaxcart__info .ajaxcart__info_content>div .ajaxcart__note-input {
	height: calc(100% - 140px);
	margin-bottom: 15px;
}

.drawer__inner .ajaxcart__footer .ajaxcart__info .ajaxcart__info_content>div.active {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.drawer__inner .ajaxcart__footer .ajaxcart__info .ajaxcart__info_content .close-ajaxcart__info {
	height: 40px;
	line-height: 36px;
	text-transform: uppercase;
	font-size: calc(var(--font-size-base) - 4px);
	border: 1px solid #e5e5e5;
	color: var(--gray-dark);
	padding: 0 20px;
	text-align: center;
	font-weight: var(--body-font-weight-medium);
	cursor: pointer;
}

.drawer__inner .ajaxcart__footer .ajaxcart__info .ajaxcart__info_content .close-ajaxcart__info:hover {
	background: var(--theme-color);
	color: var(--white);
	border-color: var(--theme-color);
}

.drawer__inner .ajaxcart__footer .ajaxcart__info .ajaxcart__info_content .button-action {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -7.5px;
}

.drawer__inner .ajaxcart__footer .ajaxcart__info .ajaxcart__info_content .button-action>div {
	margin-left: 7.5px;
	margin-right: 7.5px;
	flex: 0 0 calc(50% - 15px);
	max-width: calc(50% - 15px);
}

.drawer__inner .ajaxcart__footer .ajaxcart__info .ajaxcart__info_content .save {
	height: 40px;
	line-height: 40px;
	background: var(--theme-color);
	padding: 0 20px;
	text-transform: uppercase;
	font-size: calc(var(--font-size-base) - 4px);
	color: var(--white);
	text-align: center;
	font-weight: var(--body-font-weight-medium);
	margin-bottom: 10px;
	cursor: pointer;
}

.drawer__inner .ajaxcart__footer .ajaxcart__info .ajaxcart__info_content .save:hover {
	background: var(--theme-color);
}

.drawer__inner .ajaxcart__footer .ajaxcart__info .ajaxcart__info_content .discount_code label {
	color: var(--gray-dark);
	margin-bottom: 10px;
	font-weight: var(--body-font-weight-medium);
}

.drawer__inner .ajaxcart__footer .ajaxcart__info .ajaxcart__info_content .discount_code .discount_code_input {
	width: 100%;
	height: 40px;
	line-height: 40px;
	margin-bottom: 15px;
	padding: 0 20px;
	border: 1px solid #ddd;
}

.drawer__inner .cart-empty-message {
	margin: 30px 0 0;
	padding: 15px 0;
	font-size: var(--font-size-heading);
	color: var(--gray-dark);
}

.drawer__inner .ajaxcart__inner {
	position: absolute;
	top: 0;
	left: 0;
	right: 20px;
	max-height: none;
	padding: 0 10px 0 30px;
}

.ajaxcart__product-price-wrapper {
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 4px;
}

.ajaxcart__product-price-wrapper .pre_order {
	color: #24b256;
	margin-left: 5px;
}

.ajaxcart__product-price-wrapper .pre_order.hide {
	display: none;
}

.ajaxcart__product-name-wrapper {
	height: 100%;
	display: flex;
	flex-direction: column;
}

.ajaxcart__product-name-wrapper .variant-content {
	display: flex;
	flex-wrap: wrap;
}

.cart-product-info__name {
	display: inline-block;
	color: var(--gray-dark);
	line-height: var(--font-size-base);
	font-size: calc(var(--font-size-base) - 2px);
	transition: all 0.3s ease;
	font-weight: var(--body-font-weight-medium);
	text-transform: uppercase;
}

.cart-product-info__name:hover {
	color: var(--theme-color);
	text-decoration: none;
}

.cart-product-info__price {
	margin: 3px 0 0;
	color: var(--gray-dark);
	font-size: var(--font-size-base);
	display: flex;
}

.cart-product-info__price .pre_order {
	color: #24b256;
	margin-left: 5px;
}

.variant-content {
	margin: 3px 0;
}

.cart-product-edit_variant {
	cursor: pointer;
	margin-left: 10px;
	display: inline-block;
	position: relative;
	font-size: calc(var(--font-size-base) - 4px);
	color: var(--gray-dark);
}

.cart-product-edit_variant:before {
	content: attr(data-title);
	position: absolute;
	padding: 0 10px;
	background: var(--gray-dark);
	color: var(--white);
	bottom: calc(100% + 10px);
	line-height: 23px;
	white-space: nowrap;
	left: -10px;
	font-size: 12px;
	z-index: 10;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

.cart-product-edit_variant:after {
	content: "";
	position: absolute;
	bottom: 100%;
	left: 0;
	border-width: 5px;
	border-style: solid;
	border-color: var(--gray-dark) transparent transparent transparent;
	pointer-events: none;
	opacity: 0;
	visibility: hidden;
}

.cart-product-edit_variant:hover:before,
.cart-product-edit_variant:hover:after {
	opacity: 1;
	visibility: visible;
}

.cart-product-edit_variant:hover {
	color: var(--theme-color);
}

.cart__price {
	color: var(--gray-dark);
	font-size: var(--font-size-base);
}

.cart__price--regular {
	margin-right: 5px;
	font-size: calc(var(--font-size-base) - 1px);
	color: var(--text-color);
}

.drawer__quantity {
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.cart__unit-price {
	display: block;
}

.shipping-bar-cart {
	padding: 20px 40px 40px;
	background: #F7F4EF;
	margin-bottom: 30px;
	border-radius: 10px;
}

.shipping-bar-cart .title-freeship {
	font-size: calc(var(--font-size-base) - 1px);
	text-transform: uppercase;
	color: var(--gray-dark);
	font-weight: var(--body-font-weight-medium);
	margin-bottom: 5px;
}

.shipping-bar-cart .title-freeship i {
	font-size: 18px;
	position: relative;
	top: 2px;
}

.shipping-bar-cart .title-spend,
.shipping-bar-cart .title-shipping {
	margin-bottom: 15px;
	color: var(--gray-dark);
}

.shipping-bar-cart .title-spend.hide,
.shipping-bar-cart .title-shipping.hide {
	display: none;
}

.shipping-bar-cart .shipping-progress_bar {
	height: 5px;
	width: 100%;
	position: relative;
	background: #E2E2E2;
}

.shipping-bar-cart .shipping-progress_bar .shipping-progress {
	position: absolute;
	height: 100%;
	background: var(--gray-dark);
	transition: all 0.3s ease;
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.5) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.5) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.5) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.5) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.5) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.5) 75%, transparent 75%, transparent);
	-webkit-background-size: 20px 20px;
	background-size: 20px 20px;
	-webkit-animation: progress-bar-stripes 1.5s linear infinite;
	-o-animation: progress-bar-stripes 1.5s linear infinite;
	animation: progress-bar-stripes 1.5s linear infinite;
}

.shipping-bar-cart.full .title-shipping {
	color: var(--gray-dark);
}

.shipping-bar-cart.full .shipping-progress_bar {
	border-color: #14c100;
}

.shipping-bar-cart.full .shipping-progress_bar .shipping-progress {
	background: #14c100;
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	-webkit-background-size: 20px 20px;
	background-size: 20px 20px;
	-webkit-animation: progress-bar-stripes 1.5s linear infinite;
	-o-animation: progress-bar-stripes 1.5s linear infinite;
	animation: progress-bar-stripes 1.5s linear infinite;
}

#fire_work {
	position: fixed;
	top: 0;
	width: 100%;
	height: 100vh;
	z-index: 99999;
	pointer-events: none;
}

#fire_work.hide {
	opacity: 0;
	visibility: hidden;
	z-index: -1;
}

.gift_card-container {
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	justify-content: center;
	align-items: center;
	display: none;
	z-index: 999;
	padding: 15px;
	overflow: auto;
}

.gift_card-container.show {
	display: flex;
}

.gift_card-container .gift_card__overlay {
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
}

.gift_card-container .gift_card__content {
	max-width: 500px;
	margin: auto;
	position: relative;
	z-index: 100;
	width: 100%;
	background: var(--white);
	transition: all 0.3s ease;
	opacity: 0;
	transform: translateY(-100px);
}

.gift_card-container .gift_card__content.show {
	opacity: 1;
	transform: translateY(0);
}

.gift_card-container .img-giftcard {
	width: 45%;
	flex: 0 0 45%;
	padding: 0 15px;
}

.gift_card-container .bwp-single-info {
	width: 55%;
	flex: 0 0 55%;
	padding: 0 15px;
}

.gift_card-container .product-giftcard {
	padding: 30px 0 50px;
}

.gift_card-container .product-giftcard>.row {
	align-items: center;
}

.gift_card-container .product-giftcard__variants .variants__label {
	color: var(--gray-dark);
	font-size: calc(var(--font-size-base) - 4px);
	text-transform: uppercase;
	font-weight: var(--body-font-weight-medium);
}

.gift_card-container .product-giftcard__variants .variants__options {
	display: flex;
	flex-wrap: wrap;
}

.gift_card-container .product-giftcard__variants .single-option-selector input {
	clip: rect(0, 0, 0, 0);
	overflow: hidden;
	position: absolute;
	width: 1px;
	height: 1px;
}

.gift_card-container .product-giftcard__variants .single-option-selector label {
	cursor: pointer;
	position: relative;
	width: auto;
	height: auto;
	line-height: 15px;
	padding: 5px 10px;
	min-width: 20px;
	text-align: center;
	border: 1px solid #dedede;
	border-radius: 0;
	box-sizing: content-box;
	overflow: hidden;
	margin: 0 10px 0 0;
	font-size: 13px;
}

.gift_card-container .product-giftcard__variants .single-option-selector label.disabled {
	opacity: 0.75;
	cursor: not-allowed;
}

.gift_card-container .product-giftcard__variants .single-option-selector label.disabled:before {
	content: "";
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom right, transparent calc(50% - 1px), #d7d7d7, transparent calc(50% + 1px));
}

.gift_card-container .product-giftcard__variants .single-option-selector input[type=radio]:checked+label {
	border-color: var(--gray-dark);
	background: var(--white);
	color: var(--gray-dark);
}

.gift_card-container .wpbingo-qty {
	height: 40px;
	line-height: 40px;
	border: 1px solid #dfdfdf;
	padding: 0 5px;
	display: inline-block;
}

.gift_card-container .wpbingo-qty button {
	background: transparent;
	border: 0;
	color: var(--gray-dark);
	padding: 0;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	line-height: 22px;
	font-size: var(--font-size-base);
}

.gift_card-container .wpbingo-qty button:hover {
	background: #ededed;
	color: var(--gray-dark);
}

.gift_card-container .wpbingo-qty input {
	background: transparent;
	border: 0;
	color: var(--gray-dark);
	height: 38px;
	line-height: 38px;
	width: 50px;
	text-align: center;
	padding: 0;
}

.gift_card-container .gift_card__btn-close {
	cursor: pointer;
	position: absolute;
	top: 10px;
	right: 10px;
	text-align: center;
	z-index: 1;
	display: inline-block;
	width: 28px;
	height: 28px;
	padding: 6px;
	border: 0;
	background: transparent;
	border: 1px solid var(--border-color);
}

.gift_card-container .gift_card__btn-close:before,
.gift_card-container .gift_card__btn-close:after {
	content: "";
	position: absolute;
	height: 1px;
	width: 14px;
	top: 50%;
	left: calc(50% - 7px);
	margin-top: -1px;
	background-color: var(--gray-dark);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.gift_card-container .gift_card__btn-close:before {
	transform-origin: 50% 50%;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.gift_card-container .gift_card__btn-close:after {
	transform-origin: 50% 50%;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.gift_card-container .gift_card__btn-close:hover:before,
.gift_card-container .gift_card__btn-close:hover:after {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

.gift_card-container .product-giftcard_title {
	font-size: calc(var(--font-size-base) + 4px);
	margin: 0 0 15px;
	padding: 0 30px 10px;
	border-bottom: 1px solid #dfdfdf;
}

.gift_card-container .price-container {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.gift_card-container .product-single__price--compare-at {
	margin-right: 5px;
	text-decoration: line-through;
}

.gift_card-container .product-single__price {
	color: var(--gray-dark);
	font-size: calc(var(--font-size-base) + 2px);
}

.gift_card-container .product-giftcard__buttons {
	position: absolute;
	width: 100%;
	left: 0;
	display: flex;
	bottom: 0;
}

.gift_card-container .product-giftcard__buttons .product-single__add-to-cart {
	flex: 1;
}

.gift_card-container .product-giftcard__buttons .product-single__add-to-cart .btn--add-to-cart {
	width: 100%;
	background: var(--gray-dark);
	color: var(--white);
	font-size: calc(var(--font-size-base) - 4px);
	text-transform: uppercase;
	font-weight: var(--body-font-weight-medium);
	position: relative;
	padding: 0 20px;
	line-height: 40px;
	border: 0;
}

.gift_card-container .product-giftcard__buttons .product-single__add-to-cart .btn--add-to-cart.active:before {
	position: relative;
	display: inline-block;
	content: "";
	border: 2px solid rgba(255, 255, 255, 0.25);
	border-top-color: var(--white);
	width: 16px;
	height: 16px;
	background: none;
	-webkit-animation: 2s linear 0s normal none infinite running spin-load;
	animation: 2s linear 0s normal none infinite running spin-load;
	text-indent: 0;
	top: 4px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	left: -5px;
}

.gift_card-container .product-giftcard__buttons .product-single__add-to-cart .btn--add-to-cart.added:before {
	content: "\e92b";
	font-family: feather;
	display: inline-block;
	font-size: 18px;
	color: var(--white);
	left: -5px;
	top: 3px;
	line-height: 1;
	position: relative;
}

.gift_card-container .product-giftcard__buttons .product-single__add-to-cart .btn--add-to-cart:hover {
	background: var(--theme-color);
}

.gift_card-container .product-giftcard__images {
	padding-left: 30px;
}

.gift_card-container .content_product_detail {
	padding-right: 30px;
}

.edit_variant-cart-container {
	top: 50%;
	left: 50%;
	width: calc(100% - 30px);
	max-width: 700px;
	max-height: 90%;
	transform: translate(-50%, -50%) scale(0.8);
	overflow: auto;
	position: fixed;
	z-index: 9999;
	transition: max-width 0.5s ease, transform 0.3s ease, opacity 0.3s ease;
	opacity: 0;
	visibility: hidden;
}

.edit_variant-cart-container.transform {
	transform: translate(-50%, -50%) scale(1);
	opacity: 1;
	visibility: visible;
}

.edit_variant-cart-container .edit_variant-cart__content {
	width: 100%;
	margin: auto;
	background: var(--white);
	z-index: 10;
	position: relative;
	transition: all 0.3s ease;
}

.edit_variant-cart-container .edit_variant-cart__content .row {
	align-items: center;
	margin: 0;
}

.edit_variant-cart-container .edit_variant-cart__content .row .bwp-single-info {
	z-index: 1;
	opacity: 1;
	visibility: visible;
}

.edit_variant-cart-container .edit_variant__btn-close {
	cursor: pointer;
	position: absolute;
	top: 10px;
	right: 10px;
	text-align: center;
	z-index: 1;
	display: inline-block;
	width: 28px;
	height: 28px;
	padding: 6px;
	border: 0;
	background: var(--white);
	z-index: 9;
	border: 1px solid var(--border-color);
}

.edit_variant-cart-container .edit_variant__btn-close:before,
.edit_variant-cart-container .edit_variant__btn-close:after {
	content: "";
	position: absolute;
	height: 1px;
	width: 14px;
	top: 50%;
	left: calc(50% - 7px);
	margin-top: -1px;
	background-color: var(--gray-dark);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.edit_variant-cart-container .edit_variant__btn-close:before {
	transform-origin: 50% 50%;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.edit_variant-cart-container .edit_variant__btn-close:after {
	transform-origin: 50% 50%;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.edit_variant-cart-container .edit_variant__btn-close:hover:before,
.edit_variant-cart-container .edit_variant__btn-close:hover:after {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

.edit_variant-cart-container .product-edit_variants_title {
	font-size: calc(var(--font-size-heading) - 5px);
	margin: 0 0 15px;
}

.edit_variant-cart-container .img-edit_variants {
	position: relative;
	z-index: 3;
	width: 350px;
	background: var(--white);
}

.edit_variant-cart-container .img-edit_variants .slick-list {
	margin: 0;
}

.edit_variant-cart-container .img-edit_variants .slick-carousel__item {
	padding: 0;
}

.edit_variant-cart-container .img-edit_variants .edit_variant-images__list:not(.slick-initialized) {
	display: block;
}

.edit_variant-cart-container .img-edit_variants .edit_variant-images__list:not(.slick-initialized) .slick-carousel__item {
	display: none;
}

.edit_variant-cart-container .img-edit_variants .edit_variant-images__list:not(.slick-initialized) .slick-carousel__item.show {
	display: block;
}

.edit_variant-cart-container .bwp-single-info {
	position: absolute;
	z-index: -1;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.3s, visibility 0s;
	transition: opacity 0.3s, visibility 0s;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 350px;
	padding: 30px;
	right: 0;
	max-height: 100%;
}

.edit_variant-cart-container .bwp-single-info .content_product_detail {
	height: 100%;
	overflow: auto;
	padding-right: 10px;
}

.edit_variant-cart-container .bwp-single-info .content_product_detail::-webkit-scrollbar-track {
	background-color: #ececec;
}

.edit_variant-cart-container .bwp-single-info .content_product_detail::-webkit-scrollbar {
	width: 2px;
	background-color: #ececec;
}

.edit_variant-cart-container .bwp-single-info .content_product_detail::-webkit-scrollbar-thumb {
	background-color: var(--gray-dark);
}

.edit_variant-cart-container .bwp-single-info .content_product_detail .variants-wrapper.image .variants__options {
	padding-left: 5px;
}

.edit_variant-cart-container .product-edit_variants__buttons {
	display: flex;
	flex-wrap: wrap;
}

.edit_variant-cart-container .product-edit_variants__buttons .product-single__add-to-cart {
	flex: 1;
	margin: 5px 0;
}

.edit_variant-cart-container .product-edit_variants__buttons .btn--add-to-cart {
	line-height: 30px;
	padding: 5px 10px;
	background: var(--gray-dark);
	color: var(--white);
	font-size: calc(var(--font-size-base) - 4px);
	text-transform: uppercase;
	width: 100%;
	border: 0;
	font-weight: var(--body-font-weight-medium);
}

.edit_variant-cart-container .product-edit_variants__buttons .btn--add-to-cart span {
	display: inline-block;
}

.edit_variant-cart-container .product-edit_variants__buttons .btn--add-to-cart.active span {
	-webkit-animation-name: none !important;
	animation-name: none !important;
}

.edit_variant-cart-container .product-edit_variants__buttons .btn--add-to-cart.active:before {
	position: relative;
	display: inline-block;
	content: "";
	border: 2px solid rgba(255, 255, 255, 0.25);
	border-top-color: var(--white);
	width: 16px;
	height: 16px;
	background: none;
	-webkit-animation: 2s linear 0s normal none infinite running spin-load;
	animation: 2s linear 0s normal none infinite running spin-load;
	text-indent: 0;
	top: 4px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	left: -5px;
}

.edit_variant-cart-container .product-edit_variants__buttons .btn--add-to-cart.added span {
	-webkit-animation-name: none !important;
	animation-name: none !important;
}

.edit_variant-cart-container .product-edit_variants__buttons .btn--add-to-cart.added:before {
	content: "\e92b";
	font-family: feather;
	display: inline-block;
	font-size: 18px;
	color: var(--white);
	left: -5px;
	top: 3px;
	line-height: 1;
	position: relative;
}

.edit_variant-cart-container .product-edit_variants__buttons .btn--add-to-cart:hover {
	background: var(--theme-color);
	color: #fff;
}

.edit_variant-cart-container .product-quantity {
	margin: 5px 10px 5px 0;
	height: 40px;
	display: inline-block;
	position: relative;
}

.edit_variant-cart-container .product-quantity .wpbingo-qty__number {
	width: 120px;
	border: 0;
	height: 40px;
	text-align: center;
	padding: 0 40px;
	font-size: 16px;
	background: transparent;
	border: 1px solid var(--gray-dark);
}

.edit_variant-cart-container .product-quantity .wpbingo-qty__adjust--minus {
	position: absolute;
	top: 0;
	left: 0;
	background: transparent;
	line-height: 40px;
	border: none;
	width: 40px;
	height: 40px;
	color: var(--gray-dark);
	font-size: 18px;
	padding: 0;
	border-right: 1px solid var(--gray-dark);
}

.edit_variant-cart-container .product-quantity .wpbingo-qty__adjust--minus:hover {
	color: var(--theme-color);
}

.edit_variant-cart-container .product-quantity .wpbingo-qty__adjust--plus {
	position: absolute;
	top: 0;
	right: 0;
	background: transparent;
	line-height: 40px;
	border: none;
	width: 40px;
	height: 40px;
	color: var(--gray-dark);
	font-size: 18px;
	padding: 0;
	border-left: 1px solid var(--gray-dark);
}

.edit_variant-cart-container .product-quantity .wpbingo-qty__adjust--plus:hover {
	color: var(--theme-color);
}

.edit_variant-cart-container .price-container {
	display: flex;
	flex-wrap: wrap;
	color: var(--gray-dark);
	font-size: var(--font-size-base);
	align-items: end;
	margin-bottom: 10px;
}

.edit_variant-cart-container .price-container .product-single__price--compare-at {
	color: var(--text-color);
	font-size: var(--font-size-base);
	text-decoration: line-through;
	margin-right: 5px;
}

.edit_variant-cart-container .single-option-selector {
	position: relative;
}

.edit_variant-cart-container .single-option-selector input {
	clip: rect(0, 0, 0, 0);
	overflow: hidden;
	position: absolute;
	width: 1px;
	height: 1px;
}

.edit_variant-cart-container .single-option-selector label {
	cursor: pointer;
	position: relative;
	width: auto;
	height: auto;
	line-height: 15px;
	padding: 5px;
	min-width: 20px;
	text-align: center;
	border: 1px solid #dedede;
	border-radius: 0;
	box-sizing: content-box;
	overflow: hidden;
	margin: 0 10px 10px 0;
	font-size: calc(var(--font-size-base) - 2px);
}

.edit_variant-cart-container .single-option-selector label.disabled {
	cursor: not-allowed;
}

.edit_variant-cart-container .single-option-selector label.disabled::before {
	content: "";
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom right, transparent calc(50% - 1px), #d7d7d7, transparent calc(50% + 1px));
}

.edit_variant-cart-container .single-option-selector input[type=radio]:checked+label {
	border-color: var(--gray-dark);
	background: var(--gray-dark);
	color: var(--white);
}

.edit_variant-cart-container .single-option-selector input[type=radio]:checked+label.disabled {
	border-color: #ccc;
	background: var(--white);
	color: var(--gray-dark);
}

.edit_variant-cart-container .single-option-selector input[type=radio]:checked+label[data-color]:after {
	border-color: var(--gray-dark);
}

.edit_variant-cart-container .single-option-selector input[type=radio]:checked+label[data-image] {
	box-shadow: 0 0 0 1px #000, inset 0 0 0 5px #fff;
}

.edit_variant-cart-container .variants-wrapper .variants__options {
	display: flex;
	flex-wrap: wrap;
}

.edit_variant-cart-container .variants-wrapper .variants__label {
	margin-right: 15px;
	margin-bottom: 10px;
	font-weight: var(--body-font-weight-default);
	font-size: calc(var(--font-size-base) - 4px);
	text-transform: uppercase;
	color: var(--text-color);
}

.edit_variant-cart-container .variants-wrapper .variants__label span {
	font-weight: var(--body-font-weight-medium);
	color: var(--gray-dark);
}

.edit_variant-cart-container .variants-wrapper.label .tool-tip {
	display: none;
}

.edit_variant-cart-container .variants-wrapper.color .variants__options {
	margin-left: 6px;
}

.edit_variant-cart-container .variants-wrapper.color .single-option-selector {
	position: relative;
}

.edit_variant-cart-container .variants-wrapper.color .single-option-selector input {
	clip: rect(0, 0, 0, 0);
	overflow: hidden;
	position: absolute;
	width: 1px;
	height: 1px;
}

.edit_variant-cart-container .variants-wrapper.color .single-option-selector label {
	cursor: pointer;
	position: relative;
	text-align: center;
	box-sizing: content-box;
	padding: 0;
	font-size: 0;
	text-indent: -9999;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	border: 0;
	width: 20px;
	height: 20px;
	overflow: unset;
	border-radius: 50%;
	margin: 0 20px 20px 0;
}

.edit_variant-cart-container .variants-wrapper.color .single-option-selector label:after {
	content: "";
	position: absolute;
	width: calc(100% + 10px);
	height: calc(100% + 10px);
	border: 1px solid #d7d7d7;
	border-radius: 50%;
	top: -5px;
	left: -5px;
}

.edit_variant-cart-container .variants-wrapper.color .single-option-selector label.disabled::before {
	content: "";
	pointer-events: none;
	position: absolute;
	top: -5px;
	left: 50%;
	width: 1px;
	height: calc(100% + 10px);
	background-color: #d7d7d7;
	transform: rotate(45deg);
}

.edit_variant-cart-container .variants-wrapper.color .single-option-selector label.disabled:hover:after {
	border-color: #d7d7d7;
}

.edit_variant-cart-container .variants-wrapper.color .single-option-selector label span.tool-tip {
	position: absolute;
	bottom: calc(100% + 12px);
	background: var(--gray-dark);
	line-height: 25px;
	padding: 0 10px;
	color: var(--white);
	font-size: 13px;
	border-radius: 0;
	left: 50%;
	transform: translateX(-50%);
	pointer-events: none;
	opacity: 0;
	visibility: hidden;
}

.edit_variant-cart-container .variants-wrapper.color .single-option-selector label span.tool-tip:before {
	bottom: -10px;
	content: "";
	position: absolute;
	border-width: 5px;
	border-style: solid;
	border-color: var(--gray-dark) transparent transparent;
	left: calc(50% - 5px);
}

.edit_variant-cart-container .variants-wrapper.color .single-option-selector input[type=radio]:checked+label {
	border-color: var(--gray-dark);
	background: var(--gray-dark);
	color: var(--white);
}

.edit_variant-cart-container .variants-wrapper.color .single-option-selector input[type=radio]:checked+label.disabled {
	border-color: #ccc;
	background: var(--white);
	color: var(--gray-dark);
}

.edit_variant-cart-container .variants-wrapper.color .single-option-selector input[type=radio]:checked+label:after {
	border-color: var(--gray-dark);
}

.edit_variant-cart-container .variants-wrapper.image .single-option-selector label {
	cursor: pointer;
	position: relative;
	text-align: center;
	box-sizing: content-box;
	padding: 0;
	font-size: 0;
	text-indent: -9999;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	border: 0;
	width: 60px;
	height: 60px;
	overflow: unset;
	margin: 0 15px 10px 0;
	transition: all 0.3s ease;
}

.edit_variant-cart-container .variants-wrapper.image .single-option-selector label.disabled::before {
	content: "";
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom right, transparent calc(50% - 1px), #000, transparent calc(50% + 1px));
}

.edit_variant-cart-container .variants-wrapper.image .single-option-selector label span.tool-tip {
	position: absolute;
	bottom: calc(100% + 12px);
	background: var(--gray-dark);
	line-height: 25px;
	padding: 0 10px;
	color: var(--white);
	font-size: 13px;
	border-radius: 0;
	left: 50%;
	transform: translateX(-50%);
	pointer-events: none;
	opacity: 0;
	visibility: hidden;
}

.edit_variant-cart-container .variants-wrapper.image .single-option-selector label span.tool-tip:before {
	bottom: -10px;
	content: "";
	position: absolute;
	border-width: 5px;
	border-style: solid;
	border-color: var(--gray-dark) transparent transparent;
	left: calc(50% - 5px);
}

.edit_variant-cart-container .variants-wrapper.image .single-option-selector input[type=radio]:checked+label {
	border-color: var(--gray-dark);
	background: var(--gray-dark);
	color: var(--white);
	box-shadow: 0 0 0 1px #000, inset 0 0 0 5px #fff;
}

.edit_variant-cart-container .variants-wrapper.image .single-option-selector input[type=radio]:checked+label.disabled {
	border-color: #ccc;
	background: var(--white);
	color: var(--gray-dark);
}

.edit_variant-cart-container .product-single__buttons {
	display: flex;
	flex-wrap: wrap;
}

.edit_variant-cart-container .product-single__buttons .product-single__add-to-cart {
	flex: 1;
	display: flex;
	flex-wrap: wrap;
}

.edit_variant-cart-container .product-single__buttons .btn--add-to-cart {
	-webkit-transition: none;
	transition: none;
	font-size: calc(var(--font-size-base) - 4px);
	text-transform: uppercase;
	line-height: 50px;
	position: relative;
	background: var(--gray-dark);
	color: var(--white);
	text-align: center;
	margin-right: 20px;
	padding: 0 15px;
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
	flex: 1;
	margin: 5px 0;
	white-space: nowrap;
	border: 0;
	font-family: var(--font-family-base);
	letter-spacing: 2px;
	font-weight: var(--body-font-weight-medium);
}

.edit_variant-cart-container .product-single__buttons .btn--add-to-cart:hover {
	background: var(--theme-color);
	border-color: var(--theme-color);
	color: var(--white);
	-webkit-animation-name: text-indent;
	animation-name: text-indent;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

.edit_variant-cart-container .product-single__buttons .btn--add-to-cart[disabled] {
	background: #f1f1f1;
	color: var(--gray-dark);
	opacity: 1;
}

.edit_variant-cart-container .product-single__buttons .btn--add-to-cart[disabled]:hover {
	cursor: not-allowed;
	background: #f1f1f1;
	-webkit-animation-name: none;
	animation-name: none;
}

.edit_variant-cart-container .product-single__buttons .btn--add-to-cart[disabled].is-adding {
	opacity: 1;
}

.edit_variant-cart-container .product-single__buttons .btn--add-to-cart[disabled].is-adding:hover {
	cursor: wait;
}

.edit_variant-cart-container .product-single__buttons .btn--add-to-cart.is-adding>span:nth-child(2) {
	display: inline-block !important;
}

.edit_variant-cart-container .product-single__buttons .btn--add-to-cart>span.btn__text:last-child {
	display: none;
}

.edit_variant-cart-container .product-single__buttons .btn--add-to-cart>span.btn__text:only-child {
	display: inline-block !important;
}

/*=-======================== SIDEBAR =======================*/
.block-sidebar {
	position: relative;
	margin: 0 0 30px;
	padding: 0 0 1px;
}

.block-sidebar__title {
	color: var(--gray-dark);
	background: transparent;
	font-size: calc(var(--font-size-base) + 4px);
	margin: 0 0 20px;
	position: relative;
	display: flex;
	justify-content: space-between;
	cursor: pointer;
	font-family: var(--font-family-base);
	text-transform: capitalize;
	font-weight: var(--heading-font-weight-medium);
}

.block-sidebar__title:after {
	display: inline-block;
	font-family: feather;
	font-size: 16px;
	line-height: 16px;
	height: 16px;
	position: relative;
	top: 0;
	content: "\e92e";
	transition: all 0.3s ease;
	transform-origin: center;
}

.block-sidebar__title label {
	margin: 0;
	position: relative;
	cursor: pointer;
}

.block-sidebar__title .count {
	width: 22px;
	height: 22px;
	background: var(--theme-color);
	border-radius: 50%;
	color: var(--white);
	font-size: 12px;
	display: inline-block;
	text-align: center;
	line-height: 22px;
	margin-left: 5px;
	position: relative;
	top: -3px;
}

.block-sidebar__title .count.hide {
	display: none;
}

.block-sidebar__title.active:after {
	transform: rotate(-180deg);
}

.block-sidebar__title .active-price {
	width: 5px;
	height: 5px;
	background: var(--theme-color);
	border-radius: 50%;
	font-size: calc(var(--font-size-base) - 4px);
	display: inline-block;
	text-align: center;
	line-height: 22px;
	margin-left: 5px;
	position: relative;
	top: -8px;
}

/*=============================== PAGE ===============================*/
.page-header {
	padding: 30px 0;
}

.page-title {
	margin: 0 0 15px;
	padding: 0;
	color: var(--gray-dark);
	font-family: var(--font-family-second);
	font-size: var(--font-size-heading);
	text-align: center;
}

.page-title .fa {
	font-size: 20px;
}

.page-title a {
	display: inline-block;
	margin-left: 5px;
	color: var(--gray-dark);
	transition: color 0.3s ease;
}

.page-title a:hover {
	color: var(--theme-color);
	text-decoration: none;
}

/*=================== PRODUCT-PAGE ===================*/
.product-page .container {
	max-width: 1440px;
}

.product-page .container.container-full-image {
	max-width: 100%;
}

/*======================= ACCOUNT PAGE ======================*/
.login-popup {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
	max-width: 100%;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 15px;
}

.login-popup.sideout {
	display: block;
}

.login-popup .remove-form-login-register {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 90;
	display: none;
	opacity: 0;
	visibility: hidden;
	background: rgba(0, 0, 0, 0.25);
}

.login-popup .content-form-register.popup {
	position: relative;
	z-index: 99;
	background: var(--white);
	max-width: 500px;
	margin: auto;
	max-height: 100%;
	width: 100%;
	text-align: center;
}

.login-popup .content-form-register.popup .login__content {
	padding: 40px;
	text-align: center;
}

.login-popup .content-form-register.sideout {
	width: 515px;
	right: 0;
	padding: 0 0 40px;
	background: var(--white);
	z-index: 99;
	height: 100%;
	top: 0;
	position: absolute;
	display: flex;
	flex-direction: column;
	transition: all 0.3s ease;
	transform: translateX(100%);
}

.login-popup .content-form-register.sideout .login__content {
	flex: 1;
	overflow: auto;
	padding: 60px 40px 40px;
}

.login-popup .content-form-register.sideout .login__content::-webkit-scrollbar-track {
	background-color: #ececec;
}

.login-popup .content-form-register.sideout .login__content::-webkit-scrollbar {
	width: 2px;
	background-color: #ececec;
}

.login-popup .content-form-register.sideout .login__content::-webkit-scrollbar-thumb {
	background-color: var(--gray-dark);
}

.login-popup .content-form-register.sideout .close-form-login {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: block;
	position: absolute;
	top: 25px;
	right: 40px;
	cursor: pointer;
	font-weight: var(--body-font-weight-medium);
}

.login-popup .content-form-register.sideout .close-form-login span {
	cursor: pointer;
	text-align: center;
	z-index: 1;
	display: inline-block;
	width: 26px;
	height: 26px;
	position: relative;
	background: var(--white);
	padding: 6px;
	border: 1px solid var(--border-color);
}

.login-popup .content-form-register.sideout .close-form-login span:before,
.login-popup .content-form-register.sideout .close-form-login span:after {
	content: "";
	position: absolute;
	height: 1px;
	width: 14px;
	top: 50%;
	left: calc(50% - 7px);
	margin-top: -1px;
	background-color: var(--gray-dark);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.login-popup .content-form-register.sideout .close-form-login span:before {
	transform-origin: 50% 50%;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.login-popup .content-form-register.sideout .close-form-login span:after {
	transform-origin: 50% 50%;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.login-popup .content-form-register.sideout .close-form-login:hover {
	color: var(--theme-color);
}

.login-popup .content-form-register.sideout .close-form-login:hover span:before,
.login-popup .content-form-register.sideout .close-form-login:hover span:after {
	background-color: var(--theme-color);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

.login-popup .form-control {
	line-height: 40px;
	height: 40px;
	padding: 0 20px;
	border: 1px solid #e5e5e5;
}

.login-popup .content-image {
	position: relative;
}

.login-popup h3 {
	display: inline-block;
	font-size: calc(var(--font-size-base) - 2px);
	color: var(--gray-dark);
	margin: 0;
	text-transform: uppercase;
	width: 100%;
	text-align: left;
	font-family: var(--font-family-base);
	margin-bottom: 20px;
	font-weight: var(--heading-font-weight-medium);
}

.login-popup .form-button {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -7.5px;
}

.login-popup .form-button input {
	width: 100%;
	padding: 0 20px;
	line-height: 40px;
	background: var(--gray-dark);
	border: 0;
	font-size: calc(var(--font-size-base) - 2px);
	letter-spacing: 0.6px;
	margin: 0 7.5px;
	max-width: calc(50% - 15px);
}

.login-popup .form-button input:hover {
	background: var(--theme-color);
}

.login-popup .form-link {
	margin: 20px 0;
	text-align: left;
}

.login-popup .form-link .js-forget-password {
	color: var(--gray-dark);
	position: relative;
	display: inline-block;
	font-size: calc(var(--font-size-base) - 2px)
}

.login-popup .form-link .js-forget-password:before {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 1px;
	background: var(--gray-dark);
	transition: all 0.3s ease;
}

.login-popup .form-link .js-forget-password:hover {
	color: var(--theme-color);
}

.login-popup .form-link .js-forget-password:hover:before {
	left: 0;
	width: 0;
	background: var(--theme-color);
}

.login-popup .register-account {
	max-width: calc(50% - 15px);
	margin: 0 7.5px;
	width: 100%;
}

.login-popup .register-account a {
	color: var(--gray-dark);
	display: inline-block;
	position: relative;
	padding: 10px 15px;
	border: 1px solid var(--gray-dark);
	width: 100%;
	font-size: calc(var(--font-size-base) - 2px);
	font-weight: var(--heading-font-weight-medium);
	letter-spacing: 0.6px;
	text-transform: uppercase;
	text-align: center;
	border-radius: 20px;
}

.login-popup .register-account a:hover {
	background: var(--theme-color);
	color: #fff;
	border-color: var(--theme-color);
}

.login-popup .recover-password__form .form-link {
	text-align: center;
	margin-bottom: 0;
}

.login-popup .close-form-login {
	display: none;
}

.login-popup.active {
	opacity: 1;
	visibility: visible;
	display: flex;
}

.login-popup.active .remove-form-login-register {
	opacity: 1;
	visibility: visible;
	display: block;
}

.login-popup.active .content-form-register.sideout {
	transform: translateX(0);
}

.page-account h1 {
	text-align: center;
	margin: 80px 0;
	font-size: 50px;
}

.page-account__inner {
	max-width: 950px;
	margin: 0 auto;
	padding: 0 0 40px;
}

.page-account__inner.dashboard {
	max-width: 1170px;
}

.page-account__inner .login-form-container {
	margin: 0 -30px;
	display: flex;
	flex-wrap: wrap;
}

.page-account__inner .login-form-container h3 {
	font-size: calc(var(--font-size-heading) - 5px);
	margin-bottom: 30px;
}

.page-account__inner .login-form-container>div {
	padding: 0 30px;
	width: 50%;
	flex: 0 0 50%;
}

.page-account__inner .login-form-container .form-button input {
	width: 100%;
	background: var(--gray-dark);
	color: var(--white);
	border: 0;
	font-size: calc(var(--font-size-base) - 2px);
	height: 40px;
	letter-spacing: 0.6px;
}

.page-account__inner .login-form-container .form-button input:hover {
	background: var(--theme-color);
}

.page-account__inner .login-form-container .form-link {
	text-align: left;
	margin: 20px 0;
}

.page-account__inner .login-form-container .form-link a {
	color: var(--gray-dark);
	text-decoration: underline;
}

.page-account__inner .login-form-container .form-link a:hover {
	color: var(--theme-color);
}

.page-account__inner .description {
	font-size: calc(var(--font-size-base) + 2px);
}

.page-account__inner .register-account {
	margin-top: 30px;
}

.page-account__inner .register-account a {
	display: inline-block;
	padding: 0 30px;
	line-height: 40px;
	background: var(--gray-dark);
	color: var(--white);
	font-size: calc(var(--font-size-base) - 2px);
	font-weight: var(--heading-font-weight-medium);
	text-transform: uppercase;
	letter-spacing: 0.6px;
	border-radius: 20px;
}

.page-account__inner .register-account a:hover {
	background: var(--theme-color);
}

.page-account__inner .login-register__heading {
	font-size: calc(var(--font-size-heading) - 5px);
	text-transform: revert;
	text-align: left;
}

.page-account__inner .recover-password__summary {
	padding: 0;
	font-style: normal;
	text-align: left;
	margin-bottom: 20px;
}

.page-account__inner .recover-password__summary:after {
	display: none;
}

.page-account__inner .recover-password__form .form-button {
	display: flex;
	align-items: center;
	margin-top: 20px;
}

.page-account__inner .recover-password__form .form-button>* {
	flex: 0 0 50%;
	max-width: 50%;
}

.page-account__inner .recover-password__form .form-button a {
	text-align: center;
	text-decoration: underline;
}

.page-account__inner .register-form-container {
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
}

.page-account__inner .register-form-container .description {
	font-size: var(--font-size-base);
}

.page-account__inner .register-form-container .form-button input {
	width: 100%;
	background: var(--gray-dark);
	line-height: 40px;
	text-transform: uppercase;
	font-size: calc(var(--font-size-base) - 2px);
	letter-spacing: 0.6px;
	border: 0;
	padding: 0 15px;
	margin-top: 30px;
}

.page-account__inner .register-form-container .form-button input:hover {
	background: var(--theme-color);
}

.page-account__inner .register-form-container .login-account a {
	display: block;
	width: 100%;
	background: var(--white);
	border: 1px solid var(--gray-dark);
	line-height: 38px;
	text-transform: uppercase;
	font-size: calc(var(--font-size-base) - 2px);
	font-weight: var(--heading-font-weight-medium);
	letter-spacing: 0.6px;
	padding: 0 15px;
	text-align: center;
	margin-top: 20px;
	border-radius: 20px;
}

.page-account__inner .register-form-container .login-account a:hover {
	color: var(--white);
	background: var(--theme-color);
	border-color: var(--theme-color);
}

.page-account__inner .page-account__content {
	display: inline-block;
	width: 100%;
}

.page-account__inner .page-account__content .nav-StickySidebar {
	width: 25%;
	position: sticky;
	top: 100px;
	float: left;
}

.page-account__inner .page-account__content .nav-StickySidebar ul {
	padding: 0;
	list-style: none;
	background: #f5f5f5;
	margin: 0;
}

.page-account__inner .page-account__content .nav-StickySidebar ul li {
	border-bottom: 1px solid var(--border-color-50);
}

.page-account__inner .page-account__content .nav-StickySidebar ul li a {
	padding: 10px 20px;
	display: block;
}

.page-account__inner .page-account__content .nav-StickySidebar ul li:last-child {
	border-bottom: 0;
}

.page-account__inner .page-account__content .nav-StickySidebar ul li.active {
	background: var(--theme-color);
}

.page-account__inner .page-account__content .nav-StickySidebar ul li.active a {
	color: var(--white);
}

.page-account__inner .page-account__content .account__content {
	width: 75%;
	float: left;
	padding-left: 30px;
}

.page-account__inner .page-account__content .account__content #customer_logout_link {
	color: red;
}

.page-account__inner .page-account__content .account__content #customer_logout_link:hover {
	color: var(--theme-color);
}

.page-account__inner .page-account__content .account__content .box-account__heading {
	color: var(--gray-dark);
	font-size: calc(var(--font-size-base) + 4px);
	font-weight: var(--body-font-weight-medium);
	margin-bottom: 5px;
}

.page-account__inner .page-account__content .account__content .orders__table {
	margin-top: 15px;
}

.page-account__inner .orders__empty i {
	font-size: 22px;
	margin-right: 10px;
	color: #3c763d;
	position: relative;
	top: 4px;
}

.page-account__inner .orders__empty .btn_link {
	text-decoration: underline;
	text-transform: uppercase;
	color: #3c763d;
	font-weight: var(--body-font-weight-medium);
	font-size: calc(var(--font-size-base) - 1px);
}

.page-account__inner .orders__empty .btn_link:hover {
	color: var(--theme-color);
}

.page-account__inner-addresses {
	max-width: 990px;
	margin: 0 auto;
}

.login-register {
	position: relative;
	max-width: 600px;
	margin: 0 auto;
	border: 1px solid var(--border-color);
}

.login-register .form-button .btn {
	width: 100%;
}

.login-register .form-control {
	line-height: 50px;
	height: 50px;
	padding: 0 20px;
	border: 1px solid #e5e5e5;
}

.login-register .form-button input {
	width: 100%;
	padding: 0 20px;
	line-height: 50px;
	letter-spacing: 2px;
	font-weight: var(--body-font-weight-medium);
	background: var(--theme-color);
	border: 0;
}

.login-register .form-button input:hover {
	background: black;
	-webkit-animation-name: text-indent;
	animation-name: text-indent;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

.login-register .js-forget-password {
	color: var(--gray-dark);
	position: relative;
	display: inline-block;
}

.login-register .js-forget-password:before {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 1px;
	background: var(--gray-dark);
	transition: all 0.3s ease;
}

.login-register .js-forget-password:hover {
	color: var(--theme-color);
}

.login-register .js-forget-password:hover:before {
	left: 0;
	width: 0;
	background: var(--theme-color);
}

.login-register__nav {
	border: 0;
}

.login-register__nav-item {
	width: 50%;
}

.login-register__nav-link {
	display: block;
	padding: 15px;
	color: var(--white);
	background-color: var(--gray-dark);
	font-family: var(--font-family-second);
	font-size: var(--font-size-base);
	font-weight: var(--heading-font-weight-bold);
	text-align: center;
	text-transform: uppercase;
	transition: all 0.3s ease;
}

.login-register__nav-link.active {
	color: var(--gray-dark);
	background-color: var(--white);
}

.login-register__nav-link.active:hover {
	color: var(--gray-dark);
}

.login-register__nav-link:hover {
	color: var(--white);
	text-decoration: none;
}

.form-link {
	margin: 20px 0 0;
	text-align: center;
}

.form-link a {
	display: inline-block;
	color: var(--text-color);
	transition: color 0.3s ease;
}

.form-link a:hover {
	color: var(--theme-color);
}

.login-register__heading {
	margin: 0 0 15px;
	padding: 0;
	color: var(--gray-dark);
	font-family: var(--font-family-second);
	font-size: var(--font-size-base);
	font-weight: var(--heading-font-weight-default);
	text-align: center;
	text-transform: uppercase;
}

.recover-password__summary {
	position: relative;
	margin: 0 0 30px;
	padding: 0 0 20px;
	font-style: italic;
	text-align: center;
}

.recover-password__summary::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	pointer-events: none;
	display: block;
	width: 100px;
	margin-left: -50px;
	border-bottom: 1px solid var(--gray-dark);
}

.form-group--pasword {
	position: relative;
}

.form-group--pasword .form-control {
	padding-right: 55px;
}

.form-group--pasword .form-control.is-invalid {
	background-position: right 80px center;
}

.password-toggle {
	position: absolute;
	top: 50%;
	right: 2px;
	min-width: 35px;
	margin-top: -14px;
	padding: 5px 10px;
	color: var(--text-color);
	border-left: 1px solid var(--border-color);
	font-size: var(--font-size-base);
	line-height: 1;
	text-align: center;
}

.password-toggle:hover {
	color: var(--text-color);
	text-decoration: none;
}

.password-toggle .text-hide-password {
	display: none;
}

.password-toggle--show .text-show-password {
	display: none;
}

.password-toggle--show .text-hide-password {
	display: block;
}

/*================== PAGE ===================*/
.page__inner {
	padding: 0 0 80px;
}

.page__inner--compact {
	max-width: 990px;
	margin: 0 auto;
}

/*===================== ADDRESS PAGE =================*/
.addresses .modal-header {
	padding: 20px 30px;
}

.addresses .modal-body {
	padding: 30px;
}

.addresses__creat {
	font-size: calc(var(--font-size-base) + 2px);
}

.addresses__creat a {
	text-decoration: underline;
	text-transform: uppercase;
	font-size: cvar(--font-size-base);
	color: green;
	font-weight: var(--body-font-weight-medium);
}

.addresses__creat a:hover {
	color: var(--theme-color);
}

.addresses__heading {
	margin: 0 0 20px;
	color: var(--gray-dark);
	font-family: var(--font-family-second);
	font-size: var(--font-size-heading);
	font-weight: var(--heading-font-weight-medium);
}

.modal-close {
	display: block;
	width: 30px;
	height: 30px;
	padding: 4px;
	color: var(--gray-dark);
	background-color: transparent;
	border: none;
	opacity: 0.6;
	transition: opacity 0.3s ease;
}

.modal-close svg {
	display: block;
	max-width: 100%;
	max-height: 100%;
}

.modal-close:hover {
	opacity: 1;
}

.modal-content {
	border-radius: 0;
}

.modal-content .addresses__heading {
	margin: 0;
	padding: 3px 0;
}

.form-label {
	color: var(--gray-dark);
	font-family: var(--font-family-second);
	font-weight: var(--heading-font-weight-medium);
}

.addresses__button {
	margin: 0 0 30px;
}

.addresses__button .btn {
	display: inline-block;
}

.addresses__no-address {
	margin: 0;
	padding: 15px;
	border: 1px solid var(--border-color);
}

.addresses__form .form-button {
	padding: 30px 0 0;
}

.addresses__grid {
	display: flex;
	flex-flow: row wrap;
	margin-left: -15px;
	margin-right: -15px;
}

.addresses__item {
	width: 50%;
	max-width: 50%;
	padding: 15px;
}

.address-card {
	position: relative;
	padding: 30px;
	border: 1px solid var(--border-color);
	height: 100%;
}

.address-card .address-card__update a {
	display: inline-block;
	margin-right: 10px;
	border: 1px solid green;
	text-transform: uppercase;
	font-weight: var(--body-font-weight-medium);
	letter-spacing: 1px;
	color: green;
	font-size: calc(var(--font-size-base) - 2px);
	padding: 5px 20px;
}

.address-card .address-card__update a:hover {
	background: green;
	color: var(--white);
}

.address-card .address-card__update .address-delete {
	display: inline-block;
	border: 1px solid red;
	text-transform: uppercase;
	font-weight: var(--body-font-weight-medium);
	letter-spacing: 1px;
	color: red;
	font-size: calc(var(--font-size-base) - 2px);
	padding: 5px 20px;
	background: var(--white);
}

.address-card .address-card__update .address-delete:hover {
	background: red;
	color: var(--white);
}

.address-default {
	position: absolute;
	top: 0;
	right: 0;
	padding: 2px 15px;
	color: var(--white);
	background-color: #007fd5;
	font-family: var(--font-family-second);
	font-size: var(--font-size-base)-3;
	font-weight: var(--heading-font-weight-medium);
	line-height: 20px;
	text-transform: uppercase;
}

.address-card__update {
	margin: 0;
}

.address-card__update a {
	display: inline-block;
	color: var(--text-color);
	transition: color 0.35s ease;
}

.address-card__update a:hover {
	color: var(--theme-color);
}

.return-account {
	padding: 30px;
	text-align: center;
}

.return-account__link {
	color: var(--text-color);
	font-weight: var(--body-font-weight-bold);
	text-transform: uppercase;
	transition: color 0.3s ease;
}

.return-account__link .fa {
	margin-right: 4px;
}

.return-account__link:hover {
	color: var(--theme-color);
	text-decoration: none;
}

.orders__table .table {
	margin: 0;
}

.orders__table thead th {
	color: var(--gray-dark);
	font-family: var(--font-family-second);
	font-weight: var(--heading-font-weight-medium);
	text-transform: uppercase;
}

/*============== ORDER DETAILS ================*/
.order__title {
	margin: 0 0 15px;
	padding: 0;
	color: var(--gray-dark);
	font-family: var(--font-family-second);
	font-size: var(--font-size-base);
	font-weight: var(--heading-font-weight-medium);
	text-transform: uppercase;
}

.order__date {
	margin: 0 0 30px;
	font-style: italic;
}

.order__table {
	padding: 15px;
	background-color: var(--border-color);
}

.order__table td,
.order__table th {
	padding: 8px 12px;
	border: none;
}

.order__table .table {
	color: var(--gray-dark);
}

.order__table thead th {
	border-top: 0;
	border-bottom: 1px solid var(--border-color);
}

.order__table .cart__price {
	font-size: calc(var(--font-size-base) - 1px);
	font-weight: normal;
}

.order__table .cart__price--regular {
	display: block;
	margin-right: 0px;
	font-size: calc(var(--font-size-base) - 1px);
}

.order__table tfoot th,
.order__table tfoot td {
	padding: 8px 12px;
	border-top: none;
	font-weight: normal;
}

.order__table tfoot th.order-product__label--total,
.order__table tfoot th.order-product__value--total,
.order__table tfoot td.order-product__label--total,
.order__table tfoot td.order-product__value--total {
	padding-top: 24px;
	font-weight: var(--heading-font-weight-bold);
}

.order__table tfoot tr:first-child th,
.order__table tfoot tr:first-child td {
	padding-top: 25px;
}

.order__table tfoot tr:nth-last-child(2) th,
.order__table tfoot tr:nth-last-child(2) td {
	padding-bottom: 25px;
}

.order__table .border-top {
	border-top: 1px solid var(--border-color);
}

.order-product__title>a {
	display: inline-block;
	margin: 0 0 5px;
	padding: 2px 0;
	color: var(--gray-dark);
	font-family: var(--font-family-second);
	font-size: var(--font-size-base);
	font-weight: var(--heading-font-weight-medium);
	transition: color 0.3s ease;
}

.order-product__title>a:hover {
	color: var(--theme-color);
	text-decoration: none;
}

.order-product__note {
	margin: 20px 0 15px;
	padding: 10px 15px;
	border: 1px solid var(--border-color);
	font-size: calc(var(--font-size-base) - 1px);
	font-style: italic;
}

.order-product__note a {
	transition: color 0.3s ease;
}

.order-product__note a:hover {
	color: var(--theme-color);
}

.order-product__value {
	font-family: var(--font-family-second);
	text-align: right;
}

.box-account--order {
	height: auto;
	background-color: var(--border-color);
	border: none;
}

.box-account--order .box-account__heading {
	font-size: var(--font-size-base);
	font-weight: var(--heading-font-weight-medium);
}

.box-account--order~.box-account--order {
	margin-top: 30px;
}

.box-account--order .address-detail p {
	margin: 0;
}

.order-product__status {
	margin: 0 0 5px;
}

.order-product__status strong {
	color: var(--gray-dark);
}

.order__cancelled {
	margin: 0 0 30px;
	padding: 15px 20px;
	color: #dc3545;
	border: 1px solid #dc3545;
	background-color: rgba(220, 53, 69, 0.1);
}

.order__cancelled p {
	margin: 0;
}

.order__cancelled .h5 {
	color: var(--gray-dark);
	font-size: calc(var(--font-size-base) - 1px);
	font-weight: var(--heading-font-weight-medium);
}

.activate-account {
	max-width: 480px;
	margin: 0 auto;
	text-align: center;
}

.activate-account__form .form-button .btn {
	width: 100%;
}

/*============== COOKIE CONSENT ====================*/
.cookie-consent {
	position: fixed;
	left: 30px;
	bottom: 30px;
	z-index: 100;
	display: block;
	padding: 10px 15px;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease;
	width: 100%;
	text-align: left;
	background: var(--secondary-color);
	color: var(--white);
	box-shadow: 0 -5px 35px 5px rgba(0, 0, 0, 0.1411764706);
	max-width: 500px;
	padding: 30px;
}

.cookie-consent.active {
	opacity: 1;
	visibility: visible;
}

.cookie-consent__wrapper {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: space-between;
}

.cookie-consent__message {
	margin: 5px 0;
}

.cookie-consent__message a {
	color: inherit;
	display: inline-block;
	border-bottom: 1px solid var(--white);
	color: var(--white);
	line-height: 1.3;
}

.cookie-consent__message a:hover {
	color: var(--theme-color);
	border-color: var(--theme-color);
}

.cookie-consent__message p {
	margin: 0;
}

.cookie-consent__dismiss {
	display: flex;
	margin: 30px 0 0;
	justify-content: flex-end;
	font-weight: var(--body-font-weight-medium);
	letter-spacing: 2px;
	align-items: center;
}

.cookie-consent__dismiss .btn-agree {
	color: var(--white);
	padding: 0;
	border: 0;
	font-weight: var(--body-font-weight-medium);
	text-transform: revert;
	margin-left: 10px;
	position: relative;
	background: var(--theme-color);
	padding: 0 40px;
	line-height: 40px;
	font-size: var(--font-size-base);
}

.cookie-consent__dismiss .btn-agree:first-child {
	margin-left: 0;
}

.cookie-consent__dismiss .btn-agree:hover {
	background: var(--theme-color);
}

.cookie-consent__dismiss .btn-dismiss {
	background: transparent;
	color: var(--white);
	text-transform: revert;
	font-size: var(--font-size-base);
	padding: 0;
	border-bottom: 1px solid var(--white);
	border-radius: 0;
}

.cookie-consent__dismiss .btn-dismiss:hover {
	color: var(--theme-color);
	border-bottom: 1px solid var(--theme-color);
}

/*================= SCROLL TO TOP =============*/
.scroll-to-top {
	width: 45px;
	height: 45px;
	border-radius: 50%;
	border: 1px solid var(--gray-dark);
	text-align: center;
	position: fixed;
	bottom: 70px;
	right: 30px;
	z-index: 50;
	cursor: pointer;
	background: var(--theme-color);
	line-height: 45px;
	color: var(--white);
	font-size: 20px;
}

.scroll-to-top .back-top-icon {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	color: var(--white);
	border: 3px solid var(--white);
	border-radius: 50%;
	overflow: hidden;
	transition: color .27s ease-out, background-color .27s ease-out, border-color .27s ease-out;
}

.scroll-to-top svg.qodef-svg--back-to-top {
	fill: none;
	stroke: currentColor;
	stroke-miterlimit: 10;
	stroke-width: 1.5;
}

.scroll-to-top svg.qodef-svg--back-to-top g:first-of-type {
	transform: translateZ(0);
	transition: transform .2s ease-out .2s;
}

.scroll-to-top:hover svg.qodef-svg--back-to-top g:first-of-type {
	transform: translate3d(0, -13px, 0);
	transition: transform .2s ease-in;
}

.scroll-to-top svg.qodef-svg--back-to-top g:nth-of-type(2) {
	transform: translate3d(0, 20px, 0);
	transition: transform .2s ease-in;
}

.scroll-to-top:hover svg.qodef-svg--back-to-top g:nth-of-type(2) {
	transform: translateZ(0);
	transition: transform .2s ease-out .2s;
}

.product-quantity__input {
	display: block;
	width: 100%;
	height: 42px;
	padding: 8px 15px;
	color: var(--gray-dark);
	background-color: var(--border-color);
	border: 1px solid var(--border-color);
	border-radius: 0;
	outline: 0;
	font-family: var(--font-family-second);
	font-size: var(--font-size-base);
	font-weight: var(--heading-font-weight-medium);
	opacity: 0.9;
}

.product-quantity__input:focus {
	outline: 1px solid var(--theme-color);
	border-color: var(--theme-color);
}

/*=============== NEWSLETTER POPUP ===========*/
.newsletter-popup {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

.newsletter-popup.show {
	opacity: 1;
	visibility: visible;
	pointer-events: revert;
	transition: 0.3s ease;
}

.newsletter-popup .newsletter-popup__overlay {
	background-color: rgba(32, 32, 32, 0.6);
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99999;
}

.newsletter-popup .newsletter-popup__inner {
	transition: padding 1s ease, width 1s ease;
	box-sizing: border-box;
	height: auto;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin: auto;
	position: fixed;
	top: 50%;
	z-index: 99999;
	display: none;
	overflow: hidden;
	display: flex;
	width: 700px;
}

.newsletter-popup .image {
	width: 50%;
}

.newsletter-popup .newsletter-popup__content {
	margin: 0;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 15px;
	width: 50%;
}

.newsletter-popup .newsletter-popup__close {
	cursor: pointer;
	position: absolute;
	top: 10px;
	right: 15px;
	text-align: center;
	z-index: 4;
	display: inline-block;
	width: 28px;
	height: 28px;
	padding: 6px;
	background: var(--white);
	border: 1px solid var(--border-color);
}

.newsletter-popup .newsletter-popup__close:before,
.newsletter-popup .newsletter-popup__close:after {
	content: "";
	position: absolute;
	height: 1px;
	width: 14px;
	top: 50%;
	left: calc(50% - 7px);
	margin-top: -1px;
	background-color: var(--gray-dark);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.newsletter-popup .newsletter-popup__close:before {
	transform-origin: 50% 50%;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.newsletter-popup .newsletter-popup__close:after {
	transform-origin: 50% 50%;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.newsletter-popup .newsletter-popup__close:hover:before,
.newsletter-popup .newsletter-popup__close:hover:after {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

.newsletter-popup .title-newsletter {
	font-size: calc(var(--font-size-heading) - 5px);
	font-weight: var(--heading-font-weight-medium);
	margin: auto;
	position: relative;
	margin-bottom: 15px;
	color: var(--gray-dark);
	line-height: 30px;
}

.newsletter-popup .text-newsletter {
	margin-bottom: 25px;
}

.newsletter-popup .newsletter-form__input {
	border: 0;
	padding: 0 10px;
	background: transparent;
	line-height: 45px;
	height: 45px;
	width: 100%;
	color: var(--gray-dark);
	border: 0;
	border-radius: 0;
}

.newsletter-popup .newsletter-form__input::placeholder {
	color: var(--text-color);
}

.newsletter-popup .newsletter-form__wrap {
	width: 100%;
	margin: 0;
	display: flex;
	background: var(--white);
	border: 1px solid var(--gray-dark);
	border-radius: 100px;
	padding: 5px;
}

.newsletter-popup .newsletter-form__submit {
	border: 0;
	padding: 0 25px;
	background: transparent;
	line-height: 45px;
	height: 45px;
	font-size: calc(var(--font-size-base) - 1px);
	color: var(--white);
	letter-spacing: 0.5px;
	text-wrap: nowrap;
	text-transform: capitalize;
	border: 1px solid var(--gray-dark);
	background: var(--gray-dark);
	cursor: pointer;
}

.newsletter-popup .newsletter-form__submit:hover {
	background: transparent;
	color: var(--gray-dark);
}

.newsletter-popup .newsletter-popup__content-inner {
	width: 100%;
	padding: 25px 10px;
	text-align: center;
}

.newsletter-popup__close {
	position: absolute;
	top: 2px;
	right: 2px;
	display: block;
	padding: 5px;
	color: var(--gray-dark);
	border: none;
	background-color: transparent;
}

.newsletter-popup__close svg {
	display: block;
	width: 20px;
	height: 20px;
}

.newsletter-popup__close:hover,
.newsletter-popup__close:focus {
	border: none;
	outline: 0;
}

/*================= sale nofication ====================*/
.sale-nofication {
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s ease;
	position: fixed;
	bottom: 50px;
	left: 30px;
	width: 355px;
	z-index: 30;
}

.sale-nofication.slide_inup {
	transform: translateY(100%);
}

.sale-nofication.left_to_right {
	transform: translateX(-100%);
}

.sale-nofication.popup {
	transform: scale(0.7);
}

.sale-nofication.active {
	opacity: 1;
	visibility: visible;
}

.sale-nofication.active.slide_inup {
	transform: translateY(0);
}

.sale-nofication.active.left_to_right {
	transform: translateX(0);
}

.sale-nofication.active.popup {
	transform: scale(1);
}

.sale-nofication.active .scroll-notification {
	animation-name: notification-progressbar;
	animation-fill-mode: forwards;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	opacity: 1;
}

.sale-nofication .notification-container {
	display: flex;
	background: var(--white);
	width: 100%;
	padding: 10px 10px 13px;
	box-shadow: 0 1px 8px 5px rgba(0, 0, 0, 0.1);
	align-items: center;
}

.sale-nofication .notification-image {
	flex: 0 0 80px;
	max-width: 80px;
}

.sale-nofication .notification-content {
	padding: 0 40px 0 20px;
	flex: 1;
}

.sale-nofication .notification-purchased {
	font-size: calc(var(--font-size-base) - 4px);
	margin-bottom: 2px;
}

.sale-nofication .notification-purchased span {
	color: var(--gray-dark);
}

.sale-nofication .product-title {
	font-weight: var(--heading-font-weight-medium);
	margin-bottom: 6px;
}

.sale-nofication .suggest {
	display: flex;
	justify-content: space-between;
	color: var(--gray-dark);
	font-size: calc(var(--font-size-base) - 3px);
}

.sale-nofication .verified {
	color: green;
}

.sale-nofication .verified:before {
	content: "\e92c";
	display: inline-block;
	font-size: 15px;
	margin-right: 5px;
	font-family: feather;
	top: 1px;
	line-height: 1;
}

.sale-nofication .close-notification {
	position: absolute;
	top: 0;
	right: 0;
	font-size: calc(var(--font-size-base) + 2px);
	color: var(--gray-dark);
	cursor: pointer;
	padding: 3px;
	line-height: 1;
}

.sale-nofication .close-notification:hover {
	color: var(--theme-color);
}

.sale-nofication .scroll-notification {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 3px;
	background: var(--theme-color);
	width: 100%;
	opacity: 0;
}

/*============== compare table ===============*/
.compare__table:not(.loaded) .content-compare.active {
	opacity: 0;
	visibility: hidden;
	transform: scale(0);
	transition-delay: 1s;
}

.compare__table:not(.loaded) .show-compare {
	display: none;
}

.compare__table .show-compare {
	position: fixed;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background: var(--gray-dark);
	color: var(--white);
	padding: 15px 5px;
	writing-mode: tb;
	cursor: pointer;
	border-radius: 6px 0 0 6px;
	z-index: 99;
}

.compare__table .show-compare .count {
	position: relative;
	width: 20px;
	height: 20px;
	background: #f5f5f5;
	color: var(--gray-dark);
	display: inline-block;
	text-align: center;
	line-height: 20px;
	border-radius: 50%;
	font-size: 12px;
	margin-top: 5px;
}

.compare__table .content-compare {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--gray-dark-75);
	padding: 40px;
	opacity: 0;
	visibility: hidden;
	transform: scale(0);
	transition: all 0.3s ease;
	z-index: 99;
	display: flex;
	align-items: center;
}

.compare__table .content-compare.active {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}

.compare__table .content-compare .hide-compare {
	line-height: 30px;
	position: absolute;
	top: 20px;
	right: 20px;
	width: 40px;
	height: 40px;
	z-index: 9999;
	text-align: center;
	font-size: calc(var(--font-size-heading) - 5px);
	cursor: pointer;
	display: inline-block;
	border: 7px solid transparent;
	background: var(--white);
	border: 1px solid var(--border-color);
}

.compare__table .content-compare .hide-compare:before,
.compare__table .content-compare .hide-compare:after {
	content: "";
	position: absolute;
	height: 1px;
	width: 20px;
	top: 50%;
	left: calc(50% - 10px);
	margin-top: -1px;
	background-color: rgba(0, 0, 0, 0.5);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.compare__table .content-compare .hide-compare:before {
	transform-origin: 50% 50%;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.compare__table .content-compare .hide-compare:after {
	transform-origin: 50% 50%;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.compare__table .content-compare .hide-compare:hover:before,
.compare__table .content-compare .hide-compare:hover:after {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

.compare__table .content {
	position: relative;
	margin-bottom: 0;
	width: 100%;
	overflow: auto;
	max-height: 100%;
	display: flex;
	background: var(--white);
}

.compare__table .content.load-compare:before {
	position: absolute;
	display: inline-block;
	content: "";
	border: 2px solid rgba(0, 0, 0, 0.5);
	border-top-color: #000;
	width: 40px;
	height: 40px;
	background: none;
	animation: 2s linear 0s normal none infinite running spin-load;
	text-indent: 0;
	top: calc(50% - 20px);
	left: calc(50% - 20px);
	border-radius: 50%;
	z-index: 10;
}

.compare__table .content.load-compare:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(255, 255, 255, 0.75);
	height: 100%;
	width: 100%;
	z-index: 9;
}

.compare__table .table {
	width: 100%;
	margin: 0;
	background: var(--white);
	position: relative;
	overflow: auto;
	text-align: center;
}

.compare__table li.label {
	background: #f5f5f5;
	text-align: left;
	font-size: var(--font-size-base);
	color: var(--gray-dark);
	font-weight: var(--body-font-weight-medium);
}

.compare__table li {
	padding: 20px;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	width: 20%;
	max-width: 25%;
	min-width: 14.29%;
}

.compare__table ul {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
}

.compare__table ul.compare-name li {
	border-bottom: 0;
	padding: 20px 20px 0;
}

.compare__table ul.compare-name li .compare-title {
	text-transform: uppercase;
	font-size: var(--font-size-base);
}

.compare__table ul.compare-image {
	border-top: 0;
}

.compare__table .remove-compare button {
	display: inline-block;
	line-height: 28px;
	padding: 0;
	background: transparent;
	border: 0;
	color: var(--text-color);
}

.compare__table .remove-compare button:before {
	content: "\ea02";
	font-family: feather;
	font-size: 16px;
	display: inline-block;
	transition: all 0.3s ease;
	line-height: 1;
	position: relative;
	top: 1px;
}

.compare__table .remove-compare button:hover {
	color: var(--theme-color);
}

.compare__table .remove-compare button:hover:before {
	transform: rotate(-90deg);
}

.compare__table .product-card__content {
	margin: 0;
}

.compare__table .product-card__content .wpb-variants-swatch {
	margin: 0;
}

.compare__table .product-card__content .wpb-variants-swatch .swatch-content {
	margin-bottom: 10px;
	justify-content: center;
}

.compare__table .product-card__content .wpb-variants-swatch .swatch-content:last-child {
	margin-bottom: 0;
}

.compare__table .product-price {
	font-size: calc(var(--font-size-base) + 4px);
}

.compare__table .product-card__form .btn--add-to-cart,
.compare__table .product-card__form .btn-link {
	width: 100%;
	background: var(--gray-dark);
	line-height: 45px;
	font-size: var(--font-size-base);
	text-transform: uppercase;
	padding: 0 15px;
	font-size: calc(var(--font-size-base) - 2px);
	font-weight: var(--body-font-weight-medium);
	color: var(--white);
	text-decoration: none;
}

.compare__table .product-card__form .btn--add-to-cart:hover,
.compare__table .product-card__form .btn-link:hover {
	background: var(--theme-color);
	-webkit-animation-name: text-indent;
	animation-name: text-indent;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

.compare__table .inventory-content>#variant-inventory {
	position: relative;
	padding-left: 20px;
	color: var(--gray-dark);
	display: inline-block;
	color: #108043;
}

.compare__table .inventory-content>#variant-inventory:before {
	content: "\e919";
	width: 14px;
	height: 14px;
	background: var(--white);
	display: inline-block;
	border-radius: 50%;
	left: 0;
	position: absolute;
	top: calc(50% - 9px);
	font-family: wpbingofont;
	line-height: 1;
	z-index: 2;
}

.compare__table .inventory-content>#variant-inventory:after {
	position: absolute;
	content: "";
	width: 14px;
	height: 14px;
	background: #108043;
	display: inline-block;
	border-radius: 50%;
	opacity: 0.25;
	top: calc(50% - 9px);
	left: 0;
	transform: scale(1);
	-webkit-animation-name: scale;
	animation-name: scale;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.compare__table .inventory-content>#variant-inventory.out_stock {
	color: red;
}

.compare__table .inventory-content>#variant-inventory.out_stock:after {
	background: red;
}

/*================= 404 PAGE ============*/
.page-not-found {
	padding: 100px 0 60px;
	text-align: center;
}

.page-not-found .page-not-found__heading {
	font-size: 300px;
	line-height: 1;
	font-family: var(--font-family-second);
	color: var(--gray-dark);
}

.page-not-found .page-not-found__title {
	font-size: 50px;
	color: var(--gray-dark);
	font-weight: var(--heading-font-weight-medium);
	margin-bottom: 25px;
	font-family: var(--font-family-second);
	position: relative;
	padding-bottom: 25px;
}

.page-not-found .page-not-found__title:before {
	position: absolute;
	content: "";
	width: 140px;
	height: 2px;
	bottom: 0;
	left: calc(50% - 70px);
	background: #e1e1e1;
}

.page-not-found .page-not-found__summary {
	max-width: 325px;
	margin: auto;
}

.page-not-found .btn-not-found {
	margin-top: 30px;
	padding: 0 40px;
	height: 50px;
	line-height: 46px;
	font-weight: var(--body-font-weight-default);
	font-size: calc(var(--font-size-base) + 2px);
	color: var(--white);
	font-size: var(--font-size-base);
	background: var(--gray-dark);
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	position: relative;
	z-index: 1;
	border: 2px solid var(--gray-dark);
	text-transform: uppercase;
	letter-spacing: 0.1em;
	display: inline-block;
}

.page-not-found .btn-not-found:after {
	font-family: feather;
	content: "\e912";
	display: inline-block;
	font-size: 20px;
	line-height: 1;
	position: relative;
	top: 3px;
	margin-left: 5px;
}

.page-not-found .btn-not-found:hover {
	background: var(--white);
	color: var(--gray-dark);
}

/*================= QUICKVIEW =================*/
.quickview {
	position: fixed;
	display: none;
	align-items: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	padding: 20px;
}

.quickview.show {
	display: flex;
	opacity: 1;
	visibility: visible;
}

.quickview.show .quickview__overlay {
	opacity: 1;
	visibility: visible;
}

.quickview.show-content .quickview__content {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}

.quickview .quickview__overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
}

.quickview__content {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 900px;
	overflow: hidden;
	background-color: var(--white);
	transition: all 0.3s ease;
	transform: scale(0.8);
	opacity: 0;
	visibility: hidden;
}

.quickview__content .product-quickview>.row {
	align-items: center;
	margin: 0;
}

.quickview__content .product-quickview .img-quickview {
	position: relative;
	z-index: 3;
	width: 100%;
	max-width: 450px;
	max-height: 550px;
}

.quickview__content .product-quickview .img-quickview .quickview-images__list:not(.slick-initialized) {
	display: block;
}

.quickview__content .product-quickview .img-quickview .quickview-images__list:not(.slick-initialized) .slick-carousel__item {
	display: none;
}

.quickview__content .product-quickview .img-quickview .quickview-images__list:not(.slick-initialized) .slick-carousel__item:first-child {
	display: block;
}

.quickview__content .product-quickview .img-quickview .slick-list {
	margin: 0;
}

.quickview__content .product-quickview .img-quickview .slick-carousel__item {
	padding: 0;
}

.quickview__content .product-quickview .img-quickview img {
	margin: auto;
	object-fit: contain;
	max-height: 550px;
}

.quickview__content .product-quickview .img-quickview .quickview-images__item {
	text-align: center;
}

.quickview__content .product-quickview .img-quickview video {
	margin: auto;
	max-height: 550px;
}

.quickview__content .product-quickview .img-quickview .slick-arrow {
	background: var(--white);
	font-size: 0;
	color: var(--gray-dark);
	opacity: 1;
	visibility: visible;
	height: 35px;
	width: 35px;
	padding: 0;
	line-height: 35px;
	text-align: center;
	top: calc(50% - 17.5px);
	border-radius: 50%;
	font-family: FontAwesome;
	box-shadow: 0 5px 10px 5px rgba(0, 0, 0, 0.04);
}

.quickview__content .product-quickview .img-quickview .slick-arrow:before {
	font-size: 16px;
}

.quickview__content .product-quickview .img-quickview .slick-arrow.slick-prev {
	left: 15px;
}

.quickview__content .product-quickview .img-quickview .slick-arrow.slick-prev:before {
	content: "\f104";
	display: unset;
}

.quickview__content .product-quickview .img-quickview .slick-arrow.slick-next {
	right: 15px;
}

.quickview__content .product-quickview .img-quickview .slick-arrow.slick-next:before {
	content: "\f105";
	display: unset;
}

.quickview__content .product-quickview .img-quickview .slick-arrow.slick-disabled {
	display: none !important;
}

.quickview__content .product-quickview .img-quickview .slick-arrow:hover {
	background: var(--theme-color);
}

.quickview__content .product-quickview .img-quickview .slick-arrow:hover:before {
	color: var(--white);
}

.quickview__content .product-quickview .bwp-single-info {
	flex: 1;
	padding: 30px;
}

.quickview__content .product-quickview .bwp-single-info .content_product_detail {
	max-height: 400px;
	height: 100%;
	padding: 0 8px;
	overflow: auto;
}

.quickview__content .product-quickview .bwp-single-info .content_product_detail::-webkit-scrollbar-track {
	background-color: #F5F5F5;
}

.quickview__content .product-quickview .bwp-single-info .content_product_detail::-webkit-scrollbar {
	width: 2px;
	background-color: #F5F5F5;
}

.quickview__content .product-quickview .bwp-single-info .content_product_detail::-webkit-scrollbar-thumb {
	background-color: var(--gray-dark);
}

.quickview__content .product-quickview .bwp-single-info .product-avaiable.product-avaiable--active .product-avaiable__text:after {
	left: 0;
}

.quickview__content .product-quickview .bwp-single-info .product__vendor {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}

.quickview__content .product-quickview .bwp-single-info .product__vendor .product__organization__label {
	color: var(--text-color);
	margin-right: 5px;
}

.quickview__content .product-quickview .bwp-single-info .product__vendor .product__organization__text a {
	color: var(--gray-dark);
}

.quickview__content .product-quickview .bwp-single-info .product__vendor .product__organization__text a:hover {
	color: var(--theme-color);
}

.quickview__content .product-quickview .bwp-single-info .product-quickview_title {
	margin-top: 10px;
	margin-bottom: 18px;
	font-size: calc(var(--font-size-heading) - 5px);
	line-height: 30px;
	color: var(--gray-dark);
	word-break: break-word;
	display: block;
}

.quickview__content .product-quickview .bwp-single-info .product-quickview__price .price-container {
	color: var(--theme-color);
	font-size: calc(var(--font-size-heading) - 8px);
	width: 100%;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #e5e5e5;
	line-height: 100%;
	display: flex;
	align-items: flex-end;
	font-weight: 500;
}

.quickview__content .product-quickview .bwp-single-info .product-quickview__price .price-container .product-single__unit {
	display: none;
}

.quickview__content .product-quickview .bwp-single-info .product-quickview__price .price-container .product-single__price--wrapper {
	font-size: calc(var(--font-size-base) + 2px);
	color: #9b9b9b;
	text-decoration: line-through;
	margin-right: 5px;
	line-height: 1;
}

.quickview__content .product-quickview .bwp-single-info .product-quickview__price .price-container .product-single__price--compare-at {
	font-size: calc(var(--font-size-base) - 1px);
	color: #9b9b9b;
	text-decoration: line-through;
	margin-right: 5px;
	line-height: 1;
}

.quickview__content .product-quickview .bwp-single-info .product-quickview__price .product-quickview__description {
	margin-bottom: 15px;
}

.quickview__content .product-quickview .bwp-single-info .product-quickview__price .group-quickview .view-gruop-product-btn {
	width: 100%;
	-webkit-transition: none;
	transition: none;
	font-size: calc(var(--font-size-base) - 4px);
	text-transform: uppercase;
	line-height: 40px;
	position: relative;
	background: var(--gray-dark);
	color: var(--white);
	text-align: center;
	padding: 0 15px;
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
	flex: 1;
	margin: 0;
	white-space: nowrap;
	border: 0;
	letter-spacing: 0.6px;
}

.quickview__content .product-quickview .bwp-single-info .product-quickview__price .group-quickview .view-gruop-product-btn:hover {
	background: var(--theme-color);
}

.quickview__content .product-quickview .bwp-single-info .product-quickview__price .group-quickview .view-gruop-product-btn:hover span {
	display: inline-block;
	-webkit-animation-name: text-transform;
	animation-name: text-transform;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

.quickview__content .product-quickview .bwp-single-info .product-quickview__price .group-quickview .product-group__add-to-cart {
	display: flex;
}

.quickview__content .product-quickview .bwp-single-info .product-quickview__price .group-quickview .product-group__add-to-cart .add-group-to-cart {
	-webkit-transition: none;
	transition: none;
	font-size: calc(var(--font-size-base) - 4px);
	text-transform: uppercase;
	line-height: 40px;
	position: relative;
	background: var(--gray-dark);
	color: var(--white);
	text-align: center;
	padding: 0 15px;
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
	flex: 1;
	margin: 0;
	white-space: nowrap;
	border: 0;
	letter-spacing: 0.6px;
}

.quickview__content .product-quickview .bwp-single-info .product-quickview__price .group-quickview .product-group__add-to-cart .add-group-to-cart:hover {
	background: var(--theme-color);
}

.quickview__content .product-quickview .bwp-single-info .product-quickview__price .group-quickview .product-group__add-to-cart .add-group-to-cart:hover span {
	display: inline-block;
	-webkit-animation-name: text-transform;
	animation-name: text-transform;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

.quickview__content .product-quickview .bwp-single-info .product-quickview__price .group-quickview .product-group__add-to-cart .add-group-to-cart.active span {
	-webkit-animation-name: none !important;
	animation-name: none !important;
}

.quickview__content .product-quickview .bwp-single-info .product-quickview__price .group-quickview .product-group__add-to-cart .add-group-to-cart.active:before {
	position: relative;
	display: inline-block;
	content: "";
	border: 2px solid rgba(255, 255, 255, 0.25);
	border-top-color: var(--white);
	width: 18px;
	height: 18px;
	background: none;
	-webkit-animation: 2s linear 0s normal none infinite running spin-load;
	animation: 2s linear 0s normal none infinite running spin-load;
	text-indent: 0;
	top: 4px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	left: -10px;
}

.quickview__content .product-quickview .bwp-single-info .product-quickview__price .group-quickview .product-group__add-to-cart .add-group-to-cart.added span {
	-webkit-animation-name: none !important;
	animation-name: none !important;
}

.quickview__content .product-quickview .bwp-single-info .product-quickview__price .group-quickview .product-group__add-to-cart .add-group-to-cart.added:before {
	content: "\e92b";
	font-family: feather;
	display: inline-block;
	font-size: 20px;
	color: var(--white);
	left: -10px;
	top: 3px;
	line-height: 1;
	position: relative;
}

.quickview__content .product-quickview .bwp-single-info .product-quickview__price .group-quickview .group_table {
	border: 1px solid var(--border-color);
	margin-bottom: 30px;
	width: 100%;
}

.quickview__content .product-quickview .bwp-single-info .product-quickview__price .group-quickview .group_table .item-product-group {
	display: flex;
	padding: 12px 15px;
	border-bottom: 1px solid var(--border-color);
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.quickview__content .product-quickview .bwp-single-info .product-quickview__price .group-quickview .group_table .item-product-group:last-child {
	border-bottom: 0;
}

.quickview__content .product-quickview .bwp-single-info .product-quickview__price .group-quickview .group_table .item-product-group .product-content {
	display: flex;
	align-items: center;
	flex: 1;
}

.quickview__content .product-quickview .bwp-single-info .product-quickview__price .group-quickview .group_table .item-product-group .product-thumb {
	flex: 0 0 60px;
	margin-right: 10px;
}

.quickview__content .product-quickview .bwp-single-info .product-quickview__price .group-quickview .group_table .item-product-group .product-title {
	font-size: calc(var(--font-size-base) - 4px);
	font-weight: var(--body-font-weight-default);
	margin: 0 0 2px;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	max-width: 250px;
	font-family: var(--font-family-base);
	display: -webkit-box;
	text-transform: uppercase;
}

.quickview__content .product-quickview .bwp-single-info .product-quickview__price .group-quickview .group_table .item-product-group .product-title a {
	color: var(--gray-dark);
}

.quickview__content .product-quickview .bwp-single-info .product-quickview__price .group-quickview .group_table .item-product-group .product-title a:hover {
	color: var(--theme-color);
}

.quickview__content .product-quickview .bwp-single-info .product-quickview__price .group-quickview .group_table .item-product-group select {
	height: 30px;
	border-color: var(--border-color);
	color: var(--gray-dark);
	font-size: 12px;
}

.quickview__content .product-quickview .bwp-single-info .product-quickview__price .group-quickview .group_table .item-product-group .product-price {
	color: var(--gray-dark);
}

.quickview__content .product-quickview .bwp-single-info .product-quickview__price .group-quickview .group_table .item-product-group .quantity-content {
	margin: 0;
	border: 1px solid var(--gray-dark);
	height: 30px;
	display: inline-block;
	position: relative;
	width: 90px;
	display: flex;
}

.quickview__content .product-quickview .bwp-single-info .product-quickview__price .group-quickview .group_table .item-product-group .quantity-content button {
	background: transparent;
	line-height: 15px;
	border: none;
	width: 30px;
	height: 28px;
	border: 0;
	color: var(--gray-dark);
}

.quickview__content .product-quickview .bwp-single-info .product-quickview__price .group-quickview .group_table .item-product-group .quantity-content input {
	width: 30px;
	border: 0;
	border-left: 1px solid var(--gray-dark);
	border-right: 1px solid var(--gray-dark);
	text-align: center;
}

.quickview__content .product-quickview .bwp-single-info .countdown-quickview {
	margin-bottom: 30px;
	font-size: calc(var(--font-size-base) + 2px);
	color: #f11e1e;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 12px 15px 12px 60px;
	font-weight: var(--body-font-weight-default);
	position: relative;
	line-height: 26px;
	background: #f7ebec;
	font-weight: var(--body-font-weight-medium);
}

.quickview__content .product-quickview .bwp-single-info .countdown-quickview.hidden {
	display: none;
}

.quickview__content .product-quickview .bwp-single-info .countdown-quickview .icon {
	font-size: 18px;
	position: absolute;
	height: 100%;
	width: 50px;
	height: 100%;
	left: 0;
	top: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #f11e1e;
	color: var(--white);
}

.quickview__content .product-quickview .bwp-single-info .countdown-quickview .icon svg {
	height: 30px;
	animation: qv-hourglass 1s linear infinite;
}

.quickview__content .product-quickview .bwp-single-info .countdown-quickview .icon svg .outer {
	fill: var(--white);
}

.quickview__content .product-quickview .bwp-single-info .countdown-quickview .icon svg .middle {
	fill: #f11e1e;
}

.quickview__content .product-quickview .bwp-single-info .countdown-quickview .countdown {
	padding: 0;
	justify-content: flex-start;
	display: flex;
	flex-wrap: wrap;
}

.quickview__content .product-quickview .bwp-single-info .countdown-quickview .countdown>div:before {
	content: ":";
	display: inline-block;
	margin: 0 5px;
}

.quickview__content .product-quickview .bwp-single-info .countdown-quickview .countdown>div:first-child:before {
	display: none;
}

.quickview__content .product-quickview .bwp-single-info .variants__label {
	color: var(--gray-dark);
}

.quickview__content .product-quickview .bwp-single-info .variants__options {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.quickview__content .product-quickview .bwp-single-info .variants__options .js-quickview-option-selector {
	width: 100%;
	line-height: 40px;
	border: 0;
	height: 40px;
	padding: 0 15px;
	font-size: 15px;
	width: 100%;
	border: 1px solid #e5e5e5;
	color: var(--text-color);
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #cccccc, #cccccc);
	background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
	background-size: 5px 5px, 5px 5px, 1px 0em;
	background-repeat: no-repeat;
}

.quickview__content .product-quickview .bwp-single-info .variants__options .js-quickview-option-selector:focus-visible {
	outline: unset;
}

.quickview__content .product-quickview .bwp-single-info .variants__options .js-quickview-option-selector option {
	line-height: 30px;
	font-size: var(--font-size-base);
}

.quickview__content .product-quickview .bwp-single-info .single-option-selector {
	position: relative;
	margin: 0 10px 10px 0;
}

.quickview__content .product-quickview .bwp-single-info .single-option-selector input {
	clip: rect(0, 0, 0, 0);
	overflow: hidden;
	position: absolute;
	width: 1px;
	height: 1px;
}

.quickview__content .product-quickview .bwp-single-info .single-option-selector label {
	cursor: pointer;
	position: relative;
	display: inline-block;
	margin: 0;
	background-color: var(--white);
	border: 1px solid #ccc;
	font-size: calc(var(--font-size-base) - 2px);
	line-height: 1;
	text-align: center;
	color: var(--text-color);
	text-align: center;
	line-height: 20px;
	padding: 5px 10px;
}

.quickview__content .product-quickview .bwp-single-info .single-option-selector label:after {
	content: "";
	position: absolute;
	top: -4px;
	width: calc(100% + 8px);
	height: calc(100% + 8px);
	left: -4px;
	border: 1px solid #d7d7d7;
	border-radius: 50%;
}

.quickview__content .product-quickview .bwp-single-info .single-option-selector label.disabled {
	cursor: not-allowed;
	opacity: 0.5;
}

.quickview__content .product-quickview .bwp-single-info .single-option-selector label.disabled::before {
	content: "";
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom right, transparent calc(50% - 1px), #d7d7d7, transparent calc(50% + 1px));
}

.quickview__content .product-quickview .bwp-single-info .single-option-selector input[type=radio]:checked+label {
	border-color: var(--gray-dark);
	background: var(--gray-dark);
	color: var(--white);
}

.quickview__content .product-quickview .bwp-single-info .single-option-selector input[type=radio]:checked+label:after {
	border-color: var(--gray-dark);
}

.quickview__content .product-quickview .bwp-single-info .single-option-selector input[type=radio]:checked+label.disabled {
	border-color: #ccc;
	background: var(--white);
	color: var(--gray-dark);
}

.quickview__content .product-quickview .bwp-single-info .single-option-selector input[type=radio].disabled+label {
	cursor: not-allowed;
	opacity: 0.5;
}

.quickview__content .product-quickview .bwp-single-info .single-option-selector input[type=radio].disabled+label::before {
	content: "";
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom right, transparent calc(50% - 1px), #d7d7d7, transparent calc(50% + 1px));
}

.quickview__content .product-quickview .bwp-single-info .product-quantity__select {
	border: 0;
	min-width: 50px;
	height: 45px;
	padding: 0 10px;
	font-size: 15px;
}

.quickview__content .product-quickview .bwp-single-info .product-quantity__select:focus-visible {
	outline: unset;
}

.quickview__content .product-quickview .bwp-single-info .product-quantity__select option {
	line-height: 30px;
	font-size: var(--font-size-base);
}

.quickview__content .product-quickview .bwp-single-info .product-form__item {
	margin-bottom: 20px;
	display: flex;
	flex-wrap: wrap;
}

.quickview__content .product-quickview .bwp-single-info .product-form__item .variants__label {
	color: var(--gray-dark);
	margin-right: 10px;
	font-weight: var(--body-font-weight-default);
	width: 100%;
	margin-bottom: 15px;
}

.quickview__content .product-quickview .bwp-single-info .product-form__item.image .single-option-selector {
	margin-right: 20px;
}

.quickview__content .product-quickview .bwp-single-info .product-form__item.image .single-option-selector label {
	font-size: 0;
	border: 0;
	overflow: unset;
	border-radius: 0;
	width: 35px;
	height: 35px;
}

.quickview__content .product-quickview .bwp-single-info .product-form__item.image .single-option-selector label:after {
	border-radius: 0;
}

.quickview__content .product-quickview .bwp-single-info .product-form__item.color .single-option-selector {
	margin-right: 15px;
}

.quickview__content .product-quickview .bwp-single-info .product-form__item.color .single-option-selector label {
	font-size: 0;
	border: 0;
	overflow: unset;
	width: 25px;
	height: 25px;
	border-radius: 50%;
}

.quickview__content .product-quickview .bwp-single-info .product-form__item.color .single-option-selector label:hover:after {
	opacity: 1;
	visibility: visible;
}

.quickview__content .product-quickview .bwp-single-info .product-form__item.label .single-option-selector label:after {
	display: none;
}

.quickview__content .product-quickview .bwp-single-info .product-quickview__avaiable {
	margin: 5px 0 15px;
}

.quickview__content .product-quickview .bwp-single-info .product-quickview__avaiable .product-avaiable {
	display: none;
}

.quickview__content .product-quickview .bwp-single-info .product-quickview__avaiable .product-avaiable.product-avaiable--active {
	display: block;
}

.quickview__content .product-quickview .bwp-single-info .product-quickview__buttons_external a {
	-webkit-transition: none;
	transition: none;
	font-size: calc(var(--font-size-base) - 2px);
	text-transform: uppercase;
	line-height: 50px;
	position: relative;
	background: var(--gray-dark);
	color: var(--white);
	text-align: center;
	margin-right: 20px;
	padding: 0 15px;
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	margin: 0;
	white-space: nowrap;
	border: 0;
	font-family: var(--font-family-base);
	font-weight: var(--body-font-weight-medium);
}

.quickview__content .product-quickview .bwp-single-info .product-quickview__buttons_external a:hover {
	background: var(--theme-color);
	-webkit-animation-name: text-indent;
	animation-name: text-indent;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

.quickview__content .product-quickview .bwp-single-info .product-quickview__buttons {
	display: flex;
	flex-wrap: wrap;
}

.quickview__content .product-quickview .bwp-single-info .product-quickview__buttons .product-single__add-to-cart {
	flex: 1;
	display: flex;
	flex-wrap: wrap;
}

.quickview__content .product-quickview .bwp-single-info .product-quickview__buttons .btn--add-to-cart {
	-webkit-transition: none;
	transition: none;
	font-size: calc(var(--font-size-base) - 4px);
	text-transform: uppercase;
	line-height: 40px;
	position: relative;
	background: var(--gray-dark);
	color: var(--white);
	text-align: center;
	margin-right: 20px;
	padding: 0 15px;
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
	flex: 1;
	margin: 0;
	white-space: nowrap;
	border: 0;
	font-family: var(--font-family-base);
	letter-spacing: 0.6px;
}

.quickview__content .product-quickview .bwp-single-info .product-quickview__buttons .btn--add-to-cart:hover {
	background: var(--theme-color);
	-webkit-animation-name: text-indent;
	animation-name: text-indent;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

.quickview__content .product-quickview .bwp-single-info .product-quickview__buttons .btn--add-to-cart.active:before {
	position: relative;
	display: inline-block;
	content: "";
	border: 2px solid rgba(255, 255, 255, 0.25);
	border-top-color: var(--white);
	width: 18px;
	height: 18px;
	background: none;
	-webkit-animation: 2s linear 0s normal none infinite running spin-load;
	animation: 2s linear 0s normal none infinite running spin-load;
	text-indent: 0;
	top: 4px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	left: -10px;
}

.quickview__content .product-quickview .bwp-single-info .product-quickview__buttons .btn--add-to-cart.added:before {
	content: "\e92b";
	font-family: feather;
	display: inline-block;
	font-size: 20px;
	color: var(--white);
	left: -10px;
	top: 3px;
	line-height: 1;
	position: relative;
}

.quickview__content .product-quickview .bwp-single-info .product-quickview__buttons .shopify-payment-button {
	width: 100%;
}

.quickview__content .product-quickview .bwp-single-info .product-quickview__buttons .shopify-payment-button .shopify-payment-button__button {
	background: var(--theme-color);
	border-radius: 0;
	font-size: var(--font-size-base);
	text-transform: uppercase;
	line-height: 50px;
	position: relative;
	padding: 0 15px;
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	margin: 10px 0;
	white-space: nowrap;
}

.quickview__content .product-quickview .bwp-single-info .product-quickview__buttons .shopify-payment-button .shopify-payment-button__button:hover {
	background: var(--gray-dark);
}

.quickview__content .product-quickview .bwp-single-info .product-quickview__buttons .shopify-payment-button .shopify-payment-button__button--hidden {
	display: none;
}

.quickview__content .product-quickview .bwp-single-info .product-quickview__buttons .product-quantity {
	margin: 0;
	background: #fff;
	border: 1px solid var(--gray-dark);
	height: 40px;
	display: inline-block;
	margin-right: 10px;
	position: relative;
	border-radius: 20px;
}

.quickview__content .product-quickview .bwp-single-info .product-quickview__buttons .product-quantity .wpbingo-qty__number {
	width: 120px;
	border: 0;
	height: 38px;
	text-align: center;
	padding: 0 40px;
	font-size: 18px;
	background: transparent;
}

.quickview__content .product-quickview .bwp-single-info .product-quickview__buttons .product-quantity .wpbingo-qty__adjust--minus {
	position: absolute;
	top: 0;
	left: 0;
	background: transparent;
	line-height: 40px;
	border: none;
	width: 40px;
	height: 39px;
	color: var(--gray-dark);
	font-size: 18px;
}

.quickview__content .product-quickview .bwp-single-info .product-quickview__buttons .product-quantity .wpbingo-qty__adjust--minus:hover {
	color: var(--theme-color);
}

.quickview__content .product-quickview .bwp-single-info .product-quickview__buttons .product-quantity .wpbingo-qty__adjust--plus {
	position: absolute;
	top: 0;
	right: 0;
	background: transparent;
	line-height: 40px;
	border: none;
	font-size: 18px;
	width: 40px;
	height: 39px;
	color: var(--gray-dark);
}

.quickview__content .product-quickview .bwp-single-info .product-quickview__buttons .product-quantity .wpbingo-qty__adjust--plus:hover {
	color: var(--theme-color);
}

.quickview__btn-close {
	cursor: pointer;
	position: absolute;
	top: 15px;
	right: 15px;
	text-align: center;
	z-index: 9;
	display: inline-block;
	width: 28px;
	height: 28px;
	padding: 6px;
	border: 1px solid var(--border-color);
	background: var(--white);
	padding: 0;
}

.quickview__btn-close:before,
.quickview__btn-close:after {
	content: "";
	position: absolute;
	height: 1px;
	width: 14px;
	top: 50%;
	left: calc(50% - 7px);
	margin-top: -1px;
	background-color: var(--gray-dark);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.quickview__btn-close:before {
	transform-origin: 50% 50%;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.quickview__btn-close:after {
	transform-origin: 50% 50%;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.quickview__btn-close:hover:before,
.quickview__btn-close:hover:after {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

.quickview-images {
	display: block;
	overflow: hidden;
}

.quickview-images .quickview-images__list .slick-track {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.product-avaiable.product-avaiable--active {
	display: block;
}

.product-avaiable.product-avaiable--active .product-avaiable__text {
	position: relative;
	padding-left: 25px;
	color: #108043;
}

.product-avaiable.product-avaiable--active .product-avaiable__text:before {
	content: "\e919";
	width: 14px;
	height: 14px;
	background: white;
	border-radius: 50%;
	left: 0;
	position: absolute;
	top: calc(50% - 7px);
	line-height: 14px;
	font-family: wpbingofont;
}

.product-avaiable.product-avaiable--active .product-avaiable__text:after {
	z-index: -1;
	position: absolute;
	content: "";
	width: 14px;
	height: 14px;
	background: #108043;
	display: inline-block;
	border-radius: 50%;
	opacity: 0.25;
	top: calc(50% - 7px);
	left: 0;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-animation-name: scale;
	animation-name: scale;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.product-avaiable.product-avaiable--active .product-avaiable__text.product-avaiable__text--outstock {
	color: red;
}

.product-avaiable.product-avaiable--active .product-avaiable__text.product-avaiable__text--outstock:after {
	background: red;
}

body.not-scroll {
	overflow: hidden;
}

body.qv_overlay-layer:before,
body.editv_overlay-layer:before {
	content: "";
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	visibility: visible;
	opacity: 1;
	-webkit-transition: opacity 0.3s ease, visibility 0s ease;
	transition: opacity 0.3s ease, visibility 0s ease;
	z-index: 9999;
}

body:not(.template-index) .bwp-header {
	border-bottom: 1px solid var(--border-color);
}

body:not(.template-index) .bwp-header .header-top {
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

body:not(.template-index) .bwp-header .header-top .header-text span:before {
	color: var(--gray-dark);
}

body:not(.template-index) .bwp-header .header-top .header-text:before {
	background: #d4d4d4;
}

body:not(.template-index) .bwp-header .header-top .header-top__nav li:before {
	background: #d4d4d4;
}

/*================== WISHLIST ================*/
#wishlists .wishlist_empty {
	text-align: center;
	font-size: calc(var(--font-size-base) + 4px);
}

#wishlists .wishlist__grid {
	display: flex;
	margin: 0 -15px;
	flex-wrap: wrap;
}

#wishlists .wishlist__grid.loading_wishlist {
	position: relative;
	padding: 50px 0;
}

#wishlists .wishlist__grid.loading_wishlist:before {
	position: absolute;
	display: inline-block;
	content: "";
	border: 2px solid var(--gray-dark-25);
	border-top-color: var(--gray-dark);
	width: 30px;
	height: 30px;
	background: none;
	-webkit-animation: 2s linear 0s normal none infinite running spin-load;
	animation: 2s linear 0s normal none infinite running spin-load;
	text-indent: 0;
	top: 30px;
	left: calc(50% - 15px);
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	opacity: 1;
}

#wishlists .wishlist__grid.loading_wishlist * {
	opacity: 0;
}

#wishlists .wishlist__grid .product-content-card {
	max-width: 25%;
	flex: 0 0 25%;
	padding: 0 15px;
}

#wishlists .wishlist__grid .product-card-wishlist .product-card__content .content-top {
	display: flex;
	justify-content: space-between;
}

#wishlists .wishlist__grid .product-card-wishlist .product-card__content .wpb-variants-swatch .swatch-content {
	justify-content: revert;
}

#wishlists .wishlist__grid .product-card-wishlist .button-wishlist {
	position: absolute;
	top: 10px;
	right: 10px;
}

#wishlists .wishlist__grid .product-card-wishlist .button-wishlist:before {
	content: attr(data-title);
	position: absolute;
	padding: 0 10px;
	background: var(--gray-dark);
	color: var(--white);
	top: calc(50% - 11.5px);
	line-height: 23px;
	white-space: nowrap;
	right: calc(100% + 10px);
	font-size: 12px;
	z-index: 10;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

#wishlists .wishlist__grid .product-card-wishlist .button-wishlist:after {
	content: "";
	position: absolute;
	top: calc(50% - 5px);
	right: 100%;
	border-width: 5px;
	border-style: solid;
	border-color: transparent transparent transparent var(--gray-dark);
	pointer-events: none;
	opacity: 0;
	visibility: hidden;
}

#wishlists .wishlist__grid .product-card-wishlist .button-wishlist:hover:before,
#wishlists .wishlist__grid .product-card-wishlist .button-wishlist:hover:after {
	opacity: 1;
	visibility: visible;
}

#wishlists .wishlist__grid .product-card-wishlist .button-wishlist button {
	color: var(--gray-dark);
	display: inline-block;
	text-align: center;
	background: var(--white);
	width: 35px;
	height: 35px;
	line-height: 35px;
	border: 0;
	font-size: 0;
	white-space: nowrap;
	padding: 0;
	border-radius: 50%;
	box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.0392156863);
}

#wishlists .wishlist__grid .product-card-wishlist .button-wishlist button:before {
	content: "\ea02";
	font-family: "feather";
	font-size: calc(var(--font-size-base) + 4px);
	display: inline-block;
}

#wishlists .wishlist__grid .product-card-wishlist .button-wishlist button span {
	display: none;
}

#wishlists .wishlist__grid .product-card-wishlist .button-wishlist button.active {
	color: var(--gray-dark);
	background: var(--white);
}

#wishlists .wishlist__grid .product-card-wishlist .button-wishlist button.load-wishlist:before {
	position: relative;
	display: inline-block;
	content: "";
	border: 2px solid var(--gray-dark-50);
	border-top-color: var(--gray-dark);
	width: 16px;
	height: 16px;
	background: none;
	animation: 2s linear 0s normal none infinite running spin-load;
	text-indent: 0;
	top: 8px;
	border-radius: 50%;
}

#wishlists .wishlist__grid .product-card-wishlist .button-wishlist button.load-wishlist:hover:before {
	border: 2px solid rgba(255, 255, 255, 0.5);
	border-top-color: var(--white);
}

#wishlists .wishlist__grid .product-card-wishlist .button-wishlist button:hover,
#wishlists .wishlist__grid .product-card-wishlist .button-wishlist button:focus {
	outline: 0;
	box-shadow: none;
}

#wishlists .wishlist__grid .product-card-wishlist .button-wishlist button:hover {
	color: var(--white);
	background-color: var(--theme-color);
	border-color: var(--theme-color);
	-webkit-animation-name: beat;
	animation-name: beat;
	-webkit-animation-duration: 0.9s;
	animation-duration: 0.9s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

/*============= BEFORE-YOU-LEAVE ==============*/
#before-you-leave {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 9999;
}

#before-you-leave .close-full {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: var(--gray-dark-25);
}

#before-you-leave .close {
	cursor: pointer;
	position: absolute;
	top: 30px;
	right: 30px;
	text-align: center;
	z-index: 1;
	display: inline-block;
	width: 28px;
	height: 28px;
	background: var(--white);
}

#before-you-leave .close:before,
#before-you-leave .close:after {
	content: "";
	position: absolute;
	height: 1px;
	width: 14px;
	top: 50%;
	left: calc(50% - 7px);
	margin-top: -1px;
	background-color: var(--gray-dark);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#before-you-leave .close:before {
	transform-origin: 50% 50%;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#before-you-leave .close:after {
	transform-origin: 50% 50%;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#before-you-leave .close:hover:before,
#before-you-leave .close:hover:after {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

#before-you-leave .content-you-leave {
	position: fixed;
	right: 0;
	width: 100%;
	max-width: 380px;
	background: var(--white);
	overflow: auto;
	height: 100%;
}

#before-you-leave .content-you-leave::-webkit-scrollbar-track {
	background-color: #ececec;
}

#before-you-leave .content-you-leave::-webkit-scrollbar {
	width: 2px;
	background-color: #ececec;
}

#before-you-leave .content-you-leave::-webkit-scrollbar-thumb {
	background-color: var(--gray-dark);
}

#before-you-leave .content-top {
	position: relative;
	margin-bottom: 35px;
}

#before-you-leave .content-top h2 {
	position: absolute;
	margin: 0;
	font-size: calc(var(--font-size-heading) - 5px);
	width: 100%;
	padding: 0 25px;
	bottom: 30px;
	color: var(--white);
}

#before-you-leave .desc {
	font-size: calc(var(--font-size-base) + 2px);
	text-align: center;
	margin-bottom: 10px;
}

#before-you-leave .desc span {
	font-size: calc(var(--font-size-heading) - 8px);
	color: var(--theme-color);
}

#before-you-leave .code {
	text-align: center;
	margin-bottom: 25px;
}

#before-you-leave .code span {
	color: var(--gray-dark);
	text-decoration: underline;
	font-weight: var(--body-font-weight-medium);
}

#before-you-leave .button {
	padding: 0 30px;
	text-align: center;
	margin-bottom: 30px;
}

#before-you-leave .button a {
	display: inline-block;
	width: 100%;
	padding: 10px 20px;
	line-height: 20px;
	font-weight: var(--body-font-weight-medium);
	background: var(--gray-dark);
	color: var(--white);
	font-size: calc(var(--font-size-base) - 2px);
}

#before-you-leave .button a:hover {
	background: var(--theme-color);
}

#before-you-leave .title-product-leave {
	font-size: var(--font-size-base);
	padding: 0 30px;
	margin-bottom: 25px;
	font-family: var(--font-family-base);
}

#before-you-leave .content-product {
	padding: 30px;
	border-top: 1px solid var(--border-color);
}

#before-you-leave .product-card {
	display: flex;
}

#before-you-leave .product-card .product-card__image-wrapper {
	flex: 0 0 120px;
	max-width: 120px;
}

#before-you-leave .product-card .product-card__content {
	flex: 1;
	padding-left: 20px;
	margin: 0;
}

#before-you-leave .product-card .product-card__content .product-review {
	margin: 0 0 5px;
}

#before-you-leave .product-card .product-card__content .wpb-variants-swatch {
	margin-top: 0;
}

#before-you-leave .product-card .product-card__content .wpb-variants-swatch .swatch-content {
	justify-content: revert;
}

#before-you-leave .product-card .product-card__content .product-card__price {
	margin-bottom: 10px;
}

#before-you-leave .product-card .product-card__content .product-card__price .product-price.product-price--regular {
	font-size: calc(var(--font-size-base) - 2px);
}

#before-you-leave .product-card .product-card__content .product-group-price {
	font-size: var(--font-size-base);
}

#before-you-leave .content-button {
	display: flex;
}

#before-you-leave .content-button .product-card__form {
	flex: 1;
	margin-right: 5px;
}

#before-you-leave .content-button .product-card__form .btn {
	border: 1px solid var(--border-color);
	padding: 5px 10px;
	line-height: 20px;
	color: var(--gray-dark);
	font-weight: var(--body-font-weight-medium);
	text-align: center;
	width: 100%;
	font-size: calc(var(--font-size-base) - 4px);
}

#before-you-leave .content-button .product-card__form .btn:hover {
	background: var(--theme-color);
	border-color: var(--theme-color);
	color: var(--white);
}

#before-you-leave .content-button .button-wishlist button {
	width: 32px;
	height: 32px;
	padding: 0;
	text-align: center;
	line-height: 30px;
	border: 1px solid var(--border-color);
	color: var(--gray-dark);
	background: var(--white);
	border-radius: 50%;
}

#before-you-leave .content-button .button-wishlist button:before {
	content: "\e977";
	font-family: feather;
	font-size: 14px;
	display: inline-block;
}

#before-you-leave .content-button .button-wishlist button.active {
	background: var(--theme-color);
	border-color: var(--theme-color);
	color: var(--white);
}

#before-you-leave .content-button .button-wishlist button.active.load-wishlist:before {
	border: 2px solid rgba(255, 255, 255, 0.5);
	border-top-color: var(--white);
}

#before-you-leave .content-button .button-wishlist button:hover {
	background: var(--theme-color);
	border-color: var(--theme-color);
	color: var(--white);
}

#before-you-leave .content-button .button-wishlist button.load-wishlist:before {
	position: relative;
	display: inline-block;
	content: "";
	border: 2px solid var(--gray-dark-50);
	border-top-color: var(--gray-dark);
	width: 16px;
	height: 16px;
	background: none;
	animation: 2s linear 0s normal none infinite running spin-load;
	text-indent: 0;
	top: 3px;
	border-radius: 50%;
}

#before-you-leave .content-button .button-wishlist button.load-wishlist:hover:before {
	border: 2px solid rgba(255, 255, 255, 0.5);
	border-top-color: var(--white);
}

@media (min-width: 576px) {
	.col-sm-2-5 {
		flex: 20%;
		max-width: 20%;
	}

	.container {
		max-width: 100%;
	}
}

@media (min-width: 768px) {
	.container {
		max-width: 100%;
	}

	.col-md-2-5 {
		flex: 20%;
		max-width: 20%;
	}

	.hidden-desktop {
		display: none;
	}

	.header-cart:hover .header-cart__content,
	.header-cart:focus .header-cart__content {
		opacity: 1;
		visibility: visible;
	}

	.order__table tbody tr:first-child td {
		padding-top: 24px;
	}

	.order__table tbody tr:last-child td {
		padding-bottom: 24px;
	}

	.order__table--quantity {
		text-align: center;
	}

	#before-you-leave.active {
		display: flex;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.hidden-sm {
		display: none !important;
	}

	.quickview__content .product-quickview .bwp-single-info .product-quickview__price .group-quickview .group_table .item-product-group .product-content {
		flex: 0 0 100%;
		margin-bottom: 10px;
	}
}

@media (min-width: 991px) {
	.col-lg-2-5 {
		flex: 20%;
		max-width: 20%;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.hidden-md {
		display: none !important;
	}

	.related-artibles__card-image {
		width: 100%;
		margin-bottom: 10px;
	}

	.related-artibles__card-content {
		width: 100%;
		padding: 0;
	}
}

@media (min-width: 1025px) {
	.catalog-menu:hover .catalog-menu__content {
		opacity: 1;
		visibility: visible;
	}

	.catalog-menu__content {
		display: block !important;
		height: auto !important;
		opacity: 0;
		visibility: hidden;
	}

	.catalog-menu__item a.catalog-menu__collapse-toggle {
		display: none;
	}

	.catalog-menu--has-dropdown .catalog-menu__dropdown {
		display: block;
	}

	.catalog-menu--has-dropdown:hover>.catalog-menu__dropdown {
		visibility: visible;
		opacity: 1;
		left: 100%;
	}

	.catalog-menu__dropdown {
		position: absolute;
		top: 0;
		left: 110%;
		width: 100%;
		visibility: hidden;
		opacity: 0;
		background-color: var(--white);
		border: 1px solid var(--border-color);
		transition: all 0.3s ease;
	}

	.main-menu__mobile {
		display: none;
	}

	.product-card .content-button-mobile {
		display: none;
	}
}

@media (min-width: 1200px) {
	.menu-mobile {
		display: none;
	}

	.col-xx-2-5 {
		flex: 20%;
		max-width: 20%;
	}

	.hidden-lg {
		display: none !important;
	}

	.product-card .product-card__form.mobile {
		display: none;
	}

	.product-card.hover_style_2:hover .product-card__price {
		transform: translateY(-100%);
		opacity: 0;
		visibility: hidden;
	}

	.product-card.hover_style_8 .product-review .spr-badge-caption {
		color: #fff;
	}

	.product-card.hover_style_8 .wpb-variants-swatch .swatch-content.label .more-variant {
		color: var(--white);
	}

	.product-card.hover_style_8 .wpb-variants-swatch .swatch-content.label .more-variant:hover {
		color: var(--gray-dark);
		background: var(--white);
		border-color: var(--white);
	}

	.product-card.hover_style_8 .wpb-variants-swatch .swatch-content.color .more-variant {
		color: var(--white);
		border-color: #fff;
	}

	.product-card.hover_style_8 .wpb-variants-swatch .swatch-content.color .more-variant:hover {
		color: var(--gray-dark);
		background: var(--white);
		border-color: var(--white);
	}

	.product-card.hover_style_8 .product-card__image-link:before {
		content: "";
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		background: var(--gray-dark-50);
		transform: scale(0.8);
		transition: all 0.3s ease;
		opacity: 0;
		visibility: hidden;
		z-index: 9;
		border-radius: 20px;
	}

	.product-card.hover_style_8 .product-card__content {
		position: absolute;
		padding: 0 15px;
		width: 100%;
		left: 0;
		top: 0;
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		transform: scale(0.8);
		transition: all 0.3s ease;
		opacity: 0;
		visibility: hidden;
		z-index: 10;
	}

	.product-card.hover_style_8 .product-card__content .product-card__name a {
		color: var(--white);
	}

	.product-card.hover_style_8 .product-card__content .product-card__name a:hover {
		color: var(--white);
	}

	.product-card.hover_style_8 .product-card__content .product-card__price .product-price {
		color: var(--white);
	}

	.product-card.hover_style_8 .product-card__content .wpb-variants-swatch {
		background: transparent;
	}

	.product-card.hover_style_8 .product-card__content .wpb-variants-swatch .swatch-items label:before {
		border-color: var(--white);
	}
}

@media (min-width: 1440px) {
	.col-xl-2-5 {
		flex: 20%;
		max-width: 20%;
	}

	.container {
		max-width: 1470px;
	}
}

@media (max-width: 1510px) and (min-width: 1200px) {
	.container {
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media (max-width: 1500px) {
	.slick-prev {
		left: -15px;
	}

	.slick-next {
		right: -15px;
	}
}

@media (max-width: 1199px) {
	.slick-list {
		margin: 0 -7.5px;
	}

	.slick-list .slick-slide {
		padding: 0 7.5px;
	}

	.slick-carousel .slick-carousel__item {
		padding-left: 7.5px;
		padding-right: 7.5px;
	}

	.search-toggle {
		margin-right: 15px;
	}

	.header-account {
		margin-right: 15px;
	}

	.header-promotion {
		display: none;
	}

	.main-menu__nav-item {
		padding: 0 10px;
	}

	.product-card.hover_style_8 .product-card__content {
		padding: 0;
	}

	.product-card.hover_style_8 .wpb-variants-swatch .swatch-content .swatch-items label:before {
		border-color: #868686;
	}

	.product-card.hover_style_8 .wpb-variants-swatch .swatch-content.label .title {
		color: var(--gray-dark);
	}

	.product-card.hover_style_8 .wpb-variants-swatch .swatch-content.label .swatch-items label {
		color: var(--text-color);
	}

	.product-card.hover_style_8 .wpb-variants-swatch .swatch-content.label .swatch-items.active label,
	.product-card.hover_style_8 .wpb-variants-swatch .swatch-content.label .swatch-items:hover label {
		color: var(--gray-dark);
		border-color: var(--gray-dark);
	}

	.product-card.hover_style_9 .product-variants__content {
		padding: 10px 10px 5px;
	}

	.product-card .product-card__buttons {
		display: none;
	}

	.product-card .product-card__form:not(.mobile) {
		display: none;
	}

	.cookie-consent {
		bottom: 80px;
	}

	.compare__table {
		display: none;
	}

	#wishlists .wishlist__grid {
		margin: 0 -7.5px;
	}

	#wishlists .wishlist__grid .product-content-card {
		max-width: 33.33%;
		flex: 0 0 33.33%;
		padding: 0 7.5px;
	}

	.product-card.hover_style_6 .btn-gruop {
		display: none;
	}
}

@media (max-width: 1024px) {
	.header-bottom__inner {
		flex-flow: row wrap;
	}

	.catalog-menu {
		width: 100%;
		padding: 5px 0;
	}

	.catalog-menu__title {
		padding: 8px 0;
		border-right: none;
	}

	.catalog-menu__title::before,
	.catalog-menu__title::after,
	.catalog-menu__title span::before {
		display: none;
	}

	.catalog-menu--has-dropdown>a:not(.catalog-menu__collapse-toggle) {
		display: none;
	}

	.catalog-menu__dropdown {
		padding-left: 15px;
		padding-bottom: 10px;
	}

	.product-card.hover_style_5 .content-title-wishlist .button-wishlist {
		display: none;
	}
}

@media (max-width: 991px) {
	.hide_ipad {
		display: none !important;
	}

	.product-card.hover_style_3 .product-card__quickview:not(.mobile) {
		display: none;
	}

	.product-card.hover_style_6 .button-compare {
		display: none !important;
	}

	.product-card.hover_style_6 .product-card__buttons>div {
		flex: 0 0 100%;
	}

	.product-card.hover_style_9 .product-card__form:not(.mobile) {
		display: none;
	}

	.product-card.hover_style_9 .wpb-variants-swatch.mobile {
		display: block;
	}

	.product-card__image-wrapper.slider .slick-arrow {
		width: 20px;
		height: 30px;
		top: calc(50% - 15px);
		line-height: 30px;
		opacity: 1 !important;
		visibility: visible !important;
	}

	.product-card__image-wrapper.slider .slick-arrow:before {
		font-size: 11px;
	}

	.product-card__buttons>div.product-card__quickview {
		display: none;
	}

	.product-card__buttons .button-compare {
		display: none !important;
	}

	.wpbingo-breadcrumbs .bwp_slider-carousel.style_1 .item-collection a h2 span {
		min-width: unset;
		width: 100%;
	}

	.wpbingo-breadcrumbs .bwp_slider-carousel.style_1 .slick-arrow {
		opacity: 1;
		visibility: visible;
	}

	.wpbingo-breadcrumbs .bwp_slider-carousel.style_2 .slick-arrow {
		opacity: 1;
		visibility: visible;
		width: 20px;
		height: 20px;
		line-height: 20px;
		background: var(--theme-color);
		padding: 0;
		color: var(--white);
	}

	.wpbingo-breadcrumbs .bwp_slider-carousel.style_2 .slick-arrow:before {
		font-size: 10px;
		color: var(--white);
	}

	.wpbingo-breadcrumbs .bwp_slider-carousel.style_2 .slick-arrow.slick-prev {
		left: -10px;
	}

	.wpbingo-breadcrumbs .bwp_slider-carousel.style_2 .slick-arrow.slick-next {
		right: -10px;
	}

	.cart-modal__inner .cart-modal-recommendations {
		display: none;
	}

	.page-account__inner .page-account__content .nav-StickySidebar {
		width: 40%;
	}

	.page-account__inner .page-account__content .account__content {
		width: 60%;
	}

	.page-account__inner .login-form-container {
		margin: 0 -15px;
		padding: 0 15px;
	}

	.page-account__inner .login-form-container>div {
		padding: 0 15px;
	}

	.addresses__item {
		width: 100%;
		max-width: 100%;
		padding: 15px;
	}

	.newsletter-popup .image {
		display: none;
	}

	.newsletter-popup.newsletter-popup--active .newsletter-popup__inner {
		width: calc(100% - 30px);
		max-width: 400px;
		padding: 0;
	}

	.newsletter-popup.newsletter-popup--active .newsletter-popup__content {
		width: 100%;
		min-height: auto;
		padding-top: 30px;
		padding-bottom: 50px;
	}

	.newsletter-popup .newsletter-popup__inner {
		width: calc(100% - 30px);
		max-width: 400px;
		padding: 0;
	}

	.newsletter-popup .newsletter-popup__content {
		width: 100%;
		min-height: auto;
		padding-top: 30px;
		padding-bottom: 50px;
	}

	.newsletter-popup .title-newsletter {
		font-size: calc(var(--font-size-heading) - 5px);
	}

	.quickview.show-content .quickview__content {
		max-width: 700px;
	}

	.quickview__content .product-quickview .img-quickview {
		max-width: 320px;
	}

	body.qv_overlay-layer:before,
	body.editv_overlay-layer:before {
		z-index: 9999;
	}

	#wishlists .wishlist__grid {
		margin: 0 -7.5px;
	}

	#wishlists .wishlist__grid .product-content-card {
		max-width: 50%;
		flex: 0 0 50%;
		padding: 0 7.5px;
	}
}

@media (max-width: 767px) {

	#about-us .wpbingo-breadcrumbs.wpbingo-breadcrumbs--image .wpbingo-breadcrumbs__image,
	#contact .wpbingo-breadcrumbs.wpbingo-breadcrumbs--image .wpbingo-breadcrumbs__image {
		padding: 70px 0;
	}

	.hidden-xs {
		display: none !important;
	}

	.hidden-mobile {
		display: none;
	}

	.slick-arrow:before {
		font-size: 10px;
	}

	.slick-arrow {
		width: 25px;
		height: 25px;
		line-height: 26px;
		border-radius: 50%;
		padding: 0;
		background: var(--white);
		color: var(--gray-dark);
		text-align: center;
		opacity: 1;
		visibility: visible;
		box-shadow: 0 5px 10px 5px rgba(0, 0, 0, 0.04);
	}

	.slick-arrow:hover {
		color: var(--white);
		background: var(--theme-color);
	}

	.slick-prev {
		left: 0;
	}

	.slick-next {
		right: 0;
	}

	.slick-carousel .slick-carousel__item.slick-slider-collection {
		padding-left: 15px;
		padding-right: 15px;
	}

	.hide_mobile {
		display: none !important;
	}

	.main-menu__mobile {
		margin-right: 4px;
	}

	.header-mobile .header-right .wishlist-mobile {
		margin-right: 5px;
	}

	.menu-mobile__inner {
		max-width: 90vw;
	}

	.menu-mobile__nav {
		max-width: calc(100vw - 30px);
	}

	.mm-nav__links-wrapper {
		max-width: calc(100vw - 30px);
	}

	.products__col {
		padding: 8px;
	}

	.product-card.hover_style_6 .button-wishlist:not(.mobile) {
		display: none;
	}

	.wpb-variants-swatch .swatch-items label span {
		display: none;
	}

	.wpb-variants-swatch .swatch-items label {
		margin: 2px 5px;
		width: 15px;
		height: 15px;
		line-height: 15px;
	}

	.wpb-variants-swatch .swatch-content.label .swatch-items label {
		margin: 2px 4px;
	}

	.cart-modal__inner {
		padding: 0 20px;
	}

	.cart-modal__inner .cart-modal__header {
		padding: 20px 0;
	}

	.cart-modal__middle {
		margin: 0;
	}

	.cart-modal__middle:before {
		display: none;
	}

	.cart-modal__middle>div {
		padding: 0;
	}

	.cart-modal__product {
		width: 100%;
		flex: 0 0 100%;
		border: 0;
	}

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

	.cart-modal__content {
		width: 100%;
		flex: 0 0 100%;
		border-top: 1px solid #e5e5e5;
		padding-top: 20px !important;
		margin-top: 20px;
	}

	.cart-modal__messenger {
		font-size: var(--font-size-base);
	}

	.ajaxcart-currency {
		padding: 0 15px;
	}

	.ajaxcart_terms_conditions {
		padding: 0 15px;
	}

	.content_terms_conditions h2 {
		font-size: calc(var(--font-size-base) + 2px);
	}

	.ajaxcart .gift-wrap label {
		justify-content: center;
	}

	.cart-product-info__qty .wpbingo-qty {
		margin-left: 0;
	}

	.edit_variant-cart-container {
		opacity: 0;
		visibility: hidden;
	}

	.edit_variant-cart-container.is-visible {
		opacity: 1;
		visibility: visible;
		transform: translate(-50%, -50%);
	}

	.edit_variant-cart-container .edit_variant-cart__content {
		padding: 30px;
	}

	.edit_variant-cart-container .product-edit_variants_title {
		font-size: calc(var(--font-size-base) + 2px);
	}

	.edit_variant-cart-container .img-edit_variants,
	.edit_variant-cart-container .bwp-single-info {
		width: 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.edit_variant-cart-container .slick-arrow {
		opacity: 0;
		visibility: hidden;
	}

	.edit_variant-cart-container .bwp-single-info {
		position: relative;
		opacity: 1;
		z-index: 2;
		visibility: visible;
		padding: 0;
	}

	.edit_variant-cart-container .product-edit_variants__images {
		max-width: 200px;
		margin: 0 auto 30px;
	}

	.page-title {
		margin: 0;
		font-size: calc(var(--font-size-base) + 4px);
	}

	.page-account__inner .page-account__content .nav-StickySidebar {
		width: 100%;
		margin-bottom: 50px;
		position: relative;
	}

	.page-account__inner .page-account__content .account__content {
		width: 100%;
		padding: 0;
	}

	.page-account__inner .login-form-container {
		padding: 0;
	}

	.page-account__inner .login-form-container>div {
		width: 100%;
		flex: 0 0 100%;
	}

	.page-account__inner .login-form-container .content-register {
		margin-top: 60px;
	}

	.form-link {
		margin: 15px 0 0;
	}

	.page__inner {
		padding: 0 0 50px;
	}

	.addresses .modal-header {
		padding: 20px 15px;
	}

	.addresses .modal-body {
		padding: 15px;
	}

	.addresses__grid {
		margin-left: -8px;
		margin-right: -8px;
	}

	.address-card {
		padding: 20px;
	}

	.cookie-consent {
		left: 0;
		max-width: 100%;
		bottom: 50px;
	}

	.table--responsive thead {
		display: none;
	}

	.table--responsive tfoot th {
		display: none;
	}

	.table--responsive tr {
		display: block;
	}

	.table--responsive td,
	.table--responsive th {
		display: block;
	}

	.table--responsive td {
		text-align: right;
	}

	.table--responsive td::before {
		content: attr(data-label);
		float: left;
		padding: 3px 0 0;
		color: var(--gray-dark);
		font-family: var(--font-family-second);
		font-size: calc(var(--font-size-base) - 1px);
		font-weight: var(--heading-font-weight-medium);
		text-transform: uppercase;
		line-height: 18px;
	}

	.table--responsive .orders__table-section {
		margin: 0 0 30px;
		border-bottom: 2px solid var(--text-color);
	}

	.table--responsive .orders__table-section:last-child {
		margin-bottom: 0;
	}

	.table--responsive .orders__table-product {
		text-align: center;
	}

	.table--responsive .orders__table-product::before {
		width: 100%;
		text-align: center;
	}

	.sale-nofication {
		display: none !important;
	}

	.page-not-found .page-not-found__heading {
		font-size: 150px;
	}

	.page-not-found .page-not-found__title {
		font-size: calc(var(--font-size-heading) - 5px);
	}

	.quickview {
		padding: 0;
		justify-content: right;
	}

	.quickview [data-quickview-container] {
		height: 100%;
	}

	.quickview .quickview__content {
		height: 100%;
	}

	.quickview__content {
		max-width: 400px;
		width: calc(100% - 30px);
		transform: translateX(100%);
	}

	.quickview__content .product-quickview {
		height: 100%;
	}

	.quickview__content .product-quickview>.row {
		flex-direction: column;
		flex-wrap: nowrap;
		height: 100%;
	}

	.quickview__content .product-quickview .img-quickview {
		max-width: 100%;
		flex: 1;
		background: #f5f5f5;
	}

	.quickview__content .product-quickview .img-quickview img {
		aspect-ratio: 1;
		object-fit: contain;
	}

	.quickview__content .product-quickview .img-quickview video {
		margin: auto;
		max-height: 330px;
	}

	.quickview__content .product-quickview .bwp-single-info {
		padding: 0 12px;
		position: relative;
		overflow: auto;
	}

	.quickview__content .product-quickview .bwp-single-info .content_product_detail {
		max-height: 100%;
		height: 100%;
		padding: 30px 10px;
	}

	.quickview__content .product-quickview .bwp-single-info .product-quickview_title {
		font-size: calc(var(--font-size-base) + 4px);
		line-height: 1.3;
		margin-bottom: 10px;
	}

	.quickview__content .product-quickview .bwp-single-info .countdown-quickview {
		font-size: var(--font-size-base);
	}

	.quickview__btn-close {
		position: fixed;
	}

	section.wpbingo-breadcrumbs .wpbingo-breadcrumbs__inner .wpbingo-breadcrumbs__title {
		font-size: calc(var(--font-size-heading) - 4px);
	}
}

@media (max-width: 480px) {
	.product-card .countdown-product.style_1 .countdown {
		padding: 5px;
	}

	.product-card .countdown-product.style_1 .countdown .countdown__item {
		font-size: calc(var(--font-size-base) - 3px);
	}

	.product-card .countdown-product.style_1 .countdown__item:after {
		margin: 0 2px;
	}

	.product-card .countdown-product.style_1 .countdown__item {
		letter-spacing: 0;
	}

	.product-card .countdown-product.style_2 .countdown {
		background: var(--white);
		flex-wrap: nowrap;
		padding: 0;
		height: 30px;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.0509803922);
	}

	.product-card .countdown-product.style_2 .countdown .countdown__item {
		width: unset;
		height: auto;
		max-height: 30px;
		display: block;
		min-width: unset;
		line-height: 30px;
		box-shadow: unset;
	}

	.product-card .countdown-product.style_2 .countdown .countdown__item span:last-child {
		display: none;
	}

	.product-card .countdown-product.style_2 .countdown .countdown__item span:first-child {
		font-size: calc(var(--font-size-base) - 2px);
		margin: 0;
		display: inline-flex;
	}

	.product-card .countdown-product.style_2 .countdown .countdown__item span:first-child:before {
		content: ":";
		display: inline-block;
		margin: 0 4px 0 0;
	}

	.product-card .countdown-product.style_2 .countdown .countdown__item:first-child span:first-child:before {
		display: none;
	}

	.product-card.hover_style_6 .product-card__buttons>div .btn {
		font-size: 0;
	}

	.product-card.hover_style_6 .product-card__buttons>div .btn:before,
	.product-card.hover_style_6 .product-card__buttons>div .btn i {
		line-height: 40px;
	}

	.product-card__label>* {
		min-width: 40px;
		line-height: 20px;
		font-size: 10px;
		padding: 0 5px;
	}

	.cart-modal__btn {
		padding: 5px 10px;
	}

	.drawer__header {
		padding: 15px;
	}

	.drawer__inner .ajaxcart__footer {
		padding: 20px 0 0;
	}

	.drawer__inner {
		top: 70px;
	}

	.drawer__inner .shipping-bar-cart {
		padding: 20px;
	}

	.drawer__inner .ajaxcart__inner {
		padding: 0 5px 0 15px;
		right: 10px;
	}

	.drawer__inner .ajaxcart__footer .ajaxcart__info {
		padding: 0 15px 15px;
		margin: 0;
	}

	.drawer__inner .ajaxcart__footer-price {
		padding: 15px 15px 0;
	}

	.drawer__inner .ajaxcart__policies {
		padding: 0 15px 10px;
	}

	.drawer__inner .ajaxcart__footer-buttons {
		padding: 0 15px 20px;
		margin: 0 -4px;
		box-shadow: inset 1px -3px 6px 0px rgba(0, 0, 0, 0.1019607843);
	}

	.gift_card-container .product-giftcard_title {
		padding: 0 20px 10px;
	}

	.gift_card-container .img-giftcard {
		width: 100%;
		flex: 0 0 100%;
	}

	.gift_card-container .img-giftcard .product-giftcard__images {
		padding: 20px;
	}

	.gift_card-container .img-giftcard .product-giftcard__images .giftcard-images {
		max-width: 150px;
		margin: auto;
	}

	.gift_card-container .bwp-single-info {
		width: 100%;
		flex: 0 0 100%;
	}

	.gift_card-container .bwp-single-info .content_product_detail {
		padding: 20px;
	}

	.edit_variant-cart-container .product-quantity .wpbingo-qty__number {
		width: 95px;
		padding: 0 28px;
	}

	.edit_variant-cart-container .product-quantity .wpbingo-qty__adjust--plus,
	.edit_variant-cart-container .product-quantity .wpbingo-qty__adjust--minus {
		width: 28px;
	}

	.edit_variant-cart-container.add-content .edit_variant-cart__content {
		padding: 30px 15px;
	}

	.page-account h1 {
		margin: 45px 0;
		font-size: var(--font-size-heading);
	}

	.quickview__content .product-quickview .bwp-single-info .product-quickview__price .group-quickview .group_table .item-product-group .product-content {
		flex: 0 0 100%;
		margin-bottom: 10px;
	}

	.quickview__content .product-quickview .bwp-single-info .product-quickview__buttons .shopify-payment-button .shopify-payment-button__button {
		font-size: var(--font-size-base);
	}

	.quickview__content .product-quickview .bwp-single-info .product-quickview__buttons .product-quantity .wpbingo-qty__number {
		width: 95px;
		padding: 0 28px;
	}

	.quickview__content .product-quickview .bwp-single-info .product-quickview__buttons .product-quantity .wpbingo-qty__adjust--plus,
	.quickview__content .product-quickview .bwp-single-info .product-quickview__buttons .product-quantity .wpbingo-qty__adjust--minus {
		width: 28px;
	}
}
