html {
    font-size: 14px;
}

:root {
	/* --primary-color: #1A1A1A; */
	--primary-color: #5d3827;
    --bs-link-color: #5d3827;
    --bs-link-hover-color: #4e321f;
	--light-color: #FAF8F5;
  --dark-light-color: #F0ECE6;
	--bs-light-rgb: #FAF8F5;
	--primary-color-hover: #4e321f;
	--primary-color-active: #2c1d14;
	--bs-primary-rgb: 93, 56, 39;
	--bs-link-color-rgb: 93, 56, 39;
	--bs-link-hover-color-rgb: 78, 50, 31;
	/* --bs-body-font-family: "Oswald", sans-serif; */
	/* --bs-body-font-family: "Play", sans-serif; */
	--bs-body-font-family: "Montserrat", sans-serif;
	/* --bs-body-font-family: "Roboto Condensed", sans-serif; */
  }
  
  * {
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
  }

  .flex-1 {
    flex: 1;
  }
  
  .border-light {
	border-color: var(--light-color) !important;
	opacity: 1;
  }

  .sap-hide-original-tel,
  .col-md-6.sap-hide-original-tel,
  .row-customer_telephone.sap-hide-original-tel {
    display: none !important;
}

  
  .border-dark-light {
	border-color: var(--dark-light-color) !important;
	opacity: 1;
  }

  .pagination {
    --bs-pagination-active-bg: var(--primary-color);
    --bs-pagination-active-border-color: var(--primary-color);
    --bs-pagination-focus-box-shadow: 0 0 0 .25rem rgba(93, 56, 39, 0.25);
    --bs-pagination-padding-y: 0.6rem;
  }
 
  .accordion {
	--bs-accordion-active-bg: none;
	/* --bs-accordion-btn-bg: var(--primary-color); */
	/* --bs-accordion-btn-color: #fff; */
	/* --bs-accordion-active-color: #fff; */
	/* --bs-accordion-btn-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' fill='white' class='bi bi-chevron-down' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3E%3C/svg%3E"); */
	/* --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' fill='white' class='bi bi-chevron-down' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3E%3C/svg%3E"); */
	--bs-accordion-btn-focus-box-shadow: none;
	/* --bs-accordion-btn-icon-transform: rotate(180deg); */
  }

  .accordion.transparent .accordion-item {
    background: transparent;
  }

  .accordion.transparent .accordion-button {
    background: transparent;
    box-shadow: none;
  }
  
  .form-check-input:checked {
	background-color: var(--primary-color);
	border-color: var(--primary-color);
  }
  
  .form-switch .form-check-input:focus:not(:checked) {
	--bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%5d3827'/%3e%3c/svg%3e");
  }
  
 .form-check-input:focus {
	box-shadow: 0 0 0 .25rem rgba(93, 56, 39, 0.25);
	border-color: var(--primary-color);
  }
  
  .btn {
	--bs-btn-font-size: 14px;
  }
  
  .btn.btn-lg {
	--bs-btn-font-size: 16px;
  }
  
  .btn.rounded-circle.btn-lg {
	width: 32px;
	height: 32px;
	line-height: 1;
  }

  .btn-circle-arrows {
    width: 33.5px;
    height: 33.5px;
  }
 
  .btn-round {
    min-width: 28px;
    height: 28px;
    padding: 0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.img-thumbnail {
  background: transparent;
}
  
  .badge {
	--bs-badge-padding-x: 0.51em;
	min-width: 18px;
	font-size: 12px;
  }
  
@media (min-width: 768px) {
    .input-group>.form-control.form-control-big {
        height: 54px;
    }
}
  
  .nav-link.active {
	color: var(--primary-color) !important;
  }
  
  .navbar-nav {
	--bs-nav-link-padding-x: 0.5rem;
  }
  
  .dropdown-category .dropdown-toggle {
	height: 48px;
	font-size: 16px;

    @media (min-width: 575px) {
        height: 54px;
    }
  }

  @media (max-width: 575px) {
    .dropdown-category .dropdown-toggle {
        width: 66px;
    }
  }
  
  .dropdown-category .dropdown-menu {
	min-width: 200px
  }
  
  .dropdown-category .dropdown-toggle::after {
	display: none;
  }
  
  .dropdown-item:focus, .dropdown-item:hover {
	--bs-dropdown-link-hover-bg: var(--primary-color);
	--bs-dropdown-link-hover-color: #fff;
  }
  
  .dropdown-divider {
	--bs-dropdown-divider-bg: var(--light-color);
  }
  
  .navbar-nav .dropdown-menu {
	position: absolute;
  }
  
  .dropdown-cart {
	width: 400px;
  }
  
  
  .btn-primary {
	--bs-btn-bg: var(--primary-color);
	--bs-btn-border-color: var(--primary-color);
	--bs-btn-hover-bg: var(--primary-color-hover);
	--bs-btn-hover-border-color: var(--primary-color-hover);
	--bs-btn-active-bg: var(--primary-color-active);
	--bs-btn-active-border-color: var(--primary-color-active);
    --bs-btn-disabled-bg: #E1DFDD;
    --bs-btn-disabled-border-color: #E1DFDD;
  }
  
  .btn-light {
	--bs-btn-bg: var(--light-color);
	--bs-btn-border-color: var(--light-color);
	--bs-btn-hover-bg: #E1DFDD;
	--bs-btn-hover-border-color: #E1DFDD;
	--bs-btn-active-bg: #CBC9C7.;
	--bs-btn-active-border-color: #CBC9C7.;
  }
  
  .btn-outline-primary {
	--bs-btn-color:  var(--primary-color);
	--bs-btn-border-color: var(--primary-color);
	--bs-btn-hover-bg: var(--primary-color-hover);
	--bs-btn-hover-border-color: var(--primary-color-hover);
	--bs-btn-active-bg: var(--primary-color-active);
	--bs-btn-active-border-color: var(--primary-color-active);
    --bs-btn-disabled-color: #E1DFDD;
    --bs-btn-disabled-border-color: #E1DFDD;
  }
  
  .btn-link {
	--bs-btn-color: var(--primary-color);
	--bs-btn-hover-color: var(--primary-color-hover);
	--bs-btn-active-color: var(--primary-color-active);
  }
  
  .btn-link.btn-danger {
	--bs-btn-color: #dc3545;
	--bs-btn-hover-color: #bb2d3b;
	--bs-btn-active-color: #b02a37;
	--bs-btn-hover-bg: transparent;
	--bs-btn-active-bg: transparent;
  }
  
  .form-control:focus, .form-select:focus {
	box-shadow: 0 0 0 .25rem rgba(93, 56, 39,.25);
	border-color: var(--primary-color);
  }
  
  .navbar-toggler:focus,
  .navbar-toggler:active,
  .navbar-toggler-icon:focus {
	  outline: none;
	  box-shadow: none;
  }
  
  .fs-6 {
	font-size: 12px !important;
  }
  
  .fs-5 {
	font-size: 14px !important;
  }
  
  .fs-4 {
	font-size: 16px !important;
  }
  
  .fs-3 {
	font-size: 16px !important;

    @media (min-width: 1200px) {
        font-size: 18px !important;
    }
  }
  
  .fs-2 {
	font-size: calc(1rem + .6vw) !important;
  
	@media (min-width: 1200px) {
	  font-size: 24px !important;
	}
  }

  .fs-1 {
    font-size: calc(1.375rem + 1.5vw) !important;
  
    @media (min-width: 1200px) {
      font-size: 2rem !important
    }
  }

  .card-heading {
    font-size: 16px !important;

    @media (min-width: 1200px) {
        font-size: 18px !important;
    }
  }
  
  .bg-light {
	background-color: var(--light-color) !important;
  }
  
  .dropdown-wrapper .bootstrap-select .dropdown-toggle:focus, .bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
	outline: none !important;
  }
  
  .dropdown-item.active, .dropdown-item:active {
	--bs-dropdown-link-active-bg: var(--primary-color);
  }
  
  .btn-size {
	min-width: 31px;
  }
  
  .card-img-top {
	height: 212px;
    width: 260px;
  }

  @media (max-width: 575px) {
    .card-img-top {
        height: 172px;
        width: 150px;
      }
  }

  .card-img-list {
    height: 103px;
    width: 120px;
  }

  .card-price-list {
    width: 120px;
  }
  
  .toast a {
	color: white;
  }
  
  .brand-title {
	width: 64px;
	height: 64px;
  }

  .quantity-input {
    min-width: 55px;
  }

  .family-circle {
    width: 14px;
    height: 14px;
    border-radius: 50%;
  }
  
  .bg-wood {
	border: 4px solid #92623b;
  }

  .bg-ambery {
	border: 4px solid #b41f24;
  }

  .bg-citrus {
	border: 4px solid #ffd33f;
  }

  .bg-fougere {
	border: 4px solid #01918d;
  }

  .bg-floral {
	border: 4px solid #e2839a;
  }

  .bg-chypre {
	border: 4px solid #633861;
  }

  .bg-leather {
	border: 4px solid #8e6f5d;
  }

  .bg-green {
	border: 4px solid #51a84b;
  }

  .bg-aqua {
	border: 4px solid #8abde6;
  }

  .bg-aldehydic {
	border: 4px solid #b8cbdb;
  }

  .bg-fruity {
	border: 4px solid #f4af7f;
  }

  .bg-spicy {
	border: 4px solid #bb5144;
  }

  .bg-tobacco {
	border: 4px solid #63503b;
  }

  .bg-gourmand {
	border: 4px solid #e08a4e;
  }

  .bg-musk {
	border: 4px solid #d5dcd6;
  }

  .nav-tab {
	border: 0;
  }

  .nav-tab.active {
	background-color: var(--light-color);
  }


