@-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%
	}
}

.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;
}

.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 */
}

.qs-form-input input[type=text].form-control,
.qs-form-input input[type=email].form-control,
.qs-form-input input[type=number].form-control,
.qs-form-input input[type=password].form-control,
.qs-form-input input[type=tel].form-control,
.qs-form-input textarea.form-control,
.qs-form-input select.form-control {
	background-color: transparent;
	border: 1px solid #ebebeb;
	color: #666;
	font-size: 14px;
	height: 45px;
	padding: 0 15px;
	outline: none;
	border-radius: 0;
}


.qs-form-input textarea.form-control {
	padding: 10px 15px;
	min-height: 90px;
}

.qs-form-input input[type=text].form-control:disabled,
.qs-form-input input[type=email].form-control:disabled,
.qs-form-input input[type=number].form-control:disabled,
.qs-form-input input[type=password].form-control:disabled,
.qs-form-input input[type=tel].form-control:disabled,
.qs-form-input textarea.form-control:disabled,
.qs-form-input select.form-control:disabled,
.qs-form-input input[type=text].form-control.disabled,
.qs-form-input input[type=email].form-control.disabled,
.qs-form-input input[type=number].form-control.disabled,
.qs-form-input input[type=password].form-control.disabled,
.qs-form-input input[type=tel].form-control.disabled,
.qs-form-input textarea.form-control.disabled,
.qs-form-input select.form-control.disabled {
	background: #e9ecef;
}

.qs-form-input .input-group-append {
	color: #666;
	font-size: 14px;
	height: 45px;
}

.qs-form-input .input-group .btn {
	height: 100%;
}

.qs-form-input .input-group-text {
	border: 1px solid #ebebeb;
	outline: none;
	border-radius: 0;
}

.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;
}

.breadcrumb-section {
	background-image: url('https://thesalonshop.hu/files/uploads/common/the-salon_logo.webp');
	background-repeat: no-repeat;
	background-position-x: 101%;
	background-position-y: 40%;
	background-blend-mode: soft-light;
	background-size: auto;
}

.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);
}

.widget-check-box input[type="checkbox"]+label {
	text-transform: none;
}

#scrollUp {
	left: 50px;
	right: auto;
}

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

.product-thumbnail img {
	height: 200px;
	object-fit: contain;
	min-width: 200px;
	width: 100%;
	object-position: center;
	aspect-ratio: 1 / 1;
}

.product-sync-init-2 .product-thumb {
	width: 100%;
	display: flex;
	justify-content: center;
}

.product-sync-init .product-thumb img,
.product-sync-init-2 .product-thumb img {
	max-height: min(500px, 70vh);
	object-fit: contain;
	object-position: center;
	aspect-ratio: 1 / 1;
}

.theme1 .product-sync-nav .slick-slide .product-thumb img,
.theme1 .product-sync-nav-2 .slick-slide .product-thumb img {
	max-height: 76px;
	object-fit: contain;
	object-position: center;
	padding: 5px;
	aspect-ratio: 1 / 1;

}

.theme1 li.active>a {
	color: var(--primary-color) !important;
}

.theme1 .nav-link.active,
.theme1 .nav-link:hover {
	text-decoration: none;
}

.single-review {
	margin: 0 0 25px;
}

.single-review:not(:last-child) {
	padding-bottom: 25px;
	border-bottom: 1px solid #ebebeb;
}

.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-container--bootstrap-5 .selection {
	width: 100% !important;
	height: 45px;
}
.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;
	font-size: 14px;
	padding: 11px 15px;
	width: 100%;
	outline: none;
	height: 45px;
}

.select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered {
	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;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option {
  font-size: 14px;
}

.qs-text-shadow {
	text-shadow: 1px 1px 4px var(--primary-color);
}

.btn-slider {
	border-color: #fff;
	color: #fff;
	background-color: #d4a72966;
}

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

.featured-init .product-thumbnail {
  display: flex;
  align-items: center;
  justify-content: center;
}

@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;
}

.minicart-product-list li .image img {
	aspect-ratio: 1 / 1;
	object-fit: contain;
	object-position: center;
	padding: .5em;
  }

/* 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: 768px) {}

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

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

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