/*
 * This is a manifest file that'll be compiled into application.css.
 *
 * With Propshaft, assets are served efficiently without preprocessing steps. You can still include
 * application-wide styles in this file, but keep in mind that CSS precedence will follow the standard
 * cascading order, meaning styles declared later in the document or manifest will override earlier ones,
 * depending on specificity.
 *
 * Consider organizing styles into separate files for maintainability.
 */

html {
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

html, body {
	overflow-x: hidden;
}

@font-face {
    font-family: "pmingliu";
	font-display: swap;
    src: font-url("/assets/pmingliu-7b24b55e.ttf")
}

@font-face {
    font-family: "Savoye LET";
	font-display: swap;
    src: url("/assets/savoyeletplain-2e862344.ttf")
}

.primary-font {
	font-family: "Montserrat", sans-serif;
}

.fs-15 {
	font-size: 15px !important;
}

.border-radius-0 {
	border-radius: 0px !important;
}

.no-border {
	border: none !important;
}

.no-wrap {
	white-space: nowrap;
}

.header-shadow {
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
}

.fi-user-male::before, .fi-users::before, .fi-check::before {
	font-weight: 600;
}

#system_flash_messages .alert {
	box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.4);
	margin-bottom: 10px;
	text-align: center;
	color: #000;
}

#system_flash_messages .alert .btn-close, #devise_flash_messages .alert .btn-close {
	background: transparent url("/assets/main/icons/svg/close_black-ad279a9d.svg") center/1em auto no-repeat;
	opacity: 1;
}

#system_flash_messages .alert-info, #devise_flash_messages .alert-info {
	background: var(--bs-primary);
	color: #fff;
}

#system_flash_messages .alert-info .btn-close {
	background: transparent url("/assets/main/icons/svg/close_white-deb6f2c7.svg") center/1em auto no-repeat;
	opacity: 1;
}

#devise_flash_messages .alert {
	box-shadow: none;
	padding-top: 0.6rem;
	padding-bottom: 0.6rem;
	margin-bottom: 20px;
	font-size: 13px !important;
	color: #000;
}

#devise_flash_messages .alert.alert-dismissible {
	padding-right: 1.75rem;
}

#devise_flash_messages .alert-info {
	box-shadow: none;
	margin-bottom: 20px;
	font-size: 13px !important;
	color: #fff;
}

#devise_flash_messages .alert .btn-close {
	background-size: 10px 10px !important;
	padding: 0.5rem;
	width: 21px;
	height: 21px;
}

#devise_flash_messages .alert-info .btn-close {
	background: transparent url("/assets/main/icons/svg/close_white-deb6f2c7.svg") center/1em auto no-repeat;
	opacity: 1;
}

body.user-scrolled-down .header-shadow {
	box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
}

ul.navbar-nav a {
	font-family: "Sofia Sans", sans-serif !important;
	font-weight: 400;
	letter-spacing: .4px;
}

.top-bar-custom img {
	height: 64px;
	padding: 20px 20px 8px 20px;
}

.container:not(.navbar-container) {
	max-width: 1350px;
	padding-left: 77.5px;
	padding-right: 77.5px;
	@media (max-width: 1200px) {
		padding-left: 20px;
		padding-right: 20px;
	}
	@media (max-width: 768px) {
		padding-left: 20px;
		padding-right: 20px;
	}
	
}

.container.navbar-container {
	@media (max-width: 1200px) {
		max-width: calc(90vw);
	}
}

.container.footer-container {
	max-width: calc(85vw);
}

.navbar-custom {
	height: 100% !important;
	min-height: 60px !important;
}

.navbar-custom ul.navbar-nav {
	height: 100% !important;
	min-height: 60px !important;
}

.navbar-custom ul.navbar-nav > li.nav-item.active > a.nav-link span {
	text-decoration: underline;
	text-decoration-thickness: 2.5px;
	text-decoration-color: var(--bs-primary);
	text-underline-offset: 6px;
}


.navbar-custom ul.navbar-nav > li.nav-item.active:hover > a.nav-link {
	color: #353535 !important;
}

.navbar-custom ul.navbar-nav > li.nav-item:not(.active) > a.nav-link:hover {
	color: rgb(154, 128, 114) !important;
}

.navbar-custom ul.navbar-nav > li.nav-item:not(.active) > a.nav-link:hover span {
	color: rgb(154, 128, 114);
}

.navbar-custom ul.navbar-nav > li.nav-item > a.nav-link {
	padding: 20px 20px;
	margin-left: -20px;
	margin-right: 20px;
	@media (min-width: 992px) and (max-width: 1200px) {
		padding: 20px 11px;
		font-size: calc(1.225vw) !important;
	}
}

.navbar-custom ul.navbar-nav > li.nav-item > a.nav-link span {
	vertical-align: text-top;
}

.navbar span.badge-active-order {
/*	border: 0.5px solid var(--bs-primary);*/
	background: #ffffff;
	color: var(--bs-primary);
	font-weight: 600;
	line-height: 0.9;
	position: absolute;
	margin-top: -0.7rem;
	margin-left: 1rem;
	padding: 0.2rem;
	min-width: 14px;
}

.navbar span.badge-favorites {
	border: 0.5px solid var(--bs-primary);
	background: #ffffff;
	color: var(--bs-primary);
	font-weight: 600;
	line-height: 0.9;
	position: absolute;
	margin-top: -0.5rem;
	margin-left: 1.35rem;
	padding: 0.2rem;
	min-width: 14px;
}

.navbar span.badge-cart {
	border: 0.5px solid var(--bs-primary);
	background:var(--bs-primary);
	color: #ffffff;
	font-weight: 500;
	line-height: 0.9;
	position: absolute;
	margin-top: -0.5rem;
	margin-left: 1.2rem;
	padding: 0.2rem 0.18rem 0.2rem 0.22rem;
	min-width: 14px;
}

.navbar ul.icons-bar li {
	padding-left: 0.75rem;
}

a.dropdown-item {
	font-size: 14px;
	color: #353535 !important;
	padding: 2px 24px !important;
}

a.dropdown-item:hover {
	font-size: 14px;
	color: var(--bs-primary) !important;
}

.dropdown-header {
	font-size: 16px;
	color: #353535 !important;
	padding: 2px 24px !important;
}

.dropdown-item > span + span, .dropdown-item > svg + span, .dropdown-item > i + span, .dropdown-item > span + svg, .dropdown-item > span + i {
	margin-left: 0 !important;
}

.btn-sm.rounded-circle {
	line-height: 0.8 !important;
}

.btn-sm.rounded-circle.disabled {
	border: none;
	opacity: 1 !important;
}

.btn-xs {
	padding: 0.95rem !important;
	font-size: 1rem !important;
	line-height: 0.5rem !important;
}

.btn-xs.tiktok-btn {
	padding: 0.51rem !important;
}

.btn-xxs {
	padding: 0.25rem !important;
	font-size: 0.8rem !important;
	line-height: 0.6rem !important;
}

.btn-xxs.rounded-circle i {
	font-size: 0.75rem !important;
}

