/* Ubuntu Font - Local */
@font-face {
  font-family: 'Ubuntu';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(/build/fonts/ubuntu-300-italic.b226162a.ttf) format('truetype');
}
@font-face {
  font-family: 'Ubuntu';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(/build/fonts/ubuntu-400-italic.d042ad30.ttf) format('truetype');
}
@font-face {
  font-family: 'Ubuntu';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(/build/fonts/ubuntu-500-italic.eaaab783.ttf) format('truetype');
}
@font-face {
  font-family: 'Ubuntu';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(/build/fonts/ubuntu-700-italic.a15469b5.ttf) format('truetype');
}
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(/build/fonts/ubuntu-300-normal.f8765117.ttf) format('truetype');
}
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/build/fonts/ubuntu-400-normal.d89eda67.ttf) format('truetype');
}
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/build/fonts/ubuntu-500-normal.ea2efd05.ttf) format('truetype');
}
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/build/fonts/ubuntu-700-normal.acc5e44d.ttf) format('truetype');
}

/* Montserrat Font - Local */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(/build/fonts/montserrat-400-italic.1d528dcd.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(/build/fonts/montserrat-500-italic.8d5db522.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(/build/fonts/montserrat-600-italic.d9ec762b.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(/build/fonts/montserrat-700-italic.021b96e0.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/build/fonts/montserrat-400-normal.c048dbf1.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/build/fonts/montserrat-500-normal.16fef81e.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/build/fonts/montserrat-600-normal.5f6ac696.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/build/fonts/montserrat-700-normal.56b1ea9e.ttf) format('truetype');
}


/* Google Fonts - Local */

/* Базово „скрит, но достъпен" положение */
.accessibility-skip-link {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateY(-150%);
        -ms-transform: translateY(-150%);
            transform: translateY(-150%); /* извън екрана */
    padding: 0.75rem 1rem;
    background: #fff;
    border: 2px solid #000;
    font-weight: 600;
    z-index: 10000; /* по-високо от хедъри/банери */
}

/* Показва се, когато е на фокус от клавиатура */
.accessibility-skip-link:focus,
.accessibility-skip-link:focus-visible {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); /* влиза в екрана */
    outline: none; /* границата вече е видима */
}


input[type="number"] {
    -webkit-appearance: none;
    -moz-appearance: textfield;
    appearance: textfield;
    text-align: center;
    padding-right: 0; /* или пробвай 5px, 10px и т.н. */
    margin: 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


* {
    margin: 0;
    padding: 0;
}

body,
html {
    height: 100%;
    scroll-behavior: smooth;
}

body {
    font-family: 'Ubuntu', sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #4A4A49;
}

::-moz-selection {
    background: #002664;
    color: #fff;
}

::selection {
    background: #002664;
    color: #fff;
}

::-moz-selection {
    background: #002664;
    color: #fff;
}

mark {
    padding: 0 2px;
}

img {
    max-width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    border: none;
}

/* LAYOUT SETs */
.container {
    max-width: 1300px;
}

.container-fluid.custom-width {
    width: 92%;
    max-width: 1920px;
}

.space {
    padding: 35px 0;
}

.space-bot {
    padding-bottom: 35px;
}

.qty {
    font-weight: bold;
}


/* BREADCRUMB */
.page-info {
    padding: 15px 0;
    margin: 0;
}

.breadcrumb-item + .breadcrumb-item:before {
    display: none;
}

.page-info ol {
    padding: 0;
    margin: 0;
}

.page-info ol li {
    display: inline-block;
    margin: 0 10px;
    position: relative;
    color: #757575;
    font-weight: 300;
}

.page-info ol li:first-of-type {
    margin-left: 0;
}

.page-info ol li a {
    text-decoration: none;
    color: #3d3b6c;
}

.page-info ol li::after {
    content: "›";
    position: absolute;
    top: 0;
    right: -12px;
}

.page-info ol li:last-of-type:after {
    display: none;
}


/* OWL NAVS ARROW */
.owl-nav.owl-carousel .owl-nav.disabled {
    display: block;
}

.owl-nav.owl-carousel .owl-nav:after {
    content: "";
    background-color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 40px;
    z-index: 1;
}

.owl-nav.owl-carousel .owl-nav:before {
    content: "";
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 40px;
    z-index: 1;
}

.owl-nav.owl-carousel .owl-stage-outer {
    padding: 0 60px;
}

.owl-nav.owl-carousel .owl-nav button.owl-next {
    right: 0;
    z-index: 2;
}

.owl-nav.owl-carousel .owl-nav button.owl-prev {
    left: 0;
    z-index: 2;
}

.owl-carousel .owl-nav {
    width: 100%;
}

.owl-carousel .owl-nav .owl-prev .fa,
.owl-carousel .owl-nav .owl-next .fa {
    color: #002664;
    font-size: 30px;
    line-height: 40px;
    height: 40px;
    display: block;
}

.owl-carousel .owl-nav button.owl-prev {
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 20px;
    width: 40px;
    height: 40px;

    border-radius: 100%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    box-shadow: 0 4px 16px 0 rgba(0, 38, 100, 0.16);
}

.owl-carousel .owl-nav button.owl-prev:hover {
    background-color: #fff;
}

.owl-carousel .owl-nav button.owl-next:hover {
    background-color: #fff;
}

.owl-carousel .owl-nav button.owl-next {
    background-color: #fff;
    position: absolute;
    top: 50%;
    right: 20px;
    width: 40px;
    height: 40px;

    border-radius: 100%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    box-shadow: 0 4px 16px 0 rgba(0, 38, 100, 0.16);
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background-color: transparent;
}

.owl-theme .owl-nav [class*=owl-] {
    margin: 0;
}

.owl-stage {
    padding-left: 0 !important;
}


/* OWL NAVS DOTs */
.owl-theme .owl-dots .owl-dot.active span {
    background-color: #002664;
    width: 20px;
}

.owl-theme .owl-dots .owl-dot span {
    background-color: rgba(0, 38, 100, 0.2);
}

.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #002664;
}

.owl-theme .owl-nav + .owl-dots {
    text-align: left;
    margin-top: 20px !important;
}


/* PAGINATIONS */
.cstm-pagination {
    margin: 0 auto;
    display: table;
}

.cstm-pagination ul {
    font-size: 0;
    margin: 0;
    padding: 0;
}

.cstm-pagination ul li {
    display: inline-block;
    font-size: 12px;
}

.cstm-pagination ul li .page-numbers {
    font-size: 14px;
    line-height: 36px;
    display: block;
    width: 38px;
    height: 38px;
    text-align: center;
    margin: 0 6px;
    border: 1px solid #e3e2e2;
    border-radius: 100%;
}

.cstm-pagination ul li .page-numbers:hover {
    border: 1px solid #002664;
    color: #002664;
}

.cstm-pagination ul li.active .page-numbers {
    border: 1px solid #002664;
    background-color: #002664;
    color: #fff;
}


/* За уебкит-браузъри (Chrome, Safari, Edge) */
::-webkit-scrollbar {
    width: 10px; /* Широчина на скролбара */
}

/* Стил на скролбара */
::-webkit-scrollbar-track {
    background: #f1f1f1; /* Фон на пътеката на скролбара */
    border-radius: 10px; /* Заоблени ъгли на пътеката */
}

/* Стил на дръжката на скролбара */
::-webkit-scrollbar-thumb {
    background-color: #888; /* Цвят на дръжката */
    border-radius: 10px; /* Заоблени ъгли на дръжката */
    border: 2px solid #f1f1f1; /* Добавяне на празно пространство около дръжката */
}

/* Дръжката на скролбара при ховър */
::-webkit-scrollbar-thumb:hover {
    background-color: #555; /* Потъмнява цвета при ховър */
}


/* OWL-NAV (blog cats, filters & others) */
.owl-nav a.active:hover,
.owl-nav a.active,
.owl-nav button.active:hover,
.owl-nav button.active {
    color: #ffffff;
    background-color: #002664;
    border-color: #002664;
}

.owl-nav a,
.owl-nav button,
.owl-nav .owl-prev,
.owl-nav .owl-next {
    border: 1px solid #DADADA;
}

.owl-nav a:hover,
.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover {
    background-color: #EEF2F7;
    border-color: #EEF2F7;
}

.owl-nav a.active:focus-visible,
.owl-nav button.active:focus-visible {
    color: #fff;
    background-color: #002664;
}

.owl-nav a:focus-visible,
.owl-nav button:focus-visible,
.owl-nav .owl-prev:focus-visible,
.owl-nav .owl-next:focus-visible {
    color: #002664;
    border-color: #002664;
}


.owl-nav.owl-carousel.owl-theme .owl-nav {
    margin-top: 0;
}


.cart-holder {
    position: fixed;
    top: 0;
    right: 0;
    width: 25%;
    height: 100%;
    background-color: #eef2f7;
    z-index: 111;
    text-align: left;

    -webkit-transition: all .4s;
    transition: all .4s;

    -webkit-transform: translate(100%, 0);

        -ms-transform: translate(100%, 0);

            transform: translate(100%, 0);
}

.cart-holder h3 {
    color: #002664;
    font-size: 24px;
    margin: 0 0 20px 0;
}

.cart-widget-pc {
    color: #AA0C5B;
    font-size: 16px;
    padding: 20px 0 0 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
}

.cart-widget-pc .price .val-currency {
    font-size: 12px;
}


.cart-widget-pc button {
    display: inline-block;
    background-color: transparent;
    border: 0;
    outline: none;
    margin-left: 5px;
}

.cart-widget-pc button img {
    height: 18px;
}

.cart-holder .cart-products {
    max-height: -webkit-calc(100% - 230px);
    max-height: calc(100% - 230px);
    overflow: hidden;
    overflow-y: auto;
    position: relative;
    padding: 20px 20px 10px 20px;
}

.cart-holder .cart-result .gift-result-row {
    border: 1px dashed #002664;
}

.cart-holder .cart-result .gift-result-row .product-image {
    position: relative;
}

.cart-holder .cart-result .gift-result-row .product-image a,
.cart-holder .cart-result .gift-result-row .product-image a picture {
    display: block;
}

.cart-holder .cart-result .gift-result-row .product-image a picture img {
    border: 1px #002664 solid;
    border-radius: 100%;
}

.cart-holder .cart-result .gift-result-row .gift-icon {
    position: absolute;
    left: -3px;
    top: -3px;
    background-color: #fff;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    line-height: 18px;
    text-align: center;
}

.cart-holder .cart-result .gift-result-row .gift-icon img {
    width: 14px;
    height: 14px;
    display: inline-block;
}

.cart-holder .cart-result .result-row {
    padding: 15px;
    margin: 0 0 10px 0;
    background-color: #fff;
    border-radius: 12px;
}

.cart-holder .cart-result .product-title {
    color: #002664;
    font-size: 14px;
    line-height: 18px;
    position: relative;
    margin: 0 0 5px 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 36px;
}

.cart-holder .cart-result .product-labels {
    padding: 0;
    max-width: 100%;
    text-align: inherit;
    position: inherit;
    top: inherit;
    left: inherit;
    margin: 0 0 10px 0;
}

.cart-holder .cart-result .product-labels .product-label.label-erp-promo-EDLP {
    background-color: #FF7900;
}

.cart-holder .cart-result .product-remove {
    cursor: pointer;
    margin-left: 5px;
}

.cart-holder .cart-result .product-remove img {
    height: 20px;
    position: relative;
    top: -1px;
}

.cart-holder .cart-result .product-mill {
    color: #cecece;
}

.cart-holder .cart-total {
    font-size: 16px;
    line-height: 16px;
    padding: 10px 0 5px 0;
    color: #002664;
}

.cart-holder .cart-result .product-amount {
    color: #002664;
    font-weight: bold;
}

.cart-holder .cart-result .product-amount small {
    font-size: 14px;
    line-height: 18px;
    color: #4A4A49;
}


.cart-holder .cart-result .result-row .product-prices {
    margin: 10px 0 0 0;
}

.cart-holder .cart-result .result-row .product-prices .price,
.cart-holder .cart-result .result-row .product-prices .new-price,
.cart-holder .cart-result .result-row .product-prices .old-price {
    display: block;
}

.cart-holder .cart-result .result-row .product-prices .new-price {
    color: #AA0C5B;
}

.cart-holder .cart-result .result-row .product-prices .new-price.price-edlp {
    color: #FF7900;
}

.cart-holder .cart-result .result-row .product-prices .price {
    color: #002664;
}

.cart-holder .cart-result .result-row .product-prices .new-price,
.cart-holder .cart-result .result-row .product-prices .price {
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
}

.cart-holder .cart-result .result-row .product-prices .old-price .val-currency {
    font-size: 10px;
}


.cart-holder .cart-result .result-row .product-prices .new-price .val-currency,
.cart-holder .cart-result .result-row .product-prices .price .val-currency {
    font-size: 14px;
}

.cart-holder .cart-result .result-row .product-prices .old-price {
    color: #767676;
    font-weight: lighter;
    margin: 0 0 3px 0;
    position: relative;
    display: table;
}

.cart-holder .cart-result .result-row .product-prices .old-price:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    width: 100%;
    height: 0.1px;
    background-color: #808080;
}


