
/*
/* NB Fajl:'./components/core/text/custom-text/custom-text/custom-text.css.'
*/.nb-font-size-xs {
    font-size: var(--nb-font-size-xs);
}

.nb-font-size-s {
    font-size: var(--nb-font-size-s);
}

.nb-font-size-m {
    font-size: var(--nb-font-size-m);
}

.nb-font-size-l {
    font-size: var(--nb-font-size-l);
}

.nb-font-size-xl {
    font-size: var(--nb-font-size-xl);
}
/*
/* NB Fajl:'./components/core/info-box/empty-info-box-1/empty-info-box-1.css.'
*/:root {
    --nb-info-box-1-bg: var(--nb-color-gray-100);
    --nb-info-box-1-border-color: var(--nb-border-color);
    --nb-info-box-1-border-radius: var(--nb-border-radius-0);
}

.nb-info-box-1 {
    background: var(--nb-info-box-1-bg);
    border: var(--nb-border-width) var(--nb-border-style) var(--nb-info-box-1-border-color);
    border-radius: var(--nb-info-box-1-border-radius);
    padding: var(--nb-spacer-y) var(--nb-spacer-x);
}

.nb-info-box-1 .nb-paragraph{
    margin-bottom: 10px;
}

.nb-info-box-1 .nb-paragraph.nb-semibold{
    font-weight: var(--nb-font-semibold);
}

.nb-info-box-1 .nb-btn{
    margin-top: 10px;
}
/*
/* NB Fajl:'./components/product/product-attribute-1/product-attribute-1.css.'
*/.nb-product-attribute-v1 .nb-img {
    max-width: var(--nb-product-attribute-width);
    max-height: var(--nb-product-attribute-height);
}
/*
/* NB Fajl:'./components/product/product-discount/product-discount.css.'
*/.nb-caption-discount {
    position: relative;
    display: flex;
    flex-direction: column;
    max-width: var(--nb-discount-width);
    font-size: var(--nb-discount-font-size);
    font-family: var(--nb-discount-font-family);
    line-height: var(--nb-discount-line-height);
}

.nb-caption-discount .nb-discount {
    display: flex;
    justify-content: center;
    align-items: center;
    width: var(--nb-discount-width);
    height: var(--nb-discount-height);
    border-radius: var(--nb-border-radius-s);
    background-color: var(--nb-discount-bg);
    color: var(--nb-discount-color);
}

.nb-caption-discount .nb-additional-discount {
    display: flex;
    justify-content: center;
    align-items: center;
    width: var(--nb-discount-width);
    height: var(--nb-discount-height);
    border-radius: var(--nb-border-radius-s);
    background-color: var(--nb-additional-discount-bg);
    color: var(--nb-discount-color);
}

.nb-caption-discount.nb-caption-discount-s {
    max-width: var(--nb-discount-width-s);
}

.nb-caption-discount.nb-caption-discount-s .nb-discount,
.nb-caption-discount.nb-caption-discount-s .nb-additional-discount {
    width: var(--nb-discount-width-s);
    height: var(--nb-discount-height-s);
}

.nb-caption-discount.nb-caption-discount-m {
    max-width: var(--nb-discount-width-m);
}

.nb-caption-discount.nb-caption-discount-m .nb-discount,
.nb-caption-discount.nb-caption-discount-m .nb-additional-discount {
    width: var(--nb-discount-width-m);
    height: var(--nb-discount-height-m);
}

.nb-caption-discount.nb-caption-discount-l {
    max-width: var(--nb-discount-width-l);
}

.nb-caption-discount.nb-caption-discount-l .nb-discount,
.nb-caption-discount.nb-caption-discount-l .nb-additional-discount {
    width: var(--nb-discount-width-l);
    height: var(--nb-discount-height-l);
}

.nb-caption-discount .nb-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50% , -50%);
    color: var(--nb-discount-icon-color);
}

.nb-caption-discount.nb-caption-discount-square .nb-discount,
.nb-caption-discount.nb-caption-discount-square .nb-additional-discount {
    border-radius: var(--nb-border-0);
}

.nb-caption-discount-circle {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: var(--nb-discount-width-l);
    height: var(--nb-discount-height-l);
    border-radius: var(--nb-border-radius-full);
    background-color: var(--nb-discount-bg);
    color: var(--nb-discount-color);
    font-size: var(--nb-discount-font-size);
    font-family: var(--nb-discount-font-family);
    line-height: var(--nb-discount-line-height);
}

.nb-caption-discount-rectangle{
    max-width: var(--nb-discount-width-l);
    max-height: var(--nb-discount-height-l);
}
.nb-caption-discount.nb-caption-discount-rectangle .nb-discount,
.nb-caption-discount.nb-caption-discount-rectangle .nb-additional-discount {
    height: calc(var(--nb-discount-height)/2);
    border-radius: var(--nb-border-0);
}
/*
/* NB Fajl:'./components/complex/header/header-site-quick-links/header-site-quick-links.css.'
*/:root {
    --nb-header-site-quick-links-color: var(--nb-color-white);
    --nb-header-site-quick-links-font-size: var(--nb-font-size-13);
    --nb-header-site-quick-links-font-weight: var(--nb-font-regular);
}

.nb-header-site-quick-links > * {
    color: var(--nb-header-site-quick-links-color);
    font-size: var(--nb-header-site-quick-links-font-size);
    font-weight: var(--nb-header-site-quick-links-font-weight);
}

.nb-header-site-quick-links {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.nb-header-site-quick-links > .nb-icon{
    margin-right: 5px;
}

@media screen and (max-width: 575px) {
    .nb-header-site-quick-links {
        display: none;
    }
}
/*
/* NB Fajl:'./components/complex/elements/indicators/carousel-indicators/carousel-arrows-1/carousel-arrows-1.css.'
*/.nb-slider-arrows.nb-slider-arrows-1 .slider-arrow i.nb-arrow-left,
.nb-slider-arrows.nb-slider-arrows-1 .slider-arrow i.nb-arrow-right {
    width: 25px;
    height: 25px;
    border-radius: var(--nb-border-radius-full);
    box-shadow: 0px 0px 4px 0px #0000001A;
    background: var(--nb-color-white);
}
/*
/* NB Fajl:'./components/complex/elements/indicators/carousel-indicators/carousel-indicators/carousel-indicators.css.'
*//* Slider dots */

.nb-slider-dots .slick-dots > li{
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: var(--nb-dots-color);
    position: relative;
    cursor: pointer;
    box-shadow: 0px 0px 0px 2px var(--nb-dots-shadow-color);
    -webkit-box-shadow: 0px 0px 0px 2px var(--nb-dots-shadow-color);
    -moz-box-shadow: 0px 0px 0px 2px var(--nb-dots-shadow-color);
}

.nb-slider-dots .slick-dots > li.slick-active{
    background-color: var(--nb-dots-active-color);
    box-shadow: 0px 0px 0px 2px var(--nb-dots-active-shadow-color);
    -webkit-box-shadow: 0px 0px 0px 2px var(--nb-dots-active-shadow-color);
    -moz-box-shadow: 0px 0px 0px 2px var(--nb-dots-active-shadow-color);
}

.nb-slider-dots .slick-dots > li + li{
    margin-left: 20px;
}

/* Slider inline indicators */

.nb-slider-indicators-inline .slick-dots {
    width: 100%;
    justify-content: flex-start;
}

.nb-slider-indicators-inline .slick-dots li {
    width: 100%;
    height: var(--nb-indicators-inline-height);
    border-radius: var(--nb-indicators-inline-border-radius);
    background: var(--nb-indicators-inline-bg);
    box-shadow: none;
}

.nb-slider-indicators-inline .slick-dots > li.slick-active{
    background: var(--nb-indicators-inline-active-bg);
    box-shadow: none;
}

.nb-slider-dots.nb-slider-indicators-inline .slick-dots > li + li {
    margin-left: 0;
}

.nb-slider-indicators-inline .slick-dots > li:before {
    background-color: transparent;
}

/* Vertical indicators */

.nb-slider-dots.nb-slider-indicators-vertical .slick-dots{
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.nb-slider-dots.nb-slider-indicators-vertical .slick-dots li {
    border-radius: var(--nb-indicators-vertical-border-radius);
    background-color: var(--nb-indicators-vertical-bg);
    width: var(--nb-indicators-vertical-width);
    height: var(--nb-indicators-vertical-height);
}

.nb-slider-dots.nb-slider-indicators-vertical .slick-dots > li.slick-active{
    background-color: var(--nb-indicators-vertical-active-bg);
}

.nb-slider-dots.nb-slider-indicators-vertical .slick-dots > li:before{
    display: none;
}

.nb-slider-dots.nb-slider-indicators-vertical .slick-dots > li + li{
    margin-left: 0;
}
/* --- */

/* Absolute bottom left*/

.nb-slider-dots.nb-indicators-bottom-left{
    position: absolute;
    bottom: var(--nb-spacer-y);
    left: var(--nb-spacer-x);
}
.nb-slider-dots.nb-indicators-bottom-right{
    position: absolute;
    bottom: var(--nb-spacer-y);
    right: var(--nb-spacer-x);
}
/* --- */


/* horizontal scrollbar */

.nb-slider-indicators-inline-scroll::-webkit-scrollbar{
    height: var(--nb-scrollbar-height);
}
.nb-slider-indicators-inline-scroll::-webkit-scrollbar-track{
    background: var(--nb-scrollbar-track-bg);
}
.nb-slider-indicators-inline-scroll::-webkit-scrollbar-thumb{
    background: var(--nb-scrollbar-thumb-bg);
}

/* loader indicators */
.nb-slider-dots.loader-indicators .slick-dots > li + li{
    margin-left: 10px;
}

.nb-slider-dots.loader-indicators .nb-progress-slider-dot{
    .progress-ring__bg {
        fill: none;
        stroke: rgba(255, 255, 255, 0.1); /* pozadinski krug */
        stroke-width: 1;
    }
    .progress-ring__circle {
        fill: none;
        stroke: white;
        stroke-width: 1;
        stroke-linecap: round;
        transform: rotate(-90deg);
        transform-origin: 50% 50%;
        stroke-dasharray: 138;     /* biće postavljeno u JS */
        stroke-dashoffset: 138;    /* pun krug na početku */
        transition: stroke-dashoffset linear;
    }
    &>.nb-icon,
    &>span{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: white;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        font-size: 12px;
    }
    &>.nb-icon{
        display: none;
        font-size: 18px;
    }
}

.nb-slider-dots.loader-indicators .slick-active .nb-progress-slider-dot{
    &>span{
        display: none;
    }
    &.paused{
        .nb-icon.bi-play{
            display: flex;
        }
    }
    &:not(.paused) .nb-icon.bi-pause{
        display: flex;
    }
}
@media screen and (max-width: 576px){
    .nb-slider-dots .slick-dots > li + li{
        margin-left: 10px;
    }
}

/*
/* NB Fajl:'./components/complex/header/header-info-carousel/header-info-carousel-2/header-info-carousel-2.css.'
*/:root {
    --nb-info-carousel-2-line-height: 30px;
    --nb-header-info-carousel-2-color: var(--nb-color-black);

    --nb-header-info-carousel-2-title-font-size: var(--nb-font-size-13);
    --nb-header-info-carousel-2-title-font-weight: var(--nb-font-bold);
    --nb-header-info-carousel-2-title-line-height: 16px;

    --nb-header-info-carousel-2-description-font-size: var(--nb-font-size-13);
    --nb-header-info-carousel-2-description-font-weight: var(--nb-font-regular);
    --nb-header-info-carousel-2-description-line-height: 16px;
}

.nb-header-info-carousel-2{
    /*height: var(--nb-info-carousel-2-line-height);*/
    --swiper-navigation-sides-offset: 0;
}
.nb-header-info-carousel-2 .nb-slider-title{
    color: var(--nb-header-info-carousel-2-color);
    font-size: var(--nb-header-info-carousel-2-title-font-size);
    font-weight: var(--nb-header-info-carousel-2-title-font-weight);
    line-height: var(--nb-header-info-carousel-2-title-line-height);
}
.nb-slider-description{
    color: var(--nb-header-info-carousel-2-color);
    font-size: var(--nb-header-info-carousel-2-description-font-size);
    font-weight: var(--nb-header-info-carousel-2-description-font-weight);
    line-height: var(--nb-header-info-carousel-2-description-line-height);
}

.nb-header-info-carousel-2 .nb-swiper-slide,
.nb-header-info-carousel-2 .nb-slider-item{
    text-align: center;
}

.nb-header-info-carousel-2 .nb-swiper-slide *,
.nb-header-info-carousel-2 .nb-slider-item *{
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin: 0;
}

.nb-header-info-carousel-2 .nb-slider-arrows .slider-prev,
.nb-header-info-carousel-2 .nb-slider-arrows .slider-next {
    color: var(--nb-header-info-carousel-2-color);
}
/*
/* NB Fajl:'./components/complex/header/header-site-user/header-site-user-dropdown-1/header-site-user-dropdown-1.css.'
*/:root {
    --nb-header-site-user-dropdown-1-icon-font-size: var(--nb-font-size-26);
    --nb-header-site-user-dropdown-1-font-size: var(--nb-font-size-13);
    --nb-header-site-user-dropdown-1-font-weight: var(--nb-font-regular);
}

.nb-header-site-user-dropdown-1 .dropdown-toggle {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.nb-header-site-user-dropdown-1 .dropdown-toggle:after{
    display: none;
}

.nb-header-site-user-dropdown-1 .nb-header-site-user-dropdown-label{
    font-size: var(--nb-header-site-user-dropdown-1-font-size);
    font-weight: var(--nb-header-site-user-dropdown-1-font-weight);
}

.nb-header-site-user-dropdown-1 .dropdown-toggle .nb-icon{
    font-size: var(--nb-header-site-user-dropdown-1-icon-font-size);
}

.nb-header-site-user-dropdown-1 .dropdown-menu{
    padding: 10px;
}

.nb-header-site-user-dropdown-1 .dropdown-menu .nb-item + .nb-item{
    margin-top: 10px;
}

.nb-header-site-user-dropdown-1 .dropdown-menu .nb-item .nb-link{
    font-size: var(--nb-header-site-user-dropdown-1-font-size);
    color: var(--nb-text-color-primary);
    font-weight: var(--nb-header-site-user-dropdown-1-font-weight);
}

.nb-header-site-user-dropdown-1 .dropdown-menu .nb-item .nb-link:hover{
    color: var(--nb-spec-color);
}

@media screen and (max-width: 576px) {
    .nb-header-site-user-dropdown-1 {
        display: none;
    }
}
/*
/* NB Fajl:'./components/complex/menu/menu-mobile-bottom-links/menu-mobile-bottom-links.css.'
*/body:not(.block-editing) .nb-menu-mobile-bottom-links{
    display: none;
}

@media screen and (max-width: 576px) {
    body:not(.block-editing) .nb-menu-mobile-bottom-links{
        position: sticky;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 8px 10px;
        background: var(--nb-color-white);
        z-index: 999;
        box-shadow: 0px -4px 10px 0px #0000000D;
        display: flex;
        justify-content: space-around;
    }
    .nb-menu-mobile-bottom-links > .nb-link{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-end;
        font-size: 12px;
        flex: 1;
    }
    .nb-menu-mobile-bottom-links .nb-img{
        max-width: 20px;
    }
    .nb-menu-mobile-bottom-links > .nb-link:not(:first-child, :last-child) div:has(> .nb-img){
        position: absolute;
        top: 0;
        transform: translateY(-50%);
    }
    .nb-menu-mobile-bottom-links > .nb-link:not(:first-child, :last-child) .nb-img{
        padding: 5px;
        max-width: 30px;
        border-radius: 50%;
        background: var(--nb-border-color);
    }
    .nb-menu-mobile-bottom-links > .nb-link:not(:first-child, :last-child) div:has(> .nb-img):before{
        content: '';
        position: absolute;
        inset: -10px;
        background: var(--nb-color-white);
        box-shadow: 0px -4px 10px 0px #0000000D;
        border-radius: 50%;
        z-index: -1;
    }
    section.layout:has(.nb-menu-mobile-bottom-links){
        position: sticky;
        bottom: 0;
    }
    .nb-menu-mobile-bottom-links > .nb-link.nb-img-top-item .nb-img {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 50px;
        max-width: 50px;
        padding: 0;
    }
}
/*
/* NB Fajl:'./components/complex/menu/menu-main-navigation/menu-main-navigation-3/menu-main-navigation-3.css.'
*/.nb-main-navigation-3 {
    position: static;
    padding: 0 0;
}

.nb-main-navigation-3 .wsmenu{
    font-family: var(--nb-body-font-family);
    border-left: unset;
    position: static;
}
@media screen and (min-width: 992px) {
    .nb-main-navigation-3 .nb-menu-first-level-item-list-3{
        display: flex;
        align-items: center;
    }
    .nb-main-navigation-3 .nb-menu-mobile-bottom-links{
        display: none;
    }
}
@media screen and (max-width: 991px) {
    body:not(.block-editing) .nb-main-navigation-3 .nb-menu-mobile-bottom-links{
        position: sticky;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 8px 10px;
        background: var(--nb-color-white);
        z-index: 999;
        box-shadow: 0px -4px 10px 0px #0000000D;
        display: flex;
        justify-content: space-around;
    }
    .nb-main-navigation-3 .nb-menu-mobile-bottom-links > .nb-link{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-end;
        gap: 5px;
        font-size: var(--nb-font-size-13);
        font-weight: var(--nb-font-weight-600);
        color: var(--nb-text-color-primary);
    }
    .nb-main-navigation-3 .nb-menu-mobile-bottom-links .nb-img{
        max-width: 20px;
    }
    .nb-main-navigation-3 .nb-menu-mobile-bottom-links > .nb-link:not(:first-child, :last-child) div:has(> .nb-img){
        position: static;
        transform: unset;
    }
    .nb-main-navigation-3 .nb-menu-mobile-bottom-links > .nb-link:not(:first-child, :last-child) div:has(> .nb-img):before{
        position: static;
    }
    .nb-main-navigation-3 .nb-menu-mobile-bottom-links > .nb-link:not(:first-child, :last-child) .nb-img{
        background-color: unset;
        border-radius: var(--nb-border-radius-0);
        padding: unset;
        max-width: 20px;
    }
    section.layout:has(.nb-menu-mobile-bottom-links){
        position: sticky;
        bottom: 0;
    }

    .nb-main-navigation-3 .wsmenu>.overlapblackbg {
        display: none;
    }
    .nb-main-navigation-3 .wsmenu {
        position: fixed;
        z-index: 11;
    }


}

/*
/* NB Fajl:'./components/complex/header/header-site-user/header-site-user-2/header-site-user-2.css.'
*/:root {
    --nb-header-site-user-1-color: var(--nb-color-white);
    --nb-header-site-user-1-font-size: var(--nb-font-size-13);
    --nb-header-site-user-1-font-weight: var(--nb-font-regular);
    --nb-header-site-user-1-separator: '|';
}

.nb-header-site-user-1 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 15px;
}

.nb-header-site-user-1 > .nb-link,
.nb-header-site-user-1 > span {
    color: var(--nb-header-site-user-1-color);
    font-size: var(--nb-header-site-user-1-font-size);
    font-weight: var(--nb-header-site-user-1-font-weight);
}

.nb-header-site-user-1 .nb-header-site-user-separator:before {
    content: var(--nb-header-site-user-1-separator);
}

@media screen and (max-width: 575px) {
    .nb-header-site-user-1 {
        display: none;
    }
}
/*
/* NB Fajl:'./components/complex/header/header-favorite/header-favorite-2/header-favorite-2.css.'
*/:root {
    --nb-header-favorite-2-color: var(--nb-text-color-primary);
    --nb-header-favorite-2-hover-color: var(--nb-spec-color);
    --nb-header-favorite-2-font-size: var(--nb-font-size-12);
    --nb-header-favorite-2-font-weight: var(--nb-font-weight-500);
    --nb-header-favorite-2-value-font-weight: var(--nb-font-weight-600);
}

.nb-header-favorite-2 {
    display: flex;
    align-items: center;
    gap: 5px;
    color: var(--nb-header-favorite-2-color);
}

.nb-header-favorite-2:hover,
.nb-header-favorite-2:hover span {
    color: var(--nb-header-favorite-2-hover-color);
}

.nb-header-favorite-2 span {
    color: var(--nb-header-favorite-2-color);
    font-size: var(--nb-header-favorite-2-font-size);
    font-weight: var(--nb-header-favorite-2-font-weight);
}

.nb-header-favorite-2 .nb-header-favorite-count-value,
.nb-header-favorite-2 .nb-header-favorite-count {
    font-weight: var(--nb-header-favorite-2-value-font-weight);
}

.nb-header-favorite-2 .nb-icon:before {
    font-size: var(--nb-font-size-20);
}

.nb-header-cart-2 .nb-header-favorite-count-wrapper {
    line-height: 22px;
}
/*
/* NB Fajl:'./components/complex/header/header-cart/header-cart-2/header-cart-2.css.'
*/:root {
    --nb-header-cart-2-color: var(--nb-text-color-primary);
    --nb-header-cart-2-hover-color: var(--nb-spec-color);
    --nb-header-cart-2-font-size: var(--nb-font-size-12);
    --nb-header-cart-2-font-weight: var(--nb-font-weight-500);
    --nb-header-cart-2-value-font-weight: var(--nb-font-weight-600);
}

.nb-header-cart-2 {
    display: flex;
    align-items: center;
    gap: 5px;
    color: var(--nb-header-cart-2-color);
}

.nb-header-cart-2:hover,
.nb-header-cart-2:hover span {
    color: var(--nb-header-cart-2-hover-color);
}

.nb-header-cart-2 span {
    color: var(--nb-header-cart-2-color);
    font-size: var(--nb-header-cart-2-font-size);
    font-weight: var(--nb-header-cart-2-font-weight);
}

.nb-header-cart-2 .nb-header-cart-count {
    font-weight: var(--nb-header-cart-2-value-font-weight);
}

.nb-header-cart-2 .nb-icon:before {
    font-size: var(--nb-font-size-20);
}

.nb-header-cart-2 .nb-header-favorite-count-wrapper {
    line-height: 22px;
}
/*
/* NB Fajl:'./components/complex/header/header-gift/header-gift-1/header-gift-1.css.'
*/.nb-header-gift-1 {
    display: flex;
    align-items: center;
    gap: 5px;
}

.nb-header-gift-1:hover {
    color: var(--nb-spec-color);
}

/*
/* NB Fajl:'./components/complex/user/user-loyalty/is-user-loyalty-trigger/is-user-loyalty-trigger.css.'
*/:root {
    --nb-is-user-loyalty-trigger-color: var(--nb-text-color-primary);
    --nb-is-user-loyalty-trigger-font-size: 12px;
    --nb-is-user-loyalty-trigger-font-weight: var(--nb-font-weight-400);
}

.nb-is-user-loyalty-trigger {
    cursor: pointer;
    color: var(--nb-is-user-loyalty-trigger-color);
    font-size: var(--nb-is-user-loyalty-trigger-font-size);
    font-weight: var(--nb-is-user-loyalty-trigger-font-weight);
}

.nb-is-user-loyalty-trigger:has(.nb-icon) {
    display:flex;
    align-items: center;
    gap: 10px;
}

.nb-is-user-loyalty-trigger .nb-icon {
    line-height: 1;
    font-size: 18px;
}
/*
/* NB Fajl:'./components/complex/header/header-site-user/header-site-user-1/header-site-user-1.css.'
*/:root {
    --nb-header-site-user-1-color: var(--nb-color-white);
    --nb-header-site-user-1-font-size: var(--nb-font-size-13);
    --nb-header-site-user-1-font-weight: var(--nb-font-regular);
    --nb-header-site-user-1-line-height: 20px;
    --nb-header-site-user-1-link-border-right-color: var(--nb-color-white);
}

.nb-header-site-user-1 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 15px;
}

.nb-header-site-user-1 .nb-icon {
    line-height: var(--nb-header-site-user-1-line-height);
}

.nb-header-site-user-1 > .nb-link {
    color: var(--nb-header-site-user-1-color);
    font-size: var(--nb-header-site-user-1-font-size);
    font-weight: var(--nb-header-site-user-1-font-weight);
    line-height: var(--nb-header-site-user-1-line-height);
}

.nb-header-site-user-1 .nb-login-link {
    padding-right: 10px;
    border-right: var(--nb-border-width) var(--nb-border-style) var(--nb-header-site-user-1-link-border-right-color);
}

@media screen and (max-width: 575px) {
    .nb-header-site-user-1 {
        display: none;
    }
}
/*
/* NB Fajl:'./components/complex/header/header-site-user/header-user-links-3/header-user-links-3.css.'
*/:root{
    --nb-header-user-links-3-image-border-radius: var(--nb-border-radius-full);
    --nb-header-user-links-3-image-width: 40px;
    --nb-header-user-links-3-image-height: 40px;
}
.nb-header-user-links-3 .nb-user-register-link{
    margin-left: 10px;
    width: calc(50% - 5px);
    display: inline-block;
}
.nb-header-user-links-3 .nb-user-login-link{
    width: calc(50% - 5px);
    display: inline-block;
}
.nb-header-user-links-3{
    display: none;
}
/* logged user */
.nb-logged-user-wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.nb-logged-user-wrapper .nb-user-info-wrapper .nb-link{
    display: flex;
    gap: 10px;
    align-items: center;
}
.nb-logged-user-wrapper .nb-user-info-wrapper .nb-link .custom-text{
    width: min-content;
    text-align: left;
}
.nb-logged-user-wrapper .nb-user-info-wrapper .nb-img{
    max-width: var(--nb-header-user-links-3-image-width);
    max-height: var(--nb-header-user-links-3-image-height);
    border-radius: var(--nb-header-user-links-3-image-border-radius);
}
@media screen and (max-width: 992px) {
    .nb-header-user-links-3{
        display: block;
    }

    .nb-header-user-links-3 .nb-user-info-wrapper{
        display: flex;
        align-items: center;
        gap: 10px;
        color: var(--nb-text-color-primary);

        .nb-icon{
            font-size: 35px;
        }
    }
}
/*
/* NB Fajl:'./components/core/text/heading-with-subheading/heading-with-subheading.css.'
*/:root {
    --nb-heading-with-subheading-image-max-width: 200px;
    --nb-heading-with-subheading-image-max-width-mobile: 160px;
}

.dragbox .nb-heading-with-subheading.visually-hidden,
.dragbox .nb-heading-with-subheading.visually-hidden-focusable:not(:focus):not(:focus-within) {
    position: unset!important;
    width: unset!important;
    height: unset!important;
    padding: unset!important;
    margin: unset!important;
    overflow: unset!important;
    clip: unset!important;
    white-space: unset!important;
    border: unset!important
}

.nb-heading-with-subheading{
    text-align: center;
    margin-bottom: 20px;
    --nb-dt-rows: auto;
    --nb-rows: auto;
}

.nb-heading-with-subheading .nb-title + .nb-sub-heading{
    margin-top: 5px;
}

.nb-heading-with-subheading.left,
.nb-heading-with-subheading.nb-text-align-left{
    text-align: left;
}

.nb-heading-with-subheading.right,
.nb-heading-with-subheading.nb-text-align-right{
    text-align: right;
}

.nb-heading-with-subheading.center {
    text-align: center;
}

.nb-heading-with-subheading:last-child{
    margin-bottom: 0;
}

.nb-heading-with-subheading .nb-product-list-image-heading {
    max-width: var(--nb-heading-with-subheading-image-max-width);
}

@media (max-width: 576px) {
    .nb-heading-with-subheading .nb-product-list-image-heading {
        max-width: var(--nb-heading-with-subheading-image-max-width-mobile);
    }
}
/*
/* NB Fajl:'./components/complex/slider/slider-item/slider-item-box-28/slider-item-box-28.css.'
*/:root {
    --nb-slider-item-box-28-bg: linear-gradient(0deg, #1E1E1E 0%, rgba(102, 102, 102, 0.25) 52.72%, rgba(255, 255, 255, 0) 100%);

    --nb-slider-item-box-28-name-color: var(--nb-color-white);
    --nb-slider-item-box-28-name-font-size: var(--nb-font-size-12);
    --nb-slider-item-box-28-name-font-weight: var(--nb-font-weight-500);
}

.nb-slider-item-box-28 {
    position: relative;
    background: var(--nb-slider-item-box-28-bg)
}

.nb-slider-item-box-28 .nb-slider-item-name {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 10px;
    color: var(--nb-slider-item-box-28-name-color);
    font-size: var(--nb-slider-item-box-28-name-font-size);
    font-weight: var(--nb-slider-item-box-28-name-font-weight);
}
/*
/* NB Fajl:'./components/complex/slider/slider-item-list-box/slider-item-list-box-1/slider-item-list-box-1.css.'
*/:root {
    --nb-slider-item-list-box-1-name-font-size: var(--nb-font-size-14);
    --nb-slider-item-list-box-1-name-font-weight: 600;
}

.nb-slider-item-list-box-1 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.nb-slider-item-list-box-1 .nb-top-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.nb-slider-item-list-box-1 .nb-top-wrapper .nb-heading-with-subheading {
    margin-bottom: 0;
}

.nb-slider-item-list-box-1 .nb-top-wrapper .nb-heading-with-subheading .nb-title,
.nb-slider-item-list-box-1 .nb-top-wrapper .nb-link {
    font-size: var(--nb-slider-item-list-box-1-name-font-size);
    font-weight: var(--nb-slider-item-list-box-1-name-font-weight);
}

.nb-slider-item-list-box-1 .nb-bottom-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-evenly;
}
/*
/* NB Fajl:'./components/complex/menu/menu-first-level-item-list-3/menu-first-level-item-list-3.css.'
*/:root {
    --nb-main-navigation-2-mobile-width: 100%;
}

.nb-menu-first-level-item-list-3.wsmenu-list {
    position: static;
}

.nb-menu-first-level-item-list-3 .nb-mobile-header *{
    color: black;
}
.nb-menu-first-level-item-list-3 .nb-mobile-header{
    display: none;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    /*border-bottom: 1px solid var(--nb-border-color);*/
    margin-bottom: 15px;
}
.nb-menu-first-level-item-list-3 .nb-mobile-header:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: -15px;
    right: 0;
    width: calc(100% + 30px);
    border-bottom: 1px solid var(--nb-border-color);
}
.nb-menu-first-level-item-list-3 .nb-left-wrapper{
    display: flex;
    gap: 10px;
    align-items: center;
}
.nb-menu-first-level-item-list-3 .nb-icons-wrapper{
    display: flex;
    gap: 10px;
    padding-right: 30px;
}
.nb-menu-first-level-item-list-3 .nb-icons-wrapper .nb-icon{
    font-size: 20px;
    font-weight: var(--nb-font-bold);
}
.nb-menu-first-level-item-list-3 .nb-current-menu-item-name {
    font-size: var(--nb-h6-font-size);
    font-weight: var(--nb-h6-font-weight);
}
.nb-menu-first-level-item-list-3.wsmenu-list .nb-search-button {
    min-width: 260px;
    padding: 10px;
    border-radius: var(--nb-input-border-radius);
    cursor: pointer;
    display: none;
    justify-content: space-between;
    background-color: var(--nb-color-gray-100);
    margin: 0 auto;
}
.nb-menu-first-level-item-list-3.wsmenu-list .nb-search-button .custom-text {
    font-size: var(--nb-font-size-14);
    line-height: 19px;
    color: var(--nb-color-gray-900);
}

.nb-menu-first-level-item-list-3.wsmenu-list .nb-search-button .nb-icon {
    height: 18px;
    color: var(--nb-color-gray-900);
}
.nb-menu-first-level-item-list-3 .nb-header-user-links-3{
    display: none;
}
.wsmenu>.wsmenu-list>.nb-menu-first-level-item-1>.wsmenu-click{
    rotate: -90deg;
}

.wsmenu>.wsmenu-list>li.nb-menu-first-level-item-1>.wsmenu-click {
    width: fit-content;
    height: fit-content;
    margin-right: 25px;
}
 .wsmenu>.wsmenu-list>li.nb-menu-first-level-item-1>.nb-first-level-menu-item-link .nb-menu-image{
    display: block;
}
.wsmenu>.wsmenu-list>li.nb-menu-first-level-item-1:hover>.nb-first-level-menu-item-link .nb-img,
.wsmenu>.wsmenu-list>li.nb-menu-first-level-item-1:focus>.nb-first-level-menu-item-link .nb-img,
.wsmenu>.wsmenu-list>li.nb-menu-first-level-item-1:active>.nb-first-level-menu-item-link .nb-img{
    filter: unset;
}
.nb-menu-first-level-item-list-3 .nb-footer-links-wrapper{
    display: none;
}
.nb-menu-first-level-item-list-3 .nb-footer-links .nb-link{
    color: var(--nb-text-color-primary);
}

.nb-menu-first-level-item-list-3 .nb-footer-links .nb-footer-mobile-collapse{
    padding: 15px 10px 0 0;
}
.nb-menu-first-level-item-list-3 .nb-footer-links .nb-collapse-button{
    text-align: left;
    font-family: var(--nb-body-font-family);
    font-size: var(--nb-font-size-16);
}

.nb-menu-first-level-item-list-3 .nb-change-site-instance-wrapper{
    padding: 15px;
    background-color: var(--nb-color-gray-100);
    margin-top: 15px;
    display: none;
}
.nb-menu-first-level-item-list-3 .nb-change-site-instance-1 .nb-country-name{
    color: var(--nb-text-color-primary);
}
.nb-menu-first-level-item-list-3.wsmenu-list>li.mobile-only{
    display: none;
}
.nb-menu-first-level-item-list-3 .nb-dropdown-3.active .nb-third-menu-level-item-list{
    display: block;
}
.nb-menu-first-level-item-list-3 ul{
    list-style-type: none;
    padding-left: unset;
}
.wsmenu>.wsmenu-list>li.nb-menu-first-level-item-1>.nb-first-level-menu-item-link .nb-menu-title{
    padding-bottom: 5px;
    border-bottom: 2px solid transparent;
}
.wsmenu>.wsmenu-list>li.nb-menu-first-level-item-1>.nb-first-level-menu-item-link .nb-menu-image{
    padding-bottom: 0;
}
.wsmenu>.wsmenu-list>li.nb-menu-first-level-item-1>.nb-first-level-menu-item-link{
    padding: 14px 20px 9px 20px;
}
.wsmenu>.wsmenu-list>li.nb-menu-first-level-item-1:hover>.nb-first-level-menu-item-link .nb-menu-title{
    color: var(--nb-menu-first-level-item-link-color);
    border-bottom-color:var(--nb-spec-color);
}

.nb-menu-first-level-item-list-3 .nb-slider-item-list-box-2,
.nb-menu-first-level-item-list-3 .nb-slider-item-list-box-1 {
    display: none;
}

@media screen and (max-width: 991px) {
    .nb-menu-first-level-item-list-3 .nb-header-user-links-3{
        display: block;
        margin-top: 15px;
        border-top: 1px solid var(--nb-border-color);
        border-bottom: 1px solid var(--nb-border-color);
        padding: 15px 0;
    }

    .nb-menu-first-level-item-list-3.wsmenu-list {
        position: unset;
        display: block;
        width: var(--nb-main-navigation-2-mobile-width);
        padding: 20px 15px;
    }
    .wsactive .wsmenu>.wsmenu-list>li .nb-dropdown-3.active .nb-banner-wrapper{
        margin-bottom: 50%;
        margin-top: 20px;
    }
    .wsactive .wsmenu>.wsmenu-list .nb-dropdown-3.active > *{
        background-color: white;
    }

    .nb-menu-first-level-item-list-3 .nb-mobile-header .nb-menu-back{
        opacity: 0;
        transition: opacity .3s ease-in-out;
        position: absolute;
    }
    .nb-menu-first-level-item-list-3 .nb-mobile-header .nb-menu-back.show{
         opacity: 1;
        transition: opacity .3s ease-out;
     }
    .nb-menu-first-level-item-list-3 .nb-mobile-header .nb-menu-back + .nb-current-menu-item-name{
        margin-left: 0;
        transition: margin-left .3s ease-in-out;
    }
    .nb-menu-first-level-item-list-3 .nb-mobile-header .nb-menu-back.show + .nb-current-menu-item-name{
        margin-left: 20px;
        transition: margin-left .3s ease-in-out;
    }
    .nb-menu-first-level-item-list-3 .nb-footer-links-wrapper{
        display: block;
    }
    .nb-menu-first-level-item-list-3 .nb-change-site-instance-wrapper{
        display: block;
    }
    .wsmenu>.wsmenu-list>li.nb-menu-first-level-item-1.has-img>.nb-first-level-menu-item-link .nb-img {
        max-width: unset;
    }

    .wsmenu>.wsmenu-list>li.nb-menu-first-level-item-1>.nb-first-level-menu-item-link .nb-menu-image {
        padding-bottom: 0;
    }

    .nb-menu-first-level-item-list-3.wsmenu-list>li.has-img{
        width: 50%;
        text-align: center;
        display: inline-block;
    }
    .nb-menu-first-level-item-list-3.wsmenu-list>li.mobile-only{
        display: inline-block;
    }
    .nb-menu-first-level-item-list-3.wsmenu-list  .nb-search-button{
        display: flex;
    }
    .nb-menu-first-level-item-list-3.wsmenu-list{
        padding-top: 0;
    }
    .nb-menu-first-level-item-list-3 .nb-mobile-header{
        display: flex;
        position: sticky;
        left: 0;
        right: 0;
        top: 0;
        padding-top: 15px;
        background-color: white;
        z-index: 999999;
    }
    .nb-menu-first-level-item-list-3 .wsactive .wsanimated-arrow{
        top: 25px !important;
    }

    .wsactive .wsanimated-arrow {
        z-index: 1000 !important;
        position: fixed !important;
        top: 20px !important;
        left: unset;
        right: 35px !important;
    }

    .wsactive .wsanimated-arrow span {
        background-color: transparent !important;
    }
    .nb-menu-first-level-item-list-3 .nb-footer-links *{
        color: var(--nb-text-color-primary);
    }
}

@media screen and (max-width: 991px) {
    body.wsactive .wsmenu>.wsmenu-list.nb-menu-first-level-item-list>li>.nb-menu-dropdown.active,
    body.wsactive .wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li>.wstitemright.nb-third-menu-level-item-list.active {
        display: block;
    }

    .nb-menu-second-level-item-1:not(.active) .nb-third-menu-level-item-list {
        height: 0;
        overflow: hidden;
    }

    .nb-menu-second-level-item-1.active .nb-third-menu-level-item-list {
        height: 100%;
        display: block;
    }

    body:has(.wsactive)  .wsanimated-arrow span {
        top: -7px;
    }

    .wsmenu>.wsmenu-list>li.nb-menu-first-level-item-1>.nb-first-level-menu-item-link {
        min-height: 30px;
        max-height: 30px;
    }

    .nb-menu-first-level-item-list-3 .nb-footer-links .nb-footer-mobile-collapse {
        min-height: 50px;
        padding: 12px 5px;
        border-bottom: var(--nb-border-width) var(--nb-border-style) var(--nb-border-color);
    }

    .nb-menu-first-level-item-list-3 .nb-footer-links .nb-collapse-button {
        position: relative;
        min-height: 24px;
        margin-bottom: 0;
    }

    .nb-menu-first-level-item-list-3 .nb-footer-links .nb-collapse-button:before {
        position: absolute;
        right: 5px;
        width: 24px;
        height: 24px;
        border-radius: var(--nb-border-radius-full);
        color: var(--nb-text-color-primary);
        place-content: center;
        text-align: center;
    }

    .wsmenu>.wsmenu-list.nb-menu-first-level-item-list-3>li.nb-menu-first-level-item-1>.wsmenu-click>.wsmenu-arrow:before,
    .wsmenu .wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li>.wsmenu-click02 i:before {
        border-color: var(--nb-text-color-primary);
        transition: unset;
    }

    .wsmenu .wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li>.wsmenu-click02 {
        height: 55px;
        max-height: 55px;
    }

    .wsmenu .wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li>.wsmenu-click02 i {
        transform: rotate(45deg);
    }

    .nb-menu-first-level-item-list-3 .nb-footer-links .nb-collapse-content {
        padding-top: 10px;
    }

    .wsmenu>.wsmenu-list>li.nb-menu-first-level-item-1>.nb-first-level-menu-item-link {
        padding: 0;
        border-bottom: unset;
    }

    .wsmenu>.wsmenu-list>li.nb-menu-first-level-item-1 {
        padding: 12px 0;
        border-bottom: var(--nb-border-width) var(--nb-border-style) var(--nb-border-color);
    }

    .wsmenu>.wsmenu-list>li.nb-menu-first-level-item-1>.nb-first-level-menu-item-link .nb-menu-title {
        padding-bottom: 0;
        border-bottom: unset;
    }

    .nb-header-menu-wrapper .wsmenu-list li.nb-dark > .navtext {
        background-color: var(--nb-color-blue-800);
        color: var(--nb-color-white);
        border-radius: var(--nb-border-radius-2);
        justify-content: center;
    }

    .nb-header-menu-wrapper .wsmenu-list li.nb-last-item > .navtext {
        background-color: var(--nb-color-green);
        color: var(--nb-color-white);
        border-radius: var(--nb-border-radius-2);
        justify-content: center;
    }

    .nb-menu-first-level-item-list-3 .nb-mobile-header {
        margin-bottom: 0;
    }

    .wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li.nb-menu-second-level-item-1 {
        min-height: 50px;
        padding: 12px 5px;
        border-bottom: var(--nb-border-width) var(--nb-border-style) var(--nb-border-color);
    }

    .nb-menu-second-level-item-1:has(.nbf-third-menu-level-item-list.active) .wsmenu-click02 {
        display: none !important;
    }

    .wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li.nb-menu-second-level-item-1:has(.nb-third-menu-level-item-list.active) {
        border-bottom: unset;
    }

    .nb-menu-third-level-item-1 {
        margin-bottom: 0;
        padding: 10px 0;
        border-bottom: var(--nb-border-width) var(--nb-border-style) var(--nb-border-color);
        gap: 0;
        position: relative;
    }

    .nb-menu-third-level-item-1:before {
        content: '\F285';
        font-family: bootstrap-icons, sans-serif;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    .nb-menu-third-level-item-1:not(:has(.nb-menu-fourth-level-item-1)):before {
        content: unset;
    }

    .nb-menu-third-level-item-1.active:before {
        transform: rotate(90deg);
        top: 13px;
    }

    .nb-menu-third-level-item-1 .nb-third-level-menu-item-title {
        min-height: 30px;
        padding-bottom: 0;
        place-content: center;
        border-bottom: unset;
    }

    .wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li.nb-menu-second-level-item-1>a.nb-second-level-menu-item-link {
        max-height: 30px;
        padding: 0;
    }

    .wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li>.wstitemright {
        border-bottom: unset;
    }

    .wsmenu>.wsmenu-list>li.nb-menu-first-level-item-1:has(.nb-first-level-menu-item-link.hidden) {
        padding: 0;
        border-bottom: unset;
    }

    .wsmenu-click,
    .wsmenu-click02 {
        pointer-events: none;
    }

    .nb-menu-third-level-item-1:not(.active) .nb-menu-fourth-level-item-1 {
        height: 0;
        overflow: hidden;
    }

    .nb-menu-third-level-item-1.active .nb-menu-fourth-level-item-1 {
        height: 100%;
        padding: 15px 20px;
    }

    .wsmenu>.wsmenu-list.nb-menu-first-level-item-list>li>.nb-menu-dropdown.active, .wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li>.wstitemright.nb-third-menu-level-item-list.active {
        padding: 0;
    }

    .nb-menu-first-level-item-list-3.wsmenu-list  .nb-search-button{
        margin-top: 10px;
    }

    .nb-menu-first-level-item-list-3 .nb-slider-item-list-box-2 {
        display: block;
        margin: 15px 0;
    }

    .nb-menu-first-level-item-list-3:has(.nb-footer-links-wrapper.hidden) .nb-slider-item-list-box-2 {
        display: none;
    }

    .nb-menu-first-level-item-list-3 .nb-slider-item-list-box-1 {
        display: flex;
        margin: 20px 0;
    }
}
/*
/* NB Fajl:'./components/complex/menu/menu-main-navigation/menu-main-navigation-4/menu-main-navigation-4.css.'
*/:root {
    --nb-main-navigation-4-first-level-item-font-size: var(--nb-font-size-14);
    --nb-main-navigation-4-first-level-item-font-weight: var(--nb-font-regular);
    --nb-main-navigation-4-first-level-item-color: var(--nb-color-gray-900);
    --nb-main-navigation-4-first-level-item-active-color: var(--nb-spec-color);
    --nb-main-navigation-4-first-level-item-gap: 60px;

    --nb-main-navigation-4-second-level-item-font-size: var(--nb-font-size-14);
    --nb-main-navigation-4-second-level-item-font-weight: var(--nb-font-regular);
    --nb-main-navigation-4-second-level-item-color: var(--nb-color-gray-900);
    --nb-main-navigation-4-second-level-item-active-color: var(--nb-color-gray-900);
    --nb-main-navigation-4-second-level-item-active-bg: var(--nb-color-white);

    --nb-main-navigation-4-third-level-item-font-size: var(--nb-font-size-14);
    --nb-main-navigation-4-third-level-item-font-weight: var(--nb-font-semibold);
    --nb-main-navigation-4-third-level-item-color: var(--nb-text-color-primary);

    --nb-main-navigation-4-fourth-level-item-font-size: var(--nb-font-size-14);
    --nb-main-navigation-4-fourth-level-item-font-weight: var(--nb-font-regular);
    --nb-main-navigation-4-fourth-level-item-color: var(--nb-text-color-primary);
    --nb-main-navigation-4-fourth-level-show-all-color: var(--nb-text-color-primary);
}

.nb-main-navigation-4 {
    position: static;
    max-width: unset;
    padding: 0 0;
}

.nb-main-navigation-4 .wsmenu>.wsmenu-list>li.nb-menu-first-level-item-1>.nb-first-level-menu-item-link,
.nb-main-navigation-4 .nb-menu-first-level-item-list.wsmenu-list li > .navtext {
    color: var(--nb-main-navigation-4-first-level-item-color);
    font-size: var(--nb-main-navigation-4-first-level-item-font-size);
    font-weight: var(--nb-main-navigation-4-first-level-item-font-weight);
    text-transform: uppercase;
}

.nb-main-navigation-4 .nb-menu-first-level-item-list.wsmenu-list li:not(.item-btn-style) > .navtext:hover .nb-menu-title,
.nb-main-navigation-4 .nb-menu-first-level-item-list.wsmenu-list li:not(.item-btn-style):hover > .navtext .nb-menu-title,
.nb-main-navigation-4 .nb-menu-first-level-item-list.wsmenu-list li:not(.item-btn-style) > .navtext:hover {
    color: var(--nb-main-navigation-4-first-level-item-active-color);
}

.nb-main-navigation-4 .wsmenu>.wsmenu-list>li.nb-menu-first-level-item-1.item-btn-style:hover>.nb-first-level-menu-item-link,
.nb-main-navigation-4 .wsmenu>.wsmenu-list>li.nb-menu-first-level-item-1.item-btn-style:hover>.nb-first-level-menu-item-link .nb-menu-title {
    color: inherit;
}

.nb-main-navigation-4 .wsmenu>.wsmenu-list>li.nb-menu-first-level-item-1>.nb-first-level-menu-item-link .nb-menu-image {
    display: block;
}

.nb-main-navigation-4 .wsmenu>.wsmenu-list>li.nb-menu-first-level-item-1>.nb-first-level-menu-item-link .nb-menu-image img {
    max-height: 16px;
}

.nb-main-navigation-4 .nb-menu-second-level-item-1 .nb-second-level-menu-item-link .nb-second-level-menu-item-title {
    color: var(--nb-main-navigation-4-second-level-item-color);
    font-size: var(--nb-main-navigation-4-second-level-item-font-size);
    font-weight: var(--nb-main-navigation-4-second-level-item-font-weight);
}

.nb-main-navigation-4 .nb-menu-third-level-item-1 .nb-third-level-menu-item-title {
    color: var(--nb-main-navigation-4-third-level-item-color);
    font-size: var(--nb-main-navigation-4-third-level-item-font-size);
    font-weight: var(--nb-main-navigation-4-third-level-item-font-weight);
    padding-bottom: 5px;
}

.nb-main-navigation-4 .wsmenu .nb-menu-fourth-level-item-link {
    color: var(--nb-main-navigation-4-fourth-level-item-color);
    font-size: var(--nb-main-navigation-4-fourth-level-item-font-size);
    font-weight: var(--nb-main-navigation-4-fourth-level-item-font-weight);
}

.nb-main-navigation-4 .nb-menu-second-level-item-1 .nb-second-level-menu-item-link:hover .nb-second-level-menu-item-title,
.nb-main-navigation-4 .wsmenu>.wsmenu-list>li>.wsshoptabing.nb-dropdown-2>.wsshopwp>.wstabitem>li.wsshoplink-active.nb-menu-second-level-item-1 .nb-second-level-menu-item-title {
    color: var(--nb-main-navigation-4-second-level-item-active-color);
}

.nb-main-navigation-4 .nb-menu-second-level-item-1 .nb-second-level-menu-item-link:hover .nb-img,
.nb-main-navigation-4 .wsmenu>.wsmenu-list>li>.wsshoptabing.nb-dropdown-2>.wsshopwp>.wstabitem>li.wsshoplink-active.nb-menu-second-level-item-1 > .nb-second-level-menu-item-link .nb-img {
    filter: unset;
}

.nb-main-navigation-4 .wsmenu>.wsmenu-list>li>.wsshoptabing.nb-dropdown-2>.wsshopwp>.wstabitem>li.nb-menu-second-level-item-1:first-child:hover>a.nb-second-level-menu-item-link {
    border-top: var(--nb-border-width) var(--nb-border-style) transparent;
}

.nb-main-navigation-4 .nb-menu-first-level-item-list.wsmenu-list > li:not(:last-child) {
    padding-right: var(--nb-main-navigation-4-first-level-item-gap);
}

.nb-main-navigation-4 .wsmenu .nb-menu-first-level-item-list.wsmenu-list > li:has(+ div)  {
    padding-right: 0;
}

.nb-main-navigation-4 .wsmenu{
    font-family: var(--nb-body-font-family);
    border-left: unset;
    position: static;
}

.nb-main-navigation-4 .wsmenu>.wsmenu-list>li.nb-menu-first-level-item-1>.nb-first-level-menu-item-link .nb-menu-title {
    padding-bottom: 0;
    border-bottom: unset;
}

.nb-main-navigation-4 .wsmenu>.wsmenu-list>li.nb-menu-first-level-item-1>.nb-first-level-menu-item-link {
    padding: 12px 0px;
}

.nb-main-navigation-4 .wsmenu>.wsmenu-list>li.nb-menu-first-level-item-1.item-btn-style>.nb-first-level-menu-item-link {
    padding: 8px 15px;
}

.nb-main-navigation-4 .nb-menu-item-box-1 .nb-menu-title {
    font-size: var(--nb-font-size-14);
    font-weight: var(--nb-font-regular);
    color: var(--nb-text-color-primary);
}
.nb-main-navigation-4 .wsmenu>.wsmenu-list>li.nb-menu-first-level-item-1>.nb-first-level-menu-item-link:after {
    display: none;
}
.nb-main-navigation-4 .nb-menu-first-level-item-list.wsmenu-list > li.item-right .nb-link {
    font-size: var(--nb-font-size-16);
}

@media screen and (max-width: 1600px) {
    :root {
        --nb-main-navigation-4-first-level-item-gap: 40px;
    }
}

@media screen and (max-width: 1400px) {
    :root {
        --nb-main-navigation-4-first-level-item-gap: 20px;
    }
}

@media screen and (min-width: 992px) {
    .nb-main-navigation-4 .nb-menu-first-level-item-list-3{
        display: flex;
        align-items: center;
    }

    .nb-main-navigation-4 .nb-menu-first-level-item-list.wsmenu-list > li.item-right {
        position: absolute;
        right: 0;
    }

    .nb-main-navigation-4 .nb-menu-mobile-bottom-links{
        display: none;
    }

    .nb-main-navigation-4 .wsmenu>.wsmenu-list>li>.wsshoptabing.nb-dropdown-2>.wsshopwp {
        height: 100vh !important;
        width: 50px;
        box-shadow: unset;
        border-right: var(--nb-border-width) var(--nb-border-style) var(--nb-border-color);
        border-top: var(--nb-border-width) var(--nb-border-style) var(--nb-border-color);
    }

    .nb-main-navigation-4 .wsmenu .nb-second-level-menu-item-link > .nb-menu-title{
        display: none;
    }

    .nb-main-navigation-4 .nb-menu-first-level-item-1:has(.nb-menu-dropdown):hover .nb-second-level-menu-item-link > .nb-menu-title,
    .nb-main-navigation-4 .wsmenu:has(.nb-menu-second-level-item-1:hover) .nb-second-level-menu-item-link > .nb-menu-title{
        display: block;
    }
    .nb-main-navigation-4 .wsmenu>.wsmenu-list>li:has(.nb-menu-dropdown):hover>.wsshoptabing.nb-dropdown-2>.wsshopwp,
    .nb-main-navigation-4 .wsmenu:has(.nb-menu-second-level-item-1:hover)>.wsmenu-list>li>.wsshoptabing.nb-dropdown-2>.wsshopwp{
        width: 250px;
    }

    body:has(.wsmenu-list > li:first-of-type:hover)::before,
    body:has(.nb-menu-second-level-item-1:hover):before{
        content: '';
        position: fixed;
        inset: 0;
        opacity: .5;
        background: #000000;
        z-index: 10;
    }

    .nb-main-navigation-4 .wsmenu>.wsmenu-list>li>.wsshoptabing.nb-dropdown-2>.wsshopwp>.wstabitem>li.nb-menu-second-level-item-1>a.nb-second-level-menu-item-link {
        gap: 10px;
        width: 100%;
        padding: 10px 9px;
        border-top: var(--nb-border-width) var(--nb-border-style) transparent;
        border-bottom: var(--nb-border-width) var(--nb-border-style) transparent;
    }

    .nb-main-navigation-4 .wsmenu>.wsmenu-list>li>.wsshoptabing.nb-dropdown-2>.wsshopwp>.wstabitem>li.nb-menu-second-level-item-1:hover>a.nb-second-level-menu-item-link {
        background-color: var(--nb-main-navigation-4-second-level-item-active-bg);
        border-top: var(--nb-border-width) var(--nb-border-style) var(--nb-border-color);
        border-bottom: var(--nb-border-width) var(--nb-border-style) var(--nb-border-color);
    }

    .nb-main-navigation-4 .nb-menu-fourth-level-item-1 {
        gap: 12px;
    }

    .nb-main-navigation-4 .nb-menu-third-level-item-1 {
        gap: 20px;
    }

    .nb-main-navigation-4 .nb-menu-second-level-item-1 .nb-second-level-menu-item-link .nb-menu-image {
        width: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .nb-main-navigation-4 .nb-menu-second-level-item-1 .nb-second-level-menu-item-link .nb-img {
        max-width: 30px;
        max-height: 30px;
    }

    .nb-main-navigation-4 .wsmenu>.wsmenu-list>li>.wsshoptabing.wtsdepartmentmenu.nb-dropdown-2 {
        opacity: 1;
        visibility: visible;
        transform: rotateX(0deg);
        -o-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -webkit-transform: rotateX(0deg);
        position: fixed;
        left: 0;
        right: unset;
        width: fit-content;
        top: 142px;
        box-shadow: unset;
        transition: all .5s ease-in-out;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
    }

    .header.nb-in-out-fixed-collapsed .nb-main-navigation-4 .wsmenu>.wsmenu-list>li>.wsshoptabing.wtsdepartmentmenu.nb-dropdown-2 {
        top: 0;
    }

    .nb-main-navigation-4 .wsmenu>.wsmenu-list>li>.wsshoptabing.nb-dropdown-2>.wsshopwp>.wstabitem>li>.wstitemright.nb-menu-item-right-list {
        right: unset;
        left: 100%;
        width: 63vw;
        min-height: 600px;
        top: -1px;
        padding: 35px 30px;
    }

    .wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li a.show-all {
        color: var(--nb-main-navigation-4-fourth-level-show-all-color);
        text-decoration: underline;
    }

    .nb-main-navigation-4 .wsmenu>.wsmenu-list>li>.wsshoptabing.nb-dropdown-2>.wsshopwp>.wstabitem>li>.wstitemright.nb-menu-item-right-list > .nb-content-wrapper > .row {
        min-height: 250px;
    }
    .nb-main-navigation-4 .wsmenu>.wsmenu-list>li>.wsshoptabing.nb-dropdown-2>.wsshopwp>.wstabitem>li>.wstitemright.nb-menu-item-right-list > .nb-content-wrapper > .row:has(.nb-menu-item-box-1) {
        min-height: 500px;
    }

}
@media screen and (max-width: 991px) {

    :root {
        --nb-main-navigation-4-third-level-item-font-weight: var(--nb-font-regular);
    }

    body:not(.block-editing) .nb-main-navigation-4 .nb-menu-mobile-bottom-links{
        position: sticky;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 6px 10px;
        background: var(--nb-color-white);
        z-index: 999;
        box-shadow: 0px -4px 16px 0px #0000001F;
        display: flex;
        justify-content: space-around;
    }
    .nb-main-navigation-4 .nb-menu-mobile-bottom-links > .nb-link{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-end;
        gap: 3px;
        font-size: var(--nb-font-size-12);
        font-weight: var(--nb-font-medium);
        color: var(--nb-text-color-primary);
        text-align: center;
        flex: 1 1;
    }
    .nb-main-navigation-4 .nb-menu-mobile-bottom-links .nb-img{
        max-width: 20px;
    }
    section.layout:has(.nb-menu-mobile-bottom-links){
        position: sticky;
        bottom: 0;
    }

    .nb-main-navigation-4 .wsmenu>.overlapblackbg {
        display: none;
    }
    .nb-main-navigation-4 .wsmenu {
        position: fixed;
        z-index: 11;
    }
    .nb-menu-first-level-item-list-3.wsmenu-list .nb-search-button {
        display: none;
    }

    .nb-main-navigation-4 .nb-menu-first-level-item-list-3 .nb-header-user-links-3 {
        border-top: unset;
        margin-top: 0;
        padding: 13px 0;
        margin-bottom: 10px;
    }

    .nb-main-navigation-4 .nb-menu-first-level-item-list-3 .nb-mobile-header {
        justify-content: center;
        padding: 15px 10px;
    }

    .nb-main-navigation-4 .wsmenu>.wsmenu-list>li.nb-menu-first-level-item-1 {
        padding: 0;
    }

    .nb-main-navigation-4 .wsmenu>.wsmenu-list>li.nb-menu-first-level-item-1>.nb-first-level-menu-item-link {
        max-height: unset;
        border-bottom: unset;
    }

    .nb-main-navigation-4 .wsmenu .wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li>.wsmenu-click02,
    .nb-main-navigation-4 .wsmenu>.wsmenu-list>li.nb-menu-first-level-item-1>.wsmenu-click {
        margin-right: 0px;
        top: 50%;
        transform: translateY(-50%);
    }

    .nb-main-navigation-4 .wsmenu .nb-menu-third-level-item-1:before {
        content: '';
    }

    .nb-main-navigation-4 .wsmenu .nb-menu-third-level-item-1:has(.nb-menu-fourth-level-item-1):before,
    .nb-main-navigation-4 .wsmenu .wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li>.wsmenu-click02>i:before,
    .nb-main-navigation-4 .wsmenu>.wsmenu-list>li>.wsmenu-click>i:before {
        content: '\e913';
        font-family: 'nbi-font';
        border: unset;
        color: var(--nb-text-color-primary);
        font-style: normal;
        transform-origin: unset;
    }
    .nb-main-navigation-4 .wsmenu .nb-menu-third-level-item-1.active:has(.nb-menu-fourth-level-item-1):before {
        content: '\e9dd';
        transform: unset;
    }

    .nb-main-navigation-4 .wsmenu .nb-menu-third-level-item-1:before {
        font-size: var(--nb-font-size-13);
    }

    .nb-main-navigation-4 .wsmenu .wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li>.wsmenu-click02,
    .nb-main-navigation-4 .wsmenu>.wsmenu-list>.nb-menu-first-level-item-1>.wsmenu-click {
        rotate: unset;
        font-size: var(--nb-font-size-13);
    }

    .nb-main-navigation-4 .wsmenu .wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li>.wsmenu-click02>i,
    .nb-main-navigation-4 .wsmenu>.wsmenu-list>li>.wsmenu-click>i {
        transform: unset;
        height: fit-content;
        width: fit-content;
    }

    .nb-main-navigation-4 .nb-menu-first-level-item-list-3 .nb-mobile-header .nb-menu-back.show {
        left: 0px;
    }

    .nb-main-navigation-4 .wsmenu>.wsmenu-list>li.nb-menu-first-level-item-1.item-btn-style>.nb-first-level-menu-item-link {
        margin: 10px 0;

    }

    .nb-main-navigation-4 .wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li.nb-menu-second-level-item-1>a.nb-second-level-menu-item-link {
        padding: 9px 0;
        max-height: unset;
    }

    .nb-main-navigation-4 .wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li.nb-menu-second-level-item-1 {
        padding: 0;
        min-height: unset;
    }

    .nb-main-navigation-4 .wsmenu>.wsmenu-list>li>.wsshoptabing.wtsdepartmentmenu.nb-dropdown-2 {
        margin-top: 10px;
    }

    .wsmenu>.wsmenu-list>li>.wsshoptabing.nb-dropdown-2>.wsshopwp>.wstabitem>li>.wstitemright.nb-menu-item-right-list {

    }

    .nb-main-navigation-4 .nb-third-menu-level-item-list .row > * {
        padding: 0;
    }

    .nb-main-navigation-4 .nb-menu-third-level-item-1.active .nb-menu-fourth-level-item-1 {
        padding: 15px 0;
    }

    .nb-main-navigation-4 .wsmenu>.wsmenu-list>li>.wsshoptabing.nb-dropdown-2>.wsshopwp>.wstabitem>li>.wstitemright.nb-menu-item-right-list {
        padding: 0;
    }

    .nb-main-navigation-4 .nb-menu-third-level-item-1 {
        height: fit-content;
        margin: 0;
        gap: 0;
        padding: 14px 0 0px;
    }

    .nb-main-navigation-4 .nb-menu-third-level-item-1.active .nb-third-level-menu-item-title {
        border-bottom-color: var(--nb-border-color);
    }

    .nb-main-navigation-4 .nb-menu-third-level-item-1 .nb-third-level-menu-item-title {
        border-bottom-color: transparent;
        padding-bottom: 15px;
        margin-bottom: -1px;
    }

    .nb-main-navigation-4 .wsmenu .wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li>.wsmenu-click02 {
        max-height: unset;
        height: unset;
        width: unset;
    }

    .nb-main-navigation-4 .nb-menu-first-level-item-list-3 .nb-mobile-header .nb-menu-back.show + .nb-current-menu-item-name {
        margin-left: 0;
    }

    .nb-main-navigation-4 .nb-menu-first-level-item-list-3 .nb-change-site-instance-wrapper {
        display: none;
    }

    .nb-main-navigation-4 .nb-menu-first-level-item-list-3 .nb-footer-links .nb-footer-mobile-collapse {
        padding: 12px 0;
    }

    .nb-main-navigation-4 .nb-menu-first-level-item-list-3 .nb-icons-wrapper {
        display: none;
    }
}

/*
/* NB Fajl:'./components/complex/menu/menu-first-level-item/menu-first-level-item-1/menu-first-level-item-1.css.'
*/:root {
    --nb-menu-first-level-item-link-color: var(--nb-color-black);
    --nb-menu-first-level-item-link-header-not-fixed-color: var(--nb-color-white);
    --nb-menu-first-level-item-link-hover-color: var(--nb-spec-color);
    --nb-menu-first-level-item-link-font-size: var(--nb-font-size-16);
    --nb-menu-first-level-item-link-font-weight: var(--nb-font-weight-600);
    --nb-menu-first-level-item-link-border-width: var(--nb-border-width);
    --nb-menu-first-level-item-link-border-color: var(--nb-border-color);
    --nb-menu-first-level-item-link-border-active-color: var(--nb-spec-color);

    --nb-menu-first-level-item-link-hover-filter: brightness(0) saturate(100%) invert(11%) sepia(68%) saturate(7292%) hue-rotate(350deg) brightness(119%) contrast(86%);

    --nb-menu-first-level-item-img-max-width: 30px;
    --nb-menu-first-level-item-img-max-height: 30px;
}


.header .nb-header-wrapper.active .wsmenu>.wsmenu-list>li.nb-menu-first-level-item-1:hover>.nb-first-level-menu-item-link {
    color: var(--nb-menu-first-level-item-link-hover-color);
}

.wsmenu>.wsmenu-list>li.nb-menu-first-level-item-1:hover>.nb-first-level-menu-item-link {
    color: var(--nb-menu-first-level-item-link-hover-color);
}

.header .nb-header-wrapper.active .wsmenu>.wsmenu-list>li.nb-menu-first-level-item-1>.nb-first-level-menu-item-link {
    color: var(--nb-menu-first-level-item-link-header-not-fixed-color);
}

.header .nb-header-wrapper.active .wsmenu>.wsmenu-list:hover>li.nb-menu-first-level-item-1:not(:hover)>.nb-first-level-menu-item-link {
    color: var(--nb-menu-first-level-item-link-color);
}

.wsmenu>.wsmenu-list>li.nb-menu-first-level-item-1>.nb-first-level-menu-item-link {
    color: var(--nb-menu-first-level-item-link-color);
    font-size: var(--nb-menu-first-level-item-link-font-size);
    font-weight: var(--nb-menu-first-level-item-link-font-weight);
    padding: 14px 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.wsmenu .wsmenu-list li.nb-menu-first-level-item-1:has(.wsmenu-click.ws-activearrow) .nb-first-level-menu-item-link {
    border-color: var(--nb-menu-first-level-item-link-border-active-color);
}

.wsmenu>.wsmenu-list>li.nb-menu-first-level-item-1>.nb-first-level-menu-item-link .nb-img {
    max-width: var(--nb-menu-first-level-item-img-max-width);
    max-height: var(--nb-menu-first-level-item-img-max-height);
}

.wsmenu>.wsmenu-list>li.nb-menu-first-level-item-1:hover>.nb-first-level-menu-item-link .nb-img,
.wsmenu>.wsmenu-list>li.nb-menu-first-level-item-1:focus>.nb-first-level-menu-item-link .nb-img,
.wsmenu>.wsmenu-list>li.nb-menu-first-level-item-1:active>.nb-first-level-menu-item-link .nb-img{
    filter: var(--nb-menu-first-level-item-link-hover-filter);
}

.wsmenu>.wsmenu-list>li.nb-menu-first-level-item-1>.nb-first-level-menu-item-link:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 25px;
}
.nb-menu-first-level-item-1.visible-xs{
    display: none !important;
}

.wsmenu>.wsmenu-list>li.nb-menu-first-level-item-1.nb-last-item {
    margin-left: auto;
}

.nb-menu-first-level-item-1:not(:first-of-type) .nb-first-level-menu-item-link:has(.nb-menu-image) .nb-menu-title {
    display: none;
}

@media screen and (max-width: 1399px) {
    .wsmenu>.wsmenu-list>li.nb-menu-first-level-item-1>.nb-first-level-menu-item-link {
        padding: 14px 10px;
    }
}

@media screen and (max-width: 1199px) {
    .wsmenu>.wsmenu-list>li.nb-menu-first-level-item-1>.nb-first-level-menu-item-link {
        padding: 14px 5px;
    }
}

@media screen and (min-width: 992px) {
    .wsmenu>.wsmenu-list>li.nb-menu-first-level-item-1.nb-desktop-hidden {
        display: none;
    }
}

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

    .wsmenu>.wsmenu-list>li.nb-menu-first-level-item-1.nb-image-full-width>.nb-first-level-menu-item-link .nb-img,
    .wsmenu>.wsmenu-list>li.nb-menu-first-level-item-1.nb-image-full-width>.nb-first-level-menu-item-link {
        max-width: unset;
        max-height: unset;
        width: 100%;
    }

    .wsmenu>.wsmenu-list>li.nb-menu-first-level-item-1.nb-image-full-width>.nb-first-level-menu-item-link .nb-menu-image {
        width: 100%;
    }

    .wsmenu>.wsmenu-list>li.nb-menu-first-level-item-1.nb-mobile-hidden {
        display: none;
    }

    .wsmenu>.wsmenu-list>li.nb-menu-first-level-item-1.nb-has-img {
        width: calc(50% - 5px);
        text-align: center;
        display: inline-block;
        margin-bottom: -7px;
    }

    .wsmenu>.wsmenu-list>li.nb-menu-first-level-item-1.nb-has-img .nb-img {
        width: 100%;
        height: 100%;
        text-align: center;
        position: relative;
        top: unset;
        left: unset;
        max-width: unset;
        max-height: unset;
    }

    .wsmenu>.wsmenu-list>li.nb-menu-first-level-item-1 {
        height: 100%;
    }

    .header .nb-header-wrapper.active .wsmenu>.wsmenu-list>li.nb-menu-first-level-item-1>.nb-first-level-menu-item-link {
        color: var(--nb-menu-first-level-item-link-color);
    }

    .header .nb-header-wrapper.active .wsmenu>.wsmenu-list>li.nb-menu-first-level-item-1:hover>.nb-first-level-menu-item-link {
        color: var(--nb-menu-first-level-item-link-hover-color);
    }

    .wsmenu>.wsmenu-list>li.nb-menu-first-level-item-1>.nb-first-level-menu-item-link {
        padding: 20px 0;
        border-bottom: var(--nb-menu-first-level-item-link-border-width) var(--nb-border-style) var(--nb-menu-first-level-item-link-border-color);
        justify-content: flex-start;
    }

    .wsmenu>.wsmenu-list>li.nb-menu-first-level-item-1>.nb-first-level-menu-item-link:after {
        content: unset;
    }

    .wsmenu>.wsmenu-list>li.nb-menu-first-level-item-1>.wsmenu-click {
        border-left: unset;
    }

    .wsmenu>.wsmenu-list>li.nb-menu-first-level-item-1>.nb-first-level-menu-item-link {
        gap: 6px;
        min-height: 30px;
    }

    .wsmenu>.wsmenu-list>li.nb-menu-first-level-item-1>.nb-first-level-menu-item-link .nb-menu-image {
        display: block;
    }

    .wsmenu>.wsmenu-list>li>.wsshoptabing {
        top: 0;
    }

    .wsmenu>.wsmenu-list>li:hover>a {
        background-color: unset;
    }

    .nb-menu-first-level-item-1.visible-xs{
        display: block !important;
    }
}
/*
/* NB Fajl:'./components/complex/slider/slider-item/slider-item-box-54/slider-item-box-54.css.'
*/:root{
    --nb-slider-item-box-54-title-font-size: var(--nb-font-size-12);
    --nb-slider-item-box-54-title-font-weight: var(--nb-font-regular);
    --nb-slider-item-box-54-title-color: var(--nb-text-color-primary);
}

.nb-slider-item-box-54 {
    position: relative;
}

.nb-slider-item-box-54 .nb-slider-item-name {
    font-size: var(--nb-slider-item-box-54-title-font-size);
    font-weight: var(--nb-slider-item-box-54-title-font-weight);
    color: var(--nb-slider-item-box-54-title-color);
    position: absolute;
    bottom: 5px;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
}
/*
/* NB Fajl:'./components/complex/slider/slider-item-list-box/slider-item-list-box-2/slider-item-list-box-2.css.'
*/:root {
    --nb-slider-item-list-box-2-name-font-size: var(--nb-font-size-14);
    --nb-slider-item-list-box-2-name-font-weight: var(--nb-font-regular);
    --nb-slider-item-list-box-2-name-color: var(--nb-text-color-primary);

    --nb-slider-item-list-box-2-link-font-size: var(--nb-font-size-14);
    --nb-slider-item-list-box-2-link-font-weight: var(--nb-font-regular);
    --nb-slider-item-list-box-2-link-color: var(--nb-text-color-primary);
}

.nb-slider-item-list-box-2 .nb-top-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.nb-slider-item-list-box-2 .nb-top-wrapper .nb-title {
    font-size: var(--nb-slider-item-list-box-2-name-font-size);
    font-weight: var(--nb-slider-item-list-box-2-name-font-weight);
    color: var(--nb-slider-item-list-box-2-name-color);
}

.nb-slider-item-list-box-2 .nb-top-wrapper .nb-link {
    font-size: var(--nb-slider-item-list-box-2-link-font-size);
    font-weight: var(--nb-slider-item-list-box-2-link-font-weight);
    color: var(--nb-slider-item-list-box-2-link-color);
}

.nb-slider-item-list-box-2 .nb-slider-item {
    margin: 0 5px;
}

.nb-slider-item-list-box-2 .slick-list {
    margin: 0 -5px;
}

.nb-slider-item-list-box-2 .nb-slider-item-box-54 .nb-slider-item-name {
    z-index: 3;
}

.nb-slider-item-list-box-2 .nb-bottom-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-evenly;
}

.nb-slider-item-list-box-2 .slick-dots {
    margin-top: 10px;
}
/*
/* NB Fajl:'./components/complex/menu/menu-item-box/menu-item-box-1/menu-item-box-1.css.'
*/:root {
    --nb-menu-item-box-1-text-color: var(--nb-color-white);
    --nb-menu-item-box-1-text-font-size: var(--nb-font-size-15);
    --nb-menu-item-box-1-text-font-weight: var(--nb-font-weight-600);
}

.nb-menu-item-box-1 .nb-img {
    border-radius: var(--nb-border-radius-xs);
}

.nb-menu-item-box-1 {
    position: relative;
    margin-top: auto;
}

.nb-menu-item-box-1 .nb-menu-title {
    position: absolute;
    left: 15px;
    bottom: 10px;
    color: var(--nb-menu-item-box-1-text-color);
    font-size: var(--nb-menu-item-box-1-text-font-size);
    font-weight: var(--nb-menu-item-box-1-text-font-weight);
}

@media screen and (max-width: 991px) {
    .nb-menu-item-box-1 {
        margin-top: unset;
    }
}
/*
/* NB Fajl:'./components/complex/menu/menu-fourth-level-item/menu-fourth-level-item-1/menu-fourth-level-item-1.css.'
*/:root {
    --nb-dropdown-2-fourth-level-menu-item-text-color: var(--nb-color-gray-700);
    --nb-dropdown-2-fourth-level-menu-item-text-font-size: var(--nb-font-size-14);
    --nb-dropdown-2-fourth-level-menu-item-text-font-weight: var(--nb-font-weight-400);
}

.nb-menu-fourth-level-item-1 {
    display: flex;
    flex-direction: column;
    gap: 15px;
    height: 100%;
    min-height: 100%;
}

.nb-menu-fourth-level-item-1 .nb-menu-fourth-level-item-title {
    color: var(--nb-dropdown-2-fourth-level-menu-item-text-color);
    font-size: var(--nb-dropdown-2-fourth-level-menu-item-text-font-size);
    font-weight: var(--nb-dropdown-2-fourth-level-menu-item-text-font-weight);
}

.nb-menu-fourth-level-item-1:not(:has(.nb-menu-fourth-level-item-link)):has(.nb-menu-item-box-1) .nb-menu-item-box-1 {
    margin-top: 0;
}

.nb-menu-fourth-level-item-1 .nb-link.nb-show-all {
    text-decoration: underline !important;
}

.nb-menu-fourth-level-item-1 .nb-link.nb-show-all:hover {
    text-decoration: underline !important;
}
/*
/* NB Fajl:'./components/complex/menu/menu-third-level-item/menu-third-level-item-1/menu-third-level-item-1.css.'
*/:root {
    --nb-menu-third-level-item-1-title-color: var(--nb-color-gray-700);
    --nb-menu-third-level-item-1-title-font-size: var(--nb-font-size-15);
    --nb-menu-third-level-item-1-title-font-weight: var(--nb-font-weight-500);

    --nb-menu-third-level-item-1-border-width: var(--nb-border-width);
    --nb-menu-third-level-item-1-border-color: var(--nb-border-color);
}

.nb-menu-third-level-item-1 {
    display: flex;
    flex-direction: column;
    gap: 30px;
    height: 100%;
}

.nb-menu-third-level-item-1 .nb-link:has(.nb-menu-third-level-item-wrapper),
.nb-menu-third-level-item-1 .nb-menu-third-level-item-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}

.nb-menu-third-level-item-1 .nb-third-level-menu-item-image {
    max-width: 25px;
}

.nb-menu-third-level-item-1 .nb-third-level-menu-item-title {
    color: var(--nb-menu-third-level-item-1-title-color);
    font-size: var(--nb-menu-third-level-item-1-title-font-size);
    font-weight: var(--nb-menu-third-level-item-1-title-font-weight);
    padding-bottom: 10px;
    border-bottom: var(--nb-menu-third-level-item-1-border-width) var(--nb-border-style) var(--nb-menu-third-level-item-1-border-color);
}

@media screen and (max-width: 991px) {
    .nb-menu-third-level-item-1 {
        gap: 10px;
    }

    .nb-menu-third-level-item-1 {
        margin-bottom: 20px;
    }
}
/*
/* NB Fajl:'./components/complex/menu/menu-second-level-item/menu-second-level-item-1/menu-second-level-item-1.css.'
*/:root {
    --nb-menu-second-level-item-1-title-color: var(--nb-color-gray-700);
    --nb-menu-second-level-item-1-title-font-size: var(--nb-font-size-15);
    --nb-menu-second-level-item-1-title-font-weight: var(--nb-font-weight-600);

    --nb-menu-second-level-menu-item-1-hover-color: var(--nb-spec-color);

    --nb-menu-second-level-menu-item-1-img-max-width: 30px;
    --nb-menu-second-level-menu-item-1-img-max-height: 30px;
    /*--nb-menu-second-level-menu-item-1-hover-img-filter: brightness(0) saturate(100%) invert(11%) sepia(68%) saturate(7292%) hue-rotate(350deg) brightness(119%) contrast(86%);*/
}

.wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li.nb-menu-second-level-item-1>a.nb-second-level-menu-item-link {
    padding: 20px 20px 0;
}

.wsmenu>.wsmenu-list>li>.wsshoptabing.nb-dropdown-2>.wsshopwp>.wstabitem>li.nb-menu-second-level-item-1>a.nb-second-level-menu-item-link {
    border-bottom: unset;
    border-left: unset;
    background-color: unset;
}

.wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li.nb-menu-second-level-item-1>a.nb-second-level-menu-item-link {
    display: flex;
    align-items: center;
    gap: 20px;
    min-height: 30px;
}

.nb-menu-second-level-item-1 .nb-second-level-menu-item-link .nb-second-level-menu-item-title {
    color: var(--nb-menu-second-level-item-1-title-color);
    font-size: var(--nb-menu-second-level-item-1-title-font-size);
    font-weight: var(--nb-menu-second-level-item-1-title-font-weight);
}

.wsmenu>.wsmenu-list>li>.wsshoptabing.nb-dropdown-2>.wsshopwp>.wstabitem>li.wsshoplink-active.nb-menu-second-level-item-1 .nb-second-level-menu-item-title {
    color: var(--nb-menu-second-level-menu-item-1-hover-color);
}

.wsmenu>.wsmenu-list>li>.wsshoptabing.nb-dropdown-2>.wsshopwp>.wstabitem>li.wsshoplink-active.nb-menu-second-level-item-1 > .nb-second-level-menu-item-link .nb-img {
    filter: var(--nb-menu-second-level-menu-item-1-hover-img-filter);
}

.nb-menu-second-level-item-1 .nb-second-level-menu-item-link:hover .nb-second-level-menu-item-title {
    color: var(--nb-menu-second-level-menu-item-1-hover-color);
}

.nb-menu-second-level-item-1 .nb-second-level-menu-item-link .nb-img {
    max-width: var(--nb-menu-second-level-menu-item-1-img-max-width);
    max-height: var(--nb-menu-second-level-menu-item-1-img-max-height);
}

.nb-menu-second-level-item-1 .nb-second-level-menu-item-link:hover .nb-img {
    filter: var(--nb-menu-second-level-menu-item-1-hover-img-filter);
}

@media screen and (max-width: 991px) {
    .wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li.nb-menu-second-level-item-1>a.nb-second-level-menu-item-link {
        padding: 15px 0 0 0;
    }

    .wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li.nb-menu-second-level-item-1>a.nb-second-level-menu-item-link {
        min-height: 30px;
        gap: 5px;
    }

    .wsmenu>.wsmenu-list>li>.wsshoptabing.nb-dropdown-2>.wsshopwp>.wstabitem>li.wsshoplink-active.nb-menu-second-level-item-1 > .nb-second-level-menu-item-link .nb-img {
        filter: unset;
    }

    .nb-menu-second-level-item-1 .nb-second-level-menu-item-link:hover .nb-second-level-menu-item-title {
        color: unset;
    }
}
/*
/* NB Fajl:'./components/complex/menu/menu-dropdown/menu-dropdown-2/menu-dropdown-2.css.'
*/:root {
    --nb-dropdown-2-second-level-menu-bg: #EEEEEE66;

    --nb-dropdown-2-first-level-mobile-arrow-height: 51px;
    --nb-dropdown-2-second-level-mobile-arrow-height: 45px;
}

.wsmenu>.wsmenu-list>li>.wsshoptabing.nb-dropdown-2 {
    top: 64px;
}

.wsmenu>.wsmenu-list>li>.wsshoptabing.wtsdepartmentmenu.nb-dropdown-2 {
    border-bottom: unset;
    border-bottom-left-radius: var(--nb-border-radius-xs);
    border-bottom-right-radius: var(--nb-border-radius-xs);
    box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.15);
}

.wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp {
    background-color: unset;
}

.wsmenu>.wsmenu-list>li>.wsshoptabing.nb-dropdown-2>.wsshopwp>.wstabitem>li>.wstitemright.nb-menu-item-right-list {
    padding: 29px 40px 40px 40px;
}

.wsmenu>.wsmenu-list>li>.wsshoptabing.nb-dropdown-2>.wsshopwp {
    background-color: var(--nb-dropdown-2-second-level-menu-bg);
}

.wsmenu>.wsmenu-list>li>.wsshoptabing.nb-dropdown-2>.wsshopwp>.wstabitem>li .wstitemright.nb-menu-item-right-list {
    background-color: var(--nb-color-white);
}

.wsmenu>.wsmenu-list>li>.wsmenu-click {
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: var(--nb-dropdown-2-first-level-mobile-arrow-height);
}

.wsmenu>.wsmenu-list>li>.wsmenu-click>i {
    margin: 0;
    float: unset;
}

.wsmenu>.wsmenu-list>li>.wsmenu-click.ws-activearrow>i {
    margin: 0;
}

.wsmenu .wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li>.wsmenu-click02 {
    background-color: unset;
    border-left: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: var(--nb-dropdown-2-second-level-mobile-arrow-height);
}

.wsmenu .wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li>.wsmenu-click02 i {
    margin: 0;
}

.wsmenu .wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li>.wsmenu-click02.ws-activearrow02>i {
    margin: 0;
}

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

    .wsmenu>.wsmenu-list>li>.wsshoptabing.wtsdepartmentmenu.nb-dropdown-2 {
        margin-bottom: 10px;
        box-shadow: none;
    }

    .wsmenu>.wsmenu-list>li>.wsshoptabing.nb-dropdown-2 {
        top: 0;
    }

    .wsmenu>.wsmenu-list>li>.wsshoptabing.nb-dropdown-2>.wsshopwp>.wstabitem>li>.wstitemright.nb-menu-item-right-list {
        padding: 10px 10px;
    }
}
/*
/* NB Fajl:'./_blocks/navigation-and-search/navigation/horizontal-navigation/horizontal-navigation-7/horizontal-navigation-7.css.'
*/.nb-horizontal-navigation-7 .nb-main-navigation-3 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.nb-horizontal-navigation-7 .row,
.nb-horizontal-navigation-7 .row > * {
    margin-top: 0;
}

@media screen and (min-width: 991px) {
    .nb-horizontal-navigation-7 {
        width: 100%;
    }

    .nb-horizontal-navigation-7 .row > * {
        margin-bottom: 20px;
    }
}

/*
/* NB Fajl:'./components/complex/search/search-2/search-2.css.'
*/:root {
    --nb-search-1-border-width: var(--nb-border-width);
    --nb-search-1-border-color: var(--nb-border-color);

    --nb-search-1-bg: var(--nb-color-white);
}

.nb-search.nb-search-2 {
    border-bottom: var(--nb-search-1-border-width) var(--nb-border-style) var(--nb-search-1-border-color);
    position: absolute;
    width: 100%;
    z-index: 9999;
    top: 0;
    background: var(--nb-search-1-bg);
    display: none;
    max-height: calc(100vh - 195px);
    overflow: auto;
}
.nb-search.nb-search-2 .search-content:not(:has(.nb-search-banner-carousel-1)){
    max-height: calc(100vh - 300px);
}

.nb-search-results-wrapper{
    padding: 40px 0;
}

body.open-search{
    overflow: hidden;
}

body.open-search .nb-search-2{
    display: block;
}

body.open-search:before{
    content: '';
    position: fixed;
    inset: 0;
    opacity: .5;
    background: #000000;
    z-index: 1;
}

body.open-search .nb-main-navigation{
    opacity: 0;
    pointer-events: none;
}

.nb-loader-search{
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.nb-loader-search img{
    z-index: 2;
}

.nb-loader-search:before{
    content: '';
    position: absolute;
    inset: 0;
    background: #ffffff;
    opacity: .8;
}

.nb-search-input-wrapper{
    position: relative;
}

.nb-search-input-wrapper .nb-search-close{
    position: absolute;
    right: 20px;
    top: 9px;
    font-size: 25px;
}

@media screen and (min-width: 992px) {
    .nb-search-2 .nb-append-search-mobile{
        padding: 0;
        margin-left: 0;
        margin-right: 0;
        max-width: 100%;
    }
}
@media screen and (max-width: 992px) {
    .nb-search-results-wrapper > .row{
        flex-direction: column-reverse;
        gap: 20px;
    }
    .nb-search-results-wrapper{
        padding: 20px 0;
    }
}

/*
/* NB Fajl:'./components/complex/search/search-icon-2/search-icon-2.css.'
*/.nb-search-icon-2 {
    cursor: pointer;
    display: inline-block;
}

.nb-search-icon-2 .nb-search-input-wrapper {
    position: absolute;
    right: 0;
    top: -30px;
    width: 100%;
    display: none;
}

.nb-search-icon-2 .nb-search-input-wrapper .nb-input {
    border-radius: 4px 4px 0 0;
}

.nb-search-icon-2 .form-control.nb-input:active, .nb-search-icon-2 .form-control.nb-input:focus {
    border-color: var(--nb-input-border-color);
}

.nb-icon.nb-search-close {
   position: absolute;
   right: 20px;
   top: 8px;
}

.nb-search-icon-2 .nb-search-mobile-close {
    display: none;
}

body.open-search .nb-search-icon-2 .nb-icon-search {
    display: none;
}

body.open-search .nb-search-input-wrapper {
    display: block;
}

@media screen and (max-width: 992px) {
    body.open-search .nb-search-input-wrapper {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 15px;
        margin-bottom: 15px;
    }

     .nb-search-mobile-close {
        display: inline-block;
        padding-left: 5px;
        margin-right: 5px;
    }

     .nb-search-input-wrapper .nb-input {
        display: inline-block;
        width: 90%;
        order: 2;
        margin-right: 15px;
    }

     .nb-icon.nb-search-close {
        right: 25px;
    }
}
/*
/* NB Fajl:'./components/complex/product/product-card/product-card.css.'
*/
/*
    PRODUCT CARD komponenta
*/

.nb-card.nb-product-card {
    border: var(--nb-product-card-border-width) var(--nb-border-style) var(--nb-border-color);
    border-radius: var(--nb-product-card-border-radius);
    background: var(--nb-product-card-bg);
}

.nb-card.nb-product-card.border-radius-bottom{
    border-top-right-radius: 0 !important;
    border-top-left-radius: 0 !important;
}

.nb-card.nb-product-card.border-radius-top{
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.nb-product-card .nb-product-card-footer{
    border-radius: 0;
    background-color: var(--nb-product-card-footer-bg);
    border-top: 0;
    padding: 0 var(--nb-spacer-x) var(--nb-spacer-y);
    margin-top: calc(-.5 * var(--nb-spacer-y));
}

.nb-product-card .nb-product-card-header {
    border-top-left-radius: var(--nb-product-card-border-radius);
    border-top-right-radius: var(--nb-product-card-border-radius);
    background-color: var(--nb-product-card-header-bg);
    padding: calc(var(--nb-spacer-x)/2) var(--nb-spacer-y);
    border-bottom: var(--nb-product-card-border-width) var(--nb-border-style) var(--nb-border-color);
}

.card.nb-card.nb-product-card {
    --bs-card-spacer-y: var(--nb-product-card-spacer-y);
    --bs-card-spacer-x: var(--nb-product-card-spacer-x);
}

.nb-card.nb-product-card .card-body.nb-card-body.nb-product-card-body {
    padding: var(--nb-product-card-spacer-y) var(--nb-product-card-spacer-x);
}

.nb-card.nb-product-card .card-body.nb-card-body.nb-product-card-body > * + * {
    margin-top: var(--nb-product-card-spacer-y);
}

.nb-card.nb-product-card .nb-img-wrapper > .nb-link{
    display: block;
}

.nb-card.nb-product-card .nb-img-wrapper picture{
    display: block;
    width: fit-content;
    margin: auto;
}
/*
/* NB Fajl:'./components/complex/product/product-name/product-name/product-name.css.'
*/.nb-product-name,
.nb-product-name .nb-title{
    font-size: var(--nb-product-name-font-size);
    line-height: var(--nb-product-name-line-height);
    font-weight: var(--nb-product-name-font-weight);
    letter-spacing: var(--nb-product-name-letter-spacing);
    color: var(--nb-product-name-color);
    font-family: var(--nb-product-name-font-family);
    font-style: var(--nb-product-name-font-style);
    margin-bottom: 0;
    height: calc(var(--nb-dt-rows) * var(--nb-product-name-line-height) * var(--nb-product-name-font-size));
}

.nb-product-name.nb-product-name-s,
.nb-product-name.nb-product-name-s .nb-title {
    font-size: var(--nb-product-name-font-size-s);
    height: calc(var(--nb-dt-rows) * var(--nb-product-name-line-height) * var(--nb-product-name-font-size-s));

}

.nb-product-name.nb-product-name-m,
.nb-product-name.nb-product-name-m .nb-title  {
    font-size: var(--nb-product-name-font-size-m);
    height: calc(var(--nb-dt-rows) * var(--nb-product-name-line-height) * var(--nb-product-name-font-size-m));

}

.nb-product-name.nb-product-name-l,
.nb-product-name.nb-product-name-l .nb-title {
    font-size: var(--nb-product-name-font-size-l);
    height: calc(var(--nb-dt-rows) * var(--nb-product-name-line-height) * var(--nb-product-name-font-size-l));

}
/*
/* NB Fajl:'./components/complex/product/product-price/price-loyalty-with-image/price-loyalty-with-image.css.'
*/:root {
    --nb-price-loyalty-with-image-font-size: var(--nb-font-size-18);
    --nb-price-loyalty-with-image-font-weight: var(--nb-font-bold);
    --nb-price-loyalty-with-image-line-height: var(--nb-body-line-height);
    --nb-price-loyalty-with-image-color: var(--nb-color-yellow);
}

.nb-price-loyalty-with-image {
    display: flex;
    align-items: center;
    gap: 5px;
    height: auto;
    font-size: var(--nb-price-loyalty-with-image-font-size);
    font-weight: var(--nb-price-loyalty-with-image-font-weight);
    line-height: var(--nb-price-loyalty-with-image-line-height);
    color: var(--nb-price-loyalty-with-image-color);
}

.nb-price-loyalty-with-image .nb-img {
    width: 22px;
}

@media screen and (max-width: 768px) {
    :root {
        --nb-price-loyalty-with-image-font-size: var(--nb-font-size-14);
    }
}
/*
/* NB Fajl:'./components/complex/product/product-price/price-loyalty/price-loyalty.css.'
*/:root {
    --nb-price-loyalty-font-size: var(--nb-font-size-16);
    --nb-price-loyalty-font-weight: var(--nb-font-regular);
    --nb-price-loyalty-line-height: var(--nb-body-line-height);
    --nb-price-loyalty-color: var(--nb-spec-color);
}

.nb-price-loyalty {
    display: flex;
    align-items: stretch;
    gap: 2px;
    height: auto;
    font-size: var(--nb-price-loyalty-font-size);
    font-weight: var(--nb-price-loyalty-font-weight);
    line-height: var(--nb-price-loyalty-line-height);
    color: var(--nb-price-loyalty-color);
}
/*
/* NB Fajl:'./components/complex/product/product-prices/product-prices-1/product-prices-1.css.'
*/.nb-product-prices-1 > *:not(:last-child) {
    margin-bottom: 5px;
}

.nb-product-prices-1 > * {
    max-width: max-content;
}
/*
/* NB Fajl:'./components/complex/product/product-author/product-author.css.'
*/.nb-product-author-component .author-name:hover {
    color: var(--nb-link-color-secondary) !important;
}

.nb-product-author-component:has(.nb-product-author) {
    display: flex;
    width: fit-content;
    gap: 5px;
}
/*
/* NB Fajl:'./components/complex/product/product-card/product-card-5/product-card-5.css.'
*/:root{
    --nb-product-card-5-border-color: var(--nb-border-color);
    --nb-product-card-5-border-radius: var(--nb-border-radius-s);
    --product-card-5-title-font-size: var(--nb-font-size-15);
    --product-card-5-title-rows: 2;
    --product-card-5-active-price-font-size: var(--nb-font-size-14);
    --product-card-5-old-price-font-size: var(--nb-font-size-12);
    --nb-product-card-5-active-price-color: var(--nb-spec-color);
    --nb-product-card-5-active-font-weight: var(--nb-font-weight-600);
    --nb-product-card-5-min-height: 120px;
    --nb-product-card-5-title-line-height: 1.3;
    --nb-product-card-5-dt-rows: 2;
}

.nb-product-card-5 .nb-card {
    min-height: var(--nb-product-card-5-min-height);
}

.nb-product-card-5 .nb-product-prices-1 > *:not(:last-child) {
    margin-bottom: 1px;
}

.nb-product-card-5 .nb-product-card{
    --nb-product-name-font-size: var(--product-card-5-title-font-size);
    flex-direction: row;
    border: var(--nb-border-width) var(--nb-border-style) var(--nb-product-card-5-border-color);
    border-radius: var(--nb-product-card-5-border-radius);
}
.nb-product-card-5 .nb-product-card .nb-img-wrapper{
    flex: 4;
    padding: 10px;
}
.nb-product-card-5 .nb-product-card .nb-img-wrapper .nb-img{
    border-radius: var(--nb-product-card-5-border-radius);
}
.nb-product-card-5 .nb-product-card .nb-card-body{
    flex: 8;
    padding-right: 10px;
}
.nb-product-card-5 .nb-product-card .nb-card-body .nb-product-name .nb-title{
    font-size: var(--product-card-5-title-font-size);
    line-height: var(--nb-product-card-5-title-line-height);
    height: calc(var(--nb-product-card-5-dt-rows) * var(--nb-product-card-5-title-line-height) * var(--product-card-5-title-font-size));
}
.nb-product-card-5 .nb-product-card.nb-card .nb-card-body.nb-product-card-body .nb-product-prices-1{
    margin-top: 5px;
}
.nb-product-card-5 .nb-product-card .nb-card-body .nb-price.nb-price-active{
    font-size: var(--product-card-5-active-price-font-size);
    color: var(--nb-product-card-5-active-price-color);
    font-weight: var(--nb-product-card-5-active-font-weight);
}
.nb-product-card-5 .nb-product-card .nb-card-body .nb-price{
    font-size: var(--product-card-5-old-price-font-size);
}

@media screen and (max-width: 768px) {
    .nb-product-card-5 .nb-product-card .nb-card-body .nb-product-name .nb-title{
        --nb-dt-rows: auto;
    }
    .nb-product-card-5 .nb-img-wrapper{
        max-width: 100px;
    }
    .nb-product-card-5 .nb-img{
        max-width: 80px;
    }
}
/*
/* NB Fajl:'./components/complex/search/search-product-grid/search-product-grid-2/search-product-grid-2.css.'
*/:root{
    --nb-search-product-grid-2-title-font-size: var(--nb-font-size-14);
    --nb-search-product-grid-2-title-font-weight: var(--nb-font-regular);

    --nb-search-product-grid-2-link-font-size: var(--nb-font-size-14);
    --nb-search-product-grid-2-link-font-weight: var(--nb-font-regular);
    --nb-search-product-grid-2-carousel-img-border-radius: var(--nb-border-radius-xs);

}

.nb-search-product-grid-2 .nb-items-wrapper{
    max-height: calc(100vh - 480px);
    overflow-y: auto;
    padding-right: 10px;
    padding-bottom: 20px;
    margin-top: 0;
}
.nb-search-product-grid-2 .nb-product-col{
    height: fit-content;
}

.nb-search-product-grid-2 .nb-title-link-wrapper{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
.nb-search-product-grid-2 .nb-title-link-wrapper .custom-text{
    font-size: var(--nb-search-product-grid-2-title-font-size);
    font-weight: var(--nb-search-product-grid-2-title-font-weight);
}
.nb-search-product-grid-2 .nb-title-link-wrapper .nb-link{
    font-size: var(--nb-search-product-grid-2-link-font-size);
    font-weight: var(--nb-search-product-grid-2-link-font-weight);
    margin-right: 15px;
}
.nb-search-product-grid-2 .nb-search-banner-carousel-1 .nb-img{
    border-radius: var(--nb-search-product-grid-2-carousel-img-border-radius);
}
@media screen and (min-width: 1200px) {
    .nb-search-product-grid-2 .nb-items-wrapper :nth-child(-n+3){
        margin-top: 0;
    }
}
@media screen and (min-width: 768px) {
    .nb-search-product-grid-2 .nb-items-wrapper :nth-child(-n+2){
        margin-top: 0;
    }
}

@media (max-width: 576px) {
    .nb-search-product-grid-2 .nb-product-col:first-child {
        margin-top: 0;
    }
}
/*
/* NB Fajl:'./components/core/box/box-with-link-list/box-with-link-list.css.'
*/:root{
    --nb-box-with-link-list-title-font-size: var(--nb-font-size-16);
    --nb-box-with-link-list-title-font-weight: var(--nb-font-semibold);
    --nb-box-with-link-list-title-line-height: 24px;

    --nb-box-with-link-list-link-font-size: var(--nb-link-m);
    --nb-box-with-link-list-link-font-weight: var(--nb-font-regular);
    --nb-box-with-link-list-link-line-height: 24px;

    --nb-box-with-link-list-border-color: var(--nb-border-color);
    --nb-box-with-link-list-bg-color: transparent;

}
.nb-box-with-link-list{
    background-color: var(--nb-box-with-link-list-bg-color);
}
.nb-box-with-link-list .nb-link-list-title{
    font-size: var(--nb-box-with-link-list-title-font-size);
    font-weight: var(--nb-box-with-link-list-title-font-weight);
    line-height: var(--nb-box-with-link-list-title-line-height);
    border-bottom: var(--nb-border-width) var(--nb-border-style) var(--nb-box-with-link-list-border-color);
    margin-right: 20px;
    margin-left: 20px;
    margin-bottom: 5px;
    padding-bottom: 5px;
}
.nb-box-with-link-list .nb-items-wrapper .nb-link{
    font-size: var(--nb-box-with-link-list-link-font-size);
    font-weight: var(--nb-box-with-link-list-link-font-weight);
    line-height: var(--nb-box-with-link-list-link-line-height);
}
.nb-box-with-link-list .nb-items-wrapper{
    max-height: 135px;
    overflow-y: auto;
}
.nb-box-with-link-list .nb-items-wrapper .nb-slider-item{
    padding: 5px 20px;
}
@media screen and (max-width: 992px) {
    :root{
        --nb-box-with-link-list-link-font-size: var(--nb-link-xs);
        --nb-box-with-link-list-title-font-size: var(--nb-font-size-14);
        --nb-box-with-link-list-link-line-height: 20px;
        --nb-box-with-link-list-title-line-height: 20px;
    }

    .nb-box-with-link-list .nb-link-list-title{
        border-bottom-color: transparent;
        margin-bottom: 5px;
        margin-left: 0;
    }
    .nb-box-with-link-list .nb-items-wrapper .nb-link{
        margin-top: 0;
        margin-left: 10px;
    }
    .nb-box-with-link-list .nb-items-wrapper .nb-link:first-of-type{
        margin-left: 0;
    }

    .nb-box-with-link-list .nb-items-wrapper .nb-slider-item{
        padding: 2px 8px;
        background: var(--nb-color-gray-100);
        border-radius: var(--nb-border-radius-4);
    }
}
/*
/* NB Fajl:'./components/complex/search/search-brands/search-brands-1/search-brands-1.css.'
*/:root {
    --nb-search-brands-1-color: var(--nb-text-color-primary);
    --nb-search-brands-1-font-size: var(--nb-font-size-16);
    --nb-search-brands-1-font-weight: var(--nb-font-weight-400);

    --nb-search-brands-1-hover-color: var(--nb-spec-color);
    --nb-search-brands-1-hover-bg: var(--nb-color-white);
}

.nb-search-brands-1 .nb-items-wrapper .nb-link {
    color: var(--nb-search-brands-1-color);
    font-size: var(--nb-search-brands-1-font-size);
    font-weight: var(--nb-search-brands-1-font-weight);
}

.nb-search-brands-1 .nb-items-wrapper .nb-link:hover,
.nb-search-brands-1 .nb-items-wrapper .nb-link:focus {
    color: var(--nb-search-brands-1-hover-color);
}

.nb-search-brands-1 .nb-items-wrapper .nb-link:hover .nb-slider-item,
.nb-search-brands-1 .nb-items-wrapper .nb-link:focus .nb-slider-item {
    background-color: var(--nb-search-brands-1-hover-bg);
}

/*
/* NB Fajl:'./components/complex/search/search-categories/search-categories-2/search-categories-2.css.'
*/:root {
    --nb-search-categories-2-color: var(--nb-text-color-primary);
    --nb-search-categories-2-font-size: var(--nb-font-size-16);
    --nb-search-categories-2-font-weight: var(--nb-font-weight-400);

    --nb-search-categories-2-hover-color: var(--nb-spec-color);
    --nb-search-categories-2-hover-bg: var(--nb-color-white);
}

.nb-search-categories-2 .nb-items-wrapper .nb-link {
    color: var(--nb-search-categories-2-color);
    font-size: var(--nb-search-categories-2-font-size);
    font-weight: var(--nb-search-categories-2-font-weight);
}

.nb-search-categories-2 .nb-items-wrapper .nb-link:hover,
.nb-search-categories-2 .nb-items-wrapper .nb-link:focus {
    color: var(--nb-search-categories-2-hover-color);
}

.nb-search-categories-2 .nb-items-wrapper .nb-link:hover .nb-slider-item,
.nb-search-categories-2 .nb-items-wrapper .nb-link:focus .nb-slider-item {
    background-color: var(--nb-search-categories-2-hover-bg);
}

/*
/* NB Fajl:'./components/core/text/custom-text-with-icon-1/custom-text-with-icon-1.css.'
*/:root {
    --nb-custom-text-with-icon-1-padding-x: 12px;
    --nb-custom-text-with-icon-1-padding-y: 10px;
    --nb-custom-text-with-icon-1-bg: var(--nb-color-gray-100);
    --nb-custom-text-with-icon-1-text-font-size: var(--nb-font-size-14);
    --nb-custom-text-with-icon-1-text-font-weight: var(--nb-font-regular);
    --nb-custom-text-with-icon-1-text-color: var(--nb-text-color-primary);
    --nb-custom-text-with-icon-1-icon-color: var(--nb-spec-color);
}

.nb-custom-text-with-icon-1 {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: var(--nb-custom-text-with-icon-1-padding-y) var(--nb-custom-text-with-icon-1-padding-x);
    background-color: var(--nb-custom-text-with-icon-1-bg);
}

.nb-custom-text-with-icon-1 .custom-text {
    font-size: var(--nb-custom-text-with-icon-1-text-font-size);
    font-weight: var(--nb-custom-text-with-icon-1-text-font-weight);
    color: var(--nb-custom-text-with-icon-1-text-color);
}

.nb-custom-text-with-icon-1 .nb-icon {
    color: var(--nb-custom-text-with-icon-1-icon-color);
}
/*
/* NB Fajl:'./components/complex/search/search-suggestions/search-suggestions-1/search-suggestions-1.css.'
*/:root{
    --nb-search-suggestions-1-title-font-size: var(--nb-font-size-16);
    --nb-search-suggestions-1-title-font-weight: var(--nb-font-semibold);
    --nb-search-suggestions-1-title-line-height: 24px;

    --nb-search-suggestions-1-color: var(--nb-text-color-primary);
    --nb-search-suggestions-1-font-size: var(--nb-font-size-16);
    --nb-search-suggestions-1-font-weight: var(--nb-font-weight-400);
    --nb-search-suggestions-1-link-line-height: 24px;

    --nb-search-suggestions-1-hover-color: var(--nb-spec-color);
    --nb-search-suggestions-1-hover-bg: var(--nb-color-white);

    --nb-search-suggestions-1-border-color: var(--nb-border-color);
    --nb-search-suggestions-1-bg-color: transparent;

    --nb-search-suggestions-1-icon-font-size: var(--nb-icon-size-l);
}

.nb-search-suggestions-1 {
    background-color: var(--nb-search-suggestions-1-bg-color);
}

.nb-search-suggestions-1 .nb-suggestions-list-title {
    font-size: var(--nb-search-suggestions-1-title-font-size);
    font-weight: var(--nb-search-suggestions-1-title-font-weight);
    line-height: var(--nb-search-suggestions-1-title-line-height);
    border-bottom: var(--nb-border-width) var(--nb-border-style) var(--nb-search-suggestions-1-border-color);
    margin-right: 20px;
    margin-left: 20px;
    margin-bottom: 5px;
}

.nb-search-suggestions-1 .nb-items-wrapper .nb-link {
    color: var(--nb-search-categories-2-color);
    font-size: var(--nb-search-categories-2-font-size);
    font-weight: var(--nb-search-categories-2-font-weight);
}

.nb-search-suggestions-1 .nb-items-wrapper .nb-link:hover,
.nb-search-suggestions-1 .nb-items-wrapper .nb-link:focus {
    color: var(--nb-search-categories-2-hover-color);
}

.nb-search-suggestions-1 .nb-items-wrapper .nb-link:hover .nb-slider-item,
.nb-search-suggestions-1 .nb-items-wrapper .nb-link:focus .nb-slider-item {
    background-color: var(--nb-search-categories-2-hover-bg);
}

.nb-search-suggestions-1 .nb-items-wrapper {
    max-height: 135px;
    overflow-y: auto;
}

.nb-search-suggestions-1 .nb-items-wrapper .nb-link .nb-icon {
    font-size: var(--nb-search-suggestions-1-icon-font-size);
    color: var(--nb-search-suggestions-1-color);
}

.nb-search-suggestions-1 .nb-items-wrapper .nb-link:hover .nb-custom-text-with-icon-1 .nb-icon {
    color: var(--nb-search-suggestions-1-hover-color);
}

@media screen and (max-width: 992px) {
    :root {
        --nb-search-suggestions-1-title-font-size: var(--nb-font-size-14);
        --nb-search-suggestions-1-link-font-size: var(--nb-link-xs);
    }

    .nb-search-suggestions-1 .nb-suggestions-list-title{
        display: none;
    }

    .nb-search-suggestions-1 .nb-items-wrapper .nb-custom-text-with-icon-1 {
        padding-left: 0;
    }
}
/*
/* NB Fajl:'./components/core/tag/search-tag/search-tag-1/search-tag-1.css.'
*/:root {
    --nb-search-tag-bg: var(--nb-color-white);
    --nb-search-tag-color: var(--nb-color-gray-600);
    --nb-search-tag-border-radius: var(--nb-border-radius-xs);
    --nb-search-tag-border-color: var(--nb-border-color);
    --nb-search-tag-hover-border-color: var(--nb-spec-color);
    --nb-search-tag-font-size: var(--nb-paragraph-xs);
    --nb-search-tag-padding-x: 10px;
    --nb-search-tag-padding-y: 5px;
}

.nb-tag-search-tag-1 {
    font-size: var(--nb-search-tag-font-size);
    padding: var(--nb-search-tag-padding-y) var(--nb-search-tag-padding-x);
    background-color: var(--nb-search-tag-bg);
    color: var(--nb-search-tag-color);
    border: var(--nb-border-width) var(--nb-border-style) var(--nb-search-tag-border-color);
    border-radius: var(--nb-search-tag-border-radius);
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}


.nb-tag-search-tag-1:hover,
.nb-tag-search-tag-1:focus {
    border-color: var(--nb-search-tag-hover-border-color);
}

/*
/* NB Fajl:'./components/complex/search/search-tag-list/search-tag-list-1/search-tag-list-1.css.'
*/.nb-search-tag-list-1 .nb-slider .nb-slider-item{
    margin: 0 5px;
}
.nb-search-tag-list-1 .nb-slider .nb-slider-item:first-of-type{
    margin-left: 0;
}
/*
/* NB Fajl:'./components/complex/search/search-1/search-1.css.'
*/:root {
    --nb-search-1-border-width: var(--nb-border-width);
    --nb-search-1-border-color: var(--nb-border-color);

    --nb-search-1-bg: var(--nb-color-white);
}

.nb-search.nb-search-1 {
    border-bottom: var(--nb-search-1-border-width) var(--nb-border-style) var(--nb-search-1-border-color);
    position: absolute;
    width: 100%;
    z-index: 9999;
    top: calc(100% + 1px);
    background: var(--nb-search-1-bg);
    display: none;
    max-height: calc(100vh - 96px);
    overflow: auto;
}

.nb-search-results-wrapper{
    padding: 40px 0;
}

body.open-search{
    overflow: hidden;
}

body.open-search .nb-search-1{
    display: block;
}

body.open-search:before{
    content: '';
    position: fixed;
    inset: 0;
    opacity: .5;
    background: #000000;
    z-index: 1;
}

body.open-search .nb-main-navigation{
    opacity: 0;
    pointer-events: none;
}

.nb-loader-search{
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.nb-loader-search img{
    z-index: 2;
}

.nb-loader-search:before{
    content: '';
    position: absolute;
    inset: 0;
    background: #ffffff;
    opacity: .8;
}

.nb-search-input-wrapper{
    position: relative;
}

.nb-search-input-wrapper .nb-search-close{
    position: absolute;
    right: 10px;
    top: 9px;
    font-size: 25px;
}

@media screen and (max-width: 992px) {
    .nb-search-results-wrapper > .row{
        flex-direction: column-reverse;
        gap: 20px;
    }
    .nb-search-results-wrapper{
        padding: 20px 0;
    }
    .nb-search-input-wrapper .nb-icon.nb-search-close {
        right: 25px;
    }
}

/*
/* NB Fajl:'./static/css/nbcomponent/nb7.price.css.'
*/:root {
    --nb-price-active-color: var(--nb-spec-color);
    --nb-price-active-font-size: var(--nb-font-size-18);
    --nb-price-active-font-weight: var(--nb-font-regular);
    --nb-price-active-line-height: var(--nb-body-line-height);

    --nb-price-active-red-color: #E23034;

    --nb-price-prev-color: var(--nb-color-gray);
    --nb-price-prev-font-size: var(--nb-font-size-18);
    --nb-price-prev-font-weight: var(--nb-font-regular);
    --nb-price-prev-line-height: var(--nb-body-line-height);
    --nb-price-prev-text-decoration: line-through;
}

.nb-price.nb-price-active {
    font-size: var(--nb-price-active-font-size);
    font-weight: var(--nb-price-active-font-weight);
    line-height: var(--nb-price-active-line-height);
    color: var(--nb-price-active-color);
}

.nb-price.nb-price-active.red{
    color: var(--nb-price-active-red-color);
}

.nb-price.nb-price-prev {
    font-size: var(--nb-price-prev-font-size);
    font-weight: var(--nb-price-prev-font-weight);
    line-height: var(--nb-price-prev-line-height);
    color: var(--nb-price-prev-color);
    text-decoration: var(--nb-price-prev-text-decoration);
}
/*
/* NB Fajl:'./_blocks/navigation-and-search/search/smart-search/smart-search-1/smart-search-1.css.'
*/.nb-smart-search-1 .search-content{
    margin: 0;
}
.nb-smart-search-1 .right-search-wrapper{
    padding-left: 20px;
    padding-top: 20px;
    margin-top: 0;
}
.nb-smart-search-1 .left-search-wrapper{
    padding: 20px 0 10px 0;
    margin-top: 0;
    background-color: rgba(238, 238, 238, 0.4);
}
.nb-smart-search-1 .left-search-wrapper .nb-box-with-link-list{
    margin-top: 15px;
}

.nb-smart-search-1 .nb-search-tag-list-1{
    margin-bottom: 10px;
}
.nb-smart-search-1 .nb-search-tag-list-1 .nb-slider-init{
    margin: 0 !important;
}
.nb-smart-search-1 .search-content-with-banner .nb-search-banner-1{
    padding: 20px;
}
.nb-smart-search-1 .search-content-with-banner .nb-search-banner-carousel-1{
    margin-bottom: 10px;
}
.nb-smart-search-1 .search-content-with-banner .nb-search-banner-carousel-1 .nb-slider-init{
    margin: 0 -10px;
    margin-bottom: 20px;
}
.nb-smart-search-1 .search-content-with-banner .nb-search-banner-carousel-1 .nb-slider-init .nb-slider-item{
    margin: 0 10px;
}
.nb-smart-search-1 .nb-search-categories-2 .nb-items-wrapper .nb-link,
.nb-smart-search-1 .nb-search-brands-1 .nb-items-wrapper .nb-link{
    width: 100%;
}

@media screen and (min-height: 900px) {
    body.open-search .nb-smart-search-1 .nb-box-with-link-list .nb-items-wrapper,
    body.open-search .nb-smart-search-1 .nb-search-suggestions-1 .nb-items-wrapper{
        max-height: 130px;
    }
}
@media screen and (max-height: 900px) {
    body.open-search .nb-smart-search-1 .nb-box-with-link-list .nb-items-wrapper,
    body.open-search .nb-smart-search-1 .nb-search-suggestions-1 .nb-items-wrapper{
        max-height: 120px;
    }
    .nb-smart-search-1 .nb-search-product-grid-2 .nb-items-wrapper {
        max-height: calc(100vh - 410px);
    }
}
@media screen and (max-height: 800px) {
    body.open-search .nb-smart-search-1 .nb-box-with-link-list .nb-items-wrapper,
    body.open-search .nb-smart-search-1 .nb-search-suggestions-1 .nb-items-wrapper{
        max-height: 100px;
    }
}
@media screen and (max-height: 770px) {
    body.open-search .nb-smart-search-1 .nb-box-with-link-list .nb-items-wrapper,
    body.open-search .nb-smart-search-1 .nb-search-suggestions-1 .nb-items-wrapper{
        max-height: 80px;
    }
}
@media screen and (max-height: 710px) {
    body.open-search .nb-smart-search-1 .nb-box-with-link-list .nb-items-wrapper,
    body.open-search .nb-smart-search-1 .nb-search-suggestions-1 .nb-items-wrapper{
        max-height: 70px;
    }
}
@media screen and (max-width: 1250px) {
    body.open-search .nb-smart-search-1 .nb-ecommerce-header-5 .smart-search-modal-1,
    body.open-search .nb-smart-search-1 .nb-ecommerce-header-5 .nb-search.nb-search-2{
        width: 900px;
    }
}
@media screen and (max-width: 992px) {

    .nb-smart-search-1 .right-search-wrapper{
        padding-left: 0;
        padding-right: 0;
        margin-top: inherit;
    }
    .nb-smart-search-1 .left-search-wrapper{
        padding-top: 10px;
        background-color: transparent;
    }
    body.open-search .nb-smart-search-1 .nb-box-with-link-list .nb-items-wrapper,
    body.open-search .nb-smart-search-1 .nb-search-suggestions-1 .nb-items-wrapper{
        max-height: 135px;
    }
    .nb-smart-search-1 .nb-search-product-grid-2 .nb-items-wrapper {
        max-height: unset;
    }
    .nb-smart-search-1 .nb-search-categories-2 .nb-items-wrapper .nb-link,
    .nb-smart-search-1 .nb-search-brands-1 .nb-items-wrapper .nb-link{
        width: unset;
    }
    .nb-smart-search-1 .nb-search-tag-list-1{
        display: none;
    }
    .nb-smart-search-1 .search-content-with-banner .nb-search-banner-1{
        padding: 20px 0;
    }

    .nb-smart-search-1 .left-search-wrapper .nb-box-with-link-list:first-child {
        margin-top: 0;
    }

}
@media screen and (max-width: 768px){
    .nb-smart-search-1 .nb-search-product-grid-2 .nb-items-wrapper{
        padding-right: 0;
    }
}
@media screen and (max-width: 576px){
    .nb-smart-search-1 .search-content-with-banner .nb-search-banner-carousel-1 .nb-slider-init{
        margin: 0 0 20px -10px;
    }

}

/*
/* NB Fajl:'./_blocks/navigation-and-search/search/smart-search/smart-search-modal-2/smart-search-modal-2.css.'
*/body.open-search #searchHolder {
    display: block;
}

#searchHolder {
    display: none;
}

body.open-search .nb-smart-search-modal-2 {
    position: absolute;
    z-index: 9999;
    width: 1200px;
    left: 50%;
    transform: translateX(-50%);
    top: 26px;
}

.nb-smart-search-modal-2 .nb-search.nb-search-2 {
    top: 18px;
}

body.open-search .nb-ecommerce-header-5 #searchHolder {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
}

@media screen and (max-width: 1200px) {
    body.open-search .nb-smart-search-modal-2 {
        width: calc(100vw - 20px);
    }
}

@media screen and (max-width: 992px) {
    body.open-search .nb-ecommerce-header-5 #searchHolder {
        position: fixed;
        top: 0;
    }

    .nb-smart-search-modal-2 .nb-search.nb-search-2 .search-content {
        max-height: unset;
    }

    body.open-search .nb-smart-search-modal-2,
    body.open-search .nb-smart-search-modal-2 .nb-search.nb-search-2 {
        width: 100vw;
        max-height: 100vh;
        height: 100svh;
        top: 0;
    }
    body.open-search .nb-smart-search-modal-2 .nb-search-input-wrapper .nb-input{
        margin-right: 5px;
    }
}
@media screen and (max-width: 576px){
    body.open-search .nb-smart-search-modal-2 .nb-append-search-mobile{
        padding-left: 15px;
        padding-right: 15px;
    }
}

/*
/* NB Fajl:'./_blocks/header-and-footer/header/ecommerce-header/ecommerce-header-15/ecommerce-header-15.css.'
*/:root {
    --nb-ecommerce-header-15-top-header-bg: var(--nb-color-gray-900);
    --nb-ecommerce-header-15-bottom-header-bg: var(--nb-color-gray-100);

    --nb-ecommerce-header-15-quick-links-font-size: var(--nb-font-size-12);
    --nb-ecommerce-header-15-quick-links-font-weight: var(--nb-font-regular);
    --nb-ecommerce-header-15-quick-links-color: var(--nb-color-white);

    --nb-ecommerce-header-15-headlines-font-size: var(--nb-font-size-12);
    --nb-ecommerce-header-15-headlines-font-weight: var(--nb-font-regular);
    --nb-ecommerce-header-15-headlines-color: var(--nb-color-white);

    --nb-ecommerce-header-15-user-font-size: var(--nb-font-size-12);
    --nb-ecommerce-header-15-user-font-weight: var(--nb-font-regular);
    --nb-ecommerce-header-15-user-color: var(--nb-color-white);
}

.nb-ecommerce-header-15 .nb-header-top-wrapper {
    background-color: var(--nb-ecommerce-header-15-top-header-bg);
    padding: 0;
}

.nb-ecommerce-header-15 .nb-header-site-user-1 {
    gap: 10px;
}

.nb-ecommerce-header-15 .nb-header-site-user-1 .nb-login-link {
    border: unset;
    position: relative;
}

.nb-ecommerce-header-15 .nb-header-site-user-1 .nb-login-link:after {
    content: '';
    height: 10px;
    width: 1px;
    background-color: var(--nb-color-white);
    position: absolute;
    right: 0px;
    display: inline-block;
    top: 50%;
    transform: translateY(-50%);
}

.nb-ecommerce-header-15 .nb-header-site-user-1 > .nb-link,
.nb-ecommerce-header-15 .nb-header-site-user-1 > span {
    font-size: var(--nb-ecommerce-header-15-user-font-size);
    font-weight: var(--nb-ecommerce-header-15-user-font-weight);
    color: var(--nb-ecommerce-header-15-user-color);
}

.nb-ecommerce-header-15 .nb-header-site-user-1 > .nb-link:hover {
    text-decoration: underline;
}

.nb-ecommerce-header-15 .nb-header-top-wrapper .row {
    height: 32px;
    align-items: center;
}

.nb-ecommerce-header-15 .nb-header-menu-wrapper {
    width: 100%;
    padding: 0;
    background-color: var(--nb-ecommerce-header-15-bottom-header-bg);
    height: 40px;
}

.block-editing .nb-ecommerce-header-15 .nb-header-menu-wrapper {
    height: unset;
}

.nb-ecommerce-header-15 .nb-header-top-wrapper .row,
.nb-ecommerce-header-15 .nb-header-top-wrapper .row > * {
    margin-top: 0;
}

.nb-ecommerce-header-15 .nb-header-user-wrapper {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 10px;
}

.nb-ecommerce-header-15 .nb-header-user-wrapper .nb-is-user-loyalty-trigger {
    font-size: var(--nb-ecommerce-header-15-user-font-size);
    font-weight: var(--nb-ecommerce-header-15-user-font-weight);
    color: var(--nb-ecommerce-header-15-user-color);

}

.nb-ecommerce-header-15 .nb-header-user-wrapper .nb-is-user-loyalty-trigger:after {
    content: var(--nb-header-site-user-1-separator);
    right: 0;
    position: relative;
    padding-left: 10px;
}

.nb-ecommerce-header-15 .nb-header-middle-wrapper .nb-logo .nb-img {
    width: 100%;
    max-height: 47px;
}

body:not(.block-editing) .nb-ecommerce-header-15 {
    position: sticky;
    left: 0;
    right: 0;
    top: 0;
    background-color: var(--nb-color-white);
    z-index: 999;
    box-shadow: 0px 0px 8px 0px #0000001A;
}

.nb-ecommerce-header-15 .nb-logo{
    flex-shrink: 0;
}

.nb-ecommerce-header-15 .nb-header-middle-wrapper .nb-header-shop-utilities {
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: flex-end;
    flex-shrink: 0;
}

.nb-ecommerce-header-15 .nb-menu-row {
    position: relative;
}

.nb-ecommerce-header-15 .nb-header-middle-wrapper {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
}

.block-editing #searchHolder {
    display: none;
}

body.open-search .nb-ecommerce-header-15 #searchHolder {
    z-index: 9999;
    position: relative;
}

.nb-ecommerce-header-15 .nb-header-info-carousel-2 .nb-slider-arrows .slider-prev,
.nb-ecommerce-header-15 .nb-header-info-carousel-2 .nb-slider-arrows .slider-next {
    color: var(--nb-ecommerce-header-15-headlines-color);
    font-size: var(--nb-font-size-12);
}

.nb-ecommerce-header-15 .nb-header-cart-count-total-wrapper .nb-header-cart-count-total-label,
.nb-ecommerce-header-15 .nb-header-cart-count-total-wrapper .nb-header-cart-count:not(.nbf-cart-total),
.nb-ecommerce-header-15 .nb-header-favorite-count-value,
.nb-ecommerce-header-15 .nb-header-favorite-label {
    display: none;
}

.nb-ecommerce-header-15 .nb-header-cart-count-total-wrapper,
.nb-ecommerce-header-15 .nb-header-favorite-2 .nb-header-favorite-count-wrapper,
.nb-ecommerce-header-15 .nb-header-gift-1 .nb-header-gift-count,
.nb-ecommerce-header-15 .nb-header-favorite-2 .nb-header-favorite-count,
.nb-ecommerce-header-15 .nb-header-cart-count-total-wrapper .nb-header-cart-count {
    font-size: var(--nb-font-size-12);
    font-weight: var(--nb-font-medium);
    line-height: 1;
    top: 0px;
    position: relative;
}

.nb-ecommerce-header-15 .nb-header-cart-2 .nb-icon:before,
.nb-ecommerce-header-15 .nb-header-favorite-2 .nb-icon:before,
.nb-ecommerce-header-15 .nb-header-gift-1 .nb-icon,
.nb-ecommerce-header-15 .nb-header-cart-2 .nb-icon,
.nb-ecommerce-header-15 .nb-header-favorite-2 .nb-icon {
    font-size: var(--nb-font-size-16);
    line-height: 1;
}

.nb-ecommerce-header-15 .nb-header-cart-2 span {
    bottom: unset;
}

.nb-ecommerce-header-15 .nb-header-shop-utilities > *:not(:last-child):after {
    content: '';
    background-color: var(--nb-border-color);
    height: 16px;
    width: 1px;
    position: relative;
    right: 0;
    margin-left: 10px;
}

.nb-ecommerce-header-15 .nb-search-wrapper {
    flex-grow: 1;
    position: relative;
}

body.open-search .nb-smart-search-modal-2 {
    top: 0;
}

.nb-ecommerce-header-15 .nb-search-icon-2 .nb-search-input-wrapper {
    top: -40px;
}

.nb-ecommerce-header-15 .nb-search-button {
    max-width: 780px;
    min-height: 40px;
    padding: 0px 10px;
    border-radius: var(--nb-border-radius-4);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    border: var(--nb-border-width) var(--nb-border-style) var(--nb-border-color);
    width: 100%;
}

.nb-ecommerce-header-15 .nb-search-button .custom-text {
    font-size: var(--nb-font-size-14);
    color: var(--nb-color-gray-600);
}

.nb-ecommerce-header-15 .nb-header-favorite-2 span {
    bottom: unset;
}

.nb-ecommerce-header-15 .nb-search-button .nb-icon {
    height: 18px;
}

.nb-ecommerce-header-15 .nb-icon.nb-search-close {
    right: 10px;
    top: 3px;
}

.nb-ecommerce-header-15 .nb-search-icon-2 {
    width: 100%;
}

.nb-ecommerce-header-15 .nb-smart-search-modal-2 .nb-search.nb-search-2 {
    top: 0px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.nb-ecommerce-header-15.fixed{
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
}

.nb-ecommerce-header-15.fixed .nb-header-top-wrapper{
    display: none;
}

.nb-ecommerce-header-15 .nb-header-top-wrapper .nb-menu-mobile-bottom-links {
    display: flex;
    gap: 10px;
}

.nb-ecommerce-header-15 .nb-header-top-wrapper .nb-menu-mobile-bottom-links .nb-link {
    font-size: var(--nb-ecommerce-header-15-quick-links-font-size);
    font-weight: var(--nb-ecommerce-header-15-quick-links-font-weight);
    color: var(--nb-ecommerce-header-15-quick-links-color);
    display: flex;
    align-items: center;
    gap: 10px;
}

.nb-ecommerce-header-15 .nb-header-top-wrapper .nb-menu-mobile-bottom-links .nb-link img {
    max-width: 20px;
}

.nb-ecommerce-header-15 .nb-header-info-carousel-2 .nb-slider-title {
    font-weight: var(--nb-ecommerce-header-15-headlines-font-weight);
    font-size: var(--nb-ecommerce-header-15-headlines-font-size);
    color: var(--nb-ecommerce-header-15-headlines-color);
}

.nb-ecommerce-header-15 .nb-header-top-wrapper .nb-menu-mobile-bottom-links .nb-link:hover {
    text-decoration: underline;
}

.nb-ecommerce-header-15 .nb-header-top-wrapper .nb-menu-mobile-bottom-links .nb-link:last-child {
    border-right: unset;
    padding-right: 0;
    margin-right: 0;
}

.nb-ecommerce-header-15 .nb-header-middle-wrapper > .nb-content-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 15px;
    padding-bottom: 15px;
    gap: 10px;
}
.nb-ecommerce-header-15.fixed {
    border-bottom: var(--nb-border-width) var(--nb-border-style) var(--nb-border-color);
}
.nb-ecommerce-header-15 .nb-header-info-carousel-2 .nb-slider .nb-slider-item {
    display: flex;
    min-height: 32px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.nb-ecommerce-header-15 .nb-header-info-carousel-2 .nb-slider-init {
    height: 32px;
    opacity: 0;
}
.nb-ecommerce-header-15 .nb-header-info-carousel-2 .nb-slider-init.slick-initialized {
    height: auto;
    opacity: 1;
}
.nb-ecommerce-header-15 .nb-search-icon-2 .nb-search-input-wrapper .nb-input {
    height: 40px;
}
.nb-ecommerce-header-15 .wsanimated-arrow {
    display: none;
}
.nb-ecommerce-header-15 .nb-header-site-user-1 .nb-icon {
    color: var(--nb-color-white);
    bottom: 1px;
    position: relative;
}
/*.nb-ecommerce-header-15 .nb-search-icon-2 .nb-search-input-wrapper {*/
/*    top: -11px;*/
/*}*/
@media screen  and (max-width: 1700px){
    body.open-search .nb-smart-search-modal-2 {
        width: 1160px;
    }
}
@media screen and (max-width: 1600px) {
    body.open-search .nb-smart-search-modal-2 {
        width: 1040px;
    }

    .nb-ecommerce-header-15 .nb-search-button {
        max-width: 640px;
    }
}
@media screen and (max-width: 1400px) {
    :root {
        --nb-main-navigation-4-first-level-item-gap: 20px;
    }

    .nb-ecommerce-header-15 .nb-header-middle-wrapper {
        position: static;
    }

    .nb-ecommerce-header-15 .nb-header-inner-wrapper {
        position: relative;
    }

}

@media screen  and (max-width: 1200px) {
    body.open-search .nb-smart-search-modal-2 {
        width: 850px;
    }
}
@media screen and (max-width: 992px) {
    .nb-ecommerce-header-15{
        position: sticky;
    }

    .nb-ecommerce-header-15 .nb-header-middle-wrapper .nb-header-shop-utilities {
        gap: 10px;
        flex: 1;
        order: 3;
    }

    .nb-ecommerce-header-15 .nb-header-menu-wrapper {
        height: unset;
    }

    .nb-ecommerce-header-15 .wsanimated-arrow {
        display: block;
    }

    .nb-ecommerce-header-15 .nb-header-shop-utilities > *:not(:last-child):after {
        margin-left: 5px;
    }

    .nb-ecommerce-header-15 .nb-search-button {
        min-height: 36px;
        max-width: 100%;
    }

    .nb-ecommerce-header-15 .nb-header-middle-wrapper > .nb-content-wrapper {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .nb-ecommerce-header-15 .wsanimated-arrow span,
    .nb-ecommerce-header-15 .wsanimated-arrow span::before,
    .nb-ecommerce-header-15 .wsanimated-arrow span::after {
        background-color: var(--nb-color-black);
    }

    .nb-ecommerce-header-15 .nb-header-site-user-dropdown-1,
    .nb-ecommerce-header-15 .nb-header-top-wrapper .row > .col-12:first-child .nb-header-site-quick-links,
    .nb-ecommerce-header-15 .nb-header-site-user-1 {
        display: none;
    }

    .nb-ecommerce-header-15 .nb-header-middle-wrapper .nb-logo .nb-img {
        max-width: 120px;
    }

    .nb-ecommerce-header-15 .nb-logo .nb-img {
        max-height: 40px;
    }

    .nb-ecommerce-header-15 .nb-header-middle-wrapper .wsanimated-arrow {
        display: inline-block;
        position: relative;
        margin: 0;
        order: 1;
        width: 30px;
        height: 32px;
        padding-right: 30px;
    }

    .nb-ecommerce-header-15 .nb-header-middle-wrapper .nb-logo {
        order: 2;
    }

    .nb-ecommerce-header-15 .nb-header-middle-wrapper .nb-search-wrapper {
        order: 4;
        width: 100%;
    }

    body.open-search .nb-ecommerce-header-15 #searchHolder {
        position: fixed;
        top: 0;
        z-index: 999;
        left: 0;
    }

    body.open-search .nb-ecommerce-header-15 .nb-smart-search-modal-2 {
        width: 100vw;
        transform: unset;
    }

    .wsactive .nb-ecommerce-header-15 .wsanimated-arrow {
        top: 19px !important;
        padding: 0;
        right: 0px !important;
        width: 35px;
        height: 32px;
    }

    .nb-ecommerce-header-15 .nb-header-top-wrapper .row {
        height: unset;
    }

    .nb-ecommerce-header-15 .nb-header-top-wrapper .row .nb-slider-item{
        height: 32px;
    }

    .nb-ecommerce-header-15 .nb-header-middle-wrapper > .nb-content-wrapper {
        flex-wrap: wrap;
        justify-content: start;
        gap: 5px;
    }

    .nb-ecommerce-header-15 .wsanimated-arrow .nb-menu-open span:after {
        width: 17px;
    }

    .nb-ecommerce-header-15 .wsanimated-arrow span:after {
        width: 24px;
    }

    .nb-ecommerce-header-15 .nb-header-top-wrapper .nb-menu-mobile-bottom-links{
        display: none;
    }

    body:not(.block-editing) .nb-ecommerce-header-15  .nb-main-navigation-3 .nb-menu-mobile-bottom-links {
        position: fixed;
    }

    .nb-ecommerce-header-15 .wsanimated-arrow span,
    .nb-ecommerce-header-15 .wsanimated-arrow span:before,
    .nb-ecommerce-header-15 .wsanimated-arrow span:after {
        width: 18px;
    }

    .nb-ecommerce-header-15 .nb-logged-user-wrapper .nb-user-info-wrapper .nb-link {
        font-size: var(--nb-font-size-14);
        font-weight: var(--nb-font-semibold);
        color: var(--nb-text-color-primary);
    }

    .nb-ecommerce-header-15 .nb-menu-first-level-item-list-3 .nb-footer-links .nb-collapse-content {
        text-align: left;
    }

    .nb-ecommerce-header-15 .nb-menu-first-level-item-list-3 .nb-footer-links .nb-collapse-button.active:before {
        rotate: 180deg;
    }

    .nb-ecommerce-header-15 .nb-header-user-wrapper {
        display: none;
    }

}

@media screen and (max-width: 768px) {
    .nb-ecommerce-header-15 .nb-header-top-wrapper{
        padding: 0;
    }
    .nb-ecommerce-header-15 .nb-mobile-hidden {
        display: none;
    }

}

/*
/* NB Fajl:'./components/complex/elements/breadcrumbs/breadcrumbs-inline/breadcrumbs-inline.css.'
*/
/*
    BREADCRUMBS komponenta
*/

:root{
    --nb-breadcrumb-mt: 10px;
}

.nb-breadcrumb {
    color: var(--nb-breadcrumb-color);
    padding-left: 0;
    margin-bottom: 10px;
}
.nb-breadcrumb-item {
    font-family: var(--nb-breadcrumb-font-family);
    font-size: var(--nb-breadcrumb-font-size);
    font-weight: var(--nb-breadcrumb-font-weight);
    display: inline-block;
}
.nb-breadcrumb-item + .nb-breadcrumb-item{
    margin-left: 5px;
}
.nb-breadcrumb-item a {
    color: var(--nb-breadcrumb-color);
    text-decoration: var(--nb-breadcrumb-text-decoration);
}
.nb-breadcrumb-item a:hover {
    color: var(--nb-breadcrumb-active-color);
}
.nb-breadcrumb-item:last-child,
.nb-breadcrumb-item.active {
    color: var(--nb-breadcrumb-active-color);
}
.nb-breadcrumb-item:last-child:before,
.nb-breadcrumb-item.active:before {
    color: var(--nb-breadcrumb-color);
}
.nb-breadcrumb-item:before {
    content: var(--nb-breadcrumb-divider);
    margin-right: 5px;
}
.nb-breadcrumb-item:first-child:before {
    display: none;
}

.layout.nb-margin:has(> .block .nb-breadcrumb){
    margin-top: var(--nb-breadcrumb-mt) !important;
}

@media screen and (max-width: 768px) {
    .nb-breadcrumb-wrapper{
        display: none;
    }
}
/*
/* NB Fajl:'./_blocks/product/product-detail/product-detail-breadcrumbs/product-detail-breadcrumbs-inline-1/product-detail-breadcrumbs-inline-1.css.'
*/@media screen and (max-width: 768px) {
    .nb-product-detail-breadcrumbs-inline-1 .nb-breadcrumb-wrapper{
        display: flex;
    }
}
/*
/* NB Fajl:'./components/core/stickers/sticker-1/sticker-1.css.'
*/:root {
    --nb-sticker-1-padding-x: 10px;
    --nb-sticker-1-padding-y: 7px;

    --nb-sticker-1-border-width: var(--nb-border-width);
    --nb-sticker-1-border-color: transparent;

    --nb-sticker-1-bg: #f6f6f6;

    --nb-sticker-1-color: var(--nb-text-color-primary);
    --nb-sticker-1-font-size: var(--nb-font-size-12);
    --nb-sticker-1-font-weight: var(--nb-font-weight-400);

    --nb-sticker-1-rows: var(--nb-rows);

    --nb-sticker-1-green-color: #6B9F32;
    --nb-sticker-1-green-border-color: #6B9F32;

    --nb-sticker-1-light-green-color: #a4d9a0;
    --nb-sticker-1-light-green-border-color: #a4d9a0;

    --nb-sticker-1-blue-color: #3E8BC8;
    --nb-sticker-1-blue-border-color: #3E8BC8;

    --nb-sticker-1-light-blue-color: #77b9ed;
    --nb-sticker-1-light-blue-border-color: #77b9ed;

    --nb-sticker-1-dark-orange-color: #E9651F;
    --nb-sticker-1-dark-orange-border-color: #E9651F;

    --nb-sticker-1-light-orange-color: #f4ccb0;
    --nb-sticker-1-light-orange-border-color: #f4ccb0;

    --nb-sticker-1-orange-color: #FFB000;
    --nb-sticker-1-orange-border-color: #FFB000;

    --nb-sticker-1-purple-color: #512B86;
    --nb-sticker-1-purple-border-color: #512B86;

    --nb-sticker-1-white-color: var(--nb-color-white);
    --nb-sticker-1-white-border-color: var(--nb-color-white);

    --nb-sticker-1-black-color: var(--nb-color-black);
    --nb-sticker-1-black-border-color: var(--nb-color-black);

    --nb-sticker-1-red-color: #E23034;
    --nb-sticker-1-red-border-color: #E23034;

    --nb-sticker-1-dark-red-color: #ad302a;
    --nb-sticker-1-dark-red-border-color: #ad302a;

    --nb-sticker-1-smu-border-color: #FFD881;
    --nb-sticker-1-smu-bg: #FFD881;
    --nb-sticker-1-smu-color: var(--nb-color-black);
}

.nb-sticker-1 .nb-link {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: var(--nb-sticker-1-padding-y) var(--nb-sticker-1-padding-x);
    border: var(--nb-sticker-1-border-width) var(--nb-border-style) var(--nb-sticker-1-border-color);
    color: var(--nb-sticker-1-color);
    font-size: var(--nb-sticker-1-font-size);
    font-weight: var(--nb-sticker-1-font-weight);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    background-color: var(--nb-sticker-1-bg);
    -webkit-line-clamp: var(--nb-sticker-1-rows);
    -webkit-box-orient: vertical;
}

.nb-sticker-1.nb-sticker-green > * {
    border-color: var(--nb-sticker-1-green-border-color);
    color: var(--nb-sticker-1-green-color);
}

.nb-sticker-1.nb-sticker-light-green > * {
    border-color: var(--nb-sticker-1-light-green-border-color);
    color: var(--nb-sticker-1-light-green-color);
}

.nb-sticker-1.nb-sticker-blue > * {
    border-color: var(--nb-sticker-1-blue-border-color);
    color: var(--nb-sticker-1-blue-color);
}

.nb-sticker-1.nb-sticker-light-blue > * {
    border-color: var(--nb-sticker-1-light-blue-border-color);
    color: var(--nb-sticker-1-light-blue-color);
}

.nb-sticker-1.nb-sticker-dark-orange > * {
    border-color: var(--nb-sticker-1-dark-orange-border-color);
    color: var(--nb-sticker-1-dark-orange-color);
}

.nb-sticker-1.nb-sticker-light-orange > * {
    border-color: var(--nb-sticker-1-light-orange-border-color);
    color: var(--nb-sticker-1-light-orange-color);
}

.nb-sticker-1.nb-sticker-orange > * {
    border-color: var(--nb-sticker-1-orange-border-color);
    color: var(--nb-sticker-1-orange-color);
}

.nb-sticker-1.nb-sticker-purple > * {
    border-color: var(--nb-sticker-1-purple-border-color);
    color: var(--nb-sticker-1-purple-color);
}

.nb-sticker-1.nb-sticker-white > * {
    border-color: var(--nb-sticker-1-white-border-color);
    color: var(--nb-sticker-1-white-color);
}

.nb-sticker-1.nb-sticker-black > * {
    border-color: var(--nb-sticker-1-black-border-color);
    color: var(--nb-sticker-1-black-color);
}

.nb-sticker-1.nb-sticker-red > * {
    border-color: var(--nb-sticker-1-red-border-color);
    color: var(--nb-sticker-1-red-color);
}

.nb-sticker-1.nb-sticker-dark-red > * {
    border-color: var(--nb-sticker-1-dark-red-border-color);
    color: var(--nb-sticker-1-dark-red-color);
}

.nb-sticker-1.nb-sticker-smu > * {
    color: var(--nb-sticker-1-smu-color);
    border-color: var(--nb-sticker-1-smu-border-color);
    background-color: var(--nb-sticker-1-smu-bg);
}

@media screen and (max-width: 576px) {
    :root {
        --nb-sticker-1-padding-x: 5px;
        --nb-sticker-1-padding-y: 5px;
        --nb-sticker-1-font-size: var(--nb-font-size-10);
    }
}
/*
/* NB Fajl:'./components/complex/product/product-list-v1/product-list-v1.css.'
*/.nb-product-list-v1{
    display: flex;
    flex-direction: inherit;
    gap: 5px;
    flex-wrap: wrap;
}

.nb-product-list-v1 .nb-img {
    max-width: var(--nb-product-list-img-width);
    max-height: var(--nb-product-list-img-height);
}
/*
/* NB Fajl:'./components/core/discount/discount-1/discount-1.css.'
*/.nb-discount {
    position: relative;
    display: flex;
    flex-direction: column;
    max-width: var(--nb-discount-width);
    font-size: var(--nb-discount-font-size);
    font-family: var(--nb-discount-font-family);
    line-height: var(--nb-discount-line-height);
}

.nb-discount.nb-sum-discount .nb-additional-discount-wrapper .nb-additional-discount-value-wrapper {
    background-color: var(--nb-discount-bg);
}

.nb-discount.nb-sum-discount .nb-discount-value-wrapper {
    background-color: var(--nb-additional-discount-bg);
}

.nb-discount .nb-discount-value-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: var(--nb-discount-width);
    height: var(--nb-discount-height);
    border-radius: var(--nb-border-radius-s);
    background-color: var(--nb-discount-bg);
    color: var(--nb-discount-color);
}

.nb-discount .nb-additional-discount-value-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: var(--nb-discount-width);
    height: var(--nb-discount-height);
    border-radius: var(--nb-border-radius-s);
    background-color: var(--nb-additional-discount-bg);
    color: var(--nb-discount-color);
}

.nb-discount .nb-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50% , -50%);
    color: var(--nb-discount-icon-color);
    height: 16px;
    line-height: 1;
}

.nb-discount.nb-discount-s {
    max-width: var(--nb-discount-width-s);
}

.nb-discount.nb-discount-s .nb-discount-value-wrapper,
.nb-discount.nb-discount-s .nb-additional-discount-value-wrapper {
    width: var(--nb-discount-width-s);
    height: var(--nb-discount-height-s);
}

.nb-discount.nb-discount-m {
    max-width: var(--nb-discount-width-m);
}

.nb-discount.nb-discount-m .nb-discount-value-wrapper,
.nb-discount.nb-discount-m .nb-additional-discount-value-wrapper {
    width: var(--nb-discount-width-m);
    height: var(--nb-discount-height-m);
}

.nb-discount.nb-discount-l {
    max-width: var(--nb-discount-width-l);
}

.nb-discount.nb-discount-l .nb-discount-value-wrapper,
.nb-discount.nb-discount-l .nb-additional-discount-value-wrapper {
    width: var(--nb-discount-width-l);
    height: var(--nb-discount-height-l);
}

.nb-discount.nb-discount-square .nb-discount-value-wrapper,
.nb-discount.nb-discount-square .nb-additional-discount-value-wrapper {
    border-radius: var(--nb-border-0);
}

.nb-discount-rectangle{
    max-width: var(--nb-discount-width-l);
    max-height: var(--nb-discount-height-l);
}
.nb-discount.nb-discount-rectangle .nb-discount-value-wrapper,
.nb-discount.nb-discount-rectangle .nb-additional-discount-value-wrapper {
    height: calc(var(--nb-discount-height)/2);
    border-radius: var(--nb-border-0);
}
/*
/* NB Fajl:'./components/core/add-to-favorites/add-to-favorites-1/add-to-favorites-1.css.'
*/.nb-favorite {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: calc(var(--nb-spacer-x)/2);
}

.nb-favorite.active,
.nb-favorite:focus,
.nb-favorite:hover {
    color: var(--nb-spec-color);
}
/*
/* NB Fajl:'./components/complex/elements/carousel-counter/carousel-counter-1/carousel-counter-1.css.'
*/:root {
    --nb-carousel-counter-1-color: var(--nb-color-gray);
    --nb-carousel-counter-1-font-size: 21px;
    --nb-carousel-counter-1-font-weight: var(--nb-font-weight-500);

    --nb-carousel-counter-1-icon-font-size: var(--nb-font-size-13);
}

.nb-carousel-counter-1 {
    display: flex;
    align-items: center;
    gap: 3px;
}

.nb-carousel-counter-1 .nb-carousel-prev,
.nb-carousel-counter-1 .nb-carousel-next {
    font-size: var(--nb-carousel-counter-1-icon-font-size);
    color: var(--nb-carousel-counter-1-color);
}

.nb-carousel-counter-1 .nb-carousel-counter-wrapper {
    display: flex;
    gap: 3px;
}

.nb-carousel-counter-1 .nb-carousel-counter-wrapper > * {
    color: var(--nb-carousel-counter-1-color);
    font-size: var(--nb-carousel-counter-1-font-size);
    font-weight: var(--nb-carousel-counter-1-font-weight);
}
/*
/* NB Fajl:'./components/complex/product/product-brand/product-brand-2/product-brand-2.css.'
*/:root {
    --nb-product-brand-2-width: 25px;
    --nb-product-brand-2-height: 25px;
}

.nb-product-brand-2 .nb-img {
    max-width: var(--nb-product-brand-2-width);
    max-height: var(--nb-product-brand-2-height);
}
/*
/* NB Fajl:'./components/core/counter/counter-1/counter-1.css.'
*/:root {
    --nb-product-counter-bg: #0D6EFD;
    --nb-product-counter-color: var(--nb-color-white);
    --nb-product-counter-font-size: var(--nb-font-size-24);
    --nb-product-counter-font-weight: var(--nb-font-bold);
}

.nb-counter-1 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    aspect-ratio: 40 / 35;
    background: var(--nb-product-counter-bg);
    color: var(--nb-product-counter-color);
    font-size: var(--nb-product-counter-font-size);
    font-weight: var(--nb-product-counter-font-weight);
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    z-index: 10;
}
/*
/* NB Fajl:'./components/complex/product/product-content-position/product-content-position-1/product-content-position-1.css.'
*/:root {
    --nb-product-content-position-1-top-left-top-postion: calc(var(--nb-spacer-y)/2);
    --nb-product-content-position-1-top-left-left-postion: calc(var(--nb-spacer-x)/2);

    --nb-product-content-position-1-top-right-top-postion: calc(var(--nb-spacer-y)/2);
    --nb-product-content-position-1-top-right-right-postion: calc(var(--nb-spacer-x)/2);

    --nb-product-content-position-1-bottom-left-bottom-postion: calc(var(--nb-spacer-y)/2);
    --nb-product-content-position-1-bottom-left-left-postion: calc(var(--nb-spacer-x)/2);

    --nb-product-content-position-1-bottom-right-bottom-postion: calc(var(--nb-spacer-y)/2);
    --nb-product-content-position-1-bottom-right-right-postion: calc(var(--nb-spacer-x)/2);
}

.nb-product-content-position-1{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    pointer-events: none;

    .nb-product-brand-2 .nb-img{
        max-width: 100px;
        max-height: unset;
    }
}
.nb-position{
    pointer-events: auto;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    gap: calc(var(--nb-spacer-y)/2);
    position: absolute;
    max-width: 50%;
    max-height: 50%;
}

.nb-product-content-position-1 .nb-position.nb-top-left-content {
    top: var(--nb-product-content-position-1-top-left-top-postion);
    left: var(--nb-product-content-position-1-top-left-left-postion);
}

.nb-product-content-position-1 .nb-position.nb-top-right-content {
    top: var(--nb-product-content-position-1-top-right-top-postion);
    right: var(--nb-product-content-position-1-top-right-right-postion);
}

.nb-product-content-position-1 .nb-position.nb-bottom-left-content {
    bottom: var(--nb-product-content-position-1-bottom-left-bottom-postion);
    left: var(--nb-product-content-position-1-bottom-left-left-postion);
}

.nb-product-content-position-1 .nb-position.nb-bottom-right-content {
    bottom: var(--nb-product-content-position-1-bottom-right-bottom-postion);
    right: var(--nb-product-content-position-1-bottom-right-right-postion);
}

.nb-product-content-position-1 .nb-favorite {
    width: 42px;
    height: 42px;
    background-color: var(--nb-color-white);
    border-radius: var(--nb-border-radius-full);
    display: flex;
    align-items: center;
    justify-content: center;
}

.nb-product-content-position-1 .nb-favorite .nb-icon {
    font-size: var(--nb-font-size-24);
}

.nb-product-content-position-1 .nb-favorite .nb-icon:before {
    vertical-align: middle;
}
/*
/* NB Fajl:'./components/core/video/flow-player/flow-player.css.'
*/:root {
   --nb-flow-player-max-height: 600px;
}

.nb-flow-player {
    max-height: var(--nb-flow-player-max-height);
}

.nb-flow-player .fp-volume-control {
    display: flex;
    align-items: center;
}

.is-muted .fp-volumebtn:after {
    vertical-align: -0.125em;
}

.nb-product-gallery-3 .nb-product-video .nb-flow-player.flowplayer flowplayer-ui flowplayer-header {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
}

.nb-product-gallery-3 .nb-product-video .nb-flow-player.flowplayer:hover flowplayer-ui flowplayer-header {
    opacity: 1;
}

.nb-product-gallery-3 .nb-product-video .nb-flow-player.flowplayer flowplayer-ui flowplayer-header-right-zone.fp-right {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    width: auto !important;
    min-width: 40px !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.nb-product-gallery-3 .nb-product-video .nb-flow-player.flowplayer flowplayer-ui flowplayer-header-right-zone .fp-icon {
    width: 35px !important;
    height: 35px !important;
    visibility: visible !important;
    opacity: 1 !important;
    cursor: pointer !important;
    pointer-events: auto !important;
    background-size: 24px 24px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.nb-product-gallery-3 .nb-product-video .nb-flow-player.flowplayer:not(.is-fullscreen) flowplayer-ui flowplayer-fullscreen-enter-icon.fp-fullscreen {
    display: inline-block !important;
    background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 24 24" fill="%23FFFFFF" xmlns="http://www.w3.org/2000/svg"><path d="M7 14H5v5h5v-2H7v-3zm-2-4h2V7h3V5H5v5zm12 7h-3v2h5v-5h-2v3zM14 5v2h3v3h2V5h-5z"/></svg>') !important;
}

.nb-product-gallery-3 .nb-product-video .nb-flow-player.flowplayer:not(.is-fullscreen) flowplayer-ui flowplayer-fullscreen-exit-icon.fp-fullscreen-exit {
    display: none !important;
}

.nb-product-gallery-3 .nb-product-video .nb-flow-player.flowplayer.is-fullscreen flowplayer-ui flowplayer-fullscreen-enter-icon.fp-fullscreen {
    display: none !important;
}

.nb-product-gallery-3 .nb-product-video .nb-flow-player.flowplayer.is-fullscreen flowplayer-ui flowplayer-fullscreen-exit-icon.fp-fullscreen-exit {
    display: inline-block !important;
    background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 24 24" fill="%23FFFFFF" xmlns="http://www.w3.org/2000/svg"><path d="M5 16h3v3h2v-5H5v2zm3-8H5v2h5V5H8v3zm6 11h2v-3h3v-2h-5v5zm2-11V5h-2v5h5V8h-3z"/></svg>') !important;
}
/*
/* NB Fajl:'./components/complex/product/product-360-view/product-360-view-1/product-360-view-1.css.'
*/:root {
    --nb-product-360-view-1-border-width: var(--nb-border-width);
    --nb-product-360-view-1-border-color: var(--nb-border-color);

    --nb-product-360-view-1-label-font-size: var(--nb-font-size-16);
    --nb-product-360-view-1-label-font-weight: var(--nb-font-semibold);
    --nb-product-360-view-1-label-color: var(--nb-text-color-primary);

    --nb-product-360-view-1-text-font-size: var(--nb-font-size-14);
    --nb-product-360-view-1-text-font-weight: var(--nb-body-font-weight);
    --nb-product-360-view-1-text-color: var(--nb-text-color-primary);
}

.nb-product-360-view-1 {
    display: flex;
    gap: 15px;
    padding: 15px 20px;
    border: var(--nb-product-360-view-1-border-width) var(--nb-border-style) var(--nb-product-360-view-1-border-color);
    align-items: center;
    cursor: pointer;
}

.nb-product-360-view-1 .nb-icon {
    flex: 1;
    font-size: 40px;
}

.nb-product-360-view-1 .nb-content-wrapper {
    flex: 18;
    display: flex;
    flex-direction: column;
}

.nb-product-360-view-1 .nb-content-wrapper .nb-view-360-label {
    font-size: var(--nb-product-360-view-1-label-font-size);
    font-weight: var(--nb-product-360-view-1-label-font-weight);
    color: var(--nb-product-360-view-1-label-color);
}

.nb-product-360-view-1 .nb-content-wrapper .nb-view-360-text {
    font-size: var(--nb-product-360-view-1-text-font-size);
    font-weight: var(--nb-product-360-view-1-text-font-weight);
    color: var(--nb-product-360-view-1-text-color);
}
/*
/* NB Fajl:'./_blocks/product/product-detail/product-detail-gallery/product-detail-gallery-carousel-3/product-detail-gallery-carousel-3.css.'
*/:root {
    --nb-product-detail-gallery-carousel-3-content-offset: 20px;
}
body.block-editing .nb-product-detail-gallery-carousel-3{
    min-height: 50px;
}

.nb-product-detail-gallery-carousel-3 .nb-discount .nb-icon {
    height: 22px;
}

.nb-product-detail-gallery-carousel-3 .nb-product-content-position-1 .nb-position.nb-top-left-content {
    top: var(--nb-product-detail-gallery-carousel-3-content-offset);
    left: var(--nb-product-detail-gallery-carousel-3-content-offset);
}

.nb-product-detail-gallery-carousel-3 .nb-product-content-position-1 .nb-position.nb-top-right-content {
    top: var(--nb-product-detail-gallery-carousel-3-content-offset);
    right: var(--nb-product-detail-gallery-carousel-3-content-offset);
}

.nb-product-detail-gallery-carousel-3 .nb-product-content-position-1 .nb-position.nb-bottom-left-content {
    bottom: var(--nb-product-detail-gallery-carousel-3-content-offset);
    left: var(--nb-product-detail-gallery-carousel-3-content-offset);
}

.nb-product-detail-gallery-carousel-3 .nb-product-content-position-1 .nb-position.nb-bottom-right-content {
    bottom: var(--nb-product-detail-gallery-carousel-3-content-offset);
    right: var(--nb-product-detail-gallery-carousel-3-content-offset);
}

@media screen and (min-width: 768px){
    .nb-product-detail-gallery-carousel-3 .nb-product-content-position-1 {
        top: var(--nb-gutter-y);
        height: calc(100% - var(--nb-gutter-y));
    }
}

@media screen and (max-width: 992px){
    .nb-product-detail-gallery-carousel-3 .nb-product-gallery-carousel-2 .nb-slider-init .col-12:first-of-type{
        margin-top: 0;
    }

    .layout.none > .row > .layout > .nb-product-detail-gallery-carousel-3{
        .nb-slider-init{
            margin: 0 !important;

            .slick-track{
                margin: 0 calc(-1 * var(--nb-gutter-x) / 2);
            }
        }
    }

    .nb-product-detail-gallery-carousel-3 .nb-product-content-position-1 {
        top: unset;
        height: unset;
    }
}
/*
/* NB Fajl:'./components/complex/product/product-category/product-category-link-1/product-category-link-1.css.'
*/:root {
    --nb-product-category-dt-rows: var(--nb-dt-rows);
}

.nb-product-category {
    font-size: var(--nb-product-category-font-size);
    color: var(--nb-product-category-color);
    text-decoration: var(--nb-product-category-text-decoration);
    line-height: var(--nb-product-category-line-height);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: var(--nb-product-category-dt-rows);
    -webkit-box-orient: vertical;
}

.nb-product-category:hover {
    color: var(--nb-product-category-hover-color);
    text-decoration: var(--nb-product-category-hover-text-decoration);
}

.nb-product-category.nb-product-category-s {
    font-size: var(--nb-product-category-font-size-s);
}

.nb-product-category.nb-product-category-m {
    font-size: var(--nb-product-category-font-size-m);
}

.nb-product-category.nb-product-category-l {
    font-size: var(--nb-product-category-font-size-l);
}
/*
/* NB Fajl:'./_blocks/product/product-detail/product-detail-info/product-detail-category-name-1/product-detail-category-name-1.css.'
*/.nb-product-detail-category-name-1 .nb-link {
    font-size: var(--nb-link-s);
    color: var(--nb-color-black);
}
/*
/* NB Fajl:'./components/complex/product/product-attribute-v1/product-attribute-v1.css.'
*/.nb-product-attribute-v1 .nb-img {
    max-width: var(--nb-product-attribute-width);
    max-height: var(--nb-product-attribute-height);
}

@media screen and (max-width: 576px) {
    .nb-product-attribute-v1 .nb-img {
        max-width: var(--nb-product-attribute-mobile-width);
        max-height: var(--nb-product-attribute-mobile-height);
    }
}
/*
/* NB Fajl:'./components/complex/product/product-name/product-name-with-attribute/product-name-with-attribute.css.'
*/:root {
    --nb-product-name-with-attribute-font-size: var(--nb-product-detail-h1-xl-font-size);
    --nb-product-name-with-attribute-line-height: var(--nb-product-detail-h1-xl-line-height);
    --nb-product-name-with-attribute-font-weight: var(--nb-product-detail-h1-xl-font-weight);
    --nb-product-name-with-attribute-color: var(--nb-product-detail-h1-xl-color);
    --nb-product-name-with-attribute-margin-left: -40px;
}

.nb-product-name-with-attribute {
    display: flex;
    align-items: start;
    gap: 10px;
}

.nb-product-name-with-attribute .nb-product-detail-product-name.nb-title {
    flex-grow: 1;
    margin-left: var(--nb-product-name-with-attribute-margin-left);
    z-index: 3;
    font-size: var(--nb-product-name-with-attribute-font-size);
    line-height: var(--nb-product-name-with-attribute-line-height);
    font-weight: var(--nb-product-name-with-attribute-font-weight);
    color: var(--nb-product-name-with-attribute-color);
}

@media screen and (max-width: 768px) {
    .nb-product-name-with-attribute .nb-product-detail-product-name {
        margin-left: 0;
    }
}
/*
/* NB Fajl:'./_blocks/product/product-detail/product-detail-info/product-detail-name-1/product-detail-name-1.css.'
*/:root {
    --nb-product-detail-name-1-color: var(--nb-text-color-primary);
    --nb-product-detail-name-1-font-size: var(--nb-font-size-32);
    --nb-product-detail-name-1-font-weight: var(--nb-font-weight-700);
}

.nb-product-detail-name-1 .nb-product-name-with-attribute {
    justify-content: space-between;
}

.nb-product-detail-name-1 .nb-product-name-with-attribute .nb-product-detail-product-name.nb-title {
    color: var(--nb-product-detail-name-1-color);
    font-size: var(--nb-product-detail-name-1-font-size);
    font-weight: var(--nb-product-detail-name-1-font-weight);
    margin-left: 0;
}

@media screen and (max-width: 576px) {
    :root {
        --nb-product-detail-name-1-font-size: var(--nb-font-size-24);
    }
}
/*
/* NB Fajl:'./components/complex/comment-and-review/rating/rating-show/rating-show.css.'
*/:root {
    --nb-rating-show-stars-inactive-color: var(--nb-color-gray-300);
    --nb-rating-show-stars-active-color: var(--nb-color-yellow);
}

.nb-rating-show {
    position: relative;
    max-width: max-content;
}

.nb-rating-show-stars-inactive,
.nb-rating-show-stars-active {
    display: flex;
}

.nb-rating-show-stars-inactive {
    color: var(--nb-rating-show-stars-inactive-color);
}

.nb-rating-show-stars-active {
    width: 0;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    white-space: nowrap;
    transition: width 0.3s ease-in-out;
    color: var(--nb-rating-show-stars-active-color);
}
/*
/* NB Fajl:'./components/complex/comment-and-review/rating/rating-show/rating-show-with-count-of-reviews/rating-show-with-count-of-reviews.css.'
*/.nb-rating-show-with-count-of-reviews {
    display: flex;
    gap: 5px;
    cursor: pointer;
    width: max-content;
    align-items: center;
}

.nb-rating-show-with-count-of-reviews .nb-rating-show-stars-inactive,
.nb-rating-show-with-count-of-reviews .nb-rating-show-stars-active {
    gap: 5px;
}

.nb-rating-show-with-count-of-reviews .nb-review-label {
    margin-left: 3px;
}
/*
/* NB Fajl:'./components/complex/product/product-code/product-code/product-code.css.'
*/.nb-product-code {
    font-size: var(--nb-product-code-font-size);
    font-weight: var(--nb-product-code-font-weight);
    line-height: var(--nb-product-code-line-height);
    color: var(--nb-product-code-color);
}

.nb-product-code.nb-product-code-s {
    font-size: var(--nb-product-code-font-size-s);
}

.nb-product-code.nb-product-code-m {
    font-size: var(--nb-product-code-font-size-m);
}

.nb-product-code.nb-product-code-l {
    font-size: var(--nb-product-code-font-size-l);
}
/*
/* NB Fajl:'./components/complex/product/product-code/product-combination-barcode/product-combination-barcode.css.'
*/.nb-product-combination-barcode {
    font-size: var(--nb-product-code-font-size);
    font-weight: var(--nb-product-code-font-weight);
    line-height: var(--nb-product-code-line-height);
    color: var(--nb-product-code-color);
}
/*
/* NB Fajl:'./_blocks/product/product-code/product-detail-info/product-detail-code-2/product-detail-code-2.css.'
*/:root {
    --nb-product-detail-code-2-text-font-size: var(--nb-font-size-16);
    --nb-product-detail-code-2-code-font-weight: var(--nb-font-regular);
}

.nb-product-detail-code-2 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.nb-product-detail-code-2 > * {
    width: 33%;
    font-size: var(--nb-product-detail-code-2-text-font-size);
}

.nb-product-detail-code-2 > *:not(:last-child) {
    padding-right: 10px;
}

.nb-product-detail-code-2 > * span:last-child {
    font-weight: var(--nb-product-detail-code-2-code-font-weight);
}

@media screen and (max-width: 1024px) {
    :root {
        --nb-product-detail-code-2-text-font-size: var(--nb-font-size-14);
    }

    .nb-product-detail-code-2 {
        gap: 5px;
    }

    .nb-product-detail-code-2 > *{
        width: 100%;
    }
}
/*
/* NB Fajl:'./components/complex/product/product-description/product-short-description/product-short-description.css.'
*/.nb-product-short-description {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.nb-product-short-description.expanded {
    -webkit-line-clamp: unset;
}

.nb-see-more {
    margin-top: 8px;
    background: none;
    border: none;
    color: var(--nb-color-black);
    cursor: pointer;
    padding: 0;
}

.nb-see-more .nb-icon {
    margin-left: 5px;
}

.nb-see-more:hover {
    color: var(--nb-color-blue);
}

/*
/* NB Fajl:'./components/complex/product/product-list/product-list-description-with-image/product-list-description-with-image.css.'
*/:root{
    --nb-product-list-description-with-image-font-size: var(--nb-font-size-14);
}

.nb-product-list-description-with-image .nb-single-list-description:not(:last-child) {
    margin-bottom: 10px;
}

.nb-product-list-description-with-image .nb-single-list-description{
    display: flex;
    align-items: center;
    gap: 10px;
}

.nb-product-list-description-with-image .nb-single-list-description .nb-html-editor{
    font-size: var(--nb-product-list-description-with-image-font-size);
}

.nb-product-list-description-with-image .nb-single-list-description .nb-html-editor p:last-of-type{
    margin-bottom: 0;
}

.nb-product-list-description-with-image .nb-img {
    max-width: 40px;
}
/*
/* NB Fajl:'./components/complex/product/product-related-image-list/product-related-image-list-1/product-related-image-list-1.css.'
*/:root {
    --nb-product-related-image-list-1-label-font-size: var(--nb-font-size-14);
    --nb-product-related-image-list-1-label-font-weight: var(--nb-font-weight-600);
    --nb-product-related-image-list-1-label-color: var(--nb-text-color-primary);
}

.nb-product-related-image-list-1 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.nb-product-related-image-list-1 .nb-product-related-images-label {
    font-size: var(--nb-product-related-image-list-1-label-font-size);
    font-weight: var(--nb-product-related-image-list-1-label-font-weight);
    color: var(--nb-product-related-image-list-1-label-color);
}

.nb-product-related-image-list-1 .nb-product-related-image-list-wrapper {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 10px;
}

@media screen and (max-width: 1399px) {
    .nb-product-related-image-list-1 .nb-product-related-image-list-wrapper {
        grid-template-columns: repeat(5, 1fr);
    }
}
/*
/* NB Fajl:'./components/complex/product/product-price/price-saving/price-saving.css.'
*/:root {
    --nb-price-saving-font-size: var(--nb-font-size-16);
    --nb-price-saving-font-weight: var(--nb-font-regular);
    --nb-price-saving-line-height: var(--nb-body-line-height);
    --nb-price-saving-color: var(--nb-color-red);
}

.nb-price-saving {
    display: flex;
    gap: 2px;
    font-size: var(--nb-price-saving-font-size);
    font-weight: var(--nb-price-saving-font-weight);
    line-height: var(--nb-price-saving-line-height);
    color: var(--nb-price-saving-color);
}
/*
/* NB Fajl:'./components/complex/product/product-prices/product-prices-2/product-prices-2.css.'
*/:root {
    --nb-product-prices-2-prev-price-font-size: var(--nb-font-size-16);
    --nb-product-prices-2-active-price-font-size: var(--nb-font-size-28);
    --nb-product-prices-2-active-price-font-weight: var(--nb-font-bold);
}

.nb-product-prices-2 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.nb-product-prices-2 .nb-price.nb-price-prev {
    font-size: var(--nb-product-prices-2-prev-price-font-size);
}

.nb-product-prices-2 .nb-price.nb-price-active {
    font-size: var(--nb-product-prices-2-active-price-font-size);
    font-weight: var(--nb-product-prices-2-active-price-font-weight);
}

@media screen and (max-width: 576px) {
    :root{
        --nb-product-prices-2-active-price-font-size: var(--nb-font-size-24);
    }

}
/*
/* NB Fajl:'./components/core/icon-with-text/icon-with-link/link-with-icon-1/link-with-icon-1.css.'
*/:root {
    --nb-link-with-icon-1-icon-color: var(--nb-color-green);
}

.nb-link-with-icon-1 {
    display: flex;
    align-items: center;
    gap: 10px;
}

.nb-link-with-icon-1 .nb-icon {
    color: var(--nb-custom-text-with-icon-1-icon-color);
}
/*
/* NB Fajl:'./components/complex/product/product-notification-link/product-lower-price-notification-link/product-lower-price-notification-link.css.'
*/:root{
    --nb-product-lower-price-notification-icon-color: var(--nb-color-success);
    --nb-product-lower-price-notification-font-size: var(--nb-font-size-16);
}

.nb-product-lower-price-notification-link .nb-icon{
    color: var(--nb-product-lower-price-notification-icon-color);
}
.nb-product-lower-price-notification-link .nb-link-with-icon-1 .nb-link{
    font-size: var(--nb-product-lower-price-notification-font-size);
}

@media screen and (max-width: 768px) {
    .nb-product-lower-price-notification-link{
        --nb-product-lower-price-notification-font-size: var(--nb-font-size-14)
    }
}


/*
/* NB Fajl:'./_blocks/product/product-price/product-price-detail/product-price-detail-2/product-price-detail-2.css.'
*/:root {
    --nb-product-price-detail-2-price-prev-color: var(--nb-color-gray);
    --nb-product-price-detail-2-price-prev-font-size: var(--nb-font-size-16);
    --nb-product-price-detail-2-price-prev-font-weight: var(--nb-font-weight-400);
    --nb-product-price-detail-2-price-prev-line-height: 22px;

    --nb-product-price-detail-2-price-active-color: var(--nb-spec-color);
    --nb-product-price-detail-2-price-active-font-size: var(--nb-font-size-24);
    --nb-product-price-detail-2-price-active-font-weight: var(--nb-font-weight-700);
    --nb-product-price-detail-2-price-active-line-height: 20px;

    --nb-product-price-detail-2-price-saving-color: var(--nb-text-color-primary);
    --nb-product-price-detail-2-price-saving-font-size: var(--nb-font-size-12);
    --nb-product-price-detail-2-price-saving-font-weight: var(--nb-font-weight-400);
    --nb-product-price-detail-2-price-saving-line-height: 24px;

}

.nb-product-price-detail-2 .nb-product-prices-2 {
    gap: 2px;
    max-width: max-content;
}

.nb-product-price-detail-2 .nb-product-prices-2 > * {
    max-width: max-content;
}

.nb-product-price-detail-2 .nb-price.nb-price-prev {
    color: var(--nb-product-price-detail-2-price-prev-color);
    font-size: var(--nb-product-price-detail-2-price-prev-font-size);
    font-weight: var(--nb-product-price-detail-2-price-prev-font-weight);
    line-height: var(--nb-product-price-detail-2-price-prev-line-height);
}

.nb-product-price-detail-2 .nb-price.nb-price-active {
    color: var(--nb-product-price-detail-2-price-active-color);
    font-size: var(--nb-product-price-detail-2-price-active-font-size);
    font-weight: var(--nb-product-price-detail-2-price-active-font-weight);
    line-height: var(--nb-product-price-detail-2-price-active-line-height);
}

.nb-product-price-detail-2 .nb-price-saving {
    color: var(--nb-product-price-detail-2-price-saving-color);
    font-size: var(--nb-product-price-detail-2-price-saving-font-size);
    font-weight: var(--nb-product-price-detail-2-price-saving-font-weight);
    line-height: var(--nb-product-price-detail-2-price-saving-line-height);
}

.nb-product-price-detail-2:has(.nb-link-with-icon-1) {
    display: flex;
    align-items: start;
    justify-content: space-between;
}

.nb-product-price-detail-2 .nb-link-with-icon-1 {
    color: var(--nb-color-black);
}

.nb-product-price-detail-2 .nb-link.text-link-1.nb-secondary-link:hover {
    color: var(--nb-text-link-1-secondary-hover-color);
}

.nb-product-price-detail-2 .bi-check-circle-fill::before {
    font-size: 16px;
}

.nb-product-price-detail-2 .nb-product-lower-price-notification-link .nb-link-with-icon-1 .nb-link {
    color: var(--nb-color-black);
}

.nb-product-price-detail-2 .nb-product-lower-price-notification-link .nb-link-with-icon-1 .nb-link:hover {
    color: var(--nb-link-color-secondary) !important;
}

.nb-product-price-detail-2 .nb-product-lower-price-notification-link .nb-icon {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 576px) {
    .nb-product-price-detail-2:has(.nb-link-with-icon-1) {
        flex-direction: column;
        gap: 5px;
    }
}
/*
/* NB Fajl:'./components/complex/size/selected-size/selected-size-1/selected-size-1.css.'
*/:root {
    --nb-selected-size-1-font-size: var(--nb-h6-font-size);
    --nb-selected-size-1-font-weight: var(--nb-h6-font-weight);
    --nb-selected-size-1-color: var(--nb-text-color-primary);
}

.nb-selected-size-1 {
    font-size: var(--nb-selected-size-1-font-size);
    font-weight: var(--nb-selected-size-1-font-weight);
    color: var(--nb-selected-size-1-color);
}

.nb-selected-size-1 > .custom-text{
    display: inline-block;
}
/*
/* NB Fajl:'./components/core/size/size-type-link-1/size-type-link-1.css.'
*/:root {
    --nb-size-type-link-1-font-size: var(--nb-paragraph-m);
    --nb-size-type-link-1-color: var(--nb-text-color-secondary);
    --nb-size-type-link-1-active-color: var(--nb-text-color-primary);
}

.nb-size-type-link-1 {
    font-size: var(--nb-size-type-link-1-font-size);
    color: var(--nb-size-type-link-1-color);
    cursor: pointer;
}

.nb-size-type-link-1.active {
    color: var(--nb-size-type-link-1-active-color);
    text-decoration: underline;
    text-underline-offset: 5px;
}
/*
/* NB Fajl:'./components/complex/product/product-size/product-size-info-1/product-size-info-1.css.'
*/.nb-product-size-info-1 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.nb-product-size-info-1 .nb-popover-size-value {
    font-weight: var(--nb-font-bold);
}
/*
/* NB Fajl:'./components/core/size/size-value-box-1/size-value-box-1.css.'
*/:root {
    --nb-size-box-1-font-size: var(--nb-paragraph-s);
    --nb-size-box-1-font-weight: var(--nb-body-font-weight);
    --nb-size-box-1-line-height: var(--nb-body-line-height);

    --nb-size-box-1-color: var(--nb-text-color-primary);
    --nb-size-box-1-bg-color: var(--nb-bg-primary);
    --nb-size-box-1-border-color: var(--nb-border-color);

    --nb-size-box-1-border-radius: var(--nb-border-radius-0);

    --nb-size-box-1-active-border-color: var(--nb-spec-color);
    --nb-size-box-1-active-color: var(--nb-text-color-primary);
    --nb-size-box-1-active-bg-color: var(--nb-bg-primary);

    --nb-size-box-1-disabled-border-color: var(--nb-border-color);
    --nb-size-box-1-disabled-color: var(--nb-text-color-primary);
    --nb-size-box-1-disabled-bg-color: var(--nb-bg-secondary);

    --nb-size-popover-max-width: 230px;

    --nb-size-box-1-availability-indicator-on-stock-color: var(--nb-color-success);
    --nb-size-box-1-availability-indicator-low-stock-color: var(--nb-color-warning);
    --nb-size-box-1-availability-indicator-very-low-stock-color: var(--nb-color-danger);
}

.nb-size-value-box-1{
    font-size: var(--nb-size-box-1-font-size);
    font-weight: var(--nb-size-box-1-font-weight);
    line-height: var(--nb-size-box-1-line-height);
    color: var(--nb-size-box-1-color);
    background-color: var(--nb-size-box-1-bg-color);
    border: 1px solid var(--nb-size-box-1-border-color);
    border-radius: var(--nb-size-box-1-border-radius);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 14px 2px;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
}

.nb-size-value-box-1.active,
.nb-size-value-box-1:focus,
.nb-size-value-box-1:hover {
    border-color: var(--nb-size-box-1-active-border-color);
    color: var(--nb-size-box-1-active-color);
    background-color: var(--nb-size-box-1-active-bg-color);
}

.nb-size-value-box-1.disabled,
.nb-size-value-box-1.disabled:focus,
.nb-size-value-box-1.disabled:hover {
    cursor: not-allowed;
    border-color: var(--nb-size-box-1-disabled-border-color);
    color: var(--nb-size-box-1-disabled-color);
    background-color: var(--nb-size-box-1-disabled-bg-color);
}

.nb-size-with-indicator{
    padding-bottom: 2px;
    border-radius: var(--nb-size-box-1-border-radius);
    border: var(--nb-border-width) var(--nb-border-style) var(--nb-size-box-1-border-color);
}
.nb-size-with-indicator:hover,
.nb-size-with-indicator.active,
.nb-size-with-indicator:has(.active),
.nb-size-with-indicator:focus {
    border-color: var(--nb-size-box-1-active-border-color);
}
.nb-size-with-indicator.on-stock{
    background-color: var(--nb-color-success);
}
.nb-size-with-indicator.low-stock{
    background-color: var(--nb-color-warning);
}
.nb-size-with-indicator.very-low-stock{
    background-color: var(--nb-color-danger);
}

.nb-size-popover {
    max-width: var(--nb-size-popover-max-width);
}

/* New style */
.on-stock{
    background-color: var(--nb-size-box-1-availability-indicator-on-stock-color);
}
.low-stock{
    background-color: var(--nb-size-box-1-availability-indicator-low-stock-color);
}
.very-low-stock{
    background-color: var(--nb-size-box-1-availability-indicator-very-low-stock-color);
}
.nb-stock-indicator{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
}
.nb-stock-indicator-inner{
    width: 100%;
    height: 100%;
}
/* Progress */
.nb-stock-indicator.nb-progress-indicator{
    position: absolute;
    bottom: 2px;
    left: 5px;
    right: 5px;
    width: unset;
    background: var(--nb-color-gray-300);
}
.nb-stock-indicator.nb-progress-indicator .on-stock{
    width: 100%;
}
.nb-stock-indicator.nb-progress-indicator .low-stock{
    width: 66.66%;
}
.nb-stock-indicator.nb-progress-indicator .very-low-stock{
    width: 33.33%;
}

@media screen and (max-width: 991px) {
    .nb-size-value-box-1 {
        padding: 14px 9px
    }
}
/*
/* NB Fajl:'./components/complex/product/product-size-list/product-size-list-8/product-size-list-8.css.'
*/:root {
    --nb-product-size-list-8-gap: 8px;

    --nb-product-size-list-8-value-bg: var(--nb-color-white);

    --nb-product-size-list-8-value-border-width: var(--nb-border-width);
    --nb-product-size-list-8-value-border-color: var(--nb-border-color);
    --nb-product-size-list-8-value-border-active-color: var(--nb-spec-color);

    --nb-product-size-list-8-value-border-radius: var(--nb-border-radius-8);

    --nb-product-size-list-8-value-color: var(--nb-text-color-primary);
    --nb-product-size-list-8-value-active-color: var(--nb-spec-color);
    --nb-product-size-list-8-value-font-size: var(--nb-font-size-12);
    --nb-product-size-list-8-value-font-weight: var(--nb-font-weight-400);

    --nb-product-size-list-8-value-padding-x: 0;
    --nb-product-size-list-8-value-padding-y: 7px;
}

.nb-product-size-list-8 {
    display: flex;
    gap: var(--nb-product-size-list-8-gap);
    flex-wrap: wrap;
}

.nb-product-size-list-8 .nb-size-value-box-1 {
    color: var(--nb-product-size-list-8-value-color);
    font-size: var(--nb-product-size-list-8-value-font-size);
    font-weight: var(--nb-product-size-list-8-value-font-weight);
    width: calc(100% / 4 - 7px);
    padding: var(--nb-product-size-list-8-value-padding-y) var(--nb-product-size-list-8-value-padding-x);
    background-color: var(--nb-product-size-list-8-value-bg);
    border: var(--nb-product-size-list-8-value-border-width) var(--nb-border-style) var(--nb-product-size-list-8-value-border-color);
    border-radius: var(--nb-product-size-list-8-value-border-radius);
    white-space: pre;
    overflow: hidden;
}

.nb-product-size-list-8 .nb-size-value-box-1.active,
.nb-product-size-list-8 .nb-size-value-box-1:hover,
.nb-product-size-list-8 .nb-size-value-box-1:focus {
    border-color: var(--nb-product-size-list-8-value-border-active-color);
    color: var(--nb-product-size-list-8-value-active-color);
}

@media screen and (max-width: 1199px) {
    .nb-product-size-list-8 .nb-size-value-box-1 {
        width: calc(100% / 3 - 7px);
    }
}
/*
/* NB Fajl:'./components/complex/product/product-determine-size/product-determine-size-1/product-determine-size-1.css.'
*/:root{
    --nb-product-determine-size-1-color: var(--nb-text-link-2-secondary-color);
    --nb-product-determine-size-1-hover-color: var(--nb-text-link-2-secondary-hover-color);
    --nb-product-determine-size-1-font-size: var(--nb-link-xs);
}

.nb-product-determine-size-1 .custom-text{
    cursor: pointer;
    color: var(--nb-product-determine-size-1-color);
    font-size: var(--nb-product-determine-size-1-font-size);
    text-decoration: underline;
}
.nb-product-determine-size-1 .custom-text:hover{
    color: var(--nb-product-determine-size-1-hover-color);
}
/*
/* NB Fajl:'./components/complex/product/product-size/product-size-availability-indicator/product-size-availability-indicator.css.'
*/:root{
    --nb-product-size-availability-indicator-font-size: var(--nb-font-size-14);
    --nb-product-size-availability-indicator-font-weight: var(--nb-font-regular);

    --nb-product-size-availability-indicator-on-stock-color: var(--nb-color-success);
    --nb-product-size-availability-indicator-low-stock-color: var(--nb-color-warning);
    --nb-product-size-availability-indicator-very-low-stock-color: var(--nb-color-danger);
}

.nb-product-size-availability-indicator{
    font-size: var(--nb-product-size-availability-indicator-font-size);
    font-weight: var(--nb-product-size-availability-indicator-font-weight);
    display: block;
}

.nb-product-size-availability-indicator.green{
    color: var(--nb-product-size-availability-indicator-on-stock-color);
}
.nb-product-size-availability-indicator.yellow{
    color: var(--nb-product-size-availability-indicator-low-stock-color);
}
.nb-product-size-availability-indicator.red{
    color: var(--nb-product-size-availability-indicator-very-low-stock-color);
}
/*
/* NB Fajl:'./components/complex/product/product-size/product-size-availability-count/product-size-availability-count.css.'
*/:root{
    --nb-product-size-availability-count-font-size: var(--nb-font-size-16);
    --nb-product-size-availability-count-font-weight: var(--nb-font-regular);
    
    --nb-product-size-availability-count-on-stock-color: var(--nb-color-success);
    --nb-product-size-availability-count-low-stock-color: var(--nb-color-warning);
    --nb-product-size-availability-count-very-low-stock-color: var(--nb-color-danger);

}

.nb-product-size-availability-count {
    font-size: var(--nb-product-size-availability-count-font-size);
    font-weight: var(--nb-product-size-availability-count-font-weight);
    display: flex;
    align-items: center;
    gap: 10px;
}

.nb-product-size-availability-count .custom-text {
    font-size: var(--nb-product-size-availability-count-font-size);
    font-weight: var(--nb-product-size-availability-count-font-weight);
}

.nb-product-size-availability-count.green .nb-icon {
    color: var(--nb-product-size-availability-count-on-stock-color);
}

.nb-product-size-availability-count.yellow .nb-icon {
    color: var(--nb-product-size-availability-count-low-stock-color);
}

.nb-product-size-availability-count.red .nb-icon {
    color: var(--nb-product-size-availability-count-very-low-stock-color);
}
/*
/* NB Fajl:'./components/complex/size/size-picker/tab-size-picker/tab-size-picker-4/tab-size-picker-4.css.'
*/:root {
    --nb-tab-size-picker-4-selected-size-color: var(--nb-text-color-primary);
    --nb-tab-size-picker-4-selected-size-font-size: var(--nb-font-size-16);
    --nb-tab-size-picker-4-selected-size-font-weight: var(--nb-font-weight-400);

    --nb-tab-size-picker-4-size-type-color: var(--nb-color-gray);
    --nb-tab-size-picker-4-size-type-active-color: var(--nb-text-color-primary);
    --nb-tab-size-picker-4-size-type-font-size: var(--nb-font-size-16);
    --nb-tab-size-picker-4-size-type-font-weight: var(--nb-font-weight-400);
}

.nb-tab-size-picker-4 {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}

.nb-tab-size-picker-4 .nb-inner-wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.nb-tab-size-picker-4 .nb-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.nb-tab-size-picker-4 .nb-wrapper:not(:has(.nb-size-type-wrapper)){
    justify-content: flex-end;
}

.nb-tab-size-picker-4 .nb-wrapper .nb-size-type-wrapper {
    display: flex;
    gap: 40px;
}

.nb-tab-size-picker-4 .nb-selected-size-1 {
    color: var(--nb-tab-size-picker-4-selected-size-color);
    font-size: var(--nb-tab-size-picker-4-selected-size-font-size);
    font-weight: var(--nb-tab-size-picker-4-selected-size-font-weight);
}

.nb-tab-size-picker-4 .nb-size-type-link-1 {
    color: var(--nb-tab-size-picker-4-size-type-color);
    font-size: var(--nb-tab-size-picker-4-size-type-font-size);
    font-weight: var(--nb-tab-size-picker-4-size-type-font-weight);
}

.nb-tab-size-picker-4 .nb-size-type-link-1.active {
    color: var(--nb-tab-size-picker-4-size-type-active-color);
}


/*
/* NB Fajl:'./_blocks/product/product-size/product-detail-size/product-detail-size-2/product-detail-size-2.css.'
*/:root {
    --nb-product-detail-size-2-selected-size-color: var(--nb-text-color-primary);
    --nb-product-detail-size-2-selected-size-font-size: var(--nb-font-size-13);
    --nb-product-detail-size-2-selected-size-font-weight: var(--nb-font-weight-700);
    --nb-product-detail-size-2-selected-size-line-height: 24px;

    --nb-product-detail-size-2-size-type-color: var(--nb-color-gray);
    --nb-product-detail-size-2-size-type-active-color: var(--nb-text-color-primary);
    --nb-product-detail-size-2-size-type-font-size: var(--nb-font-size-16);
    --nb-product-detail-size-2-size-type-font-weight: var(--nb-font-weight-400);
    --nb-product-detail-size-2-size-type-line-height: 24px;

    --nb-product-detail-size-2-determine-size-color: var(--nb-text-color-primary);
    --nb-product-detail-size-2-determine-size-font-size: var(--nb-font-size-12);
    --nb-product-detail-size-2-determine-size-font-weight: var(--nb-font-weight-400);
    --nb-product-detail-size-2-determine-size-line-height: 20px;
    --nb-product-detail-size-2-determine-size-text-decoration: underline;

    --nb-product-detail-size-2-size-list-gap: 10px;
    --nb-product-detail-size-2-size-list-border-width: var(--nb-border-width);
    --nb-product-detail-size-2-size-list-border-color: var(--nb-border-color);
    --nb-product-detail-size-2-size-list-active-border-color: var(--nb-spec-color);
    --nb-product-detail-size-2-size-list-border-radius: var(--nb-border-radius-0);
    --nb-product-detail-size-2-size-list-bg: var(--nb-color-white);
    --nb-product-detail-size-2-size-list-padding-y: 14px;
    --nb-product-detail-size-2-size-list-padding-x: 5px;
    --nb-product-detail-size-2-size-list-color: var(--nb-text-color-primary);
    --nb-product-detail-size-2-size-list-active-color: var(--nb-spec-color);
    --nb-product-detail-size-2-size-list-font-size: var(--nb-font-size-14);
    --nb-product-detail-size-2-size-list-font-weight: var(--nb-font-weight-400);

    --nb-product-detail-size-2-size-list-disabled-color: var(--nb-text-color-primary);
    --nb-product-detail-size-2-size-list-disabled-border-color: var(--nb-border-color);
    --nb-product-detail-size-2-size-list-disabled-bg: var(--nb-bg-secondary);
    --nb-product-detail-size-2-size-list-disabled-opacity: 0.3;
}

.nb-product-detail-size-2 .nb-tab-size-picker-4 {
    gap: 6px;
}

.nb-product-detail-size-2 .nb-tab-size-picker-4 .nb-inner-wrapper {
    gap: 0;
}

.nb-product-detail-size-2 .nb-tab-size-picker-4 .nb-selected-size-1 {
    color: var(--nb-product-detail-size-2-selected-size-color);
    font-size: var(--nb-product-detail-size-2-selected-size-font-size);
    font-weight: var(--nb-product-detail-size-2-selected-size-font-weight);
    line-height: var(--nb-product-detail-size-2-selected-size-line-height);
}

.nb-product-detail-size-2 .nb-tab-size-picker-4 .nb-size-type-link-1 {
    color: var(--nb-product-detail-size-2-size-type-color);
    font-size: var(--nb-product-detail-size-2-size-type-font-size);
    font-weight: var(--nb-product-detail-size-2-size-type-font-weight);
    line-height: var(--nb-product-detail-size-2-size-type-line-height);
}

.nb-product-detail-size-2 .nb-tab-size-picker-4 .nb-size-type-link-1.active {
    color: var(--nb-product-detail-size-2-size-type-active-color);
}

.nb-product-detail-size-2 .nb-tab-size-picker-4 .nb-product-determine-size-1 .custom-text {
    color: var(--nb-product-detail-size-2-determine-size-color);
    font-size: var(--nb-product-detail-size-2-determine-size-font-size);
    font-weight: var(--nb-product-detail-size-2-determine-size-font-weight);
    line-height: var(--nb-product-detail-size-2-determine-size-line-height);
    text-decoration: var(--nb-product-detail-size-2-determine-size-text-decoration);
}

.nb-product-detail-size-2 .nb-tab-size-picker-4 .nb-product-determine-size-1:hover .custom-text,
.nb-product-detail-size-2 .nb-tab-size-picker-4 .nb-product-determine-size-1:focus .custom-text,
.nb-product-detail-size-2 .nb-tab-size-picker-4 .nb-product-determine-size-1:active .custom-text {
    color: var(--nb-product-detail-size-2-determine-size-color);
}

.nb-product-detail-size-2 .nb-tab-size-picker-4 .nb-product-size-list-8 {
    display: grid;
    grid-template-columns: repeat(9, minmax(0, 1fr));
    gap: 10px;
}

.nb-product-detail-size-2.nb-version-2 .nb-tab-size-picker-4 .nb-product-size-list-8 {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
} /* dodata klasa nb-version-2 pri cijem dodavanju su tabovi podeljeni u 4 kolone umesto u 9 */

.nb-product-detail-size-2 .nb-tab-size-picker-4 .nb-product-size-list-8 .nb-size-value-box-1 {
    color: var(--nb-product-detail-size-2-size-list-color);
    font-size: var(--nb-product-detail-size-2-size-list-font-size);
    font-weight: var(--nb-product-detail-size-2-size-list-font-weight);
    padding: var(--nb-product-detail-size-2-size-list-padding-y) var(--nb-product-detail-size-2-size-list-padding-x);
    background-color: var(--nb-product-detail-size-2-size-list-bg);
    border: var(--nb-product-detail-size-2-size-list-border-width) var(--nb-border-style) var(--nb-product-detail-size-2-size-list-border-color);
    border-radius: var(--nb-product-detail-size-2-size-list-border-radius);
    white-space: pre;
    width: 100%;
}

.nb-product-detail-size-2 .nb-tab-size-picker-4 .nb-product-size-list-8 .nb-size-value-box-1.disabled,
.nb-product-detail-size-2 .nb-tab-size-picker-4 .nb-product-size-list-8 .nb-size-value-box-1.disabled:focus,
.nb-product-detail-size-2 .nb-tab-size-picker-4 .nb-product-size-list-8 .nb-size-value-box-1.disabled:hover {
    cursor: not-allowed;
    border-color: var(--nb-size-box-1-disabled-border-color);
    color: var(--nb-size-box-1-disabled-color);
    background-color: var(--nb-size-box-1-disabled-bg-color);
    opacity: var(--nb-product-detail-size-2-size-list-disabled-opacity);
}

.nb-product-detail-size-2 .nb-tab-size-picker-4 .nb-product-size-list-8 .nb-size-value-box-1.active,
.nb-product-detail-size-2 .nb-tab-size-picker-4 .nb-product-size-list-8 .nb-size-value-box-1:focus,
.nb-product-detail-size-2 .nb-tab-size-picker-4 .nb-product-size-list-8 .nb-size-value-box-1:hover {
    border-color: var(--nb-product-detail-size-2-size-list-active-border-color);
    color: var(--nb-product-detail-size-2-size-list-active-color);
}

@media screen and (max-width: 576px) {
    .nb-product-detail-size-2 .nb-tab-size-picker-4 .nb-product-size-list-8 {
        display: grid;
        grid-template-columns: repeat(6, minmax(0, 1fr));
        gap: 10px;
    }
}
/*
/* NB Fajl:'./components/complex/product/product-additional-note/product-additional-note.css.'
*/:root {
    --nb-product-additional-note-label-color: var(--nb-text-color-primary);
    --nb-product-additional-note-label-font-size: var(--nb-font-size-16);
    --nb-product-additional-note-label-font-weight: var(--nb-font-weight-600);
}

.nb-product-additional-note {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.nb-product-additional-note .nb-product-additional-note-label {
    color: var(--nb-product-additional-note-label-color);
    font-size: var(--nb-product-additional-note-label-font-size);
    font-weight: var(--nb-product-additional-note-label-font-weight);
}
/*
/* NB Fajl:'./_blocks/product/product-user-activity/product-user-remark/product-user-remark-input-field-1/product-user-remark-input-field-1.css.'
*/:root {
    --nb-product-user-remark-input-field-1-label-font-size: var(--nb-font-size-14);
}

.nb-product-user-remark-input-field-1 .nb-product-additional-note .nb-product-additional-note-label {
    font-size: var(--nb-product-user-remark-input-field-1-label-font-size);
}

@media screen and (max-width: 576px) {
    .nb-product-user-remark-input-field-1 .nb-form-group .nb-textarea:active,
    .nb-product-user-remark-input-field-1 .nb-form-group .nb-textarea:focus,
    .nb-product-user-remark-input-field-1 .nb-form-group .nb-textarea {
        min-height: unset;
    }
}

/*
/* NB Fajl:'./components/complex/product/product-auto-subscription-btn/product-auto-subscription-btn-1/product-auto-subscription-btn-1.css.'
*/:root {
    --nb-product-auto-subscription-1-btn-font-size: var(--nb-font-size-16);
    --nb-product-auto-subscription-1-btn-font-weight: var(--nb-btn-font-weight);
    --nb-product-auto-subscription-1-btn-color: var(--nb-color-primary);
    --nb-product-auto-subscription-1-btn-bg-color: var(--nb-btn-bg);
    --nb-product-auto-subscription-1-btn-border-color: var(--nb-btn-primary-border-color);

    --nb-product-auto-subscription-1-btn-active-color: var(--nb-color-white);
    --nb-product-auto-subscription-1-btn-active-bg-color: var(--nb-color-primary);
    --nb-product-auto-subscription-1-btn-active-border-color: var(--nb-btn-primary-border-color);
}

.nb-product-auto-subscription-1 .nb-btn.nb-icon-btn {
    font-size: var(--nb-product-auto-subscription-1-btn-font-size);
    font-weight: var(--nb-product-auto-subscription-1-btn-font-weight);
    color: var(--nb-product-auto-subscription-1-btn-color);
    background-color: var(--nb-product-auto-subscription-1-btn-bg-color);
    border-color: var(--nb-product-auto-subscription-1-btn-border-color);
}

.nb-product-auto-subscription-1 .nb-btn.nb-icon-btn:active,
.nb-product-auto-subscription-1 .nb-btn.nb-icon-btn:focus,
.nb-product-auto-subscription-1 .nb-btn.nb-icon-btn:hover {
    color: var(--nb-product-auto-subscription-1-btn-active-color);
    background-color: var(--nb-product-auto-subscription-1-btn-active-bg-color);
    border-color: var(--nb-product-auto-subscription-1-btn-active-border-color);
}

.nb-product-auto-subscription-1 .nb-btn.nb-icon-btn .nb-icon {
    font-size: 20px;
    line-height: 1;
}
/*
/* NB Fajl:'./components//complex/product/product-quantity/product-quantity-1/product-quantity-1.css.'
*/.nb-quantity-product {
    display: flex;
    align-items: center;
}

.nb-quantity-product .nb-quantity-wrapper {
    display: inline-flex;
    vertical-align: middle;
    border: var(--nb-border-width) var(--nb-border-style) var(--nb-border-color);
    border-radius: var(--nb-border-radius-s);
}

.nb-quantity-product .nb-quantity-label {
    font-size: var(--nb-product-quantity-label-font-size);
    font-weight: var(--nb-product-quantity-label-font-weight);
    color: var(--nb-product-quantity-label-color);
    line-height: var(--nb-product-quantity-label-line-height);
    margin-right: var(--nb-product-spacer-x);
}

.nb-quantity-product .nb-quantity-arrows {
    display: flex;
    align-items: center;
    justify-content: center;
    width: var(--nb-product-quantity-width);
    height: var(--nb-product-quantity-height);
    background-color: var(--nb-color-light);
    cursor: pointer;
}

.nb-quantity-product .nb-quantity-arrows:first-of-type {
    border-bottom-left-radius: var(--nb-border-radius-s);
    border-top-left-radius: var(--nb-border-radius-s);
}

.nb-quantity-product .nb-quantity-arrows:last-of-type {
    border-top-right-radius: var(--nb-border-radius-s);
    border-bottom-right-radius: var(--nb-border-radius-s);
}

.nb-quantity-product .nb-quantity-input .nb-input {
    text-align: center;
    width: var(--nb-product-quantity-width);
    height: var(--nb-product-quantity-height);
    border: unset;
}
.nb-quantity-product.nb-product-quantity-xs .nb-quantity-arrows,
.nb-quantity-product.nb-product-quantity-xs .nb-quantity-input input {
    width: var(--nb-product-quantity-width-xs);
    height: var(--nb-product-quantity-height-xs);
}

.nb-quantity-product.nb-product-quantity-s .nb-quantity-label {
    font-size: var(--nb-product-quantity-label-font-size-s);
}
.nb-quantity-product.nb-product-quantity-s .nb-quantity-arrows,
.nb-quantity-product.nb-product-quantity-s .nb-quantity-input input {
    width: var(--nb-product-quantity-width-s);
    height: var(--nb-product-quantity-height-s);
}
.nb-quantity-product.nb-product-quantity-m .nb-quantity-label {
    font-size: var(--nb-product-quantity-label-font-size-m);
}
.nb-quantity-product.nb-product-quantity-m .nb-quantity-arrows,
.nb-quantity-product.nb-product-quantity-m .nb-quantity-input input {
    width: var(--nb-product-quantity-width-m);
    height: var(--nb-product-quantity-height-m);
}
.nb-quantity-product.nb-product-quantity-l .nb-quantity-label {
    font-size: var(--nb-product-quantity-label-font-size-l);
}
.nb-quantity-product.nb-product-quantity-l .nb-quantity-arrows,
.nb-quantity-product.nb-product-quantity-l .nb-quantity-input input {
    width: var(--nb-product-quantity-width-l);
    height: var(--nb-product-quantity-height-l);
}

.nb-quantity-product.nb-label-above-product-quantity {
    flex-direction: column;
    align-items: flex-start;
}

.nb-quantity-product.nb-label-above-product-quantity .nb-quantity-label {
    margin-right: 0;
    margin-bottom: calc(var(--nb-product-spacer-y)/2);
}
/*
/* NB Fajl:'./components/complex/product/product-quantity/product-quantity-and-add-to-cart/product-quantity-and-add-to-cart.css.'
*/:root {
    --nb-product-quantity-and-add-to-cart-label-font-size: var(--nb-font-size-14);
    --nb-product-quantity-and-add-to-cart-label-font-weight: var(--nb-h6-font-weight);
    --nb-product-quantity-and-add-to-cart-label-color: var(--nb-h6-color);
}

.nb-product-quantity-and-add-to-cart {
    display: flex;
    gap: 10px;
    align-items: flex-end;
}

.nb-product-quantity-and-add-to-cart .nb-quantity-product .nb-quantity-wrapper {
    border-radius: var(--nb-border-radius-xs);
}

.nb-product-quantity-and-add-to-cart .nb-quantity-product .nb-quantity-arrows:first-of-type {
    border-bottom-left-radius: var(--nb-border-radius-xs);
    border-top-left-radius: var(--nb-border-radius-xs);
}

.nb-product-quantity-and-add-to-cart .nb-quantity-product .nb-quantity-arrows:last-of-type {
    border-top-right-radius: var(--nb-border-radius-xs);
    border-bottom-right-radius: var(--nb-border-radius-xs);
}

.nb-product-quantity-and-add-to-cart .nb-quantity-product.nb-product-quantity-m .nb-quantity-label {
    font-size: var(--nb-product-quantity-and-add-to-cart-label-font-size);
    font-weight: var(--nb-product-quantity-and-add-to-cart-label-font-weight);
    color: var(--nb-product-quantity-and-add-to-cart-label-color);
}

.nb-product-quantity-and-add-to-cart .nb-add-to-cart {
    min-width: 280px;
}

.nb-product-quantity-and-add-to-cart .nb-wrapper {
    position: relative;
}

.nb-product-quantity-and-add-to-cart .nb-choose-size-info {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    font-size: var(--nb-font-size-12);
    line-height: 20px;
    color: var(--nb-spec-color);
    width: 100%;
    max-width: 280px;
    text-align: center;
    font-weight: var(--nb-font-weight-500);
    display: none;
}

.nb-product-quantity-and-add-to-cart .nb-choose-size-info.active {
    display: block;
}

@media screen and (max-width: 576px){
    .nb-product-quantity-and-add-to-cart .nb-add-to-cart {
        min-width: auto;
        flex: 1;
    }
}
/*
/* NB Fajl:'./components/complex/product/product-notification-link/product-available-notification-link/product-available-notification-link.css.'
*/:root{
    --nb-product-available-notification-icon-color: var(--nb-color-gray);
    --nb-product-available-notification-font-size: var(--nb-font-size-16);
    --nb-product-available-notification-font-weight: var(--nb-body-font-weight);
    --nb-product-available-notification-popup-width: 250px;
}

.nb-product-available-notification-link {
    position: relative;
}


.nb-product-available-notification-link  .nb-product-available-notification-popup {
    position: absolute;
    bottom: calc(100% + 7px);
    left: 50%;
    transform: translateX(-50%);
    background: var(--nb-color-black);
    color: var(--nb-color-white);
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 13px;
    line-height: 1.4;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
    z-index: 10;
    width: var(--nb-product-available-notification-popup-width);
    text-align: center;
}

.nb-product-available-notification-link .nb-product-available-notification-popup::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-width: 6px;
    border-style: solid;
    border-color: var(--nb-color-black) transparent transparent transparent;
}

.nb-product-available-notification-link:hover .nb-product-available-notification-popup {
    opacity: 1;
}

.nb-product-available-notification-link .nb-icon{
    color: var(--nb-product-available-notification-icon-color);
}
.nb-product-available-notification-link .nb-link-with-icon-1 .nb-link{
    font-size: var(--nb-product-available-notification-font-size);
    font-weight: var(--nb-product-available-notification-font-weight);
}

@media screen and (max-width: 768px) {
    .nb-product-available-notification-link{
        --nb-product-available-notification-font-size: var(--nb-font-size-14)
    }
}
/*
/* NB Fajl:'./static/css/nbcomponent/nb7.addtocart.css.'
*/
/*
    ADD TO CART komponenta
*/

.nb-btn.nb-add-to-cart{
    font-family:    var(--nb-add-to-cart-font-family);
    font-size:      var(--nb-add-to-cart-font-size);
    line-height:    var(--nb-add-to-cart-line-height);
    font-weight:    var(--nb-add-to-cart-font-weight);
    color:          var(--nb-add-to-cart-color);
    background:     var(--nb-add-to-cart-bg);
    height:         var(--nb-add-to-cart-height);
    border-radius:  var(--nb-add-to-cart-border-radius);
    border:         var(--nb-add-to-cart-border-width) var(--nb-add-to-cart-border-style) var(--nb-add-to-cart-border-color);
    padding:        var(--nb-add-to-cart-padding-y) var(--nb-add-to-cart-padding-x);
    min-width:      var(--nb-add-to-cart-min-width);
    position:relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.nb-btn.nb-add-to-cart:active,
.nb-btn.nb-add-to-cart:focus,
.nb-btn.nb-add-to-cart:hover{
    color:          var(--nb-add-to-cart-hover-color);
    background:     var(--nb-add-to-cart-hover-bg);
    border-color:   var(--nb-add-to-cart-hover-border-color);
}

.nb-btn.nb-add-to-cart .nb-icon{
    margin-right: calc(var(--nb-spacer)/2);
}

/* loader */
.nb-btn.nb-add-to-cart .nb-add-to-cart-loader{
    display: none;
}
.nb-btn.nb-add-to-cart.addingItem .nb-add-to-cart-loader{
    display: block;
}
.nb-btn.nb-add-to-cart.addingItem .nb-add-to-cart-text{
    display: none;
}

.nb-btn.nb-add-to-cart.addingItem .nb-dot,
.nb-btn.nb-add-to-cart.addingItem .nb-dot-2,
.nb-btn.nb-add-to-cart.addingItem .nb-dot-4 {
    animation: blink 2s infinite;
    font-size: 16px;
}

.nb-btn.nb-add-to-cart.addingItem .nb-dot-2 {
    animation-delay: 0.5s;
}

.nb-btn.nb-add-to-cart.addingItem .nb-dot-4 {
    animation-delay: 1s;
}
@keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 0; }
    100% { opacity: 1; }
}

/* Sizing */
.nb-btn.nb-add-to-cart.nb-add-to-cart-xs{
    font-size:      var(--nb-add-to-cart-font-size-xs);
    line-height:    var(--nb-add-to-cart-line-height-xs);
    padding-top:    var(--nb-add-to-cart-padding-y-xs);
    padding-bottom: var(--nb-add-to-cart-padding-y-xs);
}
.nb-btn.nb-add-to-cart.nb-add-to-cart-s{
    font-size:      var(--nb-add-to-cart-font-size-s);
    line-height:    var(--nb-add-to-cart-line-height-s);
    padding-top:    var(--nb-add-to-cart-padding-y-s);
    padding-bottom: var(--nb-add-to-cart-padding-y-s);
}
.nb-btn.nb-add-to-cart.nb-add-to-cart-m{
    font-size:      var(--nb-add-to-cart-font-size-m);
    line-height:    var(--nb-add-to-cart-line-height-m);
    padding-top:    var(--nb-add-to-cart-padding-y-m);
    padding-bottom: var(--nb-add-to-cart-padding-y-m);
}
.nb-btn.nb-add-to-cart.nb-add-to-cart-l{
    font-size:      var(--nb-add-to-cart-font-size-l);
    line-height:    var(--nb-add-to-cart-line-height-l);
    padding-top:    var(--nb-add-to-cart-padding-y-l);
    padding-bottom: var(--nb-add-to-cart-padding-y-l);
}

/*
/* NB Fajl:'./_blocks/product/product-add-to-cart/product-add-to-cart-btn/product-add-to-cart-button-4/product-add-to-cart-button-4.css.'
*/:root {
    --nb-product-add-to-cart-button-4-btn-font-size: var(--nb-font-size-16);
    --nb-product-add-to-cart-button-4-btn-font-weight: var(--nb-font-regular);
}

.nb-product-add-to-cart-button-4 > .nb-content-wrapper {
    display: flex;
    align-items: flex-end;
    gap: 10px;
}

.nb-product-add-to-cart-button-4 .nb-content-wrapper .nb-quantity-product .nb-quantity-arrows,
.nb-product-add-to-cart-button-4 .nb-content-wrapper .nb-quantity-product .nb-quantity-input input {
    width: 50px;
    height: 48px;
}

.nb-product-add-to-cart-button-4 .nb-content-wrapper .nb-quantity-product .nb-quantity-input input {
    font-size: var(--nb-font-size-24);
}

.nb-product-add-to-cart-button-4 .nb-quantity-product .nb-quantity-arrows {
    background-color: var(--nb-color-gray-100);
}

.nb-product-add-to-cart-button-4 .nb-quantity-product .nb-quantity-arrows .nb-icon {
    font-size: var(--nb-font-size-20);
}

.nb-product-add-to-cart-button-4 .nb-product-quantity-and-add-to-cart .nb-wrapper,
.nb-product-add-to-cart-button-4 .nb-product-quantity-and-add-to-cart {
    flex-grow: 1;
}

.nb-product-add-to-cart-button-4 .nb-btn.nb-add-to-cart {
    height: 50px;
    width: 100%;
    font-size: var(--nb-product-add-to-cart-button-4-btn-font-size);
    font-weight: var(--nb-product-add-to-cart-button-4-btn-font-weight);
}

.nb-product-add-to-cart-button-4 .nb-product-auto-subscription-1 .nb-btn {
    height: 50px;
    width: 100%;
    min-width: 265px;
}

.nb-product-add-to-cart-button-4 .nb-wrapper .nb-size-alert {
    position: absolute;
    text-align: center;
    display: block;
    font-size: var(--nb-font-size-12);
    color: var(--nb-color-danger);
    margin-top: 5px;
    width: 100%;
}

.nb-product-add-to-cart-button-4 .nb-product-not-available {
    display: flex;
    align-items: center;
    gap: 20px;
}

.nb-product-add-to-cart-button-4 .nb-product-not-available .nb-product-available-notification-link {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border: var(--nb-border-width) var(--nb-border-style) var(--nb-border-color);
    background-color: var(--nb-color-gray-100);
    flex: 1 0 400px;
    min-height: 50px;
    display: flex;
    align-items: center;
    padding: 0 20px;
}

.nb-product-add-to-cart-button-4 .nb-product-not-available .nb-product-available-notification-link .nb-icon {
    font-size: 20px;
    line-height: 1;
}

@media screen and (max-width: 1440px) {
    .nb-product-add-to-cart-button-4 .nb-product-auto-subscription-1 .nb-btn {
        height: 50px;
        width: 100%;
        min-width: 150px;
    }
}

@media screen and (max-width: 1200px) {
    .nb-product-add-to-cart-button-4 > .nb-content-wrapper {
        flex-wrap: wrap;
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
    }

    .nb-product-add-to-cart-button-4 .nb-btn.nb-add-to-cart {
        width: 100%;
    }

    .nb-product-add-to-cart-button-4 .nb-product-quantity-and-add-to-cart {
        width: 100%;
    }
}


@media screen and (max-width: 1024px) {
    .nb-product-add-to-cart-button-4 .nb-quantity-product .nb-quantity-arrows {
        display: none;
    }

    .nb-product-add-to-cart-button-4 .nb-quantity-product.nb-label-above-product-quantity .nb-quantity-label {
        position: absolute;
        top: 0;
        white-space: nowrap;
    }

    .nb-product-add-to-cart-button-4 .nb-quantity-product.nb-label-above-product-quantity {
        padding-top: 30px;
        position: relative;
    }

    .nb-product-add-to-cart-button-4 .nb-product-quantity-and-add-to-cart .nb-quantity-product .nb-quantity-wrapper,
    .nb-product-add-to-cart-button-4 .nb-content-wrapper .nb-quantity-product .nb-quantity-input input {
        border-radius: 0;
    }

    .nb-product-add-to-cart-button-4 .nb-product-quantity-and-add-to-cart {
        width: 100%;
    }

    .nb-product-add-to-cart-button-4 .nb-product-auto-subscription-1 .nb-btn {
        max-width: 100%;
    }

    .nb-product-add-to-cart-button-4 .nb-product-auto-subscription-1 {
        width: 100%;
    }

    .nb-product-add-to-cart-button-4 .nb-product-not-available {
        gap: 16px;
        flex-direction: column;
        align-items: flex-start;
    }

    .nb-product-add-to-cart-button-4 .nb-product-not-available .nb-product-available-notification-link {
        flex: 1;
        width: 100%;
    }
}
/*
/* NB Fajl:'./components/complex/product/product-open-gift-list-modal/product-open-gift-list-modal.css.'
*/.nb-product-open-gift-list-modal .nb-btn {
    all: unset;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
}
/*
/* NB Fajl:'./components/core/icon-with-text/custom-text-with-icon/custom-text-with-icon-v1/custom-text-with-icon-v1.css.'
*/:root {
    --nb-custom-text-with-icon-1-text-font-size: var(--nb-font-size-14);
    --nb-custom-text-with-icon-1-text-font-weight: var(--nb-font-regular);
    --nb-custom-text-with-icon-1-text-color: var(--nb-text-color-primary);
    --nb-custom-text-with-icon-1-icon-color: var(--nb-text-color-primary);
}

.nb-custom-text-with-icon-1 {
    display: flex;
    align-items: center;
    gap: 5px;
}

.nb-custom-text-with-icon-1 .custom-text {
    font-size: var(--nb-custom-text-with-icon-1-text-font-size);
    font-weight: var(--nb-custom-text-with-icon-1-text-font-weight);
    color: var(--nb-custom-text-with-icon-1-text-color);
}

.nb-custom-text-with-icon-1 .nb-icon {
    color: var(--nb-custom-text-with-icon-1-icon-color);
}

.nb-custom-text-with-icon-1.nb-custom-text-with-icon-right .nb-icon{
    order: 1;
}
.nb-custom-text-with-icon-1.nb-custom-text-with-icon-top{
    flex-direction: column;
    align-items: center;
}
/*
/* NB Fajl:'./components/complex/product/product-compare/product-compare-2/product-compare-2.css.'
*/:root{
    --nb-product-compare-text-color: var(--nb-text-link-1-secondary-color);
    --nb-product-compare-bg: transparent;
}
.nb-product-compare-2 .nb-custom-text-with-icon-1{
    gap: 10px;
    background-color: var(--nb-product-compare-bg);
}
/*
/* NB Fajl:'./_blocks/product/product-user-activity/product-user-activity-misc-options/product-user-activity-misc-options-1/product-user-activity-misc-options-1.css.'
*/.nb-product-user-activity-misc-options-1  {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.nb-product-user-activity-misc-options-1 > * {
    flex: 1 1 calc(50% - 10px);
    max-width: calc(50% - 10px);
    background: var(--nb-color-gray-100);
    font-size: var(--nb-font-size-14);
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
    height: 44px;
    text-align: center;
    cursor: pointer;
}

.nb-product-user-activity-misc-options-1 .nb-check-availability-btn-2:hover .nb-custom-text-with-icon-1 .nb-icon,
.nb-product-user-activity-misc-options-1 .nb-check-availability-btn-2:hover .nb-custom-text-with-icon-1 .custom-text,
.nb-product-user-activity-misc-options-1 .nb-product-compare-2:hover .nb-custom-text-with-icon-1 .nb-icon,
.nb-product-user-activity-misc-options-1 .nb-product-compare-2:hover .nb-custom-text-with-icon-1 .custom-text,
.nb-product-user-activity-misc-options-1 .nb-product-open-gift-list-modal-btn:hover {
    color: var(--nb-spec-color);
}

.nb-product-user-activity-misc-options-1 .nb-product-open-gift-list-modal-btn:focus,
.nb-product-user-activity-misc-options-1 .nb-product-open-gift-list-modal-btn:active,
.nb-product-user-activity-misc-options-1 .nb-product-open-gift-list-modal-btn:hover {
    background-color: unset;
    color: var(--nb-spec-color);
}

.nb-product-user-activity-misc-options-1 .nb-product-open-gift-list-modal .nb-btn {
    width: 100%;
    height: 100%;
}

.nb-product-user-activity-misc-options-1 .nb-custom-text-with-icon-1 {
    justify-content: center;
    gap: 10px;
}

@media screen and (max-width: 768px) {

    .nb-product-user-activity-misc-options-1  {
        gap: 10px;
    }

    .nb-product-user-activity-misc-options-1 > * {
        flex: 1 1 100%;
        max-width: 100%;
    }
}
/*
/* NB Fajl:'./components/complex/product/product-payment-in-installments/product-payment-in-installments-2/product-payment-in-installments-2.css.'
*/:root {
    --nb-product-payment-in-installments-2-month-rate-label-color: var(--nb-text-color-primary);
    --nb-product-payment-in-installments-2-month-rate-label-font-size: var(--nb-font-size-14);
    --nb-product-payment-in-installments-2-month-rate-label-font-weight: var(--nb-font-weight-400);

    --nb-product-payment-in-installments-2-error-message-color: var(--nb-color-danger);
    --nb-product-payment-in-installments-2-error-message-font-size: var(--nb-font-size-12);
    --nb-product-payment-in-installments-2-error-message-font-weight: var(--nb-font-weight-400);

    --nb-product-payment-in-installments-2-month-rate-price-color: var(--nb-spec-color);
    --nb-product-payment-in-installments-2-month-rate-price-font-size: var(--nb-font-size-20);
    --nb-product-payment-in-installments-2-month-rate-price-font-weight: var(--nb-font-weight-600);

    --nb-product-payment-in-installments-2-link-font-size: var(--nb-font-size-14);
}

.nb-product-payment-in-installments-2 {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 13px;
    border: var(--nb-border-width) var(--nb-border-style) var(--nb-border-color);
}

.nb-product-payment-in-installments-2 .nb-product-loan-wrapper {
    display: none;
    flex-direction: column;
    gap: 12px;
}

.nb-product-payment-in-installments-2 .nb-product-show-loan-wrapper ~ .nb-label {
    font-size: 16px;
    margin-left: 8px;
}

.nb-product-payment-in-installments-2 .nb-form-check {
    margin-bottom: 0;
}

.nb-product-payment-in-installments-2 .nb-product-loan-wrapper.active {
    display: flex;
}

.nb-product-payment-in-installments-2 .nb-month-rate-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}

.nb-product-payment-in-installments-2 .nb-month-rate-wrapper .nb-product-month-rate-input {
    max-width: 50px;
    height: 28px;
    text-align: center;
}

.nb-product-payment-in-installments-2 .nb-more-info-label {
    display: flex;
    align-items: center;
    gap: 5px;
}

.nb-product-payment-in-installments-2 .nb-more-info-label .nb-link {
    color: var(--nb-product-payment-in-installments-2-month-rate-label-color);
    font-size: var(--nb-product-payment-in-installments-2-month-rate-label-font-size);
    font-weight: var(--nb-product-payment-in-installments-2-month-rate-label-font-weight);
    text-decoration: underline;
}

.nb-product-payment-in-installments-2 .nb-more-info-label,
.nb-product-payment-in-installments-2 .nb-month-rate-label,
.nb-product-payment-in-installments-2 .nb-month-rate-wrapper .nb-month-rate-label {
    color: var(--nb-product-payment-in-installments-2-month-rate-label-color);
    font-size: var(--nb-product-payment-in-installments-2-month-rate-label-font-size);
    font-weight: var(--nb-product-payment-in-installments-2-month-rate-label-font-weight);
}

.nb-product-payment-in-installments-2 .nb-month-rate-price-value-wrapper {
    display: flex;
    align-items: center;
    gap: 5px;
}

.nb-product-payment-in-installments-2 .nb-range .form-range {
    --percent: 50%;

    background: linear-gradient(
            to right,
            var(--nb-spec-color) 0%,
            var(--nb-spec-color) var(--percent),
            var(--nb-color-gray) var(--percent),
            var(--nb-color-gray) 100%
    );
}

.nb-product-payment-in-installments-2 .nb-range .form-range {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 2px;
    outline: none;
    margin: 6px 0;
}

.nb-product-payment-in-installments-2 .nb-range .form-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 2px;
    cursor: pointer;
    background: transparent;
    border-radius: 0;
    border: none;
}

.nb-product-payment-in-installments-2 .nb-range .form-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: var(--nb-spec-color);
    cursor: pointer;
    border: none;
    margin-top: -6px;
}

.nb-product-payment-in-installments-2 .nb-range .form-range::-moz-range-track {
    width: 100%;
    height: 2px;
    cursor: pointer;
    border-radius: 0;
    border: none;
    background: transparent;
}

.nb-product-payment-in-installments-2 .nb-range .form-range::-moz-range-thumb {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: var(--nb-spec-color);
    cursor: pointer;
    border: none;
    margin-top: -6px;
}

.nb-product-payment-in-installments-2 .nb-month-rate-price-value-wrapper .nb-month-rate-price-label,
.nb-product-payment-in-installments-2 .nb-month-rate-price-value-wrapper .nb-month-rate-price-value,
.nb-product-payment-in-installments-2 .nb-month-rate-price-value-wrapper .nb-month-rate-price-currency {
    color: var(--nb-product-payment-in-installments-2-month-rate-price-color);
    font-size: var(--nb-product-payment-in-installments-2-month-rate-price-font-size);
    font-weight: var(--nb-product-payment-in-installments-2-month-rate-price-font-weight);
}

.nb-product-payment-in-installments-2 .nb-product-loan-wrapper .nb-link {
    color: var(--nb-text-color-primary);
    font-size: var(--nb-product-payment-in-installments-2-link-font-size);
}

.nb-product-payment-in-installments-2 .nb-product-loan-wrapper .nb-link:hover {
    color: var(--nb-spec-color);
}

.nb-product-payment-in-installments-2 .nb-card-info-wrapper {
    display: flex;
    align-items: center;
    gap: 5px;
}

.nb-product-payment-in-installments-2 .nb-error-message {
    display: none;
    color: var(--nb-product-payment-in-installments-2-error-message-color);
    font-size: var(--nb-product-payment-in-installments-2-error-message-font-size);
    font-weight: var(--nb-product-payment-in-installments-2-error-message-font-weight);
}

.nb-product-payment-in-installments-2 .nb-error-message.nb-error {
    display: block;
}
/*
/* NB Fajl:'./_blocks/content/promo-carousel-and-banner/single-banner/single-banner-2/single-banner-2.css.'
*/.nb-single-banner-2 .nb-img-wrapper{
    text-align: center;
}

/*
/* NB Fajl:'./_blocks/element/video/youtube-video/youtube-video-4/youtube-video-4.css.'
*/:root {
    --nb-youtube-video-4-title-font-size: var(--nb-font-size-18);
    --nb-youtube-video-4-title-font-weight: var(--nb-font-semibold);
}

.nb-youtube-video-4 .title {
    font-size: var(--nb-youtube-video-4-title-font-size);
    font-weight: var(--nb-youtube-video-4-title-font-weight);
}

.nb-youtube-video-4 .heading-wrapper {
    margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
    :root {
        --nb-youtube-video-4-title-font-size: var(--nb-font-size-14);
    }
}

/*
/* NB Fajl:'./components/complex/product/product-additional-info-display-accordion-1/product-additional-info-display-accordion-1.css.'
*/.nb-product-additional-info-display-accordion-1 .nb-accordion.nb-accordion-2 .nb-accordion-button,
.nb-product-additional-info-display-accordion-1 .nb-accordion.nb-accordion-2 .nb-accordion-collapse .nb-accordion-body {
    background-color: unset;
}

.nb-product-additional-info-display-accordion-1 .nb-accordion.nb-accordion-2 .accordion-button .nb-collapse-icon {
    color: var(--nb-spec-color);
}

.nb-product-additional-info-display-accordion-1 .nb-accordion.nb-accordion-2 .nb-accordion-button {
    padding: 16px 0;
}

.nb-product-additional-info-display-accordion-1 .nb-accordion.nb-accordion-2 .nb-accordion-collapse .nb-accordion-body {
    padding-left: 0;
    padding-right: 0;
}

.nb-product-additional-info-display-accordion-1 .nb-accordion .accordion-button .nb-toggle-icon {
    right: 0;
}
/*
/* NB Fajl:'./components/complex/product/product-specification/product-specification-1/product-specification-1.css.'
*/:root {
    --nb-product-specification-1-margin-top: 20px;
    --nb-product-specification-1-item-padding-x: 20px;
    --nb-product-specification-1-item-padding-y: 10px;
    --nb-product-specification-1-item-bg: var(--nb-color-gray-100);
    --nb-product-specification-1-title-color: var(--nb-text-color-primary);
    --nb-product-specification-1-title-font-size: var(--nb-paragraph-s);
    --nb-product-specification-1-title-font-weight: var(--nb-font-semibold);
    --nb-product-specification-1-text-font-size: var(--nb-paragraph-s);
    --nb-product-specification-1-text-font-weight: var(--nb-paragraph-font-weight);
}

.nb-product-specification-1 {
    margin-top: var(--nb-product-specification-1-margin-top);
}

.nb-product-specification-1 .nb-item {
    display: flex;
    gap: 10px;
    padding: var(--nb-product-specification-1-item-padding-y) var(--nb-product-specification-1-item-padding-x);
}

.nb-product-specification-1 .nb-title-wrapper {
    background: var(--nb-product-specification-1-item-bg);
}

.nb-product-specification-1 .nb-item .nb-link,
.nb-product-specification-1 .nb-item .nb-paragraph {
    font-weight: var(--nb-product-specification-1-text-font-weight);
    font-size: var(--nb-product-specification-1-text-font-size);
}

.nb-product-specification-1 .nb-title-wrapper .nb-paragraph {
    color: var(--nb-product-specification-1-title-color);
    font-weight: var(--nb-product-specification-1-title-font-weight);
    font-size: var(--nb-product-specification-1-title-font-size);
}

.nb-product-specification-1 .nb-item:nth-child(2n) {
    background: var(--nb-product-specification-1-item-bg);
}

.nb-product-specification-1 .nb-paragraph {
    flex: 0 0 50%;
}

.nb-product-specification-table-1 table {
    width: 100%;
    border: unset;
    margin-bottom: 0;
}

.nb-product-specification-1 .table>:not(caption)>*>* {
    border: unset;
    padding: unset;
}

.nb-product-specification-table-1 tr {
    display: flex;
    gap: 10px;
    padding: var(--nb-product-specification-1-item-padding-y) var(--nb-product-specification-1-item-padding-x);
    width: 100%;
}

.nb-product-specification-table-1 tr td {
    flex: 0 0 50%;
    font-size: var(--nb-product-specification-1-text-font-size);
}

.nb-product-specification-table-1:nth-child(2n) tr:nth-child(2n + 1){
    background: var(--nb-product-specification-1-item-bg);
}

.nb-product-specification-table-1:nth-child(2n + 1) tr:nth-child(2n){
    background: var(--nb-product-specification-1-item-bg);
}
/*
/* NB Fajl:'./_blocks/product/additional-product-info/additional-product-info-display/additional-product-info-display-accordion-1/additional-product-info-display-accordion-1.css.'
*/.nb-additional-product-info-displays-accordion-1.dragbox .collapse:not(.show) {
    display: block;
}
/*
/* NB Fajl:'./components/core/box/info-box-9/info-box-9.css.'
*/:root{
    --nb-info-box-9-fs: 14px;
    --nb-info-box-9-lh: 20px;
    --nb-info-box-9-border-radius: 4px;
}
.nb-info-box-9 {
    display: flex;
    align-items: center;
    gap: 15px;
    border: 1px solid var(--nb-border-color);
    border-radius: var(--nb-info-box-9-border-radius);
    padding: 15px;
}

.nb-info-box-9 *:last-child{
    margin-bottom: 0;
}

.nb-info-box-9 .custom-text,
.nb-info-box-9 .custom-text *{
    font-size: var(--nb-info-box-9-fs);
    line-height: var(--nb-info-box-9-lh);
}
.nb-info-box-9:has(.nb-link){
    padding: 0;
}
.nb-info-box-9 .nb-link{
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 10px;
    width: 100%;
}
.nb-info-box-9 .nb-link .nb-img{
    max-width: 24px;
}
/*
/* NB Fajl:'./components/complex/slider/slider-item/slider-item-box-49/slider-item-box-49.css.'
*/:root{
    --nb-slider-item-box-49-label-fs: var(--nb-font-size-16);
    --nb-slider-item-box-49-bg: var(--nb-color-gray-100);
    --nb-slider-item-box-49-border-radius: var(--nb-border-radius-0);
    --nb-slider-item-box-49-border-color: transparent;

    --nb-slider-item-box-49-img-width: 25px;
}

.nb-slider-item-box-49 .nb-info-box-9{
    gap: 12px;
    padding: 7px 10px;
    justify-content: center;
    background-color: var(--nb-slider-item-box-49-bg);
    border-color: var(--nb-slider-item-box-49-border-color);
    line-height: 1.5;
    border-radius: var(--nb-slider-item-box-49-border-radius);
}
.nb-slider-item-box-49 .nb-info-box-9 .custom-text{
    font-size: var(--nb-slider-item-box-49-label-fs);
}

.nb-slider-item-box-49 .nb-info-box-9 img {
    max-width: var(--nb-slider-item-box-49-img-width);
}

/*
/* NB Fajl:'./_blocks/content/promo-carousel-and-banner/grid-banner/grid-banner-35/grid-banner-35.css.'
*/body.block-editing .nb-grid-banner-35{
    min-height: 35px;
}
/*
/* NB Fajl:'./components/complex/product/product-box/product-box-1/product-box-1.css.'
*/:root{
    --nb-product-box-1-name-font-size: var(--nb-product-name-font-size-s);
    --nb-product-box-1-name-font-weight: var(--nb-product-name-font-weight);
}

.nb-product-box-1{
    display: flex;
    gap: 10px;
}
.nb-product-box-1 .nb-product-name *{
    font-size: var(--nb-product-box-1-name-font-size);
    font-weight: var(--nb-product-box-1-name-font-weight);
    flex-grow: 1;
}
.nb-product-box-1 .nb-remove-product{
   height: fit-content;
}
/*
/* NB Fajl:'./components/complex/product/product-list/product-comparison-list/product-comparison-list-1/product-comparison-list-1.css.'
*/:root {
    --nb-product-comparison-list-1-max-height: 300px;
}

.nb-product-comparison-list-1{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.nb-product-comparison-list-1 .nb-product-box-1 .nb-img{
    max-width: 50px;
}

.nb-product-comparison-list-1 {
    padding: 10px 0;
    background-color: var(--nb-product-comparison-popup-1-bg-color);
    max-height: var(--nb-product-comparison-list-1-max-height);
    overflow-y: auto;
}

.nb-product-comparison-list-1::-webkit-scrollbar {
    width: 5px;
}

.nb-product-comparison-list-1::-webkit-scrollbar-track {
    background: var(--nb-color-gray);
}

.nb-product-comparison-list-1::-webkit-scrollbar-thumb:hover,
.nb-product-comparison-list-1::-webkit-scrollbar-thumb {
    background: var(--nb-color-green-900);
}
/*
/* NB Fajl:'./components/complex/product/product-comparison-popup/product-comparison-popup-1/product-comparison-popup-1.css.'
*/:root{
    --nb-product-comparison-popup-1-header-bg-color: var(--nb-spec-color);
    --nb-product-comparison-popup-1-header-color: var(--nb-color-white);
    --nb-product-comparison-popup-1-font-size: var(--nb-font-size-12);

    --nb-product-comparison-popup-1-border-color: var(--nb-border-color);
    --nb-product-comparison-popup-1-bg-color: var(--nb-bg-primary);

    --nb-product-comparison-popup-1-link-btn-bg-color: var(--nb-btn-primary-bg);
    --nb-product-comparison-popup-1-link-btn-border-color: var(--nb-btn-primary-border-color);
    --nb-product-comparison-popup-1-link-btn-color: var(--nb-btn-primary-color);

    --nb-product-comparison-popup-1-link-btn-hover-bg-color: var(--nb-btn-primary-hover-bg);
    --nb-product-comparison-popup-1-link-btn-hover-border-color: var(--nb-btn-primary-hover-border-color);
    --nb-product-comparison-popup-1-link-btn-hover-color: var(--nb-btn-primary-hover-color);
}

.nb-product-comparison-popup-1{
    border: var(--nb-border-width) var(--nb-border-style) var(--nb-product-comparison-popup-1-border-color);
}
.nb-product-comparison-popup-1 .nb-comparison-heading-wrapper{
    background-color: var(--nb-product-comparison-popup-1-header-bg-color);
    text-align: center;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.nb-product-comparison-popup-1 .nb-comparison-heading-wrapper *{
    color: var(--nb-product-comparison-popup-1-header-color);
}
.nb-product-comparison-popup-1 .nb-comparison-heading-wrapper .custom-text{
    font-size: var(--nb-product-comparison-popup-1-font-size);
}
.nb-product-comparison-popup-1 .nb-comparison-heading-wrapper .nb-close-comparison{
    min-width: unset;
    padding: 0;
    background-color: transparent;
    border-color: transparent;
}
.nb-product-comparison-popup-1 .nb-comparison-heading-wrapper .nb-close-comparison:hover{
    background-color: transparent;
    border-color: transparent;
    cursor: pointer;
}
.nb-product-comparison-popup-1 .nb-comparison-wrapper{
    padding: 10px;
    background-color: var(--nb-product-comparison-popup-1-bg-color);
}
.nb-product-comparison-list-1{
    margin-bottom: 10px;
}
.nb-product-comparison-popup-1 .nb-comparison-wrapper .nb-compare{
    padding: 10px 20px;
    font-size: var(--nb-product-comparison-popup-1-font-size);
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    min-width: unset;
    background-color: var(--nb-product-comparison-popup-1-link-btn-bg-color);
    border-color: var(--nb-product-comparison-popup-1-link-btn-border-color);
    color: var(--nb-product-comparison-popup-1-link-btn-color);
}
.nb-product-comparison-popup-1 .nb-comparison-wrapper .nb-compare:hover{
    background-color: var(--nb-product-comparison-popup-1-link-btn-hover-bg-color);
    border-color: var(--nb-product-comparison-popup-1-link-btn-hover-border-color);
    color: var(--nb-product-comparison-popup-1-link-btn-hover-color);
}

/*
/* NB Fajl:'./_blocks/product/product-comparison/product-comparison-floater/product-comparison-floater-1/product-comparison-floater-1.css.'
*/body.block-editing .nb-product-comparison-floater-1.dragbox{
    position: static;
    left: 0;
    right: 0;
    top: 0;
    width: 210px;
}
.nb-product-comparison-floater-1:not(.dragbox) {
    position: fixed;
    top: 20%;
    right: 0;
    transition: transform .3s ease-in-out;
    z-index: 999;
    width: 210px;
}


.nb-product-comparison-floater-1.nb-closed {
    transform: translateX(100%);
}

.nb-product-comparison-floater-1.nb-closed .nb-icon-wrapper {
    left: -15px;
    transform: translateX(-100%);
    position: absolute;
    display: flex;
    position: absolute;
    right: 0;
    top: 0;
}

.nb-product-comparison-floater-1 .nb-icon-wrapper {
    position: relative;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 45px;
    height: 45px;
    display: none;
    align-items: center;
    justify-content: center;
    color: var(--nb-color-white);
    background-color: var(--nb-spec-color);
    border: var(--nb-border-width) var(--nb-border-style) var(--nb-border-color);
    border-radius: var(--nb-border-radius-full);
    font-size: var(--nb-paragraph-xs);
    cursor: pointer;
    transition: all .3s ease-in-out;
}

.nb-product-comparison-floater-1 .nb-icon-wrapper .nb-counter {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0;
    top: 0;
    transform: translate(30%, -10%);
    color: var(--nb-color-white);
    background-color: var(--nb-color-gray-900);
    border-radius: var(--nb-border-radius-full);
    width: 20px;
    height: 20px;
}

/*
/* NB Fajl:'./_blocks/product/product-purchase-assistance/size-chart/size-chart-modal-2/size-chart-modal-2.css.'
*/.nb-size-chart-modal-2 .nb-modal-body {
    max-height: 650px;
    overflow-y: auto;
    margin-right: 30px;
    margin-top: 20px;
    padding: 0 30px;
}

.nb-size-chart-modal-2 .nb-modal-body::-webkit-scrollbar-button {
    display: none !important;
}

.nb-size-chart-modal-2 .nb-modal-body::-webkit-scrollbar {
    width: 4px !important;
}

.nb-size-chart-modal-2 .nb-modal-body::-webkit-scrollbar-thumb {
    background: var(--nb-spec-color) !important;
}

.nb-size-chart-modal-2 .nb-modal-body::-webkit-scrollbar-track {
    background: var(--nb-color-gray-200) !important;
}
/*
/* NB Fajl:'./components/complex/product/product-subscription/product-subscription-tabs-1/product-subscription-tabs-1.css.'
*/:root {
    --nb-product-subscription-tabs-1-font-size: var(--nb-font-size-14);
    --nb-product-subscription-tabs-1-font-weight: var(--nb-font-regular);

    --nb-product-subscription-tabs-1-color: var(--nb-text-color-primary);
    --nb-product-subscription-tabs-1-border-color: var(--nb-border-color);
    --nb-product-subscription-tabs-1-bg: var(--nb-color-gray-100);

    --nb-product-subscription-tabs-1-active-color: var(--nb-text-color-primary);
    --nb-product-subscription-tabs-1-active-border-color: var(--nb-spec-color);
    --nb-product-subscription-tabs-1-active-bg: transparent;
}

.nb-product-subscription-tabs-1 .nb-tabs-wrapper {
    display: flex;
    flex-wrap: nowrap;
}

.nb-product-subscription-tabs-1 .nb-tab-item {
    all: unset;
    flex: 1 1 50%;
    width: 50%;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-bottom: var(--nb-border-width) var(--nb-border-style) var(--nb-product-subscription-tabs-1-border-color);
    background-color: var(--nb-product-subscription-tabs-1-bg);
    font-size: var(--nb-product-subscription-tabs-1-font-size);
    font-weight: var(--nb-product-subscription-tabs-1-font-weight);
    color: var(--nb-product-subscription-tabs-1-color);
    cursor: pointer;
}

.nb-product-subscription-tabs-1 .nb-tab-item.active {
    border-bottom-color: var(--nb-product-subscription-tabs-1-active-border-color);
    background-color: var(--nb-product-subscription-tabs-1-active-bg);
    color: var(--nb-product-subscription-tabs-1-active-color);
}

.nb-product-subscription-tabs-1 .nb-tab-content {
    margin-top: 30px;
}

.nb-product-subscription-tabs-1 .nb-icon {
    font-size: 20px;
    line-height: 1;
}

.nb-product-subscription-tabs-1 .nb-btn.active .nb-icon {
    color: var(--nb-spec-color);
}
/*
/* NB Fajl:'./components/content/content-box-27/content-box-27.css.'
*/:root {
    --nb-content-box-27-title-font-size: var(--nb-font-size-14);
    --nb-content-box-27-title-font-weight: var(--nb-font-semibold);

    --nb-content-box-27-description-font-size: var(--nb-font-size-14);
    --nb-content-box-27-description-font-weight: var(--nb-font-regular);
}

.nb-content-box-27 .nb-content-title {
    font-size: var(--nb-content-box-27-title-font-size);
    font-weight: var(--nb-content-box-27-title-font-weight);
    margin-bottom: 5px;
}

.nb-content-box-27 .nb-content-description {
    font-size: var(--nb-content-box-27-description-font-size);
    font-weight: var(--nb-content-box-27-description-font-weight);
}

.nb-content-box-27 .nb-content-wrapper {
    display: flex;
    align-items: center;
    gap: 10px
}

@media screen and (max-width: 768px) {
    :root {
        --nb-content-box-27-title-font-size: var(--nb-font-size-12);
        --nb-content-box-27-description-font-size: var(--nb-font-size-12);
    }
}
/*
/* NB Fajl:'./components/complex/product/product-subscription/product-subscription-list-info-1/product-subscription-list-info-1.css.'
*/.nb-product-subscription-list-info-1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: var(--nb-color-gray-100);
    padding: 10px 15px;
}

.nb-product-subscription-list-info-1 .nb-icon {
    font-size: 20px;
    line-height: 1;
}

@media screen and (max-width: 768px) {
    .nb-product-subscription-list-info-1 {
        flex-wrap: wrap;
        padding: 10px;
        gap: 10px 0;
    }

    .nb-product-subscription-list-info-1 .nb-content-box-27 {
        flex: 1 1 50%;
        max-width: 50%;
    }
}
/*
/* NB Fajl:'./components/complex/product/product-subscription/product-subscription-product-item-quantity-1/product-subscription-product-item-quantity-1.css.'
*/.nb-product-subscription-product-item-quantity-1 .nb-quantity-product .nb-quantity-input .nb-input,
.nb-product-subscription-product-item-quantity-1 .nb-quantity-product .nb-quantity-arrows {
    width: 32px;
    height: 32px;
}

.nb-product-subscription-product-item-quantity-1 .nb-quantity-product .nb-quantity-arrows:first-of-type {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.nb-product-subscription-product-item-quantity-1 .nb-quantity-product .nb-quantity-arrows:last-of-type {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.nb-product-subscription-product-item-quantity-1 .nb-quantity-product .nb-quantity-arrows {
    background: transparent;
}

.nb-product-subscription-product-item-quantity-1 .nb-quantity-product .nb-quantity-input {
    padding: 0;
    font-size: var(--nb-font-size-16);
}

.nb-product-subscription-product-item-quantity-1 .nb-quantity-product .nb-quantity-input .nb-input {
    padding: 0;
}

@media screen and (max-width: 768px) {
    .nb-product-subscription-product-item-quantity-1 .nb-quantity-product .nb-quantity-arrows {
        display: none;
    }

    .nb-product-subscription-product-item-quantity-1 .nb-quantity-product .nb-quantity-wrapper {
        border-radius: 0;
    }
}
/*
/* NB Fajl:'./components/complex/product/product-subscription/product-subscription-delete-product-item-1/product-subscription-delete-product-item-1.css.'
*/.nb-product-subscription-delete-product-item-1 {
    cursor: pointer;
}
/*
/* NB Fajl:'./components/complex/product/product-subscription/product-subscription-list-product-item-1/product-subscription-list-product-item-1.css.'
*/:root {
    --nb-product-subscription-list-product-item-1-name-font-size: var(--nb-font-size-16);
    --nb-product-subscription-list-product-item-1-name-font-weight: var(--nb-font-regular);
    --nb-product-subscription-list-product-item-1-name-color: var(--nb-text-color-primary);

    --nb-product-subscription-list-product-item-1-category-font-size: var(--nb-font-size-12);
    --nb-product-subscription-list-product-item-1-category-font-weight: var(--nb-font-regular);
    --nb-product-subscription-list-product-item-1-category-color: var(--nb-text-color-secondary);

    --nb-product-subscription-list-product-item-1-code-font-size: var(--nb-font-size-12);
    --nb-product-subscription-list-product-item-1-code-font-weight: var(--nb-font-regular);
    --nb-product-subscription-list-product-item-1-code-color: var(--nb-text-color-primary);

    --nb-product-subscription-list-product-item-1-price-font-size: var(--nb-font-size-14);
    --nb-product-subscription-list-product-item-1-price-font-weight: var(--nb-font-bold);
    --nb-product-subscription-list-product-item-1-price-color: var(--nb-text-color-primary);
}

.nb-product-subscription-list-product-item-1 {
    display: flex;
    align-items: center;
    gap: 20px
}

.nb-product-subscription-list-product-item-1 > .nb-img-wrapper{
    max-width: 80px;
}

.nb-product-subscription-list-product-item-1 .nb-product-category {
    font-size: var(--nb-product-subscription-list-product-item-1-category-font-size);
    font-weight: var(--nb-product-subscription-list-product-item-1-category-font-weight);
    color: var(--nb-product-subscription-list-product-item-1-category-color);
}

.nb-product-subscription-list-product-item-1 .nb-product-name,
.nb-product-subscription-list-product-item-1 .nb-product-name .nb-title {
    font-size: var(--nb-product-subscription-list-product-item-1-name-font-size);
    font-weight: var(--nb-product-subscription-list-product-item-1-name-font-weight);
    color: var(--nb-product-subscription-list-product-item-1-name-color);
    --nb-dt-rows: 2;
    height: auto;
}

.nb-product-subscription-list-product-item-1 .nb-product-code {
    font-size: var(--nb-product-subscription-list-product-item-1-code-font-size);
    font-weight: var(--nb-product-subscription-list-product-item-1-code-font-weight);
    color: var(--nb-product-subscription-list-product-item-1-code-color);
}

.nb-product-subscription-list-product-item-1 .nb-price.nb-price-active {
    font-size: var(--nb-product-subscription-list-product-item-1-price-font-size);
    font-weight: var(--nb-product-subscription-list-product-item-1-price-font-weight);
    color: var(--nb-product-subscription-list-product-item-1-price-color);
}

.nb-product-subscription-list-product-item-1 .nb-product-info-wrapper > *:not(:last-child){
    margin-bottom: 5px;
}

.nb-product-subscription-list-product-item-1 > .nb-content-wrapper {
    display: flex;
    align-items: center;
    flex-grow: 1;
    gap: 10px;
}

.nb-product-subscription-list-product-item-1 .nb-content-wrapper .nb-product-info-wrapper {
    flex: 1 1 45%;
    max-width: 45%;
}

.nb-product-subscription-list-product-item-1 .nb-content-wrapper .nb-product-subscription-product-item-quantity-1 {
    flex: 1 1 30%;
    max-width: 30%;
}

.nb-product-subscription-list-product-item-1 .nb-content-wrapper .nb-price {
    flex: 1 1 20%;
    max-width: 20%;
}

.nb-product-subscription-list-product-item-1 .nb-content-wrapper .nb-product-subscription-delete-product-item-1 {
    flex: 1 1 5%;
    max-width: 5%;
    text-align: end;
}

@media screen and (max-width: 768px) {
    :root {
        --nb-product-subscription-list-product-item-1-name-font-size: var(--nb-font-size-14);
    }
    .nb-product-subscription-list-product-item-1 {
        gap: 10px
    }

    .nb-product-subscription-list-product-item-1 > .nb-content-wrapper {
        flex-wrap: wrap;
        gap: 2px;
        flex-direction: column;
        align-items: start;
        position: relative;
    }

    .nb-product-subscription-list-product-item-1 .nb-content-wrapper .nb-product-info-wrapper,
    .nb-product-subscription-list-product-item-1 .nb-content-wrapper .nb-price {
        flex: 1 1 calc(100% - 40px);
        max-width: calc(100% - 40px);
    }

    .nb-product-subscription-list-product-item-1 .nb-content-wrapper .nb-product-subscription-product-item-quantity-1 {
        flex: 1 1 100%;
        max-width: 100%;
        position: absolute;
        bottom: 0;
        right: 0;
    }

    .nb-product-subscription-list-product-item-1 .nb-content-wrapper .nb-product-subscription-delete-product-item-1 {
        flex: 1 1 100%;
        max-width: 100%;
        position: absolute;
        top: 0;
        right: 0;
    }

    .nb-product-subscription-list-product-item-1 .nb-product-info-wrapper > *:not(:last-child) {
        margin-bottom: 2px;
    }
}
/*
/* NB Fajl:'./components/complex/product/product-subscription/empty-product-subscription-list-info-1/empty-product-subscription-list-info-1.css.'
*/.nb-empty-product-subscription-list-info-1 {
    display: flex;
    align-items: center;
    gap: 10px;
}

.nb-empty-product-subscription-list-info-1 .nb-icon {
    font-size: 30px;
}

.nb-empty-product-subscription-list-info-1 .nb-title {
    font-size: var(--nb-font-size-14);
    font-weight: var(--nb-font-semibold);
    margin-bottom: 5px;
}

.nb-empty-product-subscription-list-info-1 .nb-description {
    font-size: var(--nb-font-size-14);
}

@media screen and (max-width: 576px) {
    .nb-empty-product-subscription-list-info-1 .nb-title {
        font-size: var(--nb-font-size-12);
    }

    .nb-empty-product-subscription-list-info-1 .nb-description {
        font-size: var(--nb-font-size-12);
    }
}
/*
/* NB Fajl:'./components/complex/product/product-subscription/product-subscription-list-product-list-1/product-subscription-list-product-list-1.css.'
*/.nb-product-subscription-list-products-1 .nb-product-subscription-list-product-item-1 {
    padding: 15px;
}

.nb-product-subscription-list-products-1 .nb-product-subscription-list-product-item-1:not(:last-child){
    border-bottom: var(--nb-border-width) var(--nb-border-dashed) var(--nb-border-color);
}

.nb-product-subscription-list-products-1 {
    max-height: 300px;
    overflow-y: auto;
}

@media screen and (max-width: 768px) {
    .nb-product-subscription-list-products-1 .nb-product-subscription-list-product-item-1 {
        padding: 15px 10px;
    }
}
/*
/* NB Fajl:'./components/complex/product/product-subscription/product-subscription-list-actions/add-to-subscription-list-1/add-to-subscription-list-1.css.'
*/.nb-add-to-subscription-list-1 .nb-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    cursor: pointer;
    border-radius: var(--nb-border-radius-8);
    padding: 6px 15px;
    color: var(--nb-spec-color);
    border: var(--nb-border-width) var(--nb-border-style) var(--nb-spec-color);
    background-color: var(--nb-color-white);
}

.nb-add-to-subscription-list-1 .nb-btn .nb-icon {
    font-size: var(--nb-font-size-14);
}
/*
/* NB Fajl:'./components/complex/product/product-subscription/product-subscription-list-actions/edit-subscription-list-1/edit-subscription-list-1.css.'
*/.nb-edit-subscription-list-1 .nb-btn {
    all: unset;
    cursor: pointer;
}

.nb-edit-subscription-list-1 .nb-btn .nb-icon{
    line-height: 1;
}


/*
/* NB Fajl:'./components/complex/product/product-subscription/product-subscription-list-actions/send-subscription-list-1/send-subscription-list-1.css.'
*/.nb-send-subscription-list-1 .nb-btn {
    all: unset;
    cursor: pointer;
}

.nb-send-subscription-list-1 .nb-btn .nb-icon{
    line-height: 1;
}
/*
/* NB Fajl:'./components/complex/product/product-subscription/product-subscription-list-actions/show-subscription-list-1/show-subscription-list-1.css.'
*/.nb-show-subscription-list-1 .nb-btn {
    all: unset;
    cursor: pointer;
}

.nb-show-subscription-list-1 .nb-btn .nb-icon{
    line-height: 1;
}

/*
/* NB Fajl:'./components/complex/product/product-subscription/product-subscription-list-actions/delete-subscription-list-1/delete-subscription-list-1.css.'
*/.nb-delete-subscription-list-1 .nb-btn {
    all: unset;
    cursor: pointer;
}

.nb-delete-subscription-list-1 .nb-btn .nb-icon{
    line-height: 1;
}
/*
/* NB Fajl:'./components/complex/product/product-subscription/product-subscription-list-1/product-subscription-list-1.css.'
*/.nb-product-subscription-list-1 .nb-accordion .nb-accordion-item .nb-accordion-button,
.nb-product-subscription-list-1 .nb-accordion .nb-accordion-item .nb-accordion-button.collapsed {
    padding: 10px 15px 10px 40px;
}

.nb-product-subscription-list-1 .nb-accordion .nb-accordion-item .nb-accordion-button {
    font-size: var(--nb-font-size-14);
    font-weight: var(--nb-font-semibold);
}

.nb-product-subscription-list-1 .nb-accordion.nb-accordion-3 .nb-accordion-button .nb-toggle-icon {
    left: 15px;
}

.nb-product-subscription-list-1 .nb-accordion.nb-accordion-3 .nb-accordion-body {
    padding: 0;
}

.nb-product-subscription-list-1 .nb-accordion.nb-accordion-3 .nb-accordion-button:not(.collapsed) {
    background-image: unset;
    background-color: var(--nb-color-gray-100);
}

.nb-product-subscription-list-1 .nb-accordion-button .nb-header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    flex-grow: 1;
}

.nb-product-subscription-list-1 .nb-accordion-button .nb-header-actions-wrapper {
    z-index: 3;
    flex-grow: 1;
    flex-shrink: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 12px
}

.nb-product-subscription-list-1 .nb-accordion-button .nb-header-actions-wrapper > *:not(.nb-add-to-subscription-list-1) .nb-btn {
    border-radius: var(--nb-border-radius-8);
    border: var(--nb-border-width) var(--nb-border-style) var(--nb-color-gray);
    width: 44px;
    height: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--nb-color-white);
}
.nb-product-subscription-list-1 .nb-accordion-button .nb-header-actions-wrapper > *:not(.nb-add-to-subscription-list-1) .nb-btn:focus,
.nb-product-subscription-list-1 .nb-accordion-button .nb-header-actions-wrapper > *:not(.nb-add-to-subscription-list-1) .nb-btn:active,
.nb-product-subscription-list-1 .nb-accordion-button .nb-header-actions-wrapper > *:not(.nb-add-to-subscription-list-1) .nb-btn:hover {
    color: var(--nb-spec-color);
}

.nb-product-subscription-list-1 > .nb-empty-product-subscription-list-info-1 {
    background-color: var(--nb-color-gray-100);
    padding: 10px;
}

.nb-product-subscription-list-1 .nb-empty-product-subscription-list-info-1 {
    padding: 10px 15px;
}

@media screen and (max-width: 576px) {
    .nb-product-subscription-list-1 .nb-accordion-button .nb-header-wrapper {
        flex-wrap: wrap;
        flex-direction: column;
        align-items: flex-start;
    }

    .nb-product-subscription-list-1 .nb-accordion-button .nb-header-actions-wrapper {
        flex-wrap: wrap;
        justify-content: flex-start;
        width: 100%;
    }

    .nb-product-subscription-list-1 .nb-accordion-button .nb-add-to-subscription-list-1 .nb-btn,
    .nb-product-subscription-list-1 .nb-accordion-button .nb-add-to-subscription-list-1 {
        width: 100%;
    }

    .nb-product-subscription-list-1 .nb-accordion .nb-accordion-item .nb-accordion-button,
    .nb-product-subscription-list-1 .nb-accordion .nb-accordion-item .nb-accordion-button.collapsed {
        padding: 10px;
    }

    .nb-product-subscription-list-1 .nb-accordion-button .nb-header-actions-wrapper > *:not(.nb-add-to-subscription-list-1) {
        flex-grow: 1;
    }

    .nb-product-subscription-list-1 .nb-accordion-button .nb-header-actions-wrapper > *:not(.nb-add-to-subscription-list-1) .nb-btn {
        width: 100%;
    }

    .nb-product-subscription-list-1 .nb-accordion.nb-accordion-3 .nb-accordion-button .nb-toggle-icon {
        left: 10px;
        top: 8px;
    }

    .nb-product-subscription-list-1 .nb-list-name {
        padding-left: 25px;
    }

    .nb-product-subscription-list-1 .nb-empty-product-subscription-list-info-1 {
        padding: 10px;
    }
}
/*
/* NB Fajl:'./_blocks/product/product-user-activity/product-subscription/product-subscription-list-1/product-subscription-list-1.css.'
*/.nb-product-subscription-list-1 .nb-product-subscription-list-info-1 {
    border-top: var(--nb-border-width) var(--nb-border-style) var(--nb-border-color);
}

.nb-product-subscription-list-1 .nb-product-subscription-list-products-1 {
    border-top: var(--nb-border-width) var(--nb-border-style) var(--nb-border-color);
}

@media screen and (max-width: 768px) {

}
/*
/* NB Fajl:'./_blocks/product/product-user-activity/product-subscription/product-subscription-form-1/product-subscription-form-1.css.'
*/.nb-product-subscription-form-1 .custom-text {
    margin-bottom: 20px;
}

.nb-product-subscription-form-1 .nb-btn-wrapper {
    text-align: center;
}

.nb-product-subscription-form-1 .nb-btn-wrapper .nb-btn {
    display: inline-block;
    min-width: 215px;
}

@media screen and (max-width: 576px){
    .nb-product-subscription-form-1 .custom-text {
        font-size: var(--nb-font-size-14);
    }
}
/*
/* NB Fajl:'./_blocks/product/product-user-activity/product-subscription/product-subscription-placeholder-1/product-subscription-placeholder-1.css.'
*/.nb-product-subscription-placeholder-1 .nb-product-subscription-tabs-1 {
    margin-bottom: 20px;
}

.nbtmp-product-subscription-list-page-tmp-1 .nb-product-subscription-placeholder-1 {
    max-width: 760px;
}
/*
/* NB Fajl:'./_blocks/product/product-user-activity/product-subscription/product-subscription-modal-placeholder-1/product-subscription-modal-placeholder-1.css.'
*/.nb-product-subscription-modal-placeholder-1 .nb-html-editor {
    margin-bottom: 20px;
}

@media screen and (max-width: 576px){
    .nb-product-subscription-modal-placeholder-1 .nb-html-editor p {
        font-size: var(--nb-font-size-14);
    }

}
/*
/* NB Fajl:'./components/complex/product/product-subscription/share-product-subscription-list-form-1/share-product-subscription-list-form-1.css.'
*/.nb-share-product-subscription-list-form-1 .custom-text {
    text-align: center;
    margin-bottom: 20px;
}

.nb-share-product-subscription-list-form-1 .nb-btn-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
}

.nb-share-product-subscription-list-form-1 .nb-form .nb-form-group {
    margin-bottom: 40px;
}

.nb-share-product-subscription-list-form-1 .nb-btn-wrapper > *{
    flex: 1 1;
}

@media screen and (max-width: 576px) {
    .nb-share-product-subscription-list-form-1 .custom-text {
        font-size: var(--nb-font-size-14);
    }

    .nb-share-product-subscription-list-form-1 .nb-btn-wrapper {
        gap: 10px;
    }
}
/*
/* NB Fajl:'./components/complex/product/product-subscription/edit-product-subscription-list-form-1/edit-product-subscription-list-form-1.css.'
*/.nb-edit-product-subscription-list-form-1 .nb-btn-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
}

.nb-edit-product-subscription-list-form-1 .nb-btn-wrapper > *{
    flex: 1 1;
}

.nb-edit-product-subscription-list-form-1 .nb-label-wrapper {
    border-bottom: var(--nb-border-width) var(--nb-border-style) var(--nb-border-color);
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.nb-edit-product-subscription-list-form-1 .nb-label-wrapper .nb-icon {
    cursor: pointer;
}

.nb-edit-product-subscription-list-form-1 .nb-label-wrapper .custom-text {
   font-size: var(--nb-font-size-14);
}

.nb-edit-product-subscription-list-form-1 .nb-status-wrapper {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.nb-edit-product-subscription-list-form-1 .nb-radio-wrapper {
    flex: 1 1;
}

.nb-edit-product-subscription-list-form-1 .nb-radio-wrapper .nb-form-radio-button {
    position: relative;
    margin: 0;
    padding: 0
}

.nb-edit-product-subscription-list-form-1 .nb-form .nb-form-group {
    display: flex;
    align-items: center;
    gap: 10px;
}

.nb-edit-product-subscription-list-form-1 .nb-form .nb-form-group .nb-label {
    width: 40%;
    font-size: var(--nb-font-size-12);
    margin-bottom: 0;
}

.nb-edit-product-subscription-list-form-1 .nb-form .nb-form-group .nb-input-date-and-icon-wrapper,
.nb-edit-product-subscription-list-form-1 .nb-form .nb-form-group .nb-select {
    width: 60%
}

.nb-edit-product-subscription-list-form-1 .form-control.nb-input,
.nb-edit-product-subscription-list-form-1 .nb-form .nb-form-group .nb-select {
    height: 35px;
    line-height: 32px;
}

.nb-edit-product-subscription-list-form-1 .nb-radio-wrapper .nb-form-radio-button .nb-label {
    min-height: 190px;
    border: var(--nb-border-width) var(--nb-border-style) var(--nb-border-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    cursor: pointer;
    margin: 0;
    padding: 0;
    top: unset;
    width: 100%;
}

.nb-edit-product-subscription-list-form-1 .nb-radio-wrapper .nb-icon  {
    font-size: 30px;
}

.nb-edit-product-subscription-list-form-1 .nb-radio-wrapper:has(.nb-radio:checked) .nb-form-radio-button .nb-label  {
    border-color: var(--nb-spec-color);
}

.nb-edit-product-subscription-list-form-1 .nb-radio-wrapper .nb-radio  {
    position: absolute;
    left: 10px;
    top: 10px;
    margin: 0;
}

.nb-edit-product-subscription-list-form-1 .nb-radio-wrapper .custom-text  {
    font-size: var(--nb-font-size-14);
    text-align: center;
    margin-top: 10px;
}


@media screen and (max-width: 576px) {
    .nb-edit-product-subscription-list-form-1 .nb-modal-subtitle {
        font-size: var(--nb-font-size-14);
    }

    .nb-edit-product-subscription-list-form-1 .nb-btn-wrapper {
        gap: 10px;
        margin-top: 20px;
    }

    .nb-edit-product-subscription-list-form-1 .nb-form .nb-form-group {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
        margin-bottom: 12px;
    }

    .nb-edit-product-subscription-list-form-1 .nb-radio-wrapper .custom-text {
        font-size: var(--nb-font-size-12);
    }

    .nb-edit-product-subscription-list-form-1 .nb-form .nb-form-group .nb-label,
    .nb-edit-product-subscription-list-form-1 .nb-form .nb-form-group .nb-input-date-and-icon-wrapper,
    .nb-edit-product-subscription-list-form-1 .nb-form .nb-form-group .nb-select {
        width: 100%
    }

    .nb-edit-product-subscription-list-form-1 .nb-status-wrapper {
        gap: 10px;
    }

    .nb-edit-product-subscription-list-form-1 .nb-radio-wrapper .nb-form-radio-button .nb-label {
        min-height: 130px;
    }

    .nb-edit-product-subscription-list-form-1 .nb-label-wrapper {
        margin-bottom: 15px;
    }

}
/*
/* NB Fajl:'./components/complex/product/product-subscription/edit-product-subscription-list-info-1/edit-product-subscription-list-info-1.css.'
*/.nb-edit-product-subscription-list-info-1 .nb-text {
    text-align: center;
    margin-bottom: 20px;
}

.nb-edit-product-subscription-list-info-1 .nb-subscription-list-info {
    padding: 15px;
    background-color: var(--nb-color-gray-100);
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.nb-edit-product-subscription-list-info-1 .nb-content-title {
    font-size: var(--nb-font-size-14);
    font-weight: var(--nb-font-regular);
    margin-bottom: 5px;
}

.nb-edit-product-subscription-list-info-1 .nb-content-description {
    font-weight: var(--nb-font-semibold);
    font-size: var(--nb-font-size-14);
}

.nb-edit-product-subscription-list-info-1 .nb-subscription-list-info > *{
    flex: 1 1;
}

@media screen and (max-width: 576px) {
    .nb-edit-product-subscription-list-info-1 .nb-text {
        font-size: var(--nb-font-size-14);
    }
}
/*
/* NB Fajl:'./_blocks/product/product-user-activity/product-subscription/product-subscription-edit-modal-1/product-subscription-edit-modal-1.css.'
*/body:has(.nb-product-subscription-edit-modal-1.show) .tempus-dominus-widget {
    z-index: 99999;
}
/*
/* NB Fajl:'./components/complex/comment-and-review/comments/comment-review/comment-review.css.'
*/.nb-comment-review {
    display: flex;
    align-items: center;
    gap: 5px;
}

.nb-comment-review .nb-icon {
    border: var(--nb-border-width) var(--nb-border-style) var(--nb-border-color);
    border-radius: var(--nb-border-radius-xs);
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
}

.nb-comment-review .nb-icon + .nb-icon {
    margin-left: 10px;
}

.nb-comment-review.liked .nb-like{
    color: var(--nb-color-success);
    cursor: not-allowed;
    opacity: .65;
}

.nb-comment-review.disliked .nb-dislike{
    color: var(--nb-color-danger);
    cursor: not-allowed;
    opacity: .65;
}
/*
/* NB Fajl:'./components/complex/comment-and-review/comments/comment-image/comment-image.css.'
*/:root{
    --nb-comment-image-width: 40px;
    --nb-comment-image-height: 40px;
    --nb-comment-image-border-radius: var(--nb-border-radius-full);
}

.nb-comment-image .nb-user-image{
    width: var(--nb-comment-image-width);
    height: var(--nb-comment-image-height);
    border-radius: var(--nb-comment-image-border-radius);
}
/*
/* NB Fajl:'./components/complex/comment-and-review/comments/comment-date/comment-date.css.'
*/:root{
    --nb-comment-date-time-font-size: var(--nb-font-size-12);
    --nb-comment-date-time-font-weight: var(--nb-font-regular);
    --nb-comment-date-time-color: var(--nb-text-color-secondary);
}
.nb-date-time{
    display: flex;
    align-items: center;
    gap: 5px;
}
.nb-date-time *{
    color: var(--nb-comment-date-time-color);
    font-size: var(--nb-comment-date-time-font-size);
    font-weight: var(--nb-comment-date-time-font-weight);
}
/*
/* NB Fajl:'./components/complex/comment-and-review/comments/comment-box-9/comment-box-9.css.'
*/:root{
    --nb-comment-box-9-comment-font-size: var(--nb-paragraph-s);
    --nb-comment-box-9-comment-font-weight: var(--nb-font-regular);
    --nb-comment-box-9-comment-font-style: italic;
    --nb-comment-box-9-comment-line-height: var(--nb-body-line-height);

    --nb-comment-box-9-title-font-size: var(--nb-font-size-14);
    --nb-comment-box-9-title-font-weight: var(--nb-font-regular);

    --nb-comment-box-9-bg-color: var(--nb-color-gray-100);
    --nb-comment-box-9-border-color: transparent;
    --nb-comment-box-9-border-radius: var(--nb-border-radius-0);
    --nb-comment-box-9-border-width: var(--nb-border-0);
    --nb-comment-box-9-padding-y: 14px;
    --nb-comment-box-9-padding-x: 14px;
    --nb-comment-box-9-comment-rows: 2;
}

.nb-comment-box-9{
    /*max-width: 405px;*/
    min-height: 160px;
    padding: var(--nb-comment-box-9-padding-x) var(--nb-comment-box-9-padding-y);
    background-color: var(--nb-comment-box-9-bg-color);
    border: 1px solid var(--nb-comment-box-9-border-color);
}
.nb-comment-box-9 .nb-title-rate-wrapper{
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
.nb-comment-box-9 .nb-image-title-time-wrapper{
    display: flex;
    align-items: center;
    gap: 10px;
}
.nb-comment-box-9 .nb-user-image{
    width: 40px;
    height: 40px;
    border-radius: var(--nb-border-radius-full);
}
.nb-comment-box-9 .nb-name-date{
    display: flex;
    flex-direction: column;
}
.nb-comment-box-9 .nb-username{
    font-size: var(--nb-comment-box-9-title-font-size);
    font-weight: var(--nb-comment-box-9-title-font-weight);
}

.nb-comment-box-9 .nb-rating{
    margin-bottom: 10px;
}
.nb-comment-box-9 .nb-comment-text-wrapper{
    min-height: 35px;
}
.nb-comment-box-9 .nb-html-editor{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: var(--nb-comment-box-9-comment-rows);
    -webkit-box-orient: vertical;
    font-size: var(--nb-comment-box-9-comment-font-size);
    font-weight: var(--nb-comment-box-9-comment-font-weight);
    font-style: var(--nb-comment-box-9-comment-font-style);
}
.nb-comment-box-9 .nb-html-editor.active{
    -webkit-line-clamp: unset;
}
.nb-comment-box-9 .nb-link-wrapper{
    text-align: right;
}

.nb-comment-box-9.no-comment-review .nb-comment-review{
    display: none;
}

@media screen and (max-width: 1400px) and (min-width: 992px) {
    .nb-comment-box-9 .nb-title-rate-wrapper{
        flex-direction: column;
        gap: 10px;
    }
    .nb-comment-box-9 .nb-comment-review{
        justify-content: right;
    }
    .nb-comment-box-9 .nb-rating{
        margin-top: -34px;
    }
    .nb-comment-box-9.no-comment-review .nb-rating{
        margin-top: unset;
    }
}
@media screen and (max-width: 576px) {
    .nb-comment-box-9 {
        max-width: unset;
    }
}
@media screen and (max-width: 420px) {
    .nb-comment-box-9 .nb-title-rate-wrapper{
        flex-direction: column;
        gap: 10px;
    }
    .nb-comment-box-9 .nb-comment-review{
        justify-content: right;
    }
    .nb-comment-box-9 .nb-rating{
        margin-top: -34px;
    }
    .nb-comment-box-9.no-comment-review .nb-rating{
        margin-top: unset;
    }
}

/*
/* NB Fajl:'./components/complex/comment-and-review/comments/comments-list/comments-list-1/comments-list-1.css.'
*/.nb-comments-list-1{
    text-align: center;
}
.nb-comments-list-1 .nb-slider{
    margin-bottom: 20px;
    text-align: left;
}

@media screen and (max-width: 768px) {
    .nb-component.nb-comments-list-1 .nb-slider .slider .nb-slider-init.nbf-slider-init.slick-initialized.slick-slider{
        margin-right: 0;
    }
}


/*
/* NB Fajl:'./components/complex/comment-and-review/comments/comment-box-10/comment-box-10.css.'
*/:root{
    --nb-comment-box-10-bg-color: var(--nb-color-gray-200);
    --nb-comment-box-10-color: var(--nb-text-color-primary);
    --nb-comment-box-10-border-color: var(--nb-spec-color);
    --nb-comment-box-10-font-size: var(--nb-font-size-14);
    --nb-comment-box-10-font-weight: var(--nb-font-regular);
}

.nb-comment-box-10{
    border-left: 1px solid var(--nb-comment-box-10-border-color);
    padding: 20px;
    background-color: var(--nb-comment-box-10-bg-color);
    text-align: center;
}
.nb-comment-box-10 .custom-text{
    font-weight: var(--nb-comment-box-10-font-weight);
    font-size: var(--nb-comment-box-10-font-size);
    color: var(--nb-comment-box-10-color)
}
/*
/* NB Fajl:'./_blocks/marketing/comment/review-list/review-list-product-detail-1/review-list-product-detail-1.css.'
*/.nb-review-list-product-detail-1 .nb-comment-box-10{
    margin-bottom: 40px;
}
/*
/* NB Fajl:'./components/core/rating/rating-2/rating-2.css.'
*/:root{
    --nb-rating-2-height: 44px;
    --nb-rating-2-width: 44px;
    --nb-rating-2-font-size: var(--nb-font-size-14);
    --nb-rating-2-font-weight: var(--nb-body-font-weight);
    --nb-rating-2-border-radius: var(--nb-border-radius-4);
    --nb-rating-2-border-width: var(--nb-border-width-xs);
    --nb-rating-2-color: var(--nb-text-color-primary);

    --nb-rating-2-default-bg: var(--nb-color-white);
    --nb-rating-2-default-border-color: var(--nb-border-color-light);

    --nb-rating-2-hover-bg: var(--nb-color-white);
    --nb-rating-2-hover-border-color: var(--nb-spec-color);
    --nb-rating-2-hover-color: var(--nb-spec-color);

    --nb-rating-2-active-bg: var(--nb-spec-color);
    --nb-rating-2-active-border-color: var(--nb-spec-color);
    --nb-rating-2-active-color: var(--nb-color-white);
}
.nb-rating-2{
    border: var(--nb-rating-2-border-width) solid var(--nb-rating-2-default-border-color);
    height: var(--nb-rating-2-height);
    width: var(--nb-rating-2-width);
    border-radius: var(--nb-rating-2-border-radius);
    background-color: var(--nb-rating-2-default-bg);
    display: flex;
    cursor: pointer;
}
.nb-rating-2 .custom-text{
    color: var(--nb-rating-2-color);
    font-weight: var(--nb-rating-2-font-weight);
    font-size: var(--nb-rating-2-font-size);
    margin: auto;
}

.nb-rating-2:hover{
    border-color: var(--nb-rating-2-hover-border-color);
    background-color: var(--nb-rating-2-hover-bg);
}
.nb-rating-2:hover .custom-text{
    color: var(--nb-rating-2-hover-color);
}

.nb-rating-2.active{
    border-color: var(--nb-rating-2-active-border-color);
    background-color: var(--nb-rating-2-active-bg);
}
.nb-rating-2.active .custom-text{
    color: var(--nb-rating-2-active-color);
}

/*
/* NB Fajl:'./components/complex/comment-and-review/rating/rating-input-2/rating-input-2.css.'
*/.nb-rating-input-2{
    display: flex;
    gap: 10px;
}
/*
/* NB Fajl:'./components/complex/comment-and-review/rating/rating-info/rating-info.css.'
*/:root{
    --nb-rating-info-font-size: var(--nb-font-size-16);
}

.nb-rating-info{
    display: flex;
    gap: 5px;
    align-items: center;
}
.nb-rating-info .nb-custom-text{
    font-size: var(--nb-rating-info-font-size);
}
.nb-rating-info .nb-asterisk,
.nb-rating-info .nb-icon{
    display: none;
}

.nb-rating-info.rated .nb-icon{
    display: unset;
}
/*
/* NB Fajl:'./components/complex/comment-and-review/review-product/review-product-form/review-product-form.css.'
*/.nb-review-product-form .user-data-wrapper{
    display: flex;
    gap: 20px;
    border-bottom: 1px solid var(--nb-border-color-light);
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.nb-review-product-form .user-data-wrapper .nb-form-group {
    margin-bottom: 0;
    flex: 1;
}

.nb-review-product-form .rate-wrapper{
    padding-bottom: 20px;
    border-bottom: 1px solid var(--nb-border-color-light);
    /*margin-bottom: 20px;*/
}
.nb-review-product-form .rate-wrapper .rate-wrapper-title{
    font-size: var(--nb-font-size-16);
    font-weight: var(--nb-font-semibold);
    margin-bottom: 20px;
}
.nb-review-product-form .rate-wrapper .nb-rating-input-2{
    margin-bottom: 20px;
}
.nb-review-product-form .nb-paragraph{
    margin-bottom: 20px;
}
.nb-review-product-form .anti-spam{
    margin-bottom: 20px;
    width: 50%;
}
.nb-review-product-form .nb-form-fields-wrapper{
    display: flex;
    flex-direction: column;
}
@media screen and (max-width: 768px) {
    .nb-review-product-form .user-data-wrapper{
        flex-direction: column;
    }
    .nb-review-product-form .anti-spam{
        width: 100%;
    }
}
/*
/* NB Fajl:'./_blocks/marketing/comment/review-form/review-form-modal-1/review-form-modal-1.css.'
*/.nb-review-form-modal-1 .nb-modal-dialog{
    max-width: 700px;
}
.nb-review-form-modal-1 .nb-modal-body{
    padding: 40px 30px;
}
.nb-review-form-modal-1 .nb-reviewing-product-info-wrapper{
    border-bottom: 1px solid var(--nb-border-color-light);
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px;
}
.nb-review-form-modal-1 .nb-reviewing-product-info-wrapper .nb-img{
    max-width: 137px;
}
.nb-review-form-modal-1 .nb-review-product-category{
    font-size: 16px;
    font-weight: var(--nb-font-regular);
}
.nb-review-form-modal-1 .nb-review-product-name .nb-title{
    font-size: 20px;
    font-weight: var(--nb-font-regular);
}
.nb-review-form-modal-1 .nb-product-info-wrapper{
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.nb-review-form-modal-1 .nb-rating-show-with-count-of-reviews{
    align-items: center;
    gap: 14px;
}
.nb-review-form-modal-1 .nb-rating-show-with-count-of-reviews .custom-text{
    font-size: 12px;
}
.nb-review-form-modal-1 .nb-review-product-form .nb-btn{
    width: 100%;
}

@media screen and (max-width: 576px) {
    .nb-review-form-modal-1 .nb-modal-body{
        padding: 20px;
    }
    .nb-review-form-modal-1 .nb-reviewing-product-info-wrapper .nb-img{
        max-width: 100px;
    }
    .nb-review-form-modal-1 .nb-product-info-wrapper{
        gap: 8px;
    }
    .nb-review-form-modal-1 .nb-review-product-name .nb-title{
        font-size: 18px;
    }

}
/*
/* NB Fajl:'./components/core/style/typography/heading-with-icon-1/heading-with-icon-1.css.'
*/.nb-heading-with-icon-1 {
    --nb-dt-rows: auto;
    --nb-rows: auto;
}

.nb-heading-with-icon-1 .nb-title{
    margin-bottom: 0;
}

.nb-heading-with-icon-1.nb-text-align-center{
    text-align: center;
}
.nb-heading-with-icon-1.nb-text-align-right{
    text-align: right;
}

.nb-heading-with-icon-1 .nb-icon.nb-heading-icon:before{
    content: var(--nb-heading-icon);
}
/*
/* NB Fajl:'./components/complex/product/product-image/product-image-v2/product-image-v2.css.'
*/.nb-product-image-2 {
    overflow: hidden;
    position: relative;
}

.nb-product-image-2 .nb-second-product-image{
    position: absolute;
    inset: 0;
    z-index: -1;
    opacity: 0;
}
.nb-product-card:hover .nb-product-image-2 .nb-second-product-image{
    z-index: 0;
    opacity: 1;
}

/*
/* NB Fajl:'./components/complex/product/product-image/product-image-with-positioned-content-v1/product-image-with-positioned-content-v1.css.'
*/.nb-product-image-with-positioned-content-v1{
    position: relative;
}

/*
/* NB Fajl:'./components/complex/product/pruduct-free-delivery-text-1/pruduct-free-delivery-text-1.css.'
*/:root {
    --nb-product-free-delivery-text-1-font-size: var(--nb-font-size-12);
    --nb-product-free-delivery-text-1-font-weight: var(--nb-font-regular);
    --nb-product-free-delivery-text-1-color: var(--nb-spec-color);
    --nb-product-free-delivery-text-1-bg: #0D6EFD1A;
}

.nb-product-free-delivery-text-1 {
    background-color: var(--nb-product-free-delivery-text-1-bg);
    color: var(--nb-product-free-delivery-text-1-color);
    font-size: var(--nb-product-free-delivery-text-1-font-size);
    font-weight: var(--nb-product-free-delivery-text-1-font-weight);
    padding: 2px 5px;
    display: inline-block;
}
/*
/* NB Fajl:'./components/complex/product/product-content-position/product-content-position-2/product-content-position-2.css.'
*/:root {
    --nb-product-content-position-2-left-top-postion: calc(var(--nb-spacer-y)/2);
    --nb-product-content-position-2-left-left-postion: calc(var(--nb-spacer-x)/2);

    --nb-product-content-position-2-right-top-postion: calc(var(--nb-spacer-y)/2);
    --nb-product-content-position-2-right-right-postion: calc(var(--nb-spacer-x)/2);

    --nb-product-content-position-2-left-bottom-postion: calc(var(--nb-spacer-y)/2);
    --nb-product-content-position-2-left-left-postion: calc(var(--nb-spacer-x)/2);

    --nb-product-content-position-2-right-bottom-postion: calc(var(--nb-spacer-y)/2);
    --nb-product-content-position-2-right-right-postion: calc(var(--nb-spacer-x)/2);

    --nb-product-content-position-2-center-bottom-postion: calc(var(--nb-spacer-y)/2);

    --nb-product-content-position-2-brand-max-width: 60px;
}

.nb-product-content-position-2{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    pointer-events: none;
}

.nb-product-content-position-2 .nb-position{
    pointer-events: auto;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    gap: calc(var(--nb-spacer-y)/2);
    position: absolute;
    max-width: 50%;
    max-height: 50%;
}

.nb-product-content-position-2 .nb-position.nb-top-left-content {
    top: var(--nb-product-content-position-2-left-top-postion);
    left: var(--nb-product-content-position-2-left-left-postion);
}

.nb-product-content-position-2 .nb-position.nb-top-right-content {
    top: var(--nb-product-content-position-2-right-top-postion);
    right: var(--nb-product-content-position-2-right-right-postion);
}

.nb-product-content-position-2 .nb-position.nb-bottom-left-content {
    bottom: var(--nb-product-content-position-2-left-bottom-postion);
    left: var(--nb-product-content-position-2-left-left-postion);
}

.nb-product-content-position-2 .nb-position.nb-bottom-right-content {
    bottom: var(--nb-product-content-position-2-right-bottom-postion);
    right: var(--nb-product-content-position-2-right-right-postion);
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

.nb-product-content-position-2 .nb-position.nb-bottom-center-content {
    bottom: var(--nb-product-content-position-2-center-bottom-postion);
    left: 50%;
    transform: translateX(-50%);
}

.nb-product-content-position-2 .nb-product-brand-2 .nb-img {
    max-width: var(--nb-product-content-position-2-brand-max-width);
}

.nb-product-content-position-2 .nb-product-compare-2 .nb-custom-text-with-icon-1 {
    padding: 0;
}

.nb-product-content-position-2 .nb-remove-compare,
.nb-product-content-position-2 .nb-product-compare-2 .custom-text,
.nb-product-content-position-2 .nb-product-open-gift-list-modal span {
    display: none;
}
/*
/* NB Fajl:'./components/complex/product/product-prices/product-prices-13/product-prices-13.css.'
*/:root {
    --nb-product-prices-13-prev-price-font-size: var(--nb-font-size-12);
    --nb-product-prices-13-prev-price-font-weight: var(--nb-font-regular);
    --nb-product-prices-13-prev-price-color: var(--nb-price-prev-color);

    --nb-product-prices-13-active-price-font-size: var(--nb-font-size-16);
    --nb-product-prices-13-active-price-font-weight: var(--nb-font-bold);
    --nb-product-prices-13-active-price-color: var(--nb-text-color-primary);

    --nb-product-prices-13-saving-price-font-size: var(--nb-font-size-12);
    --nb-product-prices-13-saving-price-font-weight: var(--nb-font-semibold);
    --nb-product-prices-13-saving-price-color: var(--nb-text-color-primary);
}

.nb-product-prices-13 > .nb-content-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 5px;
}

.nb-product-prices-13 {
    display: flex;
    flex-direction: column;
    gap: 5px;
    justify-content: space-between;
}

.nb-product-prices-13 .nb-left-wrapper {
    flex-shrink: 0;
}

.nb-product-prices-13 .nb-left-wrapper > *:not(:last-child){
    margin-bottom: 2px;
}

.nb-product-prices-13 .nb-price.nb-price-prev {
    font-size: var(--nb-product-prices-13-prev-price-font-size);
    font-weight: var(--nb-product-prices-13-prev-price-font-weight);
    color: var(--nb-product-prices-13-prev-price-color);
}

.nb-product-prices-13 .nb-price.nb-price-active {
    font-size: var(--nb-product-prices-13-active-price-font-size);
    font-weight: var(--nb-product-prices-13-active-price-font-weight);
    color: var(--nb-product-prices-13-active-price-color);
}

.nb-product-prices-13 .nb-price-saving {
    font-size: var(--nb-product-prices-13-saving-price-font-size);
    font-weight: var(--nb-product-prices-13-saving-price-font-weight);
    color: var(--nb-product-prices-13-saving-price-color);
    flex-wrap: wrap;
}

.nb-product-prices-13 .nb-price-saving {
    font-size: var(--nb-product-prices-13-saving-price-font-size);
    font-weight: var(--nb-product-prices-13-saving-price-font-weight);
    color: var(--nb-product-prices-13-saving-price-color);
    flex-wrap: wrap;
    text-align: right;
    justify-content: end;
}

.nb-product-prices-13 .nb-price-saving .nb-price-saving-label {
    width: 100%;
}

@media screen and (max-width: 576px) {
    :root {
        --nb-product-prices-13-prev-price-font-size: var(--nb-font-size-10);
        --nb-product-prices-13-active-price-font-size: var(--nb-font-size-12);
        --nb-product-prices-13-saving-price-font-size: var(--nb-font-size-9);
    }
}
/*
/* NB Fajl:'./components/complex/product/product-size-list/product-size-list-5/product-size-list-5.css.'
*/:root {
    --nb-product-size-list-5-gap: 13px;

    --nb-product-size-list-5-size-width: 40px;
    --nb-product-size-list-5-size-height: 40px;

    --nb-product-size-list-5-active-bg: var(--nb-color-gray-200);
    --nb-product-size-list-5-active-color: var(--nb-color-gray-700);
    --nb-product-size-list-5-disabled-bg: var(--nb-color-gray-400);
}

.nb-product-size-list-5 {
    display: flex;
    gap: var(--nb-product-size-list-5-gap);
    flex-wrap: wrap;
}

.nb-product-size-list-5 > * {
    letter-spacing: 0.75px;
    width: var(--nb-product-size-list-5-size-width);
    height: var(--nb-product-size-list-5-size-height);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
}

.nb-product-size-list-5 > *.active {
    background-color: var(--nb-product-size-list-5-active-bg);
    color: var(--nb-product-size-list-5-active-color);
    border-color: transparent;
}


.nb-product-size-list-5 > *.disabled:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 26px;
    background-color: var(--nb-product-size-list-5-disabled-bg);
    transform: rotate(-45deg);
}


/*
/* NB Fajl:'./components/complex/product/product-bubble/product-bubble-3/product-bubble-3.css.'
*/.nb-product-bubble-3 {
    display: none;
    flex-direction: column;
    width: 100%;
    padding: 10px;
    min-height: 200px;
    background-color: var(--nb-color-white);
}

.nb-product-bubble-3.active {
    display: flex;
}

.nb-product-bubble-3 .nb-product-info-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: var(--nb-border-width) var(--nb-border-style) var(--nb-border-color);
    margin-bottom: 10px;
    width: 100%;
}

.nb-product-bubble-3 .nb-product-img-and-name-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}

.nb-product-bubble-3 .nb-product-img-and-name-wrapper .nb-img-wrapper {
    max-width: 50px;
}

.nb-product-bubble-3 .nb-product-img-and-name-wrapper .nb-product-name {
    max-width: 130px;
}

.nb-product-bubble-3 .nb-product-bubble-control-wrapper {
    content: '';
    position: absolute;
    display: flex;
    justify-content: center;
    width: 100px;
    height: 0;
    border-left: 20px var(--nb-border-style) transparent;
    border-right: 20px var(--nb-border-style) transparent;
    border-bottom: 30px var(--nb-border-style) var(--nb-color-white);
    margin: 0 auto;
    top: -29px;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
}

.nb-product-bubble-3 .nb-product-bubble-control-wrapper .nb-icon {
    position: relative;
    top: 7px;
}

.nb-product-bubble-3 .nb-product-size-picker-wrapper {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 20px;
}
/*
/* NB Fajl:'./components/complex/product/product-button-with-bubble/product-button-with-bubble-3/product-button-with-bubble-3.css.'
*/.nb-product-button-with-bubble-3 .nb-add-to-cart {
    width: 100%;
}
/*
/* NB Fajl:'./components/complex/product/product-card/product-card-31/product-card-31.css.'
*/:root{
    --nb-product-card-31-border-radius: 0;

    --nb-product-card-31-product-name-font-size: var(--nb-font-size-16);
    --nb-product-card-31-product-name-line-height: 1.5;
    --nb-product-card-31-product-name-font-weight: var(--nb-font-regular);
    --nb-product-card-31-product-name-color: var(--nb-text-color-primary);

    --nb-product-card-31-product-category-font-size: var(--nb-font-size-14);
    --nb-product-card-31-product-category-font-weight: var(--nb-font-regular);
    --nb-product-card-31-product-category-color: var(--nb-text-color-secondary);

    --nb-product-card-31-blur: blur(15px);
    --nb-product-card-31-blur-bg: #00000080;
}

.nb-product-card-31 .nb-category-and-review-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
}

.nb-product-card-31 .nb-category-and-review-wrapper .nb-product-category {
    font-size: var(--nb-product-card-31-product-category-font-size);
    font-weight: var(--nb-product-card-31-product-category-font-weight);
    color: var(--nb-product-card-31-product-category-color);
    --nb-product-category-dt-rows: 1;
    display: -webkit-box;
}

.nb-product-card-31 .nb-card-body > .nb-product-name .nb-title,
.nb-product-card-31 .nb-card-body > .nb-product-name {
    font-size: var(--nb-product-card-31-product-name-font-size);
    line-height: var(--nb-product-card-31-product-name-line-height);
    font-weight: var(--nb-product-card-31-product-name-font-weight);
    color: var(--nb-product-card-31-product-name-color);
}

.nb-product-card-31 .nb-card-body > .nb-product-name {
    margin-bottom: 7px;
}

.nb-product-card-31 .nb-card-body > .nb-product-name .nb-title {
    --nb-dt-rows: 2;
    height: calc(var(--nb-dt-rows) * var(--nb-product-card-31-product-name-line-height) * var(--nb-product-card-31-product-name-font-size))
}

.nb-product-card-31 .nb-rating-show-with-count-of-reviews > .custom-text {
    display: none;
}

.nb-product-card-31 .nb-rating-show-with-count-of-reviews .nb-rating .nb-icon {
    font-size: var(--nb-font-size-10);
}

.nb-product-card-31 .nb-rating-show-with-count-of-reviews .nb-rating-show-stars-inactive,
.nb-product-card-31 .nb-rating-show-with-count-of-reviews .nb-rating-show-stars-active {
    gap: 3px;
}

.nb-product-card-31 .nb-card.nb-product-card .card-body.nb-card-body.nb-product-card-body {
    padding: 10px;
}

.nb-product-card-31 .nb-card.nb-product-card {
    border: var(--nb-border-width) var(--nb-border-style) var(--nb-border-color);
    border-radius: var(--nb-product-card-31-border-radius);
}

.nb-product-card-31 .nb-product-image-with-positioned-content-v1 {
    position: relative;
}

.nb-product-card-31 .nb-product-image-with-positioned-content-v1 > .nb-img-wrapper img {
    border-top-left-radius: var(--nb-product-card-31-border-radius);
    border-top-right-radius: var(--nb-product-card-31-border-radius);
}

.nb-product-card-31 .nb-product-button-with-bubble-3 {
    opacity: 1;
    position: relative;
    transition: opacity 0.4s;
    padding: 0 var(--nb-product-card-spacer-x);
    background: var(--nb-color-white);
    z-index: 9;
}

.nb-product-card-31 .nb-product-button-with-bubble-3 .nb-product-bubble-3 {
    position: absolute;
    bottom: 100%;
    left: -10px;
    cursor: initial;
    width: calc(100% + 20px);
    box-shadow: 0px -4px 8px -3px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px -4px 8px -3px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px -4px 8px -3px rgba(0,0,0,0.3);
}

.nb-product-card-31:hover .nb-product-button-with-bubble-3,
.nb-product-card-31:focus .nb-product-button-with-bubble-3,
.nb-product-card-31:active .nb-product-button-with-bubble-3 {
    opacity: 1;
}

.nb-product-card-31 .nb-card.nb-product-card .card-body.nb-card-body.nb-product-card-body > * + * {
    margin-top: 0;
}

.nb-product-card-31 .nb-product-prices-13 {
    margin-bottom: 5px;
    min-height: 60px;
}

.block:has(.nb-price-loyalty-with-image) .nb-product-card-31 .nb-product-prices-13 {
    min-height: 82px;
}

.nb-product-card-31 .nb-btn.nb-add-to-cart .nb-icon {
    display: none;
}

.nb-product-card-31 .nb-btn.nb-add-to-cart {
    font-size: var(--nb-font-size-16);
    text-transform: uppercase;
    padding: 9px 15px;
}

.nb-product-card-31 .nb-discount .nb-icon {
    height: 22px;
}

.nb-product-card-31 .nb-product-bubble-3 .nb-product-bubble-control-wrapper {
    border-left: unset;
    border-right: unset;
}

.nb-product-card-31 .nb-selected-size-1 {
    font-size: var(--nb-font-size-14);
    font-weight: var(--nb-font-medium);
}

.nb-product-card-31 .nb-price-sale {
    font-size: var(--nb-font-size-16);
    font-weight: var(--nb-font-bold);
}

.nb-product-card-31 .nb-product-bubble-3 .nb-product-name,
.nb-product-card-31 .nb-product-bubble-3 .nb-product-name .nb-title {
    font-size: var(--nb-font-size-16);
}

.nb-product-card-31 .nb-product-size-list-5 {
    gap: 10px;
}

.nb-product-card-31 .nb-product-compare-2 .nb-icon,
.nb-product-card-31 .nb-product-open-gift-list-modal-btn .nb-icon,
.nb-product-card-31 .nb-favorite .nb-icon {
    color: var(--nb-spec-color);
    font-size: var(--nb-font-size-20);
}
.nb-product-card-31 .nb-product-bubble-3 .nb-product-img-and-name-wrapper .nb-img-wrapper {
    flex-shrink: 0;
}
.nb-product-card-31:has(.nb-product-bubble-3.active) .nb-product-image-with-positioned-content-v1:before {
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    background-color: #00070933;
    z-index: 2;
    border-top-left-radius: var(--nb-product-card-31-border-radius);
    border-top-right-radius: var(--nb-product-card-31-border-radius);
}

.nb-product-card-31 .nb-discount-rectangle {
    max-height: 64px;
}

.nb-product-card-31 .nb-discount.nb-discount-rectangle .nb-discount-value-wrapper,
.nb-product-card-31 .nb-discount.nb-discount-rectangle .nb-additional-discount-value-wrapper {
    height: 32px;
    font-size: var(--nb-font-size-16);
    font-weight: var(--nb-font-semibold);
    width: 50px;
}
.nb-product-card-31 .nb-product-content-position-2 .nb-product-brand-2 .nb-img {
    max-height: 20px;
}
.nb-product-card-31 .nb-product-list-v1 {
    justify-content: end;
}
.nb-product-card-31 .nb-product-compare-2,
.nb-product-listing-display-grid-2 .nb-product-card-31 .nb-product-open-gift-list-modal {
    display: none;
}
.nb-product-listing-display-grid-2 .nb-product-card-31 .nb-product-compare-2 {
    display: block;
}
@media screen and (max-width: 576px) {
    :root {
        --nb-product-card-31-product-name-font-size: var(--nb-font-size-12);
        --nb-product-card-31-product-category-font-size: var(--nb-font-size-9);
    }

    .nb-product-card-31 .nb-product-button-with-bubble-3 {
        opacity: 1;
        position: unset;
        padding: unset;
        width: unset;
    }

    .nb-product-card-31 .nb-product-button-with-bubble-3 .nb-product-bubble-3 {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        background-color: var(--nb-color-white);
        z-index: 9;
    }

    .nb-product-card-31 .nb-product-button-with-bubble-3 .nb-product-bubble-3 .nb-product-size-picker-wrapper {
        margin-bottom: 70px;
    }

    .nb-product-card-31 .nb-product-button-with-bubble-3 .nb-product-bubble-3.active ~ .nb-add-to-cart {
        position: fixed;
        bottom: 15px;
        left: 10px;
        right: 10px;
        z-index: 12;
        width: calc(100% - 20px);
    }

    .nb-product-card-31 .nb-product-button-with-bubble-3 .nb-product-bubble-3.active {
        z-index: 12;
    }

    body:has(.nb-product-card-31 .nb-product-button-with-bubble-3 .nb-product-bubble-3.active):before {
        content: '';
        position: fixed;
        inset: 0;
        backdrop-filter: var(--nb-product-card-31-blur);
        background-color: var(--nb-product-card-31-blur-bg);
        z-index: 11;
    }

    .nb-product-card-31:hover .nb-product-button-with-bubble-3,
    .nb-product-card-31:focus .nb-product-button-with-bubble-3,
    .nb-product-card-31:active .nb-product-button-with-bubble-3 {
        opacity: 1;
    }

    .slick-slider .slick-track:has(.nb-product-card-31 .nb-product-button-with-bubble-3 .nb-product-bubble-3.active),
    .slick-slider .slick-list:has(.nb-product-card-31 .nb-product-button-with-bubble-3 .nb-product-bubble-3.active){
        transform: none !important;
    }

    .nb-product-card-31 .nb-product-prices-13 {
        margin-bottom: 5px;
        min-height: 45px;
    }
    .nb-product-card-31 .nb-discount-rectangle {
        max-height: 40px;
    }
    .nb-product-card-31 .nb-discount.nb-discount-rectangle .nb-discount-value-wrapper,
    .nb-product-card-31 .nb-discount.nb-discount-rectangle .nb-additional-discount-value-wrapper {
        height: 20px;
        width: 29px;
        font-size: var(--nb-font-size-9);
    }
    .nb-product-card-31 .nb-discount .nb-icon {
        font-size: var(--nb-font-size-14);
    }
}
/*
/* NB Fajl:'./_blocks/marketing/recommender/similar-product-list/similar-product-list-carousel-2/similar-product-list-carousel-2.css.'
*/.similar-product-list-carousel-2 {
    /*display: flex;*/
    padding: 48px 0;
}
.similar-product-list-carousel-2 .nb-heading-with-icon-1{
    margin-bottom: 30px;
}
.similar-product-list-carousel-2 .nb-slider{
    margin: 0 calc(-1 * var(--nb-gutter-x) / 2);
}
.similar-product-list-carousel-2 .nb-slider .nb-slider-item{
    margin: 0 calc(var(--nb-gutter-x) / 2);
    display: flex;
    justify-content: center;
}
.similar-product-list-carousel-2 .nb-slider .nb-slider-indicators-inline{
    margin: 0 calc(var(--nb-gutter-x) / 2);
}
.similar-product-list-carousel-2 .nb-slider .slick-track {
    margin-left: unset;
}
.similar-product-list-carousel-2-v4 .nb-heading-with-icon-1 {
    text-align: center;
    margin-bottom: 20px;
}
.similar-product-list-carousel-2-v4 .nb-heading-with-icon-1 .nb-icon {
    display: none;
}
.similar-product-list-carousel-2-v4 .nb-slider .slick-track {
    margin-left: auto;
}
.similar-product-list-carousel-2-v4 .nb-product-related-image-list-carousel-1 .nb-slider .slick-track {
    margin-left: 0;
}
.similar-product-list-carousel-2-v4.similar-product-list-carousel-2 {
    padding: 0;
}
.similar-product-list-carousel-2 .nb-product-related-image-list-carousel-1 .nb-slider{
    margin: 0;
}

.similar-product-list-carousel-2 .nb-slider .nb-slider-arrows {
    left: -30px;
    width: calc(100% + 60px);
}

.similar-product-list-carousel-2 .swiper-pagination {
    position: static;
    margin-top: 20px;
}

.similar-product-list-carousel-2 .swiper-button-next {
    right: -30px;
}

.similar-product-list-carousel-2 .swiper-button-prev {
    left: -30px;
}

@media screen and (max-width: 576px) {
    .similar-product-list-carousel-2 {
        padding: 30px 0;
    }
    .similar-product-list-carousel-2 .heading-with-icon-1{
        margin-bottom: 10px;
    }
}
/*
/* NB Fajl:'./_blocks/marketing/recommender/complete-the-look-product-list/complete-the-look-product-list-carousel-1/complete-the-look-product-list-carousel-1.css.'
*/.nb-complete-the-look-product-list-carousel-1 .nb-slider-arrows .slider-prev{
    margin-left: -30px;
    font-size: 20px;
}
.nb-complete-the-look-product-list-carousel-1 .nb-slider-arrows .slider-next{
    margin-right: -30px;
    font-size: 20px;
}

.nb-complete-the-look-product-list-carousel-1 .swiper-pagination {
    position: static;
    margin-top: 20px;
}

.nb-complete-the-look-product-list-carousel-1 .swiper-button-next {
    right: -30px;
}

.nb-complete-the-look-product-list-carousel-1 .swiper-button-prev {
    left: -30px;
}

/*
/* NB Fajl:'./_blocks/user/user-activity/last-viewed/last-viewed-product-list-carousel-2/last-viewed-product-list-carousel-2.css.'
*/.nb-last-viewed-product-list-carousel-2 .nb-heading-with-icon-1 {
    margin-bottom: 30px;
}

.block-editing .nb-last-viewed-product-list-carousel-2 {
    min-height: 20px;
}

.nb-last-viewed-product-list-carousel-2 .nb-slider .nb-slider-arrows {
    left: -30px;
    width: calc(100% + 60px);
}

.nb-last-viewed-product-list-carousel-2 .swiper-pagination {
    position: static;
    margin-top: 20px;
}

.nb-last-viewed-product-list-carousel-2 .swiper-button-next {
    right: -30px;
}

.nb-last-viewed-product-list-carousel-2 .swiper-button-prev {
    left: -30px;
}

/*.nb-last-viewed-product-list-carousel-2 .nb-slider-arrows .slider-arrow > i.nb-arrow-left {*/
/*    left: -30px;*/
/*}*/

/*.nb-last-viewed-product-list-carousel-2 .nb-slider-arrows .slider-arrow > i.nb-arrow-right {*/
/*    right: -30px;*/
/*}*/
/*
/* NB Fajl:'./components/complex/product/product-box/product-box-detail-floater-2/product-box-detail-floater-2.css.'
*/:root {
    --nb-product-box-detail-floater-2-bg: var(--nb-color-white);
    --nb-product-box-detail-floater-2-prev-price-font-size: var(--nb-font-size-12);
    --nb-product-box-detail-floater-2-active-price-font-size: var(--nb-font-size-18);

    --nb-product-box-detail-floater-2-product-name-color: var(--nb-text-color-primary);
    --nb-product-box-detail-floater-2-product-name-font-size: var(--nb-font-size-20);
    --nb-product-box-detail-floater-2-product-name-font-weight: var(--nb-font-weight-400);

    --nb-product-box-detail-floater-2-product-code-label-color: var(--nb-text-color-primary);
    --nb-product-box-detail-floater-2-product-code-label-font-size: var(--nb-font-size-14);
    --nb-product-box-detail-floater-2-product-code-label-font-weight: var(--nb-font-weight-400);

    --nb-product-box-detail-floater-2-product-code-value-color: var(--nb-text-color-primary);
    --nb-product-box-detail-floater-2-product-code-value-font-size: var(--nb-font-size-14);
    --nb-product-box-detail-floater-2-product-code-value-font-weight: var(--nb-font-weight-400);

    --nb-product-box-detail-floater-2-product-prices-gap: 2px;
    --nb-product-box-detail-floater-2-product-prices-flex-direction: column;

    --nb-product-box-detail-floater-2-product-price-prev-color: var(--nb-color-gray);
    --nb-product-box-detail-floater-2-product-price-prev-font-size: var(--nb-font-size-12);
    --nb-product-box-detail-floater-2-product-price-prev-font-weight: var(--nb-font-weight-400);

    --nb-product-box-detail-floater-2-product-price-active-color: var(--nb-spec-color);
    --nb-product-box-detail-floater-2-product-price-active-font-size: var(--nb-font-size-18);
    --nb-product-box-detail-floater-2-product-price-active-font-weight: var(--nb-font-weight-700);
}

.dragbox .nb-product-box-detail-floater-2 {
    position: unset;
}

.nb-product-box-detail-floater-2 {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
    background: var(--nb-product-box-detail-floater-2-bg);
    padding: 20px 0;
    -webkit-box-shadow: 0px -1px 7px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px -1px 7px 0px rgba(0,0,0,0.25);
    box-shadow: 0px -1px 7px 0px rgba(0,0,0,0.25);
}

.nb-product-box-detail-floater-2.active {
    display: block;
}

.nb-product-box-detail-floater-2 .nb-product-box-detail-floater-2-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nb-product-box-detail-floater-2 .nb-left-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
}

.nb-product-box-detail-floater-2 .nb-left-wrapper .nb-img-wrapper {
    max-width: 65px;
    max-height: 65px;
}

.nb-product-box-detail-floater-2 .nb-left-wrapper .nb-img-wrapper .nb-img {
    height: 65px;
}

.nb-product-box-detail-floater-2 .nb-left-wrapper .nb-product-info-wrapper {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.nb-product-box-detail-floater-2 .nb-right-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
}

.nb-product-box-detail-floater-2 .nb-right-wrapper .nb-btn {
    min-width: 320px;
}

.nb-product-box-detail-floater-2 .nb-right-wrapper .nb-product-prices-2 {
    text-align: right;
    gap: var(--nb-product-box-detail-floater-2-product-prices-gap);
    flex-direction: var(--nb-product-box-detail-floater-2-product-prices-flex-direction);
}

.nb-product-box-detail-floater-2 .nb-right-wrapper .nb-product-prices-2 .nb-price.nb-price-prev {
    font-size: var(--nb-product-box-detail-floater-2-prev-price-font-size);
}

.nb-product-box-detail-floater-2 .nb-right-wrapper .nb-product-prices-2 .nb-price.nb-price-active {
    font-size: var(--nb-product-box-detail-floater-2-active-price-font-size);
}

.nb-product-box-detail-floater-2 .nb-right-wrapper .nb-product-prices-2 .nb-price-saving {
    display: none;
}

.nb-product-box-detail-floater-2 .nb-product-name,
.nb-product-box-detail-floater-2 .nb-product-name .nb-title {
    color: var(--nb-product-box-detail-floater-2-product-name-color);
    font-size: var(--nb-product-box-detail-floater-2-product-name-font-size);
    font-weight: var(--nb-product-box-detail-floater-2-product-name-font-weight);
}

.nb-product-box-detail-floater-2 .nb-product-code .nb-product-code-label {
    color: var(--nb-product-box-detail-floater-2-product-code-label-color);
    font-size: var(--nb-product-box-detail-floater-2-product-code-label-font-size);
    font-weight: var(--nb-product-box-detail-floater-2-product-code-label-font-weight);
}

.nb-product-box-detail-floater-2 .nb-product-code .nb-product-code-id {
    color: var(--nb-product-box-detail-floater-2-product-code-value-color);
    font-size: var(--nb-product-box-detail-floater-2-product-code-value-font-size);
    font-weight: var(--nb-product-box-detail-floater-2-product-code-value-font-weight);
}

.nb-product-box-detail-floater-2 .nb-price.nb-price-active {
    color: var(--nb-product-box-detail-floater-2-product-price-active-color);
    font-size: var(--nb-product-box-detail-floater-2-product-price-active-font-size);
    font-weight: var(--nb-product-box-detail-floater-2-product-price-active-font-weight);
}

.nb-product-box-detail-floater-2 .nb-price.nb-price-prev {
    color: var(--nb-product-box-detail-floater-2-product-price-prev-color);
    font-size: var(--nb-product-box-detail-floater-2-product-price-prev-font-size);
    font-weight: var(--nb-product-box-detail-floater-2-product-price-prev-font-weight);
}

@media screen and (max-width: 768px) {
    .nb-product-box-detail-floater-2 .nb-left-wrapper {
        display: none;
    }

    .nb-product-box-detail-floater-2 .nb-right-wrapper .nb-product-prices-2 {
        display: none;
    }

    .nb-product-box-detail-floater-2 .nb-right-wrapper {
        width: 100%;
    }

    .nb-product-box-detail-floater-2 .nb-right-wrapper .nb-btn-with-bubble-wrapper {
        width: 100%;
    }

    .nb-product-box-detail-floater-2 .nb-right-wrapper .nb-btn-with-bubble-wrapper .nb-btn {
        min-width: unset;
        width: 100%;
    }
}

@media (min-width: 577px) {
    .nb-product-box-detail-floater-2 .nb-product-bubble-3.active {
        display: none;
    }
}

@media screen and (max-width: 576px) {
    body:has(.nb-product-box-detail-floater-2.active .nb-product-bubble-3.active):before {
        content: '';
        position: fixed;
        inset: 0;
        backdrop-filter: blur(15px);
        background-color: #00000080;
        z-index: 9;
    }
}

/*
/* NB Fajl:'./_blocks/product/product-detail/product-detail-floater/product-detail-floater-2/product-detail-floater-2.css.'
*/section.layout:has(.nb-product-detail-floater-2) {
    position: sticky;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
}

section.layout:has(.nb-product-detail-floater-2) .nb-product-box-detail-floater-2 {
    position: unset;
}
/*
/* NB Fajl:'./components/core/box/info-box-8/info-box-8.css.'
*/:root {
    --nb-info-box-8-title-color: var(--nb-color-white);
    --nb-info-box-8-title-font-size: var(--nb-font-size-18);
    --nb-info-box-8-info-color: var(--nb-color-white);
    --nb-info-box-8-info-font-size: var(--nb-font-size-14);
    --nb-info-box-8-info-font-weight: var(--nb-font-regular);
}

.nb-info-box-8 .nb-info-box-8-title {
    margin-bottom: 20px;
}

.nb-info-box-8 .nb-info-box-8-title.nb-title {
    color: var(--nb-info-box-8-title-color);
    font-size: var(--nb-info-box-8-title-font-size);
    font-family: var(--nb-body-font-family) !important;
}

.nb-info-box-8 .nb-info-box-8-wrapper > *,
.nb-info-box-8 .nb-info-box-8-wrapper > * > * {
    color: var(--nb-info-box-8-info-color);
    font-size: var(--nb-info-box-8-info-font-size);
    font-weight: var(--nb-info-box-8-info-font-weight);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    display: -webkit-box;
    --nb-rows: 2;
    -webkit-line-clamp: var(--nb-rows);
    -webkit-box-orient: vertical;
    line-height: var(--nb-paragraph-line-height);
}

.nb-info-box-8 .nb-info-box-8-wrapper > * + * {
    margin-top: 15px;
}
/*
/* NB Fajl:'./components/complex/footer/footer-links/footer-links.css.'
*/:root {
    --nb-footer-links-title-color: var(--nb-color-white);
    --nb-footer-links-title-font-size: var(--nb-h6-font-size);
    --nb-footer-links-title-font-weight: var(--nb-h6-font-weight);
    --nb-footer-links-title-spacer: 20px;
    --nb-footer-links-item-spacer: 14px;
    --nb-footer-links-item-font-size: var(--nb-link-s);
    --nb-footer-links-item-line-height: 20px;
    --nb-footer-links-item-font-weight: var(--nb-body-font-weight);
    --nb-footer-links-item-color: var(--nb-color-white);
    --nb-footer-links-item-hover-color: var(--nb-spec-color);
}
.nb-footer-links .nb-title {
    font-size: var(--nb-footer-links-title-font-size);
    font-weight: var(--nb-footer-links-title-font-weight);
    color: var(--nb-footer-links-title-color);
    margin-bottom: var(--nb-footer-links-title-spacer);
    font-family: var(--nb-body-font-family) !important;
}

.nb-footer-links .nb-link {
    font-size: var(--nb-footer-links-item-font-size);
    line-height: var(--nb-footer-links-item-line-height);
    font-weight: var(--nb-footer-links-item-font-weight);
    color: var(--nb-footer-links-item-color);
}

.nb-footer-links .nb-link:hover {
    color: var(--nb-footer-links-item-hover-color);
}

.nb-footer-links li + li {
    margin-top: var(--nb-footer-links-item-spacer);
}
.nb-footer-links ul{
    padding-left: unset;
    list-style-type: none;
}

.nb-footer-links .nb-title .nb-img{
    margin-right: 5px;
    max-width: 20px;
}
/*
/* NB Fajl:'./components/complex/footer/footer-social-networks/footer-social-networks.css.'
*/:root {
    --nb-footer-social-networks-margin-bottom: 14px;

    --nb-footer-social-networks-title-color: var(--nb-color-white);
    --nb-footer-social-networks-title-font-size: var(--nb-h6-font-size);
    --nb-footer-social-networks-title-font-weight: var(--nb-h6-font-weight);

    --nb-footer-social-networks-width: 36px;
    --nb-footer-social-networks-height: 36px;
    --nb-footer-social-networks-bg: var(--nb-color-white);
    --nb-footer-social-networks-hover-bg: var(--nb-spec-color);
    --nb-footer-social-networks-border-radius: var(--nb-border-radius-xs);
}

.nb-footer-social-networks .nb-footer-social-networks-title {
    color: var(--nb-footer-social-networks-title-color);
    font-size: var(--nb-footer-social-networks-title-font-size);
    font-weight: var(--nb-footer-social-networks-title-font-weight);
    margin-bottom: var(--nb-footer-social-networks-margin-bottom);
}

.nb-footer-social-networks .nb-footer-social-networks-title-wrapper:has(.nb-icon) {
    display: flex;
    gap: 10px;
}


.nb-footer-social-networks .nb-footer-social-networks-title-wrapper .nb-icon {
    color: var(--nb-color-white);
}

.nb-footer-social-networks .nb-footer-social-networks-wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}
.nb-footer-social-networks .nb-footer-social-networks-wrapper .nb-link{
    color: var(--nb-text-color-primary);
}
.nb-footer-social-networks .nb-footer-social-networks-wrapper .nb-link:hover {
    color: var(--nb-color-white);
}

.nb-footer-social-networks .nb-footer-social-networks-wrapper .nb-link:hover > * {
    background-color: var(--nb-footer-social-networks-hover-bg);
}

.nb-footer-social-networks .nb-footer-social-networks-wrapper .nb-link > * {
    display: flex;
    align-items: center;
    justify-content: center;
    width: var(--nb-footer-social-networks-width);
    height: var(--nb-footer-social-networks-height);
    background-color: var(--nb-footer-social-networks-bg);
    border-radius: var(--nb-footer-social-networks-border-radius);
}
.nb-tripadvisor-icon.nbi-tripadvisor-1:before{
    font-size: 24px;
    vertical-align: bottom;
}

@media screen and (max-width: 576px) {
    :root {
        --nb-footer-social-networks-margin-bottom: 24px;
    }
}
/*
/* NB Fajl:'./components/complex/footer/footer-newsletter/footer-newsletter-1/footer-newsletter-1.css.'
*/:root {
    --nb-footer-newsletter-1-bg: transparent;

    --nb-footer-newsletter-1-title-color: var(--nb-color-white);
    --nb-footer-newsletter-1-title-font-size: var(--nb-h5-font-size);
    --nb-footer-newsletter-1-title-font-weight: var(--nb-h5-font-weight);

    --nb-footer-newsletter-1-subtitle-color: var(--nb-color-white);
    --nb-footer-newsletter-1-subtitle-font-size: var(--nb-font-size-16);
    --nb-footer-newsletter-1-subtitle-font-weight: var(--nb-font-regular);

    --nb-footer-newsletter-1-input-bg: transparent;
    --nb-footer-newsletter-1-input-color: var(--nb-color-white);

    --nb-footer-newsletter-1-input-label-color: var(--nb-color-white);

    --nb-footer-newsletter-1-checkbox-label-color: var(--nb-color-white);

    --nb-footer-newsletter-1-checkbox-link-color: var(--nb-spec-color);
    --nb-footer-newsletter-1-checkbox-hover-link-color: var(--nb-spec-color);
}

.nb-footer-newsletter-1 {
    padding: 20px;
    background-color: var(--nb-footer-newsletter-1-bg);
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: flex-start;
}

.nb-footer-newsletter-1 .nb-newsletter-title {
    color: var(--nb-footer-newsletter-1-title-color);
    font-size: var(--nb-footer-newsletter-1-title-font-size);
    font-weight: var(--nb-footer-newsletter-1-title-font-weight);
}
.nb-footer-newsletter-1 .nb-sub-heading {
    margin-top: 15px;
    color: var(--nb-footer-newsletter-1-subtitle-color);
    font-size: var(--nb-footer-newsletter-1-subtitle-font-size);
    font-weight: var(--nb-footer-newsletter-1-subtitle-font-weight);
}

.nb-footer-newsletter-1 .nb-submit-newsletter-wrapper {
    position: relative;
}

.nb-footer-newsletter-1 .nb-submit-newsletter-wrapper .nb-input {
    min-width: 400px;
}

.nb-footer-newsletter-1 .nb-submit-newsletter-wrapper .nb-input,
.nb-footer-newsletter-1 .nb-submit-newsletter-wrapper .nb-input:focus,
.nb-footer-newsletter-1 .nb-submit-newsletter-wrapper .nb-input:hover,
.nb-footer-newsletter-1 .nb-submit-newsletter-wrapper .nb-input:active,
.nb-footer-newsletter-1 .nb-submit-newsletter-wrapper .nb-input:not(:placeholder-shown) {
    background-color: var(--nb-footer-newsletter-1-input-bg);
    color: var(--nb-footer-newsletter-1-input-color);
}

.nb-footer-newsletter-1 .nb-submit-newsletter-wrapper .nb-input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px var(--nb-footer-newsletter-1-input-bg) inset !important;
    -webkit-text-fill-color: var(--nb-footer-newsletter-1-input-color) !important;
    transition: background-color 5000s ease-in-out 0s;
}

.nb-footer-newsletter-1 .form-floating .nb-float-label {
    color: var(--nb-footer-newsletter-1-input-label-color);
}

.nb-footer-newsletter-1 .nb-submit-newsletter-wrapper .parsley-errors-list {
    right: unset;
    left: 0;
}

.nb-footer-newsletter-1 .nb-checkbox-wrapper {
    position: relative;
}

.nb-footer-newsletter-1 .nb-checkbox-wrapper .nb-label {
    color: var(--nb-footer-newsletter-1-checkbox-label-color);
}

.nb-footer-newsletter-1 .nb-checkbox-wrapper .nb-link {
    color: var(--nb-footer-newsletter-1-checkbox-link-color);
}

.nb-footer-newsletter-1 .nb-checkbox-wrapper .nb-link:hover {
    color: var(--nb-footer-newsletter-1-checkbox-hover-link-color);
}

.nb-footer-newsletter-1 .nb-checkbox-wrapper .parsley-errors-list {
    right: unset;
    left: 0;
}

.nb-footer-newsletter-1 .nb-submit-newsletter-wrapper .nb-btn {
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: auto;
}

.nb-footer-newsletter-1 .nb-newsletter-link {
    font-weight: var(--nb-font-semibold);
}

.nb-footer-newsletter-1 .nb-footer-newsletter-1-title-wrapper:has(.nb-icon) {
    display: flex;
    gap: 10px;
}

.nb-footer-newsletter-1 .nb-footer-newsletter-1-title-wrapper .nb-icon {
    color: var(--nb-color-white);
}

@media screen and (max-width: 576px) {
    .nb-footer-newsletter-1 {
        flex-direction: column;
    }

    .nb-footer-newsletter-1 .nb-form {
        width: 100%;
    }

    .nb-footer-newsletter-1 .nb-submit-newsletter-wrapper .nb-input {
        min-width: unset;
    }
}
/*
/* NB Fajl:'./components/complex/footer/footer-payment-cards/footer-payment-cards.css.'
*/.nb-footer-payment-cards {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    padding: 20px 0;
    margin-bottom: 15px;
}
/*
/* NB Fajl:'./components/complex/footer/footer-disclaimer/footer-disclaimer.css.'
*/:root {
    --nb-footer-disclaimer-color: var(--nb-color-white);
    --nb-footer-disclaimer-font-size: var(--nb-disclaimer-font-size);
    --nb-footer-disclaimer-font-weight: var(--nb-disclaimer-font-weight);
    --nb-footer-disclaimer-line-height: var(--nb-disclaimer-line-height);
}

.nb-footer-disclaimer{
    color: var(--nb-footer-disclaimer-color);
    font-size: var(--nb-footer-disclaimer-font-size);
    font-weight: var(--nb-footer-disclaimer-font-weight);
    line-height: var(--nb-footer-disclaimer-line-height);
    text-align: center;
    max-width: 850px;
    margin: auto;
}

.nb-footer-disclaimer p:last-child{
    margin-bottom: 0;
}
/*
/* NB Fajl:'./components/complex/footer/footer-copyright/footer-copyright.css.'
*/:root {
    --nb-footer-copyright-color: var(--nb-color-white);
    --nb-footer-copyright-font-size: var(--nb-copyright-font-size);
    --nb-footer-copyright-font-weight: var(--nb-copyright-font-weight);
    --nb-footer-copyright-line-height: var(--nb-copyright-line-height);

    --nb-footer-copyright-border-width: var(--nb-border-width);
    --nb-footer-copyright-border-color: var(--nb-border-color-dark);
}

.nb-footer-copyright{
    color: var(--nb-footer-copyright-color);
    font-size: var(--nb-footer-copyright-font-size);
    font-weight: var(--nb-footer-copyright-font-weight);
    line-height: var(--nb-footer-copyright-line-height);
    margin-top: 15px;
    padding-top: 10px;
    padding-bottom: 15px;
    border-top: var(--nb-footer-copyright-border-width) var(--nb-border-style) var(--nb-footer-copyright-border-color);
    text-align: center;
}

.nb-footer-copyright .nb-link {
    color: var(--nb-color-white);
}

.nb-footer-copyright .nb-link:hover{
    color: var(--nb-spec-color);
}
/*
/* NB Fajl:'./components/complex/cookie/cookie-consent/cookie-consent-1/cookie-consent-1.css.'
*/:root {
    --nb-cookie-consent-1-bg: var(--nb-color-white);
    --nb-cookie-consent-1-z-index: 1030;
    --nb-cookie-consent-1-container-max-width: 1600px;
    --nb-cookie-consent-1-cookie-wrapper: 1000px;

    --nb-cookie-consent-1-accept-everything-btn-bg: var(--nb-spec-color);
    --nb-cookie-consent-1-accept-everything-btn-border-color: var(--nb-spec-color);

    --nb-cookie-consent-1-cookie-title-font-size: var(--nb-font-size-16);
    --nb-cookie-consent-1-cookie-title-font-weight: var(--nb-font-bold);
    --nb-cookie-consent-1-cookie-title-color: var(--nb-text-color-primary);

    --nb-cookie-consent-1-cookie-description-font-size: var(--nb-font-size-12);
    --nb-cookie-consent-1-cookie-description-font-weight: var(--nb-font-regular);
    --nb-cookie-consent-1-cookie-description-color: var(--nb-text-color-primary);

    --nb-cookie-consent-1-tab-font-size: var(--nb-font-size-12);
    --nb-cookie-consent-1-tab-font-weight: var(--nb-font-regular);
    --nb-cookie-consent-1-tab-color: var(--nb-text-color-primary);
    --nb-cookie-consent-1-tab-active-color: var(--nb-spec-color);
    --nb-cookie-consent-1-tab-bg: var(--nb-color-gray-100);

    --nb-cookie-consent-1-tab-content-font-size: var(--nb-font-size-12);
    --nb-cookie-consent-1-tab-content-font-weight: var(--nb-font-regular);
    --nb-cookie-consent-1-tab-content-font-color: var(--nb-text-color-primary);
    --nb-cookie-consent-1-tab-content-bg: var(--nb-color-white);
}

.nb-cookie-consent-1 {
    position: fixed;
    right: 0;
    left: 0;
    margin-bottom: 0;
    z-index: var(--nb-cookie-consent-1-z-index);
    background-color: var(--nb-cookie-consent-1-bg);
    padding: 10px 0;
    box-shadow: rgba(0, 0, 0, 0.1) 0px -1px 6px 0px;
    bottom: -150px;
    transition: bottom 0.5s ease-in-out;
}

.nb-cookie-consent-1.cookie-appear {
    bottom: 0;
}

.nb-cookie-consent-1 .container {
    max-width: var(--nb-cookie-consent-1-container-max-width);
}

.nb-cookie-consent-1 .container .nb-cookie-wrapper {
    width: var(--nb-cookie-consent-1-cookie-wrapper);
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.nb-cookie-consent-1 .container .nb-cookie-wrapper .nb-cookie-info-wrapper-top {
    display: flex;
    gap: 10px;
}

.nb-cookie-consent-1 .container .nb-cookie-wrapper .nb-cookie-info-wrapper-top .nb-img-wrapper {
    flex-shrink: 0;
    max-width: 60px;
}

.nb-cookie-consent-1 .container .nb-cookie-wrapper .nb-cookie-info-wrapper-top .nb-cookie-info-wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.nb-cookie-consent-1 .container .nb-cookie-wrapper .nb-cookie-info-wrapper-top .nb-cookie-info-wrapper .nb-cookie-title {
    font-size: var(--nb-cookie-consent-1-cookie-title-font-size);
    font-weight: var(--nb-cookie-consent-1-cookie-title-font-weight);
    color: var(--nb-cookie-consent-1-cookie-title-color);
}

.nb-cookie-consent-1 .container .nb-cookie-wrapper .nb-cookie-info-wrapper-top .nb-cookie-info-wrapper .nb-cookie-description {
    font-size: var(--nb-cookie-consent-1-cookie-description-font-size);
    font-weight: var(--nb-cookie-consent-1-cookie-description-font-weight);
    color: var(--nb-cookie-consent-1-cookie-description-color);
}

.nb-cookie-consent-1 .container .nb-cookie-wrapper .nb-cookie-info-wrapper-top .nb-cookie-info-wrapper .nb-controls-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}

.nb-cookie-consent-1 .container .nb-cookie-wrapper .nb-cookie-info-wrapper-top .nb-cookie-info-wrapper .nb-cookie-checkbox-wrapper {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.nb-cookie-consent-1 .container .nb-cookie-wrapper .nb-cookie-info-wrapper-top .nb-cookie-info-wrapper .nb-cookie-btn-wrapper {
    display: flex;
    gap: 10px;
}

.nb-cookie-consent-1 .container .nb-cookie-wrapper .nb-cookie-info-wrapper-top .nb-cookie-info-wrapper .nb-controls-wrapper .nb-form-check {
    margin: 0;
}

.nb-cookie-consent-1 .container .nb-cookie-wrapper .nb-cookie-info-wrapper-top .nb-cookie-info-wrapper .nb-controls-wrapper .nb-btn {
    min-width: 100px;
}

.nb-cookie-consent-1 .nb-cookie-read-more-wrapper {
    display: none;
    margin-top: 20px;
    border: var(--nb-border-width) var(--nb-border-style) var(--nb-border-color);
    height: 100%;
}

.nb-cookie-consent-1 .nb-cookie-read-more-wrapper.active {
    display: block;
}

.nb-cookie-consent-1 .nb-cookie-accept-everything-btn {
    background-color: var(--nb-cookie-consent-1-accept-everything-btn-bg);
    border-color: var(--nb-cookie-consent-1-accept-everything-btn-border-color);
}

.nb-cookie-consent-1 .container .nb-cookie-wrapper .nb-cookie-info-wrapper-top .nb-cookie-info-wrapper .nb-controls-wrapper .nb-cookie-btn-wrapper-agree-and-learn {
    display: flex;
    align-items: center;
    gap: 10px;
}

.nb-cookie-consent-1 .nb-cookie-read-more-wrapper .nb-cookie-tabs-wrapper {
    display: flex;
    flex-direction: column;
}

.nb-cookie-consent-1 .nb-cookie-read-more-wrapper .nb-cookie-tabs-wrapper .nb-cookie-tab {
    cursor: pointer;
    padding: 9px;
    text-align: left;
    background-color: var(--nb-cookie-consent-1-tab-bg);
    color: var(--nb-cookie-consent-1-tab-color);
    font-size: var(--nb-cookie-consent-1-tab-font-size);
    font-weight: var(--nb-cookie-consent-1-tab-font-weight);
    border: var(--nb-border-width) var(--nb-border-style) var(--nb-border-color);
    border-radius: var(--nb-border-radius-0);
    border-top: unset;
    border-left: unset;
}

.nb-cookie-consent-1 .nb-cookie-read-more-wrapper .nb-cookie-tabs-wrapper .nb-cookie-tab:last-of-type {
    border-bottom: unset;
}

.nb-cookie-consent-1 .nb-cookie-read-more-wrapper .nb-cookie-tabs-wrapper .nb-cookie-tab:hover,
.nb-cookie-consent-1 .nb-cookie-read-more-wrapper .nb-cookie-tabs-wrapper .nb-cookie-tab:focus,
.nb-cookie-consent-1 .nb-cookie-read-more-wrapper .nb-cookie-tabs-wrapper .nb-cookie-tab:active,
.nb-cookie-consent-1 .nb-cookie-read-more-wrapper .nb-cookie-tabs-wrapper .nb-cookie-tab.active {
    color: var(--nb-cookie-consent-1-tab-active-color);
    text-decoration: underline;
}

.nb-cookie-consent-1 .nb-cookie-read-more-wrapper .nb-cookie-tabs-wrapper .nb-cookie-tab.active {
    background-color: var(--nb-cookie-consent-1-tab-content-bg);
    border-right: unset;
}

.nb-cookie-consent-1 .nb-cookie-read-more-wrapper .nb-cookie-tabs-content-wrapper {
    max-height: 100px;
    overflow: auto;
    margin-bottom: 0;
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.nb-cookie-consent-1 .nb-cookie-info-wrapper .nb-cookie-checkbox-wrapper .nb-form-check .nb-check[disabled]{
    opacity: 1;
}

.nb-cookie-consent-1 .nb-cookie-read-more-wrapper .nb-cookie-tabs-content-wrapper .nb-cookie-tab-content {
    padding: 10px;
    font-size: var(--nb-cookie-consent-1-tab-content-font-size);
    font-weight: var(--nb-cookie-consent-1-tab-content-font-weight);
    color: var(--nb-cookie-consent-1-tab-content-font-color);
}

.nb-cookie-consent-1 .nb-cookie-read-more-wrapper .nb-cookie-tabs-content-wrapper .nb-cookie-tab-content-cookie1,
.nb-cookie-consent-1 .nb-cookie-read-more-wrapper .nb-cookie-tabs-content-wrapper .nb-cookie-tab-content-cookie2,
.nb-cookie-consent-1 .nb-cookie-read-more-wrapper .nb-cookie-tabs-content-wrapper .nb-cookie-tab-content-cookie3,
.nb-cookie-consent-1 .nb-cookie-read-more-wrapper .nb-cookie-tabs-content-wrapper .nb-cookie-tab-content-cookie4 {
    display: none;
}

.nb-cookie-consent-1 .nb-cookie-read-more-wrapper .nb-cookie-tabs-content-wrapper .nb-cookie-tab-content-cookie1.active,
.nb-cookie-consent-1 .nb-cookie-read-more-wrapper .nb-cookie-tabs-content-wrapper .nb-cookie-tab-content-cookie2.active,
.nb-cookie-consent-1 .nb-cookie-read-more-wrapper .nb-cookie-tabs-content-wrapper .nb-cookie-tab-content-cookie3.active,
.nb-cookie-consent-1 .nb-cookie-read-more-wrapper .nb-cookie-tabs-content-wrapper .nb-cookie-tab-content-cookie4.active {
    display: block;
}

@media screen and (max-width: 1024px) {
    .nb-cookie-consent-1 .container .nb-cookie-wrapper {
        width: unset;
    }
}

@media screen and (max-width: 768px) {
    .nb-cookie-consent-1 .container .nb-cookie-wrapper .nb-cookie-info-wrapper-top .nb-cookie-info-wrapper .nb-controls-wrapper {
        gap: 10px;
        flex-direction: column;
        align-items: unset;
    }
}

@media screen and (max-width: 576px) {

    .nb-cookie-consent-1 {
        bottom: -500px;
    }

    .nb-cookie-consent-1 .nb-cookie-info-wrapper-top .nb-img-wrapper {
        display: none;
    }
}

@media screen and (max-width: 425px) {
    .nb-cookie-consent-1 .container .nb-cookie-wrapper .nb-cookie-info-wrapper-top .nb-cookie-info-wrapper .nb-cookie-btn-wrapper {
        flex-direction: column;
    }

    .nb-cookie-consent-1 .container .nb-cookie-wrapper .nb-cookie-info-wrapper-top .nb-cookie-info-wrapper .nb-controls-wrapper .nb-cookie-btn-wrapper-agree-and-learn .nb-btn {
        flex: 1;
    }
}
/*
/* NB Fajl:'./components/complex/elements/scroll-to-top/scroll-to-top.css.'
*/:root{
    --nb-scroll-to-top-right-position: 30px;
    --nb-scroll-to-top-left-position: unset;
    --nb-scroll-to-top-bottom-position: 10%;
    --nb-scroll-to-top-top-position: unset;
    --nb-scroll-to-top-border-width: var(--nb-border-width);
    --nb-scroll-to-top-border-color: transparent;
    --nb-scroll-to-top-border-radius: 50%;
    --nb-scroll-to-top-bg-color: unset;
    --nb-scroll-to-top-opacity: 1;
    --nb-scroll-to-top-color: var(--nb-color-white);
    --nb-scroll-to-top-width: 50px;
    --nb-scroll-to-top-height: 50px;
}

body.block-editing .nb-scroll-to-top .nb-link{
    display: none;
}
body:not(.block-editing) .nb-scroll-to-top .nb-link{
    position: fixed;
    right: var(--nb-scroll-to-top-right-position);
    bottom: var(--nb-scroll-to-top-bottom-position);
    left: var(--nb-scroll-to-top-left-position);
    top: var(--nb-scroll-to-top-top-position);
    border: var(--nb-scroll-to-top-border-width) var(--nb-border-style) var(--nb-scroll-to-top-border-color);
    border-radius: var(--nb-scroll-to-top-border-radius);
    background: var(--nb-scroll-to-top-bg-color);
    width: var(--nb-scroll-to-top-width);
    height: var(--nb-scroll-to-top-height);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--nb-scroll-to-top-color);
    z-index: 9999;
    opacity: var(--nb-scroll-to-top-opacity);
}
/*
/* NB Fajl:'./components/complex/footer/footer-app-download/footer-app-download.css.'
*/.nb-footer-app-download {
    display: flex;
    flex-direction: column;
}

.nb-footer-app-download .nb-footer-app-download-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
}

.nb-footer-app-download .nb-footer-app-download-wrapper > * {
    flex: 1;
}

.nb-footer-app-download .nb-title {
    text-align: left;
}
/*
/* NB Fajl:'./components/complex/cart/mini-cart/mini-cart-offcanvas/mini-cart-offcanvas.css.'
*/:root {
    --nb-mini-cart-offcanvas-header-padding-y: 12px;
    --nb-mini-cart-offcanvas-header-padding-x: 20px;

    --nb-mini-cart-offcanvas-header-bg: var(--nb-color-white);

    --nb-mini-cart-offcanvas-header-color: var(--nb-text-color-primary);

    --nb-mini-cart-offcanvas-header-font-size: var(--nb-font-size-22);
    --nb-mini-cart-offcanvas-header-font-weight: var(--nb-font-weight-600);

    --nb-mini-cart-offcanvas-header-border-width: var(--nb-border-width);
    --nb-mini-cart-offcanvas-header-border-color: var(--nb-color-gray-300);

    --nb-mini-cart-offcanvas-body-padding-y: 20px;
    --nb-mini-cart-offcanvas-body-padding-x: 20px;

    --nb-mini-cart-offcanvas-width: var(--nb-offcanvas-width);
}

.nb-mini-cart-offcanvas.nb-offcanvas.offcanvas-start,
.nb-mini-cart-offcanvas.nb-offcanvas.offcanvas-end {
    width: var(--nb-mini-cart-offcanvas-width);
}

.nb-mini-cart-offcanvas .nb-offcanvas-header {
    padding: var(--nb-mini-cart-offcanvas-header-padding-y) var(--nb-mini-cart-offcanvas-header-padding-x);
    background-color: var(--nb-mini-cart-offcanvas-header-bg);
    border-bottom: var(--nb-mini-cart-offcanvas-header-border-width) var(--nb-border-style) var(--nb-mini-cart-offcanvas-header-border-color);
}

.nb-mini-cart-offcanvas .nb-offcanvas-header .nb-offcanvas-title {
    color: var(--nb-mini-cart-offcanvas-header-color);
    font-size: var(--nb-mini-cart-offcanvas-header-font-size);
    font-weight: var(--nb-mini-cart-offcanvas-header-font-weight);
}

.nb-mini-cart-offcanvas .nb-offcanvas-body {
    padding: var(--nb-mini-cart-offcanvas-body-padding-y) var(--nb-mini-cart-offcanvas-body-padding-x);
}

.nb-mini-cart-offcanvas .nb-mini-cart-offcanvas-ajax-wrapper {
    height: 100%;
}

@media screen and (max-width: 425px) {
    :root {
        --nb-mini-cart-offcanvas-width: 425px;
    }
}

@media screen and (max-width: 375px) {
    :root {
        --nb-mini-cart-offcanvas-width: 375px;
    }
}

@media screen and (max-width: 320px) {
    :root {
        --nb-mini-cart-offcanvas-width: 320px;
    }
}
/*
/* NB Fajl:'./components/complex/cart/mini-cart/mini-cart-total-1/mini-cart-total-1.css.'
*/:root {
    --nb-mini-cart-total-1-color: var(--nb-text-color-primary);
    --nb-mini-cart-total-1-font-size: var(--nb-font-size-14);
    --nb-mini-cart-total-1-font-weight: var(--nb-font-weight-400);

    --nb-mini-cart-total-1-value-color: var(--nb-text-color-primary);
    --nb-mini-cart-total-1-value-font-size: var(--nb-font-size-14);
    --nb-mini-cart-total-1-value-font-weight: var(--nb-font-weight-400);
}

.nb-mini-cart-total-1 {
    color: var(--nb-mini-cart-total-1-color);
    font-size: var(--nb-mini-cart-total-1-font-size);
    font-weight: var(--nb-mini-cart-total-1-font-weight);
}

.nb-mini-cart-total-1 .nb-mini-cart-total-value {
    color: var(--nb-mini-cart-total-1-value-color);
    font-size: var(--nb-mini-cart-total-1-value-font-size);
    font-weight: var(--nb-mini-cart-total-1-value-font-weight);
}
/*
/* NB Fajl:'./components/complex/cart/cart-price/cart-price-regular/cart-price-regular.css.'
*/:root{
    --nb-cart-item-regular-price-color: var(--nb-product-regular-price-color);
    --nb-cart-item-regular-price-decoration: var(--nb-product-regular-price-decoration);

    --nb-cart-item-regular-price-active-color: var(--nb-product-regular-price-active-color);

    --nb-cart-item-regular-price-font-size-xs: var(--nb-product-regular-price-font-size-xs);
    --nb-cart-item-regular-price-line-height-xs: var(--nb-product-regular-price-line-height-xs);
    --nb-cart-item-regular-price-font-weight-xs: var(--nb-product-regular-price-font-weight-xs);

    --nb-cart-item-regular-price-font-size-s: var(--nb-product-regular-price-font-size-s);
    --nb-cart-item-regular-price-line-height-s: var(--nb-product-regular-price-line-height-s);
    --nb-cart-item-regular-price-font-weight-s: var(--nb-product-regular-price-font-weight-s);

    --nb-cart-item-regular-price-font-size-m: var(--nb-product-regular-price-font-size-m);
    --nb-cart-item-regular-price-line-height-m: var(--nb-product-regular-price-line-height-m);
    --nb-cart-item-regular-price-font-weight-m: var(--nb-product-regular-price-font-weight-m);

    --nb-cart-item-regular-price-font-size-l: var(--nb-product-regular-price-font-size-l);
    --nb-cart-item-regular-price-line-height-l: var(--nb-product-regular-price-line-height-l);
    --nb-cart-item-regular-price-font-weight-l: var(--nb-product-regular-price-font-weight-l);
}

.nb-price-regular {
    color: var(--nb-cart-item-regular-price-color);
    text-decoration: var(--nb-cart-item-regular-price-decoration);
}

.nb-price-regular.nb-price-active {
    --nb-cart-item-regular-price-decoration: none;
    color: var(--nb-cart-item-regular-price-active-color);
}

.nb-price-regular.nb-price-regular-xs {
    font-size: var(--nb-cart-item-regular-price-font-size-xs);
    line-height: var(--nb-cart-item-regular-price-line-height-xs);
    font-weight: var(--nb-cart-item-regular-price-font-weight-xs);
}

.nb-price-regular.nb-price-regular-s {
    font-size: var(--nb-cart-item-regular-price-font-size-s);
    line-height: var(--nb-cart-item-regular-price-line-height-s);
    font-weight: var(--nb-cart-item-regular-price-font-weight-s);
}

.nb-price-regular.nb-price-regular-m {
    font-size: var(--nb-cart-item-regular-price-font-size-m);
    line-height: var(--nb-cart-item-regular-price-line-height-m);
    font-weight: var(--nb-cart-item-regular-price-font-weight-m);
}

.nb-price-regular.nb-price-regular-l {
    font-size: var(--nb-cart-item-regular-price-font-size-l);
    line-height: var(--nb-cart-item-regular-price-line-height-l);
    font-weight: var(--nb-cart-item-regular-price-font-weight-l);
}
/*
/* NB Fajl:'./components/complex/cart/cart-price/cart-price-old/cart-price-old.css.'
*/:root{
    --nb-cart-item-old-price-color: var(--nb-product-old-price-color);
    --nb-cart-item-old-price-decoration: var(--nb-product-old-price-decoration);

    --nb-cart-item-old-price-font-size-xs: var(--nb-product-old-price-font-size-xs);
    --nb-cart-item-old-price-line-height-xs: var(--nb-product-old-price-line-height-xs);
    --nb-cart-item-old-price-font-weight-xs: var(--nb-product-old-price-font-weight-xs);

    --nb-cart-item-old-price-font-size-s: var(--nb-product-old-price-font-size-s);
    --nb-cart-item-old-price-line-height-s: var(--nb-product-old-price-line-height-s);
    --nb-cart-item-old-price-font-weight-s: var(--nb-product-old-price-font-weight-s);

    --nb-cart-item-old-price-font-size-m: var(--nb-product-old-price-font-size-m);
    --nb-cart-item-old-price-line-height-m: var(--nb-product-old-price-line-height-m);
    --nb-cart-item-old-price-font-weight-m: var(--nb-product-old-price-font-weight-m);

    --nb-cart-item-old-price-font-size-l: var(--nb-product-old-price-font-size-l);
    --nb-cart-item-old-price-line-height-l: var(--nb-product-old-price-line-height-l);
    --nb-cart-item-old-price-font-weight-l: var(--nb-product-old-price-font-weight-l);
}

.nb-price-old {
    color: var(--nb-cart-item-old-price-color);
    text-decoration: var(--nb-cart-item-old-price-decoration);
}

.nb-price-old.nb-price-old-xs {
    font-size: var(--nb-cart-item-old-price-font-size-xs);
    line-height: var(--nb-cart-item-old-price-line-height-xs);
    font-weight: var(--nb-cart-item-old-price-font-weight-xs);
}

.nb-price-old.nb-price-old-s {
    font-size: var(--nb-cart-item-old-price-font-size-s);
    line-height: var(--nb-cart-item-old-price-line-height-s);
    font-weight: var(--nb-cart-item-old-price-font-weight-s);
}

.nb-price-old.nb-price-old-m {
    font-size: var(--nb-cart-item-old-price-font-size-m);
    line-height: var(--nb-cart-item-old-price-line-height-m);
    font-weight: var(--nb-cart-item-old-price-font-weight-m);
}

.nb-price-old.nb-price-old-l {
    font-size: var(--nb-cart-item-old-price-font-size-l);
    line-height: var(--nb-cart-item-old-price-line-height-l);
    font-weight: var(--nb-cart-item-old-price-font-weight-l);
}
/*
/* NB Fajl:'./components/complex/cart/cart-price/cart-price-promotional/cart-price-promotional.css.'
*/:root{
    --nb-cart-item-promotional-price-color: var(--nb-product-promotional-price-color);
    --nb-cart-item-promotional-price-decoration: var(--nb-product-promotional-price-decoration);

    --nb-cart-item-promotional-price-active-color: var(--nb-product-promotional-price-active-color);

    --nb-cart-item-promotional-price-font-size-xs: var(--nb-product-promotional-price-font-size-xs);
    --nb-cart-item-promotional-price-line-height-xs: var(--nb-product-promotional-price-line-height-xs);
    --nb-cart-item-promotional-price-font-weight-xs: var(--nb-product-promotional-price-font-weight-xs);

    --nb-cart-item-promotional-price-font-size-s: var(--nb-product-promotional-price-font-size-s);
    --nb-cart-item-promotional-price-line-height-s: var(--nb-product-promotional-price-line-height-s);
    --nb-cart-item-promotional-price-font-weight-s: var(--nb-product-promotional-price-font-weight-s);

    --nb-cart-item-promotional-price-font-size-m: var(--nb-product-promotional-price-font-size-m);
    --nb-cart-item-promotional-price-line-height-m: var(--nb-product-promotional-price-line-height-m);
    --nb-cart-item-promotional-price-font-weight-m: var(--nb-product-promotional-price-font-weight-m);

    --nb-cart-item-promotional-price-font-size-l: var(--nb-product-promotional-price-font-size-l);
    --nb-cart-item-promotional-price-line-height-l: var(--nb-product-promotional-price-line-height-l);
    --nb-cart-item-promotional-price-font-weight-l: var(--nb-product-promotional-price-font-weight-l);
}

.nb-price-promotional {
    color: var(--nb-cart-item-promotional-price-color);
    text-decoration: var(--nb-cart-item-promotional-price-decoration);
}

.nb-price-promotional.nb-price-active {
    --nb-cart-item-promotional-price-decoration: none;
    color: var(--nb-cart-item-promotional-price-active-color);
}

.nb-price-promotional.nb-price-promotional-xs {
    font-size: var(--nb-cart-item-promotional-price-font-size-xs);
    line-height: var(--nb-cart-item-promotional-price-line-height-xs);
    font-weight: var(--nb-cart-item-promotional-price-font-weight-xs);
}

.nb-price-promotional.nb-price-promotional-s {
    font-size: var(--nb-cart-item-promotional-price-font-size-s);
    line-height: var(--nb-cart-item-promotional-price-line-height-s);
    font-weight: var(--nb-cart-item-promotional-price-font-weight-s);
}

.nb-price-promotional.nb-price-promotional-m {
    font-size: var(--nb-cart-item-promotional-price-font-size-m);
    line-height: var(--nb-cart-item-promotional-price-line-height-m);
    font-weight: var(--nb-cart-item-promotional-price-font-weight-m);
}

.nb-price-promotional.nb-price-promotional-l {
    font-size: var(--nb-cart-item-promotional-price-font-size-l);
    line-height: var(--nb-cart-item-promotional-price-line-height-l);
    font-weight: var(--nb-cart-item-promotional-price-font-weight-l);
}
/*
/* NB Fajl:'./components/complex/cart/cart-prices/cart-price-and-quantity-1/cart-price-and-quantity-1.css.'
*/:root {
    --nb-cart-price-and-quantity-1-old-price-font-size: var(--nb-product-old-price-font-size-xs);
    --nb-cart-price-and-quantity-1-old-price-font-weight: var(--nb-product-old-price-font-weight-xs);
    --nb-cart-price-and-quantity-1-old-price-color: var(--nb-product-old-price-color);
    --nb-cart-price-and-quantity-1-old-price-line-height: var(--nb-product-old-price-line-height-xs);
    --nb-cart-price-and-quantity-1-old-price-text-decoration: var(--nb-product-old-price-decoration);

    --nb-cart-price-and-quantity-1-active-price-font-size: var(--nb-product-active-price-font-size-s);
    --nb-cart-price-and-quantity-1-active-price-font-weight: var(--nb-product-active-price-font-weight-s);
    --nb-cart-price-and-quantity-1-active-price-color: var(--nb-product-active-price-color);
    --nb-cart-price-and-quantity-1-active-price-line-height: var(--nb-product-active-price-line-height-s);
    --nb-cart-price-and-quantity-1-active-price-text-decoration: var(--nb-product-active-price-decoration);
}

.nb-cart-price-and-quantity-1 {
    display: flex;
    align-items: end;
    justify-content: space-between;
}

.nb-cart-price-and-quantity-1 .nb-prices-wrapper .nb-old-price {
    font-size: var(--nb-cart-price-and-quantity-1-old-price-font-size);
    line-height: var(--nb-cart-price-and-quantity-1-old-price-line-height);
    font-weight: var(--nb-cart-price-and-quantity-1-old-price-font-weight);
    color: var(--nb-cart-price-and-quantity-1-old-price-color);
    text-decoration: var(--nb-cart-price-and-quantity-1-old-price-text-decoration);
}

.nb-cart-price-and-quantity-1 .nb-prices-wrapper .nb-active-price {
    font-size: var(--nb-cart-price-and-quantity-1-active-price-font-size);
    line-height: var(--nb-cart-price-and-quantity-1-active-price-line-height);
    font-weight: var(--nb-cart-price-and-quantity-1-active-price-font-weight);
    color: var(--nb-cart-price-and-quantity-1-active-price-color);
    text-decoration: var(--nb-cart-price-and-quantity-1-active-price-text-decoration);
}

.nb-cart-price-and-quantity-1 > * {
    flex-grow: 1;
    flex-shrink: 0;
}

.nb-cart-price-and-quantity-1 .nb-prices-wrapper {
    margin-bottom: 0;
}

.nb-cart-price-and-quantity-1 .nb-quantity-price-wrapper {
    text-align: end;
}
/*
/* NB Fajl:'./components/complex/cart/cart-item-name/cart-item-name.css.'
*/.nb-cart-item-name,
.nb-cart-item-name .nb-title{
    font-size: var(--nb-product-name-font-size);
    line-height: var(--nb-product-name-line-height);
    font-weight: var(--nb-product-name-font-weight);
    letter-spacing: var(--nb-product-name-letter-spacing);
    color: var(--nb-product-name-color);
    font-family: var(--nb-product-name-font-family);
    font-style: var(--nb-product-name-font-style);
    margin-bottom: 0;
    height: calc(var(--nb-dt-rows) * var(--nb-product-name-line-height) * var(--nb-product-name-font-size));
}

.nb-cart-item-name.nb-cart-item-name-s,
.nb-cart-item-name.nb-cart-item-name-s .nb-title {
    font-size: var(--nb-product-name-font-size-s);
    height: calc(var(--nb-dt-rows) * var(--nb-product-name-line-height) * var(--nb-product-name-font-size-s));

}

.nb-cart-item-name.nb-cart-item-name-m,
.nb-cart-item-name.nb-cart-item-name-m .nb-title  {
    font-size: var(--nb-product-name-font-size-m);
    height: calc(var(--nb-dt-rows) * var(--nb-product-name-line-height) * var(--nb-product-name-font-size-m));

}

.nb-cart-item-name.nb-cart-item-name-l,
.nb-cart-item-name.nb-cart-item-name-l .nb-title {
    font-size: var(--nb-product-name-font-size-l);
    height: calc(var(--nb-dt-rows) * var(--nb-product-name-line-height) * var(--nb-product-name-font-size-l));

}
/*
/* NB Fajl:'./components/complex/cart/mini-cart/cart-box-6/cart-box-6.css.'
*/:root {
    --nb-cart-box-6-cart-item-name-font-size: var(--nb-product-name-font-size-m);
    --nb-cart-box-6-cart-item-name-font-weight: var(--nb-product-name-font-weight);
    --nb-cart-box-6-cart-item-name-color: var(--nb-product-name-color);
    --nb-cart-box-6-cart-item-name-line-height: var(--nb-product-name-line-height);

    --nb-cart-box-6-cart-selected-size-font-size: var(--nb-paragraph-s);
    --nb-cart-box-6-cart-selected-size-color: var(--nb-text-color-secondary);

    --nb-cart-box-6-product-quantity-font-size: var(--nb-paragraph-xs);
    --nb-cart-box-6-product-quantity-color: var(--nb-text-color-primary);

    --nb-cart-box-6-active-price-font-size: var(--nb-font-size-16);
    --nb-cart-box-6-active-price-font-weight: var(--nb-font-bold);

    --nb-cart-box-6-prev-price-font-size: var(--nb-font-size-12);
    --nb-cart-box-6-prev-price-font-weight: var(--nb-font-regular);
}

.nb-cart-box-6 {
    display: flex;
    gap: 15px;
    position: relative;
    --nb-dt-rows: auto;
    align-items: center;
}

.nb-cart-box-6 .nb-img {
    max-width: 105px;
    flex-shrink: 0;
}

.nb-cart-box-6 .nb-text-wrapper {
    flex-grow: 1;
}

.nb-cart-box-6 .nb-cart-item-name {
    max-width: calc(100% - 40px);
}

.nb-cart-box-6 .cart-item .nb-title {
    font-size: var(--nb-cart-box-6-cart-item-name-font-size);
    line-height: var(--nb-cart-box-6-cart-item-name-font-weight);
    font-weight: var(--nb-cart-box-6-cart-item-name-color);
    color: var(--nb-cart-box-6-cart-item-name-line-height);
}

.nb-cart-box-6 .nb-text-wrapper > * {
    margin-bottom: 10px;
}

.nb-cart-box-6 .nb-text-wrapper > *:last-child {
    margin-bottom: 0;
}

.nb-cart-box-6 .nb-delete {
    position: absolute;
    right: 0;
    top: -3px;
    cursor: pointer;
}

.nb-cart-box-6 .nb-delete .nb-icon{
    font-size: 25px;
    line-height: 1;
    display: inline-block;
}

.nb-cart-box-6 .nb-cart-selected-size {
    color: var(--nb-cart-box-6-cart-selected-size-color);
    font-size: var(--nb-cart-box-6-cart-selected-size-font-size);
}

.nb-cart-box-6 .nb-quantity-price-wrapper .nb-paragraph{
    color: var(--nb-cart-box-6-product-quantity-color);
    font-size: var(--nb-cart-box-6-product-quantity-font-size);
}
.nb-cart-box-6 .nb-cart-price-and-quantity-1 .nb-price-prev{
    font-size: var(--nb-cart-box-6-prev-price-font-size);
    font-weight: var(--nb-cart-box-6-prev-price-font-weight);
}
.nb-cart-box-6 .nb-cart-price-and-quantity-1 .nb-price-active{
    font-size: var(--nb-cart-box-6-active-price-font-size);
    font-weight: var(--nb-cart-box-6-active-price-font-weight);
}
/*
/* NB Fajl:'./components/complex/cart/mini-cart/cart-items-list/cart-items-list.css.'
*/.nb-cart-items-list .nb-product-item {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: var(--nb-border-width) var(--nb-border-style) var(--nb-border-color);
}

.nb-cart-items-list > .nb-product-item:last-child {
    margin-bottom: 0;
}
/*
/* NB Fajl:'./components/complex/cart/cart-price/cart-price-courier/cart-price-courier.css.'
*/:root{
    --nb-cart-courier-price-color: var(--nb-text-color-primary);
    
    --nb-cart-courier-price-font-size: var(--nb-paragraph-s);
    --nb-cart-courier-price-line-height: var(--nb-body-line-height);
    --nb-cart-courier-price-font-weight: var(--nb-font-regular);

}

.nb-price-courier {
    color: var(--nb-cart-courier-price-color);
    font-size: var(--nb-cart-courier-price-font-size);
    line-height: var(--nb-cart-courier-price-line-height);
    font-weight: var(--nb-cart-courier-price-font-weight);
}


/*
/* NB Fajl:'./components/complex/cart/cart-price/cart-price-total/price-with-taxes/price-with-taxes.css.'
*/:root{
    --nb-cart-price-with-tax-color: var(--nb-text-color-primary);

    --nb-cart-price-with-tax-font-size: var(--nb-paragraph-m);
    --nb-cart-price-with-tax-line-height: var(--nb-body-line-height);
    --nb-cart-price-with-tax-font-weight: var(--nb-font-semibold);

}

.nb-price-with-taxes {
    color: var(--nb-cart-price-with-tax-color);
    font-size: var(--nb-cart-price-with-tax-font-size);
    line-height: var(--nb-cart-price-with-tax-line-height);
    font-weight: var(--nb-cart-price-with-tax-font-weight);
}


/*
/* NB Fajl:'./components/complex/cart/cart-price/cart-price-total/price-without-taxes/price-without-taxes.css.'
*/:root{
    --nb-cart-price-without-tax-color: var(--nb-text-color-primary);

    --nb-cart-price-without-tax-font-size: var(--nb-paragraph-m);
    --nb-cart-price-without-tax-line-height: var(--nb-body-line-height);
    --nb-cart-price-without-tax-font-weight: var(--nb-font-regular);

}

.nb-price-without-taxes {
    color: var(--nb-cart-price-without-tax-color);
    font-size: var(--nb-cart-price-without-tax-font-size);
    line-height: var(--nb-cart-price-without-tax-line-height);
    font-weight: var(--nb-cart-price-without-tax-font-weight);
}


/*
/* NB Fajl:'./components/complex/cart/cart-price/cart-price-total/cart-price-total-without-vat/cart-price-total-without-vat.css.'
*/:root {
    --nb-cart-price-total-without-vat-label-color: var(--nb-color-black);
    --nb-cart-price-total-without-vat-label-font-size: 14px;
    --nb-cart-price-total-without-vat-label-font-weight: var(--nb-font-weight-400);
    --nb-cart-price-total-without-vat-label-line-height: 19px;

    --nb-cart-price-total-without-vat-value-color: var(--nb-price-active-color);
    --nb-cart-price-total-without-vat-value-font-size: 16px;
    --nb-cart-price-total-without-vat-value-font-weight: var(--nb-font-weight-600);
    --nb-cart-price-total-without-vat-value-line-height: 22px;
}

.nb-cart-price-total-without-vat {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nb-cart-price-total-without-vat .nb-cart-price-total-without-vat-label {
    color: var(--nb-cart-price-total-without-vat-label-color);
    font-size: var(--nb-cart-price-total-without-vat-label-font-size);
    font-weight: var(--nb-cart-price-total-without-vat-label-font-weight);
    line-height: var(--nb-cart-price-total-without-vat-label-line-height);
}

.nb-cart-price-total-without-vat .nb-cart-price-total-without-vat-label sup {
    color: var(--nb-color-red);
}

.nb-cart-price-total-without-vat .nb-cart-total-price {
    color: var(--nb-cart-price-total-without-vat-value-color);
    font-size: var(--nb-cart-price-total-without-vat-value-font-size);
    font-weight: var(--nb-cart-price-total-without-vat-value-font-weight);
    line-height: var(--nb-cart-price-total-without-vat-value-line-height);
}

@media screen and (max-width: 576px) {
    :root {
        --nb-cart-price-total-without-vat-label-font-size: 12px;
        --nb-cart-price-total-without-vat-label-line-height: 16px;
        --nb-cart-price-total-without-vat-value-font-size: 14px;
        --nb-cart-price-total-without-vat-value-line-height: 19px;
    }
}
/*
/* NB Fajl:'./components/complex/cart/cart-price/cart-price-saving/cart-price-saving.css.'
*/:root{
    --nb-cart-item-saving-price-color: var(--nb-product-saving-price-color);

    --nb-cart-item-saving-price-font-size-xs: var(--nb-product-saving-price-font-size-xs);
    --nb-cart-item-saving-price-line-height-xs: var(--nb-product-saving-price-line-height-xs);
    --nb-cart-item-saving-price-font-weight-xs: var(--nb-product-saving-price-font-weight-xs);

    --nb-cart-item-saving-price-font-size-s: var(--nb-product-saving-price-font-size-s);
    --nb-cart-item-saving-price-line-height-s: var(--nb-product-saving-price-line-height-s);
    --nb-cart-item-saving-price-font-weight-s: var(--nb-product-saving-price-font-weight-s);

    --nb-cart-item-saving-price-font-size-m: var(--nb-product-saving-price-font-size-m);
    --nb-cart-item-saving-price-line-height-m: var(--nb-product-saving-price-line-height-m);
    --nb-cart-item-saving-price-font-weight-m: var(--nb-product-saving-price-font-weight-m);

    --nb-cart-item-saving-price-font-size-l: var(--nb-product-saving-price-font-size-l);
    --nb-cart-item-saving-price-line-height-l: var(--nb-product-saving-price-line-height-l);
    --nb-cart-item-saving-price-font-weight-l: var(--nb-product-saving-price-font-weight-l);
}

.nb-price-saving {
    color: var(--nb-cart-item-saving-price-color);
}

.nb-price-saving.nb-price-saving-xs {
    font-size: var(--nb-cart-item-saving-price-font-size-xs);
    line-height: var(--nb-cart-item-saving-price-line-height-xs);
    font-weight: var(--nb-cart-item-saving-price-font-weight-xs);
}

.nb-price-saving.nb-price-saving-s {
    font-size: var(--nb-cart-item-saving-price-font-size-s);
    line-height: var(--nb-cart-item-saving-price-line-height-s);
    font-weight: var(--nb-cart-item-saving-price-font-weight-s);
}

.nb-price-saving.nb-price-saving-m {
    font-size: var(--nb-cart-item-saving-price-font-size-m);
    line-height: var(--nb-cart-item-saving-price-line-height-m);
    font-weight: var(--nb-cart-item-saving-price-font-weight-m);
}

.nb-price-saving.nb-price-saving-l {
    font-size: var(--nb-cart-item-saving-price-font-size-l);
    line-height: var(--nb-cart-item-saving-price-line-height-l);
    font-weight: var(--nb-cart-item-saving-price-font-weight-l);
}

/*
/* NB Fajl:'./components/complex/cart/mini-cart/pricing-quick-basket-1/pricing-quick-basket-1.css.'
*/:root {
    --nb-pricing-quick-basket-price-font-size: var(--nb-paragraph-s);
    --nb-pricing-quick-basket-price-font-weight: var(--nb-paragraph-font-weight);
    --nb-pricing-quick-basket-price-color: var(--nb-text-color-primary);

    --nb-pricing-quick-basket-price-total-font-size: var(--nb-paragraph-m);
    --nb-pricing-quick-basket-price-total-font-weight: var(--nb-font-semibold);
    --nb-pricing-quick-basket-price-total-color: var(--nb-text-color-primary);

    --nb-pricing-quick-basket-btn-color: var(--nb-btn-primary-color);
    --nb-pricing-quick-basket-btn-background: var(--nb-btn-primary-bg);
    --nb-pricing-quick-basket-btn-border-color: var(--nb-btn-primary-border-color);
    --nb-pricing-quick-basket-btn-hover-color: var(--nb-btn-primary-hover-color);
    --nb-pricing-quick-basket-btn-hover-background: var(--nb-btn-primary-hover-bg);
    --nb-pricing-quick-basket-btn-hover-border-color: var(--nb-btn-primary-hover-border-color);

    --nb-pricing-quick-basket-text-font-size: var(--nb-paragraph-s);
    --nb-pricing-quick-basket-text-color: var(--nb-text-color-primary);
}

.nb-pricing-quick-basket-1{
    display: flex;
    flex-direction: column;
    gap: calc(var(--nb-spacer)/2);
}
.nb-pricing-quick-basket-1 .nb-pricing-wrapper,
.nb-pricing-quick-basket-1 .nb-text-wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nb-pricing-quick-basket-1 .nb-pricing-wrapper .nb-price{
    font-size: var(--nb-pricing-quick-basket-price-font-size);
    font-weight: var(--nb-pricing-quick-basket-price-font-weight);
    color: var(--nb-pricing-quick-basket-price-color);
}

.nb-pricing-quick-basket-1 .nb-pricing-wrapper .nb-final-price{
    font-size: var(--nb-pricing-quick-basket-price-total-font-size);
    font-weight: var(--nb-pricing-quick-basket-price-total-font-weight);
    color: var(--nb-pricing-quick-basket-price-total-color);
}

.nb-pricing-quick-basket-1 a.nb-btn-pricing-quick-basket {
    text-align: center;
    text-transform: uppercase;
    margin-top: calc(var(--nb-spacer)/2);
    color: var(--nb-pricing-quick-basket-btn-color);
    background: var(--nb-pricing-quick-basket-btn-background);
    border: var(--nb-border-width) solid var(--nb-pricing-quick-basket-btn-border-color);
}

.nb-pricing-quick-basket-1 a.nb-btn-pricing-quick-basket:active,
.nb-pricing-quick-basket-1 a.nb-btn-pricing-quick-basket:focus,
.nb-pricing-quick-basket-1 a.nb-btn-pricing-quick-basket:hover {
    color: var(--nb-pricing-quick-basket-btn-hover-color);
    background: var(--nb-pricing-quick-basket-btn-hover-background);
    border: var(--nb-border-width) solid var(--nb-pricing-quick-basket-btn-hover-border-color);
}

.nb-pricing-quick-basket-1 .nb-pricing-wrapper .nb-price-title,
.nb-pricing-quick-basket-1 .nb-pricing-wrapper .nb-paragraph{
    font-size: var(--nb-pricing-quick-basket-text-font-size);
    color: var(--nb-pricing-quick-basket-text-color);
}

.nb-btn-pricing-quick-basket .nb-add-to-cart-loader{
    display: none;
}
.nb-btn-pricing-quick-basket.addingItem .nb-add-to-cart-loader{
    display: block;
}
.nb-btn-pricing-quick-basket.addingItem .nb-add-to-cart-text{
    display: none;
}

.nb-btn.nb-btn-pricing-quick-basket.addingItem .nb-dot,
.nb-btn.nb-btn-pricing-quick-basket.addingItem .nb-dot-2,
.nb-btn.nb-btn-pricing-quick-basket.addingItem .nb-dot-4 {
    animation: blink 2s infinite;
    font-size: 16px;
}

.nb-btn.nb-btn-pricing-quick-basket.addingItem .nb-dot-2 {
    animation-delay: 0.5s;
}

.nb-btn.nb-btn-pricing-quick-basket.addingItem .nb-dot-4 {
    animation-delay: 1s;
}
@keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 0; }
    100% { opacity: 1; }
}
/*
/* NB Fajl:'./components/complex/cart/mini-cart/mini-cart-content-product-3/mini-cart-content-product-3.css.'
*/:root {
    --nb-mini-cart-content-product-3-footer-padding-x: 0;
    --nb-mini-cart-content-product-3-footer-padding-y: 0;

    --nb-mini-cart-content-product-3-content-padding-x: 0;
    --nb-mini-cart-content-product-3-content-padding-y: 0;
}

.nb-mini-cart-content-product-3 .nb-cart-items-list {
    margin-top: 25px;
    padding-bottom: 15px;
}

.nb-mini-cart-content-product-3 {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}

.nb-mini-cart-content-product-3 .bottom-wrapper {
    padding: var(--nb-mini-cart-content-product-3-footer-padding-y) var(--nb-mini-cart-content-product-3-footer-padding-x);
    position: relative;
}

.nb-mini-cart-content-product-3 .top-wrapper {
    overflow: auto;
    padding: var(--nb-mini-cart-content-product-3-content-padding-y) var(--nb-mini-cart-content-product-3-content-padding-x);
}

.nb-mini-cart-content-product-3 .nb-pricing-quick-basket-1 {
    margin-top: 15px;
}

.nb-mini-cart-content-product-3 .bottom-wrapper:before {
    width: calc(100% + 2 * var(--nb-mini-cart-offcanvas-body-padding-x));
    content: '';
    height: 1px;
    background-color: var(--nb-border-color);
    position: relative;
    display: block;
    left: calc(0px - var(--nb-mini-cart-offcanvas-body-padding-x));
}
/*
/* NB Fajl:'./_blocks/checkout/mini-cart/mini-cart-offcanvas/mini-cart-offcanvas-5/mini-cart-offcanvas-5.css.'
*/.nb-mini-cart-offcanvas-5{
    height: 100%;
}
/*
/* NB Fajl:'./components/complex/user/mandatory-login/mandatory-login-1/mandatory-login-1.css.'
*/:root {
    --nb-mandatory-login-1-title-font-size: var(--nb-font-size-14);
    --nb-mandatory-login-1-title-font-weight: var(--nb-font-weight-600);
    --nb-mandatory-login-1-title-color: var(--nb-text-color-primary);

    --nb-mandatory-login-1-subtitle-font-size: var(--nb-font-size-14);
    --nb-mandatory-login-1-subtitle-font-weight: var(--nb-body-font-weight);
    --nb-mandatory-login-1-subtitle-color: var(--nb-text-color-primary);
}

.nb-mandatory-login-1 {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: center;
}

.nb-mandatory-login-1 .nb-text-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.nb-mandatory-login-1 .nb-mandatory-login-title {
    text-align: center;
    font-size: var(--nb-mandatory-login-1-title-font-size);
    font-weight: var(--nb-mandatory-login-1-title-font-weight);
    color: var(--nb-mandatory-login-1-title-color);
}

.nb-mandatory-login-1 .nb-mandatory-login-subtitle {
    font-size: var(--nb-mandatory-login-1-subtitle-font-size);
    font-weight: var(--nb-mandatory-login-1-subtitle-font-weight);
    color: var(--nb-mandatory-login-1-subtitle-color);
}

.nb-mandatory-login-1 .nb-btn {
    min-width: 100%;
}
/*
/* NB Fajl:'./components/complex/user/mandatory-login/mandatory-register-1/mandatory-register-1.css.'
*/:root {
    --nb-mandatory-register-1-title-font-size: var(--nb-font-size-14);
    --nb-mandatory-register-1-title-font-weight: var(--nb-font-weight-600);
    --nb-mandatory-register-1-title-color: var(--nb-text-color-primary);

    --nb-mandatory-register-1-subtitle-font-size: var(--nb-font-size-14);
    --nb-mandatory-register-1-subtitle-font-weight: var(--nb-body-font-weight);
    --nb-mandatory-register-1-subtitle-color: var(--nb-text-color-primary);
}

.nb-mandatory-register-1 {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: center;
}

.nb-mandatory-register-1 .nb-text-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.nb-mandatory-register-1 .nb-mandatory-register-title {
    text-align: center;
    font-size: var(--nb-mandatory-register-1-title-font-size);
    font-weight: var(--nb-mandatory-register-1-title-font-weight);
    color: var(--nb-mandatory-register-1-title-color);
}

.nb-mandatory-register-1 .nb-mandatory-register-subtitle {
    font-size: var(--nb-mandatory-register-1-subtitle-font-size);
    font-weight: var(--nb-mandatory-register-1-subtitle-font-weight);
    color: var(--nb-mandatory-register-1-subtitle-color);
}

.nb-mandatory-register-1 .nb-btn {
    min-width: 100%;
}
/*
/* NB Fajl:'./components/complex/user/mandatory-login/mandatory-login-case-1/mandatory-login-case-1.css.'
*/:root {
    --nb-mandatory-login-case-1-width: 100%;

    --nb-mandatory-login-case-1-title-font-size: var(--nb-font-size-16);
    --nb-mandatory-login-case-1-title-font-weight: var(--nb-font-weight-600);
    --nb-mandatory-login-case-1-title-color: var(--nb-text-color-primary);

    --nb-mandatory-login-case-1-description-bg: var(--nb-color-gray-100);
    --nb-mandatory-login-case-1-description-font-size: var(--nb-font-size-14);
    --nb-mandatory-login-case-1-description-font-weight: var(--nb-body-font-weight);
    --nb-mandatory-login-case-1-description-color: var(--nb-text-color-primary);
}

.nb-mandatory-login-case-1 {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
    justify-content: center;
}

.nb-mandatory-login-case-1 .nb-img-wrapper {
    max-width: var(--nb-mandatory-login-case-1-width);
}

.nb-mandatory-login-case-1 .nb-mandatory-login-case-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    padding: 10px;
    background-color: var(--nb-mandatory-login-case-1-description-bg);
}

.nb-mandatory-login-case-1 .nb-mandatory-login-case-title {
    color: var(--nb-mandatory-login-case-1-title-color);
    font-size: var(--nb-mandatory-login-case-1-title-font-size);
    font-weight: var(--nb-mandatory-login-case-1-title-font-weight);
}

.nb-mandatory-login-case-1 .nb-mandatory-login-case-description {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: var(--nb-rows);
    -webkit-box-orient: vertical;
    font-size: var(--nb-mandatory-login-case-1-description-font-size);
    font-weight: var(--nb-mandatory-login-case-1-description-font-weight);
    color: var(--nb-mandatory-login-case-1-description-color);
}
/*
/* NB Fajl:'./components/complex/user/mandatory-login/mandatory-login-modal-1/mandatory-login-modal-1.css.'
*/.nb-mandatory-login-modal-1 .nb-modal-body {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
/*
/* NB Fajl:'./components/core/messaging/NBAlert2/NBAlert2.css.'
*/.nb-alert-2 {
    padding: 30px 20px;
    background-color: var(--nb-alert-2-bg);
    color: var(--nb-alert-2-color);
    position: relative;
}

.nb-alert-2 .nb-icon {
    font-size: 32px;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%) translateY(-50%);
}

.nb-alert-2 .nb-icon:before {
    background-color: var(--nb-color-white);
    border-radius: var(--nb-border-radius-full);
}

.nb-alert-2 .nb-alert-2-content {
    font-size: var(--nb-alert-2-font-size);
    line-height: var(--nb-alert-2-line-height);
    font-weight: var(--nb-alert-2-font-weight);
    text-align: center;
}

.nb-alert-2.nb-alert-2-success,
.nb-alert-2.nb-alert-success {
    border: var(--nb-alert-2-success-border-width) var(--nb-border-style) var(--nb-alert-2-success-border-color);
}

.nb-alert-2.nb-alert-2-success .nb-icon,
.nb-alert-2.nb-alert-success .nb-icon {
    color: var(--nb-color-success);
}

.nb-alert-2.nb-alert-2-danger,
.nb-alert-2.nb-alert-danger {
    border: var(--nb-alert-2-danger-border-width) var(--nb-border-style) var(--nb-alert-2-danger-border-color);
}

.nb-alert-2.nb-alert-2-danger .nb-icon,
.nb-alert-2.nb-alert-danger .nb-icon {
    color: var(--nb-color-danger);
}

.nb-alert-2.nb-alert-2-info,
.nb-alert-2.nb-alert-info {
    border: var(--nb-alert-2-info-border-width) var(--nb-border-style) var(--nb-alert-2-info-border-color);
}

.nb-alert-2.nb-alert-2-info .nb-icon,
.nb-alert-2.nb-alert-info .nb-icon {
    color: var(--nb-color-info-dark);
}
/*
/* NB Fajl:'./components/complex/form/checkbox/register-privacy-policy-consent-checkbox/register-privacy-policy-consent-checkbox.css.'
*/.nb-btn.nb-btn-primary-transparent.nb-check-all-btn {
    background-color: transparent;
    padding: 1px 6px;
    margin-bottom: 10px;
    min-width: 80px;
}

.nb-btn.nb-btn-primary-transparent.nb-check-all-btn .btn-text {
    font-size: var(--nb-font-size-12);
}
/*
/* NB Fajl:'./components/complex/forms/registration-forms/register-form-company-user-1/register-form-company-user-1.css.'
*/:root {
    --nb-register-form-company-user-1-gap: 20px;

    --nb-register-form-company-user-1-submit-btn-min-width: 420px;

    --nb-register-form-company-user-1-login-wrapper-gap: 10px;

    --nb-register-form-company-user-1-login-link-label-color: var(--nb-text-color-primary);
    --nb-register-form-company-user-1-login-link-label-font-size: var(--nb-font-size-14);
    --nb-register-form-company-user-1-login-link-label-font-weight: var(--nb-font-weight-400);

    --nb-register-form-company-user-1-login-link-color: var(--nb-text-color-primary);
    --nb-register-form-company-user-1-login-link-hover-color: var(--nb-spec-color);
    --nb-register-form-company-user-1-login-link-font-size: var(--nb-font-size-14);
    --nb-register-form-company-user-1-login-link-font-weight: var(--nb-font-weight-400);
}

.nb-register-form-company-user-1 {
    display: flex;
    flex-direction: column;
    gap: var(--nb-register-form-company-user-1-gap);
}

.nb-register-form-company-user-1 .nb-alert-2 {
    margin-bottom: 15px;
}

.nb-register-form-company-user-1 .nb-btn.nb-btn-form {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    min-width: var(--nb-register-form-company-user-1-submit-btn-min-width);
}

.nb-register-form-company-user-1 .nb-login-link-wrapper {
    display: flex;
    align-items: center;
    gap: var(--nb-register-form-company-user-1-login-wrapper-gap);
    margin: 0 auto;
}

.nb-register-form-company-user-1 .nb-login-link-wrapper .nb-login-link-label {
    color: var(--nb-register-form-company-user-1-login-link-label-color);
    font-size: var(--nb-register-form-company-user-1-login-link-label-font-size);
    font-weight: var(--nb-register-form-company-user-1-login-link-label-font-weight);
}

.nb-register-form-company-user-1 .nb-login-link-wrapper .nb-login-link {
    color: var(--nb-register-form-company-user-1-login-link-color);
    font-size: var(--nb-register-form-company-user-1-login-link-font-size);
    font-weight: var(--nb-register-form-company-user-1-login-link-font-weight);
}

.nb-register-form-company-user-1 .nb-login-link-wrapper .nb-login-link:hover {
    color: var(--nb-register-form-company-user-1-login-link-hover-color);
}
/*
/* NB Fajl:'./components/complex/form/social-login/social-login.css.'
*/:root {
    --nb-social-login-btn-color: var(--nb-color-dark);
    --nb-social-login-btn-bg: transparent;
    --nb-social-login-btn-border-color: var(--nb-btn-dark-border-color);

    --nb-social-login-btn-active-color: var(--nb-color-dark);
    --nb-social-login-btn-active-bg: transparent;
    --nb-social-login-btn-active-border-color: var(--nb-btn-dark-border-color);
}

.nb-social-login {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-bottom: 28px;
    border-bottom: var(--nb-login-form-2-border-width) var(--nb-border-style) var(--nb-login-form-2-border-color);
    gap: 10px;
}

.nb-social-login .nb-btn {
    display: flex;
    align-items: center;
    min-width: unset;
    font-size: 13px;
    line-height: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: var(--nb-social-login-btn-bg);
    color: var(--nb-social-login-btn-color);
    border-color: var(--nb-social-login-btn-border-color)
}

.nb-social-login .nb-btn:hover {
    background: var(--nb-social-login-btn-active-bg);
    color: var(--nb-social-login-btn-active-color);
    border-color: var(--nb-social-login-btn-active-border-color)
}

.nb-social-login .nb-btn .nb-icon{
    margin-right: 10px;
}

.nb-social-login > * {
    flex: 1;
    justify-content: center;
}
/*
/* NB Fajl:'./components/complex/forms/registration-forms/register-form-physical-user-1/register-form-physical-user-1.css.'
*/:root {
    --nb-register-form-physical-user-1-gap: 20px;

    --nb-register-form-physical-user-1-submit-btn-min-width: 420px;

    --nb-register-form-physical-user-1-login-wrapper-gap: 10px;

    --nb-register-form-physical-user-1-login-link-label-color: var(--nb-text-color-primary);
    --nb-register-form-physical-user-1-login-link-label-font-size: var(--nb-font-size-14);
    --nb-register-form-physical-user-1-login-link-label-font-weight: var(--nb-font-weight-400);

    --nb-register-form-physical-user-1-login-link-color: var(--nb-text-color-primary);
    --nb-register-form-physical-user-1-login-link-hover-color: var(--nb-spec-color);
    --nb-register-form-physical-user-1-login-link-font-size: var(--nb-font-size-14);
    --nb-register-form-physical-user-1-login-link-font-weight: var(--nb-font-weight-400);
}

.nb-register-form-physical-user-1 {
    display: flex;
    flex-direction: column;
    gap: var(--nb-register-form-physical-user-1-gap);
}

.nb-register-form-physical-user-1 .nb-alert-2 {
    margin-bottom: 15px;
}

.nb-register-form-physical-user-1 .nb-btn.nb-btn-form {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    min-width: var(--nb-register-form-physical-user-1-submit-btn-min-width);
}

.nb-register-form-physical-user-1 .nb-login-link-wrapper {
    display: flex;
    align-items: center;
    gap: var(--nb-register-form-physical-user-1-login-wrapper-gap);
    margin: 0 auto;
}

.nb-register-form-physical-user-1 .nb-login-link-wrapper .nb-login-link-label {
    color: var(--nb-register-form-physical-user-1-login-link-label-color);
    font-size: var(--nb-register-form-physical-user-1-login-link-label-font-size);
    font-weight: var(--nb-register-form-physical-user-1-login-link-label-font-weight);
}

.nb-register-form-physical-user-1 .nb-login-link-wrapper .nb-login-link {
    color: var(--nb-register-form-physical-user-1-login-link-color);
    font-size: var(--nb-register-form-physical-user-1-login-link-font-size);
    font-weight: var(--nb-register-form-physical-user-1-login-link-font-weight);
}

.nb-register-form-physical-user-1 .nb-login-link-wrapper .nb-login-link:hover {
    color: var(--nb-register-form-physical-user-1-login-link-hover-color);
}

.nb-register-form-physical-user-1 .nb-social-login {
    display: flex;
    gap: 20px;
    padding-bottom: 20px;
}

.nb-register-form-physical-user-1 .nb-social-login:has(.nb-btn-wrapper) {
    flex-direction: column;
}

.nb-register-form-physical-user-1 .nb-social-login .nb-social-login-label {
    color: var(--nb-text-color-primary);
    font-size: var(--nb-font-size-14);
    font-weight: var(--nb-font-weight-400);
    display: flex;
    align-items: center;
    text-align: center;
    gap: 15px;
}

.nb-register-form-physical-user-1 .nb-social-login-label::before,
.nb-register-form-physical-user-1 .nb-social-login-label::after {
    content: "";
    flex: 1;
    height: 1px;
    background: var(--nb-border-color);
}

.nb-register-form-physical-user-1 .nb-social-login .nb-btn-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
}

.nb-register-form-physical-user-1 .nb-social-login:has(:not(.nb-btn-wrapper)) > *,
.nb-register-form-physical-user-1 .nb-social-login .nb-btn-wrapper > * {
    flex: 1;
    justify-content: center;
}

@media screen and (max-width: 576px) {
    .nb-register-form-physical-user-1 .nb-btn.nb-btn-form{
        min-width: 100%;
    }
}
/*
/* NB Fajl:'./static/css/nbcomponent/nb7.autocomplete.css.'
*/.twitter-typeahead .tt-dropdown-menu {
    background: #ffffff;
    width: 100%;
    border: 1px solid var(--nb-border-color);
    padding: 10px;
    cursor: pointer;
    z-index: 99999 !important;
}
.twitter-typeahead{
    display: block !important;
}

.form-floating:has(>.twitter-typeahead .form-control:focus) .nb-label, .form-floating:has(.twitter-typeahead>.form-control.tt-input:not(:placeholder-shown)) .nb-label{
    opacity: .65;
    transform: scale(.85) translateY(-.5rem) translateX(.15rem);
}

.autocomplete-spinner{
    position: absolute;
    right: 10px;
    top: 12px;
    width: 20px;
    height: 20px;
    border-width: 2px;
    display: none;
}


/*
/* NB Fajl:'./components/complex/form/password/NBShowHidePassword/NBShowHidePassword.css.'
*/.nb-show-hide-password{
    position: absolute;
    right: 10px;
    bottom: 8px;
    cursor: pointer;
    display: none;

    > .nb-icon{
        font-size: 20px;
    }

    .nb-visible-password{
        display: none;
    }

    &.visible-password{
        .nb-visible-password{
            display: block;
        }

        .nb-hidden-password{
            display: none;
        }
    }
}
/*
/* NB Fajl:'./_blocks/user/account/registration/registration-form-1/registration-form-1.css.'
*/.nb-registration-form-1-block .nb-genders-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
}

.nb-registration-form-1-block .nb-checkbox-wrapper {
    position: relative;
}

.nb-registration-form-1-block .nb-checkbox-wrapper + .nb-checkbox-wrapper {
    margin-top: 15px;
}

.nb-registration-form-1-block .nb-checkbox-wrapper .nb-form-check {
    max-width: max-content;
}

.nb-registration-form-1-block .nb-checkbox-wrapper .parsley-errors-list {
    bottom: -15px;
}

:root {
    --nb-registration-page-form-tmp-4-title-color: var(--nb-text-color-primary);
    --nb-registration-page-form-tmp-4-title-font-size: 32px;
    --nb-registration-page-form-tmp-4-title-font-weight: var(--nb-font-weight-700);

    --nb-registration-page-form-tmp-4-subtitle-color: var(--nb-text-color-primary);
    --nb-registration-page-form-tmp-4-subtitle-font-size: 18px;
    --nb-registration-page-form-tmp-4-subtitle-font-weight: var(--nb-font-weight-400);
}

.nbtmp-registration-page-form-tmp-4 .layout:has(.nb-registration-form-1-block) {
    height: 100%;
    place-content: center;
    max-width: 850px;
    margin: auto;
    padding: 30px 0;
}

.nbtmp-registration-page-form-tmp-4 .nb-heading-with-subheading .nb-title {
    color: var(--nb-registration-page-form-tmp-4-title-color);
    font-size: var(--nb-registration-page-form-tmp-4-title-font-size);
    font-weight: var(--nb-registration-page-form-tmp-4-title-font-weight);
}

.nbtmp-registration-page-form-tmp-4 .nb-heading-with-subheading .nb-sub-heading {
    color: var(--nb-registration-page-form-tmp-4-subtitle-color);
    font-size: var(--nb-registration-page-form-tmp-4-subtitle-font-size);
    font-weight: var(--nb-registration-page-form-tmp-4-subtitle-font-weight);
}

.nbtmp-registration-page-form-tmp-4 .nb-registration-form-1-block {
    width: 100%;
}

.nbtmp-registration-page-form-tmp-4 .nb-registration-form-1-block .nb-social-login {
    padding: 0;
}

@media screen and (max-width: 768px) {
    :root {
        --nb-registration-page-form-tmp-4-title-font-size: 32px;
        --nb-registration-page-form-tmp-4-subtitle-font-size: 18px;
    }

    .nbtmp-registration-page-form-tmp-4 .layout:has(.nb-registration-form-1-block) {
        max-width: calc(100% - (2 * var(--nb-gutter-x)));
    }
}
/*
/* NB Fajl:'./_blocks/user/account/registration/registration-modal-placeholder-1/registration-modal-placeholder-1.css.'
*/:root {
    --nb-registration-modal-placeholder-1-header-padding-x: 16px;
    --nb-registration-modal-placeholder-1-header-padding-y: 16px;

    --nb-registration-modal-placeholder-1-title-color: var(--nb-text-color-primary);
    --nb-registration-modal-placeholder-1-title-font-size: var(--nb-font-size-22);
    --nb-registration-modal-placeholder-1-title-font-weight: var(--nb-font-weight-600);
    --nb-registration-modal-placeholder-1-title-text-transform: uppercase;

    --nb-registration-modal-placeholder-1-description-color: var(--nb-text-color-primary);
    --nb-registration-modal-placeholder-1-description-font-size: var(--nb-font-size-16);
    --nb-registration-modal-placeholder-1-description-font-weight: var(--nb-font-weight-400);
    --nb-registration-modal-placeholder-1-description-text-align: center;

    --nb-registration-modal-placeholder-1-close-btn-width: 24px;
    --nb-registration-modal-placeholder-1-close-btn-height: 24px;
    --nb-registration-modal-placeholder-1-close-btn-color: var(--nb-text-color-primary);
    --nb-registration-modal-placeholder-1-close-btn-bg: transparent;
    --nb-registration-modal-placeholder-1-close-btn-border-radius: var(--nb-border-radius-full);
    --nb-registration-modal-placeholder-1-close-btn-font-size: var(--nb-font-size-18);
    --nb-registration-modal-placeholder-1-close-btn-font-weight: var(--nb-font-weight-500);

    --nb-registration-modal-placeholder-1-body-gap: 28px;
    --nb-registration-modal-placeholder-1-body-padding-x: 26px;
    --nb-registration-modal-placeholder-1-body-padding-y: 32px;
}

.nb-registration-modal-placeholder-1-block .nb-registration-modal-placeholder-1 .nb-modal-header {
    padding: var(--nb-registration-modal-placeholder-1-header-padding-y) var(--nb-registration-modal-placeholder-1-header-padding-x);
}

.nb-registration-modal-placeholder-1-block .nb-registration-modal-placeholder-1 .nb-modal-title {
    color: var(--nb-registration-modal-placeholder-1-title-color);
    font-size: var(--nb-registration-modal-placeholder-1-title-font-size);
    font-weight: var(--nb-registration-modal-placeholder-1-title-font-weight);
    text-transform: var(--nb-registration-modal-placeholder-1-title-text-transform);
}

.nb-registration-modal-placeholder-1-block .nb-registration-modal-placeholder-1 .nb-html-editor {
    text-align: var(--nb-registration-modal-placeholder-1-description-text-align);
}

.nb-registration-modal-placeholder-1-block .nb-registration-modal-placeholder-1 .nb-html-editor,
.nb-registration-modal-placeholder-1-block .nb-registration-modal-placeholder-1 .nb-html-editor > * {
    color: var(--nb-registration-modal-placeholder-1-description-color);
    font-size: var(--nb-registration-modal-placeholder-1-description-font-size);
    font-weight: var(--nb-registration-modal-placeholder-1-description-font-weight);
}

.nb-registration-modal-placeholder-1-block .nb-registration-modal-placeholder-1 .nb-btn-close {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--nb-registration-modal-placeholder-1-close-btn-color);
    width: var(--nb-registration-modal-placeholder-1-close-btn-width);
    height: var(--nb-registration-modal-placeholder-1-close-btn-height);
    background-color: var(--nb-registration-modal-placeholder-1-close-btn-bg);
    border-radius: var(--nb-registration-modal-placeholder-1-close-btn-border-radius);
}

.nb-registration-modal-placeholder-1-block .nb-registration-modal-placeholder-1 .nb-btn-close:before {
    font-size: var(--nb-registration-modal-placeholder-1-close-btn-font-size);
    font-weight: var(--nb-registration-modal-placeholder-1-close-btn-font-weight) !important;
}

.nb-registration-modal-placeholder-1-block .nb-registration-modal-placeholder-1 .nb-modal-body {
    display: flex;
    flex-direction: column;
    gap: var(--nb-registration-modal-placeholder-1-body-gap);
    padding: var(--nb-registration-modal-placeholder-1-body-padding-y) var(--nb-registration-modal-placeholder-1-body-padding-x);
}
/*
/* NB Fajl:'./components/complex/newsletter/newsletter-form-popup-1/newsletter-form-popup-1.css.'
*/:root {
    --nb-newsletter-form-popup-1-title-color: var(--nb-text-color-primary);
    --nb-newsletter-form-popup-1-title-font-size: var(--nb-font-size-22);
    --nb-newsletter-form-popup-1-title-font-weight: var(--nb-font-weight-600);

    --nb-newsletter-form-popup-1-subtitle-color: var(--nb-color-gray-600);
    --nb-newsletter-form-popup-1-subtitle-font-size: var(--nb-font-size-14);
    --nb-newsletter-form-popup-1-subtitle-font-weight: var(--nb-font-weight-400);

    --nb-newsletter-form-popup-1-description-color: var(--nb-text-color-primary);
    --nb-newsletter-form-popup-1-description-font-size: var(--nb-font-size-14);
    --nb-newsletter-form-popup-1-description-font-weight: var(--nb-font-weight-400);

    --nb-newsletter-form-popup-1-width: 120px;
}

.nb-newsletter-form-popup-1 .nb-newsletter-title {
    color: var(--nb-newsletter-form-popup-1-title-color);
    font-size: var(--nb-newsletter-form-popup-1-title-font-size);
    font-weight: var(--nb-newsletter-form-popup-1-title-font-weight);
}

.nb-newsletter-form-popup-1 .nb-newsletter-subtitle {
    color: var(--nb-newsletter-form-popup-1-subtitle-color);
    font-size: var(--nb-newsletter-form-popup-1-subtitle-font-size);
    font-weight: var(--nb-newsletter-form-popup-1-subtitle-font-weight);
}

.nb-newsletter-form-popup-1 .nb-newsletter-description {
    color: var(--nb-newsletter-form-popup-1-description-color);
    font-size: var(--nb-newsletter-form-popup-1-description-font-size);
    font-weight: var(--nb-newsletter-form-popup-1-description-font-weight);
}

.nb-newsletter-form-popup-1 .nb-submit-newsletter-wrapper {
    position: relative;
}

.nb-newsletter-form-popup-1 .nb-checkbox-wrapper {
    position: relative;
}

.nb-newsletter-form-popup-1 .nb-submit-newsletter-wrapper .nb-btn {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: var(--nb-newsletter-form-popup-1-width);
    height: var(--nb-input-height);
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: auto;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

@media screen and (max-width: 576px) {
    .nb-newsletter-form-popup-1 .nb-submit-newsletter-wrapper .nb-btn {
        position: relative;
        top: unset;
        right: unset;
        transform: unset;
        width: 100%;
        border-top-left-radius: var(--nb-btn-border-radius);
        border-bottom-left-radius: var(--nb-btn-border-radius);
        margin: 20px 0;
    }
}
/*
/* NB Fajl:'./_blocks/marketing/newsletter/newsletter-form/newsletter-form-popup-1/newsletter-form-popup-1.css.'
*/:root {
    --nb-popup-newsletter-form-popup-1-height: 400px;

    --nb-popup-newsletter-form-popup-1-title-color: var(--nb-text-color-primary);
    --nb-popup-newsletter-form-popup-1-title-font-size: var(--nb-font-size-20);

    --nb-popup-newsletter-form-popup-1-padding-x: 16px;
    --nb-popup-newsletter-form-popup-1-padding-y: 20px;
}

.block-editing .block .nb-modal{
    position: relative;
    opacity: 1;
    display: block;
    z-index: 1;
}

.nb-popup-newsletter-form-popup-1 .nb-modal-body {
    padding: 0;
    height: 100%;
}

.nb-popup-newsletter-form-popup-1 .nb-modal-content {
    height: var(--nb-popup-newsletter-form-popup-1-height);
}

.nb-popup-newsletter-form-popup-1 .nb-img-wrapper {
    height: 100%;
}

.nb-popup-newsletter-form-popup-1 .nb-img-wrapper .nb-img {
    height: 100%;
    object-fit: cover;
}

.nb-popup-newsletter-form-popup-1 .modal-header .nb-modal-title {
    font-size: var(--nb-popup-newsletter-form-popup-1-title-font-size);
}

.nb-popup-newsletter-form-popup-1 .modal-header .nb-btn-close,
.nb-popup-newsletter-form-popup-1 .modal-header .nb-modal-title {
    color: var(--nb-popup-newsletter-form-popup-1-title-color);
}

.nb-popup-newsletter-form-popup-1 .nb-btn-close {
    position: absolute;
    right: 10px;
    top: 10px;
}

.nb-popup-newsletter-form-popup-1 .nb-newsletter-form-popup-1 {
    display: flex;
    align-items: center;
    height: 100%;
}

.nb-popup-newsletter-form-popup-1 .nb-newsletter-form-popup-1 > * {
    flex: 1;
}

.nb-popup-newsletter-form-popup-1 .nb-newsletter-info-wrapper {
    padding: 0 40px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.nb-popup-newsletter-form-popup-1 .nb-modal-header {
    padding: 0;
    border-width: 0;
    height: 0;
}

.nb-popup-newsletter-form-popup-1 .nb-modal-header .nb-modal-title {
    display: none;
}

.nb-popup-newsletter-form-popup-1 .modal-content {
    border: unset;
}

.nb-popup-newsletter-form-popup-1 .nb-btn-close {
    z-index: 10;
}

@media screen and (max-width: 768px) {

    :root {
        --nb-popup-newsletter-form-popup-1-title-color: var(--nb-color-white);
        --nb-popup-newsletter-form-popup-1-height: 100%;
    }

    .nb-popup-newsletter-form-popup-1 .nb-newsletter-form-popup-1 {
        flex-direction: column-reverse;
        height: 100vh;
        align-items: unset;
        justify-content: flex-end;
    }

    .nb-popup-newsletter-form-popup-1 .nb-newsletter-form-popup-1 > * {
        flex: none;
    }

    .nb-popup-newsletter-form-popup-1 .nb-img-wrapper {
        display: flex;
        justify-content: center;
        height: auto;
    }

    .nb-popup-newsletter-form-popup-1 .nb-img-wrapper .nb-img {
        height: auto;
        object-fit: unset;
    }

    .nb-popup-newsletter-form-popup-1 .nb-newsletter-info-wrapper {
        flex-shrink: 0;
        padding: 20px 16px;
    }

    .nb-popup-newsletter-form-popup-1 .nb-modal-header {
        padding: var(--nb-popup-newsletter-form-popup-1-padding-y) var(--nb-popup-newsletter-form-popup-1-padding-x);
        border-width: var(--nb-border-width);
        height: auto;
    }

    .nb-popup-newsletter-form-popup-1 .nb-modal-header .nb-modal-title {
        display: block;
    }

    .nb-popup-newsletter-form-popup-1 .nb-newsletter-title {
        display: none;
    }
}
/*
/* NB Fajl:'./components/complex/forms/login-forms/login-form-2/login-form-2.css.'
*/:root {
    --nb-login-form-2-border-width: var(--nb-border-width);
    --nb-login-form-2-border-color: var(--nb-border-color);

    --nb-login-form-2-forgot-password-link-font-size: var(--nb-font-size-14);

    --nb-login-form-2-registration-text-color: var(--nb-text-color-primary);
    --nb-login-form-2-registration-text-font-size: var(--nb-font-size-14);
    --nb-login-form-2-registration-text-font-weight: var(--nb-font-regular);
}

.nb-login-form-2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 28px;
}

.nb-login-form-2 .nb-form {
    width: 100%;
}

.nb-login-form-2 .nb-form .nb-btn {
    width: 100%;
}

.nb-login-form-2 .nb-login-forgot-password-link {
    font-size: var(--nb-login-form-2-forgot-password-link-font-size);
}

.nb-login-form-2 .nb-registration-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.nb-login-form-2 .nb-registration-wrapper .nb-registration-text {
    color: var(--nb-login-form-2-registration-text-color);
    font-size: var(--nb-login-form-2-registration-text-font-size);
    font-weight: var(--nb-login-form-2-registration-text-font-weight);
    text-align: center;
}

.nb-login-form-2 .nb-registration-wrapper .nb-btn {
    width: 100%;
}

/*
/* NB Fajl:'./_blocks/user/account/login/login-modal-2/login-modal-2.css.'
*/.nb-login-modal-2 .nb-modal-body > *:first-child {
    text-align: center;
    margin-bottom: 24px;
}

/*
/* NB Fajl:'./components/complex/forms/lost-password-forms/lost-password-form-1/lost-password-form-1.css.'
*/.nb-lost-password-form-1 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.nb-lost-password-form-1 .nb-form {
    width: 100%;
}

.nb-lost-password-form-1 .nb-btn {
    width: 100%;
    margin-top: var(--nb-spacer-y);
}

.nb-lost-password-form-1 .nb-form-fields-wrapper {
    margin-bottom: 20px;
}

.nb-lost-password-form-1 .nb-link {
    font-size: var(--nb-font-size-14);
}
/*
/* NB Fajl:'./_blocks/user/account/lost-password/lost-password-modal-1/lost-password-modal-1.css.'
*/.block-editing .block .nb-modal {
    position: relative;
    opacity: 1;
    display: block;
    z-index: 1;
}

.nb-lost-password-modal-1 .nb-lost-password-description {
    font-size: var(--nb-paragraph-s);
    margin-bottom: 30px;
    text-align: center;
    padding: 0 50px;
}
/*
/* NB Fajl:'./components/complex/user/user-info-box/user-info-box-1/user-info-box-1.css.'
*/.nb-user-info-box-1 {
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 10px 15px;
    background-color: var(--nb-color-gray-100);
}

.nb-user-info-box-1 .nb-img-wrapper {
    max-width: 50px;
    max-height: 50px;
}

.nb-user-info-box-1 .nb-img-wrapper .nb-img {
    max-width: 50px;
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: var(--nb-border-radius-full);
}

.nb-user-info-box-1 .nb-wrapper {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.nb-user-info-box-1 .nb-user-name,
.nb-user-info-box-1 .nb-user-email {
    display: flex;
    align-items: center;
    gap: 5px;
}

.nb-user-info-box-1 .nb-user-name-label,
.nb-user-info-box-1 .nb-user-email-label {
    color: var(--nb-text-color-primary);
    font-size: var(--nb-font-size-14);
    font-weight: var(--nb-font-weight-600);
}

.nb-user-info-box-1 .nb-user-name-value,
.nb-user-info-box-1 .nb-user-email-value {
    color: var(--nb-text-color-primary);
    font-size: var(--nb-font-size-14);
    font-weight: var(--nb-font-weight-400);
}

@media screen and (max-width: 576px) {
    .nb-user-info-box-1 {
        padding-inline: 5px;
    }

    .nb-user-info-box-1 .nb-img-wrapper {
        display: none;
    }
    
    .nb-user-info-box-1 .nb-user-name-value,
    .nb-user-info-box-1 .nb-user-email-value,
    .nb-user-info-box-1 .nb-user-name-label,
    .nb-user-info-box-1 .nb-user-email-label {
        font-size: 12px;
    }
}
/*
/* NB Fajl:'./components/complex/user/user-loyalty/user-loyalty-become-member-1/user-loyalty-become-member-1.css.'
*/.nb-user-loyalty-become-member-1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.nb-user-loyalty-become-member-1 .nb-user-loyalty-become-member-title {
    color: var(--nb-text-color-primary);
    font-size: var(--nb-font-size-16);
    font-weight: var(--nb-font-weight-600);
}

.nb-user-loyalty-become-member-1 .nb-user-loyalty-become-member-description {
    color: var(--nb-text-color-primary);
    font-size: var(--nb-font-size-14);
    font-weight: var(--nb-font-weight-400);
}

.nb-user-loyalty-become-member-1 .nb-link {
    color: var(--nb-spec-color);
    font-size: var(--nb-font-size-12);
}

.nb-user-loyalty-become-member-1 .nb-link:hover {
    text-decoration: underline;
}

.nb-user-loyalty-become-member-1 .nb-btn {
    width: 100%;
}
/*
/* NB Fajl:'./components/core-components/messaging/NB7Alert3/NB7Alert3.css.'
*/:root {
    --nb-alert-3-font-size: 14px;
    --nb-alert-3-line-height: var(--nb-body-line-height);
    --nb-alert-3-font-weight: var(--nb-font-weight-400);

    --nb-alert-3-success-border-width: var(--nb-border-width);
    --nb-alert-3-success-border-color: var(--nb-color-success);

    --nb-alert-3-danger-border-width: var(--nb-border-width);
    --nb-alert-3-danger-border-color: var(--nb-color-danger);

    --nb-alert-3-info-border-width: var(--nb-border-width);
    --nb-alert-3-info-border-color: var(--nb-color-info-dark);
}

.nb-alert-3 {
    display: flex;
    align-items: center;
    gap: 10px;
}

.nb-alert-3 .nb-alert-3-content {
    font-size: var(--nb-alert-3-font-size);
    line-height: var(--nb-alert-3-line-height);
    font-weight: var(--nb-alert-3-font-weight);
}

.nb-alert-3.nb-alert-success .nb-alert-3-content,
.nb-alert-3.nb-alert-success .nb-icon {
    color: var(--nb-color-success);
}

.nb-alert-3.nb-alert-danger .nb-alert-3-content,
.nb-alert-3.nb-alert-danger .nb-icon {
    color: var(--nb-color-danger);
}

.nb-alert-3.nb-alert-info .nb-alert-3-content,
.nb-alert-3.nb-alert-info .nb-icon {
    color: var(--nb-color-info-dark);
}
/*
/* NB Fajl:'./components/complex/user/user-loyalty/user-loyalty-become-member-confirmation-1/user-loyalty-become-member-confirmation-1.css.'
*/.nb-user-loyalty-become-member-confirmation-1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.nb-user-loyalty-become-member-confirmation-1 .nb-user-loyalty-become-member-confirmation-title {
    color: var(--nb-text-color-primary);
    font-size: var(--nb-font-size-16);
    font-weight: var(--nb-font-weight-600);
}

.nb-user-loyalty-become-member-confirmation-1 .nb-btn-wrapper {
    display: flex;
    align-items: center;
    gap: 15px;
    width: 100%;
}

.nb-user-loyalty-become-member-confirmation-1 .nb-btn-wrapper > * {
    width: calc(50% - 15px);
}
/*
/* NB Fajl:'./components/complex/user/user-loyalty/user-loyalty-enrollment-enter-card-number-1/user-loyalty-enrollment-enter-card-number-1.css.'
*/.nb-user-loyalty-enrollment-enter-card-number-1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.nb-user-loyalty-enrollment-enter-card-number-1 .nb-user-loyalty-enrollment-enter-card-number-label {
    color: var(--nb-text-color-primary);
    font-size: var(--nb-font-size-14);
    font-weight: var(--nb-font-weight-400);
}

.nb-user-loyalty-enrollment-enter-card-number-1 .nb-form-group {
    width: 100%;
    margin-bottom: 0;
}

.nb-user-loyalty-enrollment-enter-card-number-1 .nb-alert-2 {
    width: 100%;
}

.nb-user-loyalty-enrollment-enter-card-number-1 .nb-user-loyalty-enrollment-enter-card-btn {
    width: 100%;
}

@media screen and (max-width: 576px) {
    .nb-user-loyalty-enrollment-enter-card-number-1 .nb-user-loyalty-enrollment-enter-card-number-label {
        text-align: center;
    }
}
/*
/* NB Fajl:'./components/complex/user/user-loyalty/user-loyalty-enrollment-enter-verification-code-1/user-loyalty-enrollment-enter-verification-code-1.css.'
*/.nb-user-loyalty-enrollment-enter-verification-code-1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.nb-user-loyalty-enrollment-enter-verification-code-1 .nb-enter-verification-code-label {
    color: var(--nb-text-color-primary);
    font-size: var(--nb-font-size-14);
    font-weight: var(--nb-font-weight-400);
}

.nb-user-loyalty-enrollment-enter-verification-code-1 .nb-form-group {
    width: 100%;
}

.nb-user-loyalty-enrollment-enter-verification-code-1 .nb-verification-code-btn {
    width: 100%;
}

.nb-user-loyalty-enrollment-enter-verification-code-1 .nb-wrapper {
    display: flex;
    align-items: center;
    gap: 5px;
}

.nb-user-loyalty-enrollment-enter-verification-code-1 .nb-resend-label {
    color: var(--nb-text-color-primary);
    font-size: var(--nb-font-size-14);
    font-weight: var(--nb-font-weight-400);
}
/*
/* NB Fajl:'./components/complex/user/user-loyalty/user-loyalty-join-success-1/user-loyalty-join-success-1.css.'
*/.nb-user-loyalty-join-success-1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.nb-user-loyalty-join-success-1 .nb-user-loyalty-join-success-title {
    color: var(--nb-text-color-primary);
    font-size: var(--nb-font-size-14);
    font-weight: var(--nb-font-weight-600);
}

.nb-user-loyalty-join-success-1 .nb-user-loyalty-join-success-description,
.nb-user-loyalty-join-success-1 .nb-user-loyalty-join-success-subtitle {
    color: var(--nb-text-color-primary);
    font-size: var(--nb-font-size-14);
    font-weight: var(--nb-font-weight-400);
}

.nb-user-loyalty-join-success-1 .nb-barcode-and-code-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: var(--nb-border-width) var(--nb-border-style) var(--nb-border-color);
    padding: 20px 30px;
    border-radius: var(--nb-border-radius-8);
    min-height: 190px;
    gap: 10px;
    width: 100%;
}

.nb-user-loyalty-join-success-1 .nb-barcode-and-code-wrapper .nb-user-code {
    color: var(--nb-text-color-primary);
    font-size: var(--nb-font-size-16);
    font-weight: var(--nb-font-weight-600);
}

.nb-user-loyalty-join-success-1 .nb-go-to-profile-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
/*
/* NB Fajl:'./components/complex/user/user-loyalty/user-loyalty-enrollment-become-member-1/user-loyalty-enrollment-become-member-1.css.'
*/.nb-user-loyalty-enrollment-become-member-1 {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
}

.nb-user-loyalty-enrollment-become-member-1 .nb-user-loyalty-enrollment-become-member-tabs.nb-tabs .nb-nav-item {
    flex: 0 0 50%;
}

.nb-user-loyalty-enrollment-become-member-1 .nb-user-loyalty-enrollment-become-member-tabs.nb-tabs .nb-nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
    background-color: var(--nb-color-white);
    color: var(--nb-text-color-primary);
    font-size: 16px;
    font-weight: var(--nb-font-weight-400);
    border-bottom: var(--nb-border-width) var(--nb-border-style) var(--nb-border-color);
    cursor: pointer;
    border-left: unset;
    border-top: unset;
    border-right: unset;
    border-radius-top-left: 0;
    border-radius-top-right: 0;
}

.nb-user-loyalty-enrollment-become-member-1 .nb-user-loyalty-enrollment-become-member-tabs.nb-tabs .nb-nav-link.active {
    background-color: var(--nb-color-gray-100);
    color: var(--nb-spec-color);
    border-bottom-color: var(--nb-spec-color);
}

.nb-user-loyalty-enrollment-become-member-1 .nb-user-loyalty-enrollment-become-member-tabs.nb-tabs .nb-tab-content {
    padding-top: 20px;
}

.nb-user-loyalty-enrollment-become-member-1 .nb-user-loyalty-become-member-1 .nb-user-loyalty-become-member-description {
    text-align: center;
}

.nb-user-loyalty-enrollment-become-member-1 .nb-user-loyalty-become-member-1 {
    gap: 18px;
}

.nb-user-loyalty-enrollment-become-member-1 .nb-loader-loyalty-become-member {
    place-content: center;
}

.nb-user-loyalty-enrollment-become-member-1 .nb-user-loyalty-enrollment-enter-card-number-1 .nb-img-wrapper, 
.nb-user-loyalty-enrollment-become-member-1 .nb-user-loyalty-enrollment-enter-card-number-1 .nb-img-wrapper .nb-img {
    width: 100%;
}

.nb-user-loyalty-enrollment-become-member-1 .nb-user-loyalty-become-member-confirmation-1 .nb-user-loyalty-become-member-confirmation-title,
.nb-user-loyalty-enrollment-become-member-1 .nb-user-loyalty-enrollment-enter-card-number-1 .nb-user-loyalty-enrollment-enter-card-number-label {
    text-align: center;
}
/*
/* NB Fajl:'./_blocks/user/loyalty/loyalty-enrollment/loyalty-enrollment-become-member-modal-1/loyalty-enrollment-become-member-modal-1.css.'
*/.nb-loyalty-enrollment-become-member-modal-1 .nb-modal-body {
    padding: 20px 40px;
}

@media screen and (max-width: 576px) {
    .nb-loyalty-enrollment-become-member-modal-1 .nb-modal-body {
        padding: 20px;
    }
}
/*
/* NB Fajl:'./components/complex/user/user-gift-list-form/user-gift-list-form-1/user-gift-list-form-1.css.'
*/:root {
    --nb-user-gift-list-form-1-input-height: 40px;

    --nb-user-gift-list-form-1-label-color: var(--nb-color-gray-600);
}

.nb-user-gift-list-form-1 .nb-btn {
    min-width: 215px;
    font-size: var(--nb-font-size-16);
}

.nb-user-gift-list-form-1 .nb-label,
.nb-user-gift-list-form-1 .nb-form-group .nb-input-date-and-icon-wrapper:has(.nb-date) .nb-icon {
    color: var(--nb-user-gift-list-form-1-label-color);
}

.nb-user-gift-list-form-1 .form-control.nb-input,
.nb-user-gift-list-form-1 .nb-btn-input-file {
    height: var(--nb-user-gift-list-form-1-input-height);
}

.nb-user-gift-list-form-1 .nb-btn-input-file {
    line-height: calc(var(--nb-user-gift-list-form-1-input-height) - 2px);
    font-size: var(--nb-font-size-14);
}
/*
/* NB Fajl:'./components/complex/user/user-gift-list-name/user-gift-list-name.css.'
*/:root {
    --nb-user-gift-list-name-color: var(--nb-text-color-primary);
    --nb-user-gift-list-name-font-size: var(--nb-font-size-14);
    --nb-user-gift-list-name-font-weight: var(--nb-font-weight-600);
    --nb-user-gift-list-name-line-height: 19px;
}

.nb-user-gift-list-name {
    color: var(--nb-user-gift-list-name-color);
    font-size: var(--nb-user-gift-list-name-font-size);
    font-weight: var(--nb-user-gift-list-name-font-weight);
    line-height: var(--nb-user-gift-list-name-line-height);
}
/*
/* NB Fajl:'./components/complex/user/user-gift-list-date/user-gift-list-date.css.'
*/:root {
    --nb-user-gift-list-date-color: var(--nb-text-color-primary);
    --nb-user-gift-list-date-font-size: var(--nb-font-size-12);
    --nb-user-gift-list-date-font-weight: var(--nb-font-weight-400);
    --nb-user-gift-list-date-line-height: 16px;
}

.nb-user-gift-list-date {
    color: var(--nb-user-gift-list-date-color);
    font-size: var(--nb-user-gift-list-date-font-size);
    font-weight: var(--nb-user-gift-list-date-font-weight);
    line-height: var(--nb-user-gift-list-date-line-height);
}
/*
/* NB Fajl:'./components/core/add-to-gift-list/add-to-gift-list.css.'
*/:root {
    --nb-add-to-gift-list-gap: 10px;
    --nb-add-to-gift-list-label-color: var(--nb-text-color-primary);
    --nb-add-to-gift-list-label-font-size: var(--nb-font-size-12);
    --nb-add-to-gift-list-label-font-weight: var(--nb-font-regular);
}

.nb-add-to-gift-list {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: max-content;
    gap: var(--nb-add-to-gift-list-gap);
}

.nb-add-to-gift-list.active,
.nb-add-to-gift-list:focus,
.nb-add-to-gift-list:hover {
    color: var(--nb-spec-color);
}

.nb-add-to-gift-list .nb-add-to-gift-list-label {
    color: var(--nb-add-to-gift-list-label-color);
    font-size: var(--nb-add-to-gift-list-label-font-size);
    font-weight: var(--nb-add-to-gift-list-label-font-weight);
}
/*
/* NB Fajl:'./components/complex/user/user-gift-list-box/user-gift-list-box-1/user-gift-list-box-1.css.'
*/.nb-user-gift-list-box-1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nb-user-gift-list-box-1 .nb-wrapper {
    display: flex;
    flex-direction: column;
}

.nb-user-gift-list-box-1 .nb-btn-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
}

.nb-user-gift-list-box-1 .nb-view-gift-list-link {
    display: flex;
    align-items: center;
    gap: 10px;
}

.nb-user-gift-list-box-1 .nb-view-gift-list-link,
.nb-user-gift-list-box-1 .nb-add-to-gift-list {
    cursor: pointer;
    border: var(--nb-border-width) var(--nb-border-style) var(--nb-border-color);
    background-color: var(--nb-color-white);
    padding: 6px 14px;
    border-radius: var(--nb-btn-border-radius);
    color: var(--nb-text-color-primary);
    font-size: var(--nb-font-size-12);
}

.nb-user-gift-list-box-1 .nb-view-gift-list-link:hover,
.nb-user-gift-list-box-1 .nb-add-to-gift-list:hover {
    color: var(--nb-spec-color);
    border-color: var(--nb-spec-color);
}

.nb-user-gift-list-box-1 .nb-add-to-gift-list:hover .nb-add-to-gift-list-label {
    color: var(--nb-spec-color);
}

@media screen and (max-width: 576px) {
    .nb-user-gift-list-box-1 .nb-btn-wrapper {
        flex-direction: column;
        gap: 10px;
        width: 100%;
        align-items: unset;
    }

    .nb-user-gift-list-box-1 .nb-btn-wrapper > * {
        flex: 1;
    }

    .nb-user-gift-list-box-1 .nb-add-to-gift-list {
        max-width: 100%;
    }

    .nb-user-gift-list-box-1 .nb-view-gift-list-link {
        justify-content: center;
    }
}
/*
/* NB Fajl:'./components/complex/product/product-prices/product-prices-8/product-prices-8.css.'
*/.nb-product-prices-8 > *:not(:last-child) {
    margin-bottom: 5px;
}
/*
/* NB Fajl:'./components/complex/product/product-box/product-box-11/product-box-11.css.'
*/.nb-product-box-11 {
    display: flex;
    align-items: center;
    gap: 20px;
}

.nb-product-box-11 .nb-main-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
}

.nb-product-box-11 .nb-main-wrapper .nb-img-wrapper {
    flex: 1;
}

.nb-product-box-11 .nb-main-wrapper .nb-wrapper {
    display: flex;
    gap: 5px;
    flex: 10;
}

.nb-product-box-11 .nb-main-wrapper .nb-wrapper .nb-inner-wrapper,
.nb-product-box-11 .nb-main-wrapper .nb-wrapper .nb-product-prices-8 {
    flex: 5;
}

.nb-product-box-11 .nb-main-wrapper .nb-wrapper .nb-inner-wrapper {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.nb-product-box-11 .nb-product-category {
    color: var(--nb-color-gray);
    font-size: var(--nb-font-size-12);
    font-weight: var(--nb-font-weight-400);
}

.nb-product-box-11 .nb-product-name,
.nb-product-box-11 .nb-product-name .nb-title {
    font-size: var(--nb-font-size-16);
}

.nb-product-box-11 .nb-product-code {
    font-size: var(--nb-font-size-12);
}

.nb-product-box-11 .nb-product-prices-8 .nb-price.nb-price-active {
    color: var(--nb-spec-color);
    font-size: var(--nb-font-size-14);
    font-weight: var(--nb-font-weight-700);
}

.nb-product-box-11 .nb-product-prices-8 .nb-price.nb-price-prev {
    color: var(--nb-price-prev-color);
    font-size: var(--nb-font-size-12);
    font-weight: var(--nb-font-weight-400);
}

.nb-product-box-11 .nb-delete-product-item {
    cursor: pointer;
    font-size: var(--nb-font-size-20);
}

@media screen and (max-width: 576px) {
    .nb-product-box-11 {
        flex-direction: column;
        align-items: flex-start;
        position: relative;
    }

    .nb-product-box-11 .nb-main-wrapper {
        align-items: unset;
    }

    .nb-product-box-11 .nb-main-wrapper .nb-wrapper {
        flex-direction: column;
    }

    .nb-product-box-11 .nb-delete-product-item {
        position: absolute;
        top: 10px;
        right: 10px;
    }
}
/*
/* NB Fajl:'./components/complex/user/user-gift-list-box/user-gift-list-box-2/user-gift-list-box-2.css.'
*/.nb-user-gift-list-box-2 {
    background-color: var(--nb-color-gray-100);
    border-top: var(--nb-border-width) var(--nb-border-style) var(--nb-border-color);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 22px 14px;
}

.nb-user-gift-list-box-2 .nb-delete-gift-list-message {
    color: var(--nb-text-color-primary);
    font-size: var(--nb-font-size-12);
    font-weight: var(--nb-font-weight-400);
}

.nb-user-gift-list-box-2 .nb-delete-gift-list {
    color: var(--nb-text-color-primary);
}

.nb-user-gift-list-box-2 .nb-delete-gift-list {
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
    border: var(--nb-border-width) var(--nb-border-style) var(--nb-border-color);
    background-color: var(--nb-color-white);
    padding: 6px 14px;
    border-radius: var(--nb-btn-border-radius);
    color: var(--nb-text-color-primary);
    font-size: var(--nb-font-size-12);
}

.nb-user-gift-list-box-2 .nb-delete-gift-list:hover {
    color: var(--nb-spec-color);
    border-color: var(--nb-spec-color);
}

@media screen and (max-width: 576px) {
    .nb-user-gift-list-box-2 {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        padding: 10px;
    }

    .nb-user-gift-list-box-2 .nb-delete-gift-list {
        width: 100%;
        justify-content: center;
    }
}
/*
/* NB Fajl:'./components/complex/user/user-gift-list/user-gift-list-1/user-gift-list-1.css.'
*/.nb-user-gift-list-1 .nb-accordion {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.nb-user-gift-list-1 .nb-accordion .nb-accordion-button.collapsed {
    background-color: var(--nb-accordion-btn-active-bg);
}

.nb-user-gift-list-1 .nb-accordion .nb-accordion-item {
    border: var(--nb-border-width) var(--nb-border-style) var(--nb-border-color);
}

.nb-user-gift-list-1 .nb-accordion .nb-accordion-button {
    padding: 12px 14px;
}

.nb-user-gift-list-1 .nb-accordion .nb-accordion-body {
    padding: 0;
}

.nb-user-gift-list-1 .nb-user-gift-list-box-1 {
    width: 100%;
    padding-right: 50px;
}

.nb-user-gift-list-1 .nb-product-list-4 {
    display: flex;
    flex-direction: column;
}

.nb-user-gift-list-1 .nb-product-list-4 > * {
    padding: 14px;
}

.nb-user-gift-list-1 .nb-product-list-4 > *:not(:last-of-type) {
    border-bottom: var(--nb-border-width) var(--nb-border-style) transparent;
    border-image: repeating-linear-gradient(
            to right,
            var(--nb-border-color) 0,
            var(--nb-border-color) 10px,
            transparent 10px,
            transparent 20px
    );
    border-image-slice: 1;
}

@media screen and (max-width: 576px) {
    .nb-user-gift-list-1 .nb-user-gift-list-box-1 {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
        padding: 0;
    }

    .nb-user-gift-list-1 .nb-accordion .accordion-button .nb-toggle-icon {
        top: 10px;
    }
}
/*
/* NB Fajl:'./_blocks/user/shopping-list/gift-list/gift-list-form-1/gift-list-form-1.css.'
*/.nb-gift-list-form-1 {
    max-width: 960px;
}

.nb-gift-list-form-1 > * + * {
    margin-top: 20px;
}

.nb-gift-list-form-1 .nb-heading-with-subheading {
    text-align: left;
}
/*
/* NB Fajl:'./_blocks/user/shopping-list/gift-list/gift-list-modal-placeholder-1/gift-list-modal-placeholder-1.css.'
*/.nb-gift-list-modal-placeholder-1 .nb-modal .modal-dialog {
    max-width: 800px;
}

body:has(.nb-gift-list-modal-placeholder-1) .tempus-dominus-widget {
    z-index: 100001;
}
/*
/* NB Fajl:'./_blocks/header-and-footer/footer/ecommerce-footer/ecommerce-footer-16/ecommerce-footer-16.css.'
*/:root {
    --nb-ecommerce-footer-16-top-footer-wrapper-bg: var(--nb-color-gray-100);
    --nb-ecommerce-footer-16-middle-footer-wrapper-bg: var(--nb-color-white);
    --nb-ecommerce-footer-16-bottom-footer-wrapper-bg: var(--nb-color-gray-100);
    --nb-ecommerce-footer-16-cards-footer-wrapper-bg: var(--nb-color-gray-100);

    --nb-ecommerce-footer-16-title-font-size: var(--nb-font-size-18);
    --nb-ecommerce-footer-16-title-font-weight: var(--nb-font-semibold);
    --nb-ecommerce-footer-16-title-color: var(--nb-color-gray-900);

    --nb-ecommerce-footer-16-link-font-size: var(--nb-font-size-14);
    --nb-ecommerce-footer-16-link-font-weight: var(--nb-font-regular);
    --nb-ecommerce-footer-16-link-color: var(--nb-color-gray-900);
    --nb-ecommerce-footer-16-link-hover-color: var(--nb-spec-color);

    --nb-ecommerce-footer-16-copyright-font-size: var(--nb-font-size-12);
    --nb-ecommerce-footer-16-copyright-font-weight: var(--nb-font-regular);
    --nb-ecommerce-footer-16-copyright-color: var(--nb-color-gray-900);

    --nb-ecommerce-footer-16-disclaimer-font-size: var(--nb-font-size-12);
    --nb-ecommerce-footer-16-disclaimer-font-weight: var(--nb-font-regular);
    --nb-ecommerce-footer-16-disclaimer-color: var(--nb-color-gray-900);

    --nb-ecommerce-footer-16-social-icon-color: var(--nb-color-gray-900);
    --nb-ecommerce-footer-16-social-icon-hover-color: var(--nb-spec-color);
}

.nb-ecommerce-footer-16 .nb-top-footer-wrapper {
    background-color: var(--nb-ecommerce-footer-16-top-footer-wrapper-bg);
    padding: 20px 0;
}

.nb-ecommerce-footer-16 .nb-middle-footer-wrapper {
    background-color: var(--nb-ecommerce-footer-16-middle-footer-wrapper-bg);
    padding: 50px 0 55px;
}

.nb-ecommerce-footer-16 .nb-bottom-footer-wrapper {
    background-color: var(--nb-ecommerce-footer-16-bottom-footer-wrapper-bg);
    padding: 10px 0;
}

.nb-ecommerce-footer-16 .nb-cards-footer-wrapper {
    background-color: var(--nb-ecommerce-footer-16-cards-footer-wrapper-bg);
    padding: 12px 10px;
}

.nb-ecommerce-footer-16 .nb-info-box-8 .nb-info-box-8-wrapper > *,
.nb-ecommerce-footer-16 .nb-info-box-8 .nb-info-box-8-wrapper > * > * {
    font-size: var(--nb-ecommerce-footer-16-link-font-size);
    font-weight: var(--nb-ecommerce-footer-16-link-font-weight);
    color: var(--nb-ecommerce-footer-16-link-color);
    --nb-rows: auto;
}

.nb-ecommerce-footer-16 .nb-footer-app-download .nb-title,
.nb-ecommerce-footer-16 .nb-info-box-8 .nb-info-box-8-title.nb-title,
.nb-ecommerce-footer-16 .nb-footer-social-networks .nb-footer-social-networks-title,
.nb-ecommerce-footer-16 .nb-footer-newsletter-1 .nb-newsletter-title,
.nb-ecommerce-footer-16 .nb-footer-links .nb-title {
    font-size: var(--nb-ecommerce-footer-16-title-font-size);
    font-weight: var(--nb-ecommerce-footer-16-title-font-weight);
    color: var(--nb-ecommerce-footer-16-title-color);
}

.nb-ecommerce-footer-16 .nb-footer-links .nb-link {
    font-size: var(--nb-ecommerce-footer-16-link-font-size);
    font-weight: var(--nb-ecommerce-footer-16-link-font-weight);
    color: var(--nb-ecommerce-footer-16-link-color);
}

.nb-ecommerce-footer-16 .nb-footer-links .nb-link:hover {
    color: var(--nb-ecommerce-footer-16-link-hover-color);
}

.nb-ecommerce-footer-16 .nb-footer-links .nb-collapse-button:before,
.nb-ecommerce-footer-16 .nb-info-box-8 .nb-collapse-button:before {
    display: none;
}

.nb-ecommerce-footer-16 .nb-footer-disclaimer {
    font-size: var(--nb-ecommerce-footer-16-disclaimer-font-size);
    font-weight: var(--nb-ecommerce-footer-16-disclaimer-font-weight);
    color: var(--nb-ecommerce-footer-16-disclaimer-color);
}

.nb-ecommerce-footer-16 .nb-footer-copyright .nb-link,
.nb-ecommerce-footer-16 .nb-footer-copyright {
    font-size: var(--nb-ecommerce-footer-16-copyright-font-size);
    font-weight: var(--nb-ecommerce-footer-16-copyright-font-weight);
    color: var(--nb-ecommerce-footer-16-copyright-color);
    border: unset;
    padding: 0;
}

.nb-ecommerce-footer-16 .nb-footer-copyright .nb-link:hover {
    color: var(--nb-spec-color);
}

.nb-ecommerce-footer-16 .nb-footer-payment-cards {
    margin-bottom: 0;
    padding: 0;
}

.nb-ecommerce-footer-16 .nb-footer-payment-cards .nb-img {
    max-height: 25px;
}

.nb-ecommerce-footer-16 .nb-info-box-8 .nb-info-box-8-wrapper > * {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.nb-ecommerce-footer-16 .nb-info-box-8 .nb-info-box-8-wrapper .custom-text p {
    font-weight: var(--nb-font-semibold);
}

.nb-ecommerce-footer-16 .nb-footer-social-networks .nb-footer-social-networks-wrapper .nb-link > * {
    background-color: transparent;
    width: unset;
    height: unset;
    color: var(--nb-ecommerce-footer-16-social-icon-color)
}

.nb-ecommerce-footer-16 .nb-footer-social-networks .nb-footer-social-networks-wrapper .nb-link > *:hover {
    color: var(--nb-ecommerce-footer-16-social-icon-hover-color)
}

.nb-ecommerce-footer-16 .nb-footer-social-networks .nb-footer-social-networks-wrapper {
    gap: 15px;
}

.nb-ecommerce-footer-16 .nb-footer-social-networks-title-wrapper {
    margin-bottom: 10px;
}

.nb-ecommerce-footer-16 .nb-footer-newsletter-1 {
    flex-direction: column;
    justify-content: start;
    max-width: 420px;
    width: 100%;
    padding: 0;
    gap: 0;
    background-color: transparent;
}

.nb-ecommerce-footer-16 .nb-info-box-8 .nb-info-box-8-title {
    margin-bottom: 22px;
}

.nb-ecommerce-footer-16 .nb-footer-newsletter-1 .nb-checkbox-wrapper .nb-label {
    font-size: var(--nb-font-size-12);
    color: var(--nb-text-color-primary);
}

.nb-ecommerce-footer-16 .nb-footer-newsletter-1 .nb-form-group {
    margin-bottom: 15px;
}

.nb-ecommerce-footer-16 .nb-footer-newsletter-1 .nb-submit-newsletter-wrapper .nb-btn {
    min-width: 125px;
    right: 0;
    height: unset;
    top: 0;
    transform: unset;
    bottom: 0;
    font-size: var(--nb-font-size-16);
    border-radius: 4px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.nb-ecommerce-footer-16 .nb-footer-newsletter-1 .form-floating .nb-float-label,
.nb-ecommerce-footer-16 .nb-footer-newsletter-1 .nb-submit-newsletter-wrapper .nb-input {
    color: var(--nb-input-color);
}

.nb-ecommerce-footer-16 .nb-footer-newsletter-1 .nb-submit-newsletter-wrapper .nb-input {
    border: var(--nb-border-width) var(--nb-border-style) var(--nb-input-border-color);
    border-radius: 4px;
    background-color: var(--nb-color-white);
    padding-right: 125px;
}

.nb-ecommerce-footer-16 .nb-footer-newsletter-1 .nb-form-check {
    margin-bottom: 0;
}

.nb-ecommerce-footer-16 .nb-footer-newsletter-1-title-wrapper {
    margin-bottom: 15px;
}

.nb-ecommerce-footer-16 .nb-footer-newsletter-1 .nb-submit-newsletter-wrapper .parsley-errors-list {
    right: 0;
    left: unset;
}

.nb-ecommerce-footer-16 .nb-footer-app-download .nb-footer-app-download-wrapper {
    gap: 10px;
    flex-wrap: wrap;
}

.nb-ecommerce-footer-16 .nb-footer-app-download img{
    max-width: 140px;
}

.nb-ecommerce-footer-16 .nb-footer-app-download .nb-heading-with-subheading {
    margin-bottom: 15px;
}

.nb-ecommerce-footer-16 .nb-footer-app-download .nb-footer-app-download-wrapper > * {
    flex: unset;
}

.nb-ecommerce-footer-16 .col-12:has(.nb-footer-app-download)  {
    text-align: right;
}

.nb-ecommerce-footer-16 .nb-footer-app-download {
    width: fit-content;
    display: inline-flex;
}

@media screen and (max-width: 1440px) {
    .nb-ecommerce-footer-16 .nb-footer-newsletter-1 .nb-submit-newsletter-wrapper .nb-input {
        min-width: 350px;
    }
}

@media screen and (max-width: 1200px) {
    .nb-ecommerce-footer-16 .nb-footer-newsletter-1 .nb-submit-newsletter-wrapper .nb-input {
        min-width: 300px;
    }
}

@media screen and (max-width: 1024px) {
    .nb-ecommerce-footer-16 .nb-footer-newsletter-1 .nb-submit-newsletter-wrapper .nb-btn {
        min-width: 100px;
    }
    .nb-ecommerce-footer-16 .nb-footer-newsletter-1 .nb-submit-newsletter-wrapper .nb-input {
        min-width: 260px;
        padding-right: 100px;
    }
}

@media screen and (max-width: 768px) {
    :root {
        --nb-ecommerce-footer-16-title-font-size: var(--nb-font-size-14);
    }

    .nb-ecommerce-footer-16 .nb-footer-social-networks .nb-footer-social-networks-title {
        margin-bottom: 15px;
    }

    .nb-ecommerce-footer-16 .nb-footer-newsletter-1 .nb-submit-newsletter-wrapper .nb-btn {
        position: relative;
        width: 100%;
        margin-bottom: 10px;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }
    .nb-ecommerce-footer-16 .nb-footer-newsletter-1 {
        margin-bottom: 5px;
        max-width: 100%;
    }
    .nb-ecommerce-footer-16 .col-12:has(.nb-footer-app-download)  {
        text-align: left;
    }
    .nb-ecommerce-footer-16 .nb-top-footer-wrapper {
        padding: 20px 0 15px;
    }
    .nb-ecommerce-footer-16 .nb-footer-newsletter-1 .nb-submit-newsletter-wrapper .nb-input {
        padding-right: 10px;
    }

}

@media screen and (max-width: 576px) {
    .nb-ecommerce-footer-16 .nb-footer-links .nb-collapse-button:before,
    .nb-ecommerce-footer-16 .nb-info-box-8 .nb-collapse-button:before {
        display: block;
        position: absolute;
        right: 15px;
        margin-top: 3px;
    }

    .nb-ecommerce-footer-16 .nb-footer-links .nb-collapse-button.active:before,
    .nb-ecommerce-footer-16 .nb-info-box-8 .nb-collapse-button.active:before {
        transform: rotate(180deg);
    }

    .nb-ecommerce-footer-16 .nb-footer-mobile-collapse {
        border-bottom: var(--nb-border-width) var(--nb-border-style) var(--nb-border-color);
    }

    .nb-ecommerce-footer-16 .nb-middle-footer-wrapper {
        padding: 30px 0 20px;
        background-position: right bottom !important;
        background-size: 70% !important;
    }

    .nb-ecommerce-footer-16 .nb-footer-links .nb-title {
        margin-bottom: 18px;
    }
}
/*
/* NB Fajl:'./nbthemes/nbshop_aksa/css/nb7.custom.css.'
*/.nbtmp-aksa-loyalty-dashboard-tmp-3 {
    background-image: url('/nb-public/themes/nbshop7_v1_1/_static/images/aksa/aksa-dashboard-background.png');
    background-repeat: repeat;
    background-position: top center;
    background-size: auto;
    background-attachment: fixed;
    background-color: #ffffff;
}
.nbtmp-aksa-loyalty-dashboard-tmp-3 .nb-ecommerce-footer-16 .nb-top-footer-wrapper {
    background: linear-gradient(#EFF0F050, #EFF0F050), #ffffff;
}
.nbtmp-aksa-loyalty-dashboard-tmp-3 .nb-promotion-offer-list-grid-1:has(.nb-promotion-no-data-info-box-1:not(.hidden)),
.nbtmp-aksa-loyalty-dashboard-tmp-3 .nb-promotion-personalized-offer-list-carousel-1:has(.nb-promotion-no-data-info-box-1:not(.hidden)) {
    display: none;
}
.nb-loyalty-status-info-card-2 .nb-loyalty-status-info-card-2-header,
.nb-loyalty-info-card-2 .nb-loyalty-info-card-2-header {
    min-height: 44px;
}
.nb-loyalty-info-card-2 .nb-loyalty-barcode-image .nb-img-wrapper,
.nb-loyalty-info-card-2 .nb-loyalty-barcode-image .nb-img-wrapper .nb-img {
    max-height: 55px;
}
.nb-loyalty-card-image-2 {
    max-height: 185px;
}
.nb-tab-link-with-heading-and-description-1 .slick-track {
    margin: 0;
}
.nb-tab-link-list-1 {
    border-bottom: var(--nb-border-width) var(--nb-border-style) var(--nb-border-color);
}
.nb-promotion-offer-card-1 .nb-promotion-offer-btn.nb-promotion-offer-generated-btn.btn.nb-btn {
    cursor: not-allowed;
}
.nbtmp-aksa-loyalty-dashboard-tmp-3 .nb-confirm-modal .bootbox-body,
.nbtmp-aksa-user-promotion-offer-list-tmp-1 .nb-confirm-modal .bootbox-body {
    color: var(--nb-text-color-primary);
    font-size: var(--nb-font-size-16);
    font-weight: var(--nb-font-weight-400);
}
.nb-my-loyalty-barcode-qrcode-1 .nb-btn-primary {
    display: flex;
    place-content: center;
    min-width: 218px;
    background-color: var(--nb-color-white);
    color: var(--nb-spec-color);
}
.nb-my-loyalty-barcode-qrcode-1 .nb-btn-primary:active,
.nb-my-loyalty-barcode-qrcode-1 .nb-btn-primary:focus,
.nb-my-loyalty-barcode-qrcode-1 .nb-btn-primary:hover {
    background-color: var(--nb-spec-color);
    color: var(--nb-color-white);
}
.nbtmp-aksa-loyalty-dashboard-tmp-3 .nb-confirm-modal .btn.nb-btn.bootbox-cancel,
.nbtmp-aksa-user-promotion-offer-list-tmp-1 .nb-confirm-modal .btn.nb-btn.bootbox-cancel {
    color: var(--nb-spec-color);
    background: var(--nb-color-white);
    border-color: var(--nb-spec-color);
}
.nbtmp-aksa-loyalty-dashboard-tmp-3 .nb-confirm-modal .btn.nb-btn.bootbox-cancel:hover,
.nbtmp-aksa-loyalty-dashboard-tmp-3 .nb-confirm-modal .btn.nb-btn.bootbox-cancel:active,
.nbtmp-aksa-loyalty-dashboard-tmp-3 .nb-confirm-modal .btn.nb-btn.bootbox-cancel:focus,
.nbtmp-aksa-user-promotion-offer-list-tmp-1 .nb-confirm-modal .btn.nb-btn.bootbox-cancel:active,
.nbtmp-aksa-user-promotion-offer-list-tmp-1 .nb-confirm-modal .btn.nb-btn.bootbox-cancel:focus,
.nbtmp-aksa-user-promotion-offer-list-tmp-1 .nb-confirm-modal .btn.nb-btn.bootbox-cancel:hover {
    color: var(--nb-color-white);
    background: var(--nb-spec-color);
}
.nb-promotion-offer-code-generation-modal-1 .nb-modal .modal-header .nb-btn-close {
    color: var(--nb-color-gray-700);
    font-size: 15px;
}
.nb-promotion-offer-code-generation-modal-1 .nb-alert-2.nb-alert-2-success,
.nb-promotion-offer-code-generation-modal-1 .nb-alert-2.nb-alert-success {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border-color: var(--nb-color-green-100);
    background-color: var(--nb-color-green-100);
    min-height: 90px;
    place-content: center;
    width: 100%;
    margin-top: 15px;
}
.nb-promotion-offer-code-generation-modal-1 .nb-alert-2 .nb-alert-2-content {
    font-size: 14px;
}
.nb-promotion-offer-code-generation-modal-1 .nb-alert-2.nb-alert-2-success .nb-icon,
.nb-promotion-offer-code-generation-modal-1 .nb-alert-2.nb-alert-success .nb-icon {
    color: var(--nb-color-green-400);
}
.nb-promotion-offer-code-generation-modal-1 .nb-promotion-generated-box-1 {
    align-items: center;
    gap: 16px;
}
.nb-promotion-offer-code-generation-modal-1 .nb-promotion-generated-box-1 .nb-continue-shopping-btn {
    background: var(--nb-color-white);
    color: var(--nb-spec-color);
    max-width: 300px;
    min-width: 300px;
}
.nb-promotion-offer-code-generation-modal-1 .nb-promotion-generated-box-1 .nb-continue-shopping-btn:hover,
.nb-promotion-offer-code-generation-modal-1 .nb-promotion-generated-box-1 .nb-continue-shopping-btn:focus,
.nb-promotion-offer-code-generation-modal-1 .nb-promotion-generated-box-1 .nb-continue-shopping-btn:active {
    background: var(--nb-spec-color);
    color: var(--nb-color-white);
}
.nb-my-loyalty-purchase-list-2:has(.pagination-inline) .nb-purchase-list-2,
.block.nb-promotion-offer-list-grid-1:has(.pagination-inline) .nb-promotion-offer-grid-list-1.nb-component {
    margin-bottom: 40px;
}
.nbtmp-aksa-my-loyalty-purchase-tmp-2 .nb-form-block-wrapper {
    margin-top: 0;
}
.nbtmp-aksa-my-loyalty-purchase-tmp-2 .nb-tab-link-list-1 {
    margin-bottom: 40px;
}
.nb-promotion-personalized-offer-card-1,
.nb-promotion-personalized-offer-card-1 .nb-img-wrapper,
.nb-promotion-personalized-offer-card-1 .nb-img-wrapper .nb-img {
    max-height: 200px;
}
.nb-promotion-personalized-offer-list-grid-1 .nb-heading-with-subheading {
    margin-bottom: 36px;
}
.nb-promotion-offer-card-1 .nb-promotion-offer-image {
    max-height: 163px;
}
.nb-purchase-card-2 .nb-purchase-2-card .nb-purchase-2-card-body .nb-purchase-details:hover {
    text-decoration: underline;
}
.nb-purchase-card-2 .nb-purchase-2-card .nb-purchase-2-card-body .nb-purchase-details {
    margin-top: 12px;
}
.nb-purchase-card-2 .nb-purchase-2-card > .nb-img {
    min-height: 118px;
}
.nb-my-loyalty-purchase-detail-2 .nb-modal .nb-modal-body {
    padding: 20px;
}
.nb-my-loyalty-purchase-detail-2 .nb-purchase-item-list-2 .nb-purchase-item-list-wrapper {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.nb-my-loyalty-purchase-detail-2 .nb-purchase-item-list-wrapper :nth-child(1 of .nb-purchase-item-box-2:not(.hidden)) {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.nb-my-loyalty-purchase-detail-2 .nb-purchase-item-list-2 .nb-purchase-items-total-wrapper {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.nb-purchase-location-item-1 .nb-purchase-location-item-icon {
    font-size: 20px;
    line-height: 1;
}
.nb-purchase-item-list-2 .nb-purchase-item-list-heading > .nb-purchase-item-product-label {
    flex: unset;
}
.nb-purchase-item-list-2 .nb-purchase-item-list-heading > .nb-purchase-item-price-label {
    flex-basis: 160px;
}
.nb-purchase-item-box-2 > :nth-child(2) > .nb-points-and-total-wrapper > .nb-purchase-item-box-points-wrapper,
.nb-purchase-item-list-2 .nb-purchase-item-list-heading > .nb-purchase-item-points-label {
    display: none;
}
.nb-purchase-item-list-2 .nb-purchase-item-list-heading > .nb-purchase-item-quantity-label {
    flex-basis: 132px;
}
.nb-purchase-item-box-2 > :nth-child(2) {
    flex-basis: 445px;
}
.nb-purchase-item-box-2 > :nth-child(2) > .nb-price-and-quantity-wrapper {
    flex-basis: 315px;
}
.nb-purchase-item-box-2 > :nth-child(2) > .nb-price-and-quantity-wrapper > .nb-purchase-item-box-price-wrapper {
    flex-basis: 162px;
}
.nb-loyalty-enrollment-become-member-page-1 .nb-heading-with-subheading {
    margin-bottom: 30px;
}
.nb-user-loyalty-enrollment-become-member-1 .nb-tabs .nb-nav-item .nb-nav-link,
.nb-user-loyalty-enrollment-become-member-2 .nb-tabs .nb-nav-item .nb-nav-link {
    min-height: 48px;
    place-content: center;
    font-size: 16px;
    font-weight: var(--nb-font-weight-500);
}
.nb-user-loyalty-enrollment-become-member-1 .nb-tabs .nb-nav-item .nb-nav-link.active,
.nb-user-loyalty-enrollment-become-member-2 .nb-tabs .nb-nav-item .nb-nav-link.active {
    color: var(--nb-text-color-primary);
}
.nb-loyalty-enrollment-become-member-page-1 .nb-user-loyalty-enrollment-enter-card-number-1,
.nb-loyalty-enrollment-become-member-page-1 .nb-user-loyalty-become-member-confirmation-1,
.nb-loyalty-enrollment-become-member-page-1 .nb-user-loyalty-become-member-1 {
    gap: 18px;
}
.nb-loyalty-enrollment-become-member-page-1 .nb-user-loyalty-enrollment-enter-card-number-1 .nb-img-wrapper,
.nb-loyalty-enrollment-become-member-page-1 .nb-user-loyalty-enrollment-enter-card-number-1 .nb-img-wrapper .nb-img,
.nb-loyalty-enrollment-become-member-page-1 .nb-user-loyalty-become-member-1 .nb-img-wrapper,
.nb-loyalty-enrollment-become-member-page-1 .nb-user-loyalty-become-member-1 .nb-img-wrapper .nb-img {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.nb-loyalty-enrollment-become-member-page-1 .nb-user-loyalty-become-member-1 .nb-link {
    color: var(--nb-link-color-secondary);
    font-size: 12px;
    font-weight: var(--nb-font-weight-600);
}
.nb-become-loyalty-cancel-btn.btn.nb-btn,
.nb-user-loyalty-join-success-1 .nb-go-to-profile-link,
.nb-user-loyalty-enrollment-enter-card-number-1 .nb-user-loyalty-enrollment-enter-card-btn,
.nb-user-loyalty-become-member-1 .nb-btn {
    color: var(--nb-spec-color);
    background-color: var(--nb-color-white);
}
.nb-become-loyalty-cancel-btn.btn.nb-btn:hover,
.nb-become-loyalty-cancel-btn.btn.nb-btn:focus,
.nb-become-loyalty-cancel-btn.btn.nb-btn:active,
.nb-user-loyalty-join-success-1 .nb-go-to-profile-link:hover,
.nb-user-loyalty-join-success-1 .nb-go-to-profile-link:focus,
.nb-user-loyalty-join-success-1 .nb-go-to-profile-link:active,
.nb-user-loyalty-enrollment-enter-card-number-1 .nb-user-loyalty-enrollment-enter-card-btn:focus,
.nb-user-loyalty-enrollment-enter-card-number-1 .nb-user-loyalty-enrollment-enter-card-btn:active,
.nb-user-loyalty-enrollment-enter-card-number-1 .nb-user-loyalty-enrollment-enter-card-btn:hover,
.nb-user-loyalty-become-member-1 .nb-btn:active,
.nb-user-loyalty-become-member-1 .nb-btn:focus,
.nb-user-loyalty-become-member-1 .nb-btn:hover {
    color: var(--nb-color-white);
    background-color: var(--nb-spec-color);
}
.nb-user-loyalty-enrollment-enter-card-number-1 .form-floating .nb-float-label {
    color: var(--nb-color-gray-700);
}
.nb-user-loyalty-enrollment-become-member-1 .nb-user-info-box-1 .nb-user-name-label,
.nb-user-loyalty-enrollment-become-member-1 .nb-user-info-box-1 .nb-user-email-label {
    font-weight: var(--nb-font-weight-400);
}
.nb-user-loyalty-enrollment-become-member-1 .nb-user-info-box-1 .nb-user-name-value,
.nb-user-loyalty-enrollment-become-member-1 .nb-user-info-box-1 .nb-user-email-value {
    font-weight: var(--nb-font-weight-600);
}
.nb-user-loyalty-enrollment-become-member-1 .nb-user-loyalty-become-member-1 .nb-link {
    color: var(--nb-color-pink);
    font-size: 12px;
    font-weight: var(--nb-font-weight-600);
}
.nb-delivery-address-form-with-benefits-2 .nb-cart-address-form-3 .nb-user-type-field-wrapper:has(>*:empty) {
    display: none;
}
.nb-user-menu-2 .nb-wrapper,
.nb-user-menu-2 .nb-accordion {
    gap: 16px;
}
.nb-user-menu-2 .nb-user-menu-accordion .nb-accordion-button {
    padding: 12px 10px;
    min-height: 50px;
}
.nb-user-menu-2 .nb-user-menu-accordion .nb-accordion-body {
    padding: 6px 10px;
}
.nb-user-menu-2 .nb-wrapper > .nb-menu-item-box-2.nb-not-linked .nb-link,
.nb-user-menu-2 .nb-wrapper > .nb-menu-item-box-2.nb-linked .nb-link,
.nb-user-menu-2 .nb-user-menu-accordion .nb-accordion-body .nb-menu-item-box-2.nb-not-linked .nb-link, 
.nb-user-menu-2 .nb-user-menu-accordion .nb-accordion-body .nb-menu-item-box-2.nb-linked .nb-link {
    padding: 12px 6px;
    min-height: 50px;
}
.nb-user-menu-2 .nb-wrapper .nb-menu-item-box-2 .nb-menu-image .nb-img {
    height: auto;
}
.nb-promotion-offer-list-grid-1 .nb-wrapper .nb-link,
.nb-promotion-personalized-offer-list-carousel-1 .nb-wrapper .nb-link {
    color: var(--nb-color-pink);
    font-weight: var(--nb-font-weight-500);
}
.nb-loyalty-info-card-2 .nb-loyalty-info-card-2-header .nb-icon {
    font-size: 30px;
    line-height: 1;
}
.nb-loyalty-info-card-2 .nb-loyalty-info-card-2-header .nb-icon:before {
    content: '\ead1';
}
.nb-loyalty-status-info-card-2 .nb-loyalty-status-info-card-2-header .nb-icon {
    font-size: 30px;
    line-height: 1;
}
.nb-loyalty-status-info-card-2 .nb-loyalty-status-info-card-2-header .nb-icon:before {
    content: '\ead2';
}
.nb-loyalty-card-image-2 .nb-img-wrapper,
.nb-loyalty-card-image-2 .nb-img-wrapper .nb-img {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.nb-user-loyalty-become-member-confirmation-1 .nb-img-wrapper,
.nb-user-loyalty-become-member-confirmation-1 .nb-img-wrapper .nb-img,
.nb-user-loyalty-become-member-1 .nb-img-wrapper,
.nb-user-loyalty-become-member-1 .nb-img-wrapper .nb-img {
    width: 100%;
}
.nb-loyalty-info-card-2 .nb-loyalty-card-unique-code {
    font-size: 14px;
    font-weight: var(--nb-font-weight-500);
}
.nb-product-add-to-cart-button-4 .nb-product-not-available .nb-product-available-notification-link {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: var(--nb-color-white);
    border-color: var(--nb-color-blue-200);
    cursor: pointer;
}
.nb-product-add-to-cart-button-4 .nb-product-not-available .nb-product-available-notification-link:hover {
    background-color: var(--nb-spec-color);
}
.nb-product-add-to-cart-button-4 .nb-product-not-available .nb-product-available-notification-link .nb-icon {
    color: var(--nb-spec-color);
}
.nb-product-add-to-cart-button-4 .nb-product-not-available .nb-product-available-notification-link:hover .nb-icon {
    color: var(--nb-color-white);
}
.nb-product-add-to-cart-button-4 .nb-product-not-available .nb-product-available-notification-link .nb-icon:before {
    content: '\ea73';
}
.nb-product-add-to-cart-button-4 .nb-product-not-available .nb-product-available-notification-link .nb-link-with-icon-1 .nb-link {
    font-size: 14px;
    color: var(--nb-text-color-primary);
}
.nb-product-add-to-cart-button-4 .nb-product-not-available .nb-product-available-notification-link:hover .nb-link-with-icon-1 .nb-link {
    color: var(--nb-color-white);
}
.nb-product-add-to-cart-button-4 .nb-product-not-available .nb-product-available-notification-link .nb-link-with-icon-1 .nb-link:hover {
    color: var(--nb-color-white);
}
.nb-cart-product-item-4 .nb-price-with-total-price-wrapper .nb-cart-price-total-with-label-1 {
    display: none;
}
.nb-delivery-option-parcel-machine-2 .nb-btn {
    background-color: var(--nb-color-white);
    border-color: var(--nb-color-pink);
    color: var(--nb-color-pink);
    font-size: 14px;
    font-weight: var(--nb-font-weight-400);
}
.nb-delivery-option-parcel-machine-2 .nb-btn:focus,
.nb-delivery-option-parcel-machine-2 .nb-btn:active,
.nb-delivery-option-parcel-machine-2 .nb-btn:hover {
    color: var(--nb-color-white);
    background-color: var(--nb-color-pink);
    border-color: var(--nb-color-pink);
}
.nb-delivery-group-list-2 .nb-delivery-costs {
    font-size: 12px;
    font-weight: var(--nb-font-weight-600);
}
.nb-delivery-option-2 .nb-option-wrapper img {
    aspect-ratio: 16 / 9;
    object-fit: cover;
}
.nb-delivery-option-2 .nb-delivery-option-title {
    font-weight: var(--nb-font-weight-600);
    margin-bottom: 0;
}
.nb-payment-group-list-2 .nb-accordion-item:has(.nb-radio:checked) .nb-accordion-button.collapsed .nb-checked-group,
.nb-delivery-group-list-2 .nb-accordion-item:has(.nb-radio:checked) .nb-accordion-button.collapsed .nb-checked-group {
    display: none;
}
.nb-payment-group-list-2 .nb-accordion-item:has(.nb-radio:checked) .nb-accordion-button.collapsed,
.nb-delivery-group-list-2 .nb-accordion-item:has(.nb-radio:checked) .nb-accordion-button.collapsed {
    border-color: transparent;
}
.nb-payment-option-2:has(.nb-radio:checked) .nb-icon-wrapper .nb-icon,
.nb-delivery-option-2:has(.nb-radio:checked) .nb-price-icon-wrapper .nb-icon {
    color: var(--nb-spec-color);
}
.nb-payment-option-2 .nb-payment-option-title {
    font-weight: var(--nb-font-weight-600);
    margin-bottom: 0;
}
.nb-delivery-method-description-modal-1 .nb-header-content .nb-text-wrapper .nb-delivery-name,
.nb-delivery-method-description-modal-1 .nb-header-content .nb-text-wrapper .nb-delivery-short-description,
.nb-payment-method-description-modal-1 .nb-header-content .nb-payment-short-description,
.nb-payment-method-description-modal-1 .nb-header-content .nb-payment-name {
    text-align: left;
}
.nb-delivery-address-form-with-benefits-2 .form-floating .form-control.nb-input {
    font-weight: var(--nb-font-weight-500);
}
.nb-delivery-address-form-with-benefits-2 .nb-icon.bi-person:before {
    content: '\ea4f';
}
.nb-delivery-address-form-with-benefits-2 .nb-icon.bi-person-add:before {
    content: '\ea50';
}
.nb-cart-benefits-and-cta-2 .nb-cart-heading-1 .nb-title {
    margin-bottom: 12px;
}
.nb-cart-summary-5 .nb-body-wrapper .nb-text-wrapper .nb-price.nb-price-courier,
.nb-cart-summary-5 .nb-body-wrapper .nb-text-wrapper .nb-price.nb-price-courier > * {
    font-weight: var(--nb-font-weight-600);
}
.nb-cart-total-3 .nb-terms-of-use-and-sale {
    margin-bottom: 10px;
}
.nb-cart-total-3 .nb-terms-of-use-and-sale .nb-html-editor > *,
.nb-cart-total-3 .nb-terms-of-use-and-sale .nb-html-editor > * > *,
.nb-cart-total-3 .nb-terms-of-use-and-sale .nb-html-editor > * > * > * {
    font-size: 14px;
    font-weight: var(--nb-font-weight-400);
}
.nb-cart-total-3 .nb-terms-of-use-and-sale .nb-html-editor > a,
.nb-cart-total-3 .nb-terms-of-use-and-sale .nb-html-editor > * > a,
.nb-cart-total-3 .nb-terms-of-use-and-sale .nb-html-editor > * > * > a {
    font-weight: var(--nb-font-weight-600);
}
.nb-cart-total-3 .nb-terms-of-use-and-sale .nb-html-editor > a:hover,
.nb-cart-total-3 .nb-terms-of-use-and-sale .nb-html-editor > a:focus,
.nb-cart-total-3 .nb-terms-of-use-and-sale .nb-html-editor > a:active,
.nb-cart-total-3 .nb-terms-of-use-and-sale .nb-html-editor > * > a:hover,
.nb-cart-total-3 .nb-terms-of-use-and-sale .nb-html-editor > * > a:focus,
.nb-cart-total-3 .nb-terms-of-use-and-sale .nb-html-editor > * > a:active,
.nb-cart-total-3 .nb-terms-of-use-and-sale .nb-html-editor > * > * > a:focus,
.nb-cart-total-3 .nb-terms-of-use-and-sale .nb-html-editor > * > * > a:hover,
.nb-cart-total-3 .nb-terms-of-use-and-sale .nb-html-editor > * > * > a:active {
    text-decoration: underline;
}
.nb-cart-total-3 .nb-antispam-select .nb-form-group:not(:last-child) {
    margin-bottom: 10px;
}
.nb-cart-user-name-info-box-1 .nb-icon:before {
    content: '\ea4f';
}
.layout:has(.nb-checkout-info-notice-1) {
    margin-top: 60px;
}
.nb-order-status-notice-1 .nb-alert-2 .nb-alert-2-content,
.nb-checkout-info-notice-1 .nb-alert-2 .nb-alert-2-content {
    font-size: 14px;
    font-weight: var(--nb-font-weight-500);
}
.nb-order-total-amount-3 .nb-order-total-card-1-footer .nb-back-to-products,
.nb-order-total-amount-2 .nb-order-total-card-1-footer .nb-back-to-products {
    display: block;
}
.order-information-overview-2 .nb-info-box-3 .nb-left-col .nb-icon {
    color: var(--nb-spec-color);
}
.nb-cart-product-item-4 .nb-cart-item-name .nb-title,
.nb-cart-product-item-4 .nb-cart-item-name {
    max-width: 150px;
}
.nb-cart-based-recommender-carousel-2 .nb-slider .nb-slider-arrows {
    width: max-content;
    top: -35px;
    left: unset;
    right: 0;
    gap: 10px;
}
.nb-cart-product-item-4 .nb-cart-item-change-size-2:hover {
    color: var(--nb-color-pink);
}
.nb-till-free-delivery-2 .nb-icon-left-title-and-description-right-horizontal.nb-icon-left .nb-icon {
    color: var(--nb-spec-color);
}
.nb-delivery-group-list-2 .nb-header-wrapper .nb-text-wrapper .nb-description,
.nb-delivery-group-list-2 .nb-header-wrapper .nb-text-wrapper .nb-description > *,
.nb-delivery-group-list-2 .nb-header-wrapper .nb-text-wrapper .nb-description > * > *,
.nb-delivery-group-list-2 .nb-header-wrapper .nb-text-wrapper .nb-description > * > * > * {
    line-height: 15px;
}
.nb-payment-option-2 .nb-form-radio-button .nb-label,
.nb-delivery-option-2 .nb-form-radio-button .nb-label {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.nb-payment-option-2 .nb-payment-option-description,
.nb-payment-option-2 .nb-payment-option-description > *,
.nb-payment-option-2 .nb-payment-option-description > * > *,
.nb-payment-option-2 .nb-payment-option-description > * > * > *,
.nb-delivery-option-2 .nb-delivery-option-description,
.nb-delivery-option-2 .nb-delivery-option-description > *,
.nb-delivery-option-2 .nb-delivery-option-description > * > *,
.nb-delivery-option-2 .nb-delivery-option-description > * > * > * {
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 0;
}
.nb-delivery-note-1 .nb-label {
    margin-bottom: 5px;
}
.nb-parcel-machine-modals-block .nb-parcel-machine-modal-2 .nb-location-parcel-machine-confirm-btn .nb-btn {
    color: var(--nb-spec-color);
    background-color: var(--nb-color-white);
    border-color: var(--nb-spec-color);
    font-size: 16px;
    padding: 9px 15px;
}
.nb-parcel-machine-modals-block .nb-parcel-machine-modal-2 .nb-location-parcel-machine-confirm-btn .nb-btn:hover,
.nb-parcel-machine-modals-block .nb-parcel-machine-modal-2 .nb-location-parcel-machine-confirm-btn .nb-btn:focus,
.nb-parcel-machine-modals-block .nb-parcel-machine-modal-2 .nb-location-parcel-machine-confirm-btn .nb-btn:active {
    color: var(--nb-color-white);
    background-color: var(--nb-spec-color);
    border-color: var(--nb-spec-color);
}
.nb-parcel-machine-modals-block .nb-parcel-machine-modal-1 .nb-modal-body .row:empty {
    display: none;
}
.nb-click-and-collect-location-selection-modal .nb-icon-left-title-and-description-right-horizontal .nb-title {
    margin-bottom: 0;
    text-align: left;
}
.nb-pre-confirmation-checkout-overview-2 .nb-pre-confirmation-checkout-overview .nb-items-wrapper > * > *:first-child {
    min-width: 50px;
}
.nb-count-down-widget-1  .nb-slider-arrows {
    top: 35%;
}
.nb-cart-voucher-payment-option-accordion .nb-cart-voucher-form .nb-btn {
    max-width: 200px;
    font-size: 14px;
    border-color: var(--nb-color-pink);
    color: var(--nb-color-pink);
    background-color: var(--nb-color-white);
}
.nb-cart-voucher-payment-option-accordion .nb-cart-voucher-form .nb-btn:focus,
.nb-cart-voucher-payment-option-accordion .nb-cart-voucher-form .nb-btn:active,
.nb-cart-voucher-payment-option-accordion .nb-cart-voucher-form .nb-btn:hover {
    border-color: var(--nb-color-pink);
    color: var(--nb-color-white);
    background-color: var(--nb-color-pink);
}
.nb-count-down-widget-1 .nb-wrapper .nb-close-btn {
    top: 5px;
    right: 5px;
    width: 20px;
    height: 20px;
}
.nb-slider-item-box-29 .nb-slider-item-count-down .nb-items-wrapper .nb-item .nb-countdown-value {
    font-size: 14px;
    font-weight: var(--nb-font-weight-500);
}
.nb-slider-item-box-29 .nb-slider-item-count-down .nb-items-wrapper .nb-countdown-text {
    font-weight: var(--nb-font-weight-500);
}
.nb-slider-item-box-29 .nb-slider-item-name {
    border: unset;
    background-color: #F7F8F8;
}
.nb-slider-item-box-29 .nb-slider-item-count-down .nb-items-wrapper {
    background-color: var(--nb-color-blue-100);
}
.nb-card a,
.nb-element-hover a {
    display: inline;
}
.similar-product-list-carousel-2 .nb-product-card-31 {
    width: 100%;
}
.nb-product-listing-options-and-category-heading-2 .nb-main-wrapper .nb-filters-intro-wrapper {
    gap: 20px;
}
.nb-product-listing-options-and-category-heading-2 .nb-main-wrapper .nb-product-filters-limit-1 {
    gap: 12px;
}
.nb-slider-dots:not(.nb-slider-indicators-inline) .slick-dots > li {
    width: 5px;
    height: 5px;
    background-color: var(--nb-color-blue-300);
    border: unset;
}
.nb-payment-option-2 .nb-icon-wrapper .nb-icon,
.nb-delivery-option-2 .nb-price-icon-wrapper .nb-icon {
    border-color: var(--nb-color-gray-700);
}
.slick-dots {
    margin-top: 30px;
}
.nb-slider-dots:not(.nb-slider-indicators-inline) .slick-dots > li + li {
    margin-left: 7px;
}
.nb-slider-dots:not(.nb-slider-indicators-inline) {
    text-align: center;
}
.nb-slider-dots:not(.nb-slider-indicators-inline) .slick-dots {
    border: var(--nb-border-width) var(--nb-border-style) var(--nb-color-blue-200);
    padding: 7px 10px;
    background-color: #FFFFFFCC;
    border-radius: 40px;
    display: inline-flex;
}
.nb-slider-dots:not(.nb-slider-indicators-inline) .slick-dots > li.slick-active {
    width: 20px;
    border-radius: 16px;
    background-color: var(--nb-color-blue);
}
.nb-slider-item-box-40 .nb-wrapper .nb-inner-wrapper > * {
    flex-grow: 0;
}
.nb-slider-item-box-40 .nb-wrapper .nb-inner-wrapper {
    justify-content: center;
    flex-wrap: wrap;
}
.nb-slider-item-box-40 .nb-wrapper {
    gap: 15px;
}
.nb-image-overlay-box-2 .nb-wrapper .nb-link {
    margin-top: 5px;
}
.nb-product-list-tabs > *:not(:last-of-type),
.nb-product-list-tabs > * {
    padding: 0px 20px;
    border: var(--nb-border-width) var(--nb-border-style) var(--nb-border-color);
    border-radius: var(--nb-border-radius-4);
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 35px;
    text-align: center;
}
.nb-product-list-tabs > *.active, .nb-product-list-tabs > *:hover, .nb-product-list-tabs > *:focus, .nb-product-list-tabs > *:active {
    background-color: var(--nb-spec-color);
    border-color: var(--nb-spec-color);
}
.nb-image-overlay-box-2:before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 45%, rgba(0, 0, 0, 0.9) 99%);
    opacity: 1;
}
.nb-product-prices-13 .nb-price-saving .nb-price-saving-label {
    font-weight: var(--nb-font-medium);
}
.nb-product-card-31.nb-component .nb-card.nb-product-card .card-body.nb-card-body.nb-product-card-body {
    padding: 12px;
}
.nb-ecommerce-footer-16 .nb-info-box-8 .nb-info-box-8-wrapper .custom-text p {
    font-weight: var(--nb-font-medium);
}
.nb-newsletter-form-popup-1 .nb-submit-newsletter-wrapper .nb-btn,
.nb-ecommerce-footer-16 .nb-footer-newsletter-1 .nb-submit-newsletter-wrapper .nb-btn {
    background-color: var(--nb-color-pink);
    border-color: var(--nb-color-pink);
    color: var(--nb-color-white);
}
.nb-newsletter-form-popup-1 .nb-submit-newsletter-wrapper .nb-btn:hover,
.nb-ecommerce-footer-16 .nb-footer-newsletter-1 .nb-submit-newsletter-wrapper .nb-btn:hover {
    background-color: var(--nb-color-white);
    border-color: var(--nb-color-pink);
    color: var(--nb-color-pink);
}
.nb-ecommerce-footer-16 .nb-top-footer-wrapper .nb-content-wrapper > .row{
    align-items: center;
    width: 100%;
}
.nb-ecommerce-footer-16 .nb-footer-disclaimer {
    max-width: 1400px;
}
.nb-ecommerce-header-15 .nb-link.nb-text-link-4:before {
    background: var(--nb-color-pink);
}
.nb-ecommerce-header-15 .nb-link.nb-text-link-4:hover:before {
    width: 16px;
}
.nb-ecommerce-footer-16 .nb-footer-links .nb-link:before {
    display: inline-block;
    content: '';
    position: relative;
    width: 0;
    height: 2px;
    transition: width 0.5s;
    background: var(--nb-color-pink);
    bottom: 5px;
}
.nb-ecommerce-footer-16 .nb-footer-links .nb-link:hover:before {
    width: 16px;
    margin-right: 10px;
}
.nbtmp-product-detail-page-tmp-19 .nb-layout-product-detail-grid {
    padding-left: 50px;
}
.nb-product-detail-category-name-1 .nb-link {
    color: var(--nb-color-gray-600);
}
.nb-product-detail-rating-1 .nb-rating-show-with-count-of-reviews > .custom-text{
    color: var(--nb-color-gray-600);
}
.nbtmp-product-detail-page-tmp-19 .layout .block.product-detail-short-description-1,
.nbtmp-product-detail-page-tmp-19 .layout .block.product-detail-rating-1,
.nbtmp-product-detail-page-tmp-19 .layout .block.product-detail-name-1 {
    margin-top: 10px !important;
}
.nb-product-detail-short-description-1 {
    padding: 0;
    border: unset;
    background-color: unset;
    font-size: var(--nb-font-size-14);
}
.nb-product-price-detail-2 .nb-price-saving .nb-price-saving-label{
    font-weight: var(--nb-font-regular);
}
.nb-product-price-detail-2 .nb-product-lower-price-notification-link .nb-link-with-icon-1 .nb-link {
    color: var(--nb-text-color-primary);
}
.nb-product-price-detail-2 {
    border-top: var(--nb-border-width) var(--nb-border-style) var(--nb-border-color);
    padding-top: 10px;
}
.nb-product-related-image-list-1 .nb-product-related-image-list-wrapper > * {
    flex: 0 0 60px;
}
.nb-product-detail-aidc-list-1 .nb-product-related-image-list-1 .nb-img-wrapper {
    border-color: var(--nb-border-color);
    border-radius: var(--nb-border-radius-xs);
}
.nb-product-detail-aidc-list-1 .nb-product-related-image-list-1 .nb-img-wrapper img {
    border-radius: var(--nb-border-radius-xs);
}
.nb-product-detail-size-2 .nb-tab-size-picker-4 .nb-product-size-list-8 {
    display: flex;
    gap: 10px;
}
.nb-product-detail-size-2 .nb-tab-size-picker-4 .nb-product-size-list-8 .nb-size-value-box-1 {
    min-width: 77px;
}
.nb-product-add-to-cart-button-4 .nb-content-wrapper .nb-quantity-product .nb-quantity-arrows {
    width: 40px;
}
.nb-product-add-to-cart-button-4 .nb-content-wrapper .nb-quantity-product .nb-quantity-input input {
    border-left: var(--nb-border-width) var(--nb-border-style) var(--nb-border-color);
    border-right: var(--nb-border-width) var(--nb-border-style) var(--nb-border-color);
}
.nb-product-user-activity-misc-options-1 .nb-product-open-gift-list-modal {
    border: var(--nb-border-width) var(--nb-border-style) var(--nb-color-blue-100);
    background-color: var(--nb-color-blue-100);
}
.nb-product-user-activity-misc-options-1 .nb-favorite {
    background-color: var(--nb-color-pink-100);
    color: var(--nb-color-pink);
    border-color: var(--nb-color-pink-100);
}
.nb-product-user-activity-misc-options-1 .nb-favorite .nb-icon{
    color: var(--nb-color-pink);
}
.nb-product-user-activity-misc-options-1 > * {
    border-radius: var(--nb-border-radius-xs);
    border: var(--nb-border-width) var(--nb-border-style) var(--nb-color-blue-200);
    background-color: transparent;
    color: var(--nb-text-color-primary);
}
.nb-product-user-activity-misc-options-1 > * .nb-icon{
    color: var(--nb-spec-color);
    line-height: 1;
}
.nb-product-box-detail-floater-2 .nb-product-bubble-3 .nb-product-name, .nb-product-box-detail-floater-2 .nb-product-bubble-3 .nb-product-name .nb-title,
.nb-product-card-31.nb-component .nb-product-bubble-3 .nb-product-name, .nb-product-card-31.nb-component .nb-product-bubble-3 .nb-product-name .nb-title {
    --nb-dt-rows: 3;
    font-size: var(--nb-font-size-12);
    height: auto;
}
.nb-product-box-detail-floater-2 .nb-product-bubble-3 .nb-product-img-and-name-wrapper .nb-img-wrapper,
.nb-product-card-31.nb-component .nb-product-bubble-3 .nb-product-img-and-name-wrapper .nb-img-wrapper {
    border: var(--nb-border-width) var(--nb-border-style) var(--nb-border-color);
}
.nb-product-box-detail-floater-2 .nb-product-bubble-3 .nb-product-bubble-control-wrapper,
.nb-product-card-31.nb-component .nb-product-bubble-3 .nb-product-bubble-control-wrapper {
    border-top-left-radius: var(--nb-border-radius-xs);
    border-top-right-radius: var(--nb-border-radius-xs);
}
.nb-product-box-detail-floater-2 .nb-product-button-with-bubble-3 .nb-product-bubble-3,
.nb-product-card-31.nb-component .nb-product-button-with-bubble-3 .nb-product-bubble-3 {
    border-top-left-radius: var(--nb-border-radius-xs);
    border-top-right-radius: var(--nb-border-radius-xs);
}
.nb-product-box-detail-floater-2 .nb-product-bubble-3 .nb-price-sale,
.nb-product-card-31 .nb-product-bubble-3 .nb-price-sale {
    font-size: var(--nb-font-size-13);
    font-weight: var(--nb-font-medium);
    text-align: end;
}
.nb-product-box-detail-floater-2 .nb-product-bubble-3 .nb-product-info-wrapper,
.nb-product-card-31 .nb-product-bubble-3 .nb-product-info-wrapper {
    gap: 5px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.nb-product-box-detail-floater-2 .nb-product-img-and-name-wrapper .nb-product-name,
.nb-product-card-31 .nb-product-bubble-3 .nb-product-img-and-name-wrapper .nb-product-name {
    max-width: unset;
}
.nb-product-box-detail-floater-2 .nb-product-bubble-3 .nb-product-size-picker-wrapper,
.nb-product-card-31 .nb-product-bubble-3 .nb-product-size-picker-wrapper {
    margin-bottom: 10px;
    gap: 10px;
}
.nb-product-box-detail-floater-2 .nb-product-bubble-3 .nb-product-size-list-5,
.nb-product-card-31 .nb-product-bubble-3 .nb-product-size-list-5 {
    gap: 0;
}
.nb-product-box-detail-floater-2 .nb-product-size-list-5 > *,
.nb-product-card-31 .nb-product-size-list-5 > * {
    flex: 1 1 20%;
    max-width: 20%;
    height: 35px;
    width: unset;
    border-left: unset;
    font-size: var(--nb-font-size-13);
    font-weight: var(--nb-font-medium);
    color: var(--nb-color-gray-700);
    letter-spacing: 1px;
    padding: 5px 2px;
}
.nb-product-card-31 .nb-product-size-list-5 .nb-size-value-box-1:nth-child(1),
.nb-product-card-31 .nb-product-size-list-5 .nb-size-value-box-1:nth-child(6n) {
    border-left: var(--nb-border-width) var(--nb-border-style) var(--nb-border-color);
}
.nb-product-card-31 .nb-product-size-list-5 .nb-size-value-box-1:nth-child(n+6) {
    border-top: unset;
}
.nb-product-card-31 .nb-size-value-box-1.active, .nb-product-card-31 .nb-size-value-box-1:focus, .nb-product-card-31 .nb-size-value-box-1:hover {
    border-color: var(--nb-border-color);
    color: var(--nb-spec-color);
}
.nb-accordion.nb-accordion-2 .nb-accordion-button,
.nb-product-additional-info-display-accordion-1 .nb-accordion.nb-accordion-2 .nb-accordion-button {
    font-size: var(--nb-font-size-16);
    font-weight: var(--nb-font-semibold);
    padding: 22px 40px 22px 15px;
}
.nb-accordion.nb-accordion-2 .nb-accordion-item:last-child,
.nb-accordion.nb-accordion-2 .nb-accordion-item,
.nb-product-additional-info-display-accordion-1 .nb-accordion.nb-accordion-2 .nb-accordion-item {
    border-bottom: unset;
    background: var(--nb-color-gray-100);
}
.nb-accordion.nb-accordion-2 .nb-accordion-item .nb-accordion-body,
.nb-product-additional-info-display-accordion-1 .nb-accordion.nb-accordion-2 .nb-accordion-item .nb-accordion-body {
    padding-left: 15px;
    padding-right: 15px;
}
.nb-accordion.nb-accordion-2 .nb-accordion-item:not(:last-child),
.nb-product-additional-info-display-accordion-1 .nb-accordion.nb-accordion-2 .nb-accordion-item:not(:last-child) {
    margin-bottom: 20px;
}
.nb-product-specification-1 .nb-title-wrapper {
    border-bottom: var(--nb-border-width) var(--nb-border-style) var(--nb-color-blue-300);
}
.nb-product-specification-1 .nb-items-wrapper .nb-item:nth-child(2n) {
    background-color: var(--nb-color-white);
}
.nb-accordion .accordion-button .nb-toggle-icon,
.nb-product-additional-info-display-accordion-1 .nb-accordion .accordion-button .nb-toggle-icon {
    right: 15px;
}
.article-list-accordion-2 .nb-accordion.nb-accordion-2 .nb-accordion-item:has(.collapse.show){
    background-color: #E0F9FF80;
}
.nb-product-detail-description-1 {
    padding: 12px;
    background-color: var(--nb-color-white);
    font-size: var(--nb-font-size-14);
}
.nb-rating .nb-icon {
    font-size: var(--nb-font-size-14);
}
.nb-rating-show-stars-active,
.nb-rating-show-stars-inactive {
    gap: 5px;
}
.nb-comment-box-9 .nb-username {
    margin-bottom: 5px;
}
.nb-product-box-detail-floater-2 .nb-left-wrapper .nb-img-wrapper img {
    border-radius: var(--nb-border-radius-xs);
}
.nb-product-box-detail-floater-2 .nb-left-wrapper .nb-img-wrapper {
    border-radius: var(--nb-border-radius-xs);
    border: var(--nb-border-width) var(--nb-border-style) var(--nb-border-color);
}
.nb-product-box-detail-floater-2 .nb-product-code {
    line-height: 16px;
}
.nb-product-box-detail-floater-2 .nb-product-code .nb-product-code-id {
    font-weight: var(--nb-font-semibold);
}
.nb-product-box-detail-floater-2 .nb-left-wrapper .nb-img-wrapper .nb-img {
    height: unset;
}
.nb-product-box-detail-floater-2 .nb-left-wrapper .nb-product-info-wrapper {
    gap: 0;
}
.nb-product-box-detail-floater-2 .nb-right-wrapper .nb-btn {
    min-width: 270px;
    min-height: 50px;
    background-color: var(--nb-spec-color);
    color: var(--nb-color-white);
}
.nb-product-box-detail-floater-2 .nb-right-wrapper .nb-btn:hover,
.nb-product-box-detail-floater-2 .nb-right-wrapper .nb-btn:active,
.nb-product-box-detail-floater-2 .nb-right-wrapper .nb-btn:focus {
    background-color: var(--nb-color-white);
    color: var(--nb-spec-color);
}
.nb-product-box-detail-floater-2 .nb-right-wrapper .nb-btn .nb-icon {
    display: none;
}
.nb-product-box-detail-floater-2 {
    padding: 15px 0;
}
.nb-product-comparison-floater-1 .nb-icon-wrapper {
    background-color: var(--nb-color-white);
    box-shadow: 0px 4px 4px 0px #00000026;
    border: unset;
}
.nb-product-comparison-floater-1 .bi-arrow-left-right:before {
    content: "\eac3";
}
.nb-product-comparison-floater-1 .nb-icon-wrapper .nb-icon {
    color: var(--nb-spec-color);
    font-size: 17px;
}
.nb-product-comparison-floater-1 .nb-icon-wrapper .nb-counter {
    background-color: var(--nb-spec-color);
}
main .nb-slider-arrows .bi-chevron-right:before {
    content: "\ea5e";
}
main .nb-slider-arrows .bi-chevron-left:before {
    content: "\ea5d";
}
main .nb-slider-arrows .slider-arrow i {
    font-size: 32px;
    color: var(--nb-spec-color);
}
.nb-gallery-zoom .nb-img-wrapper::before,
.nb-gallery-item .nb-img-wrapper::before {
    line-height: 1;
}
.similar-product-list-carousel-2 .nb-slider .nb-slider-arrows,
.nb-last-viewed-product-list-carousel-2 .nb-slider .slider .nb-slider-arrows,
main .custom-product-list-carousel-1.block .nb-slider-arrows,
main .nb-slider .nb-slider-arrows {
    width: calc(100% + 90px);
    left: -45px;
}
main .nb-carousel-banner-30.block .nb-slider-arrows{
    width: 100%;
    left: unset;
}
.nb-product-listing-options-and-category-heading-2 .nb-main-wrapper .nb-product-filters-intro-sort-3 .nb-select {
    min-width: 190px;
}
.nb-product-category-box-1 .nb-image-box-with-text .nb-img-wrapper {
    padding: 0;
    border: unset;
}
.nb-product-filter-categories-1 .nb-link:not(.nb-product-filter-selected-category) {
    font-size: var(--nb-font-size-14);
}
.nb-product-filter-categories-1,
.nb-product-filter-categories-1 .nb-wrapper {
    gap: 20px;
}
.nb-product-listing-filters-wrapper .nb-accordion.nb-accordion-2 .nb-accordion-button {
    font-size: var(--nb-font-size-16);
    padding: 18px 15px;
    color: var(--nb-spec-color);
}
.nb-product-listing-filters-wrapper .nb-accordion.nb-accordion-2 .nb-accordion-button.collapsed {
    color: var(--nb-text-color-primary)
}
.nb-product-listing-filters-wrapper .nb-accordion .nb-accordion-item {
    background-color: var(--nb-color-gray-100);
    border-radius: 4px;
}
.nb-product-listing-filters-wrapper .nb-accordion .nb-accordion-item {
    background-color: var(--nb-color-gray-100);
    border-bottom: unset;
    margin-bottom: 15px;
}
.nb-product-filter-category-attribute-vertical-1 .nb-accordion.nb-accordion-2 .nb-accordion-collapse .nb-accordion-body {
    padding: 0px 15px 15px;
}
.nb-product-listing-filters-wrapper .nb-form-check .nb-label {
    color: var(--nb-text-color-primary);
    font-size: var(--nb-font-size-14);
    font-weight: var(--nb-font-medium);
}
.nb-product-listing-filters-wrapper .nb-form-check:not(.form-switch) .nb-check {
    width: 16px;
    height: 16px;
}
.nb-form-check .nb-label {
    margin-left: 10px;
}
.nb-product-filter-category-attribute-vertical-1 .nb-accordion.nb-accordion-2 .nb-accordion-button .nb-toggle-icon {
    right: 15px;
}
.nb-product-filter-categories-1 {
    background-color: var(--nb-color-gray-100);
    padding: 20px;
    border-radius: 4px;
}
.nb-action-loyalty-form.nb-collapse.open .header-wrapper .nb-icon {
    transform: unset;
}
.nb-checkout-code-selection-2 .nb-action-loyalty-form .bi-chevron-down,
.nb-accordion.nb-accordion-4 .nb-accordion-item .nb-accordion-button .nb-toggle-icon,
.nb-accordion.nb-accordion-2 .nb-accordion-item .nb-icon {
    font-size: var(--nb-font-size-12);
    line-height: 1;
}
.nb-checkout-code-selection-2 .nb-action-loyalty-form.open .bi-chevron-down:before,
.nb-accordion.nb-accordion-4 .nb-accordion-item:has(.collapse.show) .nb-accordion-button .nb-icon:before,
.nb-accordion.nb-accordion-2 .nb-accordion-item .nb-collapse-icon:before {
    content: '\F63B';
}
.nb-checkout-code-selection-2 .nb-action-loyalty-form .bi-chevron-down:before,
.nb-checkout-code-selection-2 .nb-checkout-code-selection-accordion-list-1 .nb-accordion .nb-accordion-item.active .accordion-button.collapsed .nb-toggle-icon:before,
.nb-accordion.nb-accordion-4 .nb-accordion-item .nb-accordion-button .nb-icon:before,
.nb-accordion.nb-accordion-2 .nb-accordion-item .nb-collapsed-icon:before {
    content: '\F64D';
}
.nb-accordion.nb-accordion-2 .accordion-button i:before,
.nb-accordion.nb-accordion-4 .accordion-button i.nb-toggle-icon:before {
    transform: unset;
}
.nb-product-filter-category-attribute-vertical-1 .nb-accordion .accordion-button .nb-collapse-icon:before {
    color: var(--nb-text-color-primary);
}
.nb-product-filters-control-display-1 .nb-product-filters-control-label {
    text-decoration: underline;
}
.nb-applied-product-filter-2 .nb-main-wrapper .nb-wrapper {
    flex-direction: column;
    align-items: flex-end;
    gap: 5px;
}
.nb-btn-form {
    min-width: 250px;
}
.nb-sub-heading.nb-sub-heading-s,
.nb-sub-heading.nb-sub-heading-m {
    font-weight: var(--nb-font-medium);
}
body[class*="cooperation-form-page-tmp"] .nb-sub-heading.nb-sub-heading-m,
body[class*="career-form-page-tmp"] .nb-sub-heading.nb-sub-heading-m {
    font-weight: var(--nb-font-regular);
}
.nb-message-list-heading-1 .nb-heading-with-subheading,
.nb-promotion-detail-heading-with-subheading-1,
.nb-promotion-heading-with-subheading-1,
body[class*="cooperation-form-page-tmp"] .block-heading-with-subheading {
    text-align: left !important;
}
.block-heading-with-subheading .nb-title + .nb-sub-heading,
.nb-heading-with-subheading .nb-title + .nb-sub-heading {
    margin-top: 10px;
}
.nb-order-card-1 .nb-order-item-list-carousel  .nb-slider .nb-slider-arrows{
    width: 100%;
    left: 0;
}
.nb-price-drop-list-grid-1 > .nb-top-wrapper,
.nb-back-in-stock-list-grid-1 .nb-top-wrapper {
    margin-bottom: 20px;
    align-items: center;
}
.nb-price-drop-list-grid-1 .nb-top-wrapper .nb-heading-with-subheading,
.nb-back-in-stock-list-grid-1 .nb-top-wrapper .nb-heading-with-subheading {
    margin-bottom: 0;
}
.nb-heading-1 .nb-title:not(:last-child) {
    margin-bottom: 5px;
}
.nb-step-basket.nb-step-basket-2.active .nb-icon.active-step-icon {
    color: var(--nb-spec-color);
}
.nb-step-basket.nb-step-basket-2.solved .nb-step-title {
    color: var(--nb-text-color-primary)
}
.nb-cart-summary-5 .nb-body-wrapper .nb-text-wrapper .nb-price.nb-price-with-taxes > *, .nb-cart-summary-5 .nb-body-wrapper .nb-text-wrapper .nb-price.nb-price-with-taxes {
    font-weight: var(--nb-font-bold);
}
.nb-cart-summary-5 .nb-body-wrapper .nb-text-wrapper .custom-text.nb-total-label {
    font-size: var(--nb-font-size-18);
}
.nb-cart-product-item-4 .nb-cart-item-saving-price {
    font-style: italic;
}
.nb-cart-product-item-4 {
    border-radius: var(--nb-border-radius-xs);
}
.nb-payment-group-list-2 .nb-header-wrapper .nb-payment-name-selected-payment .nb-separator:before,
.nb-payment-group-list-2 .nb-header-wrapper .nb-payment-name-selected-payment .nb-separator,
.nb-payment-group-list-2 .nb-header-wrapper .nb-text-wrapper .nb-title,
.nb-delivery-group-list-2 .nb-delivery-name-selected-carrier .nb-separator,
.nb-delivery-group-list-2 .nb-header-wrapper .nb-text-wrapper .nb-title {
    font-size: var(--nb-font-size-14);
    margin-bottom: 0;
}
.nb-payment-group-list-2 .nb-payment-name-selected-payment .nb-selected,
.nb-delivery-group-list-2 .nb-delivery-name-selected-carrier .nb-selected {
    font-size: var(--nb-font-size-14);
    color: var(--nb-spec-color);
}
.nb-payment-group-list-2 .nb-accordion .nb-accordion-button,
.nb-delivery-group-list-2 .nb-accordion .nb-accordion-button {
    min-height: 56px;
    padding: 12px 55px 12px 12px;
}
.nb-cart-benefits-and-cta-2 .nb-info-wrapper .nb-label-no-reg {
    font-size: 16px;
    font-weight: var(--nb-font-bold);
}
.nb-cart-benefits-and-cta-2 .nb-cart-heading-1 .nb-title {
    font-size: var(--nb-font-size-18);
}
.nb-delivery-address-form-with-benefits-2 .nb-login-or-register-2 .nb-btn-wrapper .nb-login, .nb-delivery-address-form-with-benefits-2 .nb-login-or-register-2 .nb-btn-wrapper .nb-register {
    background-color: var(--nb-color-white);
    border-color: var(--nb-border-color);
    font-size: var(--nb-font-size-14);
    padding: 8px 15px;
}
.nb-delivery-address-form-with-benefits-2 .nb-login-or-register-2 .nb-btn-wrapper .nb-login:hover,
.nb-delivery-address-form-with-benefits-2 .nb-login-or-register-2 .nb-btn-wrapper .nb-register:hover {
    border-color: var(--nb-spec-color);
    color: var(--nb-spec-color);
}
.object-details-v1 .nb-icon-left-title-and-description-right-horizontal {
    margin-bottom: 25px;
}
.object-location-grid-v1 .nb-work-time .nb-title,
.object-details-v1 .nb-heading-margin {
    font-size: var(--nb-font-size-24);
    font-weight: var(--nb-font-medium);
}
.nbtmp-location-detail-tmp-3 .object-location-grid-v1 {
    max-width: 650px;
}
.nb-work-time-list .day-time {
    margin-bottom: 15px;
}
.nb-product-card-31 .nb-product-card .nb-card-body > .nb-product-name {
    margin-bottom: 5px;
}
.nb-product-card-31 .nb-product-card .nb-product-prices-13 {
    min-height: 55px;
}
.nb-single-banner-14 .nb-img {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}
.nb-single-banner-14 .nb-bg-section {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}
.nb-search-banner-1 .nb-img,
.nb-cart-benefits-and-cta-2 .nb-img,
.nb-promotion-gallery-image-wrapper .nb-img,
.article-detail-cover-image .nb-img,
.nb-slider-item-list-box-2 .nb-slider-item-box-54 .nb-img,
.nb-gallery-zoom .nb-img-wrapper::after, .nb-gallery-item .nb-img-wrapper::after,
.nb-youtube-video-4 .nb-img,
.nb-single-banner-2 .nb-img,
.page-gallery .nb-img,
.nb-gallery-item .nb-img,
.product-category-cover-image-1 .nb-img,
.nb-carousel-banner-15 .nb-image-overlay-box-2:before,
.nb-grid-banner-29 .nb-slider-item-box-40:before,
.nb-slider-item-box-52 .nb-slider-item-image .nb-img-wrapper:before,
div[class*="nb-grid-banner-"] .nb-img,
.nb-text-editor img,
div[class*="nb-carousel-banner-"] .nb-img {
    border-radius: 4px;
}
.brand-logo-carousel .nb-slider-item {
    background-color: var(--nb-color-gray-100);
    padding: 20px;
    border-radius: 4px;
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.brand-logo-carousel .nb-slider-item .nb-product-attribute-image-with-title-1 .nb-attribute-title {
    display: none;
}
.brand-logo-carousel .nb-slider-item .nb-product-attribute-image-with-title-1 .nb-img {
    max-height: 100px;
}
.nb-product-comparison-floater-products-1 .nb-info-box-1 {
    padding: 10px;
}
.nb-product-comparison-floater-products-1 .nb-info-box-1 .nb-btn {
    width: 100%;
}
.nb-product-comparison-popup-1 .nb-comparison-heading-wrapper .nb-close-comparison:active,
.nb-product-comparison-popup-1 .nb-comparison-heading-wrapper .nb-close-comparison:focus,
.nb-product-comparison-popup-1 .nb-comparison-heading-wrapper .nb-close-comparison:hover {
    color: var(--nb-color-white);
}
.nb-product-add-to-cart-button-4 .nb-product-auto-subscription-1 .nb-btn .nb-icon {
    color: var(--nb-spec-color);
}
.nb-product-add-to-cart-button-4 .nb-product-auto-subscription-1 .nb-btn:active .nb-icon,
.nb-product-add-to-cart-button-4 .nb-product-auto-subscription-1 .nb-btn:focus .nb-icon,
.nb-product-add-to-cart-button-4 .nb-product-auto-subscription-1 .nb-btn:hover .nb-icon {
    color: var(--nb-color-white);
}
.nb-slider-item-list-box-2 .nb-slider-item-box-54 .nb-img-wrapper:before {
    content: '';
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.65) 10.1%, rgba(0, 0, 0, 0.1625) 50%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    left: 0;
    top: 0;
    pointer-events: none;
    border-radius: 4px;
}
.nb-modal .modal-header .nb-modal-title {
    font-size: var(--nb-font-size-24);
    font-weight: var(--nb-font-medium);
    text-align: center;
}
.nb-modal .nb-modal-header.nb-modal-header-center {
    padding-left: 40px;
    padding-right: 40px;
}
.nb-lost-password-modal-1 .nb-lost-password-description,
.nb-registration-modal-1 .nb-description,
.nb-login-modal-2 .nb-modal-body > *:first-child {
    font-size: var(--nb-font-size-16);
    font-weight: var(--nb-font-medium);
    text-align: center;
}
.nb-lost-password-modal-1 .nb-lost-password-description {
    margin-bottom: 20px;
}
.nb-reset-password-form-1 .nb-link,
.nb-register-form-1 .nb-login-link .nb-link,
.nb-lost-password-form-1 .nb-link,
.nb-login-form-2 .nb-login-forgot-password-link {
    color: var(--nb-color-pink);
}
.nb-reset-password-form-1 .nb-link:hover,
.nb-registration-form-1-block .nb-login-link:hover,
.nb-lost-password-form-1 .nb-link:hover,
.nb-login-form-2 .nb-login-forgot-password-link:hover {
    text-decoration: underline;
}
.nb-social-login .nb-btn {
    font-weight: var(--nb-font-medium);
}
.nb-login-form-2 .nb-registration-wrapper .nb-btn {
    background-color: var(--nb-color-pink);
    border-color: var(--nb-color-pink);
    color: var(--nb-color-white);
}
.nb-login-form-2 .nb-registration-wrapper .nb-btn:active,
.nb-login-form-2 .nb-registration-wrapper .nb-btn:focus,
.nb-login-form-2 .nb-registration-wrapper .nb-btn:hover {
    background-color: var(--nb-color-white);
    border-color: var(--nb-color-pink);
    color: var(--nb-color-pink);
}
.nb-login-form-2 {
    gap: 20px;
}
.nb-register-form-1 .nb-form-fields-wrapper .nb-btn {
    min-width: 420px;
}
.nb-form-check .nb-label {
    color: var(--nb-color-black);
}
.nb-register-form-1 .nb-login-link {
    font-size: var(--nb-font-size-16);
    font-weight: var(--nb-font-medium);
    color: var(--nb-text-color-primary);
}
.nb-register-form-1 .nb-genders-wrapper {
    margin-left: 0;
}
.nb-registration-modal-1 .nb-modal-body {
    padding: 20px 40px 40px;
}
.nb-search-brands-1 .nb-link.text-link-1.nb-secondary-link,
.nb-search-categories-2 .nb-link.text-link-1.nb-secondary-link {
    color: var(--nb-text-color-primary);
}
.nb-search-brands-1 .nb-link.text-link-1.nb-secondary-link:hover,
.nb-search-categories-2 .nb-link.text-link-1.nb-secondary-link:hover {
    color: var(--nb-color-pink);
}
.nb-smart-search-1 .left-search-wrapper {
    padding-top: 5px;
}
.nb-search-product-grid-2 .nb-card.nb-product-card {
    border-width: var(--nb-border-width);
    border-radius: 4px;
    padding-right: 10px;
    align-items: center;
}
.nb-product-card-5 .nb-product-card .nb-card-body .nb-product-name .nb-title {
    font-weight: var(--nb-font-medium);
}
.nb-smart-search-1 .nb-items-wrapper::-webkit-scrollbar-thumb:hover,
.nb-smart-search-1 .nb-items-wrapper::-webkit-scrollbar-thumb {
    background: var(--nb-color-gray);
}
.nb-smart-search-1 .nb-items-wrapper::-webkit-scrollbar-track {
    background: var(--nb-color-gray-100);
}
.nb-search-product-grid-2 .nb-items-wrapper {
    max-height: calc(100vh - 504px);
}
.nb-product-card-5 .nb-product-card .nb-img-wrapper .nb-img {
    max-height: 100px;
}
.nb-mini-cart-content-product-3 .nb-cart-box-6 .nb-cart-item-name .nb-title {
    font-size: var(--nb-font-size-16);
    font-weight: var(--nb-font-medium);
}
.nb-cart-items-list .nb-product-item {
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.nb-cart-price-and-quantity-1 .nb-quantity-price-wrapper {
    margin-bottom: 2px;
}
.nb-location-map-list-item-3 .nb-location-short-description {
    display: none;
}
.nb-location-map-list-2 .nb-location-info-wrapper .nb-info-box-4 .custom-text{
    font-weight: var(--nb-font-medium);
}
.nb-location-map-list-item-3 {
    gap: 15px;
    margin: 5px 10px 15px 0;
    box-shadow: 0px 0px 15px 0px #00000040;
}
.nb-location-map-list-4 .nb-location-map-form-3 {
    margin: 0 10px 15px 0;
}
.nb-location-map-list-4 .nb-locations-list-panel {
    scrollbar-color: unset;
}
.nb-location-map-list-4 .nb-locations-list-panel::-webkit-scrollbar {
    width: 5px;
}
.nb-location-map-list-4 .nb-locations-list-panel::-webkit-scrollbar-thumb {
    background-color: var(--nb-color-pink);
}
.nb-location-map-list-4 .nb-locations-list-panel::-webkit-scrollbar-track {
    background-color: var(--nb-color-gray-400);
}
.nb-location-map-list-4 .nb-location-mobile-map-controls-1 > * {
    font-weight: var(--nb-font-medium);
}
.subcategory-links .nb-items-wrapper {
    justify-content: flex-start;
}
.subcategory-links .nb-item {
    height: 35px;
    font-size: var(--nb-font-size-16);
    font-weight: var(--nb-font-semibold);
    color: var(--nb-spec-color);
    background-color: transparent;
    line-height: 32px;
    border-radius: 4px;
}
.subcategory-links .nb-link:hover .nb-item {
    color: var(--nb-color-white);
    background-color: var(--nb-spec-color);
}
.nb-article-card-5 .nb-title {
    font-weight: var(--nb-font-medium);
}
.nb-article-card-5 .nb-bottom-wrapper .nb-link {
    display: none;
    text-decoration: unset;
}
.nb-article-card-5:hover .nb-bottom-wrapper .nb-link {
    display: block;
}
.article-detail-compound-1 .nb-component.category-and-date  {
    margin-bottom: 5px;
}
.article-gallery-grid-1 .heading-with-icon-1 {
    margin-bottom: 20px;
}
.heading-with-icon-1 .nb-icon {
    display: none;
}
.nb-icon-left-title-and-description-right-horizontal .nb-title {
    margin-bottom: 5px;
}
.contact-info .nb-items-wrapper .nb-item .nb-title {
    font-size: var(--nb-font-size-16);
}
.layout.nb-margin:has(.category-detail-heading) {
    margin-bottom: 20px !important;
}
.nbtmp-faq-page-accordion-tmp-7 .layout.nb-margin:has(.nb-subcategory-carousel-4),
.nbtmp-faq-page-accordion-tmp-7 .layout.nb-margin:has(.category-detail-heading) {
    margin-bottom: 40px !important;
}
.layout.nb-margin:has(.page-title-and-description),
.layout.nb-margin:has(.nb-promotion-detail-heading-2),
.layout.nb-margin:has(.nb-promotion-list-heading-2),
.layout.nb-margin:has(.nb-poll-list-heading-2),
.layout.nb-margin:has(.page-headline-1) {
    margin-bottom: 40px !important;
}
.heading-and-radio-button-v1 .nb-label {
    font-size: var(--nb-font-size-14);
}
.nb-accordion.nb-accordion-3 .nb-accordion-button:not(.collapsed) {
    background-image: unset;
}
.poll-detail-form-v1 .nb-btn {
    font-size: var(--nb-font-size-16);
    line-height: 22px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.nb-cart-summary-5 .nb-header-wrapper {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding: 20px;
}
.nb-cart-summary-5 .nb-footer-wrapper {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.nb-cart-summary-5 {
    border-radius: 4px;
}
.nb-pre-confirmation-checkout-overview .nb-cart-info-box .nb-icon,
.nb-pre-confirmation-checkout-overview .nb-info-box .nb-icon {
    color: var(--nb-spec-color);
}
.nb-ecommerce-header-15 .nb-header-site-user-1 .nb-icon {
    color: var(--nb-text-color-primary);
    font-size: 18px;
    line-height: 1;
    bottom: 0;
}
.nb-ecommerce-header-15 .nb-header-user-wrapper .nb-is-user-loyalty-trigger:after,
.nb-header-site-user-1 .nb-header-site-user-separator:before {
    color: var(--nb-color-gray-400);
}
.nb-main-navigation-4 .nb-menu-first-level-item-list.wsmenu-list > li.item-right .nb-link {
    font-size: var(--nb-font-size-14);
}
.nb-product-card-31 .nb-product-card .nb-card-body > .nb-product-name {
    margin-bottom: 10px;
}
.nb-product-card-31 .nb-product-card .nb-category-and-review-wrapper {
    margin-bottom: 5px;
}
.nb-product-card-31 .nb-product-card .nb-btn.nb-add-to-cart {
    text-transform: unset;
    padding: 9px 10px;
}
.nb-product-content-position-1 .nb-discount.nb-discount-rectangle .nb-discount-value-wrapper,
.nb-product-content-position-1 .nb-discount.nb-discount-rectangle .nb-additional-discount-value-wrapper,
.nb-product-card-31 .nb-product-card .nb-discount.nb-discount-rectangle .nb-discount-value-wrapper,
.nb-product-card-31 .nb-product-card .nb-discount.nb-discount-rectangle .nb-additional-discount-value-wrapper {
    height: 22px;
    font-size: var(--nb-font-size-12);
    font-weight: 900;
    width: 40px;
    min-height: 22px;
}
.nb-product-content-position-1 .nb-discount .nb-additional-discount-wrapper .nb-additional-discount-value-wrapper,
.nb-product-card-31 .nb-discount .nb-additional-discount-wrapper .nb-additional-discount-value-wrapper {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}
.nb-product-content-position-1 .nb-discount.nb-discount-rectangle .nb-discount-value-wrapper,
.nb-product-card-31 .nb-discount.nb-discount-rectangle .nb-discount-value-wrapper {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}
.nb-product-content-position-1 .nb-discount:has(.nb-additional-discount-wrapper.hidden) .nb-discount-value-wrapper,
.nb-product-card-31 .nb-discount:has(.nb-additional-discount-wrapper.hidden) .nb-discount-value-wrapper {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.nb-product-card-31 .nb-product-content-position-2 .nb-product-compare-2 .nb-icon,
.nb-product-card-31 .nb-product-content-position-2 .nb-product-open-gift-list-modal .nb-icon,
.nb-product-card-31 .nb-product-content-position-2 .nb-favorite .nb-icon {
    font-size: var(--nb-font-size-17);
}
.nb-product-card-31 .nb-product-content-position-2 .nb-product-compare-2 .nb-icon:hover,
.nb-product-card-31 .nb-product-content-position-2 .nb-product-open-gift-list-modal:hover .nb-icon,
.nb-product-card-31 .nb-product-content-position-2 .nb-favorite:hover .nb-icon {
    color: var(--nb-color-pink);
}
.nb-ecommerce-header-15 .nb-header-site-user-1 .nb-login-link:after {
    background-color: var(--nb-color-gray-400);
}
.nb-product-detail-gallery-carousel-3 .nb-product-content-position-1 .nb-position.nb-top-left-content {
    right: calc(50% + 10px);
    left: unset;
}
.nb-product-detail-gallery-carousel-3 .nb-product-content-position-1 .nb-position.nb-top-right-content {
    left: var(--nb-product-detail-gallery-carousel-3-content-offset);
    right: unset;
}
.nb-product-loan-calculator {
    background-color: var(--nb-color-gray-100);
    border: unset;
}
.nb-product-loan-calculator .nb-check{
    width: 16px;
    height: 16px;
}
.nb-product-loan-calculator .nb-month-rate-wrapper .nb-input {
    height: 18px;
    border: unset;
    line-height: 18px;
    max-width: 100%;
    font-size: var(--nb-font-size-12);
}
.nb-product-loan-calculator .nb-month-rate-wrapper .nb-month-rate-label {
    flex-shrink: 0;
}
.nb-product-additional-note .form-floating .nb-float-label {
    color: var(--nb-color-gray-700);
}
.nb-raiffeisen-pdp-payment-info-1 .nb-loan-wrapper .form-range {
    -webkit-appearance: none;
    width: 100%;
    height: 2px;
    background: var(--nb-spec-color);
    border-radius: 5px;
    outline: none;
}
.nb-raiffeisen-pdp-payment-info-1 .nb-loan-wrapper .form-range::-webkit-slider-runnable-track {
    -webkit-appearance: none;
    width: 100%;
    height: 2px;
    background: transparent;
    border-radius: 5px;
    outline: none;
}
.nb-raiffeisen-pdp-payment-info-1 .nb-loan-wrapper .form-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 10px;
    height: 10px;
    background: var(--nb-spec-color);
    border-radius: 50%;
    cursor: pointer;
    margin-top: -4px;
    outline: none;
}
.nb-raiffeisen-pdp-payment-info-1 .nb-loan-wrapper .form-range:focus::-webkit-slider-thumb {
    box-shadow: unset;
    outline: none;
}
.nb-product-loan-calculator .nb-loan-wrapper {
    gap: 10px
}
.nb-product-payment-in-installments-2 {
    border-color: transparent;
    background-color: var(--nb-color-gray-100);
}
.nb-product-payment-in-installments-2 .nb-product-show-loan-wrapper {
    width: 16px;
    height: 16px;
}
.nb-product-payment-in-installments-2 .nb-product-show-loan-wrapper ~ .nb-label {
    margin-left: 10px;
    font-size: 14px;
}
.nb-product-payment-in-installments-2 .nb-product-loan-wrapper .nb-link:hover {
    color: var(--nb-link-color-secondary);
}
.nb-complete-the-look-product-list-carousel-1 .nb-slider-arrows .slider-next,
.nb-complete-the-look-product-list-carousel-1 .nb-slider-arrows .slider-prev {
    margin: 0;
}
.nb-menu-third-level-item-1 .nb-menu-item-box-1 > .nb-link {
    min-height: 100px;
    background: var(--nb-color-gray-100);
    display: block;
    border-radius: 4px;
}
.nb-menu-third-level-item-1 .nb-menu-item-box-1 .nb-link .nb-menu-image {
    position: absolute;
    right: 0;
    top: -20px;
}
.nb-menu-third-level-item-1 .nb-menu-item-box-1 .nb-menu-image .nb-img {
    max-width: 80px;
    max-height: 80px;
}
.nb-main-navigation-4 .nb-menu-item-box-1 .nb-menu-title {
    font-size: var(--nb-font-size-16);
    font-weight: var(--nb-font-semibold);
    left: 20px;
    bottom: 20px;
}
.nb-popup-newsletter-form-popup-1 .nb-newsletter-info-wrapper {
    gap: 15px;
}
.nb-popup-newsletter-form-popup-1.nb-modal .nb-modal-header.nb-modal-header-center {
    position: relative;
}
.nb-ecommerce-header-15 .nb-header-shop-utilities > *:not(:last-child):after {
    height: 9px;
    background-color: var(--nb-color-gray-400);
}
.nb-carousel-banner-34 .nb-slider-item-box-52 .nb-slider-item-name {
    text-transform: uppercase;
}
.nb-product-card-31 .nb-product-card .nb-product-button-with-bubble-3 .nb-product-bubble-3 {
    width: calc(100% + 24px);
    left: -12px;
    box-shadow: unset;
}
.nb-product-card-31 .nb-product-card .nb-selected-size-1 {
    font-weight: var(--nb-font-medium);
}
.nb-product-bubble-3 .nb-product-bubble-control-wrapper .nb-icon:before {
    font-weight: var(--nb-font-semibold) !important;
}
.nb-slider-item-box-43 .nb-slider-item-name {
    margin-bottom: 20px;
}
.nb-single-banner-14 .nb-slider-item-box-43 .nb-btn {
    background-color: var(--nb-color-white);
    border-color: var(--nb-spec-color);
    color: var(--nb-spec-color);
    min-width: 220px
}
.nb-single-banner-14 .nb-slider-item-box-43 .nb-btn:focus,
.nb-single-banner-14 .nb-slider-item-box-43 .nb-btn:active,
.nb-single-banner-14 .nb-slider-item-box-43 .nb-btn:hover {
    background-color: var(--nb-spec-color);
    border-color: var(--nb-spec-color);
    color: var(--nb-color-white);
}
.nb-ecommerce-footer-16 .nb-footer-newsletter-1 .form-floating .nb-float-label {
    color: var(--nb-color-gray-600);
}
.nb-ecommerce-footer-16 .nb-footer-copyright {
    margin-top: 10px;
}
.nb-ecommerce-header-15 .nb-search-button .nb-icon {
    color: var(--nb-color-gray-600);
    height: unset;
}
.nb-article-card-9 .nb-article-category {
    text-transform: unset;
}
.nb-social-login .nb-btn.nb-btn-dark {
    border-color: var(--nb-border-color);
    background-color: transparent;
    color: var(--nb-color-black);
    font-weight: var(--nb-font-medium);
}
.nb-social-login .nb-btn.nb-btn-dark:hover {
    border-color: var(--nb-spec-color);
    color: var(--nb-spec-color);
}
.nb-login-form-2 .nb-social-login {
    gap: 25px;
}
.nb-login-form-2 .nb-form-fields-wrapper .nb-form-group {
    margin-bottom: 25px;
}
.nb-login-form-2 .parsley-errors-list {
    margin-top: 5px;
}
.nb-block-login-modal-2 .nb-modal .nb-modal-body {
    padding-bottom: 40px;
}
.nb-checkbox-wrapper .nb-label a{
    text-decoration: underline;
}
.nb-product-card-5 .nb-product-card .nb-img-wrapper {
    flex: unset;
    max-width: 120px;
}
.nbtmp-product-detail-page-tmp-19 .nb-margin:has(.nb-product-detail-breadcrumbs-inline-1),
.nbtmp-product-listing-page-tmp-17 .nb-margin:has(.product-category-breadcrumbs-inline-1){
    margin-bottom: 40px !important;
}
.nb-product-filters-intro-sort-3:before {
    right: 10px;
}
.nb-image-box-with-text .custom-text {
    margin-top: 13px;
}
.nb-pricing-quick-basket-1 a.nb-btn-pricing-quick-basket {
    text-transform: unset;
    padding: 8px 10px;
}
.nb-product-comparison-floater-1:not(.dragbox) {
    top: 60%;
}
.nb-product-detail-short-description-1 .nb-see-more {
    font-size: var(--nb-font-size-12);
    color: var(--nb-color-pink);
    margin-top: 20px;
}
.nb-product-detail-short-description-1 .nb-see-more .nb-icon {
    display: none;
}
.nb-margin .layout.layout-product-detail-grid > .block:not(.hidden) + .block {
    margin-top: 10px
}
.nb-product-detail-size-2 .nb-tab-size-picker-4 .nb-product-size-list-8 .nb-size-value-box-1.disabled:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 22px;
    background: var(--nb-color-gray);
    top: 5px;
    left: 50%;
    transform: rotate(-45deg);
}
.nb-product-add-to-cart-button-4 .nb-btn.nb-add-to-cart.disabled {
    background-color: var(--nb-color-gray-300);
    border-color: var(--nb-color-gray-300);
    color: var(--nb-color-white);
}
.nb-product-quantity-and-add-to-cart .nb-choose-size-info {
    color: var(--nb-color-danger);
    margin-top: 5px;
}
.product-add-to-cart-button-4 {
    margin-bottom: 20px;
}
.product-add-to-cart-button-4:has(.nb-choose-size-info.active)  {
    margin-bottom: 45px;
}
.nb-product-detail-gallery-carousel-3 {
    --nb-gutter-x: 10px;
    --nb-gutter-y: 10px;
}
.nb-review-list-product-detail-1 .nb-comment-box-10 {
    text-align: left;
}
.nb-comments-list-1 .nb-btn {
    font-size: var(--nb-font-size-16);
    padding: 10px 15px;
    line-height: 1.2;
}
.nb-product-box-detail-floater-2 {
    box-shadow: 0px -2px 8px 0px #00000014;
}
.nb-location-map-list-4 #locations-map {
    width: 100%;
    height: calc(100vh - 150px);
}
.nb-popup-newsletter-form-popup-1 .nb-newsletter-form-popup-1 > .nb-img-wrapper {
    max-width: 320px;
}
.nb-location-city-units-list-1 > .nb-location-city-units-list-1-accordion.accordion-flush > .accordion-item .nb-accordion-button.accordion-button, .nb-location-city-units-list-1 > .nb-location-city-units-list-1-accordion.accordion-flush > .accordion-item .nb-accordion-button.accordion-button.collapsed {
    padding: 15px;
}
.nb-location-city-units-list-1 .nb-location-city-units-list-1-accordion.nb-accordion .accordion-button .nb-toggle-icon {
    right: 15px;
}
.nb-location-list-accordion-1 .nb-location-country-name {
    font-size: var(--nb-font-size-18);
    font-weight: var(--nb-font-semibold);
}
.brand-logo-carousel {
    margin-top: 30px!important;
}
.nbtmp-basic-contact-form-page-tmp-10 .layout:has(.nb-heading-1){
    margin-bottom: 40px;
}
body[class*="regular-page-tmp"] .page-headline-1 .block-heading-with-subheading {
    text-align: left !important;
}
.bi-cart:before {
    content: "\e9bd";
}
.bi-gift:before {
    content: "\e903";
}
.bi-heart:before {
    content: "\e9a0";
}
.bi-person:before {
    content: "\e994";
}
.bi-search:before {
    content: "\e9ce";
}
.bi-percent:before {
    content: "\e911";
}
.nb-ecommerce-header-15 .nb-header-cart-2 .nb-icon:before,
.nb-ecommerce-header-15 .nb-header-cart-2 .nb-icon,
.nb-ecommerce-header-15 .nb-header-gift-1 .nb-icon {
     font-size: 19px;
}
.nb-ecommerce-header-15 .nb-header-favorite-2 .nb-icon:before,
.nb-ecommerce-header-15 .nb-header-favorite-2 .nb-icon{
    font-size: 20px;
}
.nb-header-cart-2,
.nb-header-favorite-2,
.nb-header-gift-1 {
gap: 3px;
}
.layout-product-detail-grid .nb-additional-product-info-displays-accordion-1,
.layout-product-detail-grid .nb-grid-banner-35 {
    margin-top: 40px !important;
}
.nb-review-list-product-detail-1 .nb-heading-with-subheading {
    text-align: left !important;
}
.similar-product-list-carousel-2 .nb-heading-with-subheading {
    margin-left: calc(-1 * var(--nb-gutter-x) / 2);
    margin-right: calc(-1 * var(--nb-gutter-x) / 2);
}
.nb-btn.nb-btn-primary-transparent {
    --nb-btn-primary-color: var(--nb-color-white)
}
.nb-slider-item-box-57 .nb-text-wrapper-link .nb-link:active,
.nb-slider-item-box-57 .nb-text-wrapper-link .nb-link:focus,
.nb-slider-item-box-57 .nb-text-wrapper-link .nb-link:hover {
    color: var(--nb-color-blue);
    background-color: var(--nb-color-white);
}
.nb-slider-item-box-57 {
    border-color: var(--nb-border-color);
}
.nb-slider-item-box-59 .nb-btn {
    color: var(--nb-btn-primary-color);
    background-color: var(--nb-btn-primary-bg);
    border-color: var(--nb-btn-primary-border-color);
}
.nb-slider-item-box-59 .nb-btn:hover,
.nb-slider-item-box-59 .nb-btn:focus,
.nb-slider-item-box-59 .nb-btn:active {
    color: var(--nb-btn-primary-hover-color);
    background-color: var(--nb-btn-primary-hover-bg);
    border-color: var(--nb-btn-primary-hover-border-color);
}
.layout:has(.nb-breadcrumb) {
    margin-bottom: 40px !important;
}
.nb-checkout-code-selection-2,
.nb-cart-based-recommender-carousel-2,
.nb-cart-product-items-3.block {
    border-radius: 4px;
}
body:not(.block-editing) .layout:has(> .nb-cart-total-3) {
    height: fit-content;
    position: sticky;
    top: 180px;
}
body:not(.block-editing):has(.nb-in-out-fixed-collapsed) .layout:has(> .nb-cart-total-3) {
    top: 40px;
}
.nb-payment-method-options-list-2 .nb-accordion.nb-accordion-4 .nb-accordion-item .nb-accordion-button .nb-icon:before,
.nb-delivery-group-list-2 .nb-accordion.nb-accordion-4 .nb-accordion-item .nb-accordion-button .nb-icon:before,
.nb-payment-method-options-list-2 .nb-accordion.nb-accordion-4 .nb-accordion-item:has(.nb-radio:checked) .nb-accordion-button.collapsed > .nb-icon:before,
.nb-delivery-group-list-2 .nb-accordion-item:has(.nb-radio:checked) .nb-accordion-button.collapsed > .nb-icon:before {
    content: "\e942";
}
.nb-payment-method-options-list-2 .nb-accordion.nb-accordion-2 .nb-accordion-item .nb-collapsed-icon:before,
.nb-payment-method-options-list-2 .nb-accordion.nb-accordion-4 .nb-accordion-item:has(.collapse.show) .nb-accordion-button .nb-icon:before,
.nb-delivery-group-list-2 .nb-accordion.nb-accordion-2 .nb-accordion-item .nb-collapsed-icon:before,
.nb-delivery-group-list-2 .nb-accordion.nb-accordion-4 .nb-accordion-item:has(.collapse.show) .nb-accordion-button .nb-icon:before {
    content: "\e957";
}
.nb-cart-summary-5 .nb-body-wrapper .nb-text-wrapper {
    align-items: flex-end;
}
.tp-article_listing .block-heading-with-subheading {
    text-align: left !important;
}
.nb-checkout-info-notice-2 .nb-continue-shopping-btn {
    padding: 11px 8px;
    min-width: 250px;
}
.nb-checkout-code-selection-2 .nb-action-loyalty-2:has(.nb-action-loyalty-box-2) .nb-action-loyalty-form {
    border: var(--nb-border-width) var(--nb-border-style) var(--nb-border-color);
}
.contact-info .nb-items-wrapper .nb-item .nb-description {
    font-size: 14px;
}
.nb-ecommerce-footer-16 .nb-footer-social-networks .nb-icon {
    font-size: 20px;
}
.nb-pagination .nb-page-item .nb-page-link {
    font-weight: var(--nb-font-medium);
    line-height: 38px
}
.nb-pagination .nb-page-item .nb-icon:before {
    font-weight: var(--nb-font-semibold) !important;
}
.nb-slider-item-box-49 .nb-info-box-9 {
    padding: 9px 10px;
}
.nb-article-list-accordion-2-block .nb-accordion-body p{
    font-size: 14px;
    margin-bottom: 10px;
}
.container:has(.nb-checkout-progress-bar-2) {
    margin-bottom: 30px;
}
#cart_onepage_form .nb-margin .layout.nb-block-spacer-50 > .block:not(.hidden) + .block {
    margin-top: 40px;
}
.nb-block-lost-password-form-page-1 .nb-lost-password-form-1 .nb-form-fields-wrapper>.nb-form-group {
    margin-bottom: 20px;
}
.nb-block-lost-password-form-page-1 .nb-lost-password-form-1 .nb-btn {
    margin-top: 10px;
}
.layout:has(.nb-cooperation-form-line-1) .contact-info,
.layout:has(.nb-career-form-line-1) .contact-info {
    padding-left: 30px;
}
.nb-price-drop-list-grid-1 .nb-product-prices-3 .nb-top-wrapper {
    align-items: center;
}
.nb-recommendation-by-user-preference-list-grid-1 .nb-heading-with-subheading .nb-title,
.nbtmp-product-subscription-list-page-tmp-1 .block-heading-with-subheading .nb-title,
.nb-privacy-policy-consent-1 .nb-heading-with-subheading .nb-title,
.nb-gift-list-form-1 .nb-heading-with-subheading .nb-title,
.nb-price-drop-list-grid-1 .nb-heading-with-subheading .nb-title,
.nb-back-in-stock-list-grid-1 .nb-heading-with-subheading .nb-title,
.nb-last-viewed-product-list-grid-1 .page-headline-1 .nb-title,
.nbtmp-aksa-product-subscription-list-page-tmp-1 .nb-heading-with-subheading .nb-title,
.nb-edit-account-1 .nb-heading-with-subheading .nb-title,
[class*="nb-user"] .nb-heading-with-subheading .nb-title {
    font-size: 20px;
}
.nb-card-20 .nb-card-footer {
    padding: 15px;
}
.nb-recommendation-by-user-preference-list-grid-1 .nb-info-box-1 {
    margin-top: 20px;
}
.nb-product-price-drop-card-1 .nb-price.nb-price-active {
    font-size: 16px;
    font-weight: var(--nb-font-bold);
}
.nb-product-price-drop-card-1 .nb-product-name .nb-title {
    font-size: 14px;
    font-weight: var(--nb-font-semibold);
}
.nb-product-price-drop-card-1 .nb-price.nb-price-prev {
    font-size: 12px;
    font-weight: var(--nb-font-medium);
}
.nb-gift-list-form-1 .nb-img-wrapper .nb-img{
    border-radius: var(--nb-border-radius-xs);
}
.nb-product-category-carousel-1 .slick-dots {
    margin-top: 20px;
}
.nb-product-subscription-list-1 .nb-header-actions-wrapper > *:not(.nb-add-to-subscription-list-1) .nb-btn {
    height: 31px;
}
.nb-product-subscription-list-1 .nb-header-actions-wrapper > *:not(.nb-add-to-subscription-list-1) .nb-btn:active,
.nb-product-subscription-list-1 .nb-header-actions-wrapper > *:not(.nb-add-to-subscription-list-1) .nb-btn:focus,
.nb-product-subscription-list-1 .nb-header-actions-wrapper > *:not(.nb-add-to-subscription-list-1) .nb-btn:hover {
    border-color: var(--nb-spec-color);
    color: var(--nb-spec-color);
}
.nb-location-map-list-4 .nb-locations-list-panel {
    left: calc((100vw - 1600px)/2);
}
.nb-location-map-popup-5 .nb-info-box-4 .nb-link,
.nb-location-map-popup-5 .nb-info-box-4 {
    gap: 10px;
}
.nb-location-map-popup-5 .nb-location-work-time {
    font-weight: var(--nb-font-regular);
}
.nb-location-map-popup-5 .nb-location-short-description {
    display: none;
}
.nb-location-map-popup-5 .nb-location-working-hours-2 .nb-location-time-wrapper {
    gap: 10px;
}
.nb-location-map-popup-5 {
    padding: 20px 10px 10px;
}
.nb-location-map-popup-5 > .nb-location-detail-link {
    text-align: left;
}

.nb-location-map-popup-5 .nb-location-work-time .nb-time {
    font-weight: var(--nb-font-medium);
}
.nb-location-map-popup-5 .nb-info-box-4 .custom-text {
    font-weight: var(--nb-font-medium);
}
.nb-location-map-popup-5 .nb-logo-name-and-description-wrapper {
    gap: 20px;
}
.nb-location-map-popup-5 .nb-location-working-hours-2 .nb-icon {
    display: block;
    line-height: 1;
}
.nb-location-map-popup-5 .nb-location-working-hours-2 {
    gap: 10px;
}
.nb-text-editor-3 .nb-html-editor h3,
.nb-text-editor-3 .nb-html-editor h2 {
    color: inherit;
    margin-bottom: 10px;
}
.nb-product-filter-category-attribute-vertical-1 .nb-reset-apply-filters-wrapper {
    display: none;
}
.nb-product-stock-by-location-1 .nb-accordion.nb-accordion-2 .nb-accordion-item {
    border-bottom: var(--nb-border-width) var(--nb-border-style) var(--nb-color-gray-300);
}
.nb-smart-search-1 .nb-search-results-wrapper {
    padding: 0;
}
.nb-product-filter-category-attribute-vertical-1 .nb-accordion-item {
    order: 2;
}
.nb-product-filter-category-attribute-vertical-1 .nb-accordion-item:has(.nb-filter-free-delivery-1) {
    order: 1;
}
.nb-product-filter-category-attribute-vertical-1 .nb-product-listing-filters-wrapper .nb-wrapper > .nb-accordion {
    display: flex;
    flex-direction: column;
}
.nb-popup-newsletter-form-popup-1 .nb-btn-close {
    right: 35px;
    top: 22px;
    font-size: 16px;
}
.nb-popup-newsletter-form-popup-1 .nb-btn-close:before {
    font-weight: var(--nb-font-semibold) !important;
}
.nb-popup-newsletter-form-popup-1 .modal-header .nb-modal-title {
    color: var(--nb-text-color-primary);
}
.nb-carousel-banner-30 .nb-slider-init,
.nb-carousel-banner-30 .nb-slider-item {
    margin: 0 !important;
}
.nbtmp-brand-list-tmp-2 .block-heading-with-subheading {
    text-align: left;
}
.nb-product-detail-size-2 .nb-tab-size-picker-4 .nb-wrapper .nb-size-type-wrapper{
    display: none;
}
.nb-product-detail-size-2 .nb-tab-size-picker-4 .nb-wrapper {
    margin-top: -22px;
    justify-content: end;
}
.nb-product-add-to-cart-button-4 > .nb-content-wrapper,
.nb-product-add-to-cart-button-4 .nb-product-quantity-and-add-to-cart {
    gap: 15px;
}
.nb-product-user-activity-misc-options-1 > * .nb-icon {
    font-size: 20px;
}
.nb-product-loan-calculator .nb-loan-wrapper .nb-link {
    position: absolute;
    bottom: 15px;
    right: 15px;
}
body:not(.block-editing) .layout:has(> .nb-booking-time-form-page-1),
body:not(.block-editing) .layout:has(> .nb-product-detail-gallery-carousel-3) {
    height: fit-content;
    position: sticky;
    top: 180px;
}
body:not(.block-editing):has(.nb-in-out-fixed-collapsed) .layout:has(> .nb-booking-time-form-page-1),
body:not(.block-editing):has(.nb-in-out-fixed-collapsed) .layout:has(> .nb-product-detail-gallery-carousel-3) {
    top: 40px;
}
.nb-product-specification-1 .nb-product-category:hover {
    color: var(--nb-color-pink);
}
.nb-product-additional-info-display-accordion-1 .nb-accordion.nb-accordion-2 .accordion-button .nb-collapse-icon {
    color: var(--nb-accordion-2-btn-color);
}
.nb-category-box-4 .nb-category-link > .nb-link {
    min-height: 70px;
}
.nbtmp-basic-contact-form-page-tmp-10 .container > .row > *:first-child {
    padding-right: 10px;
}
.nbtmp-basic-contact-form-page-tmp-10 .container > .row > *:last-child {
    padding-left: 90px;
}
.nb-slider-item-box-55 .nb-slider-item-image img {
    max-width: 45px;
}
.nb-article-card-5 .nb-article-date {
    font-weight: 300;
}
.nbtmp-pregnancy-calculator-page-tmp-1 .page-headline-1 .block-heading-with-subheading,
.nbtmp-booking-time-form-page-tmp-1 .page-headline-1 .block-heading-with-subheading{
    text-align: left !important;
}
.nb-location-map-popup-5 .nb-location-email-2 .nb-icon {
    color: var(--nb-spec-color);
}
.nb-product-compare-2 .nb-icon:before {
    content: "\eac3";
}
.nb-product-user-activity-misc-options-1 .nb-check-availability-btn-2 .nb-icon:before {
    content: "\eac4";
}
.nb-cart-summary-5 .nb-terms-of-use-and-sale-checkbox .nb-form-check {
    margin-bottom: 15px;
}
.nb-order-payment-status-notice-1 {
    margin-top: 30px;
}
.nb-order-item-box-3 .nb-order-item-discount {
    background-color: var(--nb-color-pink);
    border-radius: 4px;
}
.nb-article-card-5 .nb-article-short-description {
    height: calc(var(--nb-rows) * 1.5 * 14px);
}
.nb-product-comparison-page-product-carousel-1 .nb-heading-with-subheading {
    text-align: left;
    margin-bottom: 50px;
}
body[class*="order-tracking-page"] .page-headline-1 .block-heading-with-subheading {
    text-align: left !important;
}
.nbtmp-aksa-user-delete-profile-tmp-1 main .nb-margin:first-child {
    margin-top: 50px;
}
.nbtmp-aksa-user-delete-profile-tmp-1 .nb-margin.layout > .block:not(.hidden) + .block{
    margin-top: 40px;
}
.nbtmp-location-detail-tmp-3 .object-details-v1 {
    margin-top: 80px !important;
}
.nb-product-list-heading-and-description-1 .nb-heading-with-subheading h2 {
    font-size: 32px;
}
.nb-product-list-heading-and-description-1 .nb-sub-heading {
    margin-top: 5px;
}
.nb-product-list-heading-and-description-1 .nb-sub-heading p {
    font-weight: var(--nb-font-medium);
}
.nb-registration-form-1-block .nb-social-login {
    display: none;
}
.nb-registration-form-1-block {
    max-width: 650px;
    margin: auto;
}
.nb-modal .nb-registration-form-1-block {
    max-width: unset;
}
body[class*="registration-page-form"] .layout.nb-margin:has(.page-headline-1) {
    margin-bottom: 30px !important;
}
.store-detail-map .nb-map {
    border-radius: 4px;
}
.nb-main-menu-item {
    pointer-events: none;
}
.nb-main-navigation-4 .nb-main-menu-item:hover {
    pointer-events: none;
}
.nb-product-filters-control-2 .bi-filter-left::before{
    content: "\eac5"
}
.nb-gallery-on-hover::before {
    content: "\e997";
    font-size: 30px;
}
.subcategory-links .slick-track {
    margin-left: 0;
}
.nb-discount .nb-icon.bi-plus:before {
    content: "\eac7";
}
.nb-discount .nb-icon {
    font-size: 18px;
    height: unset !important;
}
.nb-heading-with-icon-1 .nb-title .nb-icon {
    display: none;
}
.nb-voucher-product-detail-1 .nb-product-image-with-price .nb-img {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.nb-voucher-product-detail-1 .nb-product-image-with-price .nb-info-wrapper {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
body.open-search .nb-product-comparison-floater-1,
body.open-search .nb-product-content-position-2,
body.open-search .nb-product-card-31 .nb-product-button-with-bubble-3,
body:has(.nb-offcanvas.show) .nb-product-card-31 .nb-product-button-with-bubble-3,
body:has(.nb-offcanvas.show) .nb-product-content-position-2 {
    z-index: 0 !important;
}
.nb-product-filter-category-attribute-vertical-1:has(.nb-product-listing-filters-wrapper .nb-filter-btn-apply) .nb-product-filter-search-1 .nb-btn {
    display: block;
}
.similar-product-list-carousel-2.block {
    padding: 0;
}
.nb-product-card-31 .nb-product-list-v1 .nb-img {
    max-width: 40px;
}
.nb-product-free-delivery-text-1 {
    text-align: center;
    padding: 2px;
}
.nb-product-card-31 .nb-product-content-position-2 .nb-product-brand-2 .nb-img {
    max-width: 40px;
}
.nb-ecommerce-header-15 .nb-header-info-carousel-2 .nb-slider-title {
    padding: 0 10px;
    -webkit-line-clamp: 2;
}
.nb-size-chart-modal-2 .nb-modal-body::-webkit-scrollbar {
    height: 4px !important;
}
.nb-size-chart-modal-2 .nb-modal-body::-webkit-scrollbar-thumb {
    background: var(--nb-color-gray-600) !important;
}
.table-sizeguide.table .title {
    color: var(--nb-color-pink);
    font-weight: var(--nb-font-semibold);
    font-size: 14px;
}
.table-sizeguide.table .subtitle {
    color: var(--nb-color-black);
    font-weight: var(--nb-font-medium);
    font-size: 13px;
}
.table-sizeguide.table td {
    font-size: 13px;
}
.page-content .nb-text-editor:has(.table-sizeguide){
    overflow-x: auto;
}
.page-content .nb-text-editor:has(.table-sizeguide)::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}
.nb-product-subscription-list-1 .nb-product-subscription-list-products-1::-webkit-scrollbar {
    width: 4px;
}
.nb-product-subscription-list-1 .nb-product-subscription-list-products-1::-webkit-scrollbar-thumb,
.page-content .nb-text-editor:has(.table-sizeguide)::-webkit-scrollbar-thumb {
    background: var(--nb-color-gray-600);
}
.nb-product-subscription-list-1 .nb-product-subscription-list-products-1::-webkit-scrollbar-track,
.page-content .nb-text-editor:has(.table-sizeguide)::-webkit-scrollbar-track {
    background: var(--nb-color-gray-200);
}
.block.nb-text-editor-4 {
    border-radius: var(--nb-border-radius-xs);
    background: var(--nb-color-gray-200);
}
.nb-product-add-to-cart-button-4 .nb-product-auto-subscription-1 .nb-btn {
    min-width: fit-content;
}
.nb-product-add-to-cart-button-4 .nb-btn.nb-add-to-cart {
    min-width: fit-content;
}
.nb-product-user-activity-misc-options-1 .nb-check-availability-btn-2 .nb-custom-text-with-icon-1 {
    background-color: transparent;
}
.nb-slider-item-box-59 {
    padding: 40px 10px;
    max-width: unset;
}
.nb-registration-form-1-block .nb-form-fields-wrapper > .row .col-12:has(.nbf-reg-type-person){
    width: 100%;
}
.nb-registration-form-1-block .nb-form-fields-wrapper > .row .col-12:has(.nbf-reg-type-person) .nb-form-group {
    width: calc(50% - 10px);
}
.nb-product-detail-short-description-1 .nb-product-short-description {
    -webkit-line-clamp: 2;
}
.nb-product-detail-short-description-1 .nb-product-short-description.expanded {
    -webkit-line-clamp: unset;
}
.nb-form .row > * {
    margin-top: 23px;
}
.parsley-errors-list {
    font-size: 11px;
    text-align: right;
}
.nb-pagination-3 .nb-page-item.nb-page-first .nb-page-link,
.nb-pagination-3 .nb-page-item.nb-prev .nb-page-link,
.nb-pagination-3 .nb-page-item.nb-next .nb-page-link,
.nb-pagination-3 .nb-page-item.nb-page-last .nb-page-link {
    border-radius: var(--nb-pagination-border-radius);
    width: var(--nb-pagination-width);
    height: var(--nb-pagination-height);
    border: var(--nb-border-width) var(--nb-border-style) transparent;
    background: var(--nb-pagination-bg);
}
.nb-user-menu-2 .nb-menu-item-box-2.active,
.nb-user-menu-2 .nb-menu-item-box-2.active .nb-link {
    font-weight: var(--nb-font-semibold);
}
.nb-user-favorite-product-list-grid-1 .nb-heading-with-subheading {
    margin-bottom: 20px;
}
.nb-filter-attributes-2 .nb-filter-attributes-wrapper {
    opacity: 1;
}
.nb-product-card-31 .nb-product-image .nb-img {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.nb-cart-product-size-picker-1 .nb-modal-body {
    padding: 20px;
}
.nb-delivery-option-2 .nb-form-radio-button, .nb-delivery-option-2 .nb-form-check,
.nb-delivery-option-2,
.nb-payment-option-2 .nb-form-radio-button, .nb-payment-option-2 .nb-form-check,
.nb-payment-option-2,
.nb-delivery-method-options-list-2 .nb-delivery-group-list-2 .nb-accordion .nb-accordion-item .nb-accordion-button,
.nb-payment-method-options-list-2 .nb-payment-group-list-2 .nb-accordion .nb-accordion-item .nb-accordion-button {
    border-radius: 4px;
}
.nb-payment-option-2 .nb-option-wrapper .nb-payment-option-description img {
    max-width: unset;
}
.nb-cart-benefits-and-cta-2 .nb-html-editor ul li {
    margin-bottom: 5px;
}
.bi-trash:before {
    content: "\e931";
}
.article-detail-compound-1 .category-and-date .nb-category ~ .nb-date:before {
    height: 14px;
    vertical-align: unset;
    position: relative;
    top: 2px;
}
.nb-product-category-box-4 .nb-product-category-name {
    text-align: center;
}
.nb-product-category-box-4 .nb-img {
    border-radius: 4px;
}
.nb-user-order-list-2 .nb-tab-link-3 {
    padding: 10px;
}
.block:has(.nb-price-loyalty-with-image) .nb-product-card-31 .nb-product-prices-13 {
    min-height: 84px;
}
.nb-custom-product-list-placeholder-with-list-links-1 #custom-product-list-block-wrapper {
    margin-top: 20px;
}
.block:has(.nb-product-card) .nb-slider .slick-track {
    margin-left: 0;
}
.nb-product-filter-category-attribute-vertical-1 .nb-filter-btn-apply {
    display: none;
}
.nb-btn-form:active, .nb-btn-form:focus, .nb-btn-form:hover {
    color: var(--nb-btn-primary-hover-color);
    background: var(--nb-btn-primary-hover-bg);
    border-color: var(--nb-btn-primary-hover-border-color);
}
.nbtmp-aksa-product-subscription-list-page-tmp-1 .nb-product-subscription-placeholder-1 {
    max-width: 860px;
}
.nb-select {
    padding-right: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.nb-product-price-detail-2 .nb-price-loyalty-with-image {
    margin-top: 10px;
}
.nb-product-card-5 .nb-price-loyalty-with-image {
    font-size: 12px;
    margin-top: 5px;
}
.nb-product-comparison-1 .nb-product-card-31 .nb-remove-compare {
    display: block;
    color: var(--nb-spec-color);
    cursor: pointer;
}
.nb-product-comparison-1 .nb-product-card-31 .nb-remove-compare:hover {
    color: var(--nb-color-pink);
}
.tp-product .lg-content .lg-prev {
    left: 20%;
}
.tp-product .lg-content .lg-next {
    right: 20%;
}
.tp-product .lg-content .lg-prev,
.tp-product .lg-content .lg-next {
    display: block;
    font-family: 'nbi-font', 'bootstrap-icons' !important;
    color: var(--nb-spec-color);
    width: 32px;
    height: 32px;
    font-size: 32px;
    padding: 0;
}
.lg-next:before {
    content: "\ea5e";
}
.lg-prev:before {
    content: "\ea5d";
}
.nb-slider-item-list-box-2 .nb-top-wrapper .nb-title {
    text-align: left;
}
.nb-slider-item-list-box-2 .nb-top-wrapper .nb-link {
    flex-shrink: 0;
}
.nb-product-detail-gallery-carousel-3 .nb-product-list-v1 .nb-img {
    max-width: 35px;
}
.nb-product-image-with-detail-and-cta-2 .nb-product-public-name-and-description .nb-product-description {
    font-size: 16px;
}
.nb-product-image-with-detail-and-cta-2 .nb-product-detail-info-5-slider .nb-paragraph p,
.nb-product-image-with-detail-and-cta-2 .nb-product-detail-info-5-slider .nb-paragraph {
    font-size: 14px;
    line-height: 1.2;
}
.nb-product-image-with-detail-and-cta-2 .nb-product-detail-info-5-slider .nb-info-5 {
    gap: 10px;
    min-height: 55px;
    border-radius: var(--nb-border-radius-xs);
}
.nb-product-image-with-detail-and-cta-2 .nb-product-quantity-and-add-to-cart {
    margin-bottom: 20px;
}
.nb-product-image-with-detail-and-cta-2 .nb-product-quantity-and-add-to-cart .nb-btn .nb-icon {
    display: none;
}
.nb-product-image-with-price-2 .nb-info-wrapper {
    border-bottom-left-radius: var(--nb-border-radius-xs);
    border-bottom-right-radius: var(--nb-border-radius-xs);
}
.nb-voucher-product-images-by-category .nb-slider-item {
    border-radius: 2px;
}
.nb-article-card-13 .nb-title {
    margin-bottom: 5px;
}
@media screen and (min-width: 992px) {
    .nb-main-navigation-4 .wsmenu>.wsmenu-list>li>.wsshoptabing.nb-dropdown-2>.wsshopwp>.wstabitem>li.nb-menu-second-level-item-1>a.nb-second-level-menu-item-link,
    .nb-main-navigation-4 .wsmenu > .wsmenu-list > li > .wsshoptabing.nb-dropdown-2 > .wsshopwp > .wstabitem > li.nb-menu-second-level-item-1 > a.nb-second-level-menu-item-link {
        border-top: unset !important;
        border-bottom: unset !important;
    }
    .nb-main-navigation-4 .wsmenu>.wsmenu-list>li>.wsshoptabing.nb-dropdown-2>.wsshopwp>.wstabitem>li.wsshoplink-active.nb-menu-second-level-item-1 .nb-second-level-menu-item-title,
    .nb-main-navigation-4 .wsmenu > .wsmenu-list > li > .wsshoptabing.nb-dropdown-2 > .wsshopwp > .wstabitem > li.nb-menu-second-level-item-1:hover > a.nb-second-level-menu-item-link {
        color: var(--nb-color-pink);
    }
    .nb-main-navigation-4 .wsmenu > .wsmenu-list > li > .wsshoptabing.nb-dropdown-2 > .wsshopwp > .wstabitem > li.nb-menu-second-level-item-1:hover > a.nb-second-level-menu-item-link > .nb-menu-image{
        filter: brightness(0) saturate(100%) invert(51%) sepia(20%) saturate(6262%) hue-rotate(311deg) brightness(100%) contrast(89%);
    }
    .nb-main-navigation-4 .nb-menu-third-level-item-1 .nb-third-level-menu-item-title {
        text-transform: uppercase;
        flex-grow: 1;
    }
    .nb-main-navigation-4 .nb-menu-fourth-level-item-1 {
        gap: 20px;
        max-width: 210px;
    }
    .nb-ecommerce-header-15 .nb-header-info-carousel-2 .nb-slider-init,
    .nb-ecommerce-header-15 .nb-header-info-carousel-2 .nb-slider .nb-slider-item,
    .nb-ecommerce-header-15 .nb-header-top-wrapper .row {
        height: 40px;
    }
    .nb-ecommerce-header-15 .nb-header-middle-wrapper > .nb-content-wrapper {
        padding-top: 17px;
        padding-bottom: 17px;
    }
    .nb-ecommerce-header-15 .nb-header-middle-wrapper .nb-logo .nb-img {
        max-height: 45px;
    }
    .nb-main-navigation-4 .wsmenu>.wsmenu-list>li>.wsshoptabing.wtsdepartmentmenu.nb-dropdown-2 {
        top: 154px;
    }
    .nb-ecommerce-header-15 .nb-header-middle-wrapper > .nb-content-wrapper {
        max-height: 74px;
    }
    .nb-main-navigation-4 .wsmenu>.wsmenu-list>li.nb-menu-first-level-item-1.item-btn-style>.nb-first-level-menu-item-link {
        padding: 12px 20px;
    }
    body.open-search .nb-main-navigation-4 .wsmenu>.wsmenu-list>li>.wsshoptabing.nb-dropdown-2>.wsshopwp:before,
    body.open-search .nb-ecommerce-header-15:before {
        content: '';
        position: fixed;
        inset: 0;
        opacity: .5;
        background: #000000;
        z-index: 1;
    }
    .nb-main-navigation-4 .wsmenu>.wsmenu-list>li>.wsshoptabing.nb-dropdown-2>.wsshopwp>.wstabitem>li>.wstitemright.nb-menu-item-right-list {
        padding: 40px;
    }
    body:has(.nb-offcanvas.showing):before,
    body:has(.nb-offcanvas.showing) .nb-main-navigation-4 .wsmenu>.wsmenu-list>li>.wsshoptabing.nb-dropdown-2>.wsshopwp:before,
    body:has(.nb-offcanvas.showing) .nb-ecommerce-header-15:before,
    body:has(.nb-offcanvas.show):before,
    body:has(.nb-offcanvas.show) .nb-main-navigation-4 .wsmenu>.wsmenu-list>li>.wsshoptabing.nb-dropdown-2>.wsshopwp:before,
    body:has(.nb-offcanvas.show) .nb-ecommerce-header-15:before {
        content: '';
        position: fixed;
        inset: 0;
        opacity: .4;
        background: #000000;
        z-index: 100;
    }

    body:has(.wsmenu-list > li:first-of-type:hover) .nb-product-comparison-floater-1,
    body:has(.nb-menu-second-level-item-1:hover) .nb-product-box-detail-floater-2 {
        display: none;
    }
    .nb-main-navigation-4 .wsmenu>.wsmenu-list>li.nb-menu-first-level-item-1>.nb-first-level-menu-item-link .nb-menu-image img {
        display: block;
    }
    .nb-ecommerce-header-15 .nb-header-middle-wrapper {
        background-color: #F7F8F8;
    }
    .nb-ecommerce-header-15 .nb-search-button {
        background-color: var(--nb-color-white);
    }
}
@media screen and (min-width: 1700px) {
    .nbtmp-product-detail-page-tmp-19 .layout:has(.layout .product-detail-gallery-carousel-3) {
        max-width: 1440px;
    }
    .nb-product-add-to-cart-button-4 .nb-product-auto-subscription-1 .nb-btn {
        min-width: 240px;
    }
    .nb-product-add-to-cart-button-4 .nb-btn.nb-add-to-cart {
        min-width: 260px
    }
}
@media screen and (max-width: 1800px) {
    .nb-product-card-31 .nb-product-card-body {
        min-height: 207px;
        display: flex;
        flex-direction: column;
    }

    .nb-product-card-31 .nb-card.nb-product-card .card-body.nb-card-body.nb-product-card-body .nb-product-button-with-bubble-3 {
        margin-top: auto;
    }

    .nb-product-prices-13 > .nb-content-wrapper {
        flex-direction: column;
        align-items: flex-start;
    }

    .nb-product-prices-13 .nb-price-saving {
        text-align: left;
        justify-content: flex-start;
    }
}
@media screen and (max-width: 1700px) {
    .nb-location-map-list-4 .nb-locations-list-panel {
        left: calc((100vw - 1320px)/2);
    }
}
@media screen and (max-width: 1400px) {
    .nb-main-navigation-4 .wsmenu>.wsmenu-list>li.nb-menu-first-level-item-1.item-btn-style>.nb-first-level-menu-item-link {
        padding: 12px;
    }
    .nbtmp-product-detail-page-tmp-19 .nb-layout-product-detail-grid {
        padding-left: 30px;
    }
    .similar-product-list-carousel-2 .nb-slider .nb-slider-arrows,
    .nb-last-viewed-product-list-carousel-2 .nb-slider .slider .nb-slider-arrows,
    main .custom-product-list-carousel-1.block .nb-slider-arrows,
    main .nb-slider .nb-slider-arrows {
        width: calc(100% + 70px);
        left: -35px;
    }
    .nb-location-map-list-4 .nb-locations-list-panel {
        left: calc((100vw - 1140px)/2);
    }
    .nb-product-add-to-cart-button-4 .nb-product-auto-subscription-1 .nb-btn {
        min-width: 150px;
    }
    .nbtmp-basic-contact-form-page-tmp-10 .container > .row > *:last-child {
        padding-left: 50px;
    }
}
@media screen and (max-width: 1400px) and (min-width: 992px) {
    .nb-comment-box-9 .nb-rating,
    .nb-comment-box-9.no-comment-review .nb-rating{
        margin-top: unset;
    }
}
@media screen and (max-width: 1200px) {
    .nb-location-map-list-4 .nb-locations-list-panel {
        left: calc((100vw - 960px)/2);
    }
    .nb-product-add-to-cart-button-4 > .nb-content-wrapper {
        gap: 40px;
    }
    .nb-location-map-popup-5 {
        padding: 20px 0px 10px;
    }
    .nbtmp-location-detail-tmp-3 .object-details-v1 {
        margin-top: 20px !important;
    }
    .nb-menu-third-level-item-1 .nb-menu-item-box-1 .nb-menu-image .nb-img {
        max-width: 60px;
        max-height: 60px;
    }
}
@media screen and (max-width: 1024px) {
    .nb-product-add-to-cart-button-4 .nb-content-wrapper .nb-quantity-product .nb-quantity-input input {
        border-right: unset;
        border-left: unset;
    }
    .nb-product-add-to-cart-button-4 .nb-product-quantity-and-add-to-cart .nb-quantity-product .nb-quantity-wrapper, .nb-product-add-to-cart-button-4 .nb-content-wrapper .nb-quantity-product .nb-quantity-input input {
        border-radius: 4px;
    }
    main .nb-slider .nb-slider-arrows {
        display: none;
    }
    .nb-product-add-to-cart-button-4 .nb-product-not-available {
        gap: 16px;
    }
}
@media screen and (max-width: 992px) {
    .nb-ecommerce-header-15 .nb-header-middle-wrapper .nb-logo .nb-img {
        max-height: 40px;
    }
    .nb-main-navigation-4 .nb-menu-first-level-item-list-3 .nb-mobile-header {
        width: calc(100% + 30px);
        margin-left: -15px;
        background-color: var(--nb-color-blue-100);
        border-bottom: var(--nb-border-width) var(--nb-border-style) var(--nb-border-color);
    }
    .nb-main-navigation-4 .nb-menu-first-level-item-list-3 .nb-mobile-header:after {
        display: none;
    }
    .nb-main-navigation-4 .nb-menu-first-level-item-list-3 .nb-current-menu-item-name {
        font-weight: var(--nb-font-medium);
    }
    .nb-main-navigation-4 .wsmenu>.wsmenu-list>li.nb-menu-first-level-item-1>.nb-first-level-menu-item-link {
        padding: 20px 0px;
    }
    .nb-main-navigation-4 .nb-menu-first-level-item-list-3 .nb-mobile-header .nb-menu-back.show {
        left: 15px;
    }
    .nb-main-navigation-4 .wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li>a {
        font-size: var(--nb-font-size-14);
        font-weight: var(--nb-font-semibold);
        text-transform: uppercase;
    }
    .nb-main-navigation-4 .wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li.nb-menu-second-level-item-1>a.nb-second-level-menu-item-link {
        padding: 15px 0;
        gap: 10px;
    }
    body:has(.nb-product-filter-category-attribute-vertical-1.active) .lc-widget-button,
    .wsactive .lc-widget-button,
    .wsactive .nb-product-comparison-floater-1 {
        display: none;
    }
    .nb-main-navigation-4 .nb-menu-third-level-item-1 .nb-third-level-menu-item-title {
        text-transform: uppercase;
    }
    .nb-main-navigation-4 .nb-menu-third-level-item-1 {
        padding-top: 0;
    }
    .nb-main-navigation-4 .nb-menu-third-level-item-1 .nb-third-level-menu-item-title {
        padding-bottom: 20px;
        padding-top: 20px;
        width: 100%;
        z-index: 2;
        background: transparent;
    }
    .nb-main-navigation-4 .nb-menu-third-level-item-1.active:before {
        top: 21px;
    }
    .nb-main-navigation-4 .nb-menu-third-level-item-1.active .nb-menu-fourth-level-item-1 {
        background-color: var(--nb-color-gray-100);
        padding: 15px 25px;
        border-top: var(--nb-border-width) var(--nb-border-style) var(--nb-border-color);
        margin: 0 -15px;
    }
    .nb-main-navigation-4:has(.nb-menu-third-level-item-1.active) .nb-third-menu-level-item-list,
    .nb-main-navigation-4:has(.nb-menu-third-level-item-1.active) .nb-third-menu-level-item-list > .nb-content-wrapper {
        overflow: unset;
    }
    .nb-main-navigation-4 .wsmenu .nb-menu-fourth-level-item-link.show-all {
        text-decoration: underline;
        color: var(--nb-color-pink);
    }
    .nb-main-navigation-4 .wsmenu>.wsmenu-list>li.nb-menu-first-level-item-1.item-btn-style>.nb-first-level-menu-item-link {
        border-radius: var(--nb-border-radius-xs);
        justify-content: center;
        font-size: var(--nb-font-size-16);
    }
    .nb-menu-first-level-item-list-3 .nb-footer-links .nb-collapse-button {
        font-size: var(--nb-font-size-14);
        font-weight: var(--nb-font-semibold);
        line-height: 22px;
    }
    .nb-main-navigation-4 .nb-user-links-wrapper .nb-btn {
        font-size: var(--nb-font-size-16);
        padding: 9px 10px;
    }
    .nb-main-navigation-4 .nb-user-links-wrapper .nb-user-login-link {
        background-color: var(--nb-color-white);
        border-color: var(--nb-spec-color);
        color: var(--nb-spec-color);
    }
    .nb-ecommerce-header-15 .nb-logged-user-wrapper .nb-user-info-wrapper .nb-link {
        font-weight: var(--nb-font-medium);
        color: var(--nb-color-black);
    }
    .nb-product-card-5 .nb-product-card .nb-img-wrapper .nb-img {
        max-height: unset;
    }
    .nb-ecommerce-header-15 .nb-user-logout {
        font-size: var(--nb-font-size-14);
        color: var(--nb-color-gray-700);
        text-decoration: underline;
    }
    .nb-search-input-wrapper .nb-input {
        margin-right: 0;
    }
    .nb-search-brands-1 .nb-link.text-link-1.nb-secondary-link, .nb-search-categories-2 .nb-link.text-link-1.nb-secondary-link {
        font-size: var(--nb-font-size-12);
        font-weight: var(--nb-font-medium);
    }
    .nb-box-with-link-list .nb-items-wrapper .nb-slider-item {
        padding: 3px 8px;
    }
    .nb-search-product-grid-2 .nb-items-wrapper {
        padding-right: 0;
    }
    .nb-search-product-grid-2 .nb-title-link-wrapper .nb-link {
        margin-right: 0;
        letter-spacing: 0.03em;
    }
    .nb-smart-search-1 .right-search-wrapper {
        padding-top: 10px;
        padding-right: 0;
    }
    .nb-menu-third-level-item-1 .nb-menu-item-box-1 > .nb-link {
        min-height: 70px;
        background: var(--nb-color-white);
    }
    .nb-main-navigation-4 .nb-menu-item-box-1 .nb-menu-title {
        left: 10px;
        bottom: 10px;
    }
    .nb-ecommerce-header-15 .nb-header-top-wrapper .row .nb-slider-item {
        height: 30px;
        min-height: 30px;
    }
    .nb-product-detail-gallery-carousel-3 .nb-product-content-position-1 .nb-position.nb-top-left-content {
        right: 10px;
    }
    .nb-location-map-list-4 .nb-locations-list-panel {
        left: 10px;
        transform: unset;
    }
    .nb-ecommerce-header-15 .nb-header-middle-wrapper .nb-header-shop-utilities {
        gap: 15px;
    }
    .nb-ecommerce-header-15 .nb-header-shop-utilities > *:not(:last-child):after {
        margin-left: 15px;
    }
    .nb-search-results-wrapper > .row {
        flex-direction: column;
        gap: 0;
    }
    .nb-smart-search-1 .nb-search-results-wrapper {
        padding-top: 0;
    }
    .nb-smart-search-1 .left-search-wrapper {
        padding-bottom: 5px;
    }
    .nb-search-mobile-close {
        color: var(--nb-color-gray-600);
    }
    .nb-ecommerce-header-15 .nb-icon.nb-search-close {
        color: var(--nb-color-gray-600);
    }
    .nb-main-navigation-4 .nb-menu-mobile-bottom-links > .nb-link {
        gap: 0;
    }
    body:not(.block-editing) .nb-main-navigation-4 .nb-menu-mobile-bottom-links {
        padding: 7px 10px;
        min-height: 50px;
    }
    .nb-main-navigation-4 .nb-main-menu-item {
        display: none;
    }
    .subcategory-links .nb-item {
        min-width: unset;
    }
    .nb-horizontal-navigation-7 .wsmenu {
        -webkit-overflow-scrolling: auto;
        overscroll-behavior: none;
    }
    .nb-ecommerce-header-15 .nb-header-info-carousel-2 .nb-slider-title {
        padding: 0 15px;
        -webkit-line-clamp: 1;
    }
}
@media screen and (max-width: 768px) {
    .nb-purchase-item-list-2 .nb-purchase-item-list-heading > .nb-purchase-item-quantity-label,
    .nb-purchase-item-box-2 > :nth-child(2),
    .nb-purchase-item-box-2 > :nth-child(2) > .nb-price-and-quantity-wrapper,
    .nb-purchase-item-box-2 > :nth-child(2) > .nb-price-and-quantity-wrapper > .nb-purchase-item-box-price-wrapper {
        flex-basis: auto;
    }
    .nb-purchase-item-box-2 > :nth-child(2) > .nb-points-and-total-wrapper {
        justify-content: end;
    }
    .nb-my-loyalty-purchase-detail-2 .nb-modal .nb-modal-body {
        padding: 14px;
    }
    .nb-my-loyalty-purchase-detail-2 .nb-purchase-item-list-wrapper :nth-child(1 of .nb-purchase-item-box-2:not(.hidden)) {
        border-top: var(--nb-border-width) var(--nb-border-style) var(--nb-border-color);
    }
    .nb-purchase-item-box-2 {
        padding: 14px;
        border-bottom: var(--nb-border-width) var(--nb-border-style) var(--nb-border-color);
        border-left: var(--nb-border-width) var(--nb-border-style) var(--nb-border-color);
        border-right: var(--nb-border-width) var(--nb-border-style) var(--nb-border-color);
    }
    .nb-purchase-item-box-2:after {
        content: unset;
    }
    .nb-my-loyalty-purchase-detail-2 .nb-purchase-item-list-2 .nb-purchase-items-total-wrapper {
        padding: 16px;
    }
    .nb-my-loyalty-purchase-detail-2 .nb-purchase-locations-list-1 {
        margin-top: 0;
    }
    .nbtmp-product-detail-page-tmp-19 .nb-layout-product-detail-grid {
        padding-left: 5px;
    }
    .nbtmp-product-detail-page-tmp-19 .layout .block.product-detail-short-description-1 {
        margin-top: 20px !important;
    }
    .nb-product-price-detail-2:has(.nb-link-with-icon-1) {
        flex-direction: column;
        gap: 15px;
    }
    .nb-product-user-activity-misc-options-1 {
        gap: 15px;
    }
    .nb-product-filter-category-attribute-vertical-1 .nb-mobile-title-wrapper .nb-title {
        font-size: var(--nb-font-size-18);
        font-weight: var(--nb-font-medium);
    }
    .layout > .nb-product-filter-category-attribute-vertical-1:has(.nb-mobile-title-wrapper .nb-title) {
        padding-top: 0;
    }
    .nb-product-filter-category-attribute-vertical-1 .nb-mobile-title-wrapper:has(.nb-title) {
        background-color: var(--nb-color-blue-100);
        padding-bottom: 8px;
        padding-top: 8px;
        position: relative;
    }
    .layout > .nb-product-filter-category-attribute-vertical-1:has(.nb-mobile-title-wrapper .nb-title) .nb-filter-close {
        top: 50%;
        line-height: 1;
        transform: translateY(-50%);
    }
    .nbtmp-faq-page-accordion-tmp-7 .nb-article-list-accordion-2-block .nb-accordion .nb-accordion-button {
        padding: 20px 15px;
    }
    .nbtmp-faq-page-accordion-tmp-7 .nb-article-list-accordion-2-block .nb-accordion .nb-accordion-button .nb-title {
        font-size: var(--nb-font-size-14);
    }
    .nb-accordion.nb-accordion-2 .nb-accordion-button,
    .nb-product-listing-filters-wrapper .nb-accordion.nb-accordion-2 .nb-accordion-button {
        font-size: var(--nb-font-size-14);
        padding: 17px 15px;
    }
    .nbtmp-faq-page-accordion-tmp-7 .nb-article-list-accordion-2-block .nb-accordion .accordion-button .nb-toggle-icon {
        right: 15px;
    }
    .nb-product-filter-category-attribute-vertical-1 .nb-product-listing-filters-wrapper {
        padding-right: 10px;
    }
    .nbtmp-location-detail-tmp-3 .container:has(.store-detail-title-and-description):after {
        display: block;
    }
    .nbtmp-location-detail-tmp-3 .object-location-grid-v1 {
        margin-top: 10px;
    }
    .object-details-v1 .nb-heading-margin {
        margin-bottom: 20px;
    }
    .nb-cart-product-item-4 .nb-cart-item-saving-price {
        padding: 2px 10px;
    }
    .nb-cart-product-item-4 .nb-price-wrapper > *:not(:last-child) {
        margin-bottom: 0;
    }
    .nb-newsletter-form-popup-1 .nb-newsletter-description {
        text-align: center;
    }
    .nb-popup-newsletter-form-popup-1 .nb-btn-close {
        top: 50%;
        transform: translateY(-50%);
    }
    .nb-carousel-banner-30 .nb-slider .nb-slider-dots {
        position: absolute;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
    }
    .slick-dots {
        margin-top: 20px;
    }
    .nb-article-card-9 .nb-article-short-description {
        line-height: 1.4;
        height: calc(var(--nb-rows) * 1.4 * var(--nb-article-card-9-description-font-size));
    }
    .nb-product-card-5 .nb-img {
        max-width: 100px;
    }
    .nbtmp-product-listing-page-tmp-17 .nb-margin:has(.product-category-breadcrumbs-inline-1){
        margin-bottom: 20px !important;
    }
    .nbtmp-product-listing-page-tmp-17 .nb-margin:has(.nb-product-category-carousel-1){
        margin-bottom: 10px !important;
    }
    .nbtmp-product-listing-page-tmp-17 .nb-margin .layout.nb-block-spacer-30 > .block:not(.hidden) + .block {
        margin-top: 20px;
    }
    .nbtmp-product-detail-page-tmp-19 .nb-margin:has(.nb-product-detail-breadcrumbs-inline-1) {
        margin-bottom: 10px !important;
    }
    .nb-product-detail-gallery-carousel-3 .nb-slider-dots.nb-indicators-bottom-right{
        right: unset;
        left: 10px;
        bottom: 10px;
    }
    .nb-product-detail-gallery-carousel-3 .nb-slider .nb-slider-dots .slick-dots {
        background-color: unset;
        padding: 0;
        border: unset;
        border-radius: unset;
    }
    .nb-product-detail-gallery-carousel-3 .nb-slider .nb-slider-dots .slick-dots {
        background-color: unset;
        padding: 0;
        border: unset;
        border-radius: unset;
    }
    .nb-product-detail-gallery-carousel-3 .nb-slider .nb-slider-dots .slick-dots li {
        width: 12px;
        height: 12px;
        background-color: var(--nb-color-gray-200);
    }
    .nb-product-detail-gallery-carousel-3 .nb-slider .nb-slider-dots .slick-dots li.slick-active {
        width: 12px;
        height: 12px;
        background-color: var(--nb-spec-color);
        border: 2px var(--nb-border-style) #FFFFFFBF;
    }
    .nb-product-detail-gallery-carousel-3 .nb-slider .nb-slider-dots .slick-dots li + li{
        margin-left: 16px;
    }
    .nb-margin .layout.layout-product-detail-grid > .block:not(.hidden) + .block {
        margin-top: 20px;
    }
    .nb-product-price-detail-2 {
        padding-top: 20px;
    }
    .product-add-to-cart-button-4:has(.nb-choose-size-info.active) {
        margin-bottom: 0;
    }
    .nb-margin .layout.layout-product-detail-grid > .block.product-user-activity-misc-options-1 {
        margin-top: 15px !important;
    }
    .nb-product-additional-info-display-accordion-1 .nb-accordion.nb-accordion-2 .nb-accordion-item:not(:last-child) {
        margin-bottom: 10px;
    }
    .nb-grid-banner-35 .nb-slider-item-box-49 .nb-info-box-9 .custom-text {
        line-height: 1.2;
    }
    .nb-product-box-detail-floater-2 > .nb-content-wrapper {
        padding-left: 10px;
        padding-right: 10px;
    }
    .nb-product-box-detail-floater-2 .nb-content-wrapper .nb-price {
        font-weight: var(--nb-font-semibold);
    }
    .nb-product-detail-floater-2 .nb-product-button-with-bubble-3 .nb-product-bubble-3,
    .nb-product-card-31 .nb-product-card .nb-product-button-with-bubble-3 .nb-product-bubble-3 {
        width: 100%;
        left: 0;
    }
    .nb-product-comparison-floater-1:not(.dragbox) {
        top: 50%;
    }
    .nb-popup-newsletter-form-popup-1 .nb-newsletter-form-popup-1 > .nb-img-wrapper {
        max-width: unset;
    }
    .nb-ecommerce-footer-16 .nb-top-footer-wrapper .nb-content-wrapper > .row {
        width: unset;
    }
    .nb-ecommerce-footer-16 .nb-footer-newsletter-1 .nb-submit-newsletter-wrapper .nb-btn {
        height: 40px;
    }
    .layout:has(.nb-cooperation-form-line-1) .contact-info,
    .layout:has(.nb-career-form-line-1) .contact-info {
        padding-left: 0;
    }
    .nb-location-map-list-4 .nb-locations-list-panel {
        max-width: unset;
        width: 450px;
    }
    .nb-popup-newsletter-form-popup-1 .nb-btn-close {
        right: 20px;
    }
    .object-details-v1 .nb-icon-left-title-and-description-right-horizontal:last-of-type {
        margin-bottom: 10px;
    }
    .nb-product-loan-calculator .nb-loan-wrapper .nb-link {
        position: relative;
        bottom: unset;
        right: unset;
    }
    body:not(.block-editing):has(.nb-in-out-fixed-collapsed) .layout:has(> .nb-booking-time-form-page-1),
    body:not(.block-editing) .layout:has(> .nb-booking-time-form-page-1),
    body:not(.block-editing):has(.nb-in-out-fixed-collapsed) .layout:has(> .nb-product-detail-gallery-carousel-3),
    body:not(.block-editing) .layout:has(> .nb-product-detail-gallery-carousel-3) {
        position: relative;
        top: unset;
    }
    .nbtmp-basic-contact-form-page-tmp-10 .container > .row > *:last-child {
        padding-left: 5px;
    }
    .nbtmp-basic-contact-form-page-tmp-10 .container > .row > *:first-child {
        padding-right: 5px;
    }
    .nb-form .row.nb-form-fields-wrapper > * {
        margin-top: 20px;
    }
    .brand-logo-carousel .slider {
        margin: 0;
    }
    .nb-product-list-heading-and-description-1 .nb-heading-with-subheading h2 {
        font-size: 22px;
    }
    .nb-product-list-heading-and-description-1 .nb-sub-heading p {
        font-size: 14px;
    }
    .nb-product-list-heading-and-description-1 {
        flex-direction: column;
        gap: 5px;
    }
    .nb-product-filter-category-attribute-vertical-1 .nb-reset-apply-filters-wrapper {
        display: flex;
        bottom: 0;
        width: 100%;
        left: 0;
        gap: 25px;
        box-shadow: 0px -2px 8px 0px #00000014;
        background-color: var(--nb-color-white);
        z-index: 5;
    }
    .nb-product-filter-category-attribute-vertical-1 .nb-filter-btn-apply {
        min-width: unset;
    }
    .nb-product-filter-category-attribute-vertical-1:has(.nb-product-listing-filters-wrapper .nb-filter-btn-apply) .nb-product-filter-search-1 .nb-btn {
        display: none;
    }
    .nb-product-filter-category-attribute-vertical-1 .nb-filter-btn-apply:hover {
        color: var(--nb-spec-color);
        background-color: var(--nb-color-white);
    }
    .nb-product-filter-category-attribute-vertical-1 .nb-reset-apply-filters-wrapper > * {
        flex: 1 1 50%;
        max-width: 50%;
    }
    .nb-product-filter-category-attribute-vertical-1 .nb-product-listing-filters-wrapper {
        max-height: calc(100dvh - 70px);
        padding-bottom: 70px;
        overscroll-behavior: contain;
        -webkit-overflow-scrolling: touch;
    }
    .nb-product-filter-category-attribute-vertical-1 .nb-reset-apply-filters-wrapper .nb-filters-clear-2 {
        font-size: var(--nb-btn-font-size);
        line-height: var(--nb-btn-line-height);
        font-weight: var(--nb-btn-font-weight);
        border: var(--nb-btn-border-width) var(--nb-btn-border-style) var(--nb-btn-border-color);
        padding: var(--nb-btn-padding-y) var(--nb-btn-padding-x);
        height: var(--nb-btn-height);
        border-radius: var(--nb-btn-border-radius);
        justify-content: center;
    }
    .nb-product-filter-category-attribute-vertical-1 .nb-reset-apply-filters-wrapper .nb-filters-clear-2:hover {
        background-color: var(--nb-spec-color);
    }
    .nb-product-filter-category-attribute-vertical-1 .nb-reset-apply-filters-wrapper .nb-filters-clear-2 .custom-text {
        font-size: var(--nb-btn-font-size);
        font-weight: var(--nb-btn-font-weight);
        color: var(--nb-spec-color);
    }
    .nb-product-filter-category-attribute-vertical-1 .nb-reset-apply-filters-wrapper .nb-filters-clear-2:hover .custom-text {
        color: var(--nb-color-white);
    }
    .nb-product-filter-category-attribute-vertical-1 .nb-reset-apply-filters-wrapper .nb-filters-clear-2 .nb-icon {
        display: none;
    }
    .nb-size-chart-modal-2 .nb-modal-body {
        margin-right: 0;
        max-height: 100vh;
        padding: 0 15px;
    }
    .nb-registration-form-1-block .nb-form-fields-wrapper > .row .col-12:has(.nbf-reg-type-person) .nb-form-group {
        width: calc(50% - 5px);
    }
    .nb-product-price-detail-2 .nb-price-loyalty-with-image {
        font-size: 20px;
    }
}
@media screen and (max-width: 576px) {
    .nb-payment-option-2 .nb-option-wrapper {
        flex-direction: column;
        align-items: flex-start;
    }
    .nb-payment-option-2 .nb-option-wrapper > .nb-content-wrapper,
    .nb-payment-option-2 .nb-option-wrapper > .nb-content-wrapper .nb-payment-option-text-wrapper .nb-text-wrapper,
    .nb-payment-option-2 .nb-form-radio-button .nb-label {
        width: 100%;
    }
    .nb-payment-option-2 .nb-option-wrapper .nb-payment-option-description img {
        max-width: 100% !important;
    }
    .nb-cart-voucher-payment-option .nb-accordion.nb-accordion-4 .nb-accordion-button .nb-title {
        font-size: 14px;
    }
    .nb-cart-voucher-payment-option-accordion:has(.nb-cart-voucher-box-list:empty) .nb-cart-voucher-form {
        padding-top: 0;
        margin-top: 0;
        border-top: unset;
    }
    #cart_onepage_form .block:has( > .nb-modal) {
        margin: 0 !important;
    }
    .nb-cart-based-recommender-carousel-2 .nb-slider .nb-slider-arrows {
        display: flex;
        top: -30px;
    }
    .nb-cart-product-item-4 .nb-price-quantity-wrapper {
        place-content: center;
    }
    .nb-cart-product-item-4 .nb-price-quantity-wrapper .nb-price-wrapper {
        display: flex;
        flex-direction: column-reverse;
    }
    .nb-delivery-group-list-2 .nb-delivery-name-selected-carrier .nb-separator,
    .nb-payment-group-list-2 .nb-header-wrapper .nb-payment-name-selected-payment .nb-separator {
        display: none;
    }
    .nb-parcel-machine-modals-block .nb-parcel-machine-modal-1 .nb-modal-body .nb-btn,
    .nb-parcel-machine-modals-block .nb-parcel-machine-modal-2 .nb-location-parcel-machine-confirm-btn .nb-btn {
        min-width: 100%;
    }
    .nb-parcel-machine-modals-block .nb-modal .nb-modal-header.nb-modal-header-center,
    .nb-parcel-machine-modals-block .nb-parcel-machine-modal-1 .nb-modal-body {
        padding: 20px;
    }
    #cart_onepage_form > .layout:last-child {
        padding-inline: 0;
    }
    #cart_onepage_form .nb-margin .layout.nb-block-spacer-50 > .block:not(.hidden) + .block {
        margin-top: 20px;
    }
    .nb-cart-benefits-and-cta-2 .nb-info-wrapper,
    .nb-cart-total-3 {
        padding-inline: 15px;
    }
    .nb-step-basket.nb-step-basket-2.solved .nb-icon.solved-step-icon {
        bottom: -7px;
    }
    .nb-step-basket.nb-step-basket-2 .nb-step-title {
        font-weight: var(--nb-font-weight-600);
    }
    .nb-step-basket.nb-step-basket-2 {
        margin: 0;
    }
    .nb-till-free-delivery-2 .nb-icon-left-title-and-description-right-horizontal .nb-content-wrapper {
        gap: 0;
    }
    .nb-cart-product-item-4 .nb-product-image-info-wrapper > .nb-img-wrapper {
        padding-bottom: 0;
    }
    .nb-cart-product-item-4 .nb-product-info-price-wrapper {
        min-height: 150px;
    }
    .nb-cart-summary-5 .nb-body-wrapper,
    .nb-cart-summary-5 .nb-footer-wrapper {
        padding: 14px;
    }
    .nb-cart-summary-5 .nb-header-wrapper {
        padding: 10px 14px;
    }
    .nb-user-loyalty-enrollment-become-member-2 .nb-tabs .nb-nav-item {
        min-width: auto;
    }
    .nb-user-loyalty-enrollment-become-member-2 .nb-user-loyalty-enrollment-enter-card-number-1,
    .nb-user-loyalty-enrollment-become-member-2 .nb-user-loyalty-join-success-1,
    .nb-user-loyalty-enrollment-become-member-2 .nb-user-loyalty-become-member-confirmation-1,
    .nb-user-loyalty-enrollment-become-member-2 .nb-user-loyalty-become-member-1 {
        align-items: center;
    }
    .nb-user-loyalty-enrollment-become-member-2 .nb-user-loyalty-become-member-confirmation-1 .nb-user-loyalty-become-member-confirmation-title {
        text-align: center;
    }
    .nb-become-loyalty,
    .nb-user-loyalty-enrollment-become-member-1 .nb-tabs .nb-nav-item .nb-nav-link,
    .nb-user-loyalty-enrollment-become-member-2 .nb-tabs .nb-nav-item .nb-nav-link,
    .nb-user-loyalty-enrollment-enter-card-number-1 .nb-user-loyalty-enrollment-enter-card-btn,
    .nb-user-loyalty-become-member-confirmation-1 .nb-btn-wrapper > *,
    .nb-promotion-offer-code-generation-modal-1 .nb-promotion-generated-box-1 .nb-continue-shopping-btn {
        font-size: 16px;
    }
    .nb-loyalty-card-image-2 {
        max-height: 190px;
    }
    .nb-promotion-offer-code-generation-modal-1 .nb-promotion-generated-box-1 .nb-continue-shopping-btn {
        min-width: 100%;
    }
    .nb-product-listing-options-and-category-heading-2 .nb-main-wrapper .nb-filters-intro-wrapper {
        gap: 10px;
    }
    .nb-slider-item-box-40 .nb-wrapper {
        gap: 10px;
    }
    .nb-image-overlay-box-2 .nb-wrapper .nb-title {
        font-size: var(--nb-font-size-20);
    }
    .nb-image-overlay-box-2 .nb-wrapper .nb-subtitle {
        font-size: var(--nb-font-size-14);
    }
    .nb-image-overlay-box-2 .nb-wrapper .nb-link {
        opacity: 1;
    }
    .nb-image-overlay-box-2:hover .nb-wrapper {
        padding-bottom: 0px;
    }
    .nb-image-overlay-box-2 .nb-wrapper {
        bottom: 15px;
    }
    .nb-product-list-tabs {
        gap: 10px;
    }
    .nb-product-list-tabs::-webkit-scrollbar {
        height: 3px;
    }
    .nb-product-list-tabs::-webkit-scrollbar-thumb {
        background-color: var(--nb-color-gray-400);
    }
    .nb-product-list-tabs::-webkit-scrollbar-track {
        background-color: var(--nb-color-white);
    }
    .nb-product-list-tabs > *:not(:last-of-type),
    .nb-product-list-tabs > * {
        padding: 0 15px;
    }
    .nb-product-card-31.nb-component .nb-card.nb-product-card .card-body.nb-card-body.nb-product-card-body {
        padding: 10px;
    }
    .nb-product-card-31 .nb-product-card .nb-card-body > .nb-product-name {
        margin-bottom: 5px;
    }
    .nb-ecommerce-footer-16 .nb-footer-mobile-collapse {
        border-bottom-color: var(--nb-color-blue-300);
    }
    .nb-ecommerce-footer-16 .nb-footer-links .row .col {
        margin-top: 15px;
    }
    .nb-ecommerce-footer-16 .nb-middle-footer-wrapper {
        padding: 40px 0 30px;
    }
    .nb-ecommerce-footer-16 .nb-bottom-footer-wrapper {
        padding: 20px 0 15px;
    }
    .nb-product-attribute-v1 .nb-img {
        max-width: 60px;
    }
    .nb-product-add-to-cart-button-4 .nb-content-wrapper .nb-quantity-product .nb-quantity-input input {
        height: 42px;
    }
    .nb-product-add-to-cart-button-4 .nb-product-quantity-and-add-to-cart .nb-quantity-product .nb-quantity-wrapper {
        border-radius: var(--nb-border-radius-xs);
    }
    .nb-product-add-to-cart-button-4 .nb-btn.nb-add-to-cart {
        height: 44px;
    }
    .nb-product-box-detail-floater-2 .nb-right-wrapper .nb-btn {
        min-height: 40px;
        font-size: var(--nb-font-size-16);
    }
    .nb-product-box-detail-floater-2 {
        padding: 10px 5px;
    }
    .nb-product-category-carousel-1 .nb-slider .slider .nb-slider-item {
        margin: 0 5px !important;
    }
    .nb-product-category-carousel-1 .nb-slider .slider .nb-slider-init {
        margin: 0 -5px !important;
    }
    .nb-product-filters-intro-sort-3 .nb-select {
        color: var(--nb-color-gray-800);
        line-height: 14px;
    }
    .nb-product-listing-options-and-category-heading-2 .nb-main-wrapper .nb-product-filters-control-2 {
        border-radius: var(--nb-border-radius-xs);
        gap: 20px;
    }
    .nb-cart-product-item-4 .nb-cart-item-change-size-2 {
        color: var(--nb-color-pink);
    }
    .nb-cart-product-item-4 .nb-delete-product-wrapper .nb-cart-item-delete-1 {
        padding: 0;
    }
    .nb-cart-summary-5 .nb-body-wrapper .nb-text-wrapper .custom-text.nb-total-label {
        font-size: var(--nb-font-size-14);
    }
    .nb-payment-group-list-2 .nb-payment-name-selected-payment .nb-selected,
    .nb-delivery-group-list-2 .nb-delivery-name-selected-carrier .nb-selected,
    .nb-payment-group-list-2 .nb-header-wrapper .nb-payment-name-selected-payment .nb-separator:before,
    .nb-payment-group-list-2 .nb-header-wrapper .nb-payment-name-selected-payment .nb-separator,
    .nb-payment-group-list-2 .nb-header-wrapper .nb-text-wrapper .nb-title,
    .nb-delivery-group-list-2 .nb-delivery-name-selected-carrier .nb-separator,
    .nb-delivery-group-list-2 .nb-header-wrapper .nb-text-wrapper .nb-title {
        font-size: var(--nb-font-size-14);
    }
    .nb-payment-group-list-2 .nb-accordion .nb-accordion-button,
    .nb-delivery-group-list-2 .nb-accordion .nb-accordion-button {
        min-height: 52px;
        padding: 10px 35px 10px 12px;
    }
    .nb-cart-benefits-and-cta-2 .nb-cart-heading-1 .nb-title {
        font-size: var(--nb-font-size-14);
    }
    .object-location-grid-v1 .nb-work-time .nb-title,
    .object-details-v1 .nb-heading-margin {
        font-size: var(--nb-font-size-18);
    }
    .object-details-v1 .nb-icon-left-title-and-description-right-horizontal .nb-paragraph,
    .nb-work-time-list .day-time {
        font-size: var(--nb-font-size-12);
    }
    .brand-logo-carousel .nb-slider-item .nb-product-attribute-image-with-title-1 .nb-img {
        max-height: 50px;
    }
    .brand-logo-carousel .nb-slider-item {
        padding: 15px;
    }
    .nb-modal .modal-header .nb-modal-title {
        font-size: var(--nb-font-size-18);
    }
    .nb-lost-password-modal-1 .nb-lost-password-description,
    .nb-registration-modal-1 .nb-description,
    .nb-login-modal-2 .nb-modal-body > *:first-child {
        font-size: var(--nb-font-size-14);
    }
    .nb-registration-modal-1 .nb-modal-body {
        padding: 20px 15px 20px;
    }
    .nb-register-form-1 .nb-form-fields-wrapper .nb-btn {
        min-width: unset;
        width: 100%
    }
    .nb-search-product-grid-2 .nb-product-col {
        margin-top: 10px;
    }
    .nb-article-card-5 .nb-bottom-wrapper .nb-link {
        display: block;
    }
    .article-detail-compound-1 .nb-component.category-and-date {
        margin-bottom: 15px;
    }
    .nb-product-card-31 .nb-product-card .nb-btn.nb-add-to-cart {
        font-size: var(--nb-font-size-14);
    }
    .nb-product-card-31 .nb-product-card .nb-discount.nb-discount-rectangle .nb-discount-value-wrapper,
    .nb-product-card-31 .nb-product-card .nb-discount.nb-discount-rectangle .nb-additional-discount-value-wrapper {
        height: 20px;
        font-size: var(--nb-font-size-11);
        width: 35px;
    }
    .product-listing-display-grid-2 .nb-product-card-31 .nb-product-prices-13 > .nb-content-wrapper {
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
    }
    .product-listing-display-grid-2 .nb-product-card-31 .nb-product-prices-13 .nb-price-saving {
        text-align: left;
        flex-wrap: nowrap;
        justify-content: start;
        align-items: center;
    }
    .product-listing-display-grid-2 .nb-product-card-31 .nb-product-card .nb-product-prices-13 {
        min-height: 65px;
    }
    .product-listing-display-grid-2 .nb-product-card-31 .nb-product-card .nb-product-prices-13 .nb-price-saving-label {
        font-size: var(--nb-font-size-10);
    }
    .product-listing-display-grid-2 .nb-product-card-31 .nb-product-card .nb-btn.nb-add-to-cart {
        padding: 5px 10px;
    }
    .nb-ecommerce-footer-16 .nb-info-box-8-wrapper {
        margin-bottom: 15px;
    }
    .nb-slider-item-box-43 .nb-slider-item-name {
        margin-bottom: 10px;
    }
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .nb-carousel-banner-34 .slick-slide > div + div {
        margin-top: 10px;
    }
    .nb-ecommerce-footer-16 {
        --nb-gutter-x: 20px;
        --nb-gutter-y: 20px;
    }
    .nb-login-form-2 .nb-social-login {
        gap: 20px;
        flex-direction: column;
    }
    .nb-comments-list-1 .nb-comment-box-9 .nb-rating {
        margin-top: 0;
    }
    .brand-logo-carousel .nb-slider-item {
        min-height: 80px;
    }
    .nb-discount-rectangle {
        height: fit-content;
    }
    .product-detail-gallery-carousel-3 .nb-slider-init {
        max-height: 350px;
        opacity: 0;
    }
    .product-detail-gallery-carousel-3 .nb-slider-init.slick-initialized {
        max-height: fit-content;
        opacity: 1;
    }
    .similar-product-list-carousel-2 .nb-heading-with-subheading,
    .similar-product-list-carousel-2 .nb-slider {
        margin-left: -15px;
        margin-right: -15px;
    }
    .container:has(.nb-checkout-progress-bar-2) {
        margin-bottom: 10px;
        margin-top: 0 !important;
    }
    .nb-checkout-progress-bar-2 .slick-list {
        padding-bottom: 5px;
    }
    .nb-price-drop-list-grid-1 .nb-top-wrapper {
        flex-direction: column;
        align-items: flex-start;
    }
    .nb-price-drop-list-grid-1 .nb-top-wrapper .nb-separator {
        display: none;
    }
    .nb-price-drop-list-grid-1 .nb-card.nb-product-card .card-body.nb-card-body.nb-product-card-body > * + * {
        margin-top: 7px;
    }
    .nb-product-price-drop-card-1 .nb-remove {
        top: 10px;
        right: 10px;
    }
    .nb-product-subscription-list-1 .nb-header-actions-wrapper > *:not(.nb-add-to-subscription-list-1) .nb-btn {
        height: 29px;
    }
    .nb-location-map-list-4 .nb-locations-list-panel {
        left: 15px;
    }
    .nb-location-map-list-4 .nb-locations-list-panel {
        max-width: calc(100% - 30px);
        width: calc(100% - 30px);
    }
    .nb-location-map-popup-5 > .nb-location-detail-link {
        margin-top: 15px;
    }
    .nb-location-map-popup-5 .nb-logo-name-and-description-wrapper {
        align-items: center;
        gap: 10px;
    }
    .nb-pregnancy-calculator-form-1 .nb-btn {
        width: 100%;
    }
    .nb-article-card-9 .nb-article-category {
        padding-right: 5px;
    }
    .nb-article-card-9 .nb-category-date-wrapper {
        gap: 5px
    }
    .nb-product-add-to-cart-button-4 .nb-product-quantity-and-add-to-cart {
        gap: 15px;
    }
    .nb-product-add-to-cart-button-4 .nb-product-auto-subscription-1 .nb-btn {
        height: 44px;
    }
    .nbtmp-faq-page-accordion-tmp-7 .layout.nb-margin:has(.nb-subcategory-carousel-4),
    .nbtmp-faq-page-accordion-tmp-7 .layout.nb-margin:has(.category-detail-heading) {
        margin-bottom: 20px !important;
    }
    .nb-category-box-4 .nb-category-link > .nb-link {
        min-height: 60px;
    }
    .nb-slider-item-box-55 .nb-slider-item-image img {
        max-width: 40px;
    }
    .nbtmp-basic-contact-form-page-tmp-10 .layout:has(.nb-heading-1) {
        margin-bottom: 10px;
    }
    .nb-article-card-5 .nb-article-date {
        font-weight: var(--nb-font-regular);
    }
    .container:has(.nb-carousel-banner-15 .slick-initialized),
    .container:has(.nb-carousel-banner-34 .slick-initialized),
    .container:has(.brand-logo-carousel .slick-initialized),
    .container:has(.nb-custom-product-list-carousel-1 .slick-initialized) {
        padding-right: 0;
    }
    .nb-article-card-5 .nb-article-short-description {
        height: auto;
        --nb-rows: 5;
    }
    .article-gallery-grid-1 .nb-gallery-item {
        padding-left: 10px;
        padding-right: 10px;
        margin-top: 20px;
    }
    .article-gallery-grid-1 .nb-gallery-wrapper {
        margin-right: -10px;
        margin-left: -10px;
    }
    .article-gallery-grid-1 .heading-with-icon-1 {
        margin-bottom: 10px;
    }
    body[class*="regular-page-tmp"] .layout.nb-margin:has(.page-headline-1) {
        margin-bottom: 20px !important;
        margin-top: 20px !important;
    }
    .nbtmp-aksa-user-delete-profile-tmp-1 main .nb-margin:first-child {
        margin-top: 30px;
    }
    .nbtmp-aksa-user-delete-profile-tmp-1 .nb-margin.layout > .block:not(.hidden) + .block{
        margin-top: 20px;
    }
    body[class*="regular-page-tmp"] .layout:has(.nb-breadcrumb) {
        margin-bottom: 20px !important;
    }
    body[class*="regular-page-tmp"] .layout:has(.page-content) {
        margin-top: 20px !important;
    }
    .nb-product-card-31 .nb-discount .nb-icon {
        font-size: var(--nb-font-size-18);
    }
    .nb-product-card-31 .nb-discount-rectangle {
        max-height: 44px;
    }
    .nb-product-image-with-detail-and-cta .nb-product-quantity-and-add-to-cart .nb-btn {
        min-width: unset;
        width: 100%;
    }
    .nb-voucher-product-detail-1 .nb-product-quantity-and-add-to-cart .nb-wrapper {
        flex-grow: 1;
    }
    .nb-custom-product-list-carousel-2 .container {
        padding: 0 5px;
    }
    .nb-slider-item-box-59 {
        padding: 20px 10px;
    }
    .nb-registration-form-1-block .nb-form-fields-wrapper > .row .col-12:has(.nbf-reg-type-person) .nb-form-group {
        width: 100%;
    }
    .nbtmp-brand-list-tmp-2 .page-title-and-description {
        margin-top: 20px !important;
    }
    .nbtmp-brand-list-tmp-2 .layout:has(.nb-breadcrumb-nav) {
        margin-bottom: 30px !important;
    }
    .nb-products-list-grid {
        gap: 10px;
    }
    .nb-products-list-grid .nb-product-prices-13 .nb-price-saving .nb-price-saving-label {
        width: fit-content;
    }
    .layout:has(.nb-breadcrumb) {
        margin-bottom: 20px !important;
    }
    .nb-slider-item-box-54 .nb-slider-item-name {
        width: calc(100% - 20px);
        bottom: 12px;
    }
    .nb-user-gift-list-box-3 {
        max-height: unset;
    }
    .block:has(.nb-price-loyalty-with-image) .nb-product-card-31 .nb-product-prices-13 {
        min-height: 70px;
    }
    .product-listing-display-grid-2:has(.nb-price-loyalty-with-image) .nb-product-card-31 .nb-product-prices-13 {
        min-height: 90px;
    }
    .nb-product-listing-display-grid-2 .nb-product-card-31 .nb-product-list-v1 .nb-img {
        max-width: 25px;
    }
    .nb-product-card-31 .nb-product-list-v1 .nb-img {
        max-width: 35px;
    }
    .nb-product-listing-display-grid-2 .nb-product-card-31 .nb-product-content-position-2 .nb-product-brand-2 .nb-img {
        max-width: 35px;
    }
    .nb-product-listing-display-grid-2 .nb-product-card-31 .nb-product-card .nb-discount.nb-discount-rectangle .nb-discount-value-wrapper,
    .nb-product-listing-display-grid-2 .nb-product-card-31 .nb-product-card .nb-discount.nb-discount-rectangle .nb-additional-discount-value-wrapper {
        font-size: 10px;
        width: 30px;
    }
    .nb-product-listing-display-grid-2 .nb-product-card-31 .nb-product-content-position-2:has(.nb-product-free-delivery-text-1) .nb-product-brand-2 {
        display: none;
    }
    .nb-product-card-31 .nb-product-free-delivery-text-1 {
        background-color: var(--nb-color-white);
        font-size: 10px;
    }
    .nb-product-card-31 .nb-product-content-position-2 .nb-position.nb-bottom-center-content {
        min-width: 120px;
        justify-content: center;
    }
}