.btn-xxs.btn-cart-items {
	margin-bottom: 0.7rem;
	margin-left: 0.65rem;
}

.btn-transparent.btn-bordered {
	border: 1px solid var(--bs-primary);
}

.btn-primary.btn-bordered {
	border: 1.5px solid var(--bs-primary) !important;
}

.btn-primary.btn-bordered:hover {
	border: 1.5px #9A8072 !important;
}

.btn-transparent:hover {
	color: #9A8072 !important;
}

.btn .fi:before {
	line-height: 1 !important;
}

.btn .fi.fi-reload:before {
	font-weight: 600;
}

.btn.disabled {
	opacity: 1;
	cursor: not-allowed;
}

input[type="submit"].btn.btn-primary {
	color: #fff !important;
}

section#hero .col-12 {
	padding-left: 5rem !important;
	@media (max-width: 1400px) {
		padding-left: 14rem !important;
	}
	@media (max-width: 1200px) {
		padding-left: 10rem !important;
	}
	@media (max-width: 1024px) {
		padding-left: 8rem !important;
	}
	@media (max-width: 992px) {
		padding-left: 12px !important;
	}
	@media (max-width: 768px) {
		padding-left: 12px !important;
	}
}

.white-box {
	background-color: rgba(255, 255, 255, 0.85);
	position: absolute;
	top: 40%;
	padding: 4rem 2rem 4rem 5.5rem;
	margin-left: -9.2rem;
	box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
	@media (max-width: 1400px) {
		margin-left: -12.5rem;
		padding-left: 3rem;
		top: 30%;
	}
	@media (max-width: 1200px) {
		margin-left: -7.5rem;
		padding-left: 3rem;
		top: 28%;
	}
	@media (max-width: 1024px) {
//		background: red;
		margin-left: -7.5rem;
		padding-left: 2rem;
		top: 24%;
	}
	@media (max-width: 992px) {
//		background: green;
		margin-left: -5rem;
		padding: 3rem 2rem 2.5rem 7rem;
		top: 30%;
	}
	@media (max-width: 768px) {
//		background: blue;
		margin-left: -1rem;
		padding: 2.5rem 2rem 2rem 3rem;
		top: 35%;
	}
	@media (max-width: 640px) {
//		background: blue;
		margin-left: -1rem;
		padding: 1.5rem 2rem 1rem 3rem;
		top: 40%;
	}
	
}

.white-box h1.title-font {
	padding-bottom: 2rem !important;
	@media (max-width: 1200px) {
		padding-bottom: 2rem !important;
	}
	@media (max-width: 1024px) {
	}
	@media (max-width: 992px) {
		font-size: 4rem;
		line-height: 3.5rem;
		padding-bottom: 1.5rem !important;
		margin-bottom: 0 !important;
	}
	@media (max-width: 768px) {
		font-size: 4rem;
		line-height: 3.5rem;
		padding-bottom: 1rem !important;
		margin-bottom: 0 !important;
	}
	@media (max-width: 640px) {
		font-size: 2rem;
		line-height: 1.75rem;
		padding-bottom: 0 !important;
		margin-bottom: 0 !important;
	}
	
}

.white-box a.btn {
	@media (max-width: 1200px) {
	}
	@media (max-width: 1024px) {
	}
	@media (max-width: 992px) {
	}
	@media (max-width: 768px) {
	}
	@media (max-width: 640px) {
		display: none;
	}
	
}

.translate-z-1 {
	transform: translateZ(1);
}

.width-max-content {
	width: max-content;
}

.title-font {
	font-family: "Savoye LET", sans-serif;
	color: #353535;
}

h1.title-font {
	font-size: 5rem;
	line-height: 4rem;
}

h1.title-font.quotes {
	font-size: 10rem;
	line-height: 10rem;
}

h3.title-font {
	font-size: 3.5rem;
	line-height: 3.5rem;
	@media (max-width: 920px) {
		font-size: 3rem;
		line-height: 3rem;
	}
}

h4.title-font {
	font-size: 2.5rem;
	line-height: 3rem;
}

h5.title-font {
	font-size: 2rem;
	line-height: 2rem;
}

h6.title-font {
	font-size: 1.5rem;
	line-height: 1.5rem;
}

h3.product-name, h4.product-name, h5.product-name, h6.product-name {
	font-family: "Sofia Sans", sans-serif;
	color: #353535;
}

p, li:not(.nav-item) {
	font-size: 14px;
	line-height: 1.7;
	color: #353535;
}

label, .label-like {
	font-size: 14px;
	line-height: 1;
	color: #353535;
	padding-bottom: 0.6rem;
	text-transform: none !important;
}

label.label-checked {
	font-weight: 600 !important;
}

li {
	color: #353535;
}

input {
	border: none !important;
}

input, textarea {
	border-radius: 0px !important;
	color: #000 !important;
}

input:hover, textarea:hover, input:focus, textarea:focus, .select2:hover {
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.15) !important;
}

input[type="checkbox"]:hover, input[type="radio"]:hover {
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.15) !important;
}

input.input-sm::placeholder, textarea::placeholder, p.privacy-acceptance, p.privacy-and-terms-acceptance {
	font-size: 0.7rem;
	font-weight: 400;
	color: var(--bs-gray-600) !important;
	font-family: "Montserrat", sans-serif;
	font-style: italic;
}

input[type="radio"] {
	border-radius: 50% !important;
}

textarea {
	padding: 0.5rem 0.75rem !important;
	border: 0.5px solid var(--bs-gray-400) !important;
}

.input-sm {
	padding: 0.23rem 1rem;
}

.wrapper:not(.error) input.locked {
	pointer-events: none;
}

.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
	pointer-events: none;
}

.input-group .btn {
	height: 31px;
	width: 31px;
	padding: 8px;
}

.input-group input {
	height: 31px;
	width: 48px;
	padding: 8px;
}

.input-group input:hover {
	border-top: 0.5px solid #353535 !important;
	border-bottom: 0.5px solid #353535 !important;
	box-shadow: none !important;
}

.input-group.input-spinner input {
	text-align: center;
}

.input-group.input-spinner .btn + .btn {
	margin-top: 0px;
}

.input-group.input-spinner .decrementor, .input-group.input-spinner .incrementor {
	color: #353535 !important;
}

.input-group.input-spinner .decrementor[disabled="disabled"], .input-group.input-spinner .incrementor[disabled="disabled"] {
	pointer-events: none;
	color: var(--bs-gray-400);
	border: 0.5px solid var(--bs-gray-400) !important;
}

.input-group.input-spinner-small .btn {
	height: 20px;
	width: 20px;
	padding: 2px;
}

.input-group.input-spinner input {
	border-top: 0.5px solid #353535 !important;
	border-bottom: 0.5px solid #353535 !important;
	box-shadow: none !important;
}

.input-group.input-spinner-small input {
	height: 20px;
	width: 40px;
	padding: 0px;
	font-size: 12px;
}

.select2-dropdown {
	z-index: 9;
}

.bordered {
	border: 1px solid #353535 !important;
}