.rate {
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px
}

.rating {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center
}

.rating>input {
    display: none
}

.rating>label {
    position: relative;
    width: 1em;
    font-size: 22px;
    font-weight: 300;
    color: var(--primary-color);
    cursor: pointer
}

.rating>label::before {
    content: "\2605";
    position: absolute;
    opacity: 0
}

.rating>label:hover:before,
.rating>label:hover~label:before {
    opacity: 1 !important
}

.rating>input:checked~label:before {
    opacity: 1
}

.rating:hover>input:checked~label:before {
    opacity: 0.4
}

.progress {
  --bs-progress-bar-bg: #CBC9C7;
}

.card-title-height {
    height: 32px;
    line-height: 1.2;
}

.card-manufacturer-height {
    height: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.card-title-small-height {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (min-width: 767.98px) {
    .hover-opacity {
        opacity: 1;
    }
    
    .hover-opacity:hover {
        opacity: 0.9;
    }
    
    .hover-opacity.disabled {
        opacity: 0.3;
    }
    
    .hover-opacity.disabled:hover {
        opacity: 0.2;
    }
}


.opacity-15 {
    opacity: 0.15;
}

.gift-progressbar {
    position: relative;
    padding: 2.25rem 0 1.75rem;
}

.gift-progressbar .progress {
    height: 5px;
}
.progress-first, .progress-second, .progress-third {
    position: absolute;
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-top: -2.73rem;
}

.progress-first {
    left: 64%;
}

.progress-second {
    left: 85%;
}

.progress-circle {
    width: 18px;
    height: 18px;
    background: #fff;
    border-radius: 50%;
    border: 3px solid var(--bs-secondary-bg);
}

.progress-circle.active {
    background: var(--primary-color);
    border-radius: 50%;
    border: 3px solid #fff;
}

.max-width-title {
    max-width: 500px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.review-negative {
    color: #ff7675;
}

.review-positive {
    color: #00b894;
}

.btn-circle {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: transparent;
    color: var(--primary-color);
    border: 1px solid #E1DFDD;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-circle.active {
    background: var(--primary-color);
    color: var(--light-color);
    border: 1px solid var(--primary-color);
}

.btn-circle:hover {
    border-color: var(--primary-color-active);
    color: var(--primary-color-active);
}

.btn-circle.active:hover {
    border-color: var(--primary-color-active);
    background: var(--primary-color-active);
    color: var(--light-color);
}

.btn-circle i {
    line-height: 34px;
    font-size: 14px;
}

.btn-circle.active .bi-heart::before {
    content: "\f415";
}

.text-disabled {
    color: #E1DFDD;
}

.text-star {
    color: #FF9900;
}

.about-icon {
    position: absolute;
    top: -20px;
    left: 50%;
    margin-left: -20px;
    font-size: 40px;
    line-height: 1;
    opacity: 0.5;
    color: var(--primary-color);
}

.about-divider {
    height: 3px;
    width: 36px;
    background-color: var(--primary-color);
    opacity: 0.5;
}


@media (min-width: 768px) {
    .btn-search-fixed {
        height: 54px;
    }
}

.product-rating-fixed {
    width: 195px;
}

.envelope-fixed::before,
.account-fixed::before,
.instagram-fixed::before {
    width: 16px;
}

.user-icon-fixed::before {
    width: 18.5px;
}

.header-icon {
  font-size: 20px;
}

.header-badge {
  position: absolute;
  top: -3px;
  right: -4px;
  width: 24px;
  height: 24px;
  background: var(--dark-light-color);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
}

.footer-badge {
    position: absolute;
    top: 0;
    font-weight: 500;
    font-style: normal;
    margin-left: -7px !important;
    margin-top: -4px;
    font-size: 10px;
    min-width: 17px;
    background: var(--primary-color);
  }

.row {
    --bs-gutter-x: 1.5rem;
}

@media (max-width: 575px) {
    .row {
        --bs-gutter-x: 1rem;
    }
}

.carousel-card {
    width: 225px;
}

@media (min-width: 575px) {
    .carousel-card {
        width: 307px;
    }
}

.carousel-card-small {
    width: 180px;
}

.product-image {
    height: 225px;
}

@media (min-width: 575px) {
    .product-image {
        height: 300px;
    }
}

.hide-scrollbar::-webkit-scrollbar {
    display: none;
}

.hide-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.about-item {
    width: 300px;
    height: 178px;

    @media (min-width: 1400px) {
        width: auto;
    }
}

.blog-image {
    height: 200px;
}


.womens-wrapper {
    top: -6px !important;
    left: 6px !important;
}

.womens-wrapper.inside {
    top: 6px !important;
}

.womens-wrapper i {
    color: #005646;
    font-size: 37px;
    line-height: 37px;
}

.womens-wrapper span {
    position: absolute;
    color: white;
    top: 6px;
    font-size: 12px;
    font-weight: 500;
}

.bg-womens {
    background: #ffc9c9;
    color: #005646;
}

.characteristic-header-row th {
    background-color: #f0f0f0;
    padding: 12px;
    border-width: 0;
}

.characteristic-header-row th:last-child {
    border-right-width: 1px;
}

th.characteristic-header-item {
    z-index: 2;
    position: sticky;
    left: 0;
    text-align: left;
    padding-left: 16px;
    border-left-width: 1px;
  }

.table-fixed {
    table-layout: auto;
}

@media (min-width: 600px) {
    .table-fixed {
        table-layout: fixed;
        width: 100%;
    }
}

.swiper-products .swiper-slide,
.swiper-products-blog .swiper-slide {
    width: 220px;
}
@media (min-width: 1400px) {
    .swiper-products .swiper-slide,
    .swiper-products-blog .swiper-slide {
        width: auto;
    }
}

.swiper-brands .swiper-slide {
    width: 174px;
}
@media (min-width: 1400px) {
    .swiper-brands .swiper-slide {
        width: auto;
    }
}

.swiper-benefits .swiper-slide {
    width: 300px;
}
@media (min-width: 1400px) {
    .swiper-benefits .swiper-slide {
        width: auto;
    }
}

.hover-bg-light:hover {
    background-color: var(--light-color);
}

.seo-inner {
    position: relative;
}

.seo-content h1 {
    font-size: 1.6rem;
}

.seo-content h2 {
    font-size: 1.3rem;
}

.seo-content h3 {
    font-size: 1.2rem;
}

.seo-block.collapsed .seo-content {
    max-height: 200px;
    overflow: hidden;
}

.seo-content img {
    width: 100%;
}

@media (min-width: 600px) {
    .seo-content img {
        width: auto;
    }
}

.seo-content table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 1rem;
}

.seo-content td,
.seo-content th {
    border: 1px solid #ccc;
    padding: 8px;
}

.seo-content th {
    background: #f5f5f5;
    text-align: left;
}

.seo-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 5rem;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, #fff 80%);
    pointer-events: none;
    transition: opacity 0.3s ease;
}
.seo-block.expanded .seo-overlay {
    opacity: 0;
}

.seo-toggle {
    display: block;
    position: relative;
    z-index: 10;
}

.btn-check:checked+.btn .text-secondary {
    color: #fff !important;
}

.z-10000 {
    z-index: 10000;
}

/* Нижній мобільний бар */
#mobile-bottom-bar {
    position: fixed !important;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100; /* вище backdrop */
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }
  
  /* базовий стан як було, без safe-area зверху */