.cart-actions {
    border-radius: 20px 20px 0 0;
    background-color: #fff;
    padding: 20px;
    width: 100%;
    box-shadow: 0 -12px 24px 0 rgba(0, 38, 100, 0.16);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 5;
}

.free-delivery {
    background-color: #F8F9FA;
    border-radius: 12px 12px 4px 4px;
    overflow: hidden;
    position: relative;
}

.free-delivery .lab {
    color: #33631D;
    font-size: 12px;
    padding: 10px;
}

.free-delivery .lab img {
    margin-right: 3px;
}

.free-delivery .lab .val-currency {
    font-size: 12px;
}

.free-delivery-prog {
    position: relative;
}

.free-delivery-prog .cart-prog {
    position: absolute;
    bottom: 0;
    background-color: #58A618;
    height: 3px;
}

.free-delivery-prog .cart-prog-holder {
    position: absolute;
    bottom: 0;
    background-color: rgba(88, 166, 24, .25);
    height: 3px;
    width: 100%;
}

.cart-holder .empty-cart {
    height: 100%;
    font-size: 20px;
    padding: 10px 10px 5px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    text-align: center;
}

.cart-holder .empty-cart img {
    height: 100px;
    display: block;
}

.cart-holder .cart-total .price {
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
}

.cart-holder .cart-total .price .val-currency {
    font-size: 16px;
}

.cart-holder .btn {
    width: 100%;
    display: block;
    margin: 10px 0 0 0;
}