.bordered.border-primary {
	border: 1px solid var(--bs-primary) !important;
}

.incrementor.bordered, .decrementor.bordered {
	border: 0.5px solid #353535 !important;
}

.input-group.input-spinner .decrementor.bordered {
	border-right: none !important;
}

.input-group.input-spinner .incrementor.bordered {
	border-left: none !important;
}

.input-group.input-spinner .decrementor:hover, .input-group.input-spinner .incrementor:hover {
	color: #353535 !important;
	box-shadow: none !important;
	border: 0.5px solid #353535 !important;
}

.border-bottom {
	border-bottom: 0.5px solid #353535 !important;
}

.border-bottom.border-primary {
	border-bottom: 0.5px solid var(--bs-primary) !important;
}

.wrapper.error input, .wrapper.error textarea {
/*	border: 0.5px solid var(--bs-danger) !important;*/
}

.wrapper.error input::placeholder, .wrapper.error textarea::placeholder, p.privacy-acceptance, p.privacy-and-terms-acceptance {
	color: var(--bs-danger) !important;
	font-size: 0.85em;
	font-weight: 200;
}

.wrapper.error .select2-selection__rendered {
	color: var(--bs-danger) !important;
	font-style: italic;
	font-weight: 200;
}

.wrapper.error .select2-selection__arrow b {
	border-color: var(--bs-danger) transparent transparent transparent !important;
}

.wrapper.error span.asterisk {
	color: var(--bs-danger);
}

.wrapper.error p.privacy-acceptance, .wrapper.error p.privacy-and-terms-acceptance {
	margin: 0;
}

.wrapper.error li.nav-item.nav-cart-item a.nav-link {
	border: 0.5px solid var(--bs-danger) !important;
}

.bg-secondary .alert-success {
	border: none;
	background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important; }
}

.bg-secondary .alert-error {
	border: none;
	background-color: white !important; }
}

.shadow-default{
	box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2);
}

.shadow-strong{
	box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.35);
}

#btnScrollTo {
	padding: 0.55rem 0.65rem;
}

#btnScrollTo:hover {
	background-color: #ffc8cd;
	border: 1px solid #ffc8cd;
}

.btn-see-more {
	width: 38px;
	height: 38px;
	padding: 9px;
	position: absolute;
	bottom: -8px;
	right: 0;
}

.btn-see-more:hover {
	background-color: #ffc8cd;
	border: 1px solid #ffc8cd;
}

#advantages_anchor { 
	position: relative;
	top: -80px;
}

.grecaptcha-badge {
	visibility: hidden;
}

.section-title {
	display: flex;
	align-items: baseline;
	justify-content: center;
}

.section-title .line {
	display: block;
	width: 30px;
	height: 1px;
	background-color: #353535;
	margin: 0 12px;
	position: relative;
	top: -8px;
	@media (max-width: 640px) {
		display: none;
	}
}

/*.section-title {
	display: flex;
	align-items: center;
	justify-content: center;
}

.section-title::before,
.section-title::after {
	content: "";
	width: 40px;
	height: 1px;
	background-color: #353535 !important;
	position: relative;
	top: -0.25rem;
	@media (max-width: 640px) {
		display: none;
	}
}

.section-title span {
	margin: 0 12px;
}
*/

.section-subtitle {
	@media (min-width: 1350px) {
		margin: 0 15%;
	}
}

.text-divider {
	display: flex;
	align-items: center;
	width: 100%;
}

.text-divider::before,
.text-divider::after {
	content: "";
	flex-grow: 1;
	height: 0.5px;
	background-color: #353535 !important;
}

.text-divider p {
	margin: 0 16px; /* Разстояние между текста и линиите */
	white-space: nowrap;
}

.diff-maker-icon-wrapper {
	--bs-bg-opacity: 1;
	width: 90px; /* Диаметър на кръга */
	height: 90px; /* Диаметър на кръга */
	border-radius: 50%; /* Прави div кръгъл */
	display: flex; /* Flexbox за центриране */
	align-items: center; /* Вертикално центриране */
	justify-content: center; /* Хоризонтално центриране */
	box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
	background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important
}

.mission-icon-wrapper {
	width: 90px; /* Диаметър на кръга */
	height: 90px; /* Диаметър на кръга */
	border-radius: 50%; /* Прави div кръгъл */
	display: flex; /* Flexbox за центриране */
	align-items: center; /* Вертикално центриране */
	justify-content: center; /* Хоризонтално центриране */
}

#history .swiper-slide-prev {
	display: flex;
	align-items: center;
	justify-content: left;
}

#history .swiper-slide-active {
	display: flex;
	align-items: center;
	justify-content: left;
}

#history .swiper-slide-next {
	display: flex;
	align-items: center;
	justify-content: center;
}

#history [class="swiper-slide"], #history [class="swiper-slide swiper-slide-duplicate"] {
	display: flex;
	align-items: center;
	justify-content: right;
}

#history .swiper-slide img {
	margin-bottom: 7px;
	margin-right: 7px;
	box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
/*	box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2);*/
}

#history .swiper-slide-prev > img {
	max-width: 55%;
	visibility: hidden;
	opacity: 0;
	transition: opacity 150ms ease-in, visibility 0ms ease-in 150ms;
	@media (max-width: 768px) {
		max-width: 100%;
	}
}

#history [class="swiper-slide"] > img, #history [class="swiper-slide swiper-slide-duplicate"] > img {
	max-width: 85%;
	@media (max-width: 768px) {
		max-width: 100%;
	}
}
	
#history .swiper-slide-active > img {
	max-width: 85%;
	@media (max-width: 768px) {
		max-width: 100%;
	}
}

#history .swiper-slide-next > img {
	max-width: 120%;
	@media (max-width: 768px) {
		max-width: 100%;
	}
}

#history .history-text {
	@media (min-width: 1024px) {
		margin: 0 30.4%;
	}
}

#history .rounded-circle.swiper-button-prev, #history .rounded-circle.swiper-button-next {
	@media (max-width: 992px) {
		width: 40px !important;
		height: 40px !important;
	}
}

#products_swiper .rounded-circle.swiper-button-prev {
	background: none !important;
	left: 0px;
}

#products_swiper .rounded-circle.swiper-button-next {
	background: none !important;
	right: 0px;
}

/*#products_swiper .product-card .btn {
	width: 50%;
	padding-left: 1rem !important;
	padding-right: 1rem !important;
}
*/

.jarallax {
	background-image: url("/assets/main/parallax-1c74e2b5.webp");
	content-visibility: auto
}

.jarallax div[id*="jarallax-container"] div {
	top: 10px !important;
}

#testimonials .swiper-container {
	padding: 12px;
}

#testimonials .swiper-slide.testimonial-card h1.quotes {
	font-family: "pmingliu";
	font-size: 110px;
	line-height: .1;
	color: #9A8072;
	padding-top: 2.5rem;
}

#testimonials .swiper-slide.testimonial-card {
	padding: 20px;
	box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2);
}

#testimonials .swiper-slide.testimonial-card .testimonial-wrapper {
	height: 55%;
}