.padding-fixed { padding-top: 80px; }

/* десктоп */
@media (min-width: 768px) {
  .padding-fixed { padding-top: 0; }
}

/* низ для мобіле */
@media (max-width: 768px) {
  body.padding-fixed { padding-bottom: 64px; }
}

@supports (padding: constant(safe-area-inset-top)) {
    @media (max-width: 767.98px) {
      .padding-fixed { padding-top: calc(75px + constant(safe-area-inset-top)); }
    }
  }
  @supports (padding: env(safe-area-inset-top)) {
    @media (max-width: 767.98px) {
      .padding-fixed { padding-top: calc(75px + env(safe-area-inset-top)); }
    }
  }

/* НОВІ iOS / сучасні браузери: коли підтримуються d**vh/s**vh — відкотимо зайві safe-area інсети внизу,
   бо браузер уже враховує нижню панель у висоті вікна */
@supports (height: 100svh) {
  @media (max-width: 768px) {
    body.padding-fixed { padding-bottom: 64px; } /* без env(...) — глушимо подвійний зазор унизу */
  }
}
  

@media (max-width: 768px) {
    .w-90 {
        width: 90% !important;
    }
}

#pp-sticky-bar {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 1025;
}

@media (min-width: 768px) {
    #pp-sticky-bar { top: 78px; }
}