/* cart controls */
.overlay {
    background-color: #000000;
    opacity: 0;
    z-index: -1;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.cart-show {
    overflow: hidden;
    padding-right: 10px;
}

.cart-show .overlay {
    opacity: .3;
    z-index: 110;
}

.cart-show .cart-holder {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
}

/* cart special offers */
.cart-special-items {
    margin: 30px 0 0 0;
}

.cart-special-items .heading {
    text-align: left;
}

.cart-special-items .btn-cart {
    width: 40px;
    margin: 0;
}

.cart-special-items .code-price .val {
    font-weight: 700;
    color: #aa0c5b;
}

.cart-special-items .code-price .val-code {
    font-weight: 700;
    color: #002664;
}

.cart-special-items .code-price {
    margin: 5px 0 10px 0;
    padding: 0 5px;
    background-color: #eef2f7;
    border: 1px dashed #002664;

    display: -webkit-box;

    display: flex;
    align-content: center;
    flex-wrap: wrap;
    -webkit-box-pack: center;
            justify-content: center;
    width: 100%;

    border-radius: 6px;
}

.cart-special-items .code-price .lab {
    color: #002664;
    display: inline-block;
    margin-left: 5px;
}

.cart-special-items .product-prices {
    text-align: center;
}

.cart-special-items .product-prices .price,
.cart-special-items .product-prices .new-price,
.cart-special-items .product-prices .old-price {
    display: block;
}

.cart-special-items .product-prices .new-price {
    color: #AA0C5B;
}

.cart-special-items .product-prices .price {
    color: #002664;
}

.cart-special-items .product-prices .new-price,
.cart-special-items .product-prices .price {
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
}

.cart-special-items .product-prices .new-price .val-currency,
.cart-special-items .product-prices .price .val-currency {
    font-size: 14px;
}

.cart-special-items .product-prices .old-price {
    color: #767676;
    font-weight: lighter;
    margin: 0 0 5px 0;
}


/* upsell cart widget */
.upsell-item {
    border-radius: 20px;
    padding: 15px;
    background-color: #fff;
    border: 1px solid #EDEDED;
    text-align: center;
}

.upsell-item .product-prices {
    margin: 0 0 10px 0;
}

.upsell-item .btn-primary img {
    width: initial !important;
    display: inline-block !important;
}

.upsell-item-name {
    font-size: 14px;
    line-height: 18px;
    margin: 10px 0;
    word-break: break-word;
    height: 36px;

    display: -webkit-box;
    -webkit-line-clamp: 2; /* Брой редове */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.upsell-item-prices {
    font-weight: bold;
    color: #002664;
}

.cart-add-item-alert {
    color: #33631D;
    margin: 0 0 20px 0;
}

.cart-add-item-alert img {
    margin-right: 5px;
}

.cart-close {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    width: 24px;
    height: 24px;
    display: block;
    z-index: 2;

    background-color: #fff;
    border: 1px solid #3A5876;
    border-radius: 6px;
    box-shadow: 0 4px 16px -4px rgba(0, 38, 100, 0.08);
}

.cart-close img {
    height: auto !important;
}


/* USER WIDGETs !DELETE! */
.user-widgets {
    text-align: right;
}

.user-widgets.user-widgets-left {
    text-align: left;
}

.user-widgets.user-widgets-left .widget-item:first-of-type {
    padding-left: 0;
}

.user-widgets .widget-item {
    display: inline-block;
    padding: 0 7px;
    position: relative;
}

.user-widgets .widget-item .fav-num {
    position: absolute;
    left: 25px;
    top: -2px;
    background-color: #002664;
    color: #e2e2e2;
    width: 13px;
    height: 13px;
    line-height: 12px;
    font-size: 10px;
    text-align: center;
    border-radius: 100%;
}

.user-widgets .widget-item .cart-num {
    position: absolute;
    left: 24px;
    top: 6px;
    background-color: #002664;
    color: #e2e2e2;
    min-width: 14px;
    height: auto;
    line-height: 12px;
    font-size: 10px;
    text-align: center;
    border-radius: 100%;
    z-index: 5;
    padding: 1px 2px;
}

.user-widgets .widget-item .cart-sum {
    position: relative;
    top: 7px;
}

.user-widgets .widget-item .price {
    display: inline-block;
    text-align: left;
}

.user-widgets .widget-item .price .val {
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.user-widgets .widget-item .price .val .val-currency {
    font-size: 10px;
}

.user-widgets .widget-item .icn {
    height: 28px;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.user-widgets .widget-item:hover .icn {
    opacity: .8;
}

.user-widget .user-nav {
    width: 200px;
    position: absolute;
    top: 38px;
    right: 0;
    z-index: 3;
    background-color: #fff;
    padding: 10px 0 10px;
    text-align: left;
    display: none;
    border-top: 2px solid #d9d9d9;
    border-radius: 12px;
    box-shadow: 0 15px 25px 0 rgba(0, 0, 0, .25);
}

.user-widget .user-nav .icn {
    height: 20px;
    position: relative;
    top: -2px;
    margin-right: 5px;
}

.user-widget .user-nav:before {
    content: "";
    width: 100%;
    height: 17px;
    position: absolute;
    left: 0;
    top: -17px;
    z-index: -1;
}

.user-widget .user-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.user-widget .user-nav ul li {
    white-space: nowrap;
}

.user-widget .user-nav ul li a {
    display: block;
    position: relative;
    padding: 5px 20px;
}

.user-widget:hover .user-nav {
    display: block;
}

#flash-messages-container {
    margin: 20px 0;
    /*z-index: 106;*/
    /*position: relative;*/
}

#flash-messages-container .alert:last-of-type {
    margin: 0;
}


main {
    min-height: -webkit-calc(100vh - 600px);
    min-height: calc(100vh - 600px);
}

.cart-holder .promo-code {
    margin: 10px 0 0 0;
}

.cart-holder .promo-code .btn {
    margin: 0;
}

.promo-code {
    border: 1px solid #DADADA;
    position: relative;
    border-radius: 8px;
}

.promo-code input {
    border: 0;
    background-color: transparent;
    width: 100%;
    padding: 0 150px 0 15px;
    height: 40px;
}

.promo-code input::-webkit-input-placeholder {
    color: #4A4A49;
}

.promo-code input::-moz-placeholder {
    color: #4A4A49;
}

.promo-code input:-ms-input-placeholder {
    color: #4A4A49;
}

.promo-code input::-ms-input-placeholder {
    color: #4A4A49;
}

.promo-code input::placeholder {
    color: #4A4A49;
}

.promo-code button {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: auto !important;
    min-width: 5.5rem;
    white-space: nowrap;
    border-radius: 0 8px 8px 0;
}

.promo-code button img {
    opacity: .3;
}


.cart-btn-fixed {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    background-color: #fff;
    z-index: 100;
    width: 100%;
    padding: 20px 20px;
    text-align: center;
    border-radius: 24px 24px 0 0;

    box-shadow: 0 -12px 24px 0 rgba(0, 38, 100, 0.2);
}

.cart-btn-fixed .btn {
    height: 50px;
    line-height: 48px;
    width: 100%;
}

.cart-holder .cart-gift {
    padding: 10px 0 0 0;
    margin: 10px 0 0 0;
    border-top: 1px dashed transparent;
    -o-border-image: repeating-linear-gradient(90deg, #002664, #002664 10px, transparent 10px, transparent 15px) 5;
       border-image: repeating-linear-gradient(90deg, #002664, #002664 10px, transparent 10px, transparent 15px) 5;
}

.cart-holder .cart-result .cart-gift .product-title {
    margin: 0;
}

.free-gift {
    font-weight: bold;
    color: #002664;
    margin: 5px 0 0 0;
}

.product-quantity {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
}

.product-quantity input[type=number] {
    text-align: center;
    width: 30px;
    height: 32px;
    border: 1px solid #DADADA;
    background-color: transparent;
}

.product-quantity button {
    color: #4A4A49;
    font-size: 18px;
    height: 32px;
    width: 25px;
    border: 1px solid #DADADA;
    background-color: transparent;
}

.product-quantity button:focus-visible {
    outline-offset: 0;
}

.product-quantity button:disabled {
    opacity: 0.25;
}

#scrollToTopBtn {
    color: #3A5876;
    font-size: 20px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #ffffff;
    border-radius: 100%;
    border: 0;
    width: 50px;
    height: 50px;
    display: none;
    cursor: pointer;

    -webkit-transition: opacity 0.3s ease;

    transition: opacity 0.3s ease;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;

    z-index: 50;

    box-shadow: 0 4px 16px 0 rgba(0, 38, 100, 0.16);
}


.fast-widget {
    position: fixed;
    right: 20px;
    bottom: 15px;
    z-index: 20;
}

.btn-fast-widget {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin-top: 15px;
    margin-left: auto;
    display: table;
    background-color: #58A618;
    border-radius: 100% 100% 0 100%;
    cursor: pointer;
}

.fast-widget-holder {
    width: 400px;
    padding: 25px;
    box-shadow: 0 8px 16px 0 rgb(0 38 100 / 12%);
    border-radius: 24px;
    background-color: #F8F9FA;
    display: none;
    margin-left: auto;
}

.fast-widget-close {
    display: none;
}

.fast-widget-holder .btn {
    width: 100%;
    margin: 0 0 10px 0;
    text-align: left;
}

.fast-widget-holder .btn:last-of-type {
    margin: 0;
}


.flash-alerts {
    position: fixed;
    right: 20px;
    bottom: 65px;
    z-index: 15;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.buyBarActive .flash-alerts,
.buyBarActive .flash-alerts.free-items {
    bottom: 80px;
}

.flash-alert {
    font-size: 14px;
    font-weight: bold;
    padding: 15px 20px;
    margin: 0 0 10px auto;
    border-radius: 57px;
    display: table;

    -webkit-transform: translateX(100%);

        -ms-transform: translateX(100%);

            transform: translateX(100%); /* Извън екрана вдясно */
    -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
    transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
    transition: transform 0.5s ease, opacity 0.5s ease;
    transition: transform 0.5s ease, opacity 0.5s ease, -webkit-transform 0.5s ease; /* Анимация */
    opacity: 0;
}

.flash-alert.active {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0); /* Появява се в екрана */
    opacity: 1;
}

.flash-alert span {
    margin-left: 50px;
    cursor: pointer;
}

.flash-alert-success {
    color: #FFFFFF;
    background-color: #58A618;
}

.flash-alert-info {
    color: #4A4A49;
    background-color: #FCF171;
}


.flash-alerts.free-items {
    left: 20px;
    right: inherit;
    bottom: 10px;
}

.free-items .flash-alert {
    padding: 10px 15px 10px;
    max-width: 250px;
    border: 1px solid #000000;
    background-color: #fff;
    border-radius: 24px;
}

.free-items-close {
    position: absolute;
    top: 10px !important;
    right: 10px !important;
    margin: 0;
}

.free-items .lab {
    color: #002664;
    font-size: 16px;
    font-weight: normal;
    padding: 0 25px 0 0;
    margin: 0 0 10px 0;
}

.free-items .free-item img {
    border-radius: 24px;
}

.free-items .fixed-bottom {
    margin: 0 0 20px 20px;
}

.cart-result-wrap .link {
    font-size: 12px;
    font-weight: normal;
    margin: 10px auto 15px;
    display: table;
}

.cart-result-wrap.cart-result-wrap-opened .link {
    display: none;
}

.cart-result-wrap.cart-result-wrap-opened .cart-result {
    max-height: 100%;
}

.cart-result-wrap.cart-result-wrap-opened .cart-result:after {
    display: none;
}

.cart-result-wrap.cart-result-wrap-opened .link:after {
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
}

.cart-result-wrap .link:after {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
}

.cart-result {
    max-height: 380px;
    overflow: hidden;
    position: relative;
}

.cart-result:after {
    content: "";
    background: linear-gradient(0deg, #EEF2F7, rgba(0, 0, 0, 0) 50px);
    height: 50px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}

/* MOBILE */
@media only screen and (min-width: 1400px) and (max-width: 1919px) {
    .cart-holder .cart-total .price {
        font-size: 18px;
        font-weight: bold;
    }

    .cart-holder .cart-total .price .val-currency {
        font-size: 14px;
    }

    .cart-special-items .product-prices .new-price,
    .cart-special-items .product-prices .price {
        font-size: 16px;
        line-height: 16px;
        font-weight: bold;
    }

    .cart-special-items .product-prices .new-price .val-currency,
    .cart-special-items .product-prices .price .val-currency {
        font-size: 12px;
    }

    .cart-holder .cart-result .result-row .product-prices .new-price,
    .cart-holder .cart-result .result-row .product-prices .price {
        font-size: 16px;
        line-height: 16px;
        font-weight: bold;
    }

    .cart-holder .cart-result .result-row .product-prices .new-price .val-currency,
    .cart-holder .cart-result .result-row .product-prices .price .val-currency {
        font-size: 12px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
    .cart-holder .cart-total .price {
        font-size: 16px;
        font-weight: bold;
    }

    .cart-holder .cart-total .price .val-currency {
        font-size: 12px;
    }

    .cart-special-items .product-prices .new-price,
    .cart-special-items .product-prices .price {
        font-size: 16px;
        line-height: 16px;
        font-weight: bold;
    }

    .cart-special-items .product-prices .new-price .val-currency,
    .cart-special-items .product-prices .price .val-currency {
        font-size: 12px;
    }

    .cart-holder .cart-result .result-row .product-prices .new-price,
    .cart-holder .cart-result .result-row .product-prices .price {
        font-size: 16px;
        line-height: 16px;
        font-weight: bold;
    }

    .cart-holder .cart-result .result-row .product-prices .new-price .val-currency,
    .cart-holder .cart-result .result-row .product-prices .price .val-currency {
        font-size: 12px;
    }

    .user-widgets .widget-item .price .val {
        font-size: 10px;
    }

    .cart-special-items .btn-cart {
        width: 40px;
        height: 40px;
    }

    .cart-special-items .btn-cart img {
        height: 22px;
        position: relative;
        top: 1px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1400px) {
    .free-items .lab {
        font-size: 12px;
    }

    .container-fluid.custom-width {
        max-width: 98%;
        width: 100%;
    }

    .user-widgets .widget-item {
        padding: 0 2px;
    }

    .cart-holder {
        width: 30%;
    }
}

@media only screen and (min-width: 767px) and (max-width: 991px) {

    .fast-widget {
        bottom: 15px;
    }

    .flash-alerts {
        right: 10px;
        bottom: 70px;
        padding: 0;
        max-width: 45%;
    }

    .flash-alerts.free-items {
        left: 10px;
        bottom: 10px;
    }

    .buyBarActive .flash-alerts,
    .buyBarActive .flash-alerts.free-items {
        bottom: 100px;
    }

    .cart-special-items .product-prices .new-price,
    .cart-special-items .product-prices .price {
        font-size: 16px;
        line-height: 16px;
    }

    .cart-special-items .product-prices .new-price .val-currency,
    .cart-special-items .product-prices .price .val-currency {
        font-size: 12px;
    }

    .cart-holder .cart-result .result-row .product-prices .new-price,
    .cart-holder .cart-result .result-row .product-prices .price {
        font-size: 16px;
        line-height: 16px;
        font-weight: bold;
    }


    .cart-holder .cart-result .result-row .product-prices .new-price .val-currency,
    .cart-holder .cart-result .result-row .product-prices .price .val-currency {
        font-size: 12px;
    }

    .free-items .lab {
        font-size: 12px;
    }

    .cart-holder .cart-total .price {
        font-size: 18px;
    }

    .cart-holder .cart-total .price .val-currency {
        font-size: 14px;
    }

    .user-widget:hover .user-nav {
        display: none;
    }

    .cart-holder .product-quantity {
        margin: 0;
    }

    .container-fluid.custom-width {
        max-width: 100%;
        width: 100%;
    }

    .page-info {
        padding: 10px 0;
        margin: 0;
    }

    .space {
        padding: 30px 0;
    }

    #scrollToTopBtn {
        display: none !important;
    }

    .owl-nav.owl-carousel .owl-stage-outer {
        padding: 0 0;
    }


    #verbolia-linking {
        padding: 0 0 30px 0;
    }

    .similar-products-list {
        row-gap: 10px;
    }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .cart-holder .cart-result .result-row .product-prices .old-price {
        font-size: 12px;
    }

    .cart-holder .cart-result .result-row .product-prices .old-price .val-currency {
        font-size: 10px;
    }

    .cart-holder .cart-result .result-row .product-prices .new-price,
    .cart-holder .cart-result .result-row .product-prices .price {
        font-size: 14px;
        line-height: 14px;
        font-weight: bold;
    }

    .cart-holder .cart-result .result-row .product-prices .new-price .val-currency,
    .cart-holder .cart-result .result-row .product-prices .price .val-currency {
        font-size: 12px;
    }

    .cart-holder .cart-total .price {
        font-size: 18px;
        font-weight: bold;
    }

    .cart-holder .cart-total .price .val-currency {
        font-size: 14px;
    }

    .user-widgets .widget-item .price {
        margin-left: 5px;
    }

    .cart-holder .cart-total {
        font-size: 16px;
        line-height: 16px;
        padding: 20px 0 20px 0;
    }

    .cart-holder .promo-code input {
        padding: 0 6.5rem 0 15px;
    }

    .free-items-close {
        top: 20px !important;
        right: 10px !important;
        margin-left: 0;
    }

    .free-items .lab {
        font-size: 10px;
        padding: 0 15px 0 0;
    }

    .free-items-close img {
        height: 20px;
    }

    .user-widget:hover .user-nav {
        display: none;
    }


    .user-widgets .widget-item .cart-num {
        padding: 1px 2px 2px;
        left: 20px;
        top: 0;
    }


    .flash-alerts {
        right: 10px;
        bottom: 70px;
        padding: 0;
        max-width: 45%;
    }

    .flash-alerts.free-items {
        left: 10px;
        bottom: 10px;
    }

    .buyBarActive .flash-alerts,
    .buyBarActive .flash-alerts.free-items {
        bottom: 110px;
    }

    .flash-alerts .flash-alert {
        border-radius: 24px;
    }

    .flash-alert {
        padding: 12px 50px 12px 20px;
        font-size: 12px;
        line-height: 14px;
    }

    .flash-alert span {
        margin-left: 5px;
        position: absolute;
        top: 50%;
        right: 20px;
        -webkit-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
                transform: translate(0, -50%);
    }


    .fast-widget {
        bottom: 20px;
    }

    .fast-widget-holder {
        width: 95%;
        padding: 15px;
    }

    .cart-holder .product-quantity {
        margin: 0;
    }

    .user-widgets .widget-item {
        padding: 0 2px;
    }

    .cart-special-items {
        margin: 10px 0 30px 0;
    }

    .cart-show .cart-holder .cart-products {
        max-height: inherit;
        /*overflow: inherit;*/
        overflow-y: inherit;
        position: relative;
        padding: 20px 0 0 10px;
    }

    .cart-show .cart-actions {
        border-radius: initial;
        padding: 0 15px 10px 15px;
        box-shadow: none;
        position: initial;
        left: initial;
        bottom: inherit;
        background-color: transparent;
    }

    .container-fluid.custom-width {
        max-width: 100%;
        width: 100%;
    }

    .page-info {
        padding: 10px 0;
        margin: 0;
    }

    .space-bot {
        padding-bottom: 20px;
    }

    .space {
        padding: 20px 0;
    }


    #wo-breadcrumbs {
        display: block;
        white-space: nowrap;
        overflow: hidden;
        overflow-x: scroll;
        padding-bottom: 7px;
        margin-bottom: -7px;
    }

    #scrollToTopBtn {
        display: none !important;
    }


    #verbolia-linking {
        padding: 0 0 30px 0;
    }

    .similar-products-list {
        row-gap: 10px;
    }
}

@media only screen and (min-width: 0px) and (max-width: 340px) {
    .fast-widget-holder {
        padding: 15px;
    }

    .fast-widget-holder .btn {
        font-size: 8px;
        line-height: 18px;
    }
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    margin: 0;
}

.owl-theme .owl-dots .owl-dot span {
    width: 14px;
    height: 14px;
    margin: 6px 6px;
}

*:focus-visible {
    outline: 1px solid #002664;
    outline-offset: 2px;
    -webkit-transition: outline 0s ease;
    transition: outline 0s ease;
}

.general-nav li a:focus-visible {
    outline: 1px solid #ffffff;
    outline-offset: 0;
}

.similar-products-header {
    font-size: 22px;
    line-height: 30px;
    color: #002664;
    text-align: center;
    font-weight: bold;
    margin: 0 0 20px 0;
}

.val-sep {
    color: #767676;
    font-weight: 100;
    margin: 0 3px;
}

.product-labels {
    padding: 10px;
    max-width: 80%;
    text-align: left;

    position: absolute;
    top: 0;
    left: 0;

    z-index: 5;
}

.product-labels .product-label.label-fast-delivery {
    background-color: #58A618;
}

.product-labels .product-label.label-discount {
    background-color: #AA0C5B;
}

.product-labels .product-label {
    color: #fff;
    padding: 6px 10px;
    border-radius: 8px;
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
    margin: 0 0 5px 0;
    display: table;
}

.product-labels li {
    margin-bottom: 5px;
}

.category-text a {
    color: #002664;
    font-weight: bold;
    min-height: 24px;
    line-height: 24px;
    display: inline-block;
}

.ls-link-section a {
    min-height: 24px !important;;
    line-height: 24px !important;
    display: inline-block !important;;
}


.similar-products-list {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    flex-wrap: wrap;
    row-gap: 15px;
    -webkit-box-pack: center;
            justify-content: center;
}

.similar-products-list a {
    position: relative;
    padding: 0 15px;
    min-height: 24px !important;
    line-height: 24px !important;
    display: inline-block !important;
}

.similar-products-list a:not(:first-child)::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    height: 60%;
    width: 1px;
    background-color: #ccc; /* Или какъвто цвят искаш */
}


