@-webkit-keyframes preLoaderAnimation {
	0% {
		background-position: 57% 0%
	}

	50% {
		background-position: 44% 100%
	}

	100% {
		background-position: 57% 0%
	}
}

@-moz-keyframes preLoaderAnimation {
	0% {
		background-position: 57% 0%
	}

	50% {
		background-position: 44% 100%
	}

	100% {
		background-position: 57% 0%
	}
}

@keyframes preLoaderAnimation {
	0% {
		background-position: 57% 0%
	}

	50% {
		background-position: 44% 100%
	}

	100% {
		background-position: 57% 0%
	}
}

input[type=number] {
	-moz-appearance: textfield;
}

.select2 {
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
}

.text-white p,
.text-white span,
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6 {
	color: #fff !important;
}

.text-dark p,
.text-dark span,
.text-dark h1,
.text-dark h2,
.text-dark h3,
.text-dark h4,
.text-dark h5,
.text-dark h6 {
	color: #343a40 !important;
}

.preloader {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	z-index: 10001;
	display: flex;
	background: linear-gradient(318deg, var(--primary-color), rgba(255, 255, 255, 1));
	background-size: 200% 300%;

	-webkit-animation: preLoaderAnimation 5s ease infinite;
	-moz-animation: preLoaderAnimation 5s ease infinite;
	animation: preLoaderAnimation 5s ease infinite;
}

.tooltip,
.popover {
	z-index: 10000;
}

.preloader:after {
	content: "";
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}

.preloader.transparent {
	background: linear-gradient(318deg, var(--primary-color), rgba(255, 255, 255, 0.5));
}

.preloader .spinner-border {
	color: var(--bs-white) !important;
}

button:focus {
	outline: none !important;
}

.text-one-color {
	color: var(--primary-color);
}

.border-one-color {
	border-color: var(--primary-color);
}

.background-one-color,
.bg-one-color {
	background-color: var(--primary-color);
}

.btn-one-color {
	color: #fff;
	border-color: var(--primary-color);
	background-color: var(--primary-color);
}

.btn-one-color:hover {
	color: #fff;
	background-color: var(--secondary-color-hover);
	border-color: var(--secondary-color-hover);
	border: 1px solid !important;
}

a {
	color: #333;
}

a:hover,
.btn-link:hover {
	text-decoration: none !important;
	color: var(--primary-color-hover);
}

.btn-link.focus,
.btn-link:focus {
	text-decoration: none !important;
}

.btn-pink {
	color: #343a40;
	background-color: #ff8acc;
	border-color: #ff8acc;
}

.btn-pink:hover {
	color: #fff;
	background-color: #ff64bb;
	border-color: #ff57b6;
}

.btn-pink:focus,
.btn-pink.focus {
	-webkit-box-shadow: 0 0 0 0.15rem rgba(225, 126, 183, 0.5);
	box-shadow: 0 0 0 0.15rem rgba(225, 126, 183, 0.5);
}

.btn-pink.disabled,
.btn-pink:disabled {
	color: #343a40;
	background-color: #ff8acc;
	border-color: #ff8acc;
}

.btn-pink:not(:disabled):not(.disabled):active,
.btn-pink:not(:disabled):not(.disabled).active,
.show>.btn-pink.dropdown-toggle {
	color: #fff;
	background-color: #ff57b6;
	border-color: #ff4ab0;
}

.btn-pink:not(:disabled):not(.disabled):active:focus,
.btn-pink:not(:disabled):not(.disabled).active:focus,
.show>.btn-pink.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.15rem rgba(225, 126, 183, 0.5);
	box-shadow: 0 0 0 0.15rem rgba(225, 126, 183, 0.5);
}

.btn-purple {
	color: #fff;
	background-color: #5b69bc;
	border-color: #5b69bc;
}

.btn-purple:hover {
	color: #fff;
	background-color: #4654ab;
	border-color: #4250a2;
}

.btn-purple:focus,
.btn-purple.focus {
	-webkit-box-shadow: 0 0 0 0.15rem rgba(116, 128, 198, 0.5);
	box-shadow: 0 0 0 0.15rem rgba(116, 128, 198, 0.5);
}