@media (max-width: 768px) {
    #pp-sticky-bar {
        bottom: 64px;
    }
    #pp-sticky-bar h2 { display:none; }

    #pp-sticky-volume {
        max-width: 100px;
    }
}

@supports (padding: env(safe-area-inset-bottom)) {
    @media (max-width: 768px) {
        #pp-sticky-bar {
            bottom: calc(64px + env(safe-area-inset-bottom));
        }
    }
}


/* Category reviews slider */
.category-reviews-swiper .swiper-slide {
    width: 300px;
}

.review-content {
    height: 105px;
}

.text-truncate-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.review-text {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

  .pp-hint { margin-top: .25rem; }
  .pp-shake { animation: pp-shake .3s linear; }
  @keyframes pp-shake {
    0%,100% { transform: translateX(0); }
    25%     { transform: translateX(-4px); }
    75%     { transform: translateX(4px); }
  }

.list-style-inside {
    list-style-position: inside;
}

#article-toc + * h2,
#article-toc + * h3,
#article-toc + * h4,
#article-toc + * h5,
#article-toc + * h6 {
  scroll-margin-top: 110px; /* відступ згори при скролі */
}

.lh-19 {
    line-height: 19px;
}

.color-pumpkin {
    color: #E8572A;
}

.sale-wrapper {
    border-bottom-right-radius: var(--bs-border-radius);
    z-index: 1;
    top: 0;
    left: 0;
}