.advent-calendar-popup {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10000;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: start;
            justify-content: flex-start;
    display: none;
}


.advent-calendar-promocode,
.advent-gift-hint,
.advent-calendar-email-form,
.advent-calendar-step-header,
.advent-calendar-calendar,
.btn {
    z-index: 1;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .advent-calendar-popup {
        width: 100%;
    }
}

.advent-calendar-popup.show {
    display: -webkit-box;
    display: flex;
}

.advent-calendar-popup-content {
    max-width: 400px;
    width: 100%;
    max-height: 100vh;
    overflow-y: auto;
    position: relative;
    -webkit-animation: slideInFromLeft 0.3s ease-out;
            animation: slideInFromLeft 0.3s ease-out;
}

@-webkit-keyframes slideInFromLeft {
    from {
        -webkit-transform: translateX(-100%);
                transform: translateX(-100%);
        opacity: 0;
    }
    to {
        -webkit-transform: translateX(0);
                transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideInFromLeft {
    from {
        -webkit-transform: translateX(-100%);
                transform: translateX(-100%);
        opacity: 0;
    }
    to {
        -webkit-transform: translateX(0);
                transform: translateX(0);
        opacity: 1;
    }
}

.advent-calendar-close {
    background-color: #FFFFFF;
    height: 30px;
    width: 30px;

    position: absolute;
    top: 4rem;
    right: 2rem;
    line-height: 30px;

    border: 0;
    border-radius: 100%;
    cursor: pointer;
    box-shadow: 0 4px 16px 0 rgba(0, 38, 100, 0.16);
    z-index: 1;
}

.advent-calendar-close img {
    height: 20px;
}

.advent-calendar-step {
    text-align: center;
    padding: 30px 50px;
    height: 100vh;

    display: -webkit-box;

    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: center;
            justify-content: center;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .advent-calendar-step {
        padding: 10px 35px;
    }
}

.advent-calendar-step .btn-primary {
    background-color: #8B1D41;
    border-color: #8B1D41;
    box-shadow: 0 8px 16px 0 rgba(0, 38, 100, 0.12);
}

.advent-calendar-step .btn-primary:hover {
    background-color: #6f1734;
    border-color: #6f1734;
}

.advent-calendar-step .form-control {
    border-radius: 32px;
}

.advent-calendar-step .form-control:hover,
.advent-calendar-step .form-control:focus {
    border-color: #ffffff;
    color: initial;
    background-color: rgb(255 255 255 / 90%) !important;
}

.advent-calendar-calendar {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 0.5rem;
    margin-top: 1rem;
}

/* Step 2 Calendar Grid with Circles */
.advent-calendar-grid-step2 {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 8px;
    max-width: 500px;
    margin: 0 auto;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .advent-calendar-grid-step2 {
        gap: 8px;
    }
}

.calendar-day-step2 {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    position: relative;
    min-height: 35px;
}

.day-circle {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    font-weight: bold;
    font-size: 14px;
    color: white;
}

.day-teal {
    background-color: #17a2b8;
    cursor: not-allowed;
    opacity: 0.8;
}

.day-gray {
    background-color: #e0e0e0;
    color: #666;
    cursor: not-allowed;
    opacity: 0.6;
}

.day-number-plain {
    font-weight: bold;
    font-size: 1rem;
    color: #333;
}

.day-active .day-circle {
    cursor: pointer;
}

.day-future .day-circle {
    cursor: not-allowed;
}

.day-past .day-circle {
    opacity: 0.5;
    cursor: not-allowed;
}

.day-today .day-circle {
    border: 2px solid #17a2b8;
    box-shadow: 0 0 8px rgba(23, 162, 184, 0.5);
}

.advent-calendar-present {
    margin: 2rem 0;
}

.present-image {
    max-width: 100%;
    max-height: 300px;
    border-radius: 8px;
}

.open-present-btn {
    margin-top: 1rem;
    padding: 0.75rem 2rem;
}

.advent-calendar-promocode {
    margin: 2rem 0;
}

.calendar-image {
    margin-bottom: 1.5rem;
    text-align: center;
}

.advent-calendar-gift-image {
    max-width: 100%;
    max-height: 400px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    -o-object-fit: contain;
       object-fit: contain;
}

.calendar-text {
    margin-bottom: 1.5rem;
    color: #333;
    font-size: 1.1rem;
}

.promocode-wrapper {
    background: #f9f9f9;
    border: 2px dashed #4CAF50;
    border-radius: 8px;
    padding: 1.5rem;
    margin: 1rem 0;
}

.promocode-label {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 0.5rem;
}

.promocode-value {
    font-size: 1.5rem;
    font-weight: bold;
    color: #4CAF50;
    margin-bottom: 0.5rem;
    word-break: break-all;
}

.copy-btn {
    margin-top: 0.5rem;
}

/* Step 3: Gift Box */
.advent-calendar-date-display {
    color: #0F234A;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    text-align: center;
}

.advent-calendar-gift-container {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    margin: 2rem 0;
    position: relative;
}

.advent-calendar-gift-box {
    width: 200px;
    height: 200px;
    background-color: #17a2b8;
    position: relative;
    -webkit-transform: perspective(500px) rotateX(15deg) rotateY(-15deg);
            transform: perspective(500px) rotateX(15deg) rotateY(-15deg);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    margin-bottom: 2rem;
}

.gift-box-top {
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
    height: 10px;
    background-color: #14a0b6;
    -webkit-transform: perspective(200px) rotateX(-45deg);
            transform: perspective(200px) rotateX(-45deg);
    border-radius: 8px 8px 0 0;
}

.gift-box-ribbon-horizontal {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 30px;
    background-color: #8B1538;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    box-shadow: 0 2px 8px rgba(139, 21, 56, 0.3);
}

.gift-box-ribbon-vertical {
    position: absolute;
    top: 0;
    left: 50%;
    width: 30px;
    height: 100%;
    background-color: #8B1538;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    box-shadow: 2px 0 8px rgba(139, 21, 56, 0.3);
}

.gift-box-bow {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 10;
}

.bow-center {
    width: 40px;
    height: 40px;
    background-color: #8B1538;
    border-radius: 50%;
    position: relative;
    box-shadow: 0 2px 8px rgba(139, 21, 56, 0.4);
}

.bow-center::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    background-color: #a01a45;
    border-radius: 50%;
}

.bow-loop {
    position: absolute;
    width: 50px;
    height: 60px;
    border: 8px solid #8B1538;
    border-radius: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    box-shadow: 0 2px 8px rgba(139, 21, 56, 0.3);
}

.bow-loop-left {
    left: -30px;
    border-right: none;
}

.bow-loop-right {
    right: -30px;
    border-left: none;
}

.gift-sparkles {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}

.sparkle {
    position: absolute;
    font-size: 1.2rem;
    -webkit-animation: sparkle 2s infinite;
            animation: sparkle 2s infinite;
    opacity: 0.8;
}

.sparkle-1 {
    top: 10%;
    left: 15%;
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
}

.sparkle-2 {
    top: 20%;
    right: 10%;
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
}

.sparkle-3 {
    bottom: 15%;
    left: 20%;
    -webkit-animation-delay: 0.8s;
            animation-delay: 0.8s;
}

.sparkle-4 {
    bottom: 25%;
    right: 15%;
    -webkit-animation-delay: 1.2s;
            animation-delay: 1.2s;
}

.sparkle-5 {
    top: 50%;
    left: 5%;
    -webkit-animation-delay: 1.6s;
            animation-delay: 1.6s;
}

@-webkit-keyframes sparkle {
    0%, 100% {
        opacity: 0.3;
        -webkit-transform: scale(0.8);
                transform: scale(0.8);
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.2);
                transform: scale(1.2);
    }
}