#testimonials .swiper-slide.testimonial-card h6.testimonial {
	font-size: 0.8rem;
	line-height: 1.35;
	font-style: italic;
	font-weight: 400;
}

#testimonials .rounded-circle.swiper-button-prev {
	background: none !important;
	left: 0px;
}

#testimonials .rounded-circle.swiper-button-next {
	background: none !important;
	right: 0px;
}

#testimonials .swiper-slide-prev {
    visibility: hidden;
	opacity: 0;
	transition: opacity 450ms ease-in, visibility 0ms ease-in 450ms;
}

#testimonials .swiper-slide-next {
	@media (max-width: 768px) {
		visibility: hidden;
		opacity: 0;
		transition: opacity 450ms ease-in, visibility 0ms ease-in 450ms;
	}
}

#testimonials .swiper-slide-duplicate-prev {
	@media (max-width: 1024px) {
		visibility: hidden;
		opacity: 0;
		transition: opacity 450ms ease-in, visibility 0ms ease-in 450ms;
	}
}

#testimonials .swiper-slide-duplicate-next {
	visibility: hidden;
	opacity: 0;
	transition: opacity 450ms ease-in, visibility 0ms ease-in 450ms;
}

#testimonials .swiper-slide-duplicate-active {
	visibility: hidden;
	opacity: 0;
	transition: opacity 450ms ease-in, visibility 0ms ease-in 450ms;
}

#partners .row-grid-cross > .col-6:nth-child(-n+1),
#partners .row-grid-cross > .col-6:nth-child(-n+2),
#partners .row-grid-cross > .col-6:nth-child(-n+3),
#partners .row-grid-cross > .col-6:nth-child(-n+4),
#partners .row-grid-cross > .col-6:nth-child(-n+5) {
	border-bottom: 1px solid #f1f4f8; 
	border-left: 1px solid #f1f4f8; 
	padding: 0;
}

#partners .row-grid-cross > .col-6:nth-child(-n+6),
#partners .row-grid-cross > .col-6:nth-child(-n+7),
#partners .row-grid-cross > .col-6:nth-child(-n+8),
#partners .row-grid-cross > .col-6:nth-child(-n+9),
#partners .row-grid-cross > .col-6:nth-child(-n+10) {
	border-left: 1px solid #f1f4f8; 
	padding: 0;
}

@media (max-width: 768px) {
	#partners .row-grid-cross > .col-6:nth-child(-n+1),
	#partners .row-grid-cross > .col-6:nth-child(-n+2),
	#partners .row-grid-cross > .col-6:nth-child(-n+3),
	#partners .row-grid-cross > .col-6:nth-child(-n+4),
	#partners .row-grid-cross > .col-6:nth-child(-n+5), 
	#partners .row-grid-cross > .col-6:nth-child(-n+6),
	#partners .row-grid-cross > .col-6:nth-child(-n+7),
	#partners .row-grid-cross > .col-6:nth-child(-n+8) {
		border-bottom: 1px solid #f1f4f8; 
		border-left: 1px solid #f1f4f8; 
		padding: 0;
	}

	#partners .row-grid-cross > .col-6:nth-child(-n+9),
	#partners .row-grid-cross > .col-6:nth-child(-n+10) {
		border-left: 1px solid #f1f4f8; 
		padding: 0;
	}
	
}

section#contact_form a {
	text-decoration: underline;
}

section#contact_form a:hover {
	font-weight: 600 !important;
}

section#contact_form a.address-link {
	color: #353535
}

#footer .title-font {
	color: #ffffff;
}

input[type="submit"] {
	height: 31px;
}

#footer input[type="submit"] {
	color: #fff !important;
	height: 32px;
}

#footer a:not(.btn) {
	text-decoration: underline;
}

#footer a:not(.btn):hover {
	font-weight: 500;
}

#footer .btn + .btn, section#contact_form .btn + .btn {
	margin-left: 0.5rem;
}

#footer a.iubenda-nostyle {
	font-family: "Sofia Sans", sans-serif;
	font-size: 12px;
	font-weight: 500;
	padding: 4px 6px;
	border-radius: 4px;
	background-color: #5C4A41;
}

#design-wrapper {
	background-color: #9A8072;
	font-family: "Montserrat", sans-serif;
	font-size: 0.7rem;
}

#copyright-wrapper {
	font-family: "Montserrat", sans-serif;
	font-size: 0.7rem;
}

section#about {
	.row:not(.pb-0) {
		padding-bottom: 3rem !important;
	}
	.section-title-toggleable-1 {
		display: none;
	}
	.section-title-toggleable-2 {
		display: block;
	}
	
	@media (min-width: 992px) and (max-width: 1348px) {
		.row:not(.pb-0) {
			padding-bottom: 1.5rem !important;
		}
		.section-title-toggleable-1 {
			display: block;
		}
		.section-title-toggleable-2 {
			display: none;
		}
	}
	@media (max-width: 992px) {
		.row:not(.pb-0) {
			padding-bottom: 1rem !important;
		}
		.row.about-row .col-first {
			order: 2;
		}
		.row.about-row .col-second {
			order: 1;
		}
		.row.boxes-row .col-first {
			order: 2;
		}
		.row.boxes-row .col-second {
			order: 1;
		}
	}
}

section#corporates {
	.row:not(.pb-0) {
		padding-bottom: 3rem !important;
	}
	.section-title-toggleable-1 {
		display: none;
	}
	.section-title-toggleable-2 {
		display: block;
	}
	
	@media (min-width: 992px) and (max-width: 1348px) {
		.row:not(.pb-0) {
			padding-bottom: 1.5rem !important;
		}
		.section-title-toggleable-1 {
			display: block;
		}
		.section-title-toggleable-2 {
			display: none;
		}
	}
	@media (max-width: 992px) {
		.row:not(.pb-0) {
			padding-bottom: 1rem !important;
		}
		.row.about-row .col-first {
			order: 2;
		}
		.row.about-row .col-second {
			order: 1;
		}
		.row.boxes-row .col-first {
			order: 2;
		}
		.row.boxes-row .col-second {
			order: 1;
		}
	}
}

section#products .card {
	margin-bottom: 4px;
	box-shadow: none;
}

section#products .card:hover {
	box-shadow: 0 6px 12px rgba(140, 152, 164, 0.075)
}

section#products .d-block.boutique-product-card figure, section#favorites .d-block.boutique-product-card figure, section#products_swiper .d-block.boutique-product-card figure {
	margin: 0;
}

section#products .d-block.boutique-product-card h5.title-font, section#favorites .d-block.boutique-product-card h5.title-font, section#products_swiper .d-block.boutique-product-card h5.title-font {
	margin: 0;
}

section#products .d-block.boutique-product-card .product-name-price, section#favorites .d-block.boutique-product-card .product-name-price, section#products_swiper .d-block.boutique-product-card .product-name-price {
	min-height: 124px;
	justify-content: space-around;
}

section#products .d-block.boutique-product-card .product-name, section#favorites .d-block.boutique-product-card .product-name, section#products_swiper .d-block.boutique-product-card .product-name {
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
}