#product-product .sale-wrapper {
    border-top-left-radius: var(--bs-border-radius);
}

.black-friday-bg {
    color: white;
    background-color: #000;
}

/* спільні стилі тікера */
.pp-ticker{
    width:100%;
    background: linear-gradient(90deg, #000000, #333333, #ffffff);
    color: #ffffff;
    font-size:14px;
    line-height:1.35;
  }
  
  .pp-ticker__inner{
    margin:0 auto;
    overflow:hidden;
    white-space:nowrap;
  }
  
  .pp-ticker__link{
    color:inherit;
    text-decoration:none;
    display:block;
  }
  
  .pp-ticker__content{
    display:inline-block;
    position:relative;      /* потрібно для ::after */
    white-space:nowrap;
    will-change: transform;
    padding-right:2rem;     /* відступ між копіями */
  }
  
  /* дубль тексту через псевдоелемент — для безшовної прокрутки */
  .pp-ticker__content::after{
    content: attr(data-text);
    margin-left:2rem;       /* відступ між копіями */
  }
  
  /* мобайл: повільна безшовна прокрутка */
  @media (max-width: 991.98px){
    .pp-ticker__content{
      animation: pp-marquee-loop var(--pp-marquee-duration, 20s) linear infinite;
    }
  }
  
  /* десктоп: без анімації */
  @media (min-width: 992px){
    .pp-ticker__content{
      animation: none;
    }
  }
  
  /* ключові кадри — проїжджаємо рівно одну копію з двох */
  @keyframes pp-marquee-loop{
    0%   { transform: translateX(0); }
    100% { transform: translateX(-50%); }
  }
  
  /* повага до reduce-motion */
  @media (prefers-reduced-motion: reduce){
    .pp-ticker__content{ animation: none !important; }
  }
  
  
.langmark {
    color: rgb(93, 56, 39);
}

.langmark a {
    color: rgb(93, 56, 39);
    text-decoration: none;
}

.langmark a:hover {
    color: #555;
    text-decoration: none;
}

.langmark li {
    text-align: center; 
    vertical-align: middle;			
    display: inline;
    margin: 0 0 0 4px;
    padding: 0;
}

.langmark a.langmarkactive {
    color: rgb(93, 56, 39);
    font-weight: bold;
}

.langmark .uf {
    text-align: center; 
    vertical-align: middle;			
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    margin-right: 0px;
    margin-top: -3px;
    background-image: linear-gradient(to bottom, #0082D1, #0082D1 50%, #FFD100 50%, #FFD100);
}

 
#search  .dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 270px;
	padding: 0;
	margin: 2px 0 0;
	font-size: 12px;
	text-align: left;
	list-style: none;
	background-color: #fff;
	-webkit-background-clip: padding-box;
					background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
					box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
#search .dropdown-menu.pull-right {
	right: 0;
	left: auto;
}
#search .dropdown-menu .divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5;
}
#search .dropdown-menu > li > a,
#search .dropdown-menu  li.disabled {
	display: block;
	padding: 0.5rem;
	clear: both;
	font-weight: normal;
	line-height: 1.42857143;
	color: #333;
	white-space: unset;
	text-decoration: none;
}
#search .dropdown-menu  li.inline a {
	border-radius: 5px;
	padding: 5px 5px;
}
#search .dropdown-menu  li.more a {
	padding: 0;
}
#search .dropdown-menu > li > a:hover,
#search .dropdown-menu > li > a:focus {
	color: #262626;
	text-decoration: none;
	background-color: #f5f5f5;
	background-image: none;
}
#search .dropdown-menu > .active > a,
#search .dropdown-menu > .active > a:hover,
#search .dropdown-menu > .active > a:focus {
	color: #fff;
	text-decoration: none;
	background-image: none;
	outline: 0;
}
#search .dropdown-menu > .disabled > a,
#search .dropdown-menu > .disabled > a:hover,
#search .dropdown-menu > .disabled > a:focus {
	color: #777;
}
#search .dropdown-menu > .disabled > a:hover,
#search .dropdown-menu > .disabled > a:focus {
	text-decoration: none;
	cursor: not-allowed;
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