.btn-purple.disabled,
.btn-purple:disabled {
	color: #fff;
	background-color: #5b69bc;
	border-color: #5b69bc;
}

.btn-purple:not(:disabled):not(.disabled):active,
.btn-purple:not(:disabled):not(.disabled).active,
.show>.btn-purple.dropdown-toggle {
	color: #fff;
	background-color: #4250a2;
	border-color: #3e4b99;
}

.btn-purple:not(:disabled):not(.disabled):active:focus,
.btn-purple:not(:disabled):not(.disabled).active:focus,
.show>.btn-purple.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.15rem rgba(116, 128, 198, 0.5);
	box-shadow: 0 0 0 0.15rem rgba(116, 128, 198, 0.5);
}

.btn-blue {
	color: #fff;
	background-color: #71b6f9;
	border-color: #71b6f9;
}

.btn-blue:hover {
	color: #fff;
	background-color: #4ca3f7;
	border-color: #409df7;
}

.btn-blue:focus,
.btn-blue.focus {
	-webkit-box-shadow: 0 0 0 0.15rem rgba(134, 193, 250, 0.5);
	box-shadow: 0 0 0 0.15rem rgba(134, 193, 250, 0.5);
}

.btn-blue.disabled,
.btn-blue:disabled {
	color: #fff;
	background-color: #71b6f9;
	border-color: #71b6f9;
}

.btn-blue:not(:disabled):not(.disabled):active,
.btn-blue:not(:disabled):not(.disabled).active,
.show>.btn-blue.dropdown-toggle {
	color: #fff;
	background-color: #409df7;
	border-color: #3497f6;
}

.btn-blue:not(:disabled):not(.disabled):active:focus,
.btn-blue:not(:disabled):not(.disabled).active:focus,
.show>.btn-blue.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.15rem rgba(134, 193, 250, 0.5);
	box-shadow: 0 0 0 0.15rem rgba(134, 193, 250, 0.5);
}

.rating {
	display: inline-block;
	position: relative;
	height: .9rem;
	line-height: .9rem;
	font-size: .9rem;
}

.rating label {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	cursor: pointer;
}

.rating label:last-child {
	position: static;
}

.rating label:nth-child(1) {
	z-index: 10;
}

.rating label:nth-child(2) {
	z-index: 9;
}

.rating label:nth-child(3) {
	z-index: 8;
}

.rating label:nth-child(4) {
	z-index: 7;
}

.rating label:nth-child(5) {
	z-index: 6;
}

.rating label:nth-child(6) {
	z-index: 5;
}

.rating label:nth-child(7) {
	z-index: 4;
}

.rating label:nth-child(8) {
	z-index: 3;
}

.rating label:nth-child(9) {
	z-index: 2;
}

.rating label:nth-child(10) {
	z-index: 1;
}

.rating label input {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

.rating label .icon {
	float: left;
	color: transparent;
}

.rating label:last-child .icon {
	color: #000;
}

.rating:not(:hover) label input:checked~.icon,
.rating:hover label:hover input~.icon {
	color: var(--primary-color);
}

.rating:not(:hover) label input:checked~.icon i::before,
.rating:hover label:hover input~.icon i::before {
	font-weight: 900;
}

.rating:not(:hover) label input:not(:checked)~.icon i::before,
.rating:hover label:not(:hover) input~.icon i::before {
	font-weight: 400;
}

.rating label input:focus:not(:checked)~.icon:last-child {
	color: #000;
	text-shadow: 0 0 5px var(--primary-color);
}

.swal2-container {
	z-index: 10600;
}

.product-discount {
	position: absolute;
	display: block;
	right: -20px;
	z-index: 3;
	top: -20px;
}

.product-discount div {
	width: 60px;
	height: 60px;
	background: var(--primary-color);
	color: var(--bs-white);
}

.product-discount-header div,
.product-discount-header-right div {
	font-size: 12px;
	height: 22px;
	width: 40px;
}

.product-discount-list {
	right: unset;
	left: -20px;
}

.product-discount-header {
	right: unset;
	left: 10px;
	top: -10px;
}

.product-discount-header-right {
	right: -10px;
	top: -10px;
}

.messenger-floating-btn {
	position: fixed;
	bottom: 24px;
	right: 24px;
	background-color: var(--primary-color);
	border-radius: 50%;
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
	z-index: 9999;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	cursor: pointer;
}

.qs-shop-filter-fab {
	position: fixed;
	bottom: 24px;
	right: 24px;
	z-index: 1030;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 14px 22px;
	border: 0;
	border-radius: 999px;
	background-color: var(--primary-color);
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	line-height: 1;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
	cursor: pointer;
	transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
}

.qs-shop-filter-fab:hover,
.qs-shop-filter-fab:focus {
	background-color: var(--primary-color-hover);
	color: #fff;
	transform: translateY(-2px);
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
}

.qs-shop-filter-fab i {
	font-size: 14px;
}

.qs-shop-filter-done {
	border: 0;
	border-radius: 0;
	padding: 14px 20px;
	background-color: var(--primary-color);
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	cursor: pointer;
	transition: background-color 0.3s ease;
}

.qs-shop-filter-done:hover,
.qs-shop-filter-done:focus {
	background-color: var(--primary-color-hover);
	color: #fff;
}

.messenger-floating-btn:hover {
	transform: scale(1.08);
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.4);
}