section#products .d-block.basket-and-boxes-product-card .product-name-price, section#favorites .d-block.basket-and-boxes-product-card .product-name-price, section#products_swiper .d-block.basket-and-boxes-product-card .product-name-price {
	min-height: 96px;
	justify-content: space-around;
}

section#products .d-block.basket-and-boxes-product-card .product-name, section#favorites .d-block.basket-and-boxes-product-card .product-name, section#products_swiper .d-block.basket-and-boxes-product-card .product-name {
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
}

section#products input.search-input {
	border: 0.5px solid #353535 !important;
	padding: 0.23rem 1rem;
}

section#products input.search-input::placeholder {
	font-size: 12px;
}

section#products .input-group.search-input-group:hover {
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15) !important;
}

section#products .input-group.search-input-group input.search-input {
	border-right: none !important;
}

section#products .input-group.search-input-group input.search-input:focus {
	box-shadow: none !important;
}

section#products .input-group.search-input-group a.btn[id*="search_by_btn"] {
	border: 0.5px solid #353535;
	border-left: none;
}

section#products .input-group.search-input-group a.btn[id*="search_by_btn"] .fi-search::before {
	color: var(--bs-btn-hover-bg);
	font-weight: 600;
}

section#products .input-group.search-input-group a.btn[id*="search_by_btn"]:hover {
	box-shadow: none !important;
}

section#products .input-group.search-input-group a.btn[id*="search_by_btn"]:hover .fi-search {
		transform: scale(1.1, 1.1);
}

section#products .input-group.search-input-group a.btn[id*="search_by_btn"]:hover .fi-search::before {
	color: var(--bs-btn-hover-bg);
}

.btn-dropdown {
	padding: 1rem 1.5rem;
	display: flex; /* Активира flexbox */
	justify-content: space-between; /* Елементи на двата края */
	align-items: center; /* Вертикално центриране */
	width: 100%; /* Задава ширината на бутона */
	white-space: normal !important; /* Позволява пренасяне на текста */
	line-height: 1.2;
}

.btn-dropdown .btn-text {
	flex: 1; /* Заделя останалото пространство за текста */
	text-align: left; /* Подравняване на текста вляво */
	word-wrap: break-word; /* Пренася думи, които не се побират */
	overflow-wrap: break-word; /* Съвместимост със стари браузъри */
}

.btn-dropdown .btn-icon {
	flex-shrink: 0; /* Предотвратява свиването на иконата */
	margin-left: 10px; /* Разстояние между текста и иконата */
	width: 16px;
	height: 16px;
}

.btn-dropdown[aria-expanded="false"] .btn-icon {
	background-image: url("/assets/main/icons/svg/chevron_down-734ac478.svg");
}

.btn-dropdown[aria-expanded="true"] .btn-icon {
	background-image: url("/assets/main/icons/svg/chevron_up-f64b11a2.svg");	
}

.form-check.iqs-item a.inner-filter {
	display: flex; /* Активира flexbox */
	justify-content: space-between; /* Елементи на двата края */
	align-items: center; /* Вертикално центриране */
	white-space: normal !important; /* Позволява пренасяне на текста */
	padding-right: 0.65rem;
}

.form-check.iqs-item a.inner-filter:hover {
	text-decoration: none;
}

.form-check.iqs-item label, .form-check.iqs-item .label-like {
	font-weight: 500;
	font-size: 12px;
}

label.inner-filter-label {
	font-weight: normal !important;
}

.form-check.iqs-item a.inner-filter label, .form-check.iqs-item a.inner-filter .label-like {
	padding-top: 0.2rem !important;
	padding-bottom: 0 !important;
	flex: 1; /* Заделя останалото пространство за текста */
	text-align: left; /* Подравняване на текста вляво */
	word-wrap: break-word; /* Пренася думи, които не се побират */
	overflow-wrap: break-word; /* Съвместимост със стари браузъри */
	line-height: 1.2;
}

.form-check.iqs-item a.inner-filter .btn-icon {
	flex-shrink: 0; /* Предотвратява свиването на иконата */
	margin-left: 10px; /* Разстояние между текста и иконата */
	width: 16px;
	height: 16px;
}

.form-check.iqs-item a.inner-filter[aria-expanded="false"] {
	padding-top: 0;
	transition: padding-top 0.5s ease;
}

.form-check.iqs-item a.inner-filter[aria-expanded="true"] {
	padding-top: 0.5rem;
	transition: padding-top 0.5s ease;
}

.form-check.iqs-item a.inner-filter[aria-expanded="false"] .btn-icon {
	background-image: url("/assets/main/icons/svg/chevron_down-734ac478.svg");	
}

.form-check.iqs-item a.inner-filter[aria-expanded="true"] .btn-icon {
	background-image: url("/assets/main/icons/svg/chevron_up-f64b11a2.svg");	
}

.form-check.iqs-item.inner-filter-item .collapse .card {
	box-shadow: none;
	padding-bottom: 0.25rem;
	transition: padding-bottom 0.5s ease;
}

.custom-pagination .page-item {
	margin: 0 6px;
}

.custom-pagination .page-item:first-child > a:hover, .custom-pagination .page-item:last-child > a:hover {
	border: none;
}

.custom-pagination > li > a {
	border-radius: 0px !important;
	border: none;
	color: var(--bs-primary);
	background-color: #fff;
	font-size: 14px;
	line-height: 1.4;
	width: 32px;
	height: 32px;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.custom-pagination > li.page-item.disabled > a {
	display: none !important;
	background: #fff;
}

.custom-pagination > li.active > a {
	background-color: #fff;
	border: none;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
	color: #353535;
	pointer-events: none;
}

.custom-pagination > li:not(.active):hover > a {
	border: 0.5px solid var(--bs-primary);
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
	color: var(--bs-primary);
	text-decoration: none;
}

.custom-pagination > li > a img {
	width: 12.5px;
	height: auto;
}

ul.pagination li.page-item {
	white-space: nowrap;
}

ul.pagination li.page-item.disabled span {
	background: none;
	border: none;
	color: #9A8072;
	line-height: 1;
	font-weight: 500;
}

a.product-card-link {
	text-decoration: none;
}

section#product_item .product-type-name span.product-type {
	color: #353535;
	font-size: 20px;
}

section#product_item .product-type-name span.product-name {
	color: #353535;
	font-family: "Sofia Sans", sans-serif;
	font-size: 24px;
}

section#product_item .contents {
	color: #353535;
	font-size: 12px;
	font-style: italic;
	font-weight: 500;
}

section#product_item ul.content-items {
	padding-left: 1rem;
}

section#product_item ul.content-items li {
	color: #353535;
	font-size: 12px;
	padding-bottom: 0.5rem;
/*	line-height: 2;*/
}

section#product_item .tag {
	color: #353535;
	font-size: 12px;
	font-style: italic;
	font-weight: 500;
}

section#product_item .tag-value {
	color: #9A8072;
	font-size: 12px;
	font-weight: 600;
}

section#product_item .gift-card-image img {
	width: 20%;
}