#search .dropdown-menu { 
	max-width: 100%;
	overflow: hidden auto;
	max-height: 60vh;
}
#search .dropdown-menu::-webkit-scrollbar-track {
	background-color: transparent;
}
#search .dropdown-menu::-webkit-scrollbar {
	width: 4px;
	background-color: white;
}
#search .dropdown-menu::-webkit-scrollbar-thumb {
	background-color: rgba(0,0,0,0.2);
	border-radius: 10px;
}

#search .dropdown-menu li {
	list-style-image:  none !important;
	clear: both;
}
#search .dropdown-menu li:not(.disabled, .inline, .more) {
	border-bottom: 1px solid #f1f1f1;
}
#search .dropdown-menu li.inline { 
	display: inline-block;
	margin-left: 5px;
	vertical-align: top;
}
#search .dropdown-menu li.inline .search-suggestion{ 
	text-align: center;
}
#search .dropdown-menu li .title {
	font-size: 1rem;
	text-transform: none;
	line-height: normal;
}
#search .dropdown-menu li.disabled .title {
	width: fit-content;
	padding-bottom: 5px;
	font-size: 1rem;
}
.search-suggestion {
	overflow: hidden;
	width: 100%;
	display: flex;
	gap: 0.5rem;
}
.search-suggestion .center {
	flex-grow: 1;
	min-width: 0;
  display: flex;
	flex-direction: column;
}
.search-suggestion .left, .search-suggestion .right  {
	align-self: center;
	text-align: center;
}