.messenger-floating-btn svg {
	width: 34px;
	height: 34px;
	fill: #ffffff;
	/* Fehér ikon */
}

.form-switch {
	padding-left: 3.5em;
}

.form-check-input:checked {
	background-color: var(--primary-color);
	border-color: var(--primary-color);
}

.form-check-input:focus {
	border-color: var(--primary-color);
	outline: 0;
	box-shadow: none;
}

.dropify-wrapper .dropify-message p {
	font-size: 18px;
}

.irs--flat .irs-bar,
.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single,
.irs--flat .irs-handle>i:first-child {
	background-color: var(--primary-color);
}

.irs--flat .irs-from::before,
.irs--flat .irs-to::before,
.irs--flat .irs-single::before {
	border-top-color: var(--primary-color);
}

.page-link:focus {
	box-shadow: none;
}

.height-300-scroll {
	max-height: 300px;
	overflow-y: scroll;
}

.checkout-check {
	padding-left: 2.5em;
}

.select2-container--bootstrap-5.select2-container--focus .select2-selection,
.select2-container--bootstrap-5.select2-container--open .select2-selection,
.select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field:focus {
	box-shadow: none;
	border-color: #e6e6e6;
}


.select2-container--bootstrap-5 .select2-selection {
	background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAQAAAD9CzEMAAAAPklEQVR4Ae3TwREAEBQD0V/6do4SXPZg7EsBhsQ8IEmSMOsiuEfg3gL3oXC7wK0bd1G4o8X9F4yIkyQfSrIByQBjp7QuND8AAAAASUVORK5CYII=) no-repeat scroll right 0.5rem center/1.25rem 1.25rem;
	border: 1px solid #e6e6e6;
	color: #666;
}

.select2-container--bootstrap-5 .select2-dropdown {
	color: #666;
	border-color: #e6e6e6;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--selected,
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[aria-selected="true"]:not(.select2-results__option--highlighted) {
	color: #fff;
	background-color: var(--primary-color);
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--highlighted {
	color: #666;
}

.qs-text-shadow {
	text-shadow: 1px 1px 4px var(--bs-dark);
}

@keyframes pulse-animation {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.05);
	}

	100% {
		transform: scale(1);
	}
}

.img-pulse {
	animation: pulse-animation 2s infinite ease-in-out;
}

.qs-simple-text p {
	margin-bottom: 1rem;
}

.qs-simple-text ul {
	list-style: disc;
	padding-left: 1.5rem;
}

.qs-simple-text ul li {
	list-style: disc;
}

.qs-simple-text ol {
	list-style: decimal;
	padding-left: 1.5rem;
}

.qs-simple-text ol li {
	list-style: decimal;
}

.header-section .cart-shop-number {
	pointer-events: none;
	min-width: 1.25rem;
}

.dark-footer .footer-widget__text,
.dark-footer .footer-widget__link a,
.dark-footer .footer-copyright p {
	color: rgba(255, 255, 255, .78);
}

.dark-footer .footer-widget__link a:hover,
.dark-footer .footer-copyright a {
	color: #fff;
}