section#product_item p.gift-card-instruction {
	font-size: 12px;
	font-weight: 500;
}

section#product_item textarea.gift-card-message {
	width: 100%;
	font-size: 12px;
	font-weight: 500;
}

section#product_item .swiper-pagination {
	top: -20px !important;
	height: 2px !important;
	margin: 10px;
}

section#product_item .swiper-container:not(.swiper-btn-group).swiper-black .swiper-pagination-progressbar .swiper-pagination-progressbar-fill, .swiper-container:not(.swiper-btn-group).swiper-dark .swiper-pagination-progressbar .swiper-pagination-progressbar-fill, .swiper-container:not(.swiper-btn-group).swiper-white .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var(--bs-primary) !important;
}

section#product_item .btn-add-to {
	@media (max-width: 768px) {
		width: 100%; 
	}
}


section#devise, section#payment_data, section#terms {
	background-image: url("/assets/main/gift_box-2c3fee9a.png");
	background-size: calc(90vw);
	background-repeat: no-repeat;
	background-position-x: right;
	background-position-y: bottom;
	@media (max-width: 1200px) {
		background-size: calc(100vw);
	}
	@media (max-width: 1024px) {
		background-size: calc(110vw);
	}
	@media (max-width: 992px) {
		background-size: calc(120vw);
	}
	@media (max-width: 768px) {
		background-size: calc(130vw);
	}
}

section#devise input {
	width: 100%;
}

section#devise input.bordered {
	border: 0.5px solid var(--bs-gray-400) !important;
}
	
section#devise a:not(.btn) {
	font-size: 14px;
}

section#devise a:not(.text-white):hover {
	color: #353535 !important;
	text-decoration: underline;
}

section#devise a.btn:hover {
	color: #fff !important;
}

section#devise a.btn.btn-transparent:hover {
	color: var(--bs-primary) !important;
}

section#devise .btn-omniauth {
	font-family: "Montserrat", sans-serif;
	font-size: 13px;
	color: #353535;
	height: 32px;
	display: flex;
	flex-direction: row;
	align-items: center; 
	justify-content: center;
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

section#devise .btn-omniauth:hover {
	color: #353535 !important;
}

section#devise .btn-omniauth span.content-wrapper {
	position: relative;
	top: -1.5px;
	font-weight: 400;
}

section#devise .btn-omniauth span.oauth-provider {
	font-weight: 600;
}

section#devise .btn-omniauth img {
	margin-right: 0.5rem;
	width: 20px;
	height: 20px;
}

section#devise .btn-omniauth img.google-icon {
	position: relative;
	top: -1px;
}

section#devise .btn-omniauth img.apple-icon {
	position: relative;
	top: -2px;
}

section#devise .btn-omniauth img.facebook-icon {
	position: relative;
	top: -2px;
}

section#devise .btn-omniauth span {
	font-weight: 500;
}

section#devise form.button_to {
	width: 100%;
}

.border-gradient {
/*	-webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 1) 20px, rgba(0, 0, 0, 1) calc(100% - 20px), rgba(0, 0, 0, 0) 100%),
	linear-gradient(to bottom, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 1) 20px, rgba(0, 0, 0, 1) calc(100% - 20px), rgba(0, 0, 0, 0) 100%);
	mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 1) 20px, rgba(0, 0, 0, 1) calc(100% - 20px), rgba(0, 0, 0, 0) 100%),
	linear-gradient(to bottom, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 1) 20px, rgba(0, 0, 0, 1) calc(100% - 20px), rgba(0, 0, 0, 0) 100%) !important;
	-webkit-mask-composite: destination-in;
	mask-composite: intersect;
*/ }

#cart_preview {
	width: 480px;
	padding: 8px 32px;
}

#cart_preview .offcanvas-header, #cart_preview .offcanvas-body {
	padding: 20px 0 !important;
}

#cart_preview .offcanvas-body {
	max-width: 100%;
	overflow-x: hidden;
}


#cart_preview .offcanvas-title {
	font-family: "Sofia Sans", sans-serif;
	color: #353535;
}

#cart_preview h6.product-kind {
	font-size: 0.85rem;
	color: #353535;
}

#cart_preview .gift-card-image img {
	position: relative;
	top: -24px;
}

.tooltip.cart-prewiev .tooltip-inner {
	text-align: left !important;
	padding: 16px;
	background: #FFF1F1;
	color: #000;
}

.tooltip.cart-prewiev .tooltip-arrow::before {
	border-left-color: #FFF1F1;
}

.offcanvas-title .items-price-sum {
	font-family: "Savoye LET";
	font-size: 45px !important;
	line-height: 0 !important;
	color: #353535;
}

section#cart a.cart-view-image-link img {
	transition: transform 0.3s ease-in-out;
}

section#cart a.cart-view-image-link:hover img {
	transform: scale(1.3, 1.3);
}

section#cart p.product-type-name {
	margin-bottom: 0;
}

section#cart p.product-type-name span.product-type {
	color: #353535;
	padding-bottom: 0.25rem;
}

section#cart p.product-type-name span.product-name {
	color: #353535;
	font-family: "Sofia Sans", sans-serif;
	font-size: 18px;
	line-height: 1.2;
	font-weight: 500;
}

section#cart p.product-price {
	color: #353535;
	margin-bottom: 0;
}

.remover {
	height: 20px !important;
	width: 20px !important;
	border: none;
	color: #353535;
	padding: 3px !important;
	position: relative;
	left: 12px;
	transition: transform 0.3s ease-in-out;
	@media (max-width: 640px) {
		left: -8px;
	}
}

.remover:hover {
	box-shadow: none !important;
	color: #353535 !important;
	transform: rotate(90deg);
}

.remover i {
	font-size: 12px !important;
}

.remover i::before {
	font-weight: 600;
}

section#cart .cart-info .items-price-title {
	font-family: "Sofia Sans", sans-serif;
	color: #353535;
	font-size: 80% !important;
	line-height: 1;
}

section#cart .cart-info .items-price-sum {
	font-family: "Savoye LET";	
	font-size: 52px;
	line-height: 1;
	color: #353535;
}

section#cart p.product-price {
/*	color: var(--bs-primary);*/
	font-weight: 500;
}

section#cart .side-bar .btn {
	width: 100%;
}

section#cart .free-delivery-info, section#cart .order-message {
	font-size: 12px;
	margin-bottom: 1rem;
	line-height: 1.4;
}

section#cart textarea {
	font-size: 12px;
}

section#cart .input-group.input-spinner-small .btn {
	height: 20.5px;
	width: 20.5px;
}

section#cart .input-group.input-spinner-small input {
	height: 20.5px;
}

p.favorites-message {
	font-size: 12px;
	text-align: center;
	z-index: 9999;
}

.footnotes {
	font-size: 12px;
	font-weight: 600;
	color: #9A8072;
}

span.asterisk {
	color: #9A8072;
	position: relative;
	top: -1px;
	font-weight: 500;
}


/* Default Kaminari Paginator */
nav.pagination {
	display: flex;
	justify-content: center;
	margin-top: 4.5rem;
}

nav.pagination span.page, nav.pagination span.prev, nav.pagination span.next {
	width: 32px;
	height: 32px;
	margin: 0 6px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 12.5px
}

nav.pagination span.prev {
	background-image: url("/assets/main/icons/svg/chevron_left-29bfc98b.svg");
	background-size: 12.5px;
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 50%;
}

nav.pagination span.next {
	background-image: url("/assets/main/icons/svg/chevron_right-9286ca85.svg");
	background-size: 12px;
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 50%;
}

nav.pagination span.prev a, nav.pagination span.next a {
	padding: 31px;
}

nav.pagination span.prev:hover, nav.pagination span.next:hover {
	border: none !important;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

nav.pagination span.page a {
	width: 31px !important;
	height: 31px !important;
	display: flex;
	justify-content: center;
	align-items: center;
}

nav.pagination span.first, nav.pagination span.last {
	display: none;
}

nav.pagination span a:hover {
	text-decoration: none;
	color: var(--bs-primary);
}

nav.pagination span.page.current {
	width: 31.5px;
	height: 31.5px;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
	color: #353535;
	text-decoration: none;
}

nav.pagination span.page.gap {
	pointer-events: none;
	font-size: 16px;
}

nav.pagination span.page.disabled a {
	display: none !important;
	background: #fff;
}

nav.pagination span.page:not(.current):hover {
	border: 0.5px solid var(--bs-primary);
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
	color: var(--bs-primary);
	text-decoration: none;
}

.modal-content {
	border-radius: 0;
}

.modal-header {
	border-radius: 0 !important;
/*	background: #eb2337 !important;*/
	background: var(--bs-primary) !important;
	padding: 8px 16px;
}

.modal-input-data .modal-header {
	background: var(--bs-primary) !important;
}

.modal-header h5.modal-title {
	font-size: 16px !important;
	color: #fff !important;
}

.modal-header .btn-close {
	background-image: url("/assets/main/icons/svg/close_white-deb6f2c7.svg");
	opacity: 0.8;
}

.modal-header .btn-close:hover {
	opacity: 1;
}

.modal-body {
	text-align: center;
	font-size: 14px !important;
	color: #353535 !important;
	padding: 24px 16px !important;
}

.modal-input-data .modal-body {
	text-align: left;
}

.modal-footer {
	display: flex;
	justify-content: center;
	border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color) !important;
}

.modal-footer .btn {
	font-size: 14px;
	padding: 8px 16px;
	line-height: 0.7;
	display: flex;
	align-items: center;
	height: 31px;
}

.modal-footer .btn i {
	font-size: 13px !important;
}

.modal-footer .btn-confirm {
/*	background-color: #eb2337 !important;*/
	background-color: var(--bs-primary) !important;
}

.modal-footer .btn-confirm-no {
	color: #353535 !important;
}

.modal-footer .btn + .btn {
/*	margin-top: 0;*/
}

#existing_companies p.company-attr {
	margin-bottom: 2px;
}

#existing_companies p.company-name {
	font-weight: 500 !important;
}

#existing_companies p.company-uid {
	font-size: 12px;
}

#existing_companies p.company-full-address {
	font-size: 12px;
	font-style: italic;
}

section#order #myTab {
	border: none;
}

section#order li.nav-item.nav-cart-item a.nav-link {
	border: none;
	border-radius: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
}

section#order li.nav-item.nav-cart-item a.nav-link.active, section#order li.nav-item.nav-cart-item a.nav-link.quasi-active {
	position: relative;
	transform: scale(1.05, 1.05);
	box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.3);
}

section#order li.nav-item.nav-cart-item a.nav-link:not(.active) {
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
}

section#order li.nav-item.nav-cart-item a.nav-link:not(.active):hover {
	box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
}

section#order li.nav-item.nav-delivery-item a.nav-link {
	border: none;
	border-radius: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
}

section#order li.nav-item.nav-delivery-item a.nav-link.active {
	position: relative;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}

section#order li.nav-item.nav-delivery-item a.nav-link:not(.active):hover {
	box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
}

section#order img.gift-card-order:not(.edit) {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 45%;
	padding-bottom: 8px;
	padding-right: 8px;
}

section#order img.gift-card-order.edit {
	float: right;
	width: 84px;
	position: relative;
	right: 0;
	padding-bottom: 8px;
	padding-right: 8px;
	z-index: -1;
}

section#order .product-type-name span.product-type {
	color: #353535;
	font-size: 20px;
	@media (max-width: 768px) {
		font-size: 16px;
	}	
}

section#order .product-type-name span.product-name {
	color: #353535;
	font-family: "Sofia Sans", sans-serif;
	font-size: 24px;
	@media (max-width: 768px) {
		font-size: 20px;
	}	
}

section#order .title-font {
	@media (max-width: 768px) {
		font-size: 2.5rem;
	}	
}

section#order input.bordered {
	border: 0.5px solid var(--bs-gray-400) !important;
}

section#order input.bordered::after {
    content: "";
    position: absolute;
    inset: 0;
    border: 1px solid var(--bs-gray-400);
    transform: scale(0.5);
    pointer-events: none;
    border-radius: inherit;
}

.select2-search__field {
	border: none !important;
}

section#order .select2-container--default .select2-selection--single, section#payment_data .select2-container--default .select2-selection--single {
	border: 0.5px solid var(--bs-gray-400) !important;
}

section#order .select2-dropdown, section#payment_data .select2-dropdown {
	border: 0.5px solid var(--bs-gray-400) !important;
}

section#order .select2-container--default.select2-container--disabled .select2-selection--single {
	background: #fff;
	border: 0.5px solid var(--bs-gray-400) !important;
}

section#order .select2-container--default.select2-container--disabled .select2-selection__rendered {
	color: var(--bs-gray-600);
}

section#order .select2-container--disabled {
	box-shadow: none !important;
}

section#order .select2-container--disabled .select2-selection__arrow b {
	border-color: var(--bs-gray-500) transparent transparent transparent;
}

section#order .form-check-delivery, section#cart .form-check-delivery, section#payment_data .form-check-delivery {
	min-height: 32px;
	border: 0.5px solid var(--bs-gray-400) !important;
	margin-right: 0;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

section#order .form-check-delivery.disabled, section#cart .form-check-delivery.disabled, section#payment_data .form-check-delivery.disabled {
	border: 0.5px solid var(--bs-gray-100) !important;
	background-color: var(--bs-gray-100) !important;
}

section#order .form-check-delivery label, section#cart .form-check-delivery label, section#payment_data .form-check-delivery label {
	padding-bottom: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

section#order .form-check-delivery label i, section#cart .form-check-delivery label i, section#payment_data .form-check-delivery label i {
	font-size: 18px;
	height: 24px;
}

section#order .form-check-delivery input, section#cart .form-check-delivery input, section#payment_data .form-check-delivery input {
	margin-right: 6px;
}

section#order .form-check-delivery input:disabled, section#cart .form-check-delivery input:disabled, section#payment_data .form-check-delivery input:disabled {
	border: 0.5px solid var(--bs-gray-500) !important;
}