@keyframes sparkle {
    0%, 100% {
        opacity: 0.3;
        -webkit-transform: scale(0.8);
                transform: scale(0.8);
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.2);
                transform: scale(1.2);
    }
}

.advent-calendar-open-instruction {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: center;
            align-items: center;
    gap: 0.5rem;
    margin-top: 1rem;
}

.open-arrow {
    font-size: 2rem;
    color: #8B1538;
    -webkit-animation: bounce 1.5s infinite;
            animation: bounce 1.5s infinite;
}

.open-text {
    font-size: 1rem;
    color: #8B1538;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}

@-webkit-keyframes bounce {
    0%, 100% {
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(-10px);
                transform: translateY(-10px);
    }
}

@keyframes bounce {
    0%, 100% {
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(-10px);
                transform: translateY(-10px);
    }
}

.day-burgundy {
    background-color: #8B1538;
    cursor: pointer;
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
    position: relative;
}

.day-burgundy:after {
    content: "";
    background: url(/build/images/advent-day-active.1ba555b7.svg) center no-repeat;
    background-size: 100%;
    width: 25px;
    height: 26px;
    position: absolute;
    top: -10px;
    right: -8px;
}

.day-burgundy:hover {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
    box-shadow: 0 0 10px rgba(139, 21, 56, 0.5);
}

.day-ribbon {
    position: absolute;
    top: -5px;
    right: -5px;
    font-size: 0.8rem;
}

.day-selected {
    position: relative;
}

.advent-calendar-open-btn {
    background-color: #8B1538;
    color: white;
    border: none;
    border-radius: 25px;
    padding: 1rem 3rem;
    font-size: 1.1rem;
    font-weight: bold;
    cursor: pointer;
    margin: 2rem auto;
    display: block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    min-width: 200px;
}

.advent-calendar-open-btn:hover {
    background-color: #6b0f2a;
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
}

.advent-calendar-open-btn:active {
    -webkit-transform: scale(0.98);
        -ms-transform: scale(0.98);
            transform: scale(0.98);
}

/* Advent Calendar Wrapper */
.advent-calendar-wrapper {
    position: relative;
}

/* Bottom Left Badge to Reopen Calendar */
.advent-calendar-badge {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 9999;
    background: linear-gradient(135deg, #8B1538 0%, #a01a45 100%);
    border-radius: 50px;
    padding: 12px 20px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    gap: 10px;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(139, 21, 56, 0.4);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
    -webkit-transform: translateX(-100px);
        -ms-transform: translateX(-100px);
            transform: translateX(-100px);
    pointer-events: none;
}

.advent-calendar-badge.show {
    opacity: 1;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    pointer-events: auto;
}

/* Adjust advent calendar badge position when buy-bar is shown */
body:has(.buy-bar.show) .advent-calendar-badge {
    bottom: 125px;
}

.advent-calendar-badge:hover {
    -webkit-transform: translateX(0) scale(1.05);
        -ms-transform: translateX(0) scale(1.05);
            transform: translateX(0) scale(1.05);
    box-shadow: 0 6px 16px rgba(139, 21, 56, 0.5);
}

.advent-calendar-badge-icon {
    font-size: 1.5rem;
    line-height: 1;
    -webkit-animation: bounce-badge 2s infinite;
            animation: bounce-badge 2s infinite;
}

.advent-calendar-badge-text {
    color: white;
    font-weight: 600;
    font-size: 0.9rem;
    white-space: nowrap;
}

@-webkit-keyframes bounce-badge {
    0%, 100% {
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(-5px);
                transform: translateY(-5px);
    }
}

@keyframes bounce-badge {
    0%, 100% {
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(-5px);
                transform: translateY(-5px);
    }
}

@media (max-width: 768px) {
    .advent-calendar-badge {
        bottom: 15px;
        left: 15px;
        padding: 10px 16px;
    }

    /* Adjust advent calendar badge position when buy-bar is shown on mobile */
    body:has(.buy-bar.show) .advent-calendar-badge {
        bottom: 125px;
    }

    .advent-calendar-badge-icon {
        font-size: 1.3rem;
    }

    .advent-calendar-badge-text {
        font-size: 0.8rem;
    }
}


.advent-step-1 {
    background: url(/build/images/advent-step-1-bgr.af5bf939.jpg) center no-repeat;
    background-size: cover;
    position: relative;
}

.advent-step-1:before {
    content: "";
    width: 100%;
    height: 25%;
    background: url(/build/images/advent-step-1-bgr-top.b8d1732c.svg) bottom center no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.advent-step-1:after {
    content: "";
    width: 100%;
    height: 25%;
    background: url(/build/images/advent-step-1-bgr-bottom.d602ed81.svg) top center no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
}

.advent-step-2 {
    background: url(/build/images/advent-step-2-bgr.bf7264f8.svg) center no-repeat;
    background-size: cover;
    position: relative;
}

.advent-step-2:before {
    content: "";
    width: 100%;
    height: 25%;
    background: url(/build/images/advent-step-2-bgr-top.5b08087d.svg) bottom center no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.advent-step-2:after {
    content: "";
    width: 100%;
    height: 25%;
    background: url(/build/images/advent-step-2-bgr-bottom.d96682ba.svg) top center no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
}

.advent-gifts {
    max-height: 200px;
}

.advent-hint {
    color: #000;
    font-size: 10px;
    line-height: 14px;
}

/* Advent Calendar Checkboxes */
.advent-calendar-email-form .form-check {
    margin-bottom: 1rem;
    text-align: left;
}

.advent-calendar-email-form .form-check-label a {
    color: #000;
    text-decoration: underline;
}

.advent-calendar-email-form .form-check-label:hover {
    text-decoration: none;
}

.advent-calendar-email-form .form-check-input {
    width: 20px;
    height: 20px;
    margin-top: 0;
    margin-right: 0.75rem;
    border: 2px solid #000;
    border-radius: 4px;
    background-color: transparent;
    cursor: pointer;
    flex-shrink: 0;
}

.advent-calendar-email-form .form-check-input:checked {
    background-color: #000;
    border-color: #000;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23ffffff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.advent-calendar-email-form .form-check-input:focus {
    border-color: #000;
    outline: none;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
}

.advent-calendar-email-form .form-check-label {
    color: #000;
    font-size: 14px;
    line-height: 1.5;
    cursor: pointer;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: start;
            align-items: flex-start;
    margin: 0;
}


.text-primary {
    color: #0F234A !important;
}

.advent-gift {
    max-height: 140px;
    cursor: pointer;
}

.advent-gift-hint {
    color: #8B1D41;
}

.advent-gift-arrow {
    height: 20px;
    display: block;
    margin: 0 auto;
    -webkit-animation: floatGift 3s ease-in-out infinite;
            animation: floatGift 3s ease-in-out infinite;
}

@-webkit-keyframes floatGift {
    0% {
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(-12px);
                transform: translateY(-12px);
    }
    100% {
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
}

@keyframes floatGift {
    0% {
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(-12px);
                transform: translateY(-12px);
    }
    100% {
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
}


.advent-promocode {
    position: relative;
}

.advent-promocode .form-control {
    text-align: center;
    font-weight: bold;
    border: 1px solid #0F234A
}

.advent-promocode .form-control:hover,
.advent-promocode .form-control:focus {
    border-color: #0F234A;
    color: initial;
    background-color: rgb(255 255 255 / 90%) !important;
}

.advent-promocode button {
    position: absolute;
    top: 5px;
    right: 5px;
    background-color: #0F234A;
    height: 30px;
    width: 30px;
    border-radius: 100%;
}

.advent-promocode button img {
    height: 14px;
}

.advent-you-win {
    border-top: 1px solid #EDEDED;
    max-width: 85%;
    margin: 0 auto;
    display: table;
}

.advent-you-win .advent-item {
    overflow: hidden;
    border-radius: 24px;
}

.advent-you-win .item-img {
    background-color: #fff;
}

.advent-you-win .item-name {
    color: #0F234A;
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    padding: 0 25px 15px 25px;
}

.advent-you-win .item-hint {
    color: #4A4A49;
    font-size: 14px;
    line-height: 20px;
}

.advent-you-win .item-info {
    background-color: #F8F9FA;
    border-top: 1px dashed transparent;
    -o-border-image: repeating-linear-gradient(90deg, #002664, #002664 10px, transparent 10px, transparent 20px) 5;
       border-image: repeating-linear-gradient(90deg, #002664, #002664 10px, transparent 10px, transparent 20px) 5;
    padding: 15px 25px 25px 25px;
}

/* Bottom Left Badge to Reopen Calendar */
.advent-calendar-badge {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 9999;
    background: linear-gradient(135deg, #8B1538 0%, #a01a45 100%);
    border-radius: 50px;
    padding: 12px 20px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    gap: 10px;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(139, 21, 56, 0.4);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
    -webkit-transform: translateX(-100px);
        -ms-transform: translateX(-100px);
            transform: translateX(-100px);
    pointer-events: none;
}

.advent-calendar-badge.show {
    opacity: 1;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    pointer-events: auto;
}

/* Adjust advent calendar badge position when buy-bar is shown */
body:has(.buy-bar.show) .advent-calendar-badge {
    bottom: 125px;
}

.advent-calendar-badge:hover {
    -webkit-transform: translateX(0) scale(1.05);
        -ms-transform: translateX(0) scale(1.05);
            transform: translateX(0) scale(1.05);
    box-shadow: 0 6px 16px rgba(139, 21, 56, 0.5);
}

.advent-calendar-badge-icon {
    font-size: 1.5rem;
    line-height: 1;
    -webkit-animation: bounce-badge 2s infinite;
            animation: bounce-badge 2s infinite;
}

.advent-calendar-badge-text {
    color: white;
    font-weight: 600;
    font-size: 0.9rem;
    white-space: nowrap;
}

@keyframes bounce-badge {
    0%, 100% {
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(-5px);
                transform: translateY(-5px);
    }
}

@media (max-width: 768px) {
    .advent-calendar-badge {
        bottom: 15px;
        left: 15px;
        padding: 10px 16px;
    }

    /* Adjust advent calendar badge position when buy-bar is shown on mobile */
    body:has(.buy-bar.show) .advent-calendar-badge {
        bottom: 125px;
    }

    .advent-calendar-badge-icon {
        font-size: 1.3rem;
    }

    .advent-calendar-badge-text {
        font-size: 0.8rem;
    }
}

.main-content .products-contain .product-name {
    height: initial !important;
    min-height: 60px !important;
}


.results-title {
    color: #002664;
    font-size: 22px;
    line-height: 30px;
    font-weight: normal;
}

.results-title .keyword {
    color: #4b7f2a;
    font-weight: bold;
}

.results-count {
    color: #808080;
    font-size: 14px;
}

/* MOBILE horizontal scroll */
.scroll-row {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    gap: 10px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    scrollbar-width: none;
}

.scroll-row::-webkit-scrollbar {
    display: none;
}

.scroll-row > * {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
}

.chip {
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
            align-items: center;
    gap: 10px;
    padding: 5px 15px;
    border: 1px solid #DADADA;
    border-radius: 24px;
    background-color: #fff;
    color: #002664;
    text-decoration: none;
    white-space: nowrap;
    font-size: 14px;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
}

.chip:hover {
    border-color: #bfc7d2;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.chip-icon {
    width: 22px;
    height: 22px;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    color: #15336b;
    flex-shrink: 0;
}

.brand-card {
    width: 100%;
    background-color: #FFFFFF;
    border: 2px solid #DADADA;
    padding: 10px 20px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: justify;
            justify-content: space-between;
    gap: 10px;
    max-width: 650px;
    min-height: 100px;
    border-radius: 12px;
}

.brand-card.selected {
    background-color: rgba(88, 166, 24, 0.05);
    border: 2px solid #58A618;
}

.brand-left {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    gap: 14px;
    min-width: 0;
}

.brand-card.selected .brand-badge {
    background-color: rgba(88, 166, 24, 0.1);
}

.brand-badge {
    color: #78b341;
    width: 48px;
    height: 48px;
    min-width: 48px;
    border-radius: 50%;
    background-color: #EEF2F7;

    display: -webkit-box;

    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
}

.brand-info {
    min-width: 0;
}

.brand-label {
    color: #4A4A49;
    font-size: 14px;
    font-weight: normal;
    margin: 0 0 3px 0;
}

.brand-card.selected .brand-name {
    color: #33631D;
}

.brand-name {
    margin: 0;
    font-size: 18px;
    line-height: 1.1;
    font-weight: 700;
    color: #002664;
}

.brand-count {
    color: #4A4A49;
    font-size: 14px;
    font-weight: normal;
    margin: 5px 0 0;
}

.brand-action {
    color: #002664;
    font-size: 16px;
    font-weight: 700;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
            align-items: center;
    gap: 10px;
}

.brand-action img {
    height: 12px;
}

.products-list.recommended-products-list .recommended-product.product-item {
    padding: 20px;
    border: 1px solid #58A618;
    margin: 0 0 30px 0;
    border-radius: 24px;
}

.products-list.recommended-products-list .recommended-product.product-item .product-labels {
    padding: 0;
    position: inherit;
    max-width: 100%;
    margin: 0;
}

.products-list.recommended-products-list .recommended-product.product-item .product-image {
    max-height: 60px;
}

.products-list.recommended-products-list .recommended-product.product-item .product-name {
    text-align: left;
    padding: 0;
}

.products-list.recommended-products-list .recommended-product.product-item .product-prices {
    text-align: left;
    height: auto;
}

/* Desktop */
@media (min-width: 1024px) {
    .scroll-row {
        overflow: visible;
        flex-wrap: wrap;
    }

    .cards-row {
        display: -webkit-box;
        display: flex;
        gap: 15px;
    }

    .brand-card {
        -webkit-box-flex: 1;
                flex: 1;
    }

    .brand-card {
        /*max-width: 60%;*/
        padding: 10px;
    }
}

/* Mobile closer to screenshot */
@media (max-width: 767px) {
    .results-count {
        font-size: 14px;
        margin-bottom: 0;
    }

    .chip {
        height: 40px;
        padding: 0 14px;
        font-size: 14px;
    }

    .chip-icon {
        width: 18px;
        height: 18px;
    }

    .brand-card {
        max-width: 80%;
        padding: 10px;
    }

    .products-list.recommended-products-list .recommended-product.product-item .buy {
        width: 100%;
        display: block;
        margin: 0;
    }

    .products-list.recommended-products-list .recommended-product.product-item .product-name {
        min-height: auto;
    }


    .brand-badge {
        width: 42px;
        height: 42px;
        min-width: 42px;
    }

    .brand-label {
        font-size: 13px;
    }

    .brand-name {
        font-size: 16px;
    }

    .brand-action {
        font-size: 14px;
    }

    .icon-card {
        width: 74px;
        min-width: 74px;
        min-height: 92px;
    }

    .icon-circle {
        width: 42px;
        height: 42px;
    }

    .brand-count {
        display: block;
    }
}