.offcanvas-cart-items {
	list-style: none;
	margin: 0;
	padding: 0;
}

.mini-cart-item__remove {
	background: transparent;
	border: 0;
	color: inherit;
	padding: 0;
}

.product-item__meta-action button {
	width: 44px;
	height: 44px;
	line-height: 42px;
	font-size: 16px;
	color: #212121;
	background-color: #fff;
	box-shadow: 0 0 6px rgba(0, 0, 0, .1);
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.product-item__meta-action.meta-dark button {
	color: #f3e7e0;
	background-color: #3d240d;
	border-color: #3d240d;
}

.product-item__meta-action button:hover,
.product-item__meta-action.meta-dark button:hover {
	background-color: var(--primary-color);
	border-color: var(--primary-color);
	color: #fff;
}

.deal-two_meta .product-item__meta-action button {
	text-align: center;
	background-color: #f3e7e0;
	color: #ee6d2c;
	border-radius: 100%;
	font-size: 22px;
	width: 60px;
	height: 60px;
	line-height: 60px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.deal-two_meta .product-item__meta-action button:hover {
	background-color: #ee6d2c;
	color: #fff;
}

button.labtn-icon-cart::before,
button.labtn-icon-quickview::before,
button.labtn-icon-wishlist::before {
	font-family: "LaStudioIcons";
}

button.labtn-icon-cart::before {
	content: "\ea2c";
}

button.labtn-icon-quickview::before {
	content: "\ea49";
}

button.labtn-icon-wishlist::before {
	content: "\ea2b";
}

button.product-item__btn {
	border: 0;
	cursor: pointer;
}

button.product-item__btn:disabled,
.qs-add-to-cart-single.disabled {
	cursor: not-allowed;
	opacity: .55;
}

.qs-cart-quantity.quantity {
	display: inline-flex;
	align-items: stretch;
	border: 1px solid rgba(0, 0, 0, .1);
	border-radius: 30px;
	overflow: hidden;
}

.qs-cart-quantity .qty-btn {
	width: 36px;
	border: 0;
	background: transparent;
	font-size: 18px;
	line-height: 1;
}

.qs-cart-quantity .qs-quantity {
	width: 54px;
	min-height: 42px;
	border: 0;
	text-align: center;
}

.checkout-box {
	background: #fff;
	border: 1px solid rgba(0, 0, 0, .08);
	padding: 30px;
}

.checkout-box.shadow-none {
	border: 0;
	padding: 0;
}

.checkout-form .checkout-box {
	background-color: #f9f9f9;
	border: 0;
}

.checkout-form .billing-info {
	margin-bottom: 0;
}

.checkout-form .billing-info label,
.checkout-form .order-notes label {
	display: block;
	margin-bottom: 8px;
	font-weight: 600;
	color: #212121;
}

.checkout-form .billing-info .form-field,
.checkout-form .order-notes .form-field {
	width: 100%;
	height: 54px;
	border: 1px solid #e5e5e5;
	background-color: #fff;
	border-radius: 0;
	padding: 10px 20px;
}

.checkout-form .order-notes textarea.form-field {
	height: 140px;
	padding-top: 16px;
}

.checkout-form .select2-container--bootstrap-5 .select2-selection {
	min-height: 54px;
	border-color: #e5e5e5;
	border-radius: 0;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 14px;
	padding-left: 20px;
}

.checkout-form .select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered {
	line-height: 52px;
}

.checkout-form .checkout-payment-method .single-method {
	padding-bottom: 20px;
	border-bottom: 1px solid #e5e5e5;
}

.checkout-form .checkout-payment-method .single-method:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.checkout-form .checkout-payment-method .form-check-input {
	margin-top: 0.35em;
}

.checkout-form .checkout-payment-method .form-check-label {
	margin-left: 8px;
}

.checkout-form .checkout-payment-method p,
.checkout-form .checkout-payment-method small,
.checkout-form .checkout-payment-method .ps-1 {
	display: block;
	color: #555;
}

.checkout-form .qs-checkout-method-box {
	margin-top: 30px;
}

.qs-thankyou .checkout-box {
	background-color: #f9f9f9;
	border: 0;
}

.qs-thankyou-status-icon {
	width: 88px;
	height: 88px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}

.qs-thankyou-status-icon--error {
	background-color: #dc3545;
}

.qs-thankyou-info-list li {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 8px;
	color: #555;
}

.qs-thankyou-info-list li:last-child {
	margin-bottom: 0;
}

.qs-thankyou-info-list i {
	width: 18px;
	text-align: center;
}

.qs-thankyou-info-box,
.qs-thankyou-method {
	border-top: 1px solid #e5e5e5;
	padding-top: 20px;
}

.qs-thankyou-info-box h5,
.qs-thankyou-method h5 {
	font-size: 18px;
	margin-bottom: 12px;
}

.qs-thankyou-method {
	margin-top: 24px;
}

.qs-thankyou-summary-table td,
.qs-thankyou-summary-table th {
	vertical-align: middle;
}

.qs-thankyou-product-thumb {
	width: 56px;
	height: 56px;
	flex: 0 0 56px;
	border: 1px solid #e5e5e5;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.qs-thankyou-product-thumb img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}

.qs-truffel-products-grid .product-item__image img,
.qs-truffel-products-slider .product-item__image img {
	aspect-ratio: 1 / 1;
	object-fit: contain;
	object-position: center;
}

.qs-truffel-products-grid .product-active {
	display: flex;
	align-items: center;
	gap: 16px;
}

.qs-truffel-products-grid .product-active .swiper {
	flex: 1;
	min-width: 0;
}

.qs-truffel-products-grid .product-active .swiper-button-prev,
.qs-truffel-products-grid .product-active .swiper-button-next {
	position: static;
	top: auto;
	left: auto;
	right: auto;
	margin-top: 0;
	flex-shrink: 0;
}

.qs-contact-terms {
	display: flex;
	gap: .65rem;
	align-items: flex-start;
	color: #555;
}

.qs-contact-terms .form-check-input {
	flex: 0 0 auto;
	margin-left: 0;
	margin-top: .15rem;
	width: 18px;
	height: 18px;
}

.shop-bottombar .pagination .page-number.active a {
	background-color: var(--primary-color);
	border-color: var(--primary-color);
	color: #fff;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
	background-color: var(--primary-color);
}

.nav-link {
	color: var(--primary-color);
}

.nav-link:hover {
	color: var(--primary-color-hover);
}

.qs-product-img {
	aspect-ratio: 1 / 1;
}

.product-summery .qs-product-quantity-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 30px;
	font-size: 14px;
	width: 100px;
}

.product-summery .qs-product-quantity-wrapper .cart-plus-minus-box {
	min-height: 56px;
	height: 100%;
	width: 30px;
	border: 0;
	text-align: center;
	background-color: transparent;
	appearance: textfield;
}

.product-summery .qs-product-quantity-wrapper .cart-plus-minus-box::-webkit-inner-spin-button,
.product-summery .qs-product-quantity-wrapper .cart-plus-minus-box::-webkit-outer-spin-button {
	appearance: none;
	margin: 0;
}

.product-summery .qs-product-quantity-wrapper .qtybutton {
	width: 20px;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	font-size: 20px;
	cursor: pointer;
	border: 0;
	background-color: transparent;
	line-height: 1;
	padding: 0;
	color: inherit;
}

@media only screen and (max-width: 767px) {
	.product-summery .qs-product-quantity-wrapper .cart-plus-minus-box {
		min-height: 45px;
	}
}

.product-summery .qs-product-size-select {
	margin-bottom: 30px;
	max-width: 420px;
}

.quickview-product-modal .product-summery .qs-product-size-select {
	margin-bottom: 24px;
}

.single-product-vertical-tab .swiper-slide img,
.product-thumb-vertical .swiper-slide img {
	aspect-ratio: 1 / 1;
	object-fit: contain;
	background-color: #fff;
}

.quickview-product-modal .quick-view-modal {
	position: relative;
	padding: 0;
}

.quickview-product-modal .quick-view-modal .btn-close {
	z-index: 10;
}

.quickview-product-modal .modal-body.product-div {
	padding: 40px;
}

.qs-product-description {
	display: block;
}

.qs-product-description .product-desc-content {
	position: static;
	max-width: none;
	width: 100%;
	padding: 0;
}

.lg-backdrop {
	z-index: 1055;
}

.lg-outer {
	z-index: 1056;
}

.dataTables_wrapper .btn {
	line-height: var(--bs-btn-line-height);
	padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
	height: auto;
}

.page-link,
.page-link:hover {
	color: var(--primary-color);
}

.active>.page-link,
.page-link.active {
	background-color: var(--primary-color);
	border-color: var(--primary-color);
	color: #fff;
}

#tab-billing .btn[data-bs-toggle="modal"],
#tab-shipping .btn[data-bs-toggle="modal"] {
	padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
	line-height: var(--bs-btn-line-height);
	height: auto;
}

.input-group .btn {
	height: 50px;
}

.cookie_notice_bar-wrapper {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: auto;
	z-index: 100000;
}



.header-primary-menu li {
	padding: 15px 20px;
}

.header-primary-menu li>.menu-item-link {
	white-space: nowrap;
}

.header-primary-menu li.menu-item-has-children>.menu-item-link::after {
	margin-top: 0px;
}

.header-transparent:not(.sticky) {
	background-color: rgba(0, 0, 0, 0.3);
}

.btn:disabled {
	background-color: var(--secondary-color) !important;
	border-color: var(--secondary-color) !important;
	color: var(--secondary-color-hover) !important;
}

.btn-primary:focus,
.btn-primary:active,
.btn-primary:hover {
	background-color: var(--primary-color) !important;
	border-color: var(--primary-color) !important;
	color: #fff;
}

.btn-outline-primary {
	background-color: transparent !important;
	border-color: var(--primary-color) !important;
	color: var(--primary-color) !important;
}

.btn-outline-primary:focus,
.btn-outline-primary:active,
.btn-outline-primary:hover,
.btn-check:checked + .btn {
	background-color: var(--primary-color) !important;
	color: #fff !important;
	border-color: var(--primary-color) !important;
}

.shipping-time-slots {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 8px;
}

.shipping-time-slots .shipping-time-slot {
	width: 100%;
	min-height: 58px;
}

@media (max-width: 575.98px) {
	.shipping-time-slots {
		grid-template-columns: repeat(2, 1fr);
	}
}

.swiper-autoheight .swiper-wrapper {
	align-items: stretch;
}

@media only screen and (max-width: 575px) {
	.slider-content-08__subtitle {
	  font-size: 30px;
	}
  }

.qs-product-addon-select2-theme .select2-selection {
	border: 1px solid #dedede;
	border-radius: 0px;
	min-height: 30px;
	font-size: 14px;
	color: #555;
	width: 100%;
	padding: 15px 25px 15px 10px;
	position: relative;
	height: 54px !important;
}

.qs-product-addon-select2-theme .select2-selection__rendered {
	font-size: 14px;
	color: #555;	
}

.checkout-summary-table td,
.checkout-summary-table th {
	background-color: transparent;
}

/* Customization end */

@media (min-width: 1400px) {}


@media (min-width: 1200px) {}

@media (max-width: 1199px) {}

@media (max-width: 991px) {
	.messenger-floating-btn {
		display: none;
	}

	.w-100-mobile {
		width: 100%;
	}
}

@media (min-width: 991px) {}

@media (max-width: 900px) {}

@media (max-width: 767.98px) {
	.qs-shop-filter-offcanvas.offcanvas-bottom {
		--bs-offcanvas-height: 90vh;
		height: var(--bs-offcanvas-height);
		max-height: 90vh;
	}

	.qs-shop-filter-offcanvas .offcanvas-body {
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
	}

	.qs-shop-filter-offcanvas .sidebars {
		min-width: 100%;
		height: auto;
		background-color: transparent;
	}

	.qs-shop-filter-offcanvas .sidebars_inner {
		max-width: 100%;
		width: 100%;
		padding: 20px 20px 10px;
	}

	.qs-shop-filter-offcanvas .sidebars_search {
		margin-bottom: 30px;
	}
}

@media (max-width: 600px) {}

@media (max-width: 576px) {
	footer {
		text-align: center;
	}
}

@media (max-width: 420px) {}