section#order textarea.gift-card-message {
	width: 100%;
	font-size: 12px;
	font-weight: 500;
}

section#order p.attr-name {
	margin-bottom: 0.25rem;
	@media (max-width: 768px) {
		display: none;
	}
}

section#order p.attr-value {
	margin-bottom: 0.25rem;
	font-weight: 600;
	@media (max-width: 768px) {
		font-weight: 400;
		color: #353535 !important;
	}
}

section#orders .orders-list-container {
	min-height: 250px;
}

section#orders .header-row {
	background: var(--bs-primary);
}

section#orders .header-row {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

section#orders .header-row p {
	color: #fff;
	font-weight: 600;
	margin: 0;
}

section#orders .body-row {
	border-bottom: 0.5px solid #353535;
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	@media (max-width: 768px) {
		padding-top: 0;
		padding-bottom: 1.5rem;
	}
}

section#orders .body-row p {
	margin: 0;
	font-size: 13px;
	font-variant-numeric: tabular-nums;
}

section#orders .sm-header-row p.small {
	font-size: 0.7rem;
	margin-top: 1.5rem;
	margin-bottom: 0;
	font-style: italic;
}

section#orders a.body-row-order-link:hover {
	text-decoration: none;
}

section#orders a.body-row-order-link:hover .body-row {
	box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2);
	border-bottom: none;
}

.btn.clone-delivery-address-btn, .btn.clone-recipient-attrs-btn, .btn.clone-gift-message-btn, .btn.clone-payment-attrs-btn {
	margin-right: 0.25rem;
}

.btn.clone-delivery-address-btn i, .btn.clone-recipient-attrs-btn i, .btn.clone-gift-message-btn i, .btn.clone-payment-attrs-btn i {
	margin-right: 0;
}

.btn.clone-delivery-address-btn i::before, .btn.clone-recipient-attrs-btn i::before, .btn.clone-gift-message-btn i::before, .btn.clone-payment-attrs-btn i::before {
	font-weight: 600;
}

span.clone-delivery-address-label, span.clone-recipient-attrs-label, span.clone-gift-message-label, span.clone-payment-attrs-label {
	font-size: 14px;
	color: #353535;
}

section#payment_data h3.title-font.product-price.with-delivery-taxes, section#order h3.title-font.product-price.with-delivery-taxes {
	line-height: 1.5rem;
}
section#payment_data h3.title-font.product-price.no-delivery-taxes, section#order h3.title-font.product-price.no-delivery-taxes {
	line-height: 2.5rem;
}

section#payment_data h6.delivery-taxes, section#order h6.delivery-taxes {
	color: #353535;
	font-weight: 300;
}

section#payment_data #myTab {
	border: none;
}

section#payment_data li.nav-item.nav-cart-item a.nav-link {
	border: none;
	border-radius: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
}

section#payment_data li.nav-item.nav-cart-item a.nav-link.active, section#payment_data li.nav-item.nav-cart-item a.nav-link.quasi-active {
	position: relative;
	transform: scale(1.07, 1.07);
	box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
}

section#payment_data li.nav-item.nav-cart-item a.nav-link:not(.active) {
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
}

section#payment_data li.nav-item.nav-cart-item a.nav-link:not(.active):hover {
	box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
}

section#payment_data li.nav-item.nav-delivery-item a.nav-link {
	border: none;
	border-radius: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
}

section#payment_data li.nav-item.nav-delivery-item a.nav-link.active {
	position: relative;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}

section#payment_data li.nav-item.nav-cart-item a.nav-link i.delivery-type-icon {
	padding: 14px;
	position: absolute !important;
	top: -10px;
	right: 0;
	font-size: 18px;
	opacity: 0.6;
	color: #353535;
}

section#payment_data li.nav-item.nav-delivery-item a.nav-link:not(.active):hover {
	box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
}

section#payment_data img.gift-card-order:not(.edit) {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 45%;
	padding-bottom: 8px;
	padding-right: 8px;
}

/*section#payment_data a:not(.text-white):hover {
	color: var(--bs-primary-semi-dark) !important;
	text-decoration: none;
}
*/

section#payment_data a:not(.text-white):not(.text-gray-800):not(.btn) {
	color: #353535;
	text-decoration: underline;
}

section#payment_data a:not(.text-white):not(.text-gray-800):not(.btn):hover {
	font-weight: 600 !important;
}

section#payment_data a.clone-payment-attrs-btn:hover {
	color: #fff !important;
}

section#payment_data input.bordered, section#payment_data textarea.bordered {
	border: 0.5px solid var(--bs-gray-400) !important;
}

section#payment_data textarea {
	font-size: 12px;
}

section#payment_data .form-check-delivery label i::before {
	font-weight: 100;
}

.cookie-banner {
	position: fixed;
	bottom: 8px;
	right: 8px;
	width: 400px;
	background: #fff;
	padding: 24px 16px;
	border-radius: 8px;
	box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
/*	display: none;*/
	z-index: 9999 !important;
	font-weight: 400;
	
	@media (max-width: 680px) {
		width: calc(100vw - 16px);
		bottom: 8px;
		left: 8px;
	}

	a {
		color: #9A8072;
		text-decoration: underline;
		font-weight: 500;
	}

	button {
		background: #B49584;
		border: none;
		padding: 4px 16px;
		cursor: pointer;
		margin-left: 10px;
	}
}

section#terms h4, section#terms h5, section#terms a {
	color: var(--bs-heading-color);
}

section#terms h4 {
	margin-bottom: 3rem;
}

section#terms h5 {
	margin-top: 3rem;
	margin-bottom: 1rem;
}

section#terms h6 {
	color: #353535;
}

section#terms a {
	font-weight: 500;
	text-decoration: underline;
}

section#terms a:hover {
	font-weight: 600;
}

section#terms strong {
	font-weight: 600;
}

section#terms span {
	font-weight: 600;
	font-variant-numeric: tabular-nums;
}

section#terms ul {
	list-style-type: none;
}

section#terms li {
	list-style-type: none;
}

.link-comma {
	margin-right: -2px;
}

.pdf-link span {
	color: #353535;
	font-size: 13px;
	font-weight: 400;
}

label.privacy-and-terms-accepted-label {
	line-height: 1.5 !important;
}

.hidden {
	display: none !important;
}

section#error_pages {
	text-align: center;
	position: relative;
	min-height: 45vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 0rem 2rem;
	overflow: hidden;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	
	p {
		font-weight: 500;
	}	
}

section#error_pages.error-400 {
	background-image: url("/assets/main/errors/400-a55d82a8.png");
}

section#error_pages.error-404 {
	background-image: url("/assets/main/errors/404-f90db0eb.png");
}

section#error_pages.error-406 {
	background-image: url("/assets/main/errors/406-0059520b.png");
}

section#error_pages.error-422 {
	background-image: url("/assets/main/errors/422-54f2ddc2.png");
}

section#error_pages.error-500 {
	background-image: url("/assets/main/errors/500-f03d229c.png");
}