.search-suggestion .label {
	font-weight: normal;
	color: darkgray;
	padding-left: 0;
	padding-right: 5px;
}
.search-suggestion  .image img {
	border-radius: 5px;
	width: 60px;
}
.search-suggestion  .price-old {
	/*text-decoration: line-through;*/
	text-decoration: none;
	display: block;
	margin-right: 2px;
	color: #979393;  
	position: relative;	
	font-weight: normal;
	font-size: 0.8em;
}
.search-suggestion  .price-old:before {
	content: "";
	border-bottom: 1px solid #979393;
	position: absolute;
	width: 100%;
	height: 50%;
	transform: rotate(-12deg);
	font-size: 0.8em;
}
.search-suggestion  .price-new {
	display: block;
	color: #ff2e2e;
}
.search-suggestion  .price-base {
	color: black;
}
.search-suggestion .more {
	text-align: center;
	font-size: 1.1em;
	color: white;
	opacity: 0.7;
	width: 100%;
  padding: 1em 0;
}
.search-suggestion .more:hover {
	opacity: 1;
}
.search-suggestion .out-stock .value {
	color: #ff2e2e;
	color: white;
	background-color: #ff2e2e;
	width: fit-content;  
	padding: 1px 5px;
	border-radius: 4px;
	font-size: 0.8em;
	font-weight: 700;
}
.search-suggestion .in-stock .value {
	color: #00dd00;
	color: white;
	background-color: #00dd00;
	width: fit-content;  
	padding: 1px 5px;
	border-radius: 4px;
	font-size: 0.8em;
	font-weight: 700;
}
#search .dropdown-menu {
	width: 100%;
}

.search-suggestion .more {
	background-color: #5d3827;
}

.dropdown-menu li.disabled .search-suggestion .title {
	border-bottom: 2px solid #5d3827;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
	background-color: rgba(93,56,39, 0.4) !important;
}

.search-suggestion.manufacturer .name,
.search-suggestion.category .name,
.search-suggestion.category_filter .name,
.search-suggestion.information .title {
	font-weight: bold;
	text-decoration: none;
}

.search-suggestion.product .manufacturer {
	color: #6c757d;
}

.search-suggestion.product .price {
	font-size: 1rem;
	white-space: nowrap;
}

.search-suggestion.product .name {
	font-weight: 400;
	text-decoration: none;
	font-size: 1rem;
	color: #212529;
}