
/*
/* 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: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: var(--nb-dots-color);
    position: relative;
    cursor: pointer;
    margin: 0;
    transition: all 0.3s ease;
    opacity: 1;

    &::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background-color: var(--nb-dots-shadow-color);
        z-index: -1;
        transition: all 0.3s ease;
    }
}

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

    &::before {
        background-color: 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: 768px){
    .nb-slider-dots.nb-mobile-bottom-left-indicators{
        position: absolute;
        bottom: var(--nb-spacer-y);
        left: var(--nb-spacer-x);
    }
}
@media screen and (max-width: 576px){
    .nb-slider-dots .slick-dots > li + li{
        margin-left: 16px;
    }
}

/*
/* 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-cart/header-cart-with-badge-1/header-cart-with-badge-1.css.'
*/:root {
    --nb-header-cart-with-badge-1-icon-font-size: var(--nb-font-size-26);
    --nb-header-cart-with-badge-1-count-color: var(--nb-color-white);
    --nb-header-cart-with-badge-1-count-font-size: var(--nb-font-size-12);
    --nb-header-cart-with-badge-1-count-font-weight: var(--nb-font-semibold);
    --nb-header-cart-with-badge-1-count-bg: var(--nb-color-primary);
    --nb-header-cart-with-badge-1-count-border-radius: var(--nb-border-radius-full);
    --nb-header-cart-with-badge-1-label-font-size: var(--nb-font-size-13);
}

.nb-header-cart-with-badge-1 {
    position: relative;
    cursor: pointer;
}

.nb-header-cart-with-badge-1 .nb-icon {
    font-size: var(--nb-header-cart-with-badge-1-icon-font-size);
}

.nb-header-cart-with-badge-1 .nb-header-cart-count-wrapper {
    width: 22px;
    height: 22px;
    padding: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--nb-header-cart-with-badge-1-count-color);
    background-color: var(--nb-header-cart-with-badge-1-count-bg);
    border-radius: var(--nb-header-cart-with-badge-1-count-border-radius);
    font-size: var(--nb-header-cart-with-badge-1-count-font-size);
    font-weight: var(--nb-header-cart-with-badge-1-count-font-weight);
    text-align: center;
    position: absolute;
    top: 0;
    right: -100%;
    transform: translate(-80%, -25%);
}


.nb-header-cart-with-badge-1 .nb-header-cart-icon-wrapper{
    width: fit-content;
    position: relative;
    margin: auto;
}

.nb-header-cart-with-badge-1 .nb-header-cart-label{
    font-size: var(--nb-header-cart-with-badge-1-label-font-size);
    display: none;
}
/*
/* NB Fajl:'./components/complex/header/header-favorite/header-favorite-with-badge-1/header-favorite-with-badge-1.css.'
*/:root {
    --nb-header-favorite-with-badge-1-icon-font-size: var(--nb-font-size-26);
    --nb-header-favorite-with-badge-1-count-color: var(--nb-color-white);
    --nb-header-favorite-with-badge-1-count-font-size: var(--nb-font-size-12);
    --nb-header-favorite-with-badge-1-count-font-weight: var(--nb-font-semibold);
    --nb-header-favorite-with-badge-1-count-bg: var(--nb-color-primary);
    --nb-header-favorite-with-badge-1-count-border-radius: var(--nb-border-radius-full);
    --nb-header-favorite-with-badge-1-label-font-size: var(--nb-font-size-13);
}

.nb-header-favorite-with-badge-1 {
    position: relative;
}

.nb-header-favorite-with-badge-1 .nb-icon {
    font-size: var(--nb-header-favorite-with-badge-1-icon-font-size);
}

.nb-header-favorite-with-badge-1 .nb-header-favorite-count-wrapper {
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--nb-header-favorite-with-badge-1-count-color);
    background-color: var(--nb-header-favorite-with-badge-1-count-bg);
    border-radius: var(--nb-header-favorite-with-badge-1-count-border-radius);
    font-size: var(--nb-header-favorite-with-badge-1-count-font-size);
    font-weight: var(--nb-header-favorite-with-badge-1-count-font-weight);
    text-align: center;
    position: absolute;
    top: 0;
    right: -100%;
    transform: translate(-50%, -25%);
}

.nb-header-favorite-with-badge-1 a{
    color: var(--nb-text-color-primary);
}

.nb-header-favorite-with-badge-1 .nb-header-favorite-icon-wrapper{
    width: fit-content;
    position: relative;
    margin: auto;
}

.nb-header-favorite-with-badge-1 .nb-header-favorite-label{
    font-size: var(--nb-header-favorite-with-badge-1-label-font-size);
    display: none;
}
/*
/* 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-gift/header-gift-with-badge-1/header-gift-with-badge-1.css.'
*/:root {
    --nb-header-gift-with-badge-1-icon-font-size: var(--nb-font-size-26);
    --nb-header-gift-with-badge-1-count-color: var(--nb-color-white);
    --nb-header-gift-with-badge-1-count-font-size: var(--nb-font-size-12);
    --nb-header-gift-with-badge-1-count-font-weight: var(--nb-font-semibold);
    --nb-header-gift-with-badge-1-count-bg: var(--nb-color-primary);
    --nb-header-gift-with-badge-1-count-border-radius: var(--nb-border-radius-full);
    --nb-header-gift-with-badge-1-label-font-size: var(--nb-font-size-13);
}

.nb-header-gift-with-badge-1 {
    position: relative;
}

.nb-header-gift-with-badge-1 .nb-icon {
    font-size: var(--nb-header-gift-with-badge-1-icon-font-size);
}

.nb-header-gift-with-badge-1 .nb-header-gift-count-wrapper {
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--nb-header-gift-with-badge-1-count-color);
    background-color: var(--nb-header-gift-with-badge-1-count-bg);
    border-radius: var(--nb-header-gift-with-badge-1-count-border-radius);
    font-size: var(--nb-header-gift-with-badge-1-count-font-size);
    font-weight: var(--nb-header-gift-with-badge-1-count-font-weight);
    text-align: center;
    position: absolute;
    top: 0;
    right: -100%;
    transform: translate(-50%, -25%);
}

.nb-header-gift-with-badge-1 a{
    color: var(--nb-text-color-primary);
}

.nb-header-gift-with-badge-1 .nb-header-gift-icon-wrapper{
    width: fit-content;
    position: relative;
    margin: auto;
}

.nb-header-gift-with-badge-1 .nb-header-gift-label{
    font-size: var(--nb-header-gift-with-badge-1-label-font-size);
    display: none;
}
/*
/* 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);
}

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

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-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:'./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-second-level-item-2:not(.active) + .nb-menu-third-level-item-list-2 {
        display: none;
    }

    .nb-menu-second-level-item-2.active + .nb-menu-third-level-item-list-2 {
        display: block;
        padding-left: 15px; /* Opciono: uvlačenje stavki radi preglednosti */
    }

    /* Rotiranje ikonice kada je meni otvoren */
    .nb-menu-second-level-item-2.active .bi-chevron-down {
        transform: rotate(180deg);
        transition: transform 0.3s ease;
    }

    .nb-menu-second-level-item-2 .bi-chevron-down {
        transition: transform 0.3s ease;
    }

    .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-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-second-level-item/menu-second-level-item-2/menu-second-level-item-2.css.'
*/:root {
    --nb-menu-second-level-item-2-min-height: 50px;

    --nb-menu-second-level-item-2-link-color: var(--nb-text-color-primary);
    --nb-menu-second-level-item-2-link-hover-color: var(--nb-text-color-primary);

    --nb-menu-second-level-item-2-link-font-size: var(--nb-font-size-16);
    --nb-menu-second-level-item-2-link-font-weight: var(--nb-font-weight-600);

    --nb-menu-second-level-item-2-link-border: var(--nb-menu-second-level-item-2-link-border-width) var(--nb-border-style) var(--nb-menu-second-level-item-2-link-border-color);
    --nb-menu-second-level-item-2-link-border-width: var(--nb-border-width);
    --nb-menu-second-level-item-2-link-border-color: var(--nb-border-color);
    --nb-menu-second-level-item-2-link-padding-bottom: 10px;
}

.nb-menu-second-level-item-2 {
    min-height: var(--nb-menu-second-level-item-2-min-height);
    display: flex;
    align-items: center;
    padding-bottom: var(--nb-menu-second-level-item-2-link-padding-bottom);
    border-bottom: var(--nb-menu-second-level-item-2-link-border);
}

.nb-menu-second-level-item-2 .nb-second-level-menu-item-link {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--nb-menu-second-level-item-2-link-color);
    font-size: var(--nb-menu-second-level-item-2-link-font-size);
    font-weight: var(--nb-menu-second-level-item-2-link-font-weight);
}

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

.nb-menu-second-level-item-2 .nb-second-level-menu-item-link .nb-menu-image {
    flex: 1;
}

.nb-menu-second-level-item-2 .nb-second-level-menu-item-link .nb-second-level-menu-item-title {
    flex: 4;
}
.nb-menu-second-level-item-2 .nb-icon {
    display: none;
}

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

    .nb-menu-second-level-item-2 {
        padding: 15px 5px;
        position: relative;
    }

    /*.nb-menu-second-level-item-2:before {*/
    /*    content: '\F282';*/
    /*    font-family: bootstrap-icons, sans-serif;*/
    /*    position: absolute;*/
    /*    right: 5px;*/
    /*    top: 50%;*/
    /*    transform: translateY(-50%);*/
    /*}*/

    .nb-menu-second-level-item-2 .nb-icon {
        position: absolute;
        right: 5px;
        display: block;
    }
    .nb-menu-second-level-item-2:not(:has(+.nb-menu-third-level-item-list-2)) .nb-icon {
        display: none;
    }
    .nb-menu-second-level-item-2.active .nb-icon {
        transform: rotate(180deg);
    }
    .nb-menu-second-level-item-2:not(.active) ~ .nb-menu-third-level-item-list-2 {
        display: none;
    }

    .nb-menu-second-level-item-2.active ~ .nb-menu-third-level-item-list-2 {
        display: flex;
    }

    .nb-menu-second-level-item-2 .nb-second-level-menu-item-link .nb-second-level-menu-item-title {
        flex: 9;
    }

}

/*
/* NB Fajl:'./components/complex/menu/menu-third-level-item-list-2/menu-third-level-item-list-2.css.'
*/:root {
    --nb-menu-third-level-item-2-margin-top: 10px;
    --nb-menu-third-level-item-2-gap: 12px;

    --nb-menu-third-level-item-2-link-color: var(--nb-text-color-primary);
    --nb-menu-third-level-item-2-link-hover-color: var(--nb-spec-color);

    --nb-menu-third-level-item-2-link-font-size: var(--nb-font-size-14);
    --nb-menu-third-level-item-2-link-font-weight: var(--nb-font-weight-600);
}

.nb-menu-third-level-item-list-2 .nb-third-level-menu-item-link {
    color: var(--nb-menu-third-level-item-2-link-color);
    font-size: var(--nb-menu-third-level-item-2-link-font-size);
    font-weight: var(--nb-menu-third-level-item-2-link-font-weight);
}

.nb-menu-third-level-item-list-2 .nb-third-level-menu-item-link:hover {
    color: var(--nb-menu-third-level-item-2-link-hover-color);
}

.nb-menu-third-level-item-list-2 {
    margin-top: var(--nb-menu-third-level-item-2-margin-top);
    display: flex;
    flex-direction: column;
    gap: var(--nb-menu-third-level-item-2-gap);
}

@media screen and (max-width: 991px) {
    .nb-menu-third-level-item-list-2 {
        padding: 20px 15px;
        --nb-menu-third-level-item-2-gap: 20px;
    }
}
/*
/* NB Fajl:'./components/complex/menu/menu-dropdown/menu-dropdown-3/menu-dropdown-3.css.'
*/@media screen and (max-width: 991px) {

    .wsmenu>.wsmenu-list>li>.wsmegamenu.nb-dropdown-3 {
        border: unset;
    }

}
/*
/* NB Fajl:'./_blocks/navigation-and-search/navigation/horizontal-navigation/horizontal-navigation-2/horizontal-navigation-2.css.'
*/:root {
    --nb-horizontal-navigation-2-first-level-item-list-height: 20px;
    --nb-horizontal-navigation-2-drop-down-top: 30px;
}

.nb-horizontal-navigation-2 {
    --nb-menu-first-level-item-img-max-width: 100px;
}

.nb-horizontal-navigation-2 .nb-main-navigation-3 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.nb-horizontal-navigation-2 .nb-menu-first-level-item-list {
    height: var(--nb-horizontal-navigation-2-first-level-item-list-height);
}

.nb-horizontal-navigation-2 .wsmenu>.wsmenu-list>li>.wsmegamenu {
    top: var(--nb-horizontal-navigation-2-drop-down-top);
    position: fixed;
}

.nb-horizontal-navigation-2 .row,
.nb-horizontal-navigation-2 .row > * {
    margin-top: 0;
}
.nb-horizontal-navigation-2 .nb-menu-first-level-item-list-3 .nb-current-menu-item-name {
    font-size: var(--nb-font-size-16);
}
.nb-horizontal-navigation-2 .nb-menu-third-level-item-list-2 .nb-third-level-menu-item-link.show-all {
    font-weight: var(--nb-font-semibold);
    text-decoration: underline;
}
.nb-horizontal-navigation-2 .nb-menu-third-level-item-list-2 .nb-third-level-menu-item-link:hover {
    text-decoration: underline;
}

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

    .nb-horizontal-navigation-2 .nb-menu-third-level-item-1 .nb-third-level-menu-item-title {
        padding-bottom: 0;
    }

    /*.nb-horizontal-navigation-2 .nb-menu-item-box-1 {*/
    /*    background-color: var(--nb-color-gray-100);*/
    /*    border-radius: 10px;*/
    /*    display: flex;*/
    /*    align-items: flex-end;*/
    /*    height: 100px;*/
    /*}*/

    /*.nb-horizontal-navigation-2 .nb-menu-item-box-1 .nb-menu-image {*/
    /*    position: absolute;*/
    /*    top: 0;*/
    /*    right: 10px;*/
    /*    transform: translateY(-50%);*/
    /*}*/

    /*.nb-horizontal-navigation-2 .nb-menu-item-box-1 .nb-menu-title {*/
    /*    position: unset;*/
    /*    height: 100%;*/
    /*    padding: 0 0 20px 20px;*/
    /*}*/

    .nb-horizontal-navigation-2 .nb-menu-first-level-item-list.wsmenu-list:has(li.nb-last-item) {
        display: flex;
    }

    .nb-horizontal-navigation-2 .nb-menu-first-level-item-list.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);
    }

    .nb-horizontal-navigation-2 .nb-menu-first-level-item-list.wsmenu-list li.nb-last-item {
        margin-left: auto;
    }


    .nb-horizontal-navigation-2 .nb-menu-first-level-item-list.wsmenu-list li > .navtext{
        padding: 14px 12px 9px 12px;
    }
    .nb-horizontal-navigation-2  .nb-menu-first-level-item-list.wsmenu-list li:first-of-type > .navtext {
        padding-left: 0;
    }
    .nb-horizontal-navigation-2 .nb-main-navigation-3 {
        justify-content: start;
    }

    .nb-horizontal-navigation-2 .wsmenu>.wsmenu-list>li>.nb-dropdown-3 {
        left: 0;
        right: calc(var(--nb-gutter-x) / 2);
        width: 100%;
    }
    .nb-menu-third-level-item-list-2 .nb-third-level-menu-item-link.show-all {
        font-weight: var(--nb-font-semibold);
        text-decoration: underline;
    }
}
@media screen  and (max-width: 1700px) {
    .nb-horizontal-navigation-2 .nb-menu-first-level-item-list.wsmenu-list li > .navtext {
        font-size: var(--nb-font-size-14);
        padding: 14px 7px 9px 7px;
    }
}
@media screen and (max-width: 991px) {
    .nb-horizontal-navigation-2 .nb-menu-first-level-item-list {
        height: auto;
    }
    .nb-horizontal-navigation-2 .nb-menu-first-level-item-list.wsmenu-list li > .navtext {
        color: var(--nb-text-color-primary);
        padding: 10px 0;
        font-size: var(--nb-font-size-14);
    }

    .nb-horizontal-navigation-2 .nb-menu-first-level-item-list-3 .nb-mobile-header .nb-header-favorite-count,
    .nb-horizontal-navigation-2 .nb-menu-first-level-item-list-3 .nb-mobile-header .nbf-cart-total {
        color: var(--nb-color-white)
    }

    .nb-horizontal-navigation-2 .nb-menu-first-level-item-list-3 .nb-icons-wrapper {
        gap: 20px;
    }
    .nb-horizontal-navigation-2 .nb-menu-first-level-item-list-3.wsmenu-list .nb-search-button {
        margin-top: 15px;
    }

    .nb-horizontal-navigation-2 .wsmenu>.wsmenu-list>li.nb-menu-first-level-item-1 {
        padding: 10px 0;
    }

    .nb-horizontal-navigation-2 .nb-menu-third-level-item-list-2 {
        padding: 10px 10px 15px;
        gap: 15px;
    }

    .nb-horizontal-navigation-2 .nb-menu-second-level-item-2.active {
        border-bottom-color: transparent;
    }

    .nb-horizontal-navigation-2 .wsmenu>.wsmenu-list>li>.wsmegamenu {
        top: 115px;
    }
    .nb-horizontal-navigation-2 .wsmenu>.wsmenu-list>li.nb-menu-first-level-item-1>.wsmenu-click {
        margin-right: 5px;
    }
    .nb-horizontal-navigation-2:has(.nb-menu-mobile-bottom-links) .nb-menu-first-level-item-list-3 {
        padding-bottom: 60px;
    }
    .nb-horizontal-navigation-2 .wsmenu {
        -webkit-overflow-scrolling: auto;
        overscroll-behavior: none;
        height: 100%;
    }
}

/*
/* NB Fajl:'./_blocks/header-and-footer/header/ecommerce-header/ecommerce-header-21/ecommerce-header-21.css.'
*/:root {
    --nb-ecommerce-header-21-top-wrapper-bg: var(--nb-color-gray-100);
    --nb-ecommerce-header-21-top-wrapper-max-height: 40px;

    --nb-ecommerce-header-21-header-wrapper-max-height: 64px;

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

    --nb-ecommerce-header-21-mobile-bottom-links-font-size: var(--nb-font-size-13);
    --nb-ecommerce-header-21-mobile-bottom-links-font-weight: var(--nb-font-semibold);

    --nb-ecommerce-header-21-headlines-font-weight: var(--nb-font-regular);
    --nb-ecommerce-header-21-border-bottom-color: var(--nb-border-color);

    --nb-ecommerce-header-21-search-width: 1380px;
    --nb-ecommerce-header-21-search-top: 15px;
    --nb-ecommerce-header-21-search-input-height: 40px;
    --nb-ecommerce-header-21-search-input-bg: var(--nb-color-white);

    --nb-ecommerce-header-21-search-inner-block-top: 40px;

    --nb-ecommerce-header-21-first-level-menu-items-fs: 14px;
    --nb-ecommerce-header-21-first-level-menu-items-fw: var(--nb-font-regular);

    --nb-ecommerce-header-21-icons-mobile-fs: 20px;

    --nb-ecommerce-header-21-special-item-fw: var(--nb-font-regular);
    --nb-ecommerce-header-21-special-item-bg-color: var(--nb-spec-color);
    --nb-ecommerce-header-21-special-item-color: var(--nb-color-white);
    --nb-ecommerce-header-21-special-item-border-color: var(--nb-spec-color);
    --nb-ecommerce-header-21-special-item-border-radius: 4px;
    --nb-ecommerce-header-21-special-item-padding-y: 8px;
    --nb-ecommerce-header-21-special-item-padding-x: 24px;

    --nb-ecommerce-header-21-new-item-fw: var(--nb-font-regular);
    --nb-ecommerce-header-21-new-item-bg-color: transparent;
    --nb-ecommerce-header-21-new-item-color: var(--nb-text-color-primary);
    --nb-ecommerce-header-21-new-item-border-color: var(--nb-spec-color);
    --nb-ecommerce-header-21-new-item-border-radius: 4px;
    --nb-ecommerce-header-21-new-item-padding-y: 8px;
    --nb-ecommerce-header-21-new-item-padding-x: 24px;
}
.nb-ecommerce-header-21{
    border-bottom: var(--nb-border-width) var(--nb-border-style) var(--nb-ecommerce-header-21-border-bottom-color);
    --nb-menu-second-level-menu-item-1-img-max-height: 20px;
}
.nb-ecommerce-header-21 .nb-header-top-wrapper {
    background-color: var(--nb-ecommerce-header-21-top-wrapper-bg);
    padding: 0;
}
.nb-ecommerce-header-21 .nb-header-site-quick-links > *{
    font-size: var(--nb-ecommerce-header-21-quick-links-font-size);
    font-weight: var(--nb-ecommerce-header-21-quick-links-font-weight);
}
.nb-ecommerce-header-21 .nb-header-top-wrapper > .container > .row {
    align-items: center;
    height: var(--nb-ecommerce-header-21-top-wrapper-max-height);
}

.nb-ecommerce-header-21 .nb-header-wrapper .nb-header-site-quick-links a,
.nb-ecommerce-header-21 .nb-header-top-wrapper .nb-component * {
    color: var(--nb-color-black);
}

.nb-ecommerce-header-21 .nb-horizontal-navigation-2 .wsmenu > .wsmenu-list > li.nb-menu-first-level-item-1 > .wsmenu-click {
    margin-right: 25px;
}


.nb-ecommerce-header-21 .nb-mobile-search-wrapper{
    display: none;
}
.nb-ecommerce-header-21 .nb-header-top-wrapper .row > .col-12:first-child .nb-header-site-quick-links {
    display: inline-block;
    margin-right: 10px;
}

.nb-ecommerce-header-21 .nb-header-top-wrapper .row > .col-12:last-child .nb-header-site-quick-links {
    justify-content: flex-end;
}


.nb-ecommerce-header-21 .nb-header-menu-wrapper {
    width: 100%;
}
.nb-ecommerce-header-21 .nb-header-menu-wrapper .row,
.nb-ecommerce-header-21 .nb-header-menu-wrapper .row > *,
.nb-ecommerce-header-21 .nb-header-top-wrapper .row,
.nb-ecommerce-header-21 .nb-header-top-wrapper .row > * {
    margin-top: 0;
}

.nb-ecommerce-header-21 .nb-header-wrapper .nb-header-inner-wrapper {
    display: flex;
    align-items: center;
    gap: 24px;
    justify-content: space-between;
    min-height: var(--nb-ecommerce-header-21-header-wrapper-max-height);
}

.nb-ecommerce-header-21 .nb-header-wrapper .nb-header-inner-wrapper .nb-logo .nb-img {
    width: 100%;
    max-height: 25px;
}

.nb-ecommerce-header-21 .nb-header-wrapper .nb-header-site-quick-links {
    white-space: nowrap;
}

body:not(.block-editing) .nb-ecommerce-header-21 {
    position: sticky;
    left: 0;
    right: 0;
    top: 0;
    background-color: var(--nb-color-white);
    z-index: 999;
}
.nb-ecommerce-header-21 .nb-logo{
    flex-shrink: 0;
}
.nb-ecommerce-header-21 .nb-header-wrapper .nb-header-shop-utilities {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: flex-end;
    flex-shrink: 0;
    margin-right: 5px;
}
.nb-ecommerce-header-21 .wsmenu>.wsmenu-list>li.nb-menu-first-level-item-1>.nb-first-level-menu-item-link .nb-menu-title{
    border-bottom: unset;
    padding-bottom: 0;
}

.nb-ecommerce-header-21 .wsanimated-arrow {
    display: none;
}

/* Search */

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

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

.nb-ecommerce-header-21 .nb-search-button {
    min-width: 260px;
    padding: 7px 10px;
    border-radius: var(--nb-input-border-radius);
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    background-color: var(--nb-color-gray-100);
    margin: 0 auto;
    border: var(--nb-border-width) var(--nb-border-style) var(--nb-border-color);
    width: 100%;
}

.nb-ecommerce-header-21 .nb-search-button .custom-text {
    font-size: var(--nb-font-size-14);
    line-height: 19px;
    color: var(--nb-color-gray-900);
}

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

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

.nb-ecommerce-header-21 .nb-search-input-wrapper > .nb-input {
    height: var(--nb-ecommerce-header-21-search-input-height);
    background-color: var(--nb-ecommerce-header-21-search-input-bg);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.nb-ecommerce-header-21 .nb-search-icon-2 .nb-search-input-wrapper {
    top: 0;
}
.nb-ecommerce-header-21 .nb-search-icon-2 {
    width: 100%;
}

.nb-ecommerce-header-21 .nb-smart-search-modal-2 .nb-search.nb-search-2 {
    top: var(--nb-ecommerce-header-21-search-inner-block-top);
    box-shadow: 6px 6px 10px 0 #0000000D;
}
.nb-ecommerce-header-21.fixed{
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
}
.nb-ecommerce-header-21.fixed .nb-mobile-search-wrapper,
.nb-ecommerce-header-21.fixed .nb-header-top-wrapper{
    display: none;
}
.nb-ecommerce-header-21.fixed .nb-header-wrapper{
    border-color: var(--nb-color-gray-100);
}
.nb-ecommerce-header-21.fixed .nb-header-search-wrapper {
    display: block;
}
.nb-ecommerce-header-21.fixed .nb-header-search-wrapper .nb-search-button{
    background-color: transparent;
    width: fit-content;
    min-width: unset;
    padding: 0;
}

.nb-ecommerce-header-21 .nb-header-top-wrapper .nb-menu-mobile-bottom-links{
    display: flex;
}
.nb-ecommerce-header-21 .nb-header-top-wrapper .nb-menu-mobile-bottom-links .nb-link {
    font-size: var(--nb-ecommerce-header-21-mobile-bottom-links-font-size);
    font-weight: var(--nb-ecommerce-header-21-mobile-bottom-links-font-weight);
    border-right: var(--nb-border-width) var(--nb-border-style) var(--nb-border-color);
    padding-right: 10px;
    margin-right: 10px;
}
.nb-ecommerce-header-21 .nb-header-info-carousel-2 .nb-slider-title {
    font-weight: var(--nb-ecommerce-header-21-headlines-font-weight);
}
.nb-ecommerce-header-21 .nb-header-top-wrapper .nb-menu-mobile-bottom-links .nb-link img {
    display: none;
}
.nb-ecommerce-header-21 .nb-header-top-wrapper .nb-menu-mobile-bottom-links .nb-link:hover {
    text-decoration: underline;
}
.nb-ecommerce-header-21 .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-21 .nb-header-info-carousel-2 {
    max-width: 320px;
    margin: 0 auto;
    max-height: var(--nb-ecommerce-header-21-top-wrapper-max-height);
}


.nb-ecommerce-header-21 .nb-search-icon,
.nb-ecommerce-header-21 .nb-search-icon > .nb-icon {
    display: none;
}

.nb-ecommerce-header-21:has(.nb-smart-search-modal-2) .nb-search-button {
    background-color: var(--nb-color-white);
}

.open-search .nb-ecommerce-header-21:has(.nb-smart-search-modal-2) .nb-search-button {
    /*display: none;*/
}

.open-search .nb-ecommerce-header-21:has(.nb-smart-search-modal-2) .nb-search-icon {
    /*display: inline-block;*/
}
.open-search .nb-ecommerce-header-21:has(.nb-smart-search-modal-2) .nb-search-input-wrapper > .nb-input {
    background-color: var(--nb-color-white);
}
.nb-ecommerce-header-21 .nb-header-user-links-4 .nb-not-logged-in-links-wrapper .nb-user-login-link,
.nb-ecommerce-header-21 .nb-header-user-links-4 .nb-not-logged-in-links-wrapper .nb-user-register-link {
    padding: 10px 40px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    font-weight: var(--nb-font-weight-400);
}

.nb-ecommerce-header-21 .nb-header-user-links-4 .nb-not-logged-in-links-wrapper .nb-user-login-link {
    border-color: var(--nb-spec-color);
    color: var(--nb-spec-color);
}

.wsactive .nb-ecommerce-header-21:has(.nb-menu-first-level-item-list-5) .wsanimated-arrow {
    top: 25px !important;
}

.nb-ecommerce-header-21 .wsmenu>.wsmenu-list.nb-menu-first-level-item-list-5 .nb-mobile-header .nb-icons-wrapper {
    padding-right: 35px;
}


.nb-ecommerce-header-21 .nb-header-site-user-1 .nb-header-site-user-separator {
    font-size: var(--nb-font-size-12);
    color: var(--nb-color-gray-600);
}

.nb-ecommerce-header-21 .nb-header-cart-with-badge-1 .nb-header-cart-count-wrapper,
.nb-ecommerce-header-21 .nb-header-favorite-with-badge-1 .nb-header-favorite-count-wrapper {
    width: 20px;
    height: 20px;
    line-height: 20px;
}

.nb-ecommerce-header-21.fixed {
    border-bottom: var(--nb-border-width) var(--nb-border-style) var(--nb-border-color);
}
.nb-ecommerce-header-21 .nb-header-info-carousel-2 .nb-slider .nb-slider-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.nb-ecommerce-header-21 .nb-header-info-carousel-2 .nb-slider-init {
    height: 50px;
    opacity: 0;
}
.nb-ecommerce-header-21 .nb-header-info-carousel-2 .nb-slider-init.slick-initialized {
    height: auto;
    opacity: 1;
}
.nb-ecommerce-header-21 .nb-horizontal-navigation-2 .nb-menu-third-level-item-1 .nb-third-level-menu-item-title{
    width: 100%;
}
.nb-ecommerce-header-21 .nb-menu-fourth-level-item-1 .nb-menu-fourth-level-item-link{
    color: var(--nb-text-color-primary);
}
.nb-ecommerce-header-21 .nb-menu-first-level-item-1.nb-special-item .nb-first-level-menu-item-title{
    border: 1px solid var(--nb-ecommerce-header-21-special-item-border-color) !important;
    background-color: var(--nb-ecommerce-header-21-special-item-bg-color);
    color: var(--nb-ecommerce-header-21-special-item-color);
    font-weight: var(--nb-ecommerce-header-21-special-item-fw);
    padding: var(--nb-ecommerce-header-21-special-item-padding-y) var(--nb-ecommerce-header-21-special-item-padding-x) !important;
    border-radius: var(--nb-ecommerce-header-21-special-item-border-radius);
}
.nb-ecommerce-header-21 .nb-menu-first-level-item-1.nb-new-item .nb-first-level-menu-item-title{
    border: 1px solid var(--nb-ecommerce-header-21-new-item-border-color) !important;
    background-color: var(--nb-ecommerce-header-21-new-item-bg-color);
    color: var(--nb-ecommerce-header-21-new-item-color);
    font-weight: var(--nb-ecommerce-header-21-new-item-fw);
    padding: var(--nb-ecommerce-header-21-new-item-padding-y) var(--nb-ecommerce-header-21-new-item-padding-x) !important;
    border-radius: var(--nb-ecommerce-header-21-new-item-border-radius);
}
.nb-ecommerce-header-21 .nb-menu-first-level-item-1.nb-show-image .nb-first-level-menu-item-link .nb-menu-image{
    display: block !important;
}
@media screen and (max-width: 1700px) {
    .nb-ecommerce-header-21:has(.nb-smart-search-modal-2) .nb-search-button {
        min-width: 160px;
    }

}
@media screen and (min-width: 992px) and (max-width: 1440px) {
    .nb-ecommerce-header-21:has(.nb-smart-search-modal-2) .nb-search-button {
        min-width: unset;
        padding: 0;
        border: unset;
        background-color: unset;
    }

    .nb-ecommerce-header-21:has(.nb-smart-search-modal-2) .nb-search-button .custom-text {
        display: none;
    }

    .nb-ecommerce-header-21:has(.nb-smart-search-modal-2) .nb-search-button .nb-icon {
        font-size: 25px;
        height: auto;
    }
}

@media screen and (min-width: 992px) {
    /* Glavna navigacija */
    .nb-ecommerce-header-21 .wsmenu>.wsmenu-list>li>.wsshoptabing.nb-dropdown-2{
        width: 100% !important;
        position: fixed !important;
        background-color: transparent !important;
        box-shadow: unset !important;
        top: 105px;
        transition: top .5s ease-in-out;
    }
    .nb-ecommerce-header-21.nb-in-out-fixed-collapsed .wsmenu>.wsmenu-list>li>.wsshoptabing.nb-dropdown-2{
        top: 0;
        transition: top .5s ease-in-out;
    }
    .nb-ecommerce-header-21 .wsmenu>.wsmenu-list>li>.wsshoptabing.nb-dropdown-2 .wsshopwp{
        margin: auto;
        box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.15);
    }
    .nb-ecommerce-header-21 .nb-header-menu-wrapper {
        background: var(--nb-color-white);
        padding: 5px 0;
        width: 100%;
    }
    .nb-ecommerce-header-21 .wsmenu>.wsmenu-list>li.nb-menu-first-level-item-1>.nb-first-level-menu-item-link:after{
        display: none;
    }
    .nb-ecommerce-header-21 .wsmenu>.wsmenu-list>li.nb-menu-first-level-item-1>.nb-first-level-menu-item-link {
        font-size: var(--nb-ecommerce-header-21-first-level-menu-items-fs);
        line-height: 1.2;
        font-weight: var(--nb-ecommerce-header-21-first-level-menu-items-fw);
        height: var(--nb-ecommerce-header-21-header-wrapper-max-height);
        border-bottom: 2px solid transparent;
        padding: 0 15px;
    }
    .nb-ecommerce-header-21 .nb-header-menu-wrapper .nb-menu-first-level-item-list.wsmenu-list li:hover > .navtext {
        border-bottom-color: var(--nb-spec-color);
    }

    .nb-ecommerce-header-21 .nb-menu-item-box-1 {
        margin-bottom: 20px;
    }

    .nb-ecommerce-header-21 .wsmenu > .wsmenu-list > li.nb-menu-first-level-item-1 > .nb-first-level-menu-item-link .nb-img {
        display: none;
    }

    .nb-ecommerce-header-21 .wsmain {
        max-width: unset;
    }

    .nb-ecommerce-header-21 .nb-header-menu-wrapper .nb-menu-first-level-item-list.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);
    }

    .nb-ecommerce-header-21 .nb-horizontal-navigation-2 .wsmenu>.wsmenu-list>li>.wsmegamenu {
        top: 140px;
        padding: 40px 5px;
    }

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

    /*.nb-ecommerce-header-21 .nb-header-site-user-1 > .nb-link {*/
    /*    border-right: unset;*/
    /*    border-left: var(--nb-border-width) var(--nb-border-style) var(--nb-border-color);*/
    /*    padding-left: 10px;*/
    /*    padding-right: 0;*/
    /*}*/

    .nb-ecommerce-header-21 .nb-menu-second-level-item-2 {
        padding-bottom: 5px;
        min-height: 40px;
    }

    .nb-ecommerce-header-21 .nb-second-level-menu-item-link .nb-menu-image {
        max-width: 30px;
        flex: unset;
    }

    .nb-ecommerce-header-21 .nb-menu-third-level-item-list-2 {
        margin-top: 20px;
        gap: 15px;
    }

    body.open-search .nb-smart-search-modal-2 {
        width: var(--nb-ecommerce-header-21-search-width);
        left: unset;
        transform: unset;
        top: var(--nb-ecommerce-header-21-search-top);
        right: 0;
    }

    .nb-ecommerce-header-21 .nb-header-search-wrapper {
        position: relative;
    }
    .nb-ecommerce-header-21 .wsmenu>.wsmenu-list>li>.wsshoptabing.nb-dropdown-2>.wsshopwp>.wstabitem>li>.wstitemright.nb-menu-item-right-list{
        max-height: 100%;
        overflow-y: auto;
    }

    /**/
    .nb-ecommerce-header-21 .nb-third-menu-level-item-list .row > *:not(:nth-child(4n)) {
        border-right: var(--nb-border-width) var(--nb-border-style) var(--nb-border-color);
    }
    .nb-ecommerce-header-21 .nb-horizontal-navigation-2 .nb-menu-first-level-item-list.wsmenu-list li > .navtext {
        padding: 0 15px;
    }

    .nb-ecommerce-header-21 .wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li.nb-menu-second-level-item-1>a.nb-second-level-menu-item-link {
        min-height: 45px;
        gap: 10px;
        padding: 12px 10px;
    }
    .nb-ecommerce-header-21 .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: var(--nb-border-width) var(--nb-border-style) transparent;
        border-bottom: var(--nb-border-width) var(--nb-border-style) transparent;
        border-left: var(--nb-border-width) var(--nb-border-style) transparent;
    }
    .nb-ecommerce-header-21 .wsmenu>.wsmenu-list>li>.wsshoptabing.nb-dropdown-2>.wsshopwp>.wstabitem>li.wsshoplink-active.nb-menu-second-level-item-1:first-of-type>a.nb-second-level-menu-item-link {
        border-top-color: transparent;
    }
    .nb-ecommerce-header-21 .wsmenu>.wsmenu-list>li>.wsshoptabing.nb-dropdown-2>.wsshopwp>.wstabitem>li.wsshoplink-active.nb-menu-second-level-item-1:last-of-type>a.nb-second-level-menu-item-link {
        border-bottom-color: transparent;
    }
    .nb-ecommerce-header-21 .wsmenu>.wsmenu-list>li>.wsshoptabing.nb-dropdown-2>.wsshopwp>.wstabitem>li.wsshoplink-active.nb-menu-second-level-item-1>a.nb-second-level-menu-item-link {
        border-top-color: var(--nb-border-color);
        border-bottom-color: var(--nb-border-color);
        border-left-color: var(--nb-spec-color);
        background-color: var(--nb-color-white);
    }
    .nb-ecommerce-header-21 .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-text-color-primary);
    }
    .nb-ecommerce-header-21 .nb-menu-second-level-item-1 .nb-second-level-menu-item-link .nb-second-level-menu-item-title {
        font-size: var(--nb-font-size-14);
        font-weight: var(--nb-font-weight-400);
    }
    .nb-ecommerce-header-21 .wsmenu>.wsmenu-list>li>.wsshoptabing.nb-dropdown-2>.wsshopwp>.wstabitem>li>.wstitemright.nb-menu-item-right-list {
        padding: 20px;
        height: 100% !important;
    }
    .nb-ecommerce-header-21 .nb-menu-third-level-item-1 {
        gap: 20px;
    }
    .nb-ecommerce-header-21 .nb-menu-third-level-item-1 .nb-third-level-menu-item-title {
        color: var(--nb-text-color-primary);
        font-size: var(--nb-font-size-14);
        font-weight: var(--nb-font-weight-600);
        padding-bottom: 10px;
    }
    .nb-ecommerce-header-21 .nb-menu-fourth-level-item-1 {
        gap: 10px;
    }
    .nb-ecommerce-header-21 .nb-menu-fourth-level-item-1:last-of-type{
        margin-bottom: 20px;
    }

    .nb-ecommerce-header-21 .wsmenu>.wsmenu-list>li>.wsshoptabing.nb-dropdown-2>.wsshopwp {
        background-color: transparent;
        height: 100% !important;
    }

    .nb-ecommerce-header-21 .wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li {
        background-color: var(--nb-color-gray-100);
    }
    }

@media screen  and (max-width: 1700px){
    :root{
        --nb-ecommerce-header-21-search-width: 1040px;
    }
    .nb-ecommerce-header-21 .nb-header-wrapper .nb-header-inner-wrapper {
        gap: 20px;
    }
}
@media screen and (max-width: 1400px) {
    :root{
        --nb-ecommerce-header-21-search-width: 850px;
    }
    .nb-ecommerce-header-21 .nb-header-inner-wrapper {
        position: relative;
    }
    .nb-ecommerce-header-21 .nb-header-menu-wrapper .nb-menu-first-level-item-list.wsmenu-list li > .navtext {
        padding: 5px;
    }
}
@media screen  and (max-width: 1200px) {
    :root{
        --nb-ecommerce-header-21-search-width: 650px;
    }
}
@media screen and (max-width: 991px) {
    :root{
        --nb-ecommerce-header-21-top-wrapper-max-height: 52px;
    }
    .nb-ecommerce-header-21{
        position: sticky;
        border-bottom: unset;
    }
    .nb-ecommerce-header-21:has(.nb-smart-search-modal-2) .nb-header-search-wrapper {
        display: none;
    }
    .open-search .nb-ecommerce-header-21:has(.nb-smart-search-modal-2) .nb-header-search-wrapper {
        display: block;
    }
    .nb-ecommerce-header-21:has(.nb-smart-search-modal-2) .nb-header-wrapper {
        padding-top: 15px;
    }
    .nb-ecommerce-header-21:has(.nb-smart-search-modal-2) .nb-mobile-search-wrapper,
    .nb-ecommerce-header-21:has(.nb-smart-search-modal-2) .nb-header-bottom-wrapper {
        margin-top: 10px;
        padding-bottom: 15px;
    }
    .nb-ecommerce-header-21 .wsmenu>.wsmenu-list>li.nb-menu-first-level-item-1>.nb-first-level-menu-item-link {
        border-bottom: unset;
    }
    .nb-ecommerce-header-21 .nb-header-info-carousel-2 {
        max-width: 100%;
    }

    .nb-ecommerce-header-21 .nb-header-wrapper .nb-header-inner-wrapper {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 0;
        min-height: unset;
    }

    .nb-ecommerce-header-21 .nb-header-wrapper .nb-header-inner-wrapper > .wsanimated-arrow {
        display: block;
        position: relative;
        margin: 0;
        padding: 0;
        z-index: 3;
    }

    .nb-ecommerce-header-21 .nb-header-wrapper .nb-header-inner-wrapper > .nb-logo {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        z-index: 2;
    }

    .nb-ecommerce-header-21 .wsanimated-arrow {
        transition: none;
    }

    .nb-ecommerce-header-21 .nb-header-menu-wrapper {
        width: 0;
        flex: 0 0 0;
        overflow: visible;
    }

    .nb-ecommerce-header-21 .nb-header-shop-utilities {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        flex: 0 0 auto;
        gap: 16px;
        margin-right: 0;
        margin-left: auto;
        z-index: 3;
    }
    .nb-ecommerce-header-21 .wsanimated-arrow span,
    .nb-ecommerce-header-21 .wsanimated-arrow span::before,
    .nb-ecommerce-header-21 .wsanimated-arrow span::after {
        background-color: var(--nb-color-black);
    }
    .nb-ecommerce-header-21 .nb-header-site-user-dropdown-1,
    .nb-ecommerce-header-21 .nb-header-top-wrapper .row > .col-12:first-child .nb-header-site-quick-links,
    .nb-ecommerce-header-21 .nb-header-site-user-1 {
        display: none;
    }
    .nb-ecommerce-header-21 .nb-logo .nb-img {
        max-height: 40px;
    }
    .nb-ecommerce-header-21 .nb-header-shop-utilities {
        flex: 1;
        margin-right: 25px;
    }
    .nb-ecommerce-header-21 .nb-header-search-wrapper .nb-search-button .custom-text {
        display: none;
    }
    .nb-ecommerce-header-21 .nb-header-search-wrapper .nb-search-button {
        border: none;
    }
    body.open-search .nb-ecommerce-header-21 #searchHolder {
        position: fixed;
        top: 0;
        z-index: 999;
        left: 0;
    }
    body.open-search .nb-ecommerce-header-21 .nb-smart-search-modal-2 {
        width: 100vw;
        transform: unset;
    }
    .nb-ecommerce-header-21 .nb-header-search-wrapper .nb-search-button {
        display: none;
    }
    .nb-ecommerce-header-21 .nb-mobile-search-wrapper{
        display: block;
    }
    .nb-ecommerce-header-21 + .nb-mobile-search-wrapper .nb-search-button{
        background-color: var(--nb-color-white);
        width: 100%;
        border: var(--nb-border-width) var(--nb-border-style) var(--nb-border-color);
        min-width: 260px;
        padding: 10px;
        border-radius: var(--nb-input-border-radius);
        cursor: pointer;
        display: flex;
        justify-content: space-between;
        margin: 0 auto;
        font-size: var(--nb-font-size-14);
        font-weight: var(--nb-font-medium);
        color: var(--nb-text-color-secondary);
    }
    .nb-ecommerce-header-21 .nb-menu-first-level-item-list-3 .nb-mobile-header {
        padding-top: 10px;
    }
    /*.wsactive .nb-ecommerce-header-21 .wsanimated-arrow {*/
    /*    top: 15px !important;*/
    /*    padding: 0;*/
    /*    right: 15px !important;*/
    /*    width: 20px;*/
    /*    height: 20px;*/
    /*}*/

    .nb-ecommerce-header-21 .nb-menu-second-level-item-2 .nb-second-level-menu-item-link .nb-menu-image {
        max-width: 20px;
        flex: unset;
    }

    .nb-ecommerce-header-21 .nb-menu-second-level-item-2:before {
        font-weight: var(--nb-font-semibold);
        color: var(--nb-color-black)
    }

    .nb-ecommerce-header-21 .nb-menu-third-level-item-list-2 {
        border-bottom: var(--nb-menu-second-level-item-2-link-border-width) var(--nb-border-style) var(--nb-menu-second-level-item-2-link-border-color);
    }

    .nb-ecommerce-header-21 .nb-menu-second-level-item-2.active {
        background-color: var(--nb-bg-secondary);
    }

    .nb-ecommerce-header-21 .nb-menu-second-level-item-list {
        border-top: var(--nb-menu-second-level-item-2-link-border-width) var(--nb-border-style) var(--nb-menu-second-level-item-2-link-border-color);
    }
    .nb-ecommerce-header-21.fixed .nb-header-search-wrapper .nb-search-button{
        display: none;
    }
    .nb-ecommerce-header-21 .nb-header-wrapper .nb-header-inner-wrapper {
        gap: 0;
        min-height: unset;
    }
    .nb-ecommerce-header-21 .nb-header-top-wrapper .row {
        height: unset;
    }
    .nb-ecommerce-header-21 .nb-search-button {
        background-color: var(--nb-color-white);
        padding: 10px;
        font-weight: var(--nb-font-medium);
    }
    .nb-ecommerce-header-21 .wsanimated-arrow .nb-menu-open span:after {
        width: 17px;
    }
    .nb-ecommerce-header-21 .wsanimated-arrow span:after {
        width: 24px;
    }
    .nb-ecommerce-header-21 .nb-menu-first-level-item-list-3 .nb-header-user-links-3{
        border-top: unset;
        margin-top: 0;
    }
    body:not(.block-editing) .nb-ecommerce-header-21  .nb-main-navigation-3 .nb-menu-mobile-bottom-links {
        position: fixed;
    }
    .nb-ecommerce-header-21 .nb-menu-second-level-item-list .row {
        overflow-y: scroll;
        max-height: calc(100vh - 130px);
        padding-right: 5px;
    }
    .nb-ecommerce-header-21 .nb-horizontal-navigation-2 .nb-menu-third-level-item-1 .nb-third-level-menu-item-title {
        min-height: 50px;
        padding-bottom: 0;
    }

    .nb-ecommerce-header-21 .nb-menu-third-level-item-1 {
        margin-bottom: 0;
        gap: 0;
    }
    .nb-ecommerce-header-21 .nb-menu-first-level-item-list-3:has(.nb-menu-first-level-item-1.hidden) .nb-slider-item-list-box-1{
        display: none;
        visibility: hidden;
    }
    .nb-ecommerce-header-21 .nb-menu-third-level-item-1:not(.active) {
        border-bottom: unset;
    }

    .nb-ecommerce-header-21 .nb-menu-third-level-item-1:not(.active) .nb-menu-fourth-level-item-1 {
        min-height: unset;
    }

    .nb-ecommerce-header-21 .nb-menu-third-level-item-1.active .nb-third-level-menu-item-title {
        border-bottom: unset;
    }

    .nb-ecommerce-header-21 .nb-menu-third-level-item-1:before {
        transform: unset;
        top: 19px;
        pointer-events: none;
    }

    .nb-ecommerce-header-21 .nb-menu-third-level-item-1.active:before {
        transform: rotate(-90deg);
        top: 19px;
    }
    .nb-ecommerce-header-21 .wsmenu>.wsmenu-list>li.nb-menu-first-level-item-1>.wsmenu-click {
        height: inherit;
        width: 10px;
    }
    .nb-ecommerce-header-21 .wsmenu .wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li>.wsmenu-click02 {
        min-height: 48px;
    }
    .nb-ecommerce-header-21 .nb-menu-first-level-item-list-3 .nb-mobile-header {
        padding: 16px 0;
    }
    .nb-ecommerce-header-21 .wsmenu>.wsmenu-list>li>.wsshoptabing.nb-dropdown-2>.wsshopwp>.wstabitem>li>.wstitemright.nb-menu-item-right-list.active>.nb-content-wrapper>.row{
        margin: 0;
    }
    .nb-ecommerce-header-21 .wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li.nb-menu-second-level-item-1>a.nb-second-level-menu-item-link,
    .nb-ecommerce-header-21 .wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li.nb-menu-second-level-item-1:has(.nb-third-menu-level-item-list.active),
    .nb-ecommerce-header-21 .wsmenu>.wsmenu-list>li>.wsshoptabing.nb-dropdown-2>.wsshopwp>.wstabitem>li>.wstitemright.nb-menu-item-right-list.active,
    .nb-ecommerce-header-21 .wsmenu>.wsmenu-list>li>.wsshoptabing.nb-dropdown-2>.wsshopwp>.wstabitem>li>.wstitemright.nb-menu-item-right-list.active>.nb-content-wrapper>.row>*,
    .nb-ecommerce-header-21 .wsmenu>.wsmenu-list>li>.wsshoptabing.nb-dropdown-2>.wsshopwp>.wstabitem>li>.wstitemright.nb-menu-item-right-list.active>.nb-content-wrapper,
    .nb-ecommerce-header-21 .nb-menu-third-level-item-1{
        padding: 0;
    }
    .nb-ecommerce-header-21 .wsmenu>.wsmenu-list>li>.wsshoptabing.nb-dropdown-2>.wsshopwp{
        background-color: var(--nb-color-white);
    }

    .nb-ecommerce-header-21 .nb-special-item, .wsmenu > .wsmenu-list > li.nb-menu-first-level-item-1.nb-special-item,
    .nb-ecommerce-header-21 .nb-special-item, .wsmenu > .wsmenu-list > li.nb-menu-first-level-item-1.nb-new-item {
        border: unset;
        width: 50%;
        display: inline-flex;
        justify-content: start;
    }

    .nb-ecommerce-header-21 .wsmenu > .wsmenu-list > li.nb-menu-first-level-item-1.nb-new-item > .nb-first-level-menu-item-link,
    .nb-ecommerce-header-21 .wsmenu > .wsmenu-list > li.nb-menu-first-level-item-1.nb-special-item > .nb-first-level-menu-item-link {
        width: 100%;
    }


    .nb-ecommerce-header-21 .nb-special-item .nb-component.nb-menu-title.nb-first-level-menu-item-title,
    .nb-ecommerce-header-21 .nb-new-item .nb-component.nb-menu-title.nb-first-level-menu-item-title {
        width: 100%;
        text-align: center;
    }

    .nb-ecommerce-header-21 .wsmenu > .wsmenu-list > li > .wsshoptabing > .wsshopwp > .wstabitem > li.nb-menu-second-level-item-1 {
        min-height: 48px;

    }
}

@media screen and (max-width: 768px) {
    .nb-ecommerce-header-21 .nb-header-top-wrapper{
        padding: 0 10px;
    }
    .nb-ecommerce-header-21 .nb-mobile-hidden {
        display: none;
    }
    .nb-ecommerce-header-21 .nb-header-gift-with-badge-1 .nb-icon,
    .nb-ecommerce-header-21 .nb-header-favorite-with-badge-1 .nb-icon,
    .nb-ecommerce-header-21 .nb-header-cart-with-badge-1 .nb-icon{
        font-size: var(--nb-ecommerce-header-21-icons-mobile-fs);
    }
}
@media screen and (max-width: 576px) {
    .nb-ecommerce-header-21 .nb-header-wrapper .nb-header-shop-utilities {
        gap: 20px;
    }

    .nb-ecommerce-header-21 .nb-menu-mobile-bottom-links > .nb-link {
        flex: unset;
    }

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

    .nb-ecommerce-header-21 .nb-user-logout {
        font-size: var(--nb-font-size-12);
    }
}

/*
/* 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: 18px;
    line-height: 1;
}

.nb-discount .nb-icon:before {
    font-weight: var(--nb-font-weight-700) !important;
}

.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/complex/product/product-gallery-carousel/product-gallery-carousel-3/product-gallery-carousel-3.css.'
*/.nb-product-gallery-3 .nb-product-video .nb-html-video-2 {
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
}

.nb-product-gallery-3 .nb-product-video .nb-html-video-2 video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nb-product-gallery-3 .nb-product-video .nb-html-video {
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
}

.nb-product-gallery-3 .nb-product-video .nb-html-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/*
/* NB Fajl:'./components/complex/product/product-gallery-carousel/product-gallery-carousel-horizontal-1/product-gallery-carousel-horizontal-1.css.'
*/:root {
    --nb-horizontal-gallery-1-video-icon-size: 40px;
    --nb-horizontal-gallery-1-video-icon-size-mobile: 20px;
}

.nb-product-gallery-carousel-horizontal-1 .slick-arrow.slick-disabled,
.nb-product-gallery-carousel-horizontal-1 .slick-arrow.slick-disabled .nb-arrow-left,
.nb-product-gallery-carousel-horizontal-1 .slick-arrow.slick-disabled .nb-arrow-right {
    opacity: 0;
    pointer-events: none;
}

.nb-product-gallery-carousel-horizontal-1 .nb-slider-item {
    cursor: pointer;
}

.nb-product-gallery-carousel-horizontal-1 .nb-gallery-item.nb-gallery-item-video  {
    pointer-events: none;
}

.nb-product-gallery-carousel-horizontal-1 .nb-gallery-item.nb-gallery-item-video .nb-img-wrapper::before {
    font-size: var(--nb-horizontal-gallery-1-video-icon-size);
}

.nb-product-gallery-carousel-horizontal-1 .nb-horizontal-thumbs-gallery-carousel.is-static-centered .slick-track {
    display: flex;
    justify-content: center;
    width: 100% !important;
    transform: none !important;
}

@media (max-width: 576px) {

    .nb-product-gallery-carousel-horizontal-1 .nb-gallery-item.nb-gallery-item-video .nb-img-wrapper::before {
        font-size: var(--nb-horizontal-gallery-1-video-icon-size-mobile);
    }

}
/*
/* NB Fajl:'./_blocks/product/product-detail/product-detail-gallery/product-detail-gallery-compound-carousel-3/product-detail-gallery-compound-carousel-3.css.'
*/:root {
    --nb-product-detail-gallery-compound-carousel-3-thumbs-arrows-bg: #ffffff80;
}

.nb-product-detail-gallery-compound-carousel-3 {
    position: sticky;
    top: 20px;
}

.nb-product-detail-gallery-compound-carousel-3 .nb-product-gallery-carousel-horizontal-1 .nb-slider-arrows {
    height: 100%;
    align-items: center;
}

.nb-product-detail-gallery-compound-carousel-3 .nb-product-gallery-carousel-horizontal-1 .slider-next,
.nb-product-detail-gallery-compound-carousel-3 .nb-product-gallery-carousel-horizontal-1 .slider-prev {
    height: 100%;
}

.nb-product-detail-gallery-compound-carousel-3 .nb-product-gallery-carousel-horizontal-1 .slider-next .nb-arrow-right,
.nb-product-detail-gallery-compound-carousel-3 .nb-product-gallery-carousel-horizontal-1 .slider-prev .nb-arrow-left {
    width: 100%;
    height: 100%;
}

.nb-product-detail-gallery-compound-carousel-3 .nb-product-gallery-carousel-horizontal-1 .slider-next .nb-arrow-right {
    right: 16px;
}

.nb-product-detail-gallery-compound-carousel-3 .nb-product-gallery-carousel-horizontal-1 .slider-prev .nb-arrow-left {
    left: 16px;
}

.nb-product-detail-gallery-compound-carousel-3 .nb-product-gallery-carousel-horizontal-1 .slider-next .nb-arrow-right:before,
.nb-product-detail-gallery-compound-carousel-3 .nb-product-gallery-carousel-horizontal-1 .slider-prev .nb-arrow-left:before {
    width: 33px;
    height: 100%;
    place-content: center;
    text-align: center;
    background-color: var(--nb-product-detail-gallery-compound-carousel-3-thumbs-arrows-bg);
}

@media screen and (max-width: 576px) {
    .nb-product-detail-gallery-compound-carousel-3 .nb-product-gallery-carousel-horizontal-1 .slider-next .nb-arrow-right:before,
    .nb-product-detail-gallery-compound-carousel-3 .nb-product-gallery-carousel-horizontal-1 .slider-prev .nb-arrow-left:before {
        width: 16px;
    }
}
/*
/* 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-product-detail-category-name-1 .nb-link:hover {
    color: var(--nb-spec-color);
}
/*
/* 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/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-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/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-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/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/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-14);
    --nb-product-detail-size-2-selected-size-font-weight: var(--nb-font-weight-600);
    --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-spec-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-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-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:'./components/complex/product/product-quantity/product-quantity-add-to-cart-and-favorite-2/product-quantity-add-to-cart-and-favorite-2.css.'
*/:root {
    --nb-product-quantity-add-to-cart-and-favorite-2-gap: 20px;

    --nb-product-quantity-add-to-cart-and-favorite-2-main-wrapper-gap: 20px;

    --nb-product-quantity-add-to-cart-and-favorite-2-button-height: 42px;

    --nb-product-quantity-add-to-cart-and-favorite-2-favorite-color: var(--nb-text-color-primary);
    --nb-product-quantity-add-to-cart-and-favorite-2-favorite-border-color: var(--nb-border-color);
    --nb-product-quantity-add-to-cart-and-favorite-2-favorite-hover-color: var(--nb-spec-color);
    --nb-product-quantity-add-to-cart-and-favorite-2-favorite-active-border-color: var(--nb-spec-color);

    --nb-product-quantity-add-to-cart-and-favorite-2-padding-x: 0;
    --nb-product-quantity-add-to-cart-and-favorite-2-padding-y: 6px;

    --nb-product-button-with-favorite-favorite-border-radius: var(--nb-border-radius-0);
    --nb-product-button-with-favorite-favorite-font-size: 22px;

    --nb-product-button-with-favorite-size-alert-font-size: var(--nb-font-size-12);
    --nb-product-button-with-favorite-size-alert-font-weight: var(--nb-font-medium);
    --nb-product-button-with-favorite-size-alert-color: var(--nb-color-danger);

    --nb-product-button-with-favorite-installments-bg-color: var(--nb-color-gray-100);

    --nb-product-quantity-add-to-cart-and-favorite-2-favorite-label-color: var(--nb-text-color-primary);
    --nb-product-quantity-add-to-cart-and-favorite-2-favorite-label-font-size: var(--nb-font-size-14);
    --nb-product-quantity-add-to-cart-and-favorite-2-favorite-label-font-weight: var(--nb-font-weight-400);
}

.nb-product-quantity-add-to-cart-and-favorite-2 {
    display: flex;
    flex-direction: column;
    gap: var(--nb-product-quantity-add-to-cart-and-favorite-2-gap);
}

.nb-product-quantity-add-to-cart-and-favorite-2 .nb-main-wrapper {
    display: flex;
    align-items: center;
    gap: var(--nb-product-quantity-add-to-cart-and-favorite-2-main-wrapper-gap);
}

.nb-product-quantity-add-to-cart-and-favorite-2 .nb-btn-wrapper {
    flex-grow: 1;
}

.nb-product-quantity-add-to-cart-and-favorite-2 .nb-btn.nb-add-to-cart {
    height: var(--nb-product-quantity-add-to-cart-and-favorite-2-button-height);
    min-width: auto;
    width: 100%;
}

.nb-product-quantity-add-to-cart-and-favorite-2 .nb-favorite {
    border: var(--nb-border-width) var(--nb-border-style) var(--nb-product-quantity-add-to-cart-and-favorite-2-favorite-border-color);
    width: var(--nb-product-quantity-add-to-cart-and-favorite-2-button-height);
    height: var(--nb-product-quantity-add-to-cart-and-favorite-2-button-height);
    border-radius: var(--nb-product-button-with-favorite-favorite-border-radius);
    justify-content: center;
    align-items: center;
    color: var(--nb-product-quantity-add-to-cart-and-favorite-2-favorite-color);
}

.nb-product-quantity-add-to-cart-and-favorite-2 .nb-favorite .nb-icon {
    font-size: var(--nb-product-button-with-favorite-favorite-font-size);
}

.nb-product-quantity-add-to-cart-and-favorite-2 .nb-favorite.active,
.nb-product-quantity-add-to-cart-and-favorite-2 .nb-favorite:hover,
.nb-product-quantity-add-to-cart-and-favorite-2 .nb-favorite:focus {
    border-color: var(--nb-product-quantity-add-to-cart-and-favorite-2-favorite-active-border-color);
    color: var(--nb-product-quantity-add-to-cart-and-favorite-2-favorite-hover-color);
}

.nb-product-quantity-add-to-cart-and-favorite-2 .nb-favorite .nb-icon {
    line-height: 1;
}

.nb-product-quantity-add-to-cart-and-favorite-2 .nb-favorite span {
    display: none;
    color: var(--nb-product-quantity-add-to-cart-and-favorite-2-favorite-label-color);
    font-size: var(--nb-product-quantity-add-to-cart-and-favorite-2-favorite-label-font-size);
    font-weight: var(--nb-product-quantity-add-to-cart-and-favorite-2-favorite-label-font-weight);
}

.nb-product-quantity-add-to-cart-and-favorite-2.nb-with-instalments.nb-component {
    margin-bottom: 80px;
}

.nb-product-quantity-add-to-cart-and-favorite-2.nb-show-alert .nb-btn-wrapper,
.nb-product-quantity-add-to-cart-and-favorite-2.nb-with-instalments .nb-btn-wrapper {
    display: inline-block;
    position: relative;
}

.nb-product-quantity-add-to-cart-and-favorite-2.nb-with-instalments .nb-product-payment-in-installments-1 {
    position: absolute;
    padding: 10px;
    text-align: center;
    width: 100%;
    background: var(--nb-product-button-with-favorite-installments-bg-color);
}

.nb-product-quantity-add-to-cart-and-favorite-2.nb-show-alert .nb-size-alert {
    display: none;
    position: absolute;
    top: 100%;
    font-size: var(--nb-product-button-with-favorite-size-alert-font-size);
    line-height: 20px;
    color: var(--nb-product-button-with-favorite-size-alert-color);
    width: 100%;
    text-align: center;
    font-weight: var(--nb-product-button-with-favorite-size-alert-font-weight);
}

.nb-product-quantity-add-to-cart-and-favorite-2.nb-show-alert.nb-with-instalments .nb-size-alert {
    top: calc(100% + 60px);
}

.nb-product-quantity-add-to-cart-and-favorite-2.nb-show-alert .nb-size-alert.active {
    display: block;
}

.nb-product-quantity-add-to-cart-and-favorite-2:has(.nb-product-available-label) .nb-product-available-notification-link {
    flex-grow: 1;
}

.nb-product-quantity-add-to-cart-and-favorite-2:has(.nb-product-available-label) > *:not(.nb-product-available-notification-link) {
    flex-shrink: 0;
}

@media screen and (max-width: 1699px) {
    .nb-product-quantity-add-to-cart-and-favorite-2:has(.nb-product-available-label) {
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 991px) {
    .nb-product-quantity-add-to-cart-and-favorite-2 {
        flex-wrap: unset;
    }

    .nb-product-quantity-add-to-cart-and-favorite-2 .nb-main-wrapper {
        flex-wrap: wrap;
    }

    .nb-product-quantity-add-to-cart-and-favorite-2:not(.no-favorite-with-on-mobile) .nb-main-wrapper .nb-favorite {
        width: 100%;
        height: auto;
        padding: var(--nb-product-quantity-add-to-cart-and-favorite-2-padding-y) var(--nb-product-quantity-add-to-cart-and-favorite-2-padding-x);
    }

    .nb-product-add-to-cart-button-2 .nb-product-quantity-add-to-cart-and-favorite-2.no-favorite-with-on-mobile .nb-main-wrapper .nb-favorite {
        width: var(--nb-product-add-to-cart-button-2-add-to-cart-btn-height);
        height: var(--nb-product-add-to-cart-button-2-add-to-cart-btn-height);
        padding: var(--nb-product-add-to-cart-button-2-favorite-padding-y) var(--nb-product-add-to-cart-button-2-favorite-padding-x);
    }


    .nb-product-quantity-add-to-cart-and-favorite-2 .nb-main-wrapper .nb-favorite .nb-icon {
        font-size: var(--nb-font-size-16);
    }

    .nb-product-quantity-add-to-cart-and-favorite-2 .nb-btn-wrapper {
        margin-left: 0;
        left: -10px;
    }
    .nb-product-quantity-add-to-cart-and-favorite-2:has(.nb-product-favorite, .nb-quantity-product) .nb-btn-wrapper {
        max-width: calc(100vw - 90px);
    }

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

    .nb-product-quantity-add-to-cart-and-favorite-2 .nb-add-to-cart {
        width: 100%;
    }

    .nb-product-quantity-add-to-cart-and-favorite-2 .nb-quantity-product .nb-quantity-arrows:first-of-type,
    .nb-product-quantity-add-to-cart-and-favorite-2 .nb-quantity-product .nb-quantity-arrows:last-of-type {
        display: none;
    }

    .nb-product-quantity-add-to-cart-and-favorite-2:not(.no-favorite-with-on-mobile) .nb-favorite span {
        display: block;
    }
}
@media screen and (max-width: 370px) {
    .nb-product-quantity-add-to-cart-and-favorite-2.nb-show-alert.nb-with-instalments .nb-size-alert {
        top: calc(100% + 80px);
    }

    .nb-product-quantity-add-to-cart-and-favorite-2.nb-with-instalments.nb-component {
        margin-bottom: 110px;
    }
}
/*
/* NB Fajl:'./components/complex/product/product-notification-link/product-available-label/product-available-label.css.'
*/:root {
    --nb-product-available-min-height: 50px;
    --nb-product-available-padding-x: 20px;
    --nb-product-available-background: var(--nb-color-gray-100);
    --nb-product-available-border-color: var(--nb-border-color);
    --nb-product-available-border-radius: 4px;

    --nb-product-available-label-color: var(--nb-text-color-primary);
    --nb-product-available-label-font-size: 16px;
    --nb-product-available-label-font-weight: var(--nb-font-weight-400);
}

.nb-product-available-label {
    display: flex;
    align-items: center;
    color: var(--nb-product-available-label-color);
    font-size: var(--nb-product-available-label-font-size);
    font-weight: var(--nb-product-available-label-font-weight);
    min-height: var(--nb-product-available-min-height);
    padding: 0 var(--nb-product-available-padding-x);
    background-color: var(--nb-product-available-background);
    border: var(--nb-border-width) var(--nb-border-style) var(--nb-product-available-border-color);
    -webkit-border-radius: var(--nb-product-available-border-radius);
    -moz-border-radius: var(--nb-product-available-border-radius);
    border-radius: var(--nb-product-available-border-radius);
    max-width: 100%;
}

/*
/* NB Fajl:'./_blocks/product/product-add-to-cart/product-add-to-cart-btn/product-add-to-cart-button-2/product-add-to-cart-button-2.css.'
*/:root {
    --nb-product-add-to-cart-button-2-gap: 20px;

    --nb-product-add-to-cart-button-2-quantity-label-color: var(--nb-text-color-primary);
    --nb-product-add-to-cart-button-2-quantity-label-font-size: var(--nb-font-size-14);
    --nb-product-add-to-cart-button-2-quantity-label-font-weight: var(--nb-font-weight-600);

    --nb-product-add-to-cart-button-2-quantity-width: 50px;
    --nb-product-add-to-cart-button-2-quantity-height: 50px;
    --nb-product-add-to-cart-button-2-quantity-border-radius: var(--nb-border-radius-4);
    --nb-product-add-to-cart-button-2-quantity-bg: var(--nb-color-gray-100);

    --nb-product-add-to-cart-button-2-add-to-cart-btn-height: 50px;

    --nb-product-add-to-cart-button-2-favorite-padding-x: 0;
    --nb-product-add-to-cart-button-2-favorite-padding-y: 6px;
}

.nb-product-add-to-cart-button-2 .nb-product-quantity-add-to-cart-and-favorite-2 {
    gap: var(--nb-product-add-to-cart-button-2-gap);
}

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

.nb-product-add-to-cart-button-2 .nb-quantity-product.nb-product-quantity-m .nb-quantity-arrows,
.nb-product-add-to-cart-button-2 .nb-quantity-product.nb-product-quantity-m .nb-quantity-input input {
    width: var(--nb-product-add-to-cart-button-2-quantity-width);
    height: var(--nb-product-add-to-cart-button-2-quantity-height);
}

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

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

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

.nb-product-add-to-cart-button-2 .nb-quantity-product .form-control.nb-input {
    border-radius: var(--nb-product-add-to-cart-button-2-quantity-border-radius);
}

.nb-product-add-to-cart-button-2 .nb-quantity-product .nb-quantity-arrows {
    background-color: var(--nb-product-add-to-cart-button-2-quantity-bg);
}

.nb-product-add-to-cart-button-2 .nb-product-quantity-add-to-cart-and-favorite-2 .nb-btn.nb-add-to-cart {
    display: flex;
    align-items: center;
    gap: 5px;
    height: var(--nb-product-add-to-cart-button-2-add-to-cart-btn-height);
}

.nb-product-add-to-cart-button-2 .nb-product-quantity-add-to-cart-and-favorite-2 .nb-btn.nb-add-to-cart .nb-icon {
    font-size: var(--nb-font-size-20);
}

.nb-product-add-to-cart-button-2 .nb-product-quantity-add-to-cart-and-favorite-2 .nb-btn.nb-add-to-cart .nb-icon:before {
    content: "\ea22";
}

.nb-product-add-to-cart-button-2 .nb-product-quantity-add-to-cart-and-favorite-2 .nb-favorite {
    height: var(--nb-product-add-to-cart-button-2-add-to-cart-btn-height);
    width: var(--nb-product-add-to-cart-button-2-add-to-cart-btn-height);
}

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

    :root {
        --nb-product-add-to-cart-button-2-quantity-border-radius: var(--nb-border-radius-0);
    }

    .nb-product-add-to-cart-button-2 .nb-product-quantity-add-to-cart-and-favorite-2 {
        flex-wrap: wrap;
    }

    .nb-product-add-to-cart-button-2 .nb-quantity-product.nb-product-quantity-m .nb-quantity-input input {
        border-radius: var(--nb-product-add-to-cart-button-2-quantity-border-radius);
    }

    .nb-product-add-to-cart-button-2 .nb-product-quantity-add-to-cart-and-favorite-2 .nb-main-wrapper .nb-favorite {
        width: 100%;
        height: auto;
        padding: var(--nb-product-add-to-cart-button-2-favorite-padding-y) var(--nb-product-add-to-cart-button-2-favorite-padding-x);
    }

    .nb-product-add-to-cart-button-2 .nb-product-quantity-add-to-cart-and-favorite-2 .nb-main-wrapper .nb-favorite .nb-icon {
        font-size: var(--nb-font-size-16);
    }
}
/*
/* 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:'./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:'./_blocks/product/product-user-activity/product-user-activity-misc-options/product-user-activity-misc-options-2/product-user-activity-misc-options-2.css.'
*/:root{
    --nb-product-user-activity-misc-options-2-option-bg-color: var(--nb-color-white);
    --nb-product-user-activity-misc-options-2-option-border-color: var(--nb-border-color);
    --nb-product-user-activity-misc-options-2-option-border-radius: var(--nb-border-radius-xs);
    --nb-product-user-activity-misc-options-2-option-fs: var(--nb-font-size-14);
    --nb-product-user-activity-misc-options-2-option-text-hover-color: var(--nb-spec-color);
}
.nb-product-user-activity-misc-options-2  {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.nb-product-user-activity-misc-options-2 > * {
    flex: 1 1 calc(50% - 10px);
    max-width: calc(50% - 10px);
    background: var(--nb-product-user-activity-misc-options-2-option-bg-color);
    border:1px solid var(--nb-product-user-activity-misc-options-2-option-border-color);
    border-radius: var(--nb-product-user-activity-misc-options-2-option-border-radius);
    font-size: var(--nb-product-user-activity-misc-options-2-option-fs);
    display: flex;
    gap: 10px;
    align-items: center;
    height: 44px;
    text-align: center;
    cursor: pointer;
    padding-left: 20px;
}

.nb-product-user-activity-misc-options-2 .nb-product-compare-2:hover .nb-custom-text-with-icon-1 .nb-icon,
.nb-product-user-activity-misc-options-2 .nb-product-compare-2:hover .nb-custom-text-with-icon-1 .custom-text,
.nb-product-user-activity-misc-options-2 .nb-product-open-gift-list-modal-btn:hover {
    color: var(--nb-product-user-activity-misc-options-2-option-text-hover-color);
}

.nb-product-user-activity-misc-options-2 .nb-product-open-gift-list-modal-btn:focus,
.nb-product-user-activity-misc-options-2 .nb-product-open-gift-list-modal-btn:active,
.nb-product-user-activity-misc-options-2 .nb-product-open-gift-list-modal-btn:hover {
    background-color: unset;
    color: var(--nb-product-user-activity-misc-options-2-option-text-hover-color);
}

.nb-product-user-activity-misc-options-2 .nb-product-open-gift-list-modal .nb-btn {
    width: 100%;
    height: 100%;
    justify-content: start;
}

.nb-product-user-activity-misc-options-2 .nb-custom-text-with-icon-1 {
    justify-content: center;
    gap: 10px;
}

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

    .nb-product-user-activity-misc-options-2  {
        gap: 10px;
    }

    .nb-product-user-activity-misc-options-2 > * {
        flex: 1 1 100%;
        max-width: 100%;
    }
}
/*
/* NB Fajl:'./components/core/tab-and-accordion/tab-and-accordion.css.'
*/:root {
    --nb-tab-and-accordion-border-width: var(--nb-border-width);
    --nb-tab-and-accordion-border-color: var(--nb-border-color);
    --nb-tab-and-accordion-border-active-color: var(--nb-spec-color);

    --nb-tab-and-accordion-color: var(--nb-color-secondary);
    --nb-tab-and-accordion-active-color: var(--nb-spec-color);

    --nb-tab-and-accordion-padding-y: 9px;

    --nb-tab-and-accordion-font-size: var(--nb-font-size-14);
    --nb-tab-and-accordion-font-weight: var(--nb-font-semibold);

    --nb-tab-and-accordion-body-padding-y: 16px;

    --nb-tab-and-accordion-padding-y: 12px;

    --nb-tab-and-accordion-button-color: var(--nb-text-color-primary);
    --nb-tab-and-accordion-button-active-color: var(--nb-text-color-primary);
}
/* Component Structure */

.nb-tab-and-accordion > .nb-accordion > .nb-accordion-item > .nb-accordion-header {
    display: none;
}

/* Component V1 */

.nb-tab-and-accordion.nb-tab-and-accordion-v1 .nb-nav-tabs {
    display: flex;
    overflow-x: hidden;
    white-space: nowrap;
    flex-wrap: nowrap;
}

.nb-tab-and-accordion.nb-tab-and-accordion-v1 .nb-nav-link {
    display: block;
}

.nb-tab-and-accordion.nb-tab-and-accordion-v1 .nb-nav-tabs {
    border-bottom: var(--nb-tab-and-accordion-border-width) var(--nb-border-style) var(--nb-tab-and-accordion-border-color);
}

.nb-tab-and-accordion.nb-tab-and-accordion-v1 .nb-nav-item {
    background: unset;
    padding: 0;
}

.nb-tab-and-accordion.nb-tab-and-accordion-v1 .nb-nav-item:not(:first-child) {
    margin-left: 40px;
}

.nb-tab-and-accordion.nb-tab-and-accordion-v1 .nb-loader-tab-and-accordion {
    top: 60px;
    z-index: 1081;
}

.nb-tab-and-accordion.nb-tab-and-accordion-v1 .nb-loader-tab-and-accordion .nb-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

.nb-tab-and-accordion.nb-tab-and-accordion-v1 .nb-nav-item .nb-nav-link {
    color: var(--nb-tab-and-accordion-color);
    background: transparent;
    cursor: pointer;
    padding: var(--nb-tab-and-accordion-padding-y) 0;
    font-size: var(--nb-tab-and-accordion-font-size);
    font-weight: var(--nb-tab-and-accordion-font-weight);
    border-width: 0;
}

.nb-tab-and-accordion.nb-tab-and-accordion-v1 .nb-nav-link:focus,
.nb-tab-and-accordion.nb-tab-and-accordion-v1 .nb-nav-link:hover {
    border-color: transparent;
}

.nb-tab-and-accordion.nb-tab-and-accordion-v1 .nb-nav-link.active {
    color: var(--nb-tab-and-accordion-active-color);
    background: transparent;
    border-top-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    border-bottom: var(--nb-tab-and-accordion-border-width) var(--nb-border-style) var(--nb-tab-and-accordion-border-active-color);
    border-radius: var(--nb-border-radius-0);
}

.nb-tab-and-accordion.nb-tab-and-accordion-v1 > .nb-accordion > .nb-accordion-item {
    border-bottom-width: 0;
}
.nb-tab-and-accordion.nb-tab-and-accordion-v1 .nb-accordion-item .nb-comments-form-1{
    margin-top: 20px;
}

.nb-tab-and-accordion.nb-tab-and-accordion-v1 > .nb-accordion > .nb-accordion-item > .nb-accordion-header > .nb-accordion-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: var(--nb-tab-and-accordion-padding-y) 0;
    font-size: var(--nb-tab-and-accordion-font-size);
    font-weight: var(--nb-tab-and-accordion-font-weight);
}

.nb-tab-and-accordion.nb-tab-and-accordion-v1 > .nb-accordion > .nb-accordion-item > .nb-accordion-header > .nb-accordion-button:not(.collapsed) {
    color: var(--nb-tab-and-accordion-button-active-color);
    background-color: transparent;
}

.nb-tab-and-accordion.nb-tab-and-accordion-v1 > .nb-accordion > .nb-accordion-item > .nb-accordion-header > .nb-accordion-button:not(.collapsed) > .nb-icon {
    transform: rotate(180deg);
}

.nb-tab-and-accordion.nb-tab-and-accordion-v1 > .nb-accordion > .nb-accordion-item > .nb-accordion-header > .nb-accordion-button:after {
    content: none;
}

.nb-tab-and-accordion.nb-tab-and-accordion-v1 > .nb-accordion > .nb-accordion-item > .nb-accordion-collapse > .nb-accordion-body {
    padding: var(--nb-tab-and-accordion-padding-y) 0;
}
.nb-tab-and-accordion-v1 .nb-loader.loading{
    top: 80px;
}

/* Component v2 */
.nb-tab-and-accordion.nb-tab-and-accordion-v1.nb-tabs-2 .nb-nav-item .nb-nav-link{
    padding: 10px 20px;
    border: 1px solid var(--nb-border-color);
    border-bottom: none;
}

.nb-tab-and-accordion.nb-tab-and-accordion-v1.nb-tabs-2 .nb-nav-link:focus,
.nb-tab-and-accordion.nb-tab-and-accordion-v1.nb-tabs-2 .nb-nav-link:hover{
    border-color: var(--nb-border-color);
}

.nb-tab-and-accordion.nb-tab-and-accordion-v1.nb-tabs-2 .nb-nav-item:not(:first-child){
    margin-left: 20px;
}

.nb-tab-and-accordion.nb-tab-and-accordion-v1.nb-tabs-2 .nb-accordion-item .nb-accordion-collapse{
    padding-top: 10px;
}

.nb-tab-and-accordion.nb-tab-and-accordion-v1.nb-tabs-2 .nb-nav-item .nb-nav-link.active{
    border-color: var(--nb-spec-color);
}

/* Component Media Query */
@media (max-width: 768px) {

    /* Component V1 */

    .nb-tab-and-accordion.nb-tab-and-accordion-v1 .nb-nav-tabs {
        display: none;
    }

    .nb-tab-and-accordion.nb-tab-and-accordion-v1 > .nb-accordion > .nb-accordion-item > .nb-accordion-header {
        display: block;
    }

    .nb-tab-and-accordion.nb-tab-and-accordion-v1 > .nb-accordion > .nb-accordion-item {
        border-bottom: var(--nb-tab-and-accordion-border-width) var(--nb-border-style) var(--nb-tab-and-accordion-border-color);
    }

    .nb-tab-and-accordion.nb-tab-and-accordion-v1 > .nb-accordion > .nb-accordion-item:has(.nb-accordion-button:not(.collapsed)) {
        border-color: var(--nb-tab-and-accordion-border-active-color);
        padding-bottom: 10px;
    }

}

/* ------------- */

.block-editing .nb-tab-and-accordion.nb-tab-and-accordion-v1 .collapse:not(.show):has(.columnPlacehlderEdit){
    display: block;
}
.block-editing .nb-tab-and-accordion.nb-tab-and-accordion-v1 .columnPlacehlderEdit{
    min-height: 200px;
    margin-bottom: 20px;
}

/*
/* NB Fajl:'./components/complex/product/product-specification/product-specification-1/product-specification-1.css.'
*/:root {
    --nb-product-specification-1-margin-top: 0;
    --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:'./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%);
    line-height: 1;
}

.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-alert-2.nb-alert-2-warning,
.nb-alert-2.nb-alert-warning {
    border: var(--nb-alert-2-warning-border-width) var(--nb-border-style) var(--nb-alert-2-warning-border-color);
    background-color: var(--nb-alert-2-warning-bg);
}

.nb-alert-2.nb-alert-2-warning .nb-icon,
.nb-alert-2.nb-alert-warning .nb-icon {
    color: var(--nb-alert-2-warning-border-color);
}
/*
/* NB Fajl:'./components/complex/comment-and-review/rating/rating-input/rating-input.css.'
*/.nb-rating-input {
    position: relative;
    max-width: max-content;
}

.nb-rating-input-stars-inactive,
.nb-rating-input-stars-active {
    display: inline-flex;
}
.nb-rating-input-stars-inactive{
    color: var(--nb-color-gray-300);
}
.nb-rating-input-stars-active {
    width: 0;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    white-space: nowrap;
    color: var(--nb-color-yellow);
}
/*
/* NB Fajl:'./_blocks/marketing/comment/comment-form/comment-form-1/comment-form-1.css.'
*/.nb-comments-form-1 .nb-link-with-icon-1{
    margin-bottom: 30px;
    cursor: pointer;
    width: fit-content;
}
.nb-comments-form-1 .nb-link-with-icon-1 .text-link-1{
    color: var(--nb-text-color-secondary);
}
.nb-comments-form-1 .nb-rate-product-label{
    margin-bottom: 5px;
}

@media screen and (max-width: 576px) {
    .nb-comments-form-1 .nb-link-with-icon-1{
        margin-bottom: 20px;
    }
}
/*
/* NB Fajl:'./_blocks/content/promo-carousel-and-banner/grid-banner/grid-banner-34/grid-banner-34.css.'
*/:root {
    --nb-info-box-9-fs: var(--nb-font-size-s);
    --nb-info-box-9-lh: calc(var(--nb-font-size-s) + 2px)
}

.nb-grid-banner-34 {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.nb-grid-banner-34 .nb-info-box-9 {
    flex: 0 0 calc(50% - 10px);
    width: calc(50% - 10px);
    margin: 0;
}

@media (max-width: 576px) {
    .nb-grid-banner-34 {
        flex-direction: column-reverse;
        gap: 10px;
    }

    .nb-grid-banner-34 .nb-info-box-9 {
        flex: 1;
        width: 100%;
    }
}
/*
/* 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:'./components/multimedia/icon-title-link-horizontal/icon-title-link-horizontal.css.'
*/.nb-icon-title-link-horizontal {
    display: flex;
    align-items: center;
}

.nb-icon-title-link-horizontal:last-of-type {
    margin-bottom: 0;
}

.nb-icon-title-link-horizontal .nb-title {
    margin: 0;
}

.nb-icon-title-link-horizontal .nb-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--nb-spec-color);
}

.nb-icon-title-link-horizontal.nb-icon-left .nb-icon {
    margin-right: calc(var(--nb-spacer-x)/2);
}

.nb-icon-title-link-horizontal.nb-icon-right .nb-icon {
    order: 1;
    margin-left: calc(var(--nb-spacer-x)/2);
}

.nb-icon-title-link-horizontal .nb-content-wrapper {
    display: flex;
    flex-direction: column;
}

.nb-icon-title-link-horizontal.nb-icon-title-link-horizontal-bg {
    padding: calc(var(--nb-spacer)/2);
    background-color: var(--nb-color-gray-200);
}
/*
/* NB Fajl:'./_blocks/product/product-purchase-assistance/how-to-buy/how-to-buy-banner-1/how-to-buy-banner-1.css.'
*/.nb-how-to-buy-banner-1:not(.dragbox) {
    position: fixed;
    top: 30%;
    right: 0;
    transition: transform .3s ease-in-out;
    z-index: 999;
}

.nb-how-to-buy-banner-1.nb-closed {
    transform: translateX(100%);
}

.nb-how-to-buy-banner-1.nb-closed .nb-icon-wrapper {
    left: -1px;
    transform: translateX(-100%);
}

.nb-how-to-buy-banner-1 .nb-main-wrapper {
    max-width: 220px;
    position: relative;
    padding: 15px;
    border: var(--nb-border-width) var(--nb-border-style) var(--nb-border-color);
    border-radius: var(--nb-border-radius-xs);
    background-color: var(--nb-color-white);
}

.nb-how-to-buy-banner-1 .nb-icon-wrapper {
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
    width: 45px;
    height: 45px;
    border-radius: var(--nb-border-radius-s);
    background: var(--nb-color-gray-100);
    border: var(--nb-border-width) var(--nb-border-style) var(--nb-border-color);
    cursor: pointer;
    transition: all .3s ease-in-out;
}

.nb-how-to-buy-banner-1 .nb-icon-wrapper .nb-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.nb-how-to-buy-banner-1 .nb-icon-wrapper .nb-icon:before {
    color: var(--nb-color-blue);
}

.nb-how-to-buy-banner-1 .nb-main-wrapper .nb-title {
    font-size: var(--nb-font-size-14);
    text-align: center;
    color: var(--nb-color-blue);
}


.nb-how-to-buy-banner-1 .nb-main-wrapper .nb-icon-title-link-horizontal .nb-title {
    color: var(--nb-color-black);
    font-weight: var(--nb-font-regular);
    font-size: var(--nb-font-size-14);
    text-align: left;
    margin-bottom: 5px;
}


.nb-how-to-buy-banner-1 .nb-main-wrapper .nb-link.nb-primary-link {
    color: var(--nb-color-blue);
    font-size: var(--nb-font-size-s);
}

.nb-how-to-buy-banner-1 .nb-paragraph {
    font-size: var(--nb-font-size-s);
    margin: 15px 0;
}

.nb-how-to-buy-banner-1 .nb-icon-title-link-horizontal {
    margin-bottom: calc(var(--nb-spacer-y)/2);
}
/*
/* 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/product-price/price-last-min-listview/price-last-min-listview.css.'
*/:root {
    --nb-price-last-min-listview-font-size: var(--nb-price-prev-font-size);
    --nb-price-last-min-listview-font-weight: var(--nb-price-prev-font-weight);
    --nb-price-last-min-listview-line-height: var(--nb-price-prev-line-height);
    --nb-price-last-min-listview-color: var(--nb-price-prev-color);
    --nb-price-last-min-listview-text-decoration: var(--nb-price-prev-text-decoration);
}

.nb-price-last-min-listview {
    display: flex;
    gap: 2px;
    font-size: var(--nb-price-last-min-listview-font-size);
    font-weight: var(--nb-price-last-min-listview-font-weight);
    line-height: var(--nb-price-last-min-listview-line-height);
    color: var(--nb-price-last-min-listview-color);
    text-decoration: var(--nb-price-last-min-listview-text-decoration);
}

.nb-price-last-min-listview .nb-price-last-min-listview-discount,
.nb-price-last-min-listview .nb-price-last-min-listview-label{
    display: none;
}

.nb-price-last-min-listview .nb-price-last-min-discount.red{
    color: var(--nb-color-red);
}
/*
/* NB Fajl:'./components/complex/product/product-prices/product-prices-3/product-prices-3.css.'
*/:root {
    --nb-product-price-v3-separator: '/';
}

.nb-product-prices-3 {
    display: flex;
    gap: 5px;
    flex-direction: column;
    width: fit-content;
}

.nb-product-prices-3 .nb-top-wrapper,
.nb-product-prices-3 .nb-bottom-wrapper {
    display: flex;
    gap: 5px;
    align-items: center;
}

.nb-product-prices-3 .nb-separator::before{
    content: var(--nb-product-price-v3-separator);
}
/*
/* NB Fajl:'./components/complex/product/product-color/product-color-2/product-color-2.css.'
*/:root {
    --nb-product-color-2-outline-color: var(--nb-border-color);
    --nb-product-color-2-outline-active-color: var(--nb-color-black);

    --nb-product-color-2-no-color-color: var(--nb-color-gray-700);
    --nb-product-color-2-no-color-bg: var(--nb-color-gray-200);
}

.nb-product-color-2 {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    outline: 1px solid var(--nb-product-color-2-outline-color);
    outline-offset: 2px;
}

.nb-product-color-2:hover,
.nb-product-color-2.active {
    outline: 1px solid var(--nb-product-color-2-outline-active-color);
    outline-offset: 2px;
}

.nb-product-color-2.nb-no-color {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--nb-product-color-2-no-color-bg);
}

.nb-product-color-2.nb-no-color::before {
    content: "";
    position: absolute;
    width: 14px;
    height: 1px;
    background: var(--nb-product-color-2-no-color-color);
    transform: rotate(45deg);
}
/*
/* NB Fajl:'./components/complex/product/product-color/product-color-list-3/product-color-list-3.css.'
*/:root {
    --nb-product-color-list-3-additional-colors-fs: var(--nb-font-size-10);
    --nb-product-color-list-3-additional-colors-fw: var(--nb-font-weight-400);
    --nb-product-color-list-3-additional-colors-color: var(--nb-text-color-primary);
}

.nb-product-color-list-3 .nb-additional-colors {
    font-size: var(--nb-product-color-list-3-additional-colors-fs);
    font-weight: var(--nb-product-color-list-3-additional-colors-fw);
    color: var(--nb-product-color-list-3-additional-colors-color);
}

.nb-product-color-list-3 .nb-product-color-list-3-desktop,
.nb-product-color-list-3 .nb-product-color-list-3-mobile {
    display: flex;
    align-items: center;
    gap: 4px;
    flex-wrap: nowrap;
    max-height: 8px;
    margin-bottom: 10px;
}

.nb-product-color-list-3 .nb-product-color-list-3-mobile {
    display: none;
}

.nb-product-color-list-3 .nb-product-color-2 {
    width: 8px;
    height: 8px;
}

@media (max-width: 767px) {
    .nb-product-color-list-3 .nb-product-color-list-3-desktop {
        display: none;
    }

    .nb-product-color-list-3 .nb-product-color-list-3-mobile {
        display: flex;
        gap: 4px;
    }
}
/*
/* 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-11/product-bubble-11.css.'
*/:root {
    --nb-product-bubble-11-name-fs: var(--nb-font-size-14);
    --nb-product-bubble-11-name-lh: var(--nb-body-line-height);
    --nb-product-bubble-11-name-fw: var(--nb-font-weight-400);
    --nb-product-bubble-11-name-color: var(--nb-product-name-color);
    --nb-product-bubble-11-name-max-width: 200px;

    --nb-product-bubble-11-sale-price-fs: var(--nb-font-size-16);
    --nb-product-bubble-11-sale-price-fw: var(--nb-font-weight-700);

    --nb-product-bubble-11-old-price-fs: var(--nb-font-size-11);
    --nb-product-bubble-11-old-price-fw: var(--nb-font-weight-400);

    --nb-product-bubble-11-control-width: 130px;
    --nb-product-bubble-11-control-height: 28px;
}

.nb-product-bubble-11 {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    background-color: var(--nb-color-white);
    box-sizing: border-box;
}

.nb-product-bubble-11 .nb-product-size-picker-wrapper {
    display: none;
}

.nb-product-bubble-11.active .nb-product-size-picker-wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 10px;
}

.nb-product-bubble-11.active .nb-product-size-picker-wrapper .nb-selected-size-1 {
    font-size: 14px;
    color: var(--nb-text-color-primary);
    font-weight: 600;
}

.nb-product-bubble-11 .nb-product-info-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
    border-bottom: 0;
}

.nb-product-bubble-11.active .nb-product-info-wrapper {
    border-bottom: var(--nb-border-width) var(--nb-border-style) var(--nb-border-color);
    padding-bottom: 10px;
}

.nb-product-bubble-11 .nb-product-img-and-name-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}

.nb-product-bubble-11 .nb-product-img-and-name-wrapper .nb-img-wrapper {
    max-width: 50px;
    flex: 0 0 50px;
}

.nb-product-bubble-11 .nb-product-info-wrapper .nb-product-img-and-name-wrapper .nb-product-name {
    min-width: 0;
}

.nb-product-bubble-11 .nb-product-info-wrapper .nb-product-img-and-name-wrapper .nb-product-name .nb-title {
    font-size: var(--nb-product-bubble-11-name-fs);
    font-weight: var(--nb-product-bubble-11-name-fw);
    line-height: var(--nb-product-bubble-11-name-lh);
    color: var(--nb-product-bubble-11-name-color);
    max-width: var(--nb-product-bubble-11-name-max-width);
}

.nb-product-bubble-11 .nb-product-bubble-11-price-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    flex-shrink: 0;
}

.nb-product-bubble-11 .nb-product-bubble-11-price-wrapper .nb-price-sale {
    font-size: var(--nb-product-bubble-11-sale-price-fs);
    font-weight: var(--nb-product-bubble-11-sale-price-fw);
}

.nb-product-bubble-11 .nb-product-bubble-11-price-wrapper .nb-price-regular,
.nb-product-bubble-11 .nb-product-bubble-11-price-wrapper .nb-price-old {
    font-size: var(--nb-product-bubble-11-old-price-fs);
    font-weight: var(--nb-product-bubble-11-old-price-fw);
}

.nb-product-bubble-11 .nb-product-bubble-control-wrapper {
    position: absolute;
    top: -28px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 50;

    display: flex;
    align-items: center;
    justify-content: center;

    width: var(--nb-product-bubble-11-control-width);
    height: var(--nb-product-bubble-11-control-height);
    background: var(--nb-color-white);

    border: var(--nb-border-width) var(--nb-border-style) var(--nb-border-color);
    border-bottom: 0;
    cursor: pointer;
}

.nb-product-bubble-11 .nb-product-bubble-control-wrapper .nb-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.nb-product-bubble-11:not(.active) .nb-product-bubble-control-wrapper .nb-icon {
    transform: rotate(180deg);
}

.nb-product-bubble-11 .nb-product-size-list-5 {
    max-height: 140px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 4px;
    scrollbar-width: thin;
    scrollbar-color: var(--nb-spec-color) var(--nb-color-gray-100);
}

/* Chrome / Edge / Safari */
.nb-product-bubble-11 .nb-product-size-list-5::-webkit-scrollbar {
    width: 6px;
}

.nb-product-bubble-11 .nb-product-size-list-5::-webkit-scrollbar-track {
    background: var(--nb-color-gray-100);
    border-radius: 0;
}

.nb-product-bubble-11 .nb-product-size-list-5::-webkit-scrollbar-thumb {
    background: var(--nb-color-gray-400);
    border-radius: 0;
}

.nb-product-bubble-11 .nb-product-size-list-5::-webkit-scrollbar-thumb:hover {
    background: var(--nb-color-gray-600);
}

.nb-product-bubble-11 .nb-product-name-code-wrapper .nb-product-code {
    font-size: var(--nb-product-bubble-11-name-fs);
    font-weight: var(--nb-product-bubble-11-name-fw);
    line-height: var(--nb-product-bubble-11-name-lh);
    color: var(--nb-product-bubble-11-name-color);
}

.nb-product-bubble-11 .nb-product-name-code-wrapper {
    display: flex;
    flex-direction: column;
}

@media screen and (max-width: 576px) {
    :root {
        --nb-product-bubble-11-name-max-width: 170px;
        --nb-product-bubble-11-name-fs: var(--nb-font-size-12);
    }

    .nb-product-bubble-11 {
        padding: 0;
    }

    .nb-product-bubble-11 .nb-product-bubble-control-wrapper {
        position: sticky;
        top: 0;
        left: auto;
        transform: none;
        z-index: 2;

        width: 100%;
        height: 40px;
        margin: 0 0 8px;
        background: var(--nb-color-white);
        border: 0;
        border-bottom: var(--nb-border-width) var(--nb-border-style) var(--nb-border-color);
        box-shadow: none;
    }

    .nb-product-bubble-11 .nb-product-bubble-control-wrapper .nb-icon {
        font-size: 18px;
    }
}
/*
/* NB Fajl:'./components/complex/product/product-card/product-card-49/product-card-49.css.'
*/:root {
    --nb-product-card-49-body-max-height: 180px;
    --nb-product-card-49-prices-min-height: 75px;
    --nb-product-card-49-blur: blur(15px);
    --nb-product-card-49-blur-bg: #00000080;
    --nb-product-card-49-border-color: var(--nb-border-color);

    --nb-product-card-49-body-padding: 16px;
    --nb-product-card-49-image-content: 16px;

    --nb-product-card-49-name-color: var(--nb-product-name-color);
    --nb-product-card-49-name-font-size: var(--nb-font-size-16);
    --nb-product-card-49-name-font-weight: var(--nb-font-regular);
    --nb-product-card-49-name-line-height: var(--nb-body-line-height);
    --nb-product-card-49-name-rows: 2;

    --nb-product-card-49-category-color: var(--nb-product-name-color);
    --nb-product-card-49-category-font-size: var(--nb-font-size-14);
    --nb-product-card-49-category-font-weight: var(--nb-font-weight-400);
    --nb-product-card-49-category-line-height: var(--nb-body-line-height);

    --nb-product-card-49-active-price-fs: var(--nb-font-size-16);
    --nb-product-card-49-active-price-fw: var(--nb-font-weight-700);
    --nb-product-card-49-active-price-color: var(--nb-text-color-primary);

    --nb-product-card-49-sale-price-active-color: var(--nb-spec-color);

    --nb-product-card-49-prev-price-fs: var(--nb-font-size-12);
    --nb-product-card-49-prev-price-fw: var(--nb-font-regular);
    --nb-product-card-49-prev-price-color: var(--nb-color-gray);
}

.nb-product-card-49 {
    position: relative;
    border: var(--nb-border-width) var(--nb-border-style) var(--nb-product-card-49-border-color);
}

.nb-product-card-49:hover .nb-favorite,
.nb-product-card-49:focus .nb-favorite,
.nb-product-card-49:active .nb-favorite {
    opacity: 1;
}

.nb-product-card-49 .nb-favorite.active {
    opacity: 1;
}

.nb-product-card-49 .nb-favorite {
    opacity: 0;
    width: 24px;
    height: 24px;
    border-radius: var(--nb-border-radius-full);
    background-color: var(--nb-color-white);
    justify-content: center;
    align-items: center;
}

.nb-product-card-49 .nb-card.nb-product-card .card-body.nb-card-body.nb-product-card-body > * + * {
    margin-top: 5px;
}

.nb-product-card-49 .nb-card.nb-product-card .card-body.nb-card-body.nb-product-card-body {
    padding: var(--nb-product-card-49-body-padding);
    max-height: var(--nb-product-card-49-body-max-height);
}

.nb-product-card-49 .nb-product-prices-1 {
    position: relative;
    min-height: var(--nb-product-card-49-prices-min-height);
}

.nb-product-card-49 .nb-product-button-with-bubble-11 {
    opacity: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transition: opacity 0.4s;
    background: var(--nb-color-white);
    z-index: 9;
    box-sizing: border-box;
    padding: var(--nb-product-card-49-body-padding);
}

.nb-product-card-49 .nb-product-button-with-bubble-11 .nb-add-to-cart,
.nb-product-card-49 .nb-product-button-with-bubble-11 .nb-btn {
    width: 100%;
    display: block;
    box-sizing: border-box;
    margin: 0;
}

.nb-product-card-49 .nb-product-button-with-bubble-11 .nb-product-bubble-11 {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    cursor: initial;
    background-color: var(--nb-color-white);
    padding: 20px var(--nb-product-card-49-body-padding) 0 var(--nb-product-card-49-body-padding);
}


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

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

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

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

.nb-product-card-49 .nb-product-content-position-1 .nb-favorite .nb-icon {
    font-size: 13px;
}

.nb-product-card-49:hover .nb-product-button-with-bubble-11,
.nb-product-card-49:focus .nb-product-button-with-bubble-11,
.nb-product-card-49:active .nb-product-button-with-bubble-11 {
    opacity: 1;
}

body:has(.nb-product-card-49:hover) .tooltip.show {
    opacity: 0;
}

.nb-product-card-49:hover .nb-product-prices-1,
.nb-product-card-49:focus .nb-product-prices-1,
.nb-product-card-49:active .nb-product-prices-1 {
    opacity: 0;
}

.nb-product-card-49 .nb-product-card-body .nb-product-category {
    font-size: var(--nb-product-card-49-category-font-size);
    font-weight: var(--nb-product-card-49-category-font-weight);
    line-height: var(--nb-product-card-49-category-line-height);
    color: var(--nb-product-card-49-category-color);
}

.nb-product-card-49 .nb-product-category-code-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nb-product-card-49 .nb-product-card-body .nb-product-name .nb-title {
    font-size: var(--nb-product-card-49-name-font-size);
    font-weight: var(--nb-product-card-49-name-font-weight);
    line-height: var(--nb-product-card-49-name-line-height);
    color: var(--nb-product-card-49-name-color);
    height: calc(
            var(--nb-product-card-49-name-rows) *
            var(--nb-product-card-49-name-line-height) *
            var(--nb-product-card-49-name-font-size)
    );
}

.nb-product-card-49 .nb-product-image-with-positioned-content-v1 .nb-img-wrapper .nb-img {
    border-top-left-radius: var(--nb-product-card-border-radius);
    border-top-right-radius: var(--nb-product-card-border-radius);
}

.nb-product-card-49 .nb-separator,
.nb-product-card-49 .nb-price.nb-price-prev {
    font-size: var(--nb-product-card-49-prev-price-fs);
    font-weight: var(--nb-product-card-49-prev-price-fw);
    color: var(--nb-product-card-49-prev-price-color);
}

.nb-product-card-49 .nb-price.nb-price-active {
    font-size: var(--nb-product-card-49-active-price-fs);
    font-weight: var(--nb-product-card-49-active-price-fw);
    color: var(--nb-product-card-49-active-price-color);
}

.nb-product-card-49:not(:has(.nb-price-regular:not(.hidden))) .nb-price.nb-price-active,
.nb-product-card-49:has(.nb-price-regular:not(.hidden)) .nb-price.nb-price-active {
    color: var(--nb-product-card-49-sale-price-active-color);
}

.nb-product-card-49 .nb-product-prices-3 {
    gap: 0;
}

@media screen and (max-width: 576px) {
    :root {
        --nb-product-card-49-name-font-size: var(--nb-font-size-12);
        --nb-product-card-49-image-content: 10px;
        --nb-product-card-49-category-font-size: var(--nb-font-size-12);
        --nb-product-card-49-prev-price-fs: var(--nb-font-size-10);
        --nb-product-card-49-body-padding: 12px;
    }

    .nb-product-card-49 .nb-card.nb-product-card .card-body.nb-card-body.nb-product-card-body {
        max-height: unset;
    }

    .nb-product-card-49 .nb-favorite {
        opacity: 1;
    }

    .nb-product-card-49 .nb-product-button-with-bubble-11 {
        opacity: 1;
        position: static;
        width: 100%;
        left: auto;
        right: auto;
        bottom: auto;
        padding: 0;
        background: transparent;
    }

    .nb-product-card-49 .nb-product-button-with-bubble-11 .nb-add-to-cart,
    .nb-product-card-49 .nb-product-button-with-bubble-11 .nb-btn {
        width: 100%;
        display: block;
        box-sizing: border-box;
    }

    .nb-product-card-49 .nb-product-button-with-bubble-11 .nb-product-bubble-11 {
        display: none;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        top: auto;
        max-height: 80vh;
        overflow-y: auto;
        background-color: var(--nb-color-white);
        z-index: 12;
        padding: 12px 16px 0;
    }

    .nb-product-card-49 .nb-product-button-with-bubble-11 .nb-product-bubble-11.active {
        display: block;
    }

    .nb-product-card-49 .nb-product-button-with-bubble-11 .nb-product-bubble-11 .nb-product-size-picker-wrapper {
        margin-bottom: 70px;
    }

    .nb-product-card-49 .nb-product-button-with-bubble-11 .nb-product-bubble-11.active ~ .nb-add-to-cart {
        position: fixed;
        bottom: 15px;
        left: 10px;
        right: 10px;
        z-index: 13;
        width: calc(100% - 20px);
    }

    body:has(.nb-product-card-49 .nb-product-button-with-bubble-11 .nb-product-bubble-11.active):before {
        content: '';
        position: fixed;
        inset: 0;
        backdrop-filter: var(--nb-product-card-49-blur);
        background-color: var(--nb-product-card-49-blur-bg);
        z-index: 11;
    }

    body:has(.nb-product-bubble-11.active) .nb-swiper:has(.nb-product-card-49) {
        position: static;

        .swiper,
        .nb-swiper-wrapper,
        .nb-swiper-slide {
            position: static;
        }
    }

    .swiper-wrapper:has(.nb-product-bubble-11.active),
    .swiper-backface-hidden .swiper-slide:has(.nb-product-bubble-11.active),
    .slick-slider .slick-track:has(.nb-product-card-49 .nb-product-button-with-bubble-11 .nb-product-bubble-11.active),
    .slick-slider .slick-list:has(.nb-product-card-49 .nb-product-button-with-bubble-11 .nb-product-bubble-11.active) {
        transform: none !important;
    }

    .nb-product-card-49:hover .nb-product-prices-1,
    .nb-product-card-49:focus .nb-product-prices-1,
    .nb-product-card-49:active .nb-product-prices-1 {
        opacity: 1;
    }

}
/*
/* 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/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/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-6/product-box-detail-floater-6.css.'
*/:root {
    --nb-product-box-detail-floater-6-bg: var(--nb-color-white);
    --nb-product-box-detail-floater-6-prev-price-font-size: var(--nb-font-size-12);
    --nb-product-box-detail-floater-6-active-price-font-size: var(--nb-font-size-18);

    --nb-product-box-detail-floater-6-product-name-color: var(--nb-text-color-primary);
    --nb-product-box-detail-floater-6-product-name-font-size: var(--nb-font-size-20);
    --nb-product-box-detail-floater-6-product-name-font-weight: var(--nb-font-weight-400);

    --nb-product-box-detail-floater-6-product-code-label-color: var(--nb-text-color-primary);
    --nb-product-box-detail-floater-6-product-code-label-font-size: var(--nb-font-size-14);
    --nb-product-box-detail-floater-6-product-code-label-font-weight: var(--nb-font-weight-400);

    --nb-product-box-detail-floater-6-product-code-value-color: var(--nb-text-color-primary);
    --nb-product-box-detail-floater-6-product-code-value-font-size: var(--nb-font-size-14);
    --nb-product-box-detail-floater-6-product-code-value-font-weight: var(--nb-font-weight-400);

    --nb-product-box-detail-floater-6-product-prices-gap: 2px;
    --nb-product-box-detail-floater-6-product-prices-flex-direction: column;

    --nb-product-box-detail-floater-6-product-price-prev-color: var(--nb-color-gray);
    --nb-product-box-detail-floater-6-product-price-prev-font-size: var(--nb-font-size-12);
    --nb-product-box-detail-floater-6-product-price-prev-font-weight: var(--nb-font-weight-400);

    --nb-product-box-detail-floater-6-product-price-active-color: var(--nb-spec-color);
    --nb-product-box-detail-floater-6-product-price-active-font-size: var(--nb-font-size-18);
    --nb-product-box-detail-floater-6-product-price-active-font-weight: var(--nb-font-weight-700);
}

.dragbox .nb-product-box-detail-floater-6 {
    position: unset;
}

.nb-product-box-detail-floater-6 {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
    background: var(--nb-product-box-detail-floater-6-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-6.active {
    display: block;
}

.nb-product-box-detail-floater-6 .nb-product-box-detail-floater-6-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nb-product-box-detail-floater-6 .nb-left-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
}

.nb-product-box-detail-floater-6 .nb-left-wrapper .nb-img-wrapper {
    max-width: 65px;
    max-height: 65px;
}

.nb-product-box-detail-floater-6 .nb-left-wrapper .nb-img-wrapper .nb-img {
    height: 65px;
}

.nb-product-box-detail-floater-6 .nb-left-wrapper .nb-product-info-wrapper {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.nb-product-box-detail-floater-6 .nb-right-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
}

.nb-product-box-detail-floater-6 .nb-right-wrapper .nb-btn {
    min-width: 320px;
}

.nb-product-box-detail-floater-6 .nb-right-wrapper .nb-product-prices-2 {
    text-align: right;
    gap: var(--nb-product-box-detail-floater-6-product-prices-gap);
    flex-direction: var(--nb-product-box-detail-floater-6-product-prices-flex-direction);
}

.nb-product-box-detail-floater-6 .nb-right-wrapper .nb-product-prices-2 .nb-price.nb-price-prev {
    font-size: var(--nb-product-box-detail-floater-6-prev-price-font-size);
}

.nb-product-box-detail-floater-6 .nb-right-wrapper .nb-product-prices-2 .nb-price.nb-price-active {
    font-size: var(--nb-product-box-detail-floater-6-active-price-font-size);
}

.nb-product-box-detail-floater-6 .nb-right-wrapper .nb-product-prices-2 .nb-price-saving {
    display: none;
}

.nb-product-box-detail-floater-6 .nb-product-name,
.nb-product-box-detail-floater-6 .nb-product-name .nb-title {
    color: var(--nb-product-box-detail-floater-6-product-name-color);
    font-size: var(--nb-product-box-detail-floater-6-product-name-font-size);
    font-weight: var(--nb-product-box-detail-floater-6-product-name-font-weight);
}

.nb-product-box-detail-floater-6 .nb-product-code .nb-product-code-label {
    color: var(--nb-product-box-detail-floater-6-product-code-label-color);
    font-size: var(--nb-product-box-detail-floater-6-product-code-label-font-size);
    font-weight: var(--nb-product-box-detail-floater-6-product-code-label-font-weight);
}

.nb-product-box-detail-floater-6 .nb-product-code .nb-product-code-id {
    color: var(--nb-product-box-detail-floater-6-product-code-value-color);
    font-size: var(--nb-product-box-detail-floater-6-product-code-value-font-size);
    font-weight: var(--nb-product-box-detail-floater-6-product-code-value-font-weight);
}

.nb-product-box-detail-floater-6 .nb-price.nb-price-active {
    color: var(--nb-product-box-detail-floater-6-product-price-active-color);
    font-size: var(--nb-product-box-detail-floater-6-product-price-active-font-size);
    font-weight: var(--nb-product-box-detail-floater-6-product-price-active-font-weight);
}

.nb-product-box-detail-floater-6 .nb-price.nb-price-prev {
    color: var(--nb-product-box-detail-floater-6-product-price-prev-color);
    font-size: var(--nb-product-box-detail-floater-6-product-price-prev-font-size);
    font-weight: var(--nb-product-box-detail-floater-6-product-price-prev-font-weight);
}

@media screen and (max-width: 768px) {
    .nb-product-box-detail-floater-6 .nb-left-wrapper {
        display: none;
    }

    .nb-product-box-detail-floater-6 .nb-right-wrapper .nb-product-prices-2 {
        display: none;
    }

    .nb-product-box-detail-floater-6 .nb-right-wrapper {
        width: 100%;
    }

    .nb-product-box-detail-floater-6 .nb-right-wrapper .nb-btn-wrapper {
        width: 100%;
    }

    .nb-product-box-detail-floater-6 .nb-right-wrapper .nb-btn-wrapper .nb-btn {
        min-width: unset;
        width: 100%;
    }
}

/*
/* NB Fajl:'./_blocks/product/product-detail/product-detail-floater/product-detail-floater-6/product-detail-floater-6.css.'
*/section.layout:has(.nb-product-detail-floater-6) {
    position: sticky;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
}

section.layout:has(.nb-product-detail-floater-6) .nb-product-box-detail-floater-6 {
    position: unset;
}
/*
/* NB Fajl:'./components/complex/footer/footer-newsletter/footer-newsletter-4/footer-newsletter-4.css.'
*/:root {
    --nb-footer-newsletter-4-bg: transparent;

    --nb-footer-newsletter-4-title-color: var(--nb-text-color-primary);
    --nb-footer-newsletter-4-title-font-size: var(--nb-font-size-24);
    --nb-footer-newsletter-4-title-font-weight: var(--nb-font-weight-600);
    --nb-footer-newsletter-4-title-line-height: 32px;
    --nb-footer-newsletter-4-title-letter-spacing: calc(var(--nb-footer-newsletter-4-title-font-size) * 0.03);

    --nb-footer-newsletter-4-description-color: var(--nb-text-color-primary);
    --nb-footer-newsletter-4-description-font-size: var(--nb-font-size-18);
    --nb-footer-newsletter-4-description-font-weight: var(--nb-font-weight-400);
    --nb-footer-newsletter-4-description-line-height: 32px;
    --nb-footer-newsletter-4-description-letter-spacing: calc(var(--nb-footer-newsletter-4-description-font-size) * 0.03);

    --nb-footer-newsletter-4-input-bg: var(--nb-color-white);
    --nb-footer-newsletter-4-input-color: var(--nb-text-color-primary);

    --nb-footer-newsletter-4-input-label-color: var(--nb-text-color-primary);

    --nb-footer-newsletter-4-btn-height: 40px;
    --nb-footer-newsletter-4-btn-font-size: var(--nb-font-size-16);
    --nb-footer-newsletter-4-btn-font-weight: var(--nb-font-weight-400);

    --nb-footer-newsletter-4-checkbox-label-color: var(--nb-text-color-primary);

    --nb-footer-newsletter-4-checkbox-link-color: var(--nb-spec-color);
    --nb-footer-newsletter-4-checkbox-hover-link-color: var(--nb-spec-color);

    --nb-footer-newsletter-4-link-font-weight: var(--nb-font-semibold);
}

.nb-footer-newsletter-4 {
    padding: 20px 0;
    background-color: var(--nb-footer-newsletter-4-bg);
    display: flex;
    gap: 60px;
    justify-content: center;
    align-items: center;
}

.nb-footer-newsletter-4 .nb-title-and-description-wrapper {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.nb-footer-newsletter-4 .nb-newsletter-title {
    color: var(--nb-footer-newsletter-4-title-color);
    font-size: var(--nb-footer-newsletter-4-title-font-size);
    font-weight: var(--nb-footer-newsletter-4-title-font-weight);
    line-height: var(--nb-footer-newsletter-4-title-line-height);
    letter-spacing: var(--nb-footer-newsletter-4-title-letter-spacing);
}

.nb-footer-newsletter-4 .nb-newsletter-description {
    color: var(--nb-footer-newsletter-4-description-color);
    font-size: var(--nb-footer-newsletter-4-description-font-size);
    font-weight: var(--nb-footer-newsletter-4-description-font-weight);
    line-height: var(--nb-footer-newsletter-4-description-line-height);
    letter-spacing: var(--nb-footer-newsletter-4-description-letter-spacing);
}

.nb-footer-newsletter-4 .nb-submit-newsletter-wrapper {
    position: relative;
}

.nb-footer-newsletter-4 .nb-submit-newsletter-wrapper .nb-input {
    min-width: 400px;
    height: var(--nb-footer-newsletter-4-btn-height);
}

.nb-footer-newsletter-4 .nb-submit-newsletter-wrapper .nb-input,
.nb-footer-newsletter-4 .nb-submit-newsletter-wrapper .nb-input:focus,
.nb-footer-newsletter-4 .nb-submit-newsletter-wrapper .nb-input:hover,
.nb-footer-newsletter-4 .nb-submit-newsletter-wrapper .nb-input:active,
.nb-footer-newsletter-4 .nb-submit-newsletter-wrapper .nb-input:not(:placeholder-shown) {
    background-color: var(--nb-footer-newsletter-4-input-bg);
    color: var(--nb-footer-newsletter-4-input-color);
}

.nb-footer-newsletter-4 .nb-submit-newsletter-wrapper .nb-input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px var(--nb-footer-newsletter-4-input-bg) inset !important;
    -webkit-text-fill-color: var(--nb-footer-newsletter-4-input-color) !important;
    transition: background-color 5000s ease-in-out 0s;
}

.nb-footer-newsletter-4 .nb-submit-newsletter-wrapper .nb-form-group:not(:last-child) {
    margin-bottom: 10px;
}

.nb-footer-newsletter-4 .nb-submit-newsletter-wrapper .nb-form-group:not(:last-child):has(.parsley-errors-list.filled) {
    margin-bottom: 20px;
}

.nb-footer-newsletter-4 .nb-submit-newsletter-wrapper .nb-btn {
    position: absolute;
    right: -4px;
    top: 50%;
    transform: translateY(-50%);
    height: var(--nb-footer-newsletter-4-btn-height);
    border-top-left-radius: var(--nb-border-radius-0);
    border-bottom-left-radius: var(--nb-border-radius-0);
    font-size: var(--nb-footer-newsletter-4-btn-font-size);
    font-weight: var(--nb-footer-newsletter-4-btn-font-weight);
}

.nb-footer-newsletter-4 .form-floating .nb-float-label {
    color: var(--nb-footer-newsletter-4-input-label-color);
}

.nb-footer-newsletter-4 .nb-submit-newsletter-wrapper .parsley-errors-list {
    right: unset;
    left: 0;
}

.nb-footer-newsletter-4 .nb-checkbox-wrapper {
    position: relative;
}

.nb-footer-newsletter-4 .nb-checkbox-wrapper .nb-label {
    color: var(--nb-footer-newsletter-4-checkbox-label-color);
}

.nb-footer-newsletter-4 .nb-checkbox-wrapper .nb-link {
    color: var(--nb-footer-newsletter-4-checkbox-link-color);
}

.nb-footer-newsletter-4 .nb-checkbox-wrapper .nb-link:hover {
    color: var(--nb-footer-newsletter-4-checkbox-hover-link-color);
}

.nb-footer-newsletter-4 .nb-checkbox-wrapper .nb-form-check {
    margin-bottom: 15px;
}

.nb-footer-newsletter-4 .nb-checkbox-wrapper .parsley-errors-list {
    right: unset;
    left: 0;
    bottom: -18px;
}

.nb-footer-newsletter-4 .nb-newsletter-link {
    font-weight: var(--nb-footer-newsletter-4-link-font-weight);
}

@media screen and (max-width: 576px) {
    :root {
        --nb-footer-newsletter-4-title-font-size: var(--nb-font-size-20);
        --nb-footer-newsletter-4-description-font-size: var(--nb-font-size-20);
        --nb-footer-newsletter-4-title-line-height: var(--nb-body-line-height);
        --nb-footer-newsletter-4-description-line-height: var(--nb-body-line-height);
    }

    .nb-footer-newsletter-4 {
        flex-direction: column;
        gap: 15px;
        padding: 15px;
    }

    .nb-footer-newsletter-4 .nb-form {
        width: 100%;
    }

    .nb-footer-newsletter-4 .nb-submit-newsletter-wrapper .nb-btn {
        width: auto;
        min-width: 105px;
        right: 0;
    }

    .nb-footer-newsletter-4 .nb-submit-newsletter-wrapper .nb-input {
        min-width: 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-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/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/core/link-with-image/link-with-image-1/link-with-image-1.css.'
*/:root{
    --nb-link-with-image-1-padding-x: 10px;
    --nb-link-with-image-1-padding-y: 10px;
    --nb-link-with-image-1-spacer: 10px;
    --nb-link-with-image-1-color: var(--nb-link-secondary-color);
    --nb-link-with-image-1-hover-color: var(--nb-link-secondary-color);
    --nb-link-with-image-1-bg: var(--nb-color-white);
    --nb-link-with-image-1-hover-bg: var(--nb-color-gray-100);
    --nb-link-with-image-1-active-bg: var(--nb-color-gray-100);
    --nb-link-with-image-1-active-font-weight: var(--nb-font-semibold);
    --nb-link-with-image-1-img-width: 20px;
    --nb-link-with-image-1-img-height: 20px;
}

.nb-link-with-image-1 .nb-link{
    display: flex;
    align-items: center;
    gap: var(--nb-link-with-image-1-spacer);
    padding: var(--nb-link-with-image-1-padding-y) var(--nb-link-with-image-1-padding-x);
    background: var(--nb-link-with-image-1-bg);
}

.nb-link-with-image-1 .nb-link,
.nb-link-with-image-1 .nb-link.text-link-1.nb-secondary-link {
    color: var(--nb-link-with-image-1-color);
}

.nb-link-with-image-1:hover .nb-link{
    background: var(--nb-link-with-image-1-hover-bg);
}

.nb-link-with-image-1 .nb-link.text-link-1.nb-secondary-link:hover,
.nb-link-with-image-1:hover .nb-link{
    color: var(--nb-link-with-image-1-hover-color);
}

.nb-link-with-image-1.active .nb-link{
    background: var(--nb-link-with-image-1-active-bg);
}

.nb-link-with-image-1.active .nb-link{
    font-weight: var(--nb-link-with-image-1-active-font-weight);
}

.nb-link-with-image-1 .nb-img{
    width: var(--nb-link-with-image-1-img-width);
    height: var(--nb-link-with-image-1-img-height);
}
/*
/* NB Fajl:'./components/complex/footer/footer-change-site-instance/footer-change-site-instance-1/footer-change-site-instance-1.css.'
*/:root {
    --nb-change-site-instance-1-btn-font-size: var(--nb-font-size-12);
    --nb-change-site-instance-1-link-font-size: var(--nb-font-size-14);
    --nb-change-site-instance-1-link-font-weight: var(--nb-font-semibold);
}

.nb-change-site-instance-1 {
    display: flex;
    align-items: center;
    gap: 10px;
}

.nb-change-site-instance-1 .nb-img {
    border-radius: var(--nb-border-radius-full);
    max-height: 25px;
    max-width: 25px;
}

.nb-change-site-instance-1 .nb-link-with-image-1,
.nb-change-site-instance-1 .nb-link-with-image-1 .nb-link{
    background: unset;
}

.nb-change-site-instance-1 .nb-link-with-image-1 .nb-link {
    padding: 0;
    font-size: var(--nb-change-site-instance-1-link-font-size);
    font-weight: var(--nb-change-site-instance-1-link-font-weight);
}


.nb-change-site-instance-1 .nb-change-button {
    border-left: 1px solid var(--nb-border-color);
    padding-left: 10px;
    color: var(--nb-text-link-1-primary-color);
    place-content: center;
    font-size: var(--nb-change-site-instance-1-btn-font-size);
    line-height: 1.2;
}

.nb-change-site-instance-1 .nb-change-button:hover {
    text-decoration: underline;
    color: var(--nb-text-link-1-primary-hover-color);
}
/*
/* 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/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/cart-item-quantity/cart-item-quantity-3/cart-item-quantity-3.css.'
*/:root {
    --nb-quantity-cart-3-font-size: var(--nb-font-size-12);: var(--nb-font-size-12);
    --nb-quantity-cart-3-color: var(--nb-text-color-primary);
    --nb-quantity-cart-3-border-color: var(--nb-border-color);
    --nb-quantity-cart-3-height: 28px;
    --nb-quantity-cart-3-width: 100px;
}

.nb-cart-item-quantity-3 .custom-text{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--nb-quantity-cart-3-font-size);
    color: var(--nb-quantity-cart-3-color);
    border: var(--nb-border-width) var(--nb-border-style) var(--nb-quantity-cart-3-border-color);
    height: var(--nb-quantity-cart-3-height);
    width: var(--nb-quantity-cart-3-width);
}
/*
/* NB Fajl:'./components/complex/cart/cart-price/cart-price-total/cart-price-total-1/cart-price-total-1.css.'
*/:root {
    --nb-price-cart-total-1-font-size: var(--nb-price-cart-total-1-font-size-m);
    --nb-price-cart-total-1-font-size-xs: var(--nb-paragraph-xs);
    --nb-price-cart-total-1-font-size-s: var(--nb-paragraph-s);
    --nb-price-cart-total-1-font-size-m: var(--nb-paragraph-m);
    --nb-price-cart-total-1-font-size-l: var(--nb-paragraph-l);

    --nb-price-cart-total-1-line-height: var(--nb-price-cart-total-1-line-height-m);
    --nb-price-cart-total-1-line-height-xs: 18px;
    --nb-price-cart-total-1-line-height-s: 20px;
    --nb-price-cart-total-1-line-height-m: 22px;
    --nb-price-cart-total-1-line-height-l: 24px;

    --nb-price-cart-total-1-font-weight: var(--nb-font-regular);
    --nb-price-cart-total-1-color: var(--nb-text-color-primary);
}

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

.nb-price-cart-total-1.nb-price-cart-total-1-xs {
    font-size: var(--nb-price-cart-total-1-font-size-xs);
    line-height: var(--nb-price-cart-total-1-line-height-xs);
}

.nb-price-cart-total-1.nb-price-cart-total-1-s {
    font-size: var(--nb-price-cart-total-1-font-size-s);
    line-height: var(--nb-price-cart-total-1-line-height-s);
}

.nb-price-cart-total-1.nb-price-cart-total-1-m {
    font-size: var(--nb-price-cart-total-1-font-size-m);
    line-height: var(--nb-price-cart-total-1-line-height-m);
}

.nb-price-cart-total-1.nb-price-cart-total-1-l {
    font-size: var(--nb-price-cart-total-1-font-size-l);
    line-height: var(--nb-price-cart-total-1-line-height-l);
}
/*
/* NB Fajl:'./components/complex/cart/cart-price/cart-price-without-vat/cart-price-without-vat.css.'
*/:root {
    --nb-cart-price-without-vat-label-color: var(--nb-color-black);
    --nb-cart-price-without-vat-label-font-size: 12px;
    --nb-cart-price-without-vat-label-font-weight: var(--nb-font-weight-400);
    --nb-cart-price-without-vat-label-line-height: 16px;

    --nb-cart-price-without-vat-value-color: var(--nb-price-active-color);
    --nb-cart-price-without-vat-value-font-size: 16px;
    --nb-cart-price-without-vat-value-font-weight: var(--nb-font-weight-600);
    --nb-cart-price-without-vat-value-line-height: 22px;
}

.nb-cart-price-without-vat {
    display: flex;
    flex-direction: column;
}

.nb-cart-price-without-vat .nb-cart-price-without-vat-label {
    color: var(--nb-cart-price-without-vat-label-color);
    font-size: var(--nb-cart-price-without-vat-label-font-size);
    font-weight: var(--nb-cart-price-without-vat-label-font-weight);
    line-height: var(--nb-cart-price-without-vat-label-line-height);
}

.nb-cart-price-without-vat .nb-cart-price-without-vat-label sup {
    color: var(--nb-color-red);
}

.nb-cart-price-without-vat .nb-cart-price {
    color: var(--nb-cart-price-without-vat-value-color);
    font-size: var(--nb-cart-price-without-vat-value-font-size);
    font-weight: var(--nb-cart-price-without-vat-value-font-weight);
    line-height: var(--nb-cart-price-without-vat-value-line-height);
}

@media screen and (max-width: 576px) {
    :root {
        --nb-cart-price-without-vat-label-font-size: 10px;
        --nb-cart-price-without-vat-label-line-height: 14px;
        --nb-cart-price-without-vat-value-font-size: 12px;
        --nb-cart-price-without-vat-value-line-height: 16px;
    }
}
/*
/* NB Fajl:'./components/complex/cart/cart-prices/cart-price-and-quantity-2/cart-price-and-quantity-2.css.'
*/:root {
    --nb-cart-price-and-quantity-2-old-price-font-size: var(--nb-font-size-12);
    --nb-cart-price-and-quantity-2-old-price-font-weight: var(--nb-font-regular);
    --nb-cart-price-and-quantity-2-old-price-color: var(--nb-price-prev-color);
    --nb-cart-price-and-quantity-2-old-price-text-decoration: var(--nb-price-prev-text-decoration);

    --nb-cart-price-and-quantity-2-active-price-font-size: var(--nb-font-size-12);
    --nb-cart-price-and-quantity-2-active-price-font-weight: var(--nb-font-regular);
    --nb-cart-price-and-quantity-2-active-price-color: var(--nb-text-color-primary);

    --nb-cart-price-and-quantity-2-total-price-font-size: var(--nb-font-size-16);
    --nb-cart-price-and-quantity-2-total-price-font-weight: var(--nb-font-bold);
    --nb-cart-price-and-quantity-2-total-price-color: var(--nb-text-color-primary);
}

.nb-cart-price-and-quantity-2 .nb-old-prices-wrapper{
    display: flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 5px;
}

.nb-cart-price-and-quantity-2 .nb-old-prices-wrapper > * {
    position: relative;
    line-height: 1;
}

.nb-cart-price-and-quantity-2 .nb-old-prices-wrapper > *:not(:last-child) {
    border-right: var(--nb-border-width) var(--nb-border-style) var(--nb-cart-price-and-quantity-2-old-price-color);
    padding-right: 7px;
}

.nb-cart-price-and-quantity-2 .nb-prices-wrapper .nb-price-prev {
    font-size: var(--nb-cart-price-and-quantity-2-old-price-font-size);
    font-weight: var(--nb-cart-price-and-quantity-2-old-price-font-weight);
    color: var(--nb-cart-price-and-quantity-2-old-price-color);
    text-decoration: var(--nb-cart-price-and-quantity-2-old-price-text-decoration);
}

.nb-cart-price-and-quantity-2 .nb-prices-wrapper .nb-price-cart-total-1 {
    font-size: var(--nb-cart-price-and-quantity-2-total-price-font-size);
    font-weight: var(--nb-cart-price-and-quantity-2-total-price-font-weight);
    color: var(--nb-cart-price-and-quantity-2-total-price-color);
}

.nb-cart-price-and-quantity-2 .nb-prices-wrapper .nb-quantity-price-wrapper,
.nb-cart-price-and-quantity-2 .nb-prices-wrapper .nb-active-price {
    font-size: var(--nb-cart-price-and-quantity-2-active-price-font-size);
    font-weight: var(--nb-cart-price-and-quantity-2-active-price-font-weight);
    color: var(--nb-cart-price-and-quantity-2-active-price-color);
}
/*
/* NB Fajl:'./components/complex/cart/cart-item-code/cart-item-code/cart-item-code.css.'
*/:root {
    --nb-cart-item-code-1-font-size: var(--nb-cart-item-code-1-font-size-m);
    --nb-cart-item-code-1-font-size-xs: var(--nb-paragraph-xs);
    --nb-cart-item-code-1-font-size-s: var(--nb-paragraph-s);
    --nb-cart-item-code-1-font-size-m: var(--nb-paragraph-m);
    --nb-cart-item-code-1-font-size-l: var(--nb-paragraph-l);

    --nb-cart-item-code-1-line-height: var(--nb-cart-item-code-1-line-height-m);
    --nb-cart-item-code-1-line-height-xs: 18px;
    --nb-cart-item-code-1-line-height-s: 20px;
    --nb-cart-item-code-1-line-height-m: 22px;
    --nb-cart-item-code-1-line-height-l: 24px;

    --nb-cart-item-code-1-font-weight: var(--nb-font-regular);
    --nb-cart-item-code-1-color: var(--nb-text-color-primary);
}

.nb-cart-item-code {
    font-size: var(--nb-cart-item-code-1-font-size);
    font-weight: var(--nb-cart-item-code-1-font-weight);
    line-height: var(--nb-cart-item-code-1-line-height);
    color: var(--nb-cart-item-code-1-color);
}

.nb-cart-item-code.nb-cart-item-code-xs {
    font-size: var(--nb-cart-item-code-1-font-size-xs);
    line-height: var(--nb-cart-item-code-1-line-height-xs);
}

.nb-cart-item-code.nb-cart-item-code-s {
    font-size: var(--nb-cart-item-code-1-font-size-s);
    line-height: var(--nb-cart-item-code-1-line-height-s);
}

.nb-cart-item-code.nb-cart-item-code-m {
    font-size: var(--nb-cart-item-code-1-font-size-m);
    line-height: var(--nb-cart-item-code-1-line-height-m);
}

.nb-cart-item-code.nb-cart-item-code-l {
    font-size: var(--nb-cart-item-code-1-font-size-l);
    line-height: var(--nb-cart-item-code-1-line-height-l);
}
/*
/* NB Fajl:'./components/complex/cart/cart-item-delete/cart-item-delete-1/cart-item-delete-1.css.'
*/:root {
    --nb-cart-item-delete-1-icon-color: var(--nb-color-black);
    --nb-cart-item-delete-1-label-font-size: var(--nb-font-size-13);
    --nb-cart-item-delete-1-label-font-weight: var(--nb-btn-font-weight);
    --nb-cart-item-delete-1-label-color: var(--nb-text-color-primary);
    --nb-cart-item-delete-1-bg: var(--nb-color-gray);
    --nb-cart-item-delete-1-border-width: var(--nb-border-width);
    --nb-cart-item-delete-1-border-color: var(--nb-border-color);
}

.nb-cart-item-delete-1 {
    padding: 5px;
    cursor: pointer;
    color: var(--nb-cart-item-delete-1-icon-color);
}

.nb-cart-item-delete-1 .nb-cart-item-delete-1-label {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--nb-cart-item-delete-1-label-font-size);
    font-weight: var(--nb-cart-item-delete-1-label-font-weight);
    color: var(--nb-cart-item-delete-1-label-color);
    background-color: var(--nb-cart-item-delete-1-bg);
    border: var(--nb-cart-item-delete-1-border-width) var(--nb-border-style) var(--nb-cart-item-delete-1-border-color);
    padding: 6px 20px;
}


/*
/* NB Fajl:'./components/complex/cart/cart-item-color/cart-item-color-1/cart-item-color-1.css.'
*/:root {
    --nb-cart-item-code-1-font-size: var(--nb-cart-item-code-1-font-size-m);
    --nb-cart-item-code-1-font-size-xs: var(--nb-paragraph-xs);
    --nb-cart-item-code-1-font-size-s: var(--nb-paragraph-s);
    --nb-cart-item-code-1-font-size-m: var(--nb-paragraph-m);
    --nb-cart-item-code-1-font-size-l: var(--nb-paragraph-l);

    --nb-cart-item-code-1-line-height: var(--nb-cart-item-code-1-line-height-m);
    --nb-cart-item-code-1-line-height-xs: 18px;
    --nb-cart-item-code-1-line-height-s: 20px;
    --nb-cart-item-code-1-line-height-m: 22px;
    --nb-cart-item-code-1-line-height-l: 24px;

    --nb-cart-item-code-1-font-weight: var(--nb-font-regular);
    --nb-cart-item-code-1-color: var(--nb-text-color-primary);
}

.nb-cart-item-code {
    font-size: var(--nb-cart-item-code-1-font-size);
    font-weight: var(--nb-cart-item-code-1-font-weight);
    line-height: var(--nb-cart-item-code-1-line-height);
    color: var(--nb-cart-item-code-1-color);
}

.nb-cart-item-code.nb-cart-item-code-xs {
    font-size: var(--nb-cart-item-code-1-font-size-xs);
    line-height: var(--nb-cart-item-code-1-line-height-xs);
}

.nb-cart-item-code.nb-cart-item-code-s {
    font-size: var(--nb-cart-item-code-1-font-size-s);
    line-height: var(--nb-cart-item-code-1-line-height-s);
}

.nb-cart-item-code.nb-cart-item-code-m {
    font-size: var(--nb-cart-item-code-1-font-size-m);
    line-height: var(--nb-cart-item-code-1-line-height-m);
}

.nb-cart-item-code.nb-cart-item-code-l {
    font-size: var(--nb-cart-item-code-1-font-size-l);
    line-height: var(--nb-cart-item-code-1-line-height-l);
}
/*
/* NB Fajl:'./components/complex/cart/mini-cart/cart-reserve-box-2/cart-reserve-box-2.css.'
*/:root {
    --nb-cart-reserve-box-2-cart-item-border-radius: var(--nb-border-radius-4);
    --nb-cart-reserve-box-2-cart-item-border-color: var(--nb-border-color);
    --nb-cart-reserve-box-2-cart-item-padding: 5px 10px;
    --nb-cart-reserve-box-2-cart-item-jc: center;

    --nb-cart-reserve-box-2-cart-item-name-font-size: var(--nb-font-size-13);
    --nb-cart-reserve-box-2-cart-item-name-lh: var(--nb-product-name-line-height);
    --nb-cart-reserve-box-2-cart-item-name-font-weight: var(--nb-font-regular);
    --nb-cart-reserve-box-2-cart-item-name-color: var(--nb-text-color-primary);

    --nb-cart-reserve-box-2-cart-item-code-font-size: var(--nb-font-size-11);
    --nb-cart-reserve-box-2-cart-item-code-font-weight: var(--nb-font-semibold);
    --nb-cart-reserve-box-2-cart-item-code-color: var(--nb-text-color-primary);

    --nb-cart-reserve-box-2-cart-item-color-font-size: var(--nb-font-size-11);
    --nb-cart-reserve-box-2-cart-item-color-font-weight: var(--nb-font-semibold);
    --nb-cart-reserve-box-2-cart-item-color-color: var(--nb-text-color-primary);

    --nb-cart-reserve-box-2-cart-item-size-font-size: var(--nb-font-size-11);
    --nb-cart-reserve-box-2-cart-item-size-font-weight: var(--nb-font-semibold);
    --nb-cart-reserve-box-2-cart-item-size-color: var(--nb-text-color-primary);

    --nb-cart-reserve-box-2-cart-item-img-border-radius: var(--nb-border-radius-4);
    --nb-cart-reserve-box-2-cart-item-img-border-color: var(--nb-border-color);

    --nb-cart-reserve-box-2-cart-item-saving-price-bg: var(--nb-color-success-light);
    --nb-cart-reserve-box-2-cart-item-saving-price-font-size: var(--nb-font-size-12);
    --nb-cart-reserve-box-2-cart-item-saving-price-font-weight: var(--nb-font-regular);
    --nb-cart-reserve-box-2-cart-item-saving-price-color: var(--nb-text-color-primary);
}

.nb-cart-reserve-box-2 .nb-cart-item-card {
    display: flex;
    gap: 10px;
    position: relative;
    padding: 10px;
    border: var(--nb-border-width) var(--nb-border-style) var(--nb-cart-reserve-box-2-cart-item-border-color);
    border-radius: var(--nb-cart-reserve-box-2-cart-item-border-radius);
}

.nb-cart-reserve-box-2:has(.nb-saved-money-wrapper) .nb-cart-item-card {
    border-bottom-left-radius: unset;
    border-bottom-right-radius: unset;
}

.nb-cart-reserve-box-2 .nb-image-and-quantity-wrapper {
    max-width: 72px;
}

.nb-cart-reserve-box-2 .nb-image-and-quantity-wrapper .nb-img {
    border: var(--nb-border-width) var(--nb-border-style) var(--nb-cart-reserve-box-2-cart-item-img-border-color);
    border-radius: var(--nb-cart-reserve-box-2-cart-item-img-border-radius);
}

.nb-cart-reserve-box-2 .nb-product-info-wrapper .nb-cart-item-name .nb-title,
.nb-cart-reserve-box-2 .nb-product-info-wrapper .nb-cart-item-name {
    font-size: var(--nb-cart-reserve-box-2-cart-item-name-font-size);
    font-weight: var(--nb-cart-reserve-box-2-cart-item-name-font-weight);
    color: var(--nb-cart-reserve-box-2-cart-item-name-color);
    line-height: var(--nb-cart-reserve-box-2-cart-item-name-lh);
    --nb-dt-rows: 2;
    height: calc(var(--nb-dt-rows) * var(--nb-product-name-line-height) * var(--nb-cart-reserve-box-2-cart-item-name-font-size));
}

.nb-cart-reserve-box-2 .nb-product-info-wrapper .nb-code-size-color-wrapper {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 10px;
}

.nb-cart-reserve-box-2 .nb-product-info-wrapper .nb-code-size-color-wrapper > * {
    position: relative;
    line-height: 1;
}

.nb-cart-reserve-box-2 .nb-product-info-wrapper .nb-code-size-color-wrapper > *:not(:last-child) {
    border-right: var(--nb-border-width) var(--nb-border-style) var(--nb-text-color-primary);
    padding-right: 10px;
}

.nb-cart-reserve-box-2 .nb-product-info-wrapper .nb-cart-item-code {
    font-size: var(--nb-cart-reserve-box-2-cart-item-code-font-size);
    font-weight: var(--nb-cart-reserve-box-2-cart-item-code-font-weight);
    color: var(--nb-cart-reserve-box-2-cart-item-code-color);
}

.nb-cart-reserve-box-2 .nb-product-info-wrapper .nb-cart-selected-size > *,
.nb-cart-reserve-box-2 .nb-product-info-wrapper .nb-cart-selected-size {
    font-size: var(--nb-cart-reserve-box-2-cart-item-size-font-size);
    font-weight: var(--nb-cart-reserve-box-2-cart-item-size-font-weight);
    color: var(--nb-cart-reserve-box-2-cart-item-size-color);
    line-height: 1;
}

.nb-cart-reserve-box-2 .nb-product-info-wrapper .nb-cart-item-color {
    font-size: var(--nb-cart-reserve-box-2-cart-item-color-font-size);
    font-weight: var(--nb-cart-reserve-box-2-cart-item-color-font-weight);
    color: var(--nb-cart-reserve-box-2-cart-item-color-color);
}

.nb-cart-reserve-box-2 .nb-cart-item-quantity-3 {
    margin-top: 5px;
}

.nb-cart-reserve-box-2 .nb-cart-item-quantity-3 .custom-text {
    border-radius: var(--nb-border-radius-4);
    width: 72px;
    height: 25px;
    font-size: var(--nb-font-size-13);
}

.nb-cart-reserve-box-2 .nb-show-options {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

.nb-cart-reserve-box-2 .nb-product-info-wrapper {
    flex-grow: 1;
}

.nb-cart-reserve-box-2 .nb-saved-money-wrapper {
    background-color: var(--nb-cart-reserve-box-2-cart-item-saving-price-bg);
    font-size: var(--nb-cart-reserve-box-2-cart-item-saving-price-font-size);
    font-weight: var(--nb-cart-reserve-box-2-cart-item-saving-price-font-weight);
    color: var(--nb-cart-reserve-box-2-cart-item-saving-price-color);
    min-height: 20px;
    display: flex;
    align-items: center;
    justify-content: var(--nb-cart-reserve-box-2-cart-item-jc);
    border-bottom-left-radius: var(--nb-cart-reserve-box-2-cart-item-border-radius);
    border-bottom-right-radius: var(--nb-cart-reserve-box-2-cart-item-border-radius);
    padding: var(--nb-cart-reserve-box-2-cart-item-padding);
}

.nb-cart-reserve-box-2 .nb-cart-price-and-quantity-2 {
    min-height: 55px;
    display: flex;
    align-items: flex-end;
}

.nb-cart-reserve-box-2 .nb-product-info-wrapper .nb-cart-item-name {
    padding-right: 25px;
}

.nb-cart-reserve-box-2 .nb-show-options > *:not(:last-child) {
    border-bottom: var(--nb-border-width) var(--nb-border-style) var(--nb-border-color);
    padding-bottom: 5px;
    margin-bottom: 5px;
}

/*
/* NB Fajl:'./components/complex/cart/mini-cart/cart-reservation-items-list-2/cart-reservation-items-list-2.css.'
*/.nb-cart-reservation-items-list-2 .nb-product-item:not(:last-child) {
    margin-bottom: 15px;
}

/*
/* 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/mini-cart/reservation-pricing-quick-basket-1/reservation-pricing-quick-basket-1.css.'
*/:root {
    --nb-reservation-pricing-quick-basket-price-font-size: var(--nb-paragraph-s);
    --nb-reservation-pricing-quick-basket-price-font-weight: var(--nb-paragraph-font-weight);
    --nb-reservation-pricing-quick-basket-price-color: var(--nb-text-color-primary);

    --nb-reservation-pricing-quick-basket-price-total-font-size: var(--nb-paragraph-m);
    --nb-reservation-pricing-quick-basket-price-total-font-weight: var(--nb-font-semibold);
    --nb-reservation-pricing-quick-basket-price-total-color: var(--nb-text-color-primary);

    --nb-reservation-pricing-quick-basket-btn-color: var(--nb-btn-primary-color);
    --nb-reservation-pricing-quick-basket-btn-background: var(--nb-btn-primary-bg);
    --nb-reservation-pricing-quick-basket-btn-border-color: var(--nb-btn-primary-border-color);
    --nb-reservation-pricing-quick-basket-btn-hover-color: var(--nb-btn-primary-hover-color);
    --nb-reservation-pricing-quick-basket-btn-hover-background: var(--nb-btn-primary-hover-bg);
    --nb-reservation-pricing-quick-basket-btn-hover-border-color: var(--nb-btn-primary-hover-border-color);

    --nb-reservation-pricing-quick-basket-text-font-size: var(--nb-paragraph-s);
    --nb-reservation-pricing-quick-basket-text-color: var(--nb-text-color-primary);
}

.nb-reservation-pricing-quick-basket-1{
    display: flex;
    flex-direction: column;
    gap: calc(var(--nb-spacer)/2);
}
.nb-reservation-pricing-quick-basket-1 .nb-pricing-wrapper,
.nb-reservation-pricing-quick-basket-1 .nb-text-wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nb-reservation-pricing-quick-basket-1 .nb-pricing-wrapper .nb-price{
    font-size: var(--nb-reservation-pricing-quick-basket-price-font-size);
    font-weight: var(--nb-reservation-pricing-quick-basket-price-font-weight);
    color: var(--nb-reservation-pricing-quick-basket-price-color);
}

.nb-reservation-pricing-quick-basket-1 .nb-pricing-wrapper .nb-final-price{
    font-size: var(--nb-reservation-pricing-quick-basket-price-total-font-size);
    font-weight: var(--nb-reservation-pricing-quick-basket-price-total-font-weight);
    color: var(--nb-reservation-pricing-quick-basket-price-total-color);
}

.nb-reservation-pricing-quick-basket-1 a.nb-btn-reservation-pricing-quick-basket {
    text-align: center;
    text-transform: uppercase;
    margin-top: calc(var(--nb-spacer)/2);
    color: var(--nb-reservation-pricing-quick-basket-btn-color);
    background: var(--nb-reservation-pricing-quick-basket-btn-background);
    border: var(--nb-border-width) solid var(--nb-reservation-pricing-quick-basket-btn-border-color);
}

.nb-reservation-pricing-quick-basket-1 a.nb-btn-reservation-pricing-quick-basket:active,
.nb-reservation-pricing-quick-basket-1 a.nb-btn-reservation-pricing-quick-basket:focus,
.nb-reservation-pricing-quick-basket-1 a.nb-btn-reservation-pricing-quick-basket:hover {
    color: var(--nb-reservation-pricing-quick-basket-btn-hover-color);
    background: var(--nb-reservation-pricing-quick-basket-btn-hover-background);
    border: var(--nb-border-width) solid var(--nb-reservation-pricing-quick-basket-btn-hover-border-color);
}

.nb-reservation-pricing-quick-basket-1 .nb-pricing-wrapper .nb-price-title,
.nb-reservation-pricing-quick-basket-1 .nb-pricing-wrapper .nb-paragraph{
    font-size: var(--nb-reservation-pricing-quick-basket-text-font-size);
    color: var(--nb-reservation-pricing-quick-basket-text-color);
}

.nb-btn-reservation-pricing-quick-basket .nb-add-to-cart-loader{
    display: none;
}
.nb-btn-reservation-pricing-quick-basket.addingItem .nb-add-to-cart-loader{
    display: block;
}
.nb-btn-reservation-pricing-quick-basket.addingItem .nb-add-to-cart-text{
    display: none;
}

.nb-btn.nb-btn-reservation-pricing-quick-basket.addingItem .nb-dot,
.nb-btn.nb-btn-reservation-pricing-quick-basket.addingItem .nb-dot-2,
.nb-btn.nb-btn-reservation-pricing-quick-basket.addingItem .nb-dot-4 {
    animation: blink 2s infinite;
    font-size: 16px;
}

.nb-btn.nb-btn-reservation-pricing-quick-basket.addingItem .nb-dot-2 {
    animation-delay: 0.5s;
}

.nb-btn.nb-btn-reservation-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/product/product-size-list/product-size-list-1/product-size-list-1.css.'
*/:root {
    --nb-product-size-list-1-border-width: var(--nb-border-width);
    --nb-product-size-list-1-border-color: var(--nb-border-color);
    --nb-product-size-list-1-border-active-color: var(--nb-spec-color);
}

.nb-product-size-list-1 {
    display: flex;
    flex-wrap: wrap;
    border-left: var(--nb-product-size-list-1-border-width) var(--nb-border-style) var(--nb-product-size-list-1-border-color);
}

/* resiti kao brendove svaki da ima svoj border */
.nb-product-size-list-1 .nb-size-value-box-1 {
    flex: 0 0 16.666666%;
    border: var(--nb-product-size-list-1-border-width) var(--nb-border-style) var(--nb-product-size-list-1-border-color);
    border-left: var(--nb-product-size-list-1-border-width) var(--nb-border-style) transparent;
}

.nb-product-size-list-1 .nb-size-value-box-1:not(:nth-of-type(-n+6)) {
    border-top: 0;
}

.nb-product-size-list-1 .nb-size-value-box-1.active:nth-of-type(-n+6),
.nb-product-size-list-1 .nb-size-value-box-1:hover:nth-of-type(-n+6),
.nb-product-size-list-1 .nb-size-value-box-1:focus:nth-of-type(-n+6){
    margin-top: 0;
}

.nb-product-size-list-1 .nb-size-with-popover {
    flex: 0 0 16.666666%;
}

.nb-product-size-list-1 .nb-size-with-popover:not(:nth-of-type(-n+6)) .nb-size-value-box-1,
.nb-product-size-list-1 .nb-size-with-popover:not(:nth-of-type(-n+6)) .nb-size-value-box-1.disabled.active,
.nb-product-size-list-1 .nb-size-with-popover:not(:nth-of-type(-n+6)) .nb-size-value-box-1.disabled:hover{
    border-top-color: transparent;
}

.nb-product-size-list-1 .nb-size-with-popover .nb-size-value-box-1.active,
.nb-product-size-list-1 .nb-size-with-popover .nb-size-value-box-1:hover,
.nb-product-size-list-1 .nb-size-with-popover .nb-size-value-box-1:focus {
    border-color: var(--nb-product-size-list-1-border-active-color);
}
.nb-product-size-list-1 .nb-size-with-popover .nb-size-value-box-1.disabled.active,
.nb-product-size-list-1 .nb-size-with-popover .nb-size-value-box-1.disabled:hover,
.nb-product-size-list-1 .nb-size-with-popover .nb-size-value-box-1.disabled:focus{
    border-color: var(--nb-size-box-1-disabled-border-color);
    border-left-color: transparent;
}

.nb-product-size-list-1 .nb-size-value-box-1.active,
.nb-product-size-list-1 .nb-size-value-box-1:hover,
.nb-product-size-list-1 .nb-size-value-box-1:focus {
    border: var(--nb-product-size-list-1-border-width) var(--nb-border-style) var(--nb-size-box-1-active-border-color);
    margin-top: -1px;
}

.nb-product-size-list-1 .nb-size-value-box-1.disabled:not(:nth-of-type(-n+7)) {
    border-top: 0;
    margin-top: 1px;
}

.nb-product-size-list-1 .nb-size-value-box-1.disabled,
.nb-product-size-list-1 .nb-size-value-box-1.disabled:hover,
.nb-product-size-list-1 .nb-size-value-box-1.disabled:focus {
    color: var(--nb-size-box-1-disabled-color);
    background-color: var(--nb-size-box-1-disabled-bg-color);
    border-color: var(--nb-size-box-1-disabled-border-color);
    cursor: not-allowed;
    opacity: 0.6;
    border-left: var(--nb-product-size-list-1-border-width) var(--nb-border-style) transparent;
}

@media screen and (max-width: 1024px) {
    .nb-product-size-list-1 .nb-size-value-box-1 {
        flex: 0 0 16.66%;
    }

    .nb-product-size-list-1 .nb-size-with-popover {
        flex: 0 0 19.666666%;
    }

    .nb-product-size-list-1 .nb-size-with-popover:not(:nth-of-type(-n+5)) .nb-size-value-box-1 {
        border-top-color: transparent;
    }
    .nb-product-size-list-1 .nb-size-with-popover:not(:nth-of-type(-n+5)) .nb-size-value-box-1.active,
    .nb-product-size-list-1 .nb-size-with-popover:not(:nth-of-type(-n+5)) .nb-size-value-box-1:focus,
    .nb-product-size-list-1 .nb-size-with-popover:not(:nth-of-type(-n+5)) .nb-size-value-box-1:hover {
        border-top-color: var(--nb-product-size-list-1-border-active-color);
    }
    .nb-product-size-list-1 .nb-size-with-popover:not(:nth-of-type(-n+5)) .nb-size-value-box-1.disabled.active,
    .nb-product-size-list-1 .nb-size-with-popover:not(:nth-of-type(-n+5)) .nb-size-value-box-1.disabled:hover,
    .nb-product-size-list-1 .nb-size-with-popover:not(:nth-of-type(-n+5)) .nb-size-value-box-1.disabled:focus{
        border-top-color: transparent;
    }
}

@media screen and (max-width: 768px) {
    .nb-product-size-list-1 .nb-size-with-popover {
        flex: 0 0 24.666666%;
    }

    .nb-product-size-list-1 .nb-size-with-popover:not(:nth-of-type(-n+4)) .nb-size-value-box-1 {
        border-top-color: transparent;
    }
    .nb-product-size-list-1 .nb-size-with-popover:not(:nth-of-type(-n+4)) .nb-size-value-box-1.active,
    .nb-product-size-list-1 .nb-size-with-popover:not(:nth-of-type(-n+4)) .nb-size-value-box-1:focus,
    .nb-product-size-list-1 .nb-size-with-popover:not(:nth-of-type(-n+4)) .nb-size-value-box-1:hover{
        border-top-color: var(--nb-product-size-list-1-border-active-color);
    }
    .nb-product-size-list-1 .nb-size-with-popover:not(:nth-of-type(-n+4)) .nb-size-value-box-1.disabled.active,
    .nb-product-size-list-1 .nb-size-with-popover:not(:nth-of-type(-n+4)) .nb-size-value-box-1.disabled:hover,
    .nb-product-size-list-1 .nb-size-with-popover:not(:nth-of-type(-n+4)) .nb-size-value-box-1.disabled:focus{
        border-top-color: transparent;
    }
}

@media screen and (max-width: 576px) {
    .nb-product-size-list-1 .nb-size-box-1 {
        flex: 0 0 25%;
    }

    .nb-product-size-list-1 .nb-size-with-popover {
        flex: 0 0 25%;
    }
}
/*
/* NB Fajl:'./components/complex/size/size-picker/tab-size-picker/tab-size-picker-1/tab-size-picker-1.css.'
*/.nb-tab-size-picker-1 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

.nb-tab-size-picker-1 .nb-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

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


/*
/* 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-image/product-image-with-name-and-prices/product-image-with-name-and-prices.css.'
*/.nb-product-image-with-name-and-prices{
    display: flex;
    gap: 15px;
    justify-content: space-between;
}
.nb-name-and-prices .nb-product-name{
    margin-bottom: 10px;
    font-size: var(--nb-font-size-12);
    font-weight: var(--nb-font-medium);
}
/*
/* NB Fajl:'./components/complex/product/product-bubble/product-bubble-5/product-bubble-5.css.'
*/.nb-product-bubble-5{
    z-index: 10;
}
.nb-product-bubble-5 .nb-size-picker-popup-1 .nb-size-picker-popup-element-sizes{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.nb-product-bubble-5 .nb-size-picker-popup-1 .nb-btn{
    width: 100%;
}
.nb-size-picker-popup-element-info-wrapper .nb-product-image-with-name-and-prices{
    width: 100%;
}
.nb-size-picker-popup-element-info-wrapper .nb-product-image-with-name-and-prices .nb-img{
    height: 50px;
}
.nb-product-bubble-5 .nb-size-picker-popup-1 .nb-product-size-list-1 .nb-size-value-box-1{
    flex: 0 0 22%;
}
/*
/* NB Fajl:'./components/complex/product/product-button-with-bubble/product-button-with-bubble-5/product-button-with-bubble-5.css.'
*/.nb-product-button-with-bubble-5 {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.nb-product-button-with-bubble-5 .nb-product-image-with-name-and-prices {
    border-bottom: 1px solid var(--nb-border-color);
    padding-bottom: 7px;
}

.nb-product-button-with-bubble-5 .nb-product-bubble-5 {
    display: none;
}

.nb-product-button-with-bubble-5.active .nb-product-bubble-5 {
    position: fixed;
    bottom: -210px;
    left: -20px;
    right: 0;
    display: block;
    height: fit-content;
    z-index: 9999;
}
/*
/* NB Fajl:'./components/complex/product/product-box/product-box-9/product-box-9.css.'
*/:root {
    --nb-product-box-9-min-height: 180px;

    --nb-product-box-9-product-item-name-font-size: var(--nb-product-name-font-size-m);
    --nb-product-box-9-product-item-name-font-weight: var(--nb-product-name-font-weight);
    --nb-product-box-9-product-item-name-color: var(--nb-product-name-color);
    --nb-product-box-9-product-item-name-line-height: var(--nb-product-name-line-height);
    --nb-product-box-9-product-item-name-dt-rows: var(--nb-dt-rows);

    --nb-product-box-9-product-code-font-size: var(--nb-font-size-12);
    --nb-product-box-9-product-code-color: var(--nb-text-color-secondary);

    --nb-product-box-9-product-quantity-font-size: var(--nb-paragraph-xs);
    --nb-product-box-9-product-quantity-color: var(--nb-text-color-primary);

    --nb-product-box-9-product-quantity-border-radius: var(--nb-border-radius-s);
    --nb-product-box-9-product-quantity-bg-color: var(--nb-color-white);
    --nb-product-box-9-image-and-quantity-width: 90px;
    --nb-product-box-9-quantity-height: 25px;

    --nb-product-box-9-selected-size-1-font-size: var(--nb-font-size-12);

    --nb-product-box-9-product-price-active-color: var(--nb-spec-color);
    --nb-product-box-9-product-price-active-font-size: var(--nb-font-size-16);
    --nb-product-box-9-product-price-active-font-weight: var(--nb-font-weight-700);
    --nb-product-box-9-product-price-active-line-height: calc(var(--nb-product-box-9-product-price-active-font-size) * var(--nb-body-line-height));

    --nb-product-box-9-product-price-prev-color: var(--nb-color-gray);
    --nb-product-box-9-product-price-prev-font-size: var(--nb-font-size-12);
    --nb-product-box-9-product-price-prev-font-weight: var(--nb-font-weight-400);
    --nb-product-box-9-product-price-prev-line-height: calc(var(--nb-product-box-9-product-price-prev-font-size) * var(--nb-body-line-height));
}

.nb-product-box-9 {
    padding: 15px;
    border: 1px solid var(--nb-border-color);
    min-height: var(--nb-product-box-9-min-height);
}

div.nb-product-box-9.nb-product-item .nb-card-content {
    display: flex;
    gap: 15px;
    position: relative;
    --nb-dt-rows: 2;
    align-items: center;
    min-height: 140px;
}

.nb-product-box-9 .nb-image-and-quantity-wrapper {
    display: flex;
    flex-direction: column;
    min-height: 150px;
}

.nb-product-box-9 .nb-quantity-product {
    margin-top: auto;
}

.nb-product-box-9 .nb-img,
.nb-product-box-9 .nb-quantity-product {
    max-height: var(--nb-product-box-9-image-and-quantity-width);
    max-width: var(--nb-product-box-9-image-and-quantity-width);
    flex-shrink: 0;
}

.nb-product-box-9 .nb-quantity-product .nb-quantity-wrapper {
    border-radius: var(--nb-product-box-9-product-quantity-border-radius);
}

.nb-product-box-9 .nb-quantity-product,
.nb-product-box-9 .nb-quantity-product .nb-quantity-arrows {
    background-color: var(--nb-product-box-9-product-quantity-bg-color);
    border-radius: var(--nb-product-box-9-product-quantity-border-radius);
}

.nb-product-box-9 .nb-quantity-product .nb-quantity-arrows,
.nb-product-box-9 .nb-quantity-product .nb-input {
    height: var(--nb-product-box-9-quantity-height);
    max-width: calc(var(--nb-product-box-9-image-and-quantity-width) / 3);
}

.nb-product-box-9 .nb-quantity-product .nb-input {
    padding: 0 5px;
}

.nb-product-box-9 .nb-product-button-with-bubble-5 .nb-btn{
    height: 25px;
    --nb-add-to-cart-font-size: var(--nb-font-size-12);
    --nb-btn-font-size: var(--nb-font-size-12);
    padding: 5px;
    min-width: unset;
    max-width: 100%;
}

.nb-product-box-9 .nb-text-wrapper {
    flex-grow: 1;
    min-height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 6px;
}

.nb-product-box-9 .nb-product-name,
.nb-product-box-9 .nb-product-name * {
    font-size: var(--nb-product-box-9-product-item-name-font-size);
    line-height: var(--nb-product-box-9-product-item-name-line-height);
    font-weight: var(--nb-product-box-9-product-item-name-font-weight);
    color: var(--nb-product-box-9-product-item-name-color);
    height: calc(var(--nb-product-box-9-product-item-name-dt-rows) * var(--nb-product-box-9-product-item-name-line-height) * var(--nb-product-box-9-product-item-name-font-size));
}

.nb-product-box-9 .nb-prices-and-btn-wrapper {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.nb-product-box-9 .nb-prices-and-btn-wrapper .nb-product-prices-1 {
    width: fit-content;
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-height: calc(var(--nb-product-box-9-product-price-active-line-height) + calc(2 * var(--nb-product-box-9-product-price-prev-line-height)));
}

.nb-product-box-9 .nb-product-prices-1 > *:not(:last-child) {
    margin: 0;
}

.nb-product-box-9 .nb-product-prices-1 .nb-price.nb-price-active {
    order: 3;
    color: var(--nb-product-box-9-product-price-active-color);
    font-size: var(--nb-product-box-9-product-price-active-font-size);
    font-weight: var(--nb-product-box-9-product-price-active-font-weight);
    line-height: var(--nb-product-box-9-product-price-active-line-height);
}

.nb-product-box-9 .nb-product-prices-1 .nb-price.nb-price-prev {
    color: var(--nb-product-box-9-product-price-prev-color);
    font-size: var(--nb-product-box-9-product-price-prev-font-size);
    font-weight: var(--nb-product-box-9-product-price-prev-font-weight);
    line-height: var(--nb-product-box-9-product-price-prev-line-height);
}

.nb-product-box-9 .nb-product-code,
.nb-product-box-9 .nb-product-code * {
    color: var(--nb-product-box-9-product-code-color);
    font-size: var(--nb-product-box-9-product-code-font-size);
}

.nb-tab-size-picker-1 .nb-selected-size-1,
.nb-tab-size-picker-1 .nb-product-determine-size-1 .custom-text {
    font-size: var(--nb-product-box-9-selected-size-1-font-size);
}

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


/*
/* NB Fajl:'./components/complex/cart/mini-cart/recommended-product-list/recommended-product-list-1/recommended-product-list-1.css.'
*/:root {
    --nb-recommended-product-list-1-bg-color: var(--nb-color-gray-100);
    --nb-recommended-product-list-1-product-box-bg-color: var(--nb-bg-primary);

    --nb-recommended-product-list-slider-margin-left: calc(-1 * var(--nb-slider-margin-x));
}

.nb-recommended-product-list-1 .nb-mini-cart-recommended-products-title {
    margin-bottom: 8px;
}

.nb-recommended-product-list-1 .nb-slider {
    margin-left: var(--nb-recommended-product-list-slider-margin-left);
}

.nb-recommended-product-list-1 .nb-slider .slider .slick-slide {
    margin: 0 var(--nb-slider-margin-x);
}

.nb-recommended-product-list-1 .nb-product-box-9 {
    background-color: var(--nb-recommended-product-list-1-product-box-bg-color);
}
/*
/* NB Fajl:'./components/content/content-box-26/content-box-26.css.'
*/:root {
    --nb-content-box-26-bg-color: var(--nb-cart-block-bg);
    --nb-content-box-26-link-fs: var(--nb-font-size-m);
}

.nb-content-box-26 .nb-image-text-wrapper {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px;
    background-color: var(--nb-content-box-26-bg-color);
}

.nb-content-box-26 .nb-image-text-wrapper .nb-text-wrapper {
    flex-grow: 1;
}

.nb-content-box-26 .nb-image-text-wrapper .nb-text-wrapper > *:not(:last-child){
    margin-bottom: 5px;
}

.nb-content-box-26 .nb-image-text-wrapper .nb-text-wrapper .nb-item {
    display: flex;
    flex-wrap: wrap;
}

.nb-content-box-26 .nb-image-text-wrapper .nb-icon {
    flex-shrink: 0;
    font-size: var(--nb-font-size-30);
}

.nb-content-box-26 .nb-image-text-wrapper .nb-text-wrapper .custom-text {
    font-size: var(--nb-font-size-16);
}

.nb-content-box-26 .nb-image-text-wrapper .nb-text-wrapper .nb-value {
    font-weight: var(--nb-font-semibold);
    margin-left: 5px;
}
.nb-content-box-26 .nb-image-text-wrapper .nb-text-wrapper .nb-link {
    text-decoration: underline;
    background: transparent;
    color: var(--nb-color-black);
    padding: 0;
    border: none;
    font-size: var(--nb-font-size-m);
    text-align: left;
}

@media screen and (max-width: 576px) {
    .nb-content-box-26 .nb-image-text-wrapper {
        padding: 10px;
    }

    .nb-content-box-26 .nb-image-text-wrapper .nb-text-wrapper .nb-link,
    .nb-content-box-26 .nb-image-text-wrapper .nb-text-wrapper .custom-text {
        font-size: var(--nb-font-size-14);
    }

    .nb-content-box-26 .nb-image-text-wrapper .nb-text-wrapper > *:not(:last-child){
        margin-bottom: 3px;
    }
}
/*
/* NB Fajl:'./components/complex/cart/mini-cart/cart-reserve-store-info/cart-reserve-store-info.css.'
*/.nb-cart-reserve-store-info .nb-content-box-26 .nb-image-text-wrapper {
    gap: 10px;
    padding: 15px;
}
.nb-cart-reserve-store-info .nb-content-box-26 .nb-image-text-wrapper .nb-second-content .nb-value {
    margin-left: 0px;
    font-weight: var(--nb-font-regular);
    font-size: var(--nb-font-size-14);
}
.nb-cart-reserve-store-info .nb-content-box-26 .nb-image-text-wrapper .nb-text-wrapper > *:not(:last-child) {
    margin-bottom: 2px;
}
.nb-cart-reserve-store-info .nb-content-box-26 .nb-image-text-wrapper .nb-text-wrapper .nb-first-content .custom-text {
    font-weight: var(--nb-font-semibold);
}
.nb-cart-reserve-store-info .nb-content-box-26 .nb-image-text-wrapper .nb-text-wrapper .nb-link {
    font-size: var(--nb-font-size-14);
}

@media screen and (max-width: 576px) {
    .nb-cart-reserve-store-info .nb-content-box-26 .nb-image-text-wrapper .nb-text-wrapper .nb-first-content .custom-text {
        font-size: var(--nb-font-size-16);
    }
}
/*
/* NB Fajl:'./components/complex/cart/mini-cart/mini-cart-content-reservation-2/mini-cart-content-reservation-2.css.'
*/:root {
    --nb-mini-cart-content-reservation-2-footer-padding-x: 20px;
    --nb-mini-cart-content-reservation-2-footer-padding-y: 15px;

    --nb-mini-cart-content-reservation-2-content-padding-x: 20px;
    --nb-mini-cart-content-reservation-2-content-padding-y: 10px;
    --nb-mini-cart-content-reservation-2-close-btn-color: var(--nb-offcanvas-header-color);
    --nb-mini-cart-content-reservation-2-close-btn-fs: 20px;
    --nb-mini-cart-content-reservation-2-header-bg: var(--nb-mini-cart-offcanvas-header-bg);
    --nb-mini-cart-content-reservation-2-title-color: var(--nb-mini-cart-offcanvas-header-color);
}

.mini-cart-offcanvas-placeholder-1:has(.nb-mini-cart-content-reservation-2) .nb-offcanvas .nb-offcanvas-header {
    background-color: var(--nb-mini-cart-content-reservation-2-header-bg);
}

.mini-cart-offcanvas-placeholder-1:has(.nb-mini-cart-content-reservation-2) .nb-offcanvas .nb-offcanvas-header .nb-offcanvas-title {
    color: var(--nb-mini-cart-content-reservation-2-title-color);
}

.mini-cart-offcanvas-placeholder-1:has(.nb-mini-cart-content-reservation-2) .nb-offcanvas .nb-offcanvas-header .nb-btn-close {
    color: var(--nb-mini-cart-content-reservation-2-close-btn-color);
    font-size: var(--nb-mini-cart-content-reservation-2-close-btn-fs);
}

.nb-mini-cart-content-reservation-2 .nb-cart-reserve-store-info {
    margin-bottom: 10px;
}

.nb-mini-cart-content-reservation-2 .nb-cart-items-list {
    padding-bottom: 15px;
}

.nb-mini-cart-content-reservation-2 {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}

.nb-mini-cart-content-reservation-2 .bottom-wrapper .nb-reservation-pricing-quick-basket-1 {
    padding: var(--nb-mini-cart-content-reservation-2-footer-padding-y) var(--nb-mini-cart-content-reservation-2-footer-padding-x);
    position: relative;
    border-top: var(--nb-border-width) var(--nb-border-style) var(--nb-border-color);
    box-shadow: 0px -4px 8px 0px #0000000D;
    gap: 8px;
}

.nb-mini-cart-content-reservation-2 .top-wrapper {
    overflow: auto;
    padding: var(--nb-mini-cart-content-reservation-2-content-padding-y) var(--nb-mini-cart-content-reservation-2-content-padding-x);
}

.nb-mini-cart-content-reservation-2 .nb-reservation-pricing-quick-basket-1 a.nb-btn-pricing-quick-basket {
    margin-top: 5px;
}

@media screen and (max-width: 576px) {
    :root {
        --nb-mini-cart-content-reservation-2-footer-padding-x: 10px;
        --nb-mini-cart-content-reservation-2-content-padding-x: 10px;
    }
}
/*
/* NB Fajl:'./components/complex/cart/cart-item-quantity/cart-item-quantity-2/cart-item-quantity-2.css.'
*/:root {
    --nb-quantity-cart-2-border-width: var(--nb-border-width);
    --nb-quantity-cart-2-border-color: var(--nb-border-color);
    --nb-quantity-cart-2-border-radius: var(--nb-border-radius-s);

    --nb-quantity-cart-2-label-font-size: var(--nb-font-size-xl);
    --nb-quantity-cart-2-label-font-size-s: var(--nb-h6-font-size);
    --nb-quantity-cart-2-label-font-size-m: var(--nb-font-size-m);
    --nb-quantity-cart-2-label-font-size-l: var(--nb-font-size-l);

    --nb-quantity-cart-2-label-font-weight: var(--nb-font-regular);
    --nb-quantity-cart-2-label-color: var(--nb-text-color-primary);
    --nb-quantity-cart-2-label-line-height: var(--nb-body-line-height);

    --nb-quantity-cart-2-width: 41px;
    --nb-quantity-cart-2-height: 32px;

    --nb-quantity-cart-2-width-xs: 41px;
    --nb-quantity-cart-2-height-xs: 28px;

    --nb-quantity-cart-2-width-s: 41px;
    --nb-quantity-cart-2-height-s: 32px;

    --nb-quantity-cart-2-width-m: 41px;
    --nb-quantity-cart-2-height-m: 38px;

    --nb-quantity-cart-2-width-l: 41px;
    --nb-quantity-cart-2-height-l: 44px;
}

.nb-quantity-cart-2 {
    display: flex;
    align-items: center;
}

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

.nb-quantity-cart-2 .nb-quantity-label {
    font-size: var(--nb-quantity-cart-2-label-font-size);
    font-weight: var(--nb-quantity-cart-2-label-font-weight);
    color: var(--nb-quantity-cart-2-label-color);
    line-height: var(--nb-quantity-cart-2-label-line-height);
    margin-right: 20px;
}

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

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

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

.nb-quantity-cart-2 .nb-quantity-input .nb-input {
    text-align: center;
    width: var(--nb-quantity-cart-2-width);
    height: var(--nb-quantity-cart-2-height);
    border: unset;
}
.nb-quantity-cart-2.nb-quantity-cart-2-quantity-s .nb-quantity-label {
    font-size: var(--nb-quantity-cart-2-label-font-size-s);
}
.nb-quantity-cart-2.nb-quantity-cart-2-quantity-s .nb-quantity-arrows,
.nb-quantity-cart-2.nb-quantity-cart-2-quantity-s .nb-quantity-input input {
    width: var(--nb-quantity-cart-2-width-s);
    height: var(--nb-quantity-cart-2-height-s);
}
.nb-quantity-cart-2.nb-quantity-cart-2-quantity-m .nb-quantity-label {
    font-size: var(--nb-quantity-cart-2-label-font-size-m);
}
.nb-quantity-cart-2.nb-quantity-cart-2-quantity-m .nb-quantity-arrows,
.nb-quantity-cart-2.nb-quantity-cart-2-quantity-m .nb-quantity-input input {
    width: var(--nb-quantity-cart-2-width-m);
    height: var(--nb-quantity-cart-2-width-m);
}
.nb-quantity-cart-2.nb-quantity-cart-2-quantity-l .nb-quantity-label {
    font-size: var(--nb-quantity-cart-2-label-font-size-l);
}
.nb-quantity-cart-2.nb-quantity-cart-2-quantity-l .nb-quantity-arrows,
.nb-quantity-cart-2.nb-quantity-cart-2-quantity-l .nb-quantity-input input {
    width: var(--nb-quantity-cart-2-width-l);
    height: var(--nb-quantity-cart-2-width-l);
}

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

.nb-quantity-cart-2.nb-quantity-cart-2-label-above .nb-quantity-label {
    margin-right: 0;
    margin-bottom: 10px;
}
/*
/* NB Fajl:'./components/complex/cart/cart-item-size-list/cart-item-size-list-1/cart-item-size-list-1.css.'
*/:root {
    --nb-cart-item-size-list-1-border-width: var(--nb-border-width);
    --nb-cart-item-size-list-1-border-color: var(--nb-border-color);
    --nb-cart-item-size-list-1-border-active-color: var(--nb-spec-color);
}

.nb-cart-item-size-list-1 {
    display: flex;
    flex-wrap: wrap;
    border-left: var(--nb-cart-item-size-list-1-border-width) var(--nb-border-style) var(--nb-cart-item-size-list-1-border-color);
}

.nb-cart-item-size-list-1 .nb-size-value-box-1 {
    flex: 0 0 16.666666%;
    border: var(--nb-cart-item-size-list-1-border-width) var(--nb-border-style) var(--nb-cart-item-size-list-1-border-color);
    border-left: var(--nb-cart-item-size-list-1-border-width) var(--nb-border-style) transparent;
}

.nb-cart-item-size-list-1 .nb-size-value-box-1:not(:nth-of-type(-n+6)) {
    border-top-color: transparent;
}

.nb-cart-item-size-list-1 .nb-size-value-box-1.active:nth-of-type(-n+6),
.nb-cart-item-size-list-1 .nb-size-value-box-1:hover:nth-of-type(-n+6),
.nb-cart-item-size-list-1 .nb-size-value-box-1:focus:nth-of-type(-n+6){
    margin-top: 0;
}

.nb-cart-item-size-list-1 .nb-size-value-box-1.active,
.nb-cart-item-size-list-1 .nb-size-value-box-1:hover,
.nb-cart-item-size-list-1 .nb-size-value-box-1:focus {
    border: var(--nb-cart-item-size-list-1-border-width) var(--nb-border-style) var(--nb-size-box-1-active-border-color);
    margin-top: -1px;
    border-color: var(--nb-cart-item-size-list-1-border-active-color);
}

.nb-cart-item-size-list-1 .nb-size-value-box-1.disabled:not(:nth-of-type(-n+7)) {
    border-top: 0;
    margin-top: 1px;
}

.nb-cart-item-size-list-1 .nb-size-value-box-1.disabled,
.nb-cart-item-size-list-1 .nb-size-value-box-1.disabled:hover,
.nb-cart-item-size-list-1 .nb-size-value-box-1.disabled:focus {
    color: var(--nb-size-box-1-disabled-color);
    background-color: var(--nb-size-box-1-disabled-bg-color);
    border-color: var(--nb-size-box-1-disabled-border-color);
    cursor: not-allowed;
    opacity: 0.6;
    border-left: var(--nb-cart-item-size-list-1-border-width) var(--nb-border-style) transparent;
}

@media screen and (max-width: 1024px) {
    .nb-cart-item-size-list-1 .nb-size-value-box-1 {
        flex: 0 0 25%;
    }
    .nb-cart-item-size-list-1 .nb-size-value-box-1:not(:nth-of-type(-n+4)) {
        border-top-color: transparent;
    }
    .nb-cart-item-size-list-1 .nb-size-value-box-1.active:nth-of-type(-n+4),
    .nb-cart-item-size-list-1 .nb-size-value-box-1:hover:nth-of-type(-n+4),
    .nb-cart-item-size-list-1 .nb-size-value-box-1:focus:nth-of-type(-n+4){
        margin-top: 0;
    }
}
/*
/* NB Fajl:'./components/complex/cart/cart-item-size-picker/cart-item-size-picker-1/cart-item-size-picker-1.css.'
*/:root {
    --nb-cart-item-size-picker-1-selected-size-color: var(--nb-text-color-primary);
    --nb-cart-item-size-picker-1-selected-size-font-size: var(--nb-font-size-13);
    --nb-cart-item-size-picker-1-selected-size-font-weight: var(--nb-font-weight-600);

    --nb-cart-item-size-picker-1-size-type-gap: 40px;
    --nb-cart-item-size-picker-1-size-type-color: var(--nb-color-gray);
    --nb-cart-item-size-picker-1-size-type-font-size: var(--nb-font-size-16);
    --nb-cart-item-size-picker-1-size-type-font-weight: var(--nb-font-weight-400);
    --nb-cart-item-size-picker-1-size-type-active-color: var(--nb-text-color-primary);

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

    --nb-cart-item-size-picker-1-size-gap: 10px;

    --nb-cart-item-size-picker-1-size-border-width: var(--nb-border-width);
    --nb-cart-item-size-picker-1-size-border-color: var(--nb-border-color);
    --nb-cart-item-size-picker-1-size-border-active-color: var(--nb-spec-color);

    --nb-cart-item-size-picker-1-size-bg: transparent;
    --nb-cart-item-size-picker-1-size-active-bg: transparent;

    --nb-cart-item-size-picker-1-size-padding-x: 0;
    --nb-cart-item-size-picker-1-size-padding-y: 6px;
}

.nb-cart-item-size-picker-1 {
    display: flex;
    flex-direction: column;
}

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

.nb-cart-item-size-picker-1 .nb-size-type-wrapper {
    display: flex;
    gap: var(--nb-cart-item-size-picker-1-size-type-gap);
}

.nb-cart-item-size-picker-1 .nb-size-type-wrapper .nb-size-type-link-1 {
    color: var(--nb-cart-item-size-picker-1-size-type-color);
    font-size: var(--nb-cart-item-size-picker-1-size-type-font-size);
    font-weight: var(--nb-cart-item-size-picker-1-size-type-font-weight);
}

.nb-cart-item-size-picker-1 .nb-size-type-wrapper .nb-size-type-link-1.active {
    color: var(--nb-cart-item-size-picker-1-size-type-active-color);
}

.nb-cart-item-size-picker-1 .nb-cart-item-size-list-1 {
    gap: var(--nb-cart-item-size-picker-1-size-gap);
    border: none;
}

.nb-cart-item-size-picker-1 .nb-cart-item-size-list-1 .nb-size-value-box-1 {
    color: var(--nb-cart-item-size-picker-1-size-color);
    font-size: var(--nb-cart-item-size-picker-1-size-font-size);
    font-weight: var(--nb-cart-item-size-picker-1-size-font-weight);
    border: var(--nb-cart-item-size-picker-1-size-border-width) var(--nb-border-style) var(--nb-cart-item-size-picker-1-size-border-color);
    background-color: var(--nb-cart-item-size-picker-1-size-bg);
    padding: var(--nb-cart-item-size-picker-1-size-padding-y) var(--nb-cart-item-size-picker-1-size-padding-x);
}

.nb-cart-item-size-picker-1 .nb-cart-item-size-list-1 .nb-size-value-box-1.active {
    border-color: var(--nb-cart-item-size-picker-1-size-border-active-color);
    background-color: var(--nb-cart-item-size-picker-1-size-active-bg);
}

.nb-cart-item-size-picker-1 .nb-cart-item-size-list-1 .nb-size-value-box-1.disabled:not(:nth-of-type(-n+7)) {
    border-top: var(--nb-cart-item-size-picker-1-size-border-width) var(--nb-border-style) var(--nb-cart-item-size-picker-1-size-border-color);
}
/*
/* NB Fajl:'./components/complex/cart/cart-item-quantity/cart-item-amount-packaging-1/cart-item-amount-packaging-1.css.'
*/:root {
    --nb-cart-item-amount-packaging-1-color: var(--nb-text-color-primary);
    --nb-cart-item-amount-packaging-1-font-size: var(--nb-font-size-14);
    --nb-cart-item-amount-packaging-1-font-weight: var(--nb-font-weight-400);
}

.nb-cart-item-amount-packaging-1,
.nb-cart-item-amount-packaging-1 .nb-cart-item-amount-packaging-calculation,
.nb-cart-item-amount-packaging-1 .nb-cart-item-amount-packaging-calculation .nb-cart-item-amount-packaging-quantity-and-unit,
.nb-cart-item-amount-packaging-1 .nb-cart-item-amount-packaging-result {
    display: flex;
    align-items: center;
    gap: 2px;
}

.nb-cart-item-amount-packaging-1 .nb-span {
    color: var(--nb-cart-item-amount-packaging-1-color);
    font-size: var(--nb-cart-item-amount-packaging-1-font-size);
    font-weight: var(--nb-cart-item-amount-packaging-1-font-weight);
}
/*
/* NB Fajl:'./components/complex/cart/mini-cart/cart-box-9/cart-box-9.css.'
*/:root {
    --nb-cart-box-9-cart-item-border-radius: var(--nb-border-radius-4);
    --nb-cart-box-9-cart-item-border-color: var(--nb-border-color);

    --nb-cart-box-9-cart-item-name-font-size: var(--nb-font-size-13);
    --nb-cart-box-9-cart-item-name-font-weight: var(--nb-font-regular);
    --nb-cart-box-9-cart-item-name-color: var(--nb-text-color-primary);

    --nb-cart-box-9-cart-item-code-font-size: var(--nb-font-size-11);
    --nb-cart-box-9-cart-item-code-font-weight: var(--nb-font-regular);
    --nb-cart-box-9-cart-item-code-color: var(--nb-text-color-primary);

    --nb-cart-box-9-cart-item-color-font-size: var(--nb-font-size-11);
    --nb-cart-box-9-cart-item-color-font-weight: var(--nb-font-regular);
    --nb-cart-box-9-cart-item-color-color: var(--nb-text-color-primary);

    --nb-cart-box-9-cart-item-size-font-size: var(--nb-font-size-11);
    --nb-cart-box-9-cart-item-size-font-weight: var(--nb-font-regular);
    --nb-cart-box-9-cart-item-size-color: var(--nb-text-color-primary);

    --nb-cart-box-9-cart-item-img-border-radius: var(--nb-border-radius-4);
    --nb-cart-box-9-cart-item-img-border-color: var(--nb-border-color);

    --nb-cart-box-9-cart-item-saving-price-bg: var(--nb-color-success-light);
    --nb-cart-box-9-cart-item-saving-price-font-size: var(--nb-font-size-12);
    --nb-cart-box-9-cart-item-saving-price-font-weight: var(--nb-font-regular);
    --nb-cart-box-9-cart-item-saving-price-color: var(--nb-text-color-primary);
}

.nb-cart-box-9 .nb-cart-item-card {
    display: flex;
    gap: 10px;
    position: relative;
    padding: 10px;
    border: var(--nb-border-width) var(--nb-border-style) var(--nb-cart-box-9-cart-item-border-color);
    border-radius: var(--nb-cart-box-9-cart-item-border-radius);
}

.nb-cart-box-9:has(.nb-saved-money-wrapper) .nb-cart-item-card {
    border-bottom-left-radius: unset;
    border-bottom-right-radius: unset;
}

.nb-cart-box-9 .nb-image-and-quantity-wrapper {
    max-width: 72px;
}

.nb-cart-box-9 .nb-image-and-quantity-wrapper .nb-img {
    border: var(--nb-border-width) var(--nb-border-style) var(--nb-cart-box-9-cart-item-img-border-color);
    border-radius: var(--nb-cart-box-9-cart-item-img-border-radius);
}

.nb-cart-box-9 .nb-image-and-quantity-wrapper .nb-cart-item-amount-packaging-1 {
    margin-top: 10px;
}

.nb-cart-box-9 .nb-product-info-wrapper .nb-cart-item-name .nb-title,
.nb-cart-box-9 .nb-product-info-wrapper .nb-cart-item-name {
    font-size: var(--nb-cart-box-9-cart-item-name-font-size);
    font-weight: var(--nb-cart-box-9-cart-item-name-font-weight);
    color: var(--nb-cart-box-9-cart-item-name-color);
    --nb-dt-rows: 2;
    height: calc(var(--nb-dt-rows) * var(--nb-product-name-line-height) * var(--nb-cart-box-9-cart-item-name-font-size));
}

.nb-cart-box-9 .nb-product-info-wrapper .nb-code-size-color-wrapper {
    display: flex;
    gap: 7px;
    align-items: center;
    margin-bottom: 10px;
}

.nb-cart-box-9 .nb-product-info-wrapper .nb-code-size-color-wrapper > * {
    position: relative;
    line-height: 1;
}

.nb-cart-box-9 .nb-product-info-wrapper .nb-code-size-color-wrapper > *:not(:last-child) {
    border-right: var(--nb-border-width) var(--nb-border-style) var(--nb-color-gray);
    padding-right: 7px;
}

.nb-cart-box-9 .nb-product-info-wrapper .nb-cart-item-code {
    font-size: var(--nb-cart-box-9-cart-item-code-font-size);
    font-weight: var(--nb-cart-box-9-cart-item-code-font-weight);
    color: var(--nb-cart-box-9-cart-item-code-color);
}

.nb-cart-box-9 .nb-product-info-wrapper .nb-cart-selected-size > *,
.nb-cart-box-9 .nb-product-info-wrapper .nb-cart-selected-size {
    font-size: var(--nb-cart-box-9-cart-item-size-font-size);
    font-weight: var(--nb-cart-box-9-cart-item-size-font-weight);
    color: var(--nb-cart-box-9-cart-item-size-color);
    line-height: 1;
}

.nb-cart-box-9 .nb-product-info-wrapper .nb-cart-item-color {
    font-size: var(--nb-cart-box-9-cart-item-color-font-size);
    font-weight: var(--nb-cart-box-9-cart-item-color-font-weight);
    color: var(--nb-cart-box-9-cart-item-color-color);
}

.nb-cart-box-9 .nb-quantity-cart-2 .nb-quantity-wrapper {
    border-radius: var(--nb-cart-box-9-cart-item-border-radius);
}

.nb-cart-box-9 .nb-quantity-cart-2 .nb-quantity-arrows:first-of-type {
    border-bottom-left-radius: var(--nb-cart-box-9-cart-item-border-radius);
    border-top-left-radius: var(--nb-cart-box-9-cart-item-border-radius);
}

.nb-cart-box-9 .nb-quantity-cart-2 .nb-quantity-arrows:last-of-type {
    border-top-right-radius: var(--nb-cart-box-9-cart-item-border-radius);
    border-bottom-right-radius: var(--nb-cart-box-9-cart-item-border-radius);
}

.nb-cart-box-9 .nb-quantity-cart-2 {
    margin-top: 5px;
}

.nb-cart-box-9 .nb-quantity-cart-2 .nb-quantity-arrows {
    width: 23px;
    height: 25px;
    background-color: var(--nb-bg-primary);
}

.nb-cart-box-9 .nb-quantity-cart-2 .nb-quantity-input .nb-input {
    width: 24px;
    height: 25px;
    padding: 0;
    font-size: var(--nb-font-size-13);
}

.nb-cart-box-9 .nb-show-options {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

.nb-cart-box-9 .nb-show-options > *:not(:last-child) {
    border-bottom: var(--nb-border-width) var(--nb-border-style) var(--nb-border-color);
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.nb-cart-box-9 .nb-product-info-wrapper {
    flex-grow: 1;
}

.nb-cart-box-9 .nb-saved-money-wrapper {
    background-color: var(--nb-cart-box-9-cart-item-saving-price-bg);
    font-size: var(--nb-cart-box-9-cart-item-saving-price-font-size);
    font-weight: var(--nb-cart-box-9-cart-item-saving-price-font-weight);
    color: var(--nb-cart-box-9-cart-item-saving-price-color);
    min-height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom-left-radius: var(--nb-cart-box-9-cart-item-border-radius);
    border-bottom-right-radius: var(--nb-cart-box-9-cart-item-border-radius);
}

.nb-cart-box-9 .nb-cart-price-and-quantity-2 {
    min-height: 55px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.nb-cart-box-9 .nb-cart-price-without-vat {
    align-items: flex-end;
}

.nb-cart-box-9 .nb-product-info-wrapper .nb-cart-item-name {
    padding-right: 25px;
}

.nb-cart-box-9 .nb-cart-item-amount-packaging-1 .nb-span {
    font-size: 12px;
}
/*
/* NB Fajl:'./components/complex/cart/mini-cart/cart-items-list-4/cart-items-list-4.css.'
*/.nb-cart-items-list .nb-product-item:not(:last-child) {
    margin-bottom: 14px;
}

/*
/* NB Fajl:'./components/complex/cart/mini-cart/recommended-product-list/recommended-product-list-2/recommended-product-list-2.css.'
*/:root {
    --nb-recommended-product-list-2-title-font-size: var(--nb-font-size-16);
    --nb-recommended-product-list-2-title-font-weight: var(--nb-font-semibold);

    --nb-recommended-product-list-2-bg-color: var(--nb-color-gray-100);

}

.nb-recommended-product-list-2 {
    background-color: var(--nb-recommended-product-list-2-bg-color);
    padding: 15px 0 10px 20px;
    position: relative;
}

.nb-recommended-product-list-2 .nb-slider .slider {
    margin-left: -5px;
    position: static;
}

.nb-recommended-product-list-2 .nb-slider .nb-slider {
    position: static;
}

.nb-recommended-product-list-2 .nb-slider .slider .slick-slide {
    margin: 0 5px;
}

.nb-recommended-product-list-2 .nb-mini-cart-recommended-products-title {
    font-size: var(--nb-recommended-product-list-2-title-font-size);
    font-weight: var(--nb-recommended-product-list-2-title-font-weight);
    margin-bottom: 8px;
}

.nb-recommended-product-list-2 .nb-slider .nb-slider-arrows {
    top: -30px;
    transform: unset;
    width: fit-content;
    right: 25px;
    gap: 20px;
    left: unset;
}
/*
/* NB Fajl:'./components/complex/cart/mini-cart/free-delivery-info/free-delivery-info-3/free-delivery-info-3.css.'
*/:root {
    --nb-free-delivery-info-3-empty-progress-color: var(--nb-color-gray-200);
    --nb-free-delivery-info-3-filled-progress-color: var(--nb-spec-color);

    --nb-free-delivery-info-3-text-font-size: var(--nb-font-size-12);
}

.nb-free-delivery-info-3 {
    position: relative;
}

.nb-free-delivery-info-3 .nb-text-and-progress {
    margin-bottom: 5px;
    font-size: var(--nb-free-delivery-info-3-text-font-size);
}

.nb-free-delivery-info-3 .nb-progress-wrapper {
    max-width: 100%;
    position: relative;
    margin-bottom: 5px;
    height: 4px;
}

.nb-free-delivery-info-3 .nb-progress-empty {
    display: block;
    height: 4px;
    width: 100%;
    background-color: var(--nb-free-delivery-info-3-empty-progress-color);
}

.nb-free-delivery-info-3 .nb-progress-filled {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background-color: var(--nb-free-delivery-info-3-filled-progress-color);
}

@media screen and (max-width: 576px) {
    :root {
        --nb-free-delivery-info-3-text-font-size: var(--nb-font-size-10);
    }
}
/*
/* NB Fajl:'./components/complex/cart/mini-cart/mini-cart-content-product-4/mini-cart-content-product-4.css.'
*/:root {
    --nb-mini-cart-content-product-4-footer-padding-x: 20px;
    --nb-mini-cart-content-product-4-footer-padding-y: 15px;

    --nb-mini-cart-content-product-4-content-padding-x: 20px;
    --nb-mini-cart-content-product-4-content-padding-y: 10px;
}

.nb-mini-cart-content-product-4 .nb-free-delivery-info-3 {
    margin-bottom: 10px;
}

.nb-mini-cart-content-product-4 .nb-cart-items-list {
    padding-bottom: 15px;
}

.nb-mini-cart-content-product-4 {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}

.nb-mini-cart-content-product-4 .bottom-wrapper .nb-mini-cart-footer-content-1 {
    padding: var(--nb-mini-cart-content-product-4-footer-padding-y) var(--nb-mini-cart-content-product-4-footer-padding-x);
    position: relative;
    border-top: var(--nb-border-width) var(--nb-border-style) var(--nb-border-color);
    box-shadow: 0px -4px 8px 0px #0000000D;
}

.nb-mini-cart-content-product-4 .bottom-wrapper .nb-pricing-quick-basket-1 {
    gap: 8px;
}

.nb-mini-cart-content-product-4 .top-wrapper {
    overflow: auto;
    padding: var(--nb-mini-cart-content-product-4-content-padding-y) var(--nb-mini-cart-content-product-4-content-padding-x);
}

.nb-mini-cart-content-product-4 .nb-pricing-quick-basket-1 a.nb-btn-pricing-quick-basket {
    margin-top: 5px;
}

@media screen and (max-width: 576px) {
    :root {
        --nb-mini-cart-content-product-4-footer-padding-x: 10px;
        --nb-mini-cart-content-product-4-content-padding-x: 10px;
    }
}
/*
/* NB Fajl:'./components/complex/product/product-prices/product-prices-10/product-prices-10.css.'
*/:root {
    --nb-product-prices-10-prev-price-font-size: var(--nb-font-size-10);
    --nb-product-prices-10-prev-price-font-weight: var(--nb-font-regular);
    --nb-product-prices-10-prev-price-color: var(--nb-price-prev-color);

    --nb-product-prices-10-active-price-font-size: var(--nb-font-size-16);
    --nb-product-prices-10-active-price-font-weight: var(--nb-font-bold);
    --nb-product-prices-10-active-price-color: var(--nb-text-color-primary);
}

.nb-product-prices-10 .nb-price.nb-price-prev {
    color: var(--nb-product-prices-10-prev-price-color);
    font-weight: var(--nb-product-prices-10-prev-price-font-weight);
    font-size: var(--nb-product-prices-10-prev-price-font-size);
    line-height: 1;
    display: inline-block;
}

.nb-product-prices-10.nb-component .nb-price.nb-price-active {
    color: var(--nb-product-prices-10-active-price-color);
    font-weight: var(--nb-product-prices-10-active-price-font-weight);
    font-size: var(--nb-product-prices-10-active-price-font-size);
    margin-top: 0px;
}

.nb-product-prices-10 .nb-price-prev + .nb-price-prev {
    border-left: var(--nb-border-width) var(--nb-border-style) var(--nb-product-prices-10-prev-price-color);
    padding-left: 10px;
    margin-left: 10px;
}
/*
/* NB Fajl:'./components/complex/product/product-card/product-card-26/product-card-26.css.'
*/:root {

    --nb-product-card-26-product-name-font-size: var(--nb-font-size-14);
    --nb-product-card-26-product-name-font-weight: var(--nb-font-regular);
    --nb-product-card-26-product-name-color: var(--nb-product-name-color);

    --nb-product-card-26-btn-border-radius: var(--nb-border-radius-4);
    --nb-product-card-26-btn-border-color: var(--nb-color-gray-900);
    --nb-product-card-26-btn-bg: var(--nb-color-white);
    --nb-product-card-26-btn-color: var(--nb-color-gray-900);

    --nb-product-card-26-btn-active-border-color: var(--nb-color-gray-900);
    --nb-product-card-26-btn-active-bg: var(--nb-color-gray-900);
    --nb-product-card-26-btn-active-color: var(--nb-color-white);

    --nb-product-card-26-border-radius: var(--nb-border-radius-4);
    --nb-product-card-26-border-color: var(--nb-border-color);

    --nb-product-card-26-img-border-color: var(--nb-border-color);
    --nb-product-card-26-img-border-radius: var(--nb-border-radius-4);
}

.nb-product-card-26 .nb-product-card {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 10px;
    padding: 10px;
    border: var(--nb-border-width) var(--nb-border-style) var(--nb-product-card-26-border-color);
    border-radius: var(--nb-product-card-26-border-radius);
}

.nb-product-card-26 .nb-product-card .nb-img-wrapper {
    max-width: 50px;
    border-radius: var(--nb-product-card-26-img-border-radius);
}

.nb-product-card-26 .nb-img-wrapper img {
    border: var(--nb-border-width) var(--nb-border-style) var(--nb-product-card-26-img-border-color);
    border-radius: var(--nb-product-card-26-img-border-radius);
}

.nb-product-card-26 .nb-price.nb-price-active {
    font-size: 14px;
    font-weight: var(--nb-font-bold);
    margin-top: 10px;
    width: max-content;
}
.nb-product-card-26:has(.nb-price-regular.hidden) .nb-product-name {
    margin-bottom: 5px;
}

.nb-product-card-26 .nb-product-name,
.nb-product-card-26 .nb-product-name .nb-title  {
    --nb-dt-rows: 1;
    font-size: var(--nb-product-card-26-product-name-font-size);
    font-weight: var(--nb-product-card-26-product-name-font-weight);
    color: var(--nb-product-card-26-product-name-color);
    height: calc(1 * var(--nb-product-name-line-height) * var(--nb-product-card-26-product-name-font-size))
}

.nb-product-card-26 .nb-product-card .nb-content-wrapper {
    display: flex;
    padding: 0 !important;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
    flex-grow: 1;
}

.nb-product-card-26 .nb-product-card .nb-content-wrapper .nb-text-wrapper {
    flex-grow: 1;
}

.nb-product-card-26 .nb-add-to-cart .nb-icon {
    font-size: var(--nb-font-size-20);
    color: var(--nb-product-card-26-btn-color);
}

.nb-product-card-26 .nb-add-to-cart:hover .nb-icon,
.nb-product-card-26 .nb-add-to-cart:active .nb-icon,
.nb-product-card-26 .nb-add-to-cart:focus .nb-icon {
    color: var(--nb-product-card-26-btn-active-color);
}

.nb-product-card-26 .nb-btn.nb-add-to-cart {
    background-color: var(--nb-product-card-26-btn-bg);
    border: var(--nb-border-width) var(--nb-border-style) var(--nb-product-card-26-btn-border-color);
    border-radius: var(--nb-product-card-26-btn-border-radius);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    width: 32px;
    padding: 0;
    flex-shrink: 0;
}

.nb-product-card-26 .nb-btn.nb-add-to-cart:hover,
.nb-product-card-26 .nb-btn.nb-add-to-cart:active,
.nb-product-card-26 .nb-btn.nb-add-to-cart:focus{
    background-color: var(--nb-product-card-26-btn-active-bg);
    border: var(--nb-border-width) var(--nb-border-style) var(--nb-product-card-26-btn-active-border-color);
}

.nb-product-card-26 .nb-add-to-cart-text {
    display: none;
}

.nb-product-card-26 .nb-btn.nb-add-to-cart .nb-icon {
    margin: 0;
    display: block;
}

.nb-product-card-26 .nb-product-prices-9 .product-discount-4 {
    display: none;
}

.nb-product-card-26 .nb-add-to-cart.nb-add-to-cart-loader {
    display: none;
}

.nb-product-card-26 .nb-add-to-cart.addingItem .nb-add-to-cart-loader {
    display: block;
}

.nb-product-card-26 .nb-add-to-cart.addingItem > *:not(.nb-add-to-cart-loader) {
    display: none;
}

@media (max-width: 576px) {

    .nb-product-card-26 .nb-img-wrapper img {
        max-width: 55px;
        max-height: 55px;
        align-items: center;
    }


    .nb-product-card-26 .nb-product-name .nb-title {
        font-size: var(--nb-font-size-xs);
    }
}
/*
/* 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-font-size-15);
    --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: capitalize;
    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:'./_blocks/checkout/mini-cart/mini-cart-offcanvas/mini-cart-offcanvas-4/mini-cart-offcanvas-4.css.'
*/.nb-mini-cart-offcanvas-4{
    height: 100%;
}

.nb-offcanvas-body:has(.nb-mini-cart-offcanvas-4) {
    padding: 0;
}
/*
/* 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:active,
.nb-social-login .nb-btn:focus,
.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/login-forms/login-form-1/login-form-1.css.'
*/:root {
    --nb-login-form-1-border-width: var(--nb-border-width);
    --nb-login-form-1-border-color: var(--nb-border-color);

    --nb-login-form-1-forgot-password-link-font-size: var(--nb-font-size-14);

    --nb-login-form-1-registration-text-color: var(--nb-text-color-primary);
    --nb-login-form-1-registration-text-font-size: var(--nb-font-size-14);
    --nb-login-form-1-registration-text-font-weight: var(--nb-font-regular);
}

.nb-login-form-1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.nb-login-form-1 .nb-form {
    width: 100%;
}

.nb-login-form-1 .nb-form .nb-btn {
    width: 100%;
}

.nb-login-form-1 .nb-login-forgot-password-link {
    font-size: var(--nb-login-form-1-forgot-password-link-font-size);
}

.nb-login-form-1 .nb-registration-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-top: var(--nb-spacer-y);
    border-top: var(--nb-login-form-1-border-width) var(--nb-border-style) var(--nb-login-form-1-border-color);
}

.nb-login-form-1 .nb-registration-wrapper .nb-registration-text {
    color: var(--nb-login-form-1-registration-text-color);
    font-size: var(--nb-login-form-1-registration-text-font-size);
    font-weight: var(--nb-login-form-1-registration-text-font-weight);
    text-align: center;
}

.nb-login-form-1 .nb-registration-wrapper .nb-btn {
    width: 100%;
}

/*
/* 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/login/login-modal-1/login-modal-1.css.'
*/.block-editing .block .nb-modal{
    position: relative;
    opacity: 1;
    display: block;
    z-index: 1;
}

.nb-block-login-modal-1{
    --nb-modal-padding-y: 40px;
    --nb-modal-padding-x: 40px;
}
.nb-block-login-modal-1 .nb-modal-body{
    padding-top: var(--nb-spacer-y);
}
.nb-block-login-modal-1 .nb-paragraph{
    text-align: center;
    margin-bottom: var(--nb-spacer-y);
}
.nb-block-login-modal-1 .nb-btn{
    width: 100%;
}
.nb-block-login-modal-1 .forgotten-password{
    margin: var(--nb-spacer-y) 0;
}
.nb-block-login-modal-1 .bottom-description{
    padding-top: var(--nb-spacer-y);
    border-top: var(--nb-border-width) var(--nb-border-style) var(--nb-border-color);
}

@media screen and (max-width: 576px) {
    .nb-block-login-modal-1{
        --nb-modal-padding-y: var(--nb-spacer-y);
        --nb-modal-padding-x: var(--nb-spacer-x);
    }
}
/* css ispod treba obrisati nakon sto back obradi blok */
.block-editing .block .nb-modal{
    position: relative;
    opacity: 1;
    display: block;
    z-index: 1;
}

.login-modal{
    --nb-modal-padding-y: 40px;
    --nb-modal-padding-x: 40px;
}

.login-modal .nb-modal-body{
    padding-top: var(--nb-spacer-y);
}

.login-modal .nb-paragraph{
    text-align: center;
}

.login-modal .nb-description{
    margin-bottom: var(--nb-spacer-y);
}

.login-modal .nb-btn{
    width: 100%;
}

.login-modal .forgotten-password{
    margin: var(--nb-spacer-y) 0;
}

.login-modal .bottom-description{
    padding-top: var(--nb-spacer-y);
    border-top: var(--nb-border-width) var(--nb-border-style) var(--nb-border-color);
}

@media screen and (max-width: 576px) {
    .login-modal{
        --nb-modal-padding-y: var(--nb-spacer-y);
        --nb-modal-padding-x: var(--nb-spacer-x);
    }
}
/*
/* 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: var(--nb-color-white);
    color: var(--nb-spec-color);
    font-size: 12px;
    font-weight: var(--nb-font-weight-400);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    min-width: 78px;
    min-height: 28px;
    padding: 0 14px;
}

.nb-btn.nb-btn-primary-transparent.nb-check-all-btn:focus,
.nb-btn.nb-btn-primary-transparent.nb-check-all-btn:active,
.nb-btn.nb-btn-primary-transparent.nb-check-all-btn:hover {
    background-color: var(--nb-spec-color);
    border-color: var(--nb-spec-color);
    color: var(--nb-color-white);
}
/*
/* 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/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:'./_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-registration-modal-placeholder-1-block .nb-registration-modal-placeholder-1 .nb-modal-body:has(.nb-registration-form-2-block) {
    padding: 20px;
}
/*
/* 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/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/complex/elements/marketing/social-network/social-network.css.'
*/:root {
    --nb-social-network-title-color: var(--nb-text-color-primary);
    --nb-social-network-title-font-size: var(--nb-font-size-18);
    --nb-social-network-title-font-weight: var(--nb-font-weight-600);

    --nb-social-network-width: 40px;
    --nb-social-network-height: 40px;
    --nb-social-network-color: var(--nb-text-color-primary);
    --nb-social-network-hover-color: var(--nb-color-white);
    --nb-social-network-bg: var(--nb-color-white);
    --nb-social-network-hover-bg: var(--nb-spec-color);
    --nb-social-network-border-radius: var(--nb-border-radius-xs);

    --nb-social-network-gap: 16px;
    --nb-social-network-wrapper-gap: 20px;
}

.nb-social-network {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: var(--nb-social-network-gap);
}

.nb-social-network .nb-social-network-title {
    color: var(--nb-social-network-title-color);
    font-size: var(--nb-social-network-title-font-size);
    font-weight: var(--nb-social-network-title-font-weight);
}

.nb-social-network .nb-social-network-wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: var(--nb-social-network-wrapper-gap);
}

.nb-social-network .nb-social-network-wrapper .nb-link:hover > * {
    color: var(--nb-social-network-hover-color);
}

.nb-social-network .nb-social-network-wrapper .nb-link:hover > * {
    background-color: var(--nb-social-network-hover-bg);
}

.nb-social-network .nb-social-network-wrapper .nb-link > * {
    display: flex;
    align-items: center;
    justify-content: center;
    width: var(--nb-social-network-width);
    height: var(--nb-social-network-height);
    background-color: var(--nb-social-network-bg);
    border-radius: var(--nb-social-network-border-radius);
    color: var(--nb-social-network-color);
}
/*
/* NB Fajl:'./components/complex/newsletter/newsletter-form-popup-4/newsletter-form-popup-4.css.'
*/:root {
    --nb-newsletter-form-popup-4-info-wrapper-max-width: 360px;

    --nb-newsletter-form-popup-4-title-color: var(--nb-text-color-primary);
    --nb-newsletter-form-popup-4-title-font-size: var(--nb-font-size-20);
    --nb-newsletter-form-popup-4-title-font-weight: var(--nb-font-weight-600);

    --nb-newsletter-form-popup-4-gap: 20px;
    --nb-newsletter-form-popup-4-top-wrapper-gap: 30px;
    --nb-newsletter-form-popup-4-info-wrapper-gap: 20px;
}

.nb-newsletter-form-popup-4 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: var(--nb-newsletter-form-popup-4-gap);
    padding-bottom: 20px;
}

.nb-newsletter-form-popup-4 .nb-top-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: var(--nb-newsletter-form-popup-4-top-wrapper-gap);
}

.nb-newsletter-form-popup-4 .nb-info-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: var(--nb-newsletter-form-popup-4-info-wrapper-gap);
    max-width: var(--nb-newsletter-form-popup-4-info-wrapper-max-width);
}

.nb-newsletter-form-popup-4 .nb-newsletter-title {
    color: var(--nb-newsletter-form-popup-4-title-color);
    font-size: var(--nb-newsletter-form-popup-4-title-font-size);
    font-weight: var(--nb-newsletter-form-popup-4-title-font-weight);
    text-transform: uppercase;
    text-align: center;
}

.nb-newsletter-form-popup-4 .nb-bottom-wrapper {
    max-width: var(--nb-newsletter-form-popup-4-info-wrapper-max-width);
}

.nb-newsletter-form-popup-4 .nb-bottom-wrapper .nb-btn {
    margin-bottom: var(--nb-spacer-y);
    width: 100%;
}

.nb-newsletter-form-popup-4 .nb-bottom-wrapper .nb-checkbox-wrapper {
    position: relative;
}

.nb-newsletter-form-popup-4 .nb-bottom-wrapper .nb-checkbox-wrapper:has(.parsley-errors-list) {
    min-height: 40px;
}

@media screen and (max-width: 360px) {
    .nb-newsletter-form-popup-4 .nb-info-wrapper,
    .nb-newsletter-form-popup-4 .nb-bottom-wrapper {
        padding: 0 15px;
    }
}
/*
/* NB Fajl:'./_blocks/marketing/newsletter/newsletter-form/newsletter-form-popup-4/newsletter-form-popup-4.css.'
*/:root {
    --nb-newsletter-form-popup-4-block-modal-max-width: 400px;

    --nb-newsletter-form-popup-4-close-btn-top: 15px;
    --nb-newsletter-form-popup-4-close-btn-right: 15px;
    --nb-newsletter-form-popup-4-close-btn-color: var(--nb-text-color-primary);
    --nb-newsletter-form-popup-4-close-btn-bg: transparent;
    --nb-newsletter-form-popup-4-close-btn-border-radius: var(--nb-border-radius-0);
    --nb-newsletter-form-popup-4-close-btn-width: 26px;
    --nb-newsletter-form-popup-4-close-btn-height: 26px;
    --nb-newsletter-form-popup-4-close-btn-font-size: var(--nb-font-size-14);
    --nb-newsletter-form-popup-4-close-btn-font-weight: var(--nb-font-weight-700);
}

.nb-popup-newsletter-form-popup-4 .modal-dialog {
    max-width: var(--nb-newsletter-form-popup-4-block-modal-max-width);
}

.nb-popup-newsletter-form-popup-4 .modal-content {
    border: unset;
    position: relative;
}

.nb-popup-newsletter-form-popup-4 .nb-btn-close {
    display: flex;
    align-items: center;
    justify-content: center;
    top: var(--nb-newsletter-form-popup-4-close-btn-top);
    right: var(--nb-newsletter-form-popup-4-close-btn-right);
    color: var(--nb-newsletter-form-popup-4-close-btn-color);
    background-color: var(--nb-newsletter-form-popup-4-close-btn-bg);
    border-radius: var(--nb-newsletter-form-popup-4-close-btn-border-radius);
    width: var(--nb-newsletter-form-popup-4-close-btn-width);
    height: var(--nb-newsletter-form-popup-4-close-btn-height);
    z-index: 9999;
    pointer-events: auto;
    touch-action: manipulation;
}

.nb-popup-newsletter-form-popup-4 .nb-btn-close:before {
    font-weight: var(--nb-newsletter-form-popup-4-close-btn-font-weight) !important;
    font-size: var(--nb-newsletter-form-popup-4-close-btn-font-size);
}

.nb-popup-newsletter-form-popup-4 .nb-modal-body {
    padding: 0;
}

.nb-popup-newsletter-form-popup-4 .nb-img {
    pointer-events: none;
}
/*
/* NB Fajl:'./_blocks/header-and-footer/footer/ecommerce-footer/ecommerce-footer-13/ecommerce-footer-13.css.'
*/:root {
    --nb-ecommerce-footer-13-top-wrapper-bg: var(--nb-color-gray-100);

    --nb-ecommerce-footer-13-middle-wrapper-bg: var(--nb-color-gray-900);
    --nb-ecommerce-footer-13-middle-wrapper-padding-y: 50px;

    --nb-ecommerce-footer-13-link-title-margin-bottom: 20px;

    --nb-ecommerce-footer-13-social-icons-title-margin-bottom: 20px;
    --nb-ecommerce-footer-13-social-icons-color: var(--nb-color-white);
    --nb-ecommerce-footer-13-social-icons-hover-color: var(--nb-spec-color);

    --nb-ecommerce-footer-13-app-download-title-color: var(--nb-color-white);
    --nb-ecommerce-footer-13-app-download-title-font-size: var(--nb-font-size-18);
    --nb-ecommerce-footer-13-app-download-title-font-weight: var(--nb-font-weight-600);

    --nb-ecommerce-footer-13-bottom-inner-wrapper-bg: var(--nb-color-gray-100);

    --nb-ecommerce-footer-13-disclaimer-color: var(--nb-text-color-primary);

    --nb-ecommerce-footer-13-copyright-color: var(--nb-text-color-primary);
    --nb-ecommerce-footer-13-copyright-link-color: var(--nb-text-color-primary);
    --nb-ecommerce-footer-13-copyright-link-hover-color: var(--nb-spec-color);
}

.nb-ecommerce-footer-13 .nb-top-footer-wrapper {
    background-color: var(--nb-ecommerce-footer-13-top-wrapper-bg);
}

.nb-ecommerce-footer-13 .nb-middle-footer-wrapper {
    background-color: var(--nb-ecommerce-footer-13-middle-wrapper-bg);
    padding: var(--nb-ecommerce-footer-13-middle-wrapper-padding-y) 0;
}

.nb-ecommerce-footer-13 .nb-middle-footer-wrapper .row:first-of-type {
    margin-bottom: 32px;
}

.nb-ecommerce-footer-13 .nb-middle-footer-wrapper .nb-footer-mobile-collapse .nb-collapse-button:before {
    display: none;
}

.nb-ecommerce-footer-13 .nb-middle-footer-wrapper .nb-collapse-button {
    position: relative;
    margin-bottom: var(--nb-ecommerce-footer-13-link-title-margin-bottom);
}

.nb-ecommerce-footer-13 .nb-middle-footer-wrapper .nb-collapse-button:before {
    position: absolute;
    right: 10px;
    color: var(--nb-spec-color);
    font-size: 14px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
}

.nb-ecommerce-footer-13 .nb-middle-footer-wrapper .nb-footer-company-info-1 .custom-text {
    display: flex;
    gap: 5px;
}

.nb-ecommerce-footer-13 .nb-middle-footer-wrapper .nb-collapse-button.active:before {
    transform: translateY(-50%) rotateZ(180deg);
}

.nb-ecommerce-footer-13 .nb-middle-footer-wrapper .nb-footer-social-networks .nb-footer-social-networks-title {
    margin-bottom: var(--nb-ecommerce-footer-13-social-icons-title-margin-bottom);
}

.nb-ecommerce-footer-13 .nb-middle-footer-wrapper .nb-footer-social-networks .nb-footer-social-networks-wrapper .nb-link > * {
    width: auto;
    height: auto;
    background-color: transparent;
    color: var(--nb-ecommerce-footer-13-social-icons-color);
}

.nb-ecommerce-footer-13 .nb-middle-footer-wrapper .nb-footer-social-networks .nb-footer-social-networks-wrapper .nb-link:hover > * {
    color: var(--nb-ecommerce-footer-13-social-icons-hover-color);
}

.nb-ecommerce-footer-13 .nb-middle-footer-wrapper .nb-app-download-col {
    display: flex;
    justify-content: flex-end;
}

.nb-ecommerce-footer-13 .nb-middle-footer-wrapper .nb-footer-app-download .nb-heading-with-subheading .nb-title {
    color: var(--nb-ecommerce-footer-13-app-download-title-color);
    font-size: var(--nb-ecommerce-footer-13-app-download-title-font-size);
    font-weight: var(--nb-ecommerce-footer-13-app-download-title-font-weight);
}

.nb-ecommerce-footer-13 .nb-middle-footer-wrapper .nb-footer-app-download .nb-footer-app-download-wrapper > * {
    flex: unset;
}

.nb-ecommerce-footer-13 .nb-bottom-footer-inner-wrapper {
    background-color: var(--nb-ecommerce-footer-13-bottom-inner-wrapper-bg);
    padding: 10px 0;
}

.nb-ecommerce-footer-13 .nb-bottom-footer-wrapper .nb-footer-payment-cards {
    padding: 0;
    margin: 10px 0;
}

.nb-ecommerce-footer-13 .nb-bottom-footer-wrapper .nb-footer-payment-cards .nb-img {
    max-height: 25px;
}

.nb-ecommerce-footer-13 .nb-bottom-footer-inner-wrapper .nb-footer-disclaimer {
    color: var(--nb-ecommerce-footer-13-disclaimer-color);
}

.nb-ecommerce-footer-13 .nb-bottom-footer-inner-wrapper .nb-footer-copyright {
    border-top: unset;
    margin: 0;
    padding: 10px 0 0 0;
    color: var(--nb-ecommerce-footer-13-copyright-color);
}

.nb-ecommerce-footer-13 .nb-bottom-footer-inner-wrapper .nb-footer-copyright .nb-link {
    color: var(--nb-ecommerce-footer-13-copyright-link-color);
}

.nb-ecommerce-footer-13 .nb-bottom-footer-inner-wrapper .nb-footer-copyright .nb-link:hover {
    color: var(--nb-ecommerce-footer-13-copyright-link-hover-color);
}

@media screen and (max-width: 576px) {
    :root {
        --nb-ecommerce-footer-13-middle-wrapper-padding-y: 10px;
        --nb-ecommerce-footer-13-social-icons-title-margin-bottom: 24px;
    }

    .nb-ecommerce-footer-13 .nb-middle-footer-wrapper > .nb-content-wrapper {
        margin: 0;
        padding: 0;
        max-width: 100%;
    }

    .nb-ecommerce-footer-13 .nb-middle-footer-wrapper > .nb-content-wrapper > .row,
    .nb-ecommerce-footer-13 .nb-middle-footer-wrapper > .nb-content-wrapper > .row > *,
    .nb-ecommerce-footer-13 .nb-middle-footer-wrapper .nb-footer-links .row,
    .nb-ecommerce-footer-13 .nb-middle-footer-wrapper .nb-footer-links .row > * {
        margin: 0;
        padding: 0;
    }

    .nb-ecommerce-footer-13 .nb-middle-footer-wrapper .nb-footer-company-info-1,
    .nb-ecommerce-footer-13 .nb-middle-footer-wrapper .nb-footer-links .nb-collapse-button {
        padding: 20px 10px;
    }

    .nb-ecommerce-footer-13 .nb-middle-footer-wrapper .nb-company-info-col {
        border-bottom: var(--nb-border-width) var(--nb-border-style) var(--nb-border-color);
    }

    .nb-ecommerce-footer-13 .nb-middle-footer-wrapper .nb-company-info-col:has(.nb-info-box-8-title.active) {
        border-bottom-color: var(--nb-spec-color);
    }

    .nb-ecommerce-footer-13 .nb-middle-footer-wrapper .nb-company-info-col .nb-info-box-8-title.active,
    .nb-ecommerce-footer-13 .nb-middle-footer-wrapper .nb-company-info-col .nb-info-box-8-title.active:before {
        color: var(--nb-spec-color);
    }

    .nb-ecommerce-footer-13 .nb-middle-footer-wrapper .nb-footer-company-info-1 .nb-info-box-8-wrapper {
        padding-top: 20px;
    }

    .nb-ecommerce-footer-13 .nb-middle-footer-wrapper .nb-footer-links .nb-footer-mobile-collapse {
        border-bottom: var(--nb-border-width) var(--nb-border-style) var(--nb-border-color);
    }

    .nb-ecommerce-footer-13 .nb-middle-footer-wrapper .nb-footer-links .nb-footer-mobile-collapse:has(.nb-collapse-button.active) {
        border-bottom-color: var(--nb-spec-color);
    }

    .nb-ecommerce-footer-13 .nb-middle-footer-wrapper .nb-footer-links .nb-footer-mobile-collapse .nb-collapse-button.active,
    .nb-ecommerce-footer-13 .nb-middle-footer-wrapper .nb-footer-links .nb-footer-mobile-collapse .nb-collapse-button.active:before {
        color: var(--nb-spec-color);
    }

    .nb-ecommerce-footer-13 .nb-middle-footer-wrapper .nb-footer-links .nb-footer-mobile-collapse .nb-collapse-content {
        padding: 0 10px;
    }

    .nb-ecommerce-footer-13 .nb-middle-footer-wrapper .nb-collapse-button:before {
        right: 0;
        color: var(--nb-color-white);
    }

    .nb-ecommerce-footer-13 .nb-middle-footer-wrapper .nb-footer-links .nb-collapse-button:before {
        right: 10px;
        color: var(--nb-color-white);
    }

    .nb-ecommerce-footer-13 .nb-middle-footer-wrapper .nb-collapse-button {
        margin-bottom: 0;
    }

    .nb-ecommerce-footer-13 .nb-middle-footer-wrapper .nb-content-wrapper > .row:first-of-type {
        margin-bottom: 15px;
    }

    .nb-ecommerce-footer-13 .nb-middle-footer-wrapper .nb-footer-mobile-collapse .nb-collapse-button:before {
        display: block;
    }

    .nb-ecommerce-footer-13 .nb-middle-footer-wrapper .nb-footer-social-networks {
        margin-bottom: 15px;
    }

    .nb-ecommerce-footer-13 .nb-middle-footer-wrapper .nb-footer-social-networks,
    .nb-ecommerce-footer-13 .nb-middle-footer-wrapper .nb-footer-app-download {
        padding: 0 10px;
    }

    .nb-ecommerce-footer-13 .nb-middle-footer-wrapper .nb-footer-app-download .nb-heading-with-subheading {
        margin-bottom: 10px;
    }

    .nb-ecommerce-footer-13 .nb-middle-footer-wrapper .nb-app-download-col {
        justify-content: flex-start;
    }

    .nb-ecommerce-footer-13 .nb-bottom-footer-wrapper .nb-footer-payment-cards {
        margin-inline: 15px;
    }
}
/*
/* 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);
    text-transform: uppercase;
}

.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-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-gift-list-modal-placeholder-1 .nb-modal .modal-header .nb-modal-title {
    text-transform: uppercase;
}
/*
/* NB Fajl:'./nbthemes/nbshop_bojprom/css/nb7.custom.css.'
*/
body.open-search .nb-ecommerce-header-21 .nb-header-wrapper:before {
    content: '';
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    z-index: 1;
}

.modal-backdrop.show,
.offcanvas-backdrop.show,
body.open-search:before {
    background: rgba(0, 0, 0, 0.40);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    opacity: 1;
}


body:not(.block-editing) .nb-ecommerce-header-21 {
    z-index: 1021;
}

/*Resene za svetlo plavu pozadinu pri autofill-u*/
input:-webkit-autofill,
textarea:-webkit-autofill {
    -webkit-text-fill-color: inherit;
    box-shadow: 0 0 0 1000px var(--nb-input-bg) inset;
    transition: background-color 9999s ease-in-out 0s;
}

.form-floating .nb-float-label {
    letter-spacing: 0.03em;
}

.layout100percent {
    padding-left: calc(var(--nb-gutter-x) * .5);
    padding-right: calc(var(--nb-gutter-x) * .5);
}

.layout100percent:first-child,
.layout100percent:has(.nb-grid-banner-22) {
    padding-left: 0;
    padding-right: 0;
}

.nb-btn {
    letter-spacing: 0.03em;
}

.nb-ecommerce-header-21 .nb-search-results-wrapper {
    padding: 0;
}

.nb-ecommerce-header-21 .nb-smart-search-1 .left-search-wrapper .nb-box-with-link-list {
    margin-top: 30px;
}

.nb-ecommerce-header-21 .nb-search-button {
    min-width: 300px;
}

.nb-menu-item-box-1 .nb-img {
    border-radius: 0;
}

.nb-menu-item-box-1 .nb-menu-title {
    letter-spacing: 0.03em;
}

.nb-slider-dots .slick-dots > li {
    height: 3px;
    flex: 1;
    border-radius: var(--nb-border-radius-0);
    border: unset;
    margin: 0;
    background-color: var(--nb-color-gray-200);
}

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

.nb-form-check .nb-label {
    margin-left: 10px;
    font-weight: 400;
}

.nb-form-check .nb-label .nb-link {
    color: var(--nb-text-color-primary);
    text-decoration: underline;
}

.nb-form-check .nb-label .nb-link:hover {
    color: var(--nb-spec-color);
}

/*Header*/

.nb-ecommerce-header-21 .nb-header-menu-wrapper .nb-menu-first-level-item-list.wsmenu-list li.nb-new-item:hover > .navtext,
.nb-ecommerce-header-21 .nb-header-menu-wrapper .nb-menu-first-level-item-list.wsmenu-list li.nb-special-item:hover > .navtext {
    border-bottom-color: transparent;
}

.nb-ecommerce-header-21 .wsmenu > .wsmenu-list > li > .wsshoptabing > .wsshopwp > .wstabitem > li > a {
    width: calc(15% - 7px);
}

.nb-ecommerce-header-21 .wsmenu > .wsmenu-list > li > .wsshoptabing > .wsshopwp > .wstabitem > li > .wstitemright {
    width: 85%;
}

.nb-ecommerce-header-21 .wsmenu > .wsmenu-list > li > .wsshoptabing > .wsshopwp > .wstabitem > li > a {
    color: var(--nb-text-color-primary);
}

.nb-ecommerce-header-21 .bi-search:before {
    content: "\e9d3";
    color: var(--nb-color-gray-800);
    font-size: var(--nb-font-size-20);
}

.nb-ecommerce-header-21 .nb-search-button .nb-icon {
    font-size: 16px;
    height: 17px;
}

.nb-ecommerce-header-21 .nb-search-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 0 0 0 15px;
    border-radius: 4px;
    height: 36px;
}

.nb-ecommerce-header-21 .nb-search-button .nb-icon.bi-search {
    width: 35px;
    height: 35px;
    min-width: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--nb-color-gray-200);
    border-radius: 0;
    font-size: 17px;
    line-height: 1;
}

.nb-ecommerce-header-21 .nb-search-mobile-close.bi-chevron-left:before {
    content: "\e94a";
}

.nb-ecommerce-header-21 .nb-search-button .custom-text {
    font-size: var(--nb-font-size-12);
    color: var(--nb-color-gray-600);
    letter-spacing: 0.03em;
}

.nb-ecommerce-header-21 .nb-box-with-link-list .nb-link-list-title {
    text-transform: uppercase;
}

.nb-ecommerce-header-21 .bi-suit-heart:before {
    content: "\e99e";
}

.nb-ecommerce-header-21 .bi-gift:before {
    content: "\e903";
}

.nb-ecommerce-header-21 .bi-bag:before {
    content: "\e9be";
}

.nb-ecommerce-header-21 .bi-suit-heart:before,
.nb-ecommerce-header-21 .bi-gift:before,
.nb-ecommerce-header-21 .bi-bag:before {
    color: var(--nb-color-gray-700);
}

.nb-ecommerce-header-21 .nb-header-cart-with-badge-1 .nb-header-cart-count-wrapper,
.nb-ecommerce-header-21 .nb-header-favorite-with-badge-1 .nb-header-favorite-count-wrapper,
.nb-ecommerce-header-21 .nb-header-gift-with-badge-1 .nb-header-gift-count-wrapper {
    width: 16px;
    height: 16px;
    line-height: 16px;
    right: -45%;
}

.nb-header-gift-count,
.nb-header-favorite-count,
.nb-header-cart-count {
    font-size: var(--nb-font-size-11);
    line-height: 12px;
}

.nb-ecommerce-header-21 .nb-header-gift-with-badge-1,
.nb-ecommerce-header-21 .nb-header-cart-with-badge-1 .nb-header-cart-icon-wrapper,
.nb-ecommerce-header-21 .nb-header-favorite-with-badge-1 a,
.nb-ecommerce-header-21 .nb-header-gift-with-badge-1 .nb-header-gift-icon-wrapper {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nb-ecommerce-header-21 .nb-header-site-user-1 > .nb-link {
    line-height: 1;
    letter-spacing: 0.03em;
}

.nb-ecommerce-header-21 .nb-header-site-user-1 > .nb-link:hover {
    color: var(--nb-spec-color);
}

.nb-ecommerce-header-21 .nb-header-site-user-1 .nb-icon {
    display: none;
}

.nb-ecommerce-header-21 .nb-header-site-quick-links > *,
.nb-ecommerce-header-21 .nb-header-top-wrapper .row > .col-12:first-child .nb-header-site-quick-links {
    line-height: 1;
    letter-spacing: 0.03em;
}


.nb-ecommerce-header-21 .nb-header-site-quick-links > *:hover {
    color: var(--nb-spec-color);
}

.nb-ecommerce-header-21 .nb-header-site-quick-links > .nb-icon {
    display: none;
}

.nb-ecommerce-header-21 .nb-header-top-wrapper .row > .col-12:first-child .nb-header-site-quick-links:first-child {
    padding-right: 10px;
    border-right: 1px solid var(--nb-color-teal-700);
}

.nb-ecommerce-header-21 .wsmenu > .wsmenu-list > li.nb-menu-first-level-item-1.nb-new-item,
.nb-ecommerce-header-21 .wsmenu > .wsmenu-list > li.nb-menu-first-level-item-1.nb-special-item {
    transition: color 0.3s ease, background-color 0.3s ease;
}

.nb-ecommerce-header-21 .wsmenu > .wsmenu-list > li.nb-menu-first-level-item-1.nb-special-item:hover > .nb-first-level-menu-item-link .nb-menu-title {
    color: var(--nb-ecommerce-header-21-special-item-bg-color);
    background: var(--nb-ecommerce-header-21-special-item-color);
}

.nb-ecommerce-header-21 .wsmenu > .wsmenu-list > li.nb-menu-first-level-item-1.nb-new-item:hover > .nb-first-level-menu-item-link .nb-menu-title {
    color: var(--nb-ecommerce-header-21-new-item-bg-color);
    background: var(--nb-ecommerce-header-21-new-item-color);
}

.nb-slider-item-box-5 .nb-slider-item-content {
    gap: 16px;
}

.nb-slider-item-box-5 .nb-slider-item-content.nb-custom-color .nb-link {
    background: var(--nb-btn-primary-hover-bg);
    border-color: var(--nb-btn-primary-hover-border-color);
    font-size: var(--nb-btn-font-size);
    line-height: var(--nb-btn-line-height);
    font-weight: var(--nb-btn-font-weight);
    letter-spacing: 0.03em;
    color: var(--nb-btn-color);
    background: var(--nb-btn-bg);
    height: var(--nb-btn-height);
    border-radius: var(--nb-btn-border-radius);
    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);
    min-width: 176px;
    position: relative;
    transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out, box-shadow .3s ease-in-out;
}

.nb-ecommerce-header-21 .nb-menu-first-level-item-1.nb-special-item .nb-first-level-menu-item-title,
.nb-ecommerce-header-21 .nb-menu-first-level-item-1.nb-new-item .nb-first-level-menu-item-title {
    transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out, box-shadow .3s ease-in-out;
}

.nb-slider-item-box-5 .nb-slider-item-content.nb-custom-color .nb-link:active,
.nb-slider-item-box-5 .nb-slider-item-content.nb-custom-color .nb-link:focus,
.nb-slider-item-box-5 .nb-slider-item-content.nb-custom-color .nb-link:hover {
    color: var(--nb-btn-primary-hover-color);
    background: var(--nb-btn-primary-hover-bg);
    border-color: var(--nb-btn-primary-hover-border-color);
}

.nb-slider-item-box-5 .nb-slider-item-content.nb-text-align-center {
    align-items: center;
}

.nb-slider-item-box-5 .nb-slider-item-content.nb-custom-color .nb-link:before {
    content: unset;
}

.nb-carousel-banner-12 .nb-carousel-additional-content {
    transform: unset;
    left: 24px;
    width: calc(100% - 48px);
}

.nb-carousel-banner-12 .nb-slider-arrows .slider-arrow > i {
    font-size: 25px;
    color: var(--nb-color-white);
}

.nb-carousel-banner-12 .nb-slider-arrows .slider-arrow > i.nb-arrow-right {
    right: 35px
}

.nb-carousel-banner-12 .nb-slider-arrows .slider-arrow > i.nb-arrow-left {
    left: 35px;
}

.nb-carousel-controls-1 {
    width: 100%;
}

/*Cart*/
.mini-cart-offcanvas-title-count {
    margin-left: 4px;
}

/*.mini-cart-offcanvas-title-count::before {*/
/*    content: " (";*/
/*}*/

/*.mini-cart-offcanvas-title-count::after {*/
/*    content: ")";*/
/*}*/

.nb-mini-cart-content-product-4 .nb-pricing-quick-basket-1 a.nb-btn-pricing-quick-basket,
.nb-pricing-quick-basket-1 a.nb-btn-pricing-quick-basket {
    text-transform: none;
    letter-spacing: 0.03em;
}

.nb-product-card-26 .nb-btn.nb-add-to-cart .nb-icon {
    width: 20px;
}
/*Search*/

.nb-search-banner-1 .nb-img {
    width: 100%;
}

.smart-search-modal-2 .form-control.nb-input {
    font-size: var(--nb-font-size-12);
    letter-spacing: 0.03em;
}

.nb-search-product-grid-2 .nb-title-link-wrapper .custom-text {
    letter-spacing: 0.03em;
}

.nb-smart-search-1 .left-search-wrapper {
    background-color: var(--nb-color-teal-200);
}

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

.nb-search-product-grid-2 .nb-title-link-wrapper .nb-link {
    color: var(--nb-color-pink);
    text-decoration: underline;
    letter-spacing: 0.03em;
}

.nb-search-product-grid-2 .nb-title-link-wrapper .nb-link:hover {
    color: var(--nb-text-color-primary);
}

.nb-product-card-5 .nb-product-card .nb-card-body .nb-product-name .nb-title {
    font-weight: var(--nb-font-weight-500);
}

.nb-ecommerce-header-21 .nb-search-input-wrapper > .nb-input {
    border-radius: 0;
    border-color: var(--nb-border-color);
}

.nb-ecommerce-header-21 .nb-smart-search-modal-2 .nb-search.nb-search-2 {
    border-radius: 0 0 5px 5px;
    max-height: calc(100vh - 190px);
}

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

/*Dropdown*/
.nb-ecommerce-header-21 .wsmenu > .wsmenu-list > li > .wsshoptabing > .wsshopwp > .wstabitem > li {
    background-color: var(--nb-color-teal-100);
}

.nb-ecommerce-header-21 .nb-third-menu-level-item-list .row > *:not(:nth-child(4n)) {
    border-right: unset;
}

.nb-ecommerce-header-21 .nb-menu-second-level-item-list .row > *,
.nb-ecommerce-header-21 .nb-third-menu-level-item-list .row > * {
    padding-right: 40px;
    padding-left: 40px;
}

.nb-ecommerce-header-21 .nb-menu-second-level-item-list .row > * {
    padding-left: 20px;
}

.nb-ecommerce-header-21 .nb-third-menu-level-item-list .row > *:first-child,
.nb-ecommerce-header-21 .nb-third-menu-level-item-list .row > *:nth-child(5n) {
    padding-left: 0;
}

.nb-ecommerce-header-21 .nb-menu-second-level-item-list .row > *:first-child {
    padding-left: 20px;
}

.nb-ecommerce-header-21 .nb-menu-second-level-item-2 .nb-second-level-menu-item-link .nb-second-level-menu-item-title,
.nb-ecommerce-header-21 .nb-menu-second-level-item-1 .nb-second-level-menu-item-link .nb-second-level-menu-item-title,
.nb-ecommerce-header-21 .nb-menu-third-level-item-1 .nb-third-level-menu-item-title {
    font-weight: var(--nb-font-weight-500);
}

.nb-ecommerce-header-21 .nb-menu-third-level-item-list-2 .nb-third-level-menu-item-link {
    position: relative;
    display: flex;
    align-items: center;
    max-width: max-content;
    font-weight: var(--nb-font-weight-400);
}

.nb-ecommerce-header-21 .nb-menu-third-level-item-list-2 .nb-third-level-menu-item-link,
.nb-ecommerce-header-21 .nb-menu-fourth-level-item-1 .nb-menu-fourth-level-item-link {
    font-size: var(--nb-font-size-14);
}

.nb-ecommerce-header-21 .nb-menu-third-level-item-list-2 .nb-third-level-menu-item-link:before {
    display: inline-flex;
    align-items: center;
    content: '';
    position: relative;
    width: 0;
    height: 2px;
    transition: width 0.5s;
    background: var(--nb-spec-color);
}

.nb-ecommerce-header-21 .nb-menu-third-level-item-list-2 .nb-third-level-menu-item-link:hover {
    text-decoration: none;
    color: var(--nb-text-color-primary);
}

.nb-ecommerce-header-21 .nb-menu-third-level-item-list-2 .nb-third-level-menu-item-link:hover:before {
    width: 20px;
    margin-right: 10px;
}

.nb-ecommerce-header-21 .nb-menu-third-level-item-list-2 .nb-third-level-menu-item-link.nb-last-item,
.nb-ecommerce-header-21 .nb-menu-fourth-level-item-1 .nb-menu-fourth-level-item-link:last-of-type {
    color: var(--nb-color-pink);
    text-decoration: underline;
    font-weight: var(--nb-font-weight-500);
    letter-spacing: 0.03em;
}

.nb-ecommerce-header-21 .nb-menu-third-level-item-list-2 .nb-third-level-menu-item-link.nb-last-item:hover,
.nb-ecommerce-header-21 .nb-menu-fourth-level-item-1 .nb-menu-fourth-level-item-link:last-of-type:hover {
    color: var(--nb-text-color-primary);
    text-decoration: underline;
}

.nb-ecommerce-header-21 .nb-menu-third-level-item-list-2 .nb-third-level-menu-item-link.nb-last-item:before,
.nb-ecommerce-header-21 .nb-menu-fourth-level-item-1 .nb-menu-fourth-level-item-link:last-of-type:before {
    content: unset;
}

.nb-ecommerce-header-21 .wsmenu > .wsmenu-list > li > .wsshoptabing > .wsshopwp > .wstabitem > li:hover a.nb-menu-fourth-level-item-link:last-of-type {
    text-decoration: underline;
}

.nb-ecommerce-header-21 .nb-header-wrapper .nb-header-site-quick-links a, .nb-ecommerce-header-21 .nb-header-top-wrapper .nb-component * {
    color: var(--nb-text-color-primary);
}

/*Product Tabs*/

.nb-product-list-tabs > * {
    padding: 10px 20px;
    height: 40px;
    background: var(--nb-color-gray-100);
    border-radius: 2px;
}

.nb-product-list-tabs > *:not(:last-of-type) {
    border-right: unset;
}

.nb-discount.nb-sum-discount .nb-additional-discount-wrapper .nb-additional-discount-value-wrapper {
    background: var(--nb-color-pink);
    font-size: 12px;
    font-weight: 700;
}

.nb-discount.nb-discount-rectangle .nb-additional-discount-value-wrapper {
    border-radius: 4px 4px 0 0;
}

.nb-discount:has(.nb-additional-discount-wrapper.hidden) .nb-discount-value-wrapper {
    border-radius: 4px;
}

.nb-discount.nb-sum-discount .nb-discount-value-wrapper {
    font-size: 12px;
    font-weight: 700;
    background: var(--nb-color-yellow);
    border-radius: 0 0 4px 4px;
}

.nb-discount .nb-discount-value-wrapper {
    font-size: 12px;
    font-weight: 700;
    border-radius: 0 0 4px 4px;
}

.nb-discount .nb-icon:before {
    content: "\eaaa";
}

.nb-custom-product-list-placeholder-with-list-links-1 .nb-product-link-list {
    font-size: var(--nb-font-size-14);
    text-decoration: underline;
    font-weight: var(--nb-font-weight-500);
    letter-spacing: 0.03em;
    margin-top: 0;
}

.nb-custom-product-list-placeholder-with-list-links-1 .nb-product-link-list:hover {
    color: var(--nb-text-color-primary);
}

.nb-article-list-carousel-4 > .see-more-btn {
    all: unset;
    display: inline-block;
    font-size: var(--nb-font-size-14);
    font-weight: var(--nb-font-weight-500);
    text-decoration: underline;
    color: var(--nb-link-color-primary);
    cursor: pointer;
    margin-bottom: 20px;
    letter-spacing: 0.03em;
}

.nb-article-list-carousel-4 .nb-btn.nb-btn-primary:active,
.nb-article-list-carousel-4 .nb-btn.nb-btn-primary:focus,
.nb-article-list-carousel-4 .nb-btn.nb-btn-primary:hover {
    color: var(--nb-text-color-primary);
    background: transparent;
}

.nb-article-card-9 .nb-article-short-description {
    display: none;
}

.nb-article-list-carousel-4 > .see-more-btn:hover {
    color: var(--nb-text-color-primary);
}

.nb-article-list-carousel-4 .nb-heading-with-subheading {
    margin-bottom: 0;
}


.nb-slider-item-box-51 .nb-links-wrapper .nb-btn {
    text-transform: none;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.nb-product-card-49 .nb-product-button-with-bubble-11 .nb-add-to-cart, .nb-product-card-49 .nb-product-button-with-bubble-11 .nb-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
    gap: 10px;
}

.nb-product-button-with-bubble-11.nb-out-of-stock .nb-add-to-cart {
    background: var(--nb-color-gray);
    border-color: var(--nb-color-gray);
    opacity: 1;
}

.nb-product-button-with-bubble-11.nb-out-of-stock .nb-add-to-cart .nb-add-to-cart-text {
    display: none;
}

.nb-product-button-with-bubble-11.nb-out-of-stock .nb-add-to-cart::after {
    content: attr(data-btn-text-no-state);
}

.nb-out-of-stock .nb-product-bubble-control-wrapper {
    pointer-events: none;
}

.nb-content-wrapper.nb-product-size-picker-wrapper.nbf-product-bubble11-sizes:has(.nb-product-size-list-5 > .nb-size-value.hidden:only-child) {
    display: none;
}

.nb-product-card-49,
.nb-product-card-49 .nb-card.nb-product-card {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.nb-product-card-49 .nb-card.nb-product-card .card-body.nb-card-body.nb-product-card-body {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: var(--nb-product-card-49-body-padding);
    min-height: var(--nb-product-card-49-body-max-height);
}

.nb-product-card-49 .nb-product-button-with-bubble-11 {
    margin-top: auto;
    padding: 15px 10px 15px 10px;
    transition: opacity 0.3s;
}

/*.nb-product-card-49 .nb-product-image .nb-img-wrapper .nb-img::after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    inset: 0;*/
/*    backdrop-filter: blur(6px);*/
/*    -webkit-backdrop-filter: blur(6px);*/
/*    opacity: 0;*/
/*    transition: opacity 0.3s ease;*/
/*    pointer-events: none;*/
/*    z-index: 2;*/
/*}*/

/*.nb-product-card-49:hover .nb-product-image .nb-img-wrapper .nb-img::after,*/
/*.nb-product-card-49:focus-within .nb-product-image .nb-img-wrapper .nb-img::after,*/
/*.nb-product-card-49:active .nb-product-image .nb-img-wrapper .nb-img::after {*/
/*    opacity: 1;*/
/*}*/


.nb-product-card-49 .nb-product-image .nb-img-wrapper {
    overflow: hidden;
}

.nb-product-card-49 .nb-product-image .nb-img-wrapper .nb-img {
    transition: filter .3s ease, transform .3s ease;
}

.nb-product-card-49:hover .nb-product-image .nb-img-wrapper .nb-img,
.nb-product-card-49:focus-within .nb-product-image .nb-img-wrapper .nb-img,
.nb-product-card-49:active .nb-product-image .nb-img-wrapper .nb-img {
    filter: none;
}

.nb-product-card-49.bubble-active .nb-product-image .nb-img-wrapper .nb-img {
    filter: blur(4px);
}

/*.nb-product-card-49:has(.nb-product-bubble-11.active) .nb-product-image .nb-img-wrapper .nb-img {*/
/*    filter: blur(4px);*/
/*}*/

.nb-product-bubble-11 .nb-product-bubble-control-wrapper,
.nb-product-card-49 .nb-product-button-with-bubble-11,
.nb-product-card-49 .nb-product-button-with-bubble-11 .nb-product-bubble-11 {
    background: var(--nb-color-teal-200);
}

.nb-product-card-49 .nb-product-button-with-bubble-11 .nb-product-bubble-11 {
    padding: 20px var(--nb-product-card-49-body-padding) 0 var(--nb-product-card-49-body-padding);
}

.nb-product-card-49 .nb-favorite {
    width: 36px;
    height: 36px;
    background: var(--nb-color-gray-100);
    opacity: 1;
}

.nb-product-card-49 .nb-favorite:hover .nb-icon:before {
    content: "\e9a7";
}

.nb-product-card-49 .nb-product-content-position-1 .nb-favorite .nb-icon {
    font-size: var(--nb-font-size-17);
    color: var(--nb-spec-color);
    line-height: 1;
}

.nb-price-wrapper:not(:has(.nb-price-old)):not(:has(.nb-price-regular)) .nb-cart-price-with-discount,
.nb-product-card-49:has(.nb-price-regular.hidden):has(.nb-price-old.hidden) .nb-price-sale.price-active,
.nb-product-card-49:has(.nb-price-regular.hidden):has(.nb-price-old.hidden) .nb-price-sale.nb-price-active {
    color: var(--nb-product-card-49-active-price-color);
}

.nb-cart-product-item-4 {
    padding: 15px 20px;
}

.nb-cart-product-item-4 .nb-img-wrapper {
    border: 1px solid var(--nb-color-gray-200);
}

.nb-cart-product-item-4 .nb-img-wrapper .nb-img {
    max-width: 102px;
}

.nb-cart-product-item-4 .nb-cart-item-saving-price .nb-cart-saving-price-label {
    font-weight: var(--nb-font-weight-400);
}

.nb-cart-product-item-4 .nb-delete-product-wrapper .nb-icon {
    font-size: var(--nb-font-size-20);
}

.nb-cart-product-item-4 .nb-cart-item-change-size-2,
.nb-cart-product-item-4 .nb-cart-item-size,
.nb-cart-product-item-4 .nb-cart-item-code {
    font-size: var(--nb-font-size-12);
}

.nb-cart-product-item-4 .nb-cart-item-change-size-2 {
    color: var(--nb-spec-color);
    text-decoration: underline;
    letter-spacing: 0.03em;
}

.nb-cart-product-item-4 .nb-cart-item-discount-2 .nb-discount .nb-additional-discount-value-wrapper,
.nb-cart-product-item-4 .nb-cart-item-discount-2 .nb-discount .nb-discount-value-wrapper {
    font-size: var(--nb-font-size-11);
    min-width: 43px;
}

.nb-cart-product-item-4 .nb-cart-item-name {
    height: calc(2 * var(--nb-product-name-line-height) * var(--nb-cart-product-item-4-product-name-font-size));
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.nb-cart-recommended-product-list-2 .slick-dots {
    width: 50%;
    margin: var(--nb-spacer) auto auto auto;
}

.nb-product-bubble-11 .nb-product-bubble-control-wrapper {
    border-radius: 18px 18px 0 0;
    top: -18px;
    border: unset;
}

.nb-product-card-49 .bi-chevron-up:before {
    content: "\e942";
}

.nb-product-bubble-11.active .nb-product-info-wrapper {
    border-bottom: unset;
    padding-bottom: 0;
}

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

.nb-product-size-list-5 > * {
    min-width: fit-content;
    flex: 0 1 calc((100% - (3 * var(--nb-product-size-list-5-gap))) / 4);
    max-width: calc((100% - (3 * var(--nb-product-size-list-5-gap))) / 4);
}

.nb-product-bubble-11.active .nb-product-size-picker-wrapper .nb-selected-size-1 {
    font-size: var(--nb-font-size-16);
    font-weight: var(--nb-font-weight-400);
}

.nb-product-card-49 .nb-product-image-with-positioned-content-v1 .nb-product-brand-2 .nb-img {
    max-width: 50px;
}

.nb-product-card-49 .nb-product-image-with-positioned-content-v1 .nb-img-wrapper .nb-img {
    padding: 9% 0;
}

.nbtmp-bojprom-last-viewed-list-grid-tmp-1 .nb-product-card-49 .nb-product-image-with-positioned-content-v1 .nb-img-wrapper .nb-img,
.nbtmp-bojprom-user-favorite-product-list-grid-tmp-1 .nb-product-card-49 .nb-product-image-with-positioned-content-v1 .nb-img-wrapper .nb-img,
.nbtmp-product-listing-page-tmp-21 .nb-product-card-49 .nb-product-image-with-positioned-content-v1 .nb-img-wrapper .nb-img {
    padding: 0;
}

.nbtmp-product-listing-page-tmp-21 .nb-size-value-box-1 {
    font-size: var(--nb-font-size-10);
}

.nb-product-card-49 .nb-product-card-body .nb-product-code, .nb-product-card-49 .nb-product-card-body .nb-product-code,
.nb-product-card-49 .nb-product-card-body .nb-product-category {
    line-height: 25px;
}

.nb-product-card-49 .nb-product-card-body .nb-product-name .nb-title {
    font-size: var(--nb-font-size-16);
    height: calc(var(--nb-product-card-49-name-rows) * var(--nb-product-card-49-name-line-height) * var(--nb-font-size-16));
    font-weight: var(--nb-font-weight-500);
}

.nb-product-card-49 .nb-product-card-body .nb-product-name .nb-title span {
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.nb-product-bubble-11 .nb-product-info-wrapper .nb-product-img-and-name-wrapper .nb-product-name .nb-title {
    height: calc(var(--nb-product-card-49-name-rows) * var(--nb-product-card-49-name-line-height) * var(--nb-product-bubble-11-name-fs));
}

.nb-product-card-49 .nb-product-card-body .nb-product-prices-3 .nb-price.nb-price-active {
    font-size: var(--nb-font-size-18);
}

.nb-product-prices-3 .nb-top-wrapper, .nb-product-prices-3 .nb-bottom-wrapper {
    flex-wrap: wrap;
}

.nb-product-card-49 .nb-product-card-body .nb-product-prices-3 {
    height: 60px;
}


/*Brands Home*/
.heading .nb-content-wrapper .nb-link {
    font-size: var(--nb-font-size-14);
    font-weight: var(--nb-font-weight-500);
    text-decoration: underline;
    letter-spacing: 0.03em;
}

.tp-page .block:not(.hidden) + .block.brand-logo-carousel {
    margin-top: 20px;
}

.brand-logo-carousel .nb-slider-item .nb-product-attribute-image-with-title-1 .nb-attribute-title {
    display: none;
}

.brand-logo-carousel .nb-slider-item {
    border: var(--nb-border-width) var(--nb-border-style) var(--nb-border-color-dark);
    border-radius: 0;
    transition: border-color 0.3s ease;
}

.brand-logo-carousel .nb-slider-item .nb-product-attribute-image-with-title-1 .nb-img {
    height: 50px;
    margin: auto;
    width: auto;
}

.brand-logo-carousel .nb-slider-item:hover {
    border-color: var(--nb-spec-color);
}


.slider:has(.nb-product-card) .nb-slider-arrows {
    width: calc(100% + 20px);
}

.nb-carousel-banner-37 .nb-slider-arrows {
    width: calc(100% - 20px);
}

.nb-social-feed-carousel-1 .nb-slider-arrows,
.nb-carousel-banner-20 .nb-slider-arrows,
.nb-similar-article-carousel-3 .nb-slider-arrows,
.nb-article-list-carousel-1 .nb-slider-arrows,
.slider:has(.nb-product-card) .nb-slider-arrows,
.nb-carousel-banner-37 .nb-slider-arrows,
.brand-logo-carousel .nb-slider-arrows {
    top: var(--nb-theme-slider-arrows-top-offset);
    transform: unset;
    justify-content: var(--nb-theme-slider-arrows-justify);
}

.brand-logo-carousel .nb-slider-arrows {
    margin-bottom: 20px;
}

.nb-social-feed-carousel-1 .nb-slider-arrows .slider-arrow > i,
.nb-carousel-banner-20 .nb-slider-arrows .slider-arrow > i,
.nb-similar-article-carousel-3 .nb-slider-arrows .slider-arrow > i,
.nb-article-list-carousel-1 .nb-slider-arrows .slider-arrow > i,
.slider:has(.nb-product-card) .nb-slider-arrows .slider-arrow > i,
.nb-carousel-banner-37 .nb-slider-arrows .slider-arrow > i,
.brand-logo-carousel .nb-slider-arrows .slider-arrow > i {
    display: flex;
    width: var(--nb-theme-slider-arrows-width);
    height: var(--nb-theme-slider-arrows-height);
    border-radius: var(--nb-theme-slider-arrows-border-radius);
    background-color: var(--nb-theme-slider-arrows-bg-color);
    color: var(--nb-theme-slider-arrows-color);
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
    font-size: var(--nb-theme-slider-arrows-fs);
}

.nb-carousel-banner-20 .nb-slider-arrows .slider-arrow:hover > i,
.nb-social-feed-carousel-1 .nb-slider-arrows .slider-arrow:hover > i,
.nb-similar-article-carousel-3 .nb-slider-arrows .slider-arrow:hover > i,
.slider:has(.nb-product-card) .nb-slider-arrows .slider-arrow:hover > i,
.nb-carousel-banner-37 .nb-slider-arrows .slider-arrow:hover > i,
.nb-article-list-carousel-1 .nb-slider-arrows .slider-arrow:hover > i,
.brand-logo-carousel .nb-slider-arrows .slider-arrow:hover > i {
    color: var(--nb-theme-slider-arrows-hover-color);
}

.nb-carousel-banner-20 .nb-slider-arrows .slider-arrow > i.nb-arrow-left,
.nb-social-feed-carousel-1 .nb-slider-arrows .slider-arrow > i.nb-arrow-left,
.nb-similar-article-carousel-3 .nb-slider-arrows .slider-arrow > i.nb-arrow-left,
.slider:has(.nb-product-card) .nb-slider-arrows .slider-arrow > i.nb-arrow-left,
.nb-carousel-banner-37 .nb-slider-arrows .slider-arrow > i.nb-arrow-left,
.nb-article-list-carousel-1 .nb-slider-arrows .slider-arrow > i.nb-arrow-left,
.brand-logo-carousel .nb-slider-arrows .slider-arrow > i.nb-arrow-left {
    left: -20px;
}

.nb-carousel-banner-20 .nb-slider-arrows .slider-arrow > i.nb-arrow-right,
.nb-social-feed-carousel-1 .nb-slider-arrows .slider-arrow > i.nb-arrow-right,
.nb-similar-article-carousel-3 .nb-slider-arrows .slider-arrow > i.nb-arrow-right,
.nb-slider-arrows:has(.nb-product-card) .slider-arrow > i.nb-arrow-right,
.nb-carousel-banner-37 .nb-slider-arrows .slider-arrow > i.nb-arrow-right,
.nb-article-list-carousel-1 .nb-slider-arrows .slider-arrow > i.nb-arrow-right,
.brand-logo-carousel .nb-slider-arrows .slider-arrow > i.nb-arrow-right {
    right: 0;
}

.brand-logo-carousel .nb-slider-arrows .slider-arrow > i.nb-arrow-right {
    right: 0;
}

.brand-logo-carousel .nb-slider-arrows .slider-arrow > i.nb-arrow-left {
    left: -20px;
}

/* Footer */
.nb-footer-newsletter-4 .nb-checkbox-wrapper .nb-form-check .nb-check {
    width: 16px;
    height: 16px;
}

.nb-footer-newsletter-4 .nb-checkbox-wrapper .nb-form-check .nb-label {
    font-size: var(--nb-font-size-13);
    font-weight: var(--nb-font-weight-500);
    margin-left: 10px;
}

.nb-footer-newsletter-4 .nb-submit-newsletter-wrapper .nb-btn {
    min-width: 130px;
}

.nb-footer-newsletter-4 .nb-submit-newsletter-wrapper .nb-input {
    border: var(--nb-border-width) var(--nb-border-style) var(--nb-color-gray-400);
    border-radius: 4px;
}

.nb-footer-newsletter-4 .nb-submit-newsletter-wrapper .nb-form-group .nb-label {
    font-size: var(--nb-font-size-12);
    line-height: calc(var(--nb-footer-newsletter-4-btn-height) - 2 * var(--nb-input-border-width));
    padding: 0 15px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-align: start;
    text-overflow: ellipsis;
    white-space: nowrap;
    pointer-events: none;
    border: 1px solid transparent;
    transform-origin: 0 0;
    transition: opacity .1s ease-in-out, transform .1s ease-in-out;
}

.nb-footer-newsletter-4 .nb-submit-newsletter-wrapper .nb-form-group:focus-within .nb-label {
    opacity: .75;
    transform: scale(.85) translateY(-.8rem) translateX(.15rem);
}

.nb-footer-newsletter-4 select.parsley-success {
    background-color: var(--nb-select-bg) !important;
}

.nb-footer-links .nb-link {
    position: relative;
    display: inline-block;
    text-decoration: none;

}

.nb-footer-links .nb-link::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 2px;
    background-color: var(--nb-color-yellow);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .3s ease;
}

.nb-footer-links .nb-link:hover {
    color: var(--nb-text-color-primary);
}

.nb-footer-links .nb-link:hover::before {
    transform: scaleX(1);
}

.nb-footer-app-download .nb-footer-app-download-wrapper {
    gap: 11px;
}

.nb-footer-social-networks .nb-footer-social-networks-wrapper {
    gap: 20px;
}

.nb-ecommerce-footer-13 .nb-middle-footer-wrapper .nb-footer-social-networks .nb-footer-social-networks-wrapper .nb-link > * {
    width: 38px;
    height: 38px;
    background: var(--nb-color-white);
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

.nb-ecommerce-footer-13 .nb-middle-footer-wrapper .nb-footer-social-networks .nb-footer-social-networks-wrapper .nb-link:hover > * {
    color: var(--nb-color-white);
    background: var(--nb-color-pink);
}

.nb-ecommerce-footer-13 .nb-middle-footer-wrapper .nb-footer-social-networks .nb-footer-social-networks-wrapper .nb-link > * .nb-icon {
    font-size: var(--nb-font-size-20);
}

.nb-ecommerce-footer-13 .nb-middle-footer-wrapper .nb-footer-social-networks .nb-footer-social-networks-wrapper .nb-link > * .nb-icon.bi-facebook:before {
    content: "\ea35";
}

.nb-ecommerce-footer-13 .nb-bottom-footer-wrapper .nb-footer-payment-cards {
    background: var(--nb-color-white);
    padding: 10px 0;
    margin: 0;
}

.nb-ecommerce-footer-13 .nb-bottom-footer-inner-wrapper .nb-footer-copyright {
    padding: 5px 0 0 0;
}

.nb-ecommerce-footer-13 .nb-middle-footer-wrapper {
    background-position: right !important;
}

.nb-ecommerce-footer-13 .nb-middle-footer-wrapper .nb-footer-company-info-1 .custom-text {
    flex-direction: column;
}

.nb-info-box-8 .nb-info-box-8-wrapper > * > * {
    font-weight: var(--nb-font-weight-500);
}

/*Product Detail*/

.tp-product {
    --nb-margin: 80px;
}

.tp-product .nb-margin:not(:has(.nb-product-detail-breadcrumbs-inline-1)) {
    margin-bottom: 80px;
}

.tp-product .nb-margin:has(.nb-product-detail-breadcrumbs-inline-1) {
    margin-bottom: 20px;
}

.nb-product-detail-category-name-1 .nb-link {
    font-size: var(--nb-font-size-16);
    font-weight: var(--nb-font-weight-400);
    color: var(--nb-text-color-primary);
    width: fit-content;
}

.nb-product-detail-gallery-compound-carousel-3 .nb-img-wrapper {
    border: 1px solid var(--nb-color-gray-200);
}

.nb-product-detail-gallery-compound-carousel-3 .row > .col-12:last-child {
    margin-top: 10px;
}

.nb-product-detail-gallery-compound-carousel-3 .nb-product-gallery-carousel-horizontal-1 .slider-next .nb-arrow-right {
    right: -5px;
}

.nb-product-detail-gallery-compound-carousel-3 .nb-product-gallery-carousel-horizontal-1 .slider-prev .nb-arrow-left {
    left: -5px;
}

.nb-product-gallery-carousel-3 .nb-slider-item,
.nb-product-gallery-carousel-horizontal-1 .nb-slider-item {
    margin: 0 5px !important;
}

.nb-product-detail-name-1 .nb-product-name-with-attribute {
    align-items: center;
}

.block.product-detail-code-1.nb-product-detail-code-1,
.block.product-detail-rating-1.nb-product-detail-rating-1,
.block.product-detail-name-1.nb-product-detail-name-1 {
    margin-top: 5px !important;
}

.nb-product-detail-name-1 .nb-product-name {
    flex: 1 1 auto;
    min-width: 0;
}

.similar-product-list-carousel-2 .nb-slider .nb-slider-item {
    display: block;
}

.nb-product-name-with-attribute .nb-product-detail-product-name {
    margin: 0;
    white-space: normal;
    overflow: visible;
    text-overflow: unset;
    line-height: 1.2;
    word-break: break-word;
    overflow-wrap: anywhere;
}

.nb-product-name-with-attribute .nb-product-attribute-v1 {
    flex: 0 0 auto;
}

.store-gallery .nb-slider-dots .slick-dots > li,
.nb-product-gallery-3 .nb-slider-dots .slick-dots > li {
    width: 8px;
    height: 8px;
    flex: 0 0 auto;
    border-radius: 999px;
    border: 0;
    margin: 0;
    background-color: var(--nb-color-gray-200);
    transition: width .3s ease, background-color .3s ease, transform .3s ease;
}

.similar-product-list-carousel-2 .nb-slider .nb-slider-arrows {
    width: 100%;
    left: 0;
}

.similar-product-list-carousel-2 .nb-slider {
    margin: 0;
}

.similar-product-list-carousel-2 {
    padding: 0;
}

.nb-complete-the-look-product-list-carousel-1 .nb-slider .nb-slider-arrows {
    width: 100%;
}

.store-gallery .nb-slider-dots .slick-dots > li.slick-active,
.nb-product-gallery-3 .nb-slider-dots .slick-dots > li.slick-active {
    width: 20px;
    background-color: var(--nb-spec-color);
}

.store-gallery .nb-slider-dots .slick-dots > li button,
.nb-product-gallery-3 .nb-slider-dots .slick-dots > li button {
    width: 100%;
    height: 100%;
    padding: 0;
    opacity: 0;
}

.store-gallery .nb-slider-dots .slick-dots > li + li,
.nb-product-gallery-3 .nb-slider-dots .slick-dots > li + li {
    margin-left: 7px;
}

.nb-product-detail-short-description-1 {
    background-color: var(--nb-color-teal-100);
    border-color: var(--nb-color-teal);
}

.nb-product-description-content-2 .nb-see-more,
.nb-see-more {
    color: var(--nb-spec-color);
    font-weight: var(--nb-font-weight-400);
    text-decoration: underline;
}

.nb-product-description-content-2 .nb-see-more:hover,
.nb-see-more:hover {
    color: var(--nb-text-color-primary);
}

.nb-link-with-icon-1 .nb-icon,
.nb-see-more .nb-icon {
    color: var(--nb-text-color-primary);
}

.nb-link-with-icon-1 .nb-icon {
    font-size: 25px;
}

.nb-tab-link-3.active .nb-link-with-icon-1 .nb-icon {
    color: var(--nb-spec-color);
}

.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 .nb-product-lower-price-notification-link .nb-link-with-icon-1 .nb-link:hover {
    color: var(--nb-spec-color) !important;
}

.nb-product-price-detail-2 .nb-link-with-icon-1 {
    line-height: 1;
}

.nb-how-to-buy-banner-1 .nb-main-wrapper .nb-title,
.nb-how-to-buy-banner-1 .nb-icon-wrapper .nb-icon:before {
    color: var(--nb-spec-color);
}

.nb-how-to-buy-banner-1 .nb-main-wrapper .nb-link.nb-primary-link {
    color: var(--nb-spec-color);
}

.nb-quantity-product .nb-quantity-wrapper,
.nb-product-detail-aidc-list-1 .nb-product-related-image-list-1 .nb-img-wrapper {
    border-color: var(--nb-color-gray-200);
}

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

.nb-product-add-to-cart-button-2 .nb-product-quantity-add-to-cart-and-favorite-2 .nb-btn.nb-add-to-cart {
    flex-direction: row-reverse;
    gap: 10px;
    line-height: 1;
}

.nb-btn.nb-add-to-cart {
    letter-spacing: 0.03em;
}

.nb-btn.nb-add-to-cart .nb-icon {
    margin-right: 0;
    font-size: var(--nb-font-size-20);
    width: 18px;
    display: flex;
    align-items: start;
    padding-bottom: 2px;
}

.nb-btn.nb-add-to-cart .nb-icon:before {
    content: "\e9be";
}

.nb-product-add-to-cart-button-2 .nb-product-quantity-add-to-cart-and-favorite-2 .nb-favorite {
    background: var(--nb-color-gray-100);
    border-radius: 4px;
}

.nb-additional-product-info-displays-tabs-1 .nb-tab-and-accordion.nb-tab-and-accordion-v1 .nb-nav-item .nb-nav-link {
    font-weight: var(--nb-font-weight-500);
    color: var(--nb-color-gray-600);
}

.nb-additional-product-info-displays-tabs-1 .nb-tab-and-accordion.nb-tab-and-accordion-v1 .nb-nav-link.active {
    color: var(--nb-text-color-primary);
    border-bottom-width: 2px;
}

.nb-tab-and-accordion.nb-tab-and-accordion-v1 .nb-nav-item:not(:first-child) {
    margin-left: 50px;
}

.nb-grid-banner-34 .nb-info-box-9 {
    background: var(--nb-color-gray-100);
    height: 47px;
}

.nb-grid-banner-34 .nb-info-box-9 .nb-link {
    height: 47px;
}

.nb-last-viewed-product-list-carousel-2 .nb-slider-arrows .slider-next,
.nb-complete-the-look-product-list-carousel-1 .nb-slider-arrows .slider-next {
    margin-right: 0;
}

.nb-last-viewed-product-list-carousel-2 .nb-slider-arrows .slider-prev,
.nb-complete-the-look-product-list-carousel-1 .nb-slider-arrows .slider-prev {
    margin-left: 0;
}

.nb-last-viewed-product-list-carousel-2 .nb-slider .nb-slider-arrows {
    left: 0;
    width: 100%;
}

.nb-product-box-detail-floater-6 {
    box-shadow: unset;
}

.nb-product-box-detail-floater-6 .nb-price.nb-price-active {
    color: var(--nb-text-color-primary);
}


.nb-product-box-detail-floater-6 .nb-right-wrapper .nb-btn {
    min-width: 250px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 10px;
}

.nb-product-available-in-store-box-1,
.nb-product-description-content-2 {
    margin-top: 20px;
    padding: 16px;
    background: var(--nb-color-teal-100);
    border: 1px solid var(--nb-color-teal);
}

.nb-product-description-content-2 .nb-control-wrapper .nb-custom-text-with-icon-1 .custom-text,
.nb-product-description-content-2 .nb-control-wrapper .nb-custom-text-with-icon-1 {
    color: var(--nb-spec-color);
    text-decoration: underline;
}

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

.nb-product-comparison-floater-1 .nb-icon-wrapper {
    width: 40px;
    height: 40px;
    border-radius: 4px
}

.nb-product-comparison-popup-1 .nb-comparison-heading-wrapper {
    height: 38px;
    border: 1px solid var(--nb-border-color);
    border-bottom: unset;
}

.nb-product-comparison-popup-1 .nb-comparison-heading-wrapper .custom-text {
    font-weight: var(--nb-font-weight-500);

}

.nb-product-comparison-list-1 {
    padding-right: 10px;
}

.nb-product-box-1 .nb-product-name * {
    height: calc(3 * var(--nb-product-box-1-name-font-size) * 1.3);
}

.nb-product-comparison-list-1 .nb-product-box-1 .nb-img {
    border: 1px solid var(--nb-color-gray-200);
}

.nb-product-box-1 .nb-remove-product:before,
.nb-product-comparison-popup-1 .nb-comparison-heading-wrapper .nb-close-comparison:before {
    content: "\e9e0";
}

.nb-product-box-1 .nb-remove-product,
.nb-product-comparison-popup-1 .nb-comparison-heading-wrapper .nb-close-comparison {
    font-size: var(--nb-font-size-10);
}

.nb-how-to-buy-banner-1 .nb-icon-wrapper {
    width: 40px;
    height: 40px;
    border-radius: 4px;
    top: -25px;
}

.nb-how-to-buy-banner-1.nb-closed .nb-icon-wrapper,
.nb-product-comparison-floater-1.nb-closed .nb-icon-wrapper {
    left: -10px;
}

.nb-product-comparison-floater-1 .nb-icon-wrapper .nb-counter {
    background: var(--nb-color-yellow);
    width: 26px;
    height: 26px;
    transform: translate(30%, -50%);
}

.nb-product-comparison-floater-1 .nb-icon-wrapper .nb-counter span {
    font-size: var(--nb-font-size-10);
}

.nb-product-description-content-2 .nb-description-title {
    display: none;
}

.nb-product-user-activity-misc-options-2 > * {
    height: 47px;
    padding-left: 30px;
    transition: background-color 0.3s ease;
}

.nb-product-user-activity-misc-options-2 .nb-product-compare-2:hover .nb-custom-text-with-icon-1 .nb-icon,
.nb-product-user-activity-misc-options-2 .nb-product-compare-2:hover .nb-custom-text-with-icon-1 .custom-text,
.nb-product-user-activity-misc-options-2 .nb-product-open-gift-list-modal-btn:hover,
.nb-product-user-activity-misc-options-2 .nb-product-open-gift-list-modal-btn:focus,
.nb-product-user-activity-misc-options-2 .nb-product-open-gift-list-modal-btn:active,
.nb-product-user-activity-misc-options-2 .nb-product-open-gift-list-modal-btn:hover {
    color: var(--nb-custom-text-with-icon-1-text-color);

}

.nb-product-user-activity-misc-options-2 > *:hover {
    background-color: var(--nb-color-white);
}

.nb-product-user-activity-misc-options-2 .nb-custom-text-with-icon-1 {
    padding-left: 0;
}

.nb-product-price-detail-2 .nb-price-saving .nb-price-value,
.nb-product-price-detail-2 .nb-price-saving .nb-currency {
    font-weight: var(--nb-font-weight-500);
}

/*Product listing*/

.tp-product_list {
    --nb-margin: 20px;
}

.tp-product_list .nb-margin:has(.nb-product-category-description-1),
.tp-product_list .nb-margin:has(.nb-product-listing-display-grid-2) {
    margin-bottom: 80px;
}

.nb-product-category-cover-image-carousel-1 .nb-slider-arrows .slider-arrow > i.nb-arrow-left,
.nb-product-category-cover-image-carousel-1 .nb-slider-arrows .slider-arrow > i.nb-arrow-right {
    color: var(--nb-color-white);
}

.nb-product-category-cover-image-carousel-1 .nb-slider-arrows .slider-arrow > i.nb-arrow-left {
    left: 20px;
}

.nb-product-category-cover-image-carousel-1 .nb-slider-arrows .slider-arrow > i.nb-arrow-right {
    right: 20px;
}

.nb-sort-1 .nb-select {
    padding: 10px 15px;
}

.nb-clear-filters.nb-clear-filters-v1 {
    gap: 4px;
}

.nb-clear-filters > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.nb-product-filter-category-attribute-horizontal-1 .nb-dropdown .nb-dropdown-menu label {
    font-size: var(--nb-font-size-14);
    font-weight: var(--nb-font-weight-400);
    line-height: 1.4;
}

.nb-product-category-description-1 .nb-product-description {
    padding: 40px 24px;
    text-align: center;
    background: var(--nb-color-gray-100);
    border: 1px solid var(--nb-color-gray-200);
}

.nb-product-category-description-1 .nb-product-description > * > *,
.nb-product-category-description-1 .nb-product-description > * {
    font-size: var(--nb-font-size-16) !important;
}

.nb-pagination .nb-page-item .nb-page-link,
.nb-pagination-3 .nb-page-item .nb-page-link {
    line-height: 1;
}

.nb-product-list-heading-and-description-1 .nb-heading-with-subheading .nb-sub-heading {
    font-size: var(--nb-font-size-14);
}

/*Login page*/

.nb-social-login .nb-btn {
    font-size: var(--nb-font-size-16);
    padding-top: 11px;
    padding-bottom: 11px;
}

.nb-social-login .nb-btn:hover {
    background: var(--nb-social-login-btn-active-border-color);
    color: var(--nb-color-white);
    border-color: var(--nb-social-login-btn-active-border-color);
}


.nb-similar-article-grid-2 {
    padding: 40px 0;
}

/*Register page*/

.tp-register .nb-register-form-1 .nb-genders-wrapper {
    margin-left: 0;
}

.nb-register-form-1 .nb-form-check ~ .parsley-errors-list.filled {
    margin-top: -25px;
    right: 10px;
}

.nb-edit-account-email-form-page-1 .nb-btn.nb-btn-primary,
.nb-promotion-coupon-modal-btn,
.nb-career-form-1.nb-btn-form,
.nbtmp-cooperation-form-page-line-tmp-1 .nb-btn-form,
.error-page-block .nb-btn.nb-btn-primary,
.nb-cooperation-form-1 .nb-btn.nb-btn-primary,
.tp-register .nb-btn-form {
    --nb-btn-min-width: 176px;
}

.nb-btn-input-file {
    font-size: var(--nb-font-size-14);
}

.nb-career-form-1 .parsley-errors-list {
    left: 0;
    right: unset;
}

.nb-login-modal-2 .nb-form-group:not(:last-child) {
    margin-bottom: 28px;
}

.nb-block-login-modal-1 .nb-paragraph {
    font-size: var(--nb-font-size-14);
    margin-bottom: 24px;
}

.nb-login-form-1 .nb-form .nb-btn {
    letter-spacing: 0.03em;
}

.nb-register-form-physical-user-1 .nb-login-link-wrapper .nb-login-link,
.nb-register-form-physical-user-1 .nb-btn.nb-btn-form,
.nb-login-form-1 .nb-registration-wrapper .nb-btn {
    letter-spacing: 0.03em;
}

.nb-register-form-physical-user-1 .nb-login-link-wrapper .nb-login-link-label {
    display: none;
}

.nb-registration-form-1-block .nb-form [class^="col-"]:empty {
    display: block;

}

.nb-registration-form-1-block .nb-register-form-company-user-1 .nb-form [class^="col-"]:empty, .nb-form [class*=" col-"]:empty {
    display: none;
}

.nb-block-lost-password-form-page-1 .nb-lost-password-form-1 .nb-form-fields-wrapper {
    margin-bottom: 20px;
}

.nb-block-lost-password-form-page-1 .nb-lost-password-form-1 .nb-form-fields-wrapper > .nb-form-group {
    margin-bottom: var(--nb-spacer-y);
}

.nb-block-lost-password-form-page-1 .nb-lost-password-form-1 .nb-btn {
    margin-top: 0;
}

.nb-block-login-modal-1 .nb-modal-body {
    padding-top: 24px;
}

.nb-login-modal-2 .nb-login-form-1 {
    gap: 28px;
}

.nb-login-form-1 .nb-login-forgot-password-link {
    font-weight: var(--nb-font-weight-500);
}

.nb-promotion-card-1 .nb-promotion-detail-link,
.nb-login-form-1 .nb-login-forgot-password-link {
    text-decoration: underline;
}

.nb-registration-modal-placeholder-1-block .nb-registration-modal-placeholder-1 .nb-modal-body {
    padding: 24px 40px;
}

.nb-modal .modal-header .nb-modal-title {
    letter-spacing: 0.03em;
}

.nb-registration-modal-placeholder-1-block .nb-form-check .nb-label {
    font-size: var(--nb-font-size-14);
    font-weight: var(--nb-font-weight-400);
}

.nb-register-form-physical-user-1 .nb-form-check .nb-label p a,
.nb-registration-modal-placeholder-1-block .nb-form-check .nb-label p a {
    text-decoration: underline;
}

.nb-register-form-physical-user-1 .nb-login-link-wrapper .nb-login-link {
    text-decoration: underline;
}

.tp-page .nb-heading-1 .nb-wrapper.left {
    margin-bottom: 20px;
}

.nb-lost-password-form-1 .nb-link {
    text-decoration: underline;
    letter-spacing: 0.03em;
}

.nb-card-7 .nb-card-body .nb-link, .nb-card-8 .nb-card-body .nb-link,
.nb-location-map-popup-5 > .nb-location-detail-link,
.nb-reset-password-form-page-1 .nb-reset-password-form-1 > .nb-link,
.nb-message-card-1 .nb-message-detail-link {
    font-size: var(--nb-font-size-14);
    text-decoration: underline;
    letter-spacing: 0.03em;
}

.nb-poll-card-body > .nb-link {
    text-decoration: underline;
}

.nb-promotion-card-1 .nb-promotion-detail-link:hover,
.nb-poll-card-body > .nb-link:hover {
    color: var(--nb-text-color-primary);
}

.heading-and-radio-button-v1 .nb-form-check .nb-label,
.heading-and-checkbox-v1 .nb-form-check .nb-label {
    font-weight: var(--nb-font-weight-400);
}

.heading-and-radio-button-v1 .nb-form-check .nb-label {
    font-size: var(--nb-font-size-13);
}

.poll-detail-form-v1 .nb-btn.nb-btn-xs {
    font-size: var(--nb-font-size-16);
    padding: 13px 20px;
}

.nb-order-total-amount-3,
.nb-cart-total-2 {
    position: sticky;
    top: 160px;
}

.nb-cart-total-2 .nb-antispam-select label {
    font-weight: var(--nb-font-weight-600);
}

.nb-order-total-amount-3 .nb-order-total-card-1 .nb-text-wrapper .nb-price-order-tax {
    font-size: var(--nb-font-size-14);
}

.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-size: var(--nb-font-size-16);
}

.nb-action-loyalty-form .nb-float-label {
    font-size: var(--nb-font-size-14);
}

.nb-action-loyalty-box-2.checked .nb-info-wrapper .nb-icon,
.nb-payment-option-2 .nb-icon-wrapper .nb-icon,
.nb-delivery-option-2 .nb-price-icon-wrapper .nb-icon {
    color: var(--nb-spec-color);
}

.nb-action-loyalty-box-2.checked .nb-info-wrapper,
.nb-payment-option-2 .nb-icon-wrapper,
.nb-delivery-option-2 .nb-price-icon-wrapper {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.nb-parcel-machine-modals-block .nb-parcel-machine-modal-2 .nb-location-parcel-machine-confirm-btn .nb-btn {
    min-width: 176px;
    padding: 7px;
}

.nb-card-8 .nb-card-body .nb-points-wrapper .nb-display.nb-display-s {
    font-size: var(--nb-font-size-20);
}

.nb-card-7 .nb-card-body .nb-link,
.nb-card-8 .nb-card-body .nb-link {
    text-decoration: underline;
}

.nb-card-7 .nb-card-body .nb-link:hover,
.nb-card-8 .nb-card-body .nb-link:hover {
    color: var(--nb-text-color-primary);
}

.nb-info-box-1 .nb-btn,
.nb-edit-account-form-1 .nb-btn-primary {
    min-width: 176px;
    padding: 9px;
}

.nb-user-menu-2 .nb-accordion .nb-accordion-button .nb-icon {
    right: 10px;
}

.nb-order-card-1:not(:has(.nb-html-editor)) .nb-order-pay {
    height: 40px;
}

.nb-order-card-1 .nb-btn {
    padding: 10px 4px;
    font-size: var(--nb-font-size-16);
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nb-order-box-2 .nb-order-link-list-2 .nb-btn {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--nb-font-size-16);
}

.nb-link-with-image-1.active .nb-link {
    color: var(--nb-spec-color);
}

.nb-product-stock-info-message {
    background: var(--nb-color-teal-100);
    border: 1px solid var(--nb-color-teal-200);
}

.nb-grid-banner-22 .nb-slider-item-box-51 .nb-slider-item-content,
.nb-single-banner-16 .nb-slider-item-box-51 .nb-slider-item-content {
    bottom: 60px
}

.nb-single-banner-16 .nb-slider-item-box-51 .nb-slider-item-content .nb-title {
    font-weight: var(--nb-font-weight-500);
    line-height: 1.3;
}

.nb-grid-banner-22 .nb-slider-item-box-51 .nb-slider-item-content .nb-title {
    font-weight: var(--nb-font-weight-600);
    --nb-dt-rows: 2;
    line-height: 50px;
}

.nb-article-card-9 .nb-article-image img,
.nb-article-card-9 .nb-card > .nb-img-wrapper {
    border-radius: 0;
}

.nb-article-card-9 .nb-title {
    height: auto;
    max-height: calc(var(--nb-dt-rows) * var(--nb-h4-line-height) * var(--nb-article-card-9-title-font-size));
}

.nb-article-card-9 .nb-article-image img {
    transition: filter 0.3s ease;
}

.nb-article-card-9:hover .nb-article-image img {
    filter: blur(4px);
}

.nb-article-card-9 .nb-article-category .nb-link, .nb-article-card-9 .nb-title {
    transition: color 0.3s ease;
}

.nb-article-card-9 .nb-article-category .nb-link,
.nb-article-card-9 .nb-article-category {
    text-transform: none;
}

.nb-article-card-9 .nb-article-category {
    padding-right: 10px;
}

.nb-article-card-9 .nb-category-date-wrapper {
    gap: 10px;
    margin-bottom: 5px;
}

.subcategory-links .nb-item {
    border-radius: 4px;
}

.brand-logo-carousel .nb-slider-item {
    padding: 49px 20px;
}

.nb-slider-item-box-65 .nb-info-wrapper .nb-see-more-link {
    transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out, box-shadow .3s ease-in-out;
    letter-spacing: 0.03em;
}

.nb-grid-banner-video-1 .nb-slider-item-box-65,
.nb-grid-image-banner-video-1 .nb-slider-item-box-65 {
    background: var(--nb-color-teal);
}

.nb-grid-banner-video-1 .nb-carousel-controls-1 {
    width: 100%;
}

.nb-slider-item-box-64 .nb-carousel-additional-content {
    width: calc(100% - 50px);
}

.nb-carousel-controls-1 .nb-carousel-progress-bar {
    height: 2px;
}

.nb-carousel-controls-1 .nb-carousel-counter .nb-current-carousel-slide, .nb-carousel-controls-1 .nb-carousel-counter .nb-total-carousel-slides {
    font-size: var(--nb-font-size-14);
    font-weight: var(--nb-font-weight-400);
}

.nb-carousel-controls-1 .nb-carousel-counter .nb-current-carousel-slide:before {
    height: 100%;
}

.nb-grid-image-banner-video-1 .nb-carousel-controls-1 {
    width: 100%;
}

.nb-slider-item-box-66 .nb-shape-wrapper:after {
    background: var(--nb-color-teal-200);
}

.nb-slider-item-box-66:hover .nb-shape-wrapper:after {
    background: var(--nb-color-teal-300);
}

.nb-login-form-2 {
    gap: 20px;
}

.nb-register-form-1 .nb-login-link .nb-link,
.nb-login-form-2 .nb-login-forgot-password-link {
    text-decoration: underline;
    letter-spacing: 0.03em;
}

.nb-login-form-2 .nb-registration-wrapper .nb-btn,
.nb-login-form-2 .nb-form .nb-btn {
    padding: 9px 15px;
}

.nb-login-form-2 .nb-registration-wrapper .nb-btn {
    color: var(--nb-btn-secondary-color);
    background: var(--nb-btn-secondary-bg);
    border-color: var(--nb-btn-secondary-border-color);
}

.nb-login-form-2 .nb-registration-wrapper .nb-btn:hover,
.nb-login-form-2 .nb-registration-wrapper .nb-btn:focus,
.nb-login-form-2 .nb-registration-wrapper .nb-btn:active {
    color: var(--nb-btn-secondary-hover-color);
    background: var(--nb-btn-secondary-hover-bg);
    border-color: var(--nb-btn-secondary-hover-border-color);
}

.nb-cooperation-form-line-1 .nb-antispam-select .nb-form-group,
.nb-register-form-physical-user-1 .nb-antispam-select .nb-form-group {
    margin-bottom: 0;
}

.nb-antispam-select .nb-form-group label {
    letter-spacing: 0.03em;
}

.object-details-v1 .nb-title {
    font-size: var(--nb-h3-font-size);
}

.nb-block-registration-form-page-1 .nb-heading-with-subheading {
    text-align: center !important;
}

.tp-store_details .image-content-horizontal .nb-text-wrapper .nb-title {
    font-size: var(--nb-font-size-18);
}

.nb-order-card-2 .nb-html-editor > * {
    font-size: var(--nb-font-size-14);
}

.nb-user-favorite-product-list-grid-1 .nb-remove-favorite > .nb-btn:hover span {
    text-decoration: line-through;
}

.nb-user-favorite-product-list-grid-1 .nb-top-wrapper {
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: start;
}

.nb-user-favorite-product-list-grid-1 .nb-top-wrapper:has(.nb-heading-with-subheading) {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.nb-back-in-stock-list-grid-1 .nb-top-wrapper .nb-heading-with-subheading,
.nb-price-drop-list-grid-1 .nb-top-wrapper .nb-heading-with-subheading,
.nb-user-favorite-product-list-grid-1 .nb-top-wrapper .nb-heading-with-subheading {
    margin-bottom: 20px;
}

.nb-product-back-in-stock-card-1 .nb-remove:hover,
.nb-product-price-drop-card-1 .nb-remove:hover {
    background: var(--nb-color-gray-400);
}

.nb-product-stock-info-message i {
    filter: unset;
    color: var(--nb-spec-color);
}

.nb-back-in-stock-list-grid-1 .nb-heading-with-subheading {
    max-width: 80%;
}

.nb-product-load-more-3 {
    margin-top: 40px;
    margin-bottom: 20px;
}

.nb-product-load-more-3 .nb-btn-link-style {
    letter-spacing: 0.03em;
}

.nb-product-load-more-3 .nb-btn-link-style:hover {
    color: var(--nb-text-color-primary);
}

.nb-user-account-dashboard-1 .nb-title {
    font-size: var(--nb-h5-font-size);
    font-weight: var(--nb-h5-font-weight);
    line-height: var(--nb-h5-line-height);
    height: calc(var(--nb-dt-rows) * var(--nb-h5-line-height) * var(--nb-h5-font-size));
}

.nb-recommendation-by-user-preference-list-grid-1 .nb-top-wrapper {
    margin-bottom: 20px;
}

.nb-selectable-tag-1:hover {
    border-color: var(--nb-spec-color);
}

.nb-gift-list-1 .nb-accordion .accordion-button .nb-toggle-icon {
    right: 10px;
}

.nb-gift-list-1 .nb-product-prices-8 > * {
    width: fit-content;
}

.nb-gift-list-1 .nb-product-box-11 .nb-main-wrapper .nb-wrapper {
    align-items: center
}

.slider.nb-recommended-product-list:has(.nb-product-card) .nb-slider-arrows {
    top: -41px;
    width: 100%;
    gap: 0;
}

.slider.nb-recommended-product-list:has(.nb-product-card) .nb-slider-arrows .slider-arrow > i.nb-arrow-left {
    left: 0;
    background: unset;
}

.slider.nb-recommended-product-list:has(.nb-product-card) .nb-slider-arrows .slider-arrow > i.nb-arrow-right {
    background: unset;
}

.bi-trash3,
.bi-pencil-square {
    color: var(--nb-text-color-primary);
    font-size: var(--nb-font-size-18);
}

.nb-category-filter .nb-link.text-link-1.nb-secondary-link {
    color: var(--nb-text-color-primary);
    font-weight: var(--nb-font-weight-400);
}

.bi-pencil-square:before {
    content: "\ea61";
}

.bi-cash {
    font-size: var(--nb-font-size-20);
    color: var(--nb-spec-color);
}

.bi-cash:before {
    content: "\ea9f";
}

.bi-trash:before,
.bi-trash3::before {
    content: "\ea92";
}

.nb-tab-link-3 .bi-check-circle-fill:before {
    content: "\ea57";
}

.bi-person-circle:before {
    content: "\e992";
}

.nb-product-quantity-add-to-cart-and-favorite-2 .nb-favorite .nb-icon:before,
.nb-product-content-position-1 .nb-favorite .nb-icon:before {
    content: "\e99e";
}

.nb-product-quantity-add-to-cart-and-favorite-2 .nb-favorite .nb-icon.bi-heart-fill:before,
.nb-product-content-position-1 .nb-favorite .bi-heart-fill:before {
    content: "\e9a7";
}

.nb-how-to-buy-banner-1 .nb-icon-wrapper .nb-icon {
    font-size: var(--nb-font-size-26);
}

.nb-how-to-buy-banner-1 .bi-chat-right:before {
    content: "\ea94";
}

.nb-product-user-activity-misc-options-2 .bi-gift {
    font-size: var(--nb-font-size-22);
}

.nb-product-user-activity-misc-options-2 .bi-gift:before {
    content: "\eaa1";
}

.nb-user-preference-product-attribute-3 .nb-heading-with-subheading,
.nb-user-preference-product-attribute-3 .nb-paragraph,
.nb-privacy-policy-consent-1 .nb-form-check {
    margin-bottom: 10px;
}

.nb-selectable-tag-1 {
    font-size: var(--nb-font-size-14);
}

.text-info-3,
.contact-info {
    padding-left: 30px;
}

.text-info-3 .nb-icon-left-title-and-description-right-horizontal .nb-icon {
    display: none;
}

.contact-form-1,
.nb-career-form-line-1,
.nb-cooperation-form-line-1 {
    padding-right: 50px;
    border-right: 1px solid var(--nb-border-color);
}


.text-info-3 .nb-icon-left-title-and-description-right-horizontal .nb-content-wrapper .nb-title,
.contact-info .nb-items-wrapper .nb-item .nb-description,
.contact-info .nb-items-wrapper .nb-item .nb-title {
    font-size: var(--nb-font-size-14);
}

.contact-info .block-heading-with-subheading,
.nb-career-form-line-1 .nb-heading-with-subheading,
.nb-cooperation-form-line-1 .nb-heading-with-subheading {
    margin-bottom: 35px;
}

.text-info-3 .block-heading-with-subheading .nb-title {
    font-size: var(--nb-h3-font-size);
}

.nb-info-6 .nb-link:hover .nb-img-wrapper:after, .nb-info-6 .nb-link:focus .nb-img-wrapper:after {
    content: unset;
}

.text-info-3 .block-heading-with-subheading .nb-sub-heading,
.contact-form-1 .block-heading-with-subheading .nb-sub-heading,
.nb-reset-password-form-page-1 .nb-heading-with-subheading .nb-sub-heading,
.contact-info .block-heading-with-subheading .nb-sub-heading,
.nb-career-form-1 .nb-html-editor p,
.nb-career-form-line-1 .nb-heading-with-subheading .nb-sub-heading,
.nb-cooperation-form-line-1 .nb-heading-with-subheading .nb-sub-heading {
    font-size: var(--nb-font-size-14);
}

.comments-content-1 .nb-heading-with-subheading * {
    font-size: var(--nb-h3-font-size);
}

.nb-locations-location-search .nb-label {
    padding: 13px;
    letter-spacing: 0.03em;
    color: var(--nb-input-placeholder-color);
}

.nb-location-map-popup-5 .nb-location-work-time {
    font-size: var(--nb-font-size-12);
}

.nb-location-map-popup-5 > .nb-location-detail-link {
    margin-top: 15px;
}

.object-location-grid-v1 .nb-work-time-list,
.store-content .nb-content-wrapper * {
    font-size: var(--nb-font-size-14);
}

.nb-price-drop-list-grid-1 .nb-top-wrapper:has(.nb-heading-with-subheading) {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.nb-price-drop-list-grid-1 .nb-top-wrapper {
    align-items: center;
    justify-content: start;
}

.nb-popup-newsletter-form-popup-4 .nb-btn-close:before {
    font-size: var(--nb-font-size-22);
}

.nb-newsletter-form-popup-4 .nb-newsletter-title {
    text-transform: none;
    letter-spacing: 0.03em;
}

.nb-newsletter-form-popup-4 .custom-text * {
    font-size: var(--nb-font-size-14);
    line-height: 20px;
}

.nb-slider-item-box-21 .nb-slider-link {
    letter-spacing: 0.03em;
}

.nbtmp-bojprom-error-page-tmp-3 .nb-custom-product-list-placeholder-with-list-links-1 .nb-heading-with-subheading {
    margin-bottom: 20px;
}

.subcategory-links .nb-item {
    color: var(--nb-text-color-primary);
    border-radius: unset;
    padding: 14px 20px;
    height: auto;
    border: unset;
    line-height: 1.3;
}


.subcategory-links .nb-item {
    color: var(--nb-product-list-tabs-color);
    font-size: var(--nb-product-list-tabs-font-size);
    font-weight: var(--nb-product-list-tabs-font-weight);
    min-width: fit-content;
    padding: 10px 20px;
    height: 40px;
    background: var(--nb-color-gray-100);
    border-radius: 2px;
}

#faq-accordion.nb-accordion .nb-accordion-button {
    padding: 20px 0;
    font-weight: var(--nb-font-weight-700);
}

#faq-accordion.nb-accordion.accordion-flush .accordion-item:last-child {
    border-bottom: 1px solid var(--nb-border-color);
}

.subcategory-links .nb-item:hover {
    background: var(--nb-color-gray-100);
}

.nb-offcanvas {
    z-index: 9999999999;
}

.nb-mini-cart-offcanvas .nb-offcanvas-header .nb-offcanvas-title {
    letter-spacing: 0.03em;
}

.nb-cart-box-9 .nb-cart-item-card {
    gap: 12px;
}

.nb-product-card-26 .nb-img-wrapper img,
.nb-cart-box-9 .nb-image-and-quantity-wrapper .nb-img {
    border: unset;
}

.nb-product-card-26 .nb-product-prices-10 .nb-price.nb-price-prev,
.nb-product-card-26 .nb-product-name, .nb-product-card-26 .nb-product-name .nb-title,
.nb-cart-box-9 .nb-saved-money-wrapper,
.nb-cart-box-9 .nb-product-info-wrapper .nb-cart-item-color,
.nb-cart-box-9 .nb-product-info-wrapper .nb-cart-selected-size > *, .nb-cart-box-9 .nb-product-info-wrapper .nb-cart-selected-size,
.nb-cart-box-9 .nb-product-info-wrapper .nb-cart-item-code,
.nb-cart-box-9 .nb-product-info-wrapper .nb-cart-item-name .nb-title, .nb-cart-box-9 .nb-product-info-wrapper .nb-cart-item-name {
    letter-spacing: 0.03em;
}

.nb-cart-box-9 .nb-product-info-wrapper .nb-code-size-color-wrapper {
    margin-bottom: 4px;
}

.nb-cart-price-and-quantity-2 .nb-old-prices-wrapper > *:not(:last-child),
.nb-cart-box-9 .nb-product-info-wrapper .nb-code-size-color-wrapper > *:not(:last-child) {
    border-color: var(--nb-border-color);
}

.nb-product-card-26 .nb-product-card {
    padding: 9px;
}

.nb-product-card-26 .nb-product-prices-10.nb-component .nb-price.nb-price-active {
    font-weight: var(--nb-font-weight-600);
    letter-spacing: 0.03em;
}

.nb-cart-box-9 .nb-quantity-cart-2 .nb-quantity-arrows {
    transition: background-color 0.3s ease;
}

.nb-cart-box-9 .nb-quantity-cart-2 .nb-quantity-arrows:hover {
    background-color: var(--nb-color-gray-100);
}

.nb-product-card-26 .nb-product-prices-10 .nb-price-prev + .nb-price-prev {
    padding-left: 3px;
    margin-left: 3px;
}

.nb-footer-newsletter-4 .nb-checkbox-wrapper .nb-form-check {
    margin-bottom: 0;
}

.nb-footer-newsletter-4 {
    padding: 43px 0;
}

.category-detail-heading {
    margin-top: 5px !important;
}

.nb-product-add-to-cart-button-2 .nb-quantity-product.nb-product-quantity-m .nb-quantity-arrows, .nb-product-add-to-cart-button-2 .nb-quantity-product.nb-product-quantity-m .nb-quantity-input input {
    font-size: var(--nb-font-size-16);
    font-weight: var(--nb-font-weight-500);
}

.nb-info-box-1 {
    padding: 20px;
}

/*.nb-info-box-1 .nb-btn {*/
/*    min-width: 100%*/
/*}*/

.nbtmp-bojprom-user-order-list-tmp-1 .nb-info-box-1 .nb-btn {
    min-width: 176px;
}

.nb-cart-summary-4 .nb-body-wrapper .nb-text-wrapper .nb-paragraph,
.nb-loyalty-points-selection-1 .nb-loyalty-points-content-wrapper .nb-text-wrapper .nb-description,
.nb-loyalty-points-selection-1 .nb-header-wrapper .nb-points-wrapper,
.nb-checkout-code-selection-accordion-list-1 .nb-header-wrapper .nb-title {
    font-weight: var(--nb-font-weight-500);
}

.nb-loyalty-points-selection-1 .nb-points-threshold .nb-step,
.nb-loyalty-points-selection-1 .nb-loyalty-points-content-wrapper .nb-text-wrapper .nb-description {
    color: var(--nb-text-color-primary);
}

.nb-loyalty-points-selection-1 .nb-accordion-item .nb-loyalty-points-content-wrapper .nb-text-wrapper .nb-input {
    width: 75px;
}

.nb-loyalty-points-selection-1 .nb-points-threshold .nb-step::before,
.nb-loyalty-points-selection-1 .nb-fill-wrapper {
    background: var(--nb-spec-color);
}

.nb-loyalty-points-selection-1 .nb-accordion-item .nb-loyalty-points-content-wrapper .nb-text-wrapper .nb-input {
    font-size: var(--nb-font-size-14);
    font-weight: var(--nb-font-weight-500);
}

.nb-loyalty-points-selection-1 .form-range::-webkit-slider-thumb {
    border-color: var(--nb-spec-color);
}

.nb-loyalty-points-selection-1 .nb-info-wrapper .nb-description {
    font-weight: var(--nb-font-weight-400);
    font-style: normal;
}

.nb-loyalty-points-selection-1 .nb-info-wrapper .nb-link {
    color: var(--nb-spec-color);
}

.nb-loyalty-points-selection-1 .nb-accordion-item .nb-loyalty-points-content-wrapper > .nb-text-wrapper {
    margin-top: 0;
    margin-bottom: 10px;
}

.nb-cart-summary-4 .nb-cart-heading-1 .nb-title {
    font-size: var(--nb-font-size-20);
    font-weight: var(--nb-font-weight-600);
}

.nb-cart-summary-4:has(.nb-cart-price-total-without-vat) .nb-text-wrapper .nb-price-with-taxes .nb-price-value {
    font-weight: var(--nb-font-weight-600);
}

.nb-cart-summary-4 .nb-text-wrapper .nb-price-value {
    font-size: var(--nb-font-size-16);
    font-weight: var(--nb-font-weight-500);
}

.nb-cart-summary-4 .nb-text-wrapper .nb-price-with-taxes .nb-price-value {
    font-weight: var(--nb-font-weight-600);
}

.nb-cart-total-2 .nb-cart-payment-in-installments-1 {
    font-style: normal;
    margin-bottom: 15px;
}

.nb-cart-summary-4 .nb-header-wrapper {
    padding: 10px 15px;
}

.nb-cart-summary-4 .nb-body-wrapper {
    border-color: var(--nb-color-gray-200);
}

.nb-loyalty-points-selection-1 .nb-loyalty-points-content-wrapper .nb-btn-wrapper .nb-btn {
    --nb-btn-dark-color: var(--nb-spec-color);
    border-color: var(--nb-spec-color);
}

.nb-loyalty-points-selection-1 .nb-loyalty-points-content-wrapper .nb-btn-wrapper .nb-btn.nb-btn-dark-transparent:active,
.nb-loyalty-points-selection-1 .nb-loyalty-points-content-wrapper .nb-btn-wrapper .nb-btn.nb-btn-dark-transparent:focus,
.nb-loyalty-points-selection-1 .nb-loyalty-points-content-wrapper .nb-btn-wrapper .nb-btn.nb-btn-dark-transparent:hover {
    background: var(--nb-spec-color);
}

.nb-loyalty-points-selection-1 .nb-info-wrapper {
    padding: 6px 10px;
}

.nb-payment-group-list-2 .nb-header-wrapper .nb-payment-name-selected-payment .nb-separator:before,
.nb-delivery-group-list-2 .nb-delivery-name-selected-carrier .nb-separator:before {
    content: ":";
}

.nb-delivery-group-list-2 .nb-header-wrapper .nb-text-delivery-wrapper .nb-title,
.nb-payment-group-list-2 .nb-header-wrapper .nb-text-payment-wrapper .nb-title {
    gap: 0;
}

.nb-payment-group-list-2 .nb-header-wrapper .nb-text-payment-wrapper .nb-title,
.nb-delivery-group-list-2 .nb-header-wrapper .nb-text-wrapper .nb-title {
    font-weight: var(--nb-font-weight-500);
    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-weight: var(--nb-font-weight-600);
}

.nb-payment-option-2 .nb-payment-option-price, .nb-payment-option-2 .nb-payment-option-description,
.nb-payment-group-list-2 .nb-header-wrapper .nb-text-wrapper .nb-description,
.nb-payment-group-list-2 .nb-accordion-button .nb-header-wrapper .nb-payment-group-image,
.nb-delivery-group-list-2 .nb-header-wrapper .nb-text-wrapper .nb-description,
.nb-delivery-option-2 .nb-delivery-option-description,
.nb-delivery-group-list-2 .nb-accordion-button .nb-header-wrapper .nb-delivery-group-image,
.nb-delivery-group-list-2 .nb-accordion-button .nb-header-wrapper .nb-delivery-group-image .nb-img {
    display: none;
}

.nb-delivery-option-2 .nb-delivery-option-price {
    font-weight: var(--nb-font-weight-600);
}

.nb-delivery-note-1 .nb-label {
    line-height: 20px;
    margin-bottom: 4px;
}

.nb-delivery-note-1 .form-control.nb-textarea::placeholder {
    font-size: var(--nb-font-size-14);
    color: var(--nb-text-color-primary);
}

.nb-payment-group-list-2 .nb-accordion .nb-accordion-button,
.nb-delivery-group-list-2 .nb-accordion .nb-accordion-button {
    min-height: 45px;
}

.nb-delivery-group-list-2 .nb-delivery-costs {
    font-size: var(--nb-font-size-12);
}

.nb-delivery-group-list-2 .nb-accordion.nb-accordion-4 .accordion-button .nb-toggle-icon {
    right: 20px;
}

.nb-open-payment-slip-modal-1 {
    font-size: var(--nb-font-size-14);
    padding: 10px;
}

.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-cart-product-items-3 .nb-quantity-cart-4 .nb-quantity-arrows {
    background: var(--nb-color-gray-100);
}

.nb-product-list-heading-and-description-1 .nb-product-list-description-show-more {
    display: none;
}

.nb-product-list-heading-and-description-1 .nb-heading-with-subheading .nb-sub-heading {
    overflow: visible;
    text-overflow: unset;
    display: block;
    -webkit-line-clamp: unset;
    -webkit-box-orient: unset;
}

.nb-dropdown-v1 .nb-dropdown-menu.show .nb-dropdown-content .nb-form-check:last-child {
    margin-bottom: 0;
}

.nb-dropdown-v1 .nb-dropdown-menu.show .nb-dropdown-content .nb-form-check input {
    width: 16px;
    height: 16px;
}

.nb-product-color-list-3 .nb-product-color-2 {
    width: 10px;
    height: 10px;
}

.nb-product-color-list-3 .nb-product-color-2:hover,
.nb-product-color-list-3 .nb-product-color-2.active {
    outline: unset;
    outline-offset: 0;
}

.nb-product-color-list-3 {
    margin-bottom: 10px;
}

.nb-product-color-list-3 .nb-product-color-list-3-desktop, .nb-product-color-list-3 .nb-product-color-list-3-mobile {
    max-height: 10px;
}

.nb-product-back-in-stock-card-1,
.nb-product-price-drop-card-1 {
    border: 1px solid var(--nb-border-color);
}

.nb-product-back-in-stock-card-1 .nb-product-name,
.nb-product-back-in-stock-card-1 .nb-product-name .nb-title,
.nb-product-price-drop-card-1 .nb-product-name,
.nb-product-price-drop-card-1 .nb-product-name .nb-title {
    font-size: var(--nb-font-size-16);
    font-weight: var(--nb-font-weight-500);
}

.nb-product-back-in-stock-card-1 .nb-product-name .nb-title {
    height: calc(2 * var(--nb-product-name-line-height) * var(--nb-product-name-font-size));
    word-break: break-word;
}

.nb-product-back-in-stock-card-1 .nb-product-card-body .custom-text,
.nb-product-back-in-stock-card-1 .nb-product-code,
.nb-product-price-drop-card-1 .nb-product-code {
    color: var(--nb-text-color-primary);
    font-size: var(--nb-font-size-14);
    font-weight: var(--nb-font-weight-400);
    margin-top: 5px !important;
}

.nb-product-price-drop-card-1 .nb-product-card-body .nb-product-prices-3,
.nb-product-price-drop-card-1 .nb-product-card-body .nb-selected-size {
    margin-top: 5px !important;
}

.nb-product-back-in-stock-card-1 .nb-card.nb-product-card .card-body.nb-card-body.nb-product-card-body,
.nb-product-price-drop-card-1 .nb-card.nb-product-card .card-body.nb-card-body.nb-product-card-body {
    padding: 12px 16px;
}

.nb-product-price-drop-card-1 .nb-separator {
    font-size: var(--nb-font-size-12);
    color: var(--nb-color-gray-600);
}

.nb-till-free-delivery-2 .nb-btn,
.nb-delivery-option-parcel-machine-2 .nb-btn {
    height: 44px;
}

.nb-delivery-option-parcel-machine-2 .nb-btn .bi-pencil-square {
    color: var(--nb-spec-color);
    transition: color .2s ease;
    display: flex;
}

.nb-delivery-option-parcel-machine-2 .nb-btn:hover .bi-pencil-square {
    color: var(--nb-color-white);
}

.nb-till-free-delivery-2 .nb-icon-left-title-and-description-right-horizontal .nb-icon {
    color: var(--nb-spec-color);
}

.nb-checkout-code-selection-accordion-list-1 .nb-header-wrapper .nb-link {
    font-size: var(--nb-font-size-12);
    font-weight: var(--nb-font-weight-500);
    color: var(--nb-spec-color);
}

.nb-cart-address-form .nb-user-type-field-wrapper:has(> .col-12:empty) {
    display: none;
}

.nb-single-banner-16 .nb-slider-item-box-51 .nb-slider-item-content .nb-links-wrapper {
    gap: 40px;
}

.nb-grid-banner-22 .nb-slider-item-box-51 .nb-slider-item-content .nb-links-wrapper {
    gap: 24px;
}

.nb-product-bubble-11 .nb-product-bubble-11-price-wrapper .nb-price-regular, .nb-product-bubble-11 .nb-product-bubble-11-price-wrapper .nb-price-old {
    color: var(--nb-color-gray-600);
}

.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 {
    width: 100%;
}

.nb-product-color-list-3 .nb-product-color-list-3-desktop, .nb-product-color-list-3 .nb-product-color-list-3-mobile {
    margin-bottom: 5px;
}

.nb-product-color-list-3 {
    margin-bottom: 0;
}

.nb-product-comparison-page-product-carousel-1 .nb-heading-with-subheading {
    margin-bottom: 40px;
}

.nb-info-6 .nb-link {
    align-items: center;
}

.nb-info-6 .nb-link .nb-img-wrapper {
    padding-bottom: 0;
}

.nb-info-6 .nb-text-wrapper .nb-paragraph {
    letter-spacing: 0.03em;
}

.nbtmp-product-listing-page-tmp-21 .nb-pagination {
    margin-top: 50px;
}

#faq-accordion.nb-accordion .nb-accordion-body {
    padding: 0 0 10px 0;
    font-size: var(--nb-font-size-14);
}

.nb-product-description-content-2 .nb-product-description-text h2 {
    font-size: var(--nb-font-size-16);
}

.nb-product-description-content-2 .nb-product-description-text p {
    font-size: var(--nb-font-size-14);
}

.nb-info-box-9 .nb-link {
    color: var(--nb-text-color-primary);
}

.nb-info-box-9 .nb-link:hover {
    color: var(--nb-spec-color);
}

.nb-product-filter-category-attribute-horizontal-1 .nb-first-row-wrapper {
    border-bottom-color: var(--nb-color-gray-200);
}

#newsletter_form .nb-alert {
    margin-top: 10px;
}

.nb-card.nb-product-card .nb-img-wrapper > .nb-link {
    width: 100%;
}

.nb-product-gallery-carousel-3 .nb-main-gallery-carousel .nb-slider-item .nb-img-wrapper img {
    margin: auto;
}

.nb-product-related-image-1 a .nb-img-wrapper img {
    max-width: 79px;
}

.nb-product-gallery-carousel-3 .nb-discount .nb-additional-discount-value-wrapper,
.nb-product-gallery-carousel-3 .nb-discount .nb-discount-value-wrapper {
    width: 65px;
    height: 32.5px;
}

.nb-sort-1 select {
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 32px;
}

.nb-product-comparison-floater-1:not(.dragbox) {
    z-index: 1000;
}

.block.nb-social-feed-carousel-1 {
    padding: 60px 0 40px 0;
}

.nb-social-feed-carousel-1 .slick-slider .nb-slider-item .nb-instagram-item-with-media, .nb-social-feed-carousel-1 .slick-slider .nb-slider-item .nb-instagram-item-with-media img, .nb-social-feed-carousel-1 .slick-slider .nb-slider-item .nb-instagram-item-with-media video {
    object-fit: cover;
}

.nb-social-feed-carousel-1 .nb-background-overlay,
.nb-social-feed-carousel-1 .slick-slider .nb-slider-item:not(.slick-current) .nb-instagram-item-with-media .nb-yt-video, .nb-social-feed-carousel-1 .slick-slider .nb-slider-item:not(.slick-current) .nb-instagram-item-with-media .nb-html-video, .nb-social-feed-carousel-1 .slick-slider .nb-slider-item:not(.slick-current) .nb-instagram-item-with-media .nb-instagram-img-wrapper,
.nb-social-feed-carousel-1 .slick-slider .nb-slider-item .nb-instagram-item-with-media,
.nb-social-feed-carousel-1 .slick-slider .nb-slider-item .nb-instagram-item-with-media img {
    border-radius: 0;
}

.nb-dropdown.nb-dropdown-v1 .nb-dropdown-toggle .nb-toggle:before {
    content: "\e946";
}

.nb-dropdown.nb-dropdown-v1 .nb-dropdown-toggle .nb-toggle {
    margin-left: 5px;
    font-size: var(--nb-font-size-13);
}

.nb-form:has(.nb-alert-2 + *) .nb-alert-2 {
    text-align: center;
}

.nb-product-detail-floater-6 .nb-product-name .nb-title span {
    display: -webkit-box;
    max-width: 750px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
}

.nb-product-detail-floater-6 .nb-btn.nb-add-to-cart .nb-icon {
    display: none;
}

.nb-product-comparison-floater-products-1 .nb-info-box-1 .nb-btn {
    font-size: var(--nb-font-size-14);
    min-width: 100%;
}

.nb-how-to-buy-banner-1:not(.nb-closed) {
    z-index: 1001;
}

.nb-tab-link-3 .nb-link-with-icon-1 {
    line-height: 1;
}

.nb-tab-link-list-3 .nb-slider .slider .nb-component.nb-tab-link-3 {
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nb-cart-total-2 .nb-previous-and-next-cart-step button.nb-prev-button-step,
.nb-cart-total-2 .nb-previous-and-next-cart-step .nb-next-button-step {
    height: 52px;
    line-height: 1;
}

.nb-cart-summary-4 .nb-footer-wrapper {
    border: 1px solid var(--nb-color-gray-200);
}

.form-control.nb-textarea {
    background: var(--nb-color-white);
}


.nb-btn.nb-btn-dark-transparent,
.nb-action-loyalty-form .nb-form-wrapper .nb-btn {
    --nb-btn-dark-color: var(--nb-spec-color);
    color: var(--nb-btn-dark-color);
    background: var(--nb-color-white);
    border-color: var(--nb-spec-color);
}

.nb-action-loyalty-form .nb-form-wrapper {
    flex-wrap: wrap;
    gap: 10px;
}

.nb-action-loyalty-form .nb-form-wrapper .nb-btn {
    max-width: 100%;
    margin-left: 0;
    width: 100%;
}

.nb-btn.nb-btn-dark-transparent:hover,
.nb-btn.nb-btn-dark-transparent:active,
.nb-btn.nb-btn-dark-transparent:focus,
.nb-action-loyalty-form .nb-form-wrapper .nb-btn:hover,
.nb-action-loyalty-form .nb-form-wrapper .nb-btn:active,
.nb-action-loyalty-form .nb-form-wrapper .nb-btn:focus {
    --nb-btn-dark-hover-color: var(--nb-spec-color);
    color: var(--nb-color-white);
    background: var(--nb-btn-dark-hover-color);
    border-color: var(--nb-spec-color);
}

.brands-list-by-letters .nb-items-wrapper .nb-content-wrapper {
    height: auto;
    max-height: var(--nb-product-filter-attribute-link-wrapper-height);
}

section.layout:has(.nb-product-detail-floater-6) {
    padding-left: 0;
    padding-right: 0;
}

.product-filter-category-attribute-horizontal-1.sticky-top .nb-first-row-wrapper::after {
    background: var(--nb-color-gray-200);
}

.nb-order-tracking-status-history-1 .nb-accordion.nb-accordion-3 .nb-accordion-button,
.nb-order-tracking-item-list-1 .nb-accordion.nb-accordion-3 .nb-accordion-button {
    padding: 15px;
    border: unset;
}

.nb-order-tracking-item-list-1 .nb-order-items-list-1 {
    border: unset;
}

.nb-order-tracking-status-history-1 .nb-accordion-button .nb-icon-title,
.nb-order-tracking-item-list-1 .nb-accordion-button .nb-icon-title {
    color: var(--nb-spec-color);
}

.nbtmp-bojprom-order-tracking-page-tmp-1 .nb-accordion-3.accordion-flush .nb-accordion-item:last-child,
.nbtmp-bojprom-order-tracking-page-tmp-1 .nb-accordion-3.accordion-flush .nb-accordion-item:first-child,
.nbtmp-bojprom-order-tracking-page-tmp-1 .nb-accordion-3 .nb-accordion-item {
    border-radius: 4px;
}

.nb-order-item-box-1 .nb-order-item-info-wrapper .nb-img {
    max-width: 100px;
    border: 1px solid var(--nb-color-gray-200);
}

.nb-order-status-history-box-1 {
    border-top: unset;
}

.nb-change-password-form-page-1 .nb-change-password-form-1 {
    max-width: 100%;
}

.nb-user-gift-list-box-2 {
    padding: 12px;
}

.nb-product-box-11 .nb-product-name, .nb-product-box-11 .nb-product-name .nb-title {
    font-size: var(--nb-font-size-14);
    font-weight: var(--nb-font-weight-500);
}

.nb-product-box-11 .nb-product-category {
    color: var(--nb-text-color-primary);
}

.nb-social-feed-carousel-1 .nb-slider-arrows {
    width: calc(100% + 30px);
}

.nb-social-feed-carousel-1 .nb-instagram-item-with-media .nb-instagram-img-wrapper {
    position: relative;
    overflow: hidden;
}

.nb-social-feed-carousel-1 .nb-instagram-item-with-media .nb-instagram-img-wrapper video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Dodatno sakrivanje native kontrola */
.nb-social-feed-carousel-1 .nb-instagram-item-with-media video::-webkit-media-controls,
.nb-social-feed-carousel-1 .nb-instagram-item-with-media video::-webkit-media-controls-enclosure,
.nb-social-feed-carousel-1 .nb-instagram-item-with-media video::-webkit-media-controls-panel,
.nb-social-feed-carousel-1 .nb-instagram-item-with-media video::-webkit-media-controls-start-playback-button {
    display: none !important;
    -webkit-appearance: none;
}

/* Custom mute dugme */
.nb-social-feed-carousel-1 .nb-instagram-item-with-media .nb-instagram-mute-toggle {
    position: absolute;
    left: 22px;
    bottom: 22px;
    z-index: 5;
    width: 22px;
    height: 22px;
    padding: 0;
    border: 0;
    cursor: pointer;
    background: unset;
}

.nb-social-feed-carousel-1 .nb-instagram-item-with-media .nb-instagram-mute-toggle i {
    font-size: 22px;
    line-height: 1;
    pointer-events: none;
}

.nb-social-feed-carousel-1 .nb-instagram-item-with-media .nb-instagram-mute-toggle i::before {
    content: "\e922";
}

.nb-social-feed-carousel-1 .nb-instagram-item-with-media .nb-instagram-mute-toggle.is-muted i::before {
    content: "\e922";
}

.nb-social-feed-carousel-1 .nb-instagram-item-with-media .nb-instagram-mute-toggle.is-unmuted i::before {
    content: "\e91f";
}

.nb-order-status-notice-1 .nb-title {
    text-align: center;
}

.nb-delivery-address-form-3 .row.nb-form-fields-wrapper > div:has(#cart_onepage_phone.parsley-error) ~ div:has(#cart_onepage_postcode) {
    margin-top: 30px;
}

@media screen and (max-width: 1700px) {
    .nb-ecommerce-header-21 .nb-horizontal-navigation-2 .nb-menu-first-level-item-list.wsmenu-list li > .navtext {
        padding: 0 10px;
        text-align: start;
    }

    .nb-ecommerce-header-21:has(.nb-smart-search-modal-2) .nb-search-button {
        min-width: 150px;
    }
}

@media screen and (max-width: 1400px) {
    .nb-ecommerce-header-21 .nb-menu-second-level-item-list .row > *,
    .nb-ecommerce-header-21 .nb-third-menu-level-item-list .row > * {
        padding-right: 10px;
        padding-left: 10px;
    }

    .nb-ecommerce-header-21 .nb-menu-second-level-item-list .row > *:first-child {
        padding-left: 10px;
    }

}

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

    .text-info-3,
    .contact-info {
        padding-left: 20px;
    }

    .contact-form-1,
    .nb-career-form-line-1,
    .nb-cooperation-form-line-1 {
        padding-right: 30px;
    }
}

@media screen and (max-width: 1024px) {
    .nb-cart-product-item-4 .nb-cart-item-saving-price {
        background: var(--nb-color-teal);
        height: 20px;
        padding: 2px 15px;
        border-radius: 0 0 4px 4px;
    }

    .nb-cart-product-item-4 .nb-cart-item-saving-price .nb-cart-saving-price-value,
    .nb-cart-product-item-4 .nb-cart-item-saving-price .nb-cart-saving-price-label {
        font-weight: var(--nb-font-weight-500);
        font-size: var(--nb-font-size-12);
        font-style: italic;
        letter-spacing: 0.03em;
    }

    .nb-cart-product-item-4 .nb-img-wrapper {
        border: unset;
    }

    .nb-cart-product-items-3.block {
        padding: 20px 10px;
    }

    .nb-cart-product-item-4 {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 10px;
    }

    .nb-cart-product-item-4 .nb-delete-product-wrapper .nb-cart-item-delete-1,
    .nb-cart-product-item-4 .nb-cart-item-discount-2 {
        padding: 0;
    }

    .nb-cart-product-item-4 .nb-price-quantity-wrapper .nb-price-wrapper {
        display: flex;
        flex-direction: column;
    }

    .nb-cart-product-item-4 .nb-price-wrapper .nb-cart-price-with-discount {
        order: 1;
    }

    .nb-cart-product-item-4 .nb-price-wrapper .nb-price-prev.nb-price-regular {
        order: 2;
    }

    .nb-cart-product-item-4 .nb-price-wrapper .nb-price-prev.nb-price-prev-third {
        order: 3;
    }

    .nb-cart-product-item-4 .nb-price-wrapper > *:not(:last-child) {
        margin-bottom: 0;
    }

    .nb-cart-product-item-4 .nb-product-image-info-wrapper > .nb-img-wrapper {
        padding-bottom: 0;
    }

    .nb-cart-product-item-4 .nb-delete-product-wrapper .nb-icon {
        font-size: var(--nb-font-size-16);
        color: var(--nb-spec-color);
    }

    .nb-cart-summary-4 .nb-cart-heading-1 .nb-title {
        font-weight: var(--nb-font-weight-500);
    }

    .nb-cart-summary-4 .nb-body-wrapper .nb-text-wrapper .nb-total-label,
    .nb-cart-summary-4 .nb-text-wrapper .nb-price-without-taxes .nb-price-value,
    .nb-cart-summary-4 .nb-text-wrapper .nb-price-value {
        font-size: var(--nb-font-size-14);
    }

    .nb-cart-summary-4 .nb-text-wrapper .nb-price-with-taxes .nb-price-value {
        font-weight: var(--nb-font-semibold);
        font-size: var(--nb-font-size-17);
    }

    .nb-checkout-code-selection-accordion-list-1 .nb-header-wrapper .nb-title {
        font-size: var(--nb-font-size-12);
    }

    .nb-checkout-code-selection-accordion-list-1 .nb-header-wrapper .nb-description {
        font-size: var(--nb-font-size-11);
    }

    .nb-cart-product-item-4 .nb-price-with-total-price-wrapper {
        align-items: center;
    }

    .nb-cart-product-item-4 .nb-product-info-price-wrapper {
        min-height: 150px;
    }
}

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

    /*Search*/
    .nb-ecommerce-header-21 {
        border-bottom: 1px solid var(--nb-border-color);
    }

    .nb-ecommerce-header-21 .nb-smart-search-1 .left-search-wrapper {
        background-color: var(--nb-color-white);
        padding: 0;
    }

    .nb-ecommerce-header-21 .nb-box-with-link-list .nb-items-wrapper .nb-slider-item {
        background: var(--nb-color-teal-200);
    }

    .nb-ecommerce-header-21 .nb-search-input-wrapper > .nb-input {
        border-radius: 4px;
    }

    .nb-ecommerce-header-21 .smart-search-modal-2 .form-control.nb-input {
        font-size: var(--nb-font-size-16);
    }

    /*Dropdown*/
    .nb-ecommerce-header-21 .nb-menu-first-level-item-list-3 .nb-mobile-header {
        padding: 16px 10px;
        background-color: var(--nb-color-teal-200);
        width: 100vw;
        margin: 0 -30px;
    }

    .nb-horizontal-navigation-2 .wsmenu > .wsmenu-list > li > .wsmegamenu.active {
        top: 53px;
    }

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

    .nb-ecommerce-header-21 .nb-menu-second-level-item-2 {
        min-height: 48px;
        padding: 14px 5px;
    }

    .nb-ecommerce-header-21 .wsmenu > .wsmenu-list > li.nb-menu-first-level-item-1:has(.nb-first-level-menu-item-link.hidden) {
        padding: 0 !important;
    }

    .nb-ecommerce-header-21 .nb-menu-second-level-item-2.active {
        background: transparent;
        border-bottom-color: var(--nb-spec-color);
    }

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

    .nb-menu-second-level-item-2 .nb-icon {
        font-size: var(--nb-font-size-14);
    }

    .nb-ecommerce-header-21 .nb-horizontal-navigation-2 .nb-menu-first-level-item-list-3 .nb-current-menu-item-name {
        font-size: var(--nb-font-size-18);
    }

    .nb-ecommerce-header-21 .wsactive .wsanimated-arrow {
        right: 10px !important;
    }

    .nb-ecommerce-header-21 .wsanimated-arrow.nb-menu-open {
        right: 10px !important;
    }

    .nb-ecommerce-header-21 .wsanimated-arrow:not(.nb-menu-open) {
        position: relative;
        max-width: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 0 0 10px;
        padding: 0;
        flex: 0 0 40px;
        width: 40px;
        height: 40px;
        background: var(--nb-color-gray-100);
        border-radius: 4px;
    }

    .nb-ecommerce-header-21 .wsanimated-arrow span {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 16px;
        height: 2px;
        transform: translate(-50%, -50%);
    }

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

    .nb-ecommerce-header-21 .wsanimated-arrow span {
        width: 22px;
        margin-left: auto;
    }


    .nb-ecommerce-header-21 .nb-header-wrapper .nb-header-shop-utilities {
        margin-right: 0;
    }

    .nb-ecommerce-header-21 .nb-search-close {
        width: 40px;
        height: 40px;
        min-width: 40px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: var(--nb-color-pink);
        font-size: 17px;
        line-height: 1;
        padding: 0;
        pointer-events: none;
        border-radius: 0 4px 4px 0;
    }

    .nb-ecommerce-header-21 .nb-icon.nb-search-close {
        top: 0;
        right: 5px;
    }

    .nb-ecommerce-header-21 .nb-search-close {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        padding: 0 0 0 10px;
        border-radius: 4px;
    }

    .nb-ecommerce-header-21 .nb-search-input-wrapper .bi-x:before {
        content: "\e9d3";
        color: var(--nb-color-white);
    }

    .nb-ecommerce-header-21 .nb-search-button .nb-icon {
        font-size: 16px;
        height: 17px;
    }

    .nb-ecommerce-header-21 .nb-menu-first-level-item-list-3 .nb-header-user-links-3 {
        border-bottom: unset;
    }

    .nb-ecommerce-header-21 .wsmenu > .wsmenu-list > li > .wsshoptabing > .wsshopwp > .wstabitem > li > .wstitemright,
    .nb-ecommerce-header-21 .wsmenu > .wsmenu-list > li > .wsshoptabing > .wsshopwp > .wstabitem > li > a {
        width: 100%;
    }

    .nb-ecommerce-header-21 .nb-menu-third-level-item-1:before {
        transform: rotate(90deg);
    }

    .nb-ecommerce-header-21 .nb-search-results-wrapper > .row {
        flex-direction: column;
    }

    .nb-ecommerce-header-21 .nb-box-with-link-list .nb-items-wrapper .nb-slider-item {
        padding: 4px 8px;
    }

    .nb-ecommerce-header-21 .nb-smart-search-1 .left-search-wrapper .nb-box-with-link-list {
        margin-top: 10px;
    }

    .nb-ecommerce-header-21 .nb-smart-search-1 .right-search-wrapper {
        padding-top: 0;
    }

    .nb-ecommerce-header-21 .wsmenu > .wsmenu-list > li > .wsshoptabing > .wsshopwp > .wstabitem > li.nb-menu-second-level-item-1 > a.nb-second-level-menu-item-link {
        gap: 10px;
    }

    .nb-ecommerce-header-21 .nb-box-with-link-list .nb-link-list-title {
        text-transform: none;
    }

    .nb-header-gift-count, .nb-header-favorite-count, .nb-header-cart-count {
        font-size: var(--nb-font-size-10);
        line-height: 10px;
    }

    .nb-ecommerce-header-21 .nb-header-cart-with-badge-1 .nb-header-cart-count-wrapper, .nb-ecommerce-header-21 .nb-header-favorite-with-badge-1 .nb-header-favorite-count-wrapper, .nb-ecommerce-header-21 .nb-header-gift-with-badge-1 .nb-header-gift-count-wrapper {
        transform: translate(-60%, -15%);
    }

    .nb-search-product-grid-2 .nb-title-link-wrapper .nb-link {
        margin-right: 0;
    }

    .nb-search-results-wrapper > .row {
        gap: 15px;
    }

    .nb-ecommerce-header-21 .nb-search-product-grid-2 .nb-product-col {
        margin-top: 10px;
    }

    .nb-ecommerce-header-21 .nb-search-product-grid-2 .nb-product-col:first-child {
        margin-top: 0;
    }

    .nb-smart-search-1 .search-content-with-banner .nb-search-banner-1 {
        display: none;
    }

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

    body.open-search .nb-smart-search-modal-2, body.open-search .nb-smart-search-modal-2 .nb-search.nb-search-2 {
        border-radius: unset;
    }

    .nb-menu-first-level-item-list-3 .nb-footer-links .nb-collapse-button:before {
        right: -8px;
        transform: rotate(-90deg);
    }

    body:not(.block-editing) .nb-main-navigation-3 .nb-menu-mobile-bottom-links {
        box-shadow: 0 -4px 8px 0 rgba(0, 0, 0, 0.1);
    }

    .nb-ecommerce-header-21 .nb-menu-third-level-item-1.active .nb-third-level-menu-item-title {
        border-bottom: 1px solid var(--nb-spec-color);
    }

    .nb-header-user-links-3 .nb-user-login-link {
        color: var(--nb-color-white);
        font-size: var(--nb-font-size-14);
        letter-spacing: 3%;
    }

    .nb-header-user-links-3 .nb-user-register-link {
        color: var(--nb-btn-secondary-color);
        background: var(--nb-btn-secondary-bg);
        border-color: var(--nb-btn-secondary-border-color);
        font-size: var(--nb-font-size-14);
        letter-spacing: 3%;
    }

    .nb-header-user-links-3 .nb-user-login-link:hover,
    .nb-header-user-links-3 .nb-user-login-link:focus,
    .nb-header-user-links-3 .nb-user-login-link:active {
        color: var(--nb-color-white);
        background: var(--nb-btn-primary-hover-bg);
        border-color: var(--nb-btn-primary-hover-border-color);
    }

    .nb-header-user-links-3 .nb-user-register-link:hover,
    .nb-header-user-links-3 .nb-user-register-link:active,
    .nb-header-user-links-3 .nb-user-register-link:focus {
        background: var(--nb-btn-secondary-hover-bg);
        border-color: var(--nb-btn-secondary-hover-border-color);
    }


    .nb-horizontal-navigation-2 .nb-menu-first-level-item-list.wsmenu-list li > .navtext {
        font-weight: var(--nb-font-weight-500);
    }

    .nb-ecommerce-header-21 .nb-menu-first-level-item-list-3.wsmenu-list {
        padding: 20px 10px;
    }

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

    .nb-ecommerce-header-21 .nb-menu-first-level-item-list-3 .nb-footer-links .nb-collapse-button {
        font-size: var(--nb-font-size-14);
    }

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

    .nb-menu-first-level-item-list-3 .nb-footer-links .nb-footer-mobile-collapse {
        min-height: 48px;
    }

    .nb-ecommerce-header-21 .nb-header-menu-wrapper .nb-menu-first-level-item-list.wsmenu-list li > .navtext {
        padding: 5px 0;
    }

    .nb-main-navigation-3 .nb-menu-mobile-bottom-links > .nb-link {
        font-size: var(--nb-font-size-12);
        font-weight: var(--nb-font-weight-500);
    }

    .nb-slider-item-list-box-2 .nb-top-wrapper .nb-link {
        position: relative;
        text-decoration: underline;
        padding-right: 20px;
    }

    .nb-slider-item-list-box-2 .nb-top-wrapper .nb-link:before {
        content: "\e950";
        font-family: 'nbi-font';
        position: absolute;
        right: 0;
        color: var(--nb-text-color-primary);
    }

    .nb-horizontal-navigation-2:has(.nb-menu-mobile-bottom-links) .nb-menu-first-level-item-list-3 {
        padding-top: 0;
    }

    .nb-slider-item-list-box-2 .nb-slider-item-box-54 .nb-slider-item-name {
        bottom: 10px;
        left: 5px;
        transform: unset;
    }

    .nb-slider-item-list-box-2 .nb-slider-item-box-54 .nb-slider-item-name {
        font-size: var(--nb-font-size-12);
        font-weight: var(--nb-font-weight-700);
        color: var(--nb-color-white);
        letter-spacing: 3%;
    }

    .nb-slider-item-list-box-2 .nb-slider-item-box-54 .nb-img-wrapper {
        position: relative;
        overflow: hidden;
    }

    .nb-slider-item-list-box-2 .nb-slider-item-box-54 .nb-img-wrapper:before {
        content: '';
        position: absolute;
        inset: 0;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) -39.47%, rgba(0, 0, 0, 0.2) 58.16%);
        z-index: 1;
        pointer-events: none;
    }


    .nb-ecommerce-header-21 .wsmenu > .wsmenu-list > li > .wsshoptabing > .wsshopwp > .wstabitem > li {
        background-color: var(--nb-color-white);
    }

    .nb-ecommerce-header-21 .nb-horizontal-navigation-2 .wsmenu > .wsmenu-list > li.nb-menu-first-level-item-1,
    .nb-ecommerce-header-21 .wsmenu > .wsmenu-list > li > .wsshoptabing > .wsshopwp > .wstabitem > li.nb-menu-second-level-item-1 {
        padding: 8px 0;
    }


    .nb-ecommerce-header-21 .nb-special-item, .wsmenu > .wsmenu-list > li.nb-menu-first-level-item-1.nb-special-item, .nb-ecommerce-header-21 .nb-special-item, .wsmenu > .wsmenu-list > li.nb-menu-first-level-item-1.nb-new-item {
        width: 100%;
        padding: 5px 0;
    }

    .nb-ecommerce-header-21 .nb-special-item, .wsmenu > .wsmenu-list > li.nb-menu-first-level-item-1.nb-special-item, .nb-ecommerce-header-21 .nb-special-item {
        padding-top: 10px;
    }

    .nb-ecommerce-header-21 .nb-horizontal-navigation-2 .wsmenu > .wsmenu-list > li.nb-menu-first-level-item-1.nb-special-item {
        padding-bottom: 5px;
        padding-top: 10px;
    }

    .nb-ecommerce-header-21 .nb-horizontal-navigation-2 .wsmenu > .wsmenu-list > li.nb-menu-first-level-item-1.nb-new-item {
        padding-top: 5px;
    }

    .nb-ecommerce-header-21 .nb-slider-item-list-box-2 .nb-slider-dots .slick-dots > li {
        height: 2px;
    }

    .nb-ecommerce-header-21 .nb-horizontal-navigation-2 .nb-menu-third-level-item-1 .nb-third-level-menu-item-title {
        min-height: 48px;
    }

    .nb-menu-third-level-item-1.active .nb-menu-fourth-level-item-1 {
        padding: 10px;
    }

    .nb-menu-first-level-item-list-3 .nb-mobile-header .nb-menu-back.show {
        font-size: 20px;
    }

    .nb-menu-first-level-item-list-3 .nb-mobile-header .nb-menu-back.show + .nb-current-menu-item-name {
        margin-left: 30px;
    }

    .nb-ecommerce-header-21 .wsmenu > .wsmenu-list > li > .wsshoptabing.nb-dropdown-2 > .wsshopwp {
        padding: 0;
    }

    .nb-ecommerce-header-21 .nb-horizontal-navigation-2 .wsmenu > .wsmenu-list > li.nb-menu-first-level-item-1 > .wsmenu-click {
        margin-right: 23px;
        align-items: end;
        display: flex;
    }

    .nb-ecommerce-header-21 .wsmenu .wsmenu-list > li > .wsshoptabing > .wsshopwp > .wstabitem > li > .wsmenu-click02 {
        min-height: 48px;
        justify-content: end;
    }

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

    .nb-logged-user-wrapper .nb-user-logout.nb-link {
        text-decoration: underline;
    }

    /* Footer */
    .nb-footer-newsletter-4 {
        flex-direction: column;
        justify-content: start;
        align-items: start;
        padding: 20px 8px;
        gap: 10px;
    }

    .nb-product-filter-category-attribute-horizontal-1 .nb-mobile-title-wrapper {
        background: var(--nb-color-teal-100);
    }

    .nb-dropdown-v1 .nb-dropdown-menu.show .nb-dropdown-content {
        padding-bottom: 12px;
    }

    .nb-category-filter .nb-dropdown-v1 .nb-dropdown-menu.show .nb-dropdown-content {
        padding-bottom: 12px;
        margin-bottom: 0;
    }

    .nb-dropdown-v1 .nb-dropdown-menu.show .nb-dropdown-content {
        border-bottom: 1px solid var(--nb-spec-color);
    }

    .nb-dropdown-v1 .nb-dropdown-menu.show .nb-dropdown-content .nb-form-check:last-child {
        margin-bottom: 0;
    }

    /* Product Detail */
    .nb-product-detail-category-name-1 .nb-link {
        font-size: var(--nb-font-size-14);
        line-height: 22px;
    }

    .nb-product-quantity-add-to-cart-and-favorite-2:not(.no-favorite-with-on-mobile) .nb-favorite span {
        display: none;
    }

    .nb-product-add-to-cart-button-2 .nb-product-quantity-add-to-cart-and-favorite-2 .nb-main-wrapper .nb-favorite {
        height: var(--nb-product-add-to-cart-button-2-add-to-cart-btn-height);
        width: var(--nb-product-add-to-cart-button-2-add-to-cart-btn-height);
    }

    .tp-product .nb-margin:not(:has(.nb-product-detail-breadcrumbs-inline-1)) {
        margin-bottom: 40px;
    }

    .nb-product-user-activity-misc-options-2 > * {
        flex: 1 1 calc(50% - 10px);
        padding-left: 10px;
    }

    .nb-product-user-activity-misc-options-2 .nb-product-open-gift-list-modal .nb-btn {
        font-size: var(--nb-font-size-12);
    }

    .nb-product-user-activity-misc-options-2 .nb-custom-text-with-icon-1 {
        padding: 0;
    }

    .tp-product_list .nb-margin:has(.nb-product-category-description-1),
    .tp-product_list .nb-margin:has(.nb-product-listing-display-grid-2) {
        margin-bottom: 40px;
    }

    .nb-sort-1 .nb-select {
        font-weight: var(--nb-font-weight-400);
    }

    .nb-sort-1 .nb-select {
        padding: 4px 10px;
    }

    .nb-filter-mobile-button-1 {
        padding: 8px 10px;
        font-weight: var(--nb-font-weight-400);
    }

    .nb-filter-mobile-button-1 .nb-icon {
        color: var(--nb-spec-color);
    }

    .nb-product-category-description-1 .nb-product-description > * > *,
    .nb-product-category-description-1 .nb-product-description > *,
    .nb-product-category-description-1 .nb-product-description {
        font-size: var(--nb-font-size-14) !important;
    }

    .nb-product-filter-category-attribute-horizontal-1 .nb-first-row-wrapper {
        padding-top: 0;
        flex-wrap: nowrap;
    }

    .nb-product-filter-category-attribute-horizontal-1 .nb-sort-1 {
        margin-right: 10px;
    }

    .nb-product-filter-category-attribute-horizontal-1 .nb-sort-1 select {
        max-width: 100%;
    }

    .nb-product-filter-category-attribute-horizontal-1 .nb-dropdown.nb-dropdown-v1 .nb-dropdown-menu {
        padding-top: 0;
        padding-bottom: 10px;
    }

    .nb-product-available-in-store-box-1 .nb-product-size-list-2 {
        gap: 5px;
    }

    .nb-header-user-links-3 .nb-user-info-wrapper {
        .nb-icon {
            font-size: 16px;
            width: 40px;
            height: 40px;
            background: var(--nb-color-gray-100);
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 999px;
        }
    }

    .nb-category-filter .nb-dropdown-menu.show .nb-dropdown-content {
        border-bottom: 1px solid var(--nb-spec-color);
    }

    .nb-product-filter-category-attribute-horizontal-1 .nb-dropdown.nb-dropdown-v1 .nb-dropdown-toggle {
        padding: 19px 0;
        height: 56px;
    }

    .nb-box-with-link-list .nb-items-wrapper .nb-link {
        margin-left: 6px;
    }

    .nb-menu-item-box-1 .nb-img {
        width: 100%;
    }

    .nb-product-filter-category-attribute-horizontal-1 .nb-first-row-wrapper .nb-sort-1 .nb-select {
        font-size: var(--nb-font-size-14);
        padding-right: 32px;
    }

    .nb-product-filter-category-attribute-horizontal-1 .nb-filter-mobile-button-1 {
        padding-right: 15px;
        font-size: var(--nb-font-size-14);
    }

    .nb-product-gallery-carousel-3 .nb-slider-item,
    .nb-product-gallery-carousel-horizontal-1 .nb-slider-item {
        margin: 0 var(--nb-slider-margin-x) !important;
    }

    .nb-product-gallery-carousel-horizontal-1 .nb-slider-item .nb-img-wrapper {
        border: unset;
    }

    .nb-product-detail-gallery-compound-carousel-3 .nb-product-gallery-carousel-horizontal-1 .slider-prev .nb-arrow-left {
        left: 0;
    }

    .nb-product-detail-gallery-compound-carousel-3 .nb-product-gallery-carousel-horizontal-1 .slider-next .nb-arrow-right {
        right: 0;
    }

    .nb-product-related-image-1 a .nb-img-wrapper img {
        max-width: 58px;
    }

    .nb-product-gallery-carousel-3 .nb-discount .nb-additional-discount-value-wrapper,
    .nb-product-gallery-carousel-3 .nb-discount .nb-discount-value-wrapper {
        width: 50px;
        height: 25px;
    }

    .nb-product-filter-category-attribute-horizontal-1 .nb-first-row-wrapper {
        border-bottom-color: var(--nb-color-gray-100);
    }

    .carousel-banner-10 {
        max-width: 100%;
    }
}


@media screen and (max-width: 768px) {
    .layout100percent.nb-margin-bottom-100 {
        margin-bottom: 40px !important;
    }

    /* Footer */
    .nb-ecommerce-footer-13 .nb-middle-footer-wrapper .nb-app-download-col {
        justify-content: start;
    }

    /*    Product Detail*/
    .nb-product-detail-breadcrumbs-inline-1 {
        letter-spacing: 0.03em;
    }

    .nb-product-specification-1,
    .nb-component.nb-product-specification-1,
    .nb-product-available-in-store-box-1,
    .nb-product-description-content-2 {
        margin-top: 0 !important;
    }

    .nb-tab-and-accordion.nb-tab-and-accordion-v1 > .nb-accordion > .nb-accordion-item > .nb-accordion-header > .nb-accordion-button {
        font-weight: var(--nb-font-weight-400);
        padding: 20px 0;
    }

    /* Product Listing */
    .nb-product-category-breadcrumbs-inline-1 {
        letter-spacing: 0.03em;
    }

    .tp-register .nb-margin-bottom-70 {
        margin-bottom: 40px !important;
    }

    .nb-registration-modal-placeholder-1-block .nb-registration-modal-placeholder-1 .nb-modal-body {
        padding: 10px;
    }

    .nb-ecommerce-header-21 .nb-header-gift-with-badge-1 .nb-icon, .nb-ecommerce-header-21 .nb-header-favorite-with-badge-1 .nb-icon, .nb-ecommerce-header-21 .nb-header-cart-with-badge-1 .nb-icon {
        font-size: 26px;
    }

    .nb-grid-banner-22 .nb-slider-item-box-51 .nb-slider-item-content,
    .nb-single-banner-16 .nb-slider-item-box-51 .nb-slider-item-content {
        bottom: 40px
    }

    .nb-product-add-to-cart-button-2 .nb-product-quantity-add-to-cart-and-favorite-2 .nb-main-wrapper .nb-favorite .nb-icon {
        font-size: var(--nb-font-size-17);
    }


    .nb-product-card-49 .nb-product-card-body .nb-product-prices-3 .nb-price.nb-price-active {
        font-size: var(--nb-font-size-16);
    }


    .nb-product-card-49 .nb-product-card-body .nb-product-prices-3 .nb-separator, .nb-product-card-49 .nb-product-card-body .nb-product-prices-3 .nb-price.nb-price-prev {
        font-size: var(--nb-font-size-11);
    }

    .nb-product-card-49 .nb-product-card-body .nb-product-name .nb-title {
        font-size: var(--nb-font-size-13);
        height: calc(var(--nb-product-card-49-name-rows) * var(--nb-product-card-49-name-line-height) * var(--nb-font-size-13));
    }

    .nb-back-in-stock-list-grid-1 .nb-heading-with-subheading {
        max-width: 100%;
    }

    .nb-back-in-stock-list-grid-1 .nb-top-wrapper {
        flex-direction: column;
        margin-bottom: 20px;
    }

    .layout:not(.layout100percent) .brand-logo-carousel .slider .nbf-slider-init:not(.slick-vertical,
    .nbf-notOnloadSlider:not(.slick-initialized)) {
        margin: 0;
    }

    .nb-slider-item-box-51 .nb-links-wrapper {
        flex-wrap: nowrap;
    }

    .text-info-3,
    .contact-info {
        padding-left: 0;
        border-left: unset;
    }

    .nb-career-form-line-1,
    .nb-cooperation-form-line-1 {
        padding-right: 0px;
        border-right: unset;
    }

    .contact-form-1 {
        padding-right: 0
    }

    .nb-career-form-line-1 .nb-heading-with-subheading,
    .contact-info .block-heading-with-subheading, .nb-cooperation-form-line-1 .nb-heading-with-subheading {
        margin-bottom: 25px;
    }

    .nb-social-login .nb-btn {
        font-size: var(--nb-font-size-13);
    }

    .article-detail-content p {
        font-size: var(--nb-font-size-14);
    }

    .col-12:has(.nb-antispam-select) {
        margin-top: 30px;
    }

    .nb-antispam-select .nb-form-group {
        margin-bottom: 10px;
    }

    .nbtmp-bojprom-career-form-page-tmp-1 .layout:has(.nb-career-form-line-1) {
        margin-bottom: 40px;
    }

    .nb-breadcrumb-wrapper {
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .nb-breadcrumb-wrapper::-webkit-scrollbar {
        display: none;
    }

    .nb-breadcrumb {
        display: flex;
        flex-wrap: nowrap;
        white-space: nowrap;
        width: max-content;
        min-width: 100%;
    }

    .nb-breadcrumb-item {
        flex: 0 0 auto;
    }

    .nb-margin-bottom-40:has(.article-detail-cover-image) {
        margin-bottom: 20px !important;
    }

    .nb-cart-product-items-3.block .nb-cart-heading-1 {
        margin-bottom: 13px;
    }

    .nb-checkout-progress-bar-1 {
        z-index: 1020;
    }

    .nb-checkout-progress-bar-1 .nb-slider-init {
        justify-content: start;
    }

    .nb-grid-banner-22 .row .col-12 {
        margin-top: 10px;
    }

    .nb-product-back-in-stock-card-1 .nb-product-name,
    .nb-product-back-in-stock-card-1 .nb-product-name .nb-title,
    .nb-product-price-drop-card-1 .nb-product-name,
    .nb-product-price-drop-card-1 .nb-product-name .nb-title {
        font-size: var(--nb-font-size-13);
    }

    .layout:has(.nb-checkout-progress-bar-1) {
        margin-bottom: 20px !important;
        margin-top: 20px !important;
    }

    .nb-till-free-delivery-2 .nb-btn,
    .nb-delivery-option-parcel-machine-2 .nb-btn {
        height: 42px;
    }

    .nb-delivery-option-parcel-machine-2 .nb-btn {
        font-size: var(--nb-font-size-14);
    }

    .nb-single-banner-16 .nb-slider-item-box-51 .nb-slider-item-content .nb-links-wrapper {
        gap: 10px;
        flex-wrap: wrap;
    }

    .nb-grid-banner-22 .nb-slider-item-box-51 .nb-slider-item-content .nb-links-wrapper {
        gap: 10px;
    }

    .nb-single-banner-16 .nb-slider-item-box-51 .nb-slider-item-content .nb-links-wrapper > * {
        width: calc(50% - 30px);
    }

    .nb-carousel-banner-37 .slick-dots {
        margin-top: 10px;
    }

    .nb-tab-and-accordion.nb-tab-and-accordion-v1 > .nb-accordion > .nb-accordion-item:has(.nb-accordion-button:not(.collapsed)) {
        padding-bottom: 0;
    }

    .nb-product-card-49 .nb-product-image-with-positioned-content-v1 .nb-img-wrapper .nb-img {
        padding: 0;
    }

    .nb-article-card-9 .nb-card-body {
        padding: 10px 0 0;
    }

    .nb-product-card-49 .nb-product-card-body .nb-product-code,
    .nb-product-card-49 .nb-product-card-body .nb-product-category {
        line-height: 20px;
    }

    .nb-product-box-detail-floater-6 .nb-right-wrapper .nb-btn-wrapper .nb-btn {
        font-size: var(--nb-font-size-14);
        height: 40px;
    }

    .nb-product-detail-floater-6 .nb-btn.nb-add-to-cart .nb-icon {
        display: block;
    }

    .nb-user-gift-list-box-3 .nb-cover-image {
        display: block;
        z-index: -1;
    }

    .nb-action-loyalty-box-2.checked .nb-info-wrapper,
    .nb-payment-option-2 .nb-icon-wrapper,
    .nb-delivery-option-2 .nb-price-icon-wrapper {
        right: 0;
    }

    .nb-delivery-option-2 .nb-delivery-option-price {
        margin-right: 40px;
    }

    .nb-app-request .nb-cart-summary-4 {
        padding-bottom: 40px;
    }

    .nb-delivery-address-form-3 .row.nb-form-fields-wrapper > div:has(#cart_onepage_phone.parsley-error) ~ div:has(#cart_onepage_postcode) {
        margin-top: var(--bs-gutter-y);
    }
}

@media screen and (max-width: 576px) {
    /* Footer */
    .nb-ecommerce-footer-13 .nb-middle-footer-wrapper .nb-footer-company-info-1, .nb-ecommerce-footer-13 .nb-middle-footer-wrapper .nb-footer-links .nb-collapse-button {
        padding: 15px 10px;
        line-height: 1;
    }

    .nb-ecommerce-footer-13 .nb-middle-footer-wrapper .nb-collapse-button:before,
    .nb-ecommerce-footer-13 .nb-middle-footer-wrapper .nb-footer-links .nb-collapse-button:before {
        color: var(--nb-text-color-primary);
    }

    .nb-ecommerce-footer-13 .nb-middle-footer-wrapper {
        padding-bottom: 68px;
    }

    .nb-footer-newsletter-4 .nb-newsletter-title {
        --nb-footer-newsletter-4-title-font-size: var(--nb-font-size-18);
    }

    .nb-footer-newsletter-4 .nb-newsletter-description {
        --nb-footer-newsletter-4-description-font-size: var(--nb-font-size-14);
    }

    .nb-block-login-modal-1 {
        --nb-modal-padding-y: 10px;
        --nb-modal-padding-x: 10px;
    }

    .nb-promotion-coupon-modal-btn {
        min-width: 100%;
    }

    .nb-carousel-banner-12 .nb-carousel-additional-content {
        width: 100%;
        left: unset;
    }

    .brand-logo-carousel .nb-slider-item {
        padding: 19px 20px;
    }

    .nb-how-to-buy-banner-1 .nb-icon-wrapper {
        top: 60px;
    }

    .nb-how-to-buy-banner-1:not(.nb-closed) .nb-icon-wrapper {
        top: -25px;
    }

    .nb-product-comparison-floater-1.nb-closed .nb-icon-wrapper {
        top: 80px;
    }

    .block.product-detail-code-1.nb-product-detail-code-1,
    .block.product-detail-rating-1.nb-product-detail-rating-1,
    .block.product-detail-name-1.nb-product-detail-name-1 {
        margin-top: 10px !important;
    }

    .block.product-detail-name-1.nb-product-detail-name-1 {
        margin-top: 5px !important;
    }

    .nb-product-detail-name-1 .nb-product-name-with-attribute .nb-product-detail-product-name.nb-title {
        line-height: 32px;
    }

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

    .nb-product-card-49 .nb-product-button-with-bubble-11 {
        padding: 0;
    }

    .nb-product-card-49 .nb-product-button-with-bubble-11 .nb-product-bubble-11.active {
        overflow: visible;
    }

    .nb-product-bubble-11 .nb-product-bubble-control-wrapper {
        position: absolute;
        top: -20px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 999;
        margin: 0;
        border-bottom: 0;
        box-shadow: none;
        width: 60px;
        height: 40px;
    }

    .nb-product-card-49 .nb-product-button-with-bubble-11:has(.nb-product-bubble-11.active) {
        z-index: 15;
    }

    .nb-product-card-49 .nb-product-card-body .nb-product-prices-3 {
        height: 55px;
    }

    .nb-product-card-49 .nb-product-card-body .nb-product-prices-3 .nb-separator {
        display: none;
    }

    .nb-ecommerce-header-21 .nb-header-wrapper .nb-header-shop-utilities {
        gap: 10px;
    }

    .nb-product-card-49 .nb-product-button-with-bubble-11 .nb-add-to-cart, .nb-product-card-49 .nb-product-button-with-bubble-11 .nb-btn {
        font-size: var(--nb-font-size-14);
        padding: 10px 0;
    }

    .nb-product-filter-category-attribute-horizontal-1 .nb-mobile-title-wrapper .nb-title {
        font-size: var(--nb-font-size-18);
    }

    .nb-slider-item-box-64 .nb-carousel-additional-content {
        width: 100%;
    }

    .nb-carousel-banner-12 .nb-carousel-controls-1.nb-has-controls .nb-wrapper {
        position: absolute;
        width: 100%;
        bottom: 20px;
    }

    .nb-product-list-tabs {
        gap: 10px;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

    /* Chrome, Edge, Safari */
    .nb-product-list-tabs::-webkit-scrollbar {
        height: 4px;
    }

    .nb-product-list-tabs::-webkit-scrollbar-track {
        background: var(--nb-color-gray-200);
        border-radius: 999px;
    }

    .nb-product-list-tabs::-webkit-scrollbar-thumb {
        background: var(--nb-color-pink);
        border-radius: 999px;
        border: 1px solid var(--nb-border-color);
    }

    .nb-product-comparison-list-1::-webkit-scrollbar-thumb {
        background: var(--nb-color-pink);
    }

    .nb-custom-product-list-placeholder-with-list-links-1 #custom-product-list-block-wrapper {
        margin-top: 0;
    }

    .nb-carousel-banner-37 .nb-heading-with-subheading {
        margin-bottom: 20px;
    }

    .nb-slider-item-box-51 .nb-slider-item-content .nb-links-wrapper {
        margin-top: 15px;
    }

    .nb-single-banner-16 .nb-slider-item-box-51 .nb-slider-item-content .nb-links-wrapper {
        flex-wrap: wrap;
    }

    .nb-single-banner-16 .nb-slider-item-box-51 .nb-links-wrapper .nb-btn {
        flex: 0 0 calc(50% - 5px);
        min-width: auto;
    }

    .brand-logo-carousel .nb-slider-item {
        max-height: 61px;
        padding: 5px;
    }

    .nb-block-login-modal-1 .nb-paragraph {
        font-size: var(--nb-font-size-12);
    }

    .nb-login-form-1 .nb-registration-wrapper .nb-btn,
    .nb-login-form-1 .nb-form .nb-btn {
        font-size: var(--nb-font-size-14);
    }

    .nb-login-form-1 .nb-registration-wrapper .nb-registration-text {
        max-width: 85%;
    }

    .nb-registration-form-1-block .nb-form [class^="col-"]:empty, .nb-form [class*=" col-"]:empty {
        display: none;
    }

    .nb-registration-modal-placeholder-1-block .nb-form-check .nb-label {
        font-size: var(--nb-font-size-12);
    }

    .nb-register-form-physical-user-1 .nb-btn.nb-btn-form {
        font-size: var(--nb-font-size-14);
    }

    .nb-newsletter-form-popup-4 .nb-newsletter-title {
        font-size: var(--nb-font-size-18);
    }

    .nb-newsletter-form-popup-4 .custom-text * {
        font-size: var(--nb-font-size-12);
        line-height: 18px;
    }

    .nb-product-card-26 .nb-product-name .nb-title {
        font-size: var(--nb-font-size-11);
    }

    .nbtmp-bojprom-error-page-tmp-3 .nb-error-btn {
        font-size: var(--nb-font-size-14);
    }

    .nb-slider-item-box-65 .nb-info-wrapper .nb-see-more-link {
        font-size: var(--nb-font-size-14);
    }

    .nb-product-prices-3 .nb-top-wrapper, .nb-product-prices-3 .nb-bottom-wrapper {
        flex-direction: column;
        align-items: start;
        gap: 0;
    }

    .nbtmp-bojprom-faq-page-accordion-tmp-3 .layout:has(.nb-category-breadcrumbs-inline-1),
    .nbtmp-bojprom-basic-contact-form-page-tmp-7 .layout:has(.nb-breadcrumb-nav) {
        margin-bottom: 30px !important;
    }

    .nbtmp-bojprom-faq-page-accordion-tmp-3 .layout:has(.category-detail-heading ),
    .nbtmp-bojprom-basic-contact-form-page-tmp-7 .layout:has(.carousel-banner-10),
    .nbtmp-bojprom-basic-contact-form-page-tmp-7 .layout:has(.page-headline-1),
    .nbtmp-bojprom-regular-page-tmp-1 .layout:has(.page-headline-1) {
        margin-bottom: 20px !important;
        margin-top: 30px;
    }

    .nbtmp-bojprom-faq-page-accordion-tmp-3 .layout:has(.subcategory-links) {
        margin-bottom: 20px !important;
    }

    .nb-info-6 .nb-text-wrapper .nb-title {
        font-size: var(--nb-font-size-14);
    }

    .nb-info-6 .nb-link {
        align-items: center;
    }

    .nbtmp-product-listing-page-tmp-21 .nb-pagination {
        margin-top: 40px;
    }

    .subcategory-links .nb-item {
        padding: 10px;
    }

    .layout:has(.brand-logo-carousel) .nb-heading-1 .nb-title,
    .nb-article-list-carousel-4 .nb-heading-with-subheading,
    .nb-custom-product-list-placeholder-with-list-links-1 .nb-heading-with-subheading {
        margin-bottom: 5px;
    }

    .nb-slider-item-box-65 .nb-info-wrapper .nb-slider-description {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }

    .layout:has(.nb-grid-banner-video-1),
    .layout100percent {
        padding-left: 0;
        padding-right: 0;
    }

    .layout:has(.nb-grid-banner-video-1) .nb-slider-item {
        margin: 0;
    }

    .nb-article-card-9 .nb-article-category .nb-link, .nb-article-card-9 .nb-article-category,
    .nb-article-card-9 .nb-article-date {
        line-height: 20px;
    }

    .nb-product-user-activity-misc-options-2 > * {
        height: 40px;
    }

    .nb-product-card-49 .nb-favorite {
        width: 26px;
        height: 26px;
    }

    body:has(.nb-product-card-49 .nb-product-button-with-bubble-11 .nb-product-bubble-11.active)::before {
        backdrop-filter: unset;
    }

    .nb-product-card-49:hover .nb-product-image .nb-img-wrapper .nb-img, .nb-product-card-49:focus-within .nb-product-image .nb-img-wrapper .nb-img, .nb-product-card-49:active .nb-product-image .nb-img-wrapper .nb-img {
        filter: none;
    }

    .nb-slider-item-box-66 .nb-slider-item-name {
        margin-top: 10px;
        margin-bottom: 0;
    }

    .nb-custom-product-list-placeholder-with-list-links-1 .nb-product-link-list {
        margin-bottom: 20px;
    }

    .brand-logo-carousel .slick-dots {
        margin-top: 12px;
    }

    .nb-product-card-49 .nb-product-button-with-bubble-11 {
        margin-top: auto !important;
    }

    .nb-slider-item-box-5 .nb-slider-item-content {
        gap: 10px;
    }

    .nb-carousel-controls-1 .nb-carousel-counter {
        display: flex;
        margin-right: 15px;
    }

    .nbtmp-home-page-tmp-29 .nb-product-card-49 {
        --nb-product-card-49-body-max-height: 195px;
    }

    .carousel-banner-10 .nb-item:last-of-type .nb-info-6 {
        justify-content: start;
    }

    .block.nb-social-feed-carousel-1 {
        padding: 40px 0 40px 0;
    }

    .nb-social-feed-carousel-1 .slick-slider .nb-slider-item .nb-instagram-item-with-media,
    .nb-social-feed-carousel-1 .slick-slider .nb-slider-item .nb-instagram-item-with-media img,
    .nb-social-feed-carousel-1 .slick-slider .nb-slider-item .nb-instagram-item-with-media video {
        height: 400px;
    }

    .nb-footer-app-download .nb-footer-app-download-wrapper {
        gap: 9px;
    }

    .nb-info-6 .nb-text-wrapper .nb-paragraph {
        font-size: var(--nb-font-size-13);
    }

    .row.nb-form-fields-wrapper > div:has(#cart_onepage_phone.parsley-error) + div {
        margin-top: 30px;
    }

}

@media screen and (max-width: 480px) {
    .nb-ecommerce-header-21 .nb-header-wrapper .nb-header-shop-utilities {
        gap: 5px;
    }

    .nb-ecommerce-header-21 .nb-header-wrapper .nb-header-inner-wrapper .nb-logo .nb-img {
        max-height: 20px;
    }

    .nb-ecommerce-header-21 .nb-header-gift-with-badge-1,
    .nb-ecommerce-header-21 .nb-header-cart-with-badge-1 .nb-header-cart-icon-wrapper,
    .nb-ecommerce-header-21 .nb-header-favorite-with-badge-1 a,
    .nb-ecommerce-header-21 .nb-header-gift-with-badge-1 .nb-header-gift-icon-wrapper {
        width: 27px;
        height: 27px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .layout .grid-layout-preview:has(.nb-cart-product-items-3) {
        width: 60%;
    }

    .layout .grid-layout-preview:has(.nb-cart-total-2) {
        width: 40%;
    }
}

@media (min-width: 577px) and (max-width: 1299px) {
    .nb-social-feed-carousel-1 .slick-slider {
        height: 620px;
    }

    .nb-social-feed-carousel-1 .slick-slider .nb-slider-item .nb-instagram-item-with-media,
    .nb-social-feed-carousel-1 .slick-slider .nb-slider-item .nb-instagram-item-with-media img,
    .nb-social-feed-carousel-1 .slick-slider .nb-slider-item .nb-instagram-item-with-media video {
        height: 600px;
    }

    .nb-product-box-detail-floater-6 .nb-right-wrapper .nb-btn-wrapper .nb-btn {
        font-size: var(--nb-font-size-14);
    }
}

@media screen and (min-width: 991px) and (max-width: 1400px) {
    .nb-ecommerce-header-21:has(.nb-smart-search-modal-2) .nb-search-button {
        min-width: 30px;
    }

    .nb-ecommerce-header-21 .nb-header-shop-utilities > .nb-header-search-wrapper {
        margin-right: 0;
    }

    .carousel-banner-10 {
        max-width: 80%;
        margin: auto;
    }

    /*body.open-search .nb-smart-search-modal-2 {*/
    /*    transform: translateX(-50%);*/
    /*}*/
}

@media screen and (min-width: 1200px) and (max-width: 1700px) {

    .nbtmp-bojprom-error-page-tmp-3 .page-headline-1 + .page-content img {
        object-fit: cover;
        max-height: calc(100dvh - 350px);
        width: 100%;
    }

    .carousel-banner-10 {
        max-width: 80%;
        margin: auto;
    }
}

@media (min-width: 992px) {

    .container.nb-container-1400,
    .container.nb-container-1380 {
        max-width: 960px;
    }

    .nb-grid-image-banner-video-1 > .row > div:nth-child(1),
    .nb-grid-image-banner-video-1 > .row > div:nth-child(3) {
        flex: 0 0 35%;
        max-width: 35%;
        width: 35%;
    }

    .nb-grid-image-banner-video-1 > .row > div:nth-child(2) {
        flex: 0 0 30%;
        max-width: 30%;
        width: 30%;
    }

    .nb-ecommerce-header-21 .wsmenu > .wsmenu-list > li > .wsshoptabing > .wsshopwp > .wstabitem > li.nb-menu-second-level-item-1 > a.nb-second-level-menu-item-link {
        padding: 11px 10px;
    }

    .nb-ecommerce-header-21 .nb-smart-search-1 .left-search-wrapper {
        max-width: 290px;
    }

    .nb-ecommerce-header-21 .wsmenu > .wsmenu-list > li > .wsshoptabing > .wsshopwp > .wstabitem,
    .nb-ecommerce-header-21 .wsmenu > .wsmenu-list > li > .wsshoptabing > .wsshopwp > .wstabitem > li > .wstitemright {
        min-height: 467px;
        background: var(--nb-color-teal-100);
    }

    .nb-ecommerce-header-21 .nb-horizontal-navigation-2 .wsmenu > .wsmenu-list > li > .wsmegamenu.nb-dropdown-3 > * {
        margin: auto;
        background-color: var(--nb-color-white, #ffffff);
        box-shadow: 4px 4px 5px 0 rgba(0, 0, 0, 0.15);
        padding: 20px;
        max-height: 467px;
        overflow-y: auto;
        scrollbar-width: thin;
        scrollbar-color: var(--nb-spec-color) var(--nb-color-gray-100);
    }

    .nb-ecommerce-header-21 .nb-horizontal-navigation-2 .wsmenu > .wsmenu-list > li > .wsmegamenu.nb-dropdown-3 > *::-webkit-scrollbar {
        width: 10px;
    }

    .nb-ecommerce-header-21 .nb-horizontal-navigation-2 .wsmenu > .wsmenu-list > li > .wsmegamenu.nb-dropdown-3 > *::-webkit-scrollbar-track {
        background: var(--nb-color-gray-100);
        border-radius: 10px;
    }

    .nb-ecommerce-header-21 .nb-horizontal-navigation-2 .wsmenu > .wsmenu-list > li > .wsmegamenu.nb-dropdown-3 > *::-webkit-scrollbar-thumb {
        background: var(--nb-spec-color);
        border-radius: 10px;
        border: 2px solid var(--nb-color-gray-100);
    }

    .nb-ecommerce-header-21 .nb-horizontal-navigation-2 .wsmenu > .wsmenu-list > li > .wsmegamenu.nb-dropdown-3,
    .nb-ecommerce-header-21 .wsmenu > .wsmenu-list > li > .wsshoptabing.nb-dropdown-2 {
        top: 104px;
        transition: top .5s ease-in-out;
    }

    .nb-ecommerce-header-21.nb-in-out-fixed-collapsed .nb-horizontal-navigation-2 .wsmenu > .wsmenu-list > li > .wsmegamenu.nb-dropdown-3,
    .nb-ecommerce-header-21.nb-in-out-fixed-collapsed .wsmenu > .wsmenu-list > li > .wsshoptabing.nb-dropdown-3 {
        top: 0;
        transition: top .5s ease-in-out;
    }

    .nb-ecommerce-header-21 .nb-dropdown-3 .nb-menu-second-level-item-list > .row {
        row-gap: 20px;
    }

    .nb-ecommerce-header-21 .nb-horizontal-navigation-2 .wsmenu > .wsmenu-list > li > .wsmegamenu.nb-dropdown-3 {
        padding: 20px 5px;
    }

    .nb-ecommerce-header-21 .nb-horizontal-navigation-2 .wsmenu > .wsmenu-list > li > .wsmegamenu.nb-dropdown-3 {
        background-color: transparent !important;
        box-shadow: unset !important;
        border: none !important;
        width: 100% !important;
        padding-top: 0;
    }

    .nb-product-filter-category-attribute-horizontal-1 .nb-first-row-wrapper {
        border-top-color: var(--nb-color-gray-200);
    }

    .layout:has(.nb-product-list-heading-and-description-1-block) {
        margin-bottom: 10px !important;
    }

    .nb-ecommerce-header-21 .nb-header-wrapper .nb-header-shop-utilities {
        gap: 16px;
    }

    .nb-ecommerce-header-21 .nb-header-shop-utilities > .nb-header-search-wrapper {
        margin-right: 24px;
    }

    
    .nb-ecommerce-header-21 .nb-third-menu-level-item-list .row > * {
        padding-left: 0;
    }

    .nb-ecommerce-header-21 .nb-menu-third-level-item-list-2,
    .nb-ecommerce-header-21 .nb-menu-second-level-item-2,
    .nb-ecommerce-header-21 .nb-menu-third-level-item-1 {
        padding-right: 40px;
    }


    .nb-ecommerce-header-21 .nb-menu-third-level-item-list-2 .nb-third-level-menu-item-link,
    .nb-ecommerce-header-21 .nb-menu-fourth-level-item-1 .nb-menu-fourth-level-item-link {
        line-height: 20px;
    }

    .nb-ecommerce-header-21 .nb-menu-fourth-level-item-1 {
        gap: 14px;
    }

    .nb-ecommerce-header-21 .nb-menu-fourth-level-item-1:last-of-type {
        margin-bottom: 15px;
    }

    .nb-ecommerce-header-21 .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-right: 1px solid var(--nb-border-color);
    }

    .nb-ecommerce-header-21 .wsmenu > .wsmenu-list > li > .wsshoptabing.nb-dropdown-2 > .wsshopwp > .wstabitem > li.wsshoplink-active.nb-menu-second-level-item-1 > a.nb-second-level-menu-item-link {
        border-right: unset;
    }

    .nb-login-form-1 .nb-registration-wrapper {
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .nb-login-form-1 .nb-registration-wrapper .nb-registration-text {
        max-width: 59%;
    }

    .nb-smart-search-1 .search-content-with-banner .nb-search-banner-1 {
        padding: 25px;
    }

    .nb-search-product-grid-2 .nb-items-wrapper,
    .nb-smart-search-1 .right-search-wrapper {
        padding-right: 10px;
        flex: 0 1 78%;
    }

    .nb-search-product-grid-2 .nb-items-wrapper {
        max-height: calc(100vh - 545px);
        min-height: calc(calc(3 * var(--nb-product-card-5-min-height) + calc(2 * var(--nb-gutter-y))));
    }

    .nb-search-product-grid-2 .nb-items-wrapper, .nb-smart-search-1 .right-search-wrapper {
        padding-bottom: 0;
    }

    .nb-search-product-grid-2 .nb-title-link-wrapper .nb-link {
        margin-right: 15px;
    }

    .nb-product-filter-category-attribute-horizontal-1 .nb-dropdown.nb-dropdown-v1 .nb-dropdown-menu {
        padding-right: 0;
        min-width: 186px;
    }

    .nb-product-filter-category-attribute-horizontal-1 .nb-dropdown.nb-dropdown-v1 .nb-dropdown-menu:has(.nb-dropdown-content .nb-filter-price-range) {
        padding-right: 20px;
        min-width: 250px;
    }
}

@media screen and (min-width: 991px) and (max-width: 1700px) {
    .nb-search-product-grid-2 .nb-items-wrapper, .nb-smart-search-1 .right-search-wrapper {
        flex: 0 1 75%;
    }
}

@media screen and (min-width: 1200px) {

    .container.nb-container-1400,
    .container.nb-container-1380 {
        max-width: 1140px;
    }
}

@media (min-width: 1300px) {
    .nb-social-feed-carousel-1 .slick-slider {
        height: 620px;
        overflow: hidden;
    }

    .nb-social-feed-carousel-1 .slick-slider .nb-slider-item .nb-instagram-item-with-media,
    .nb-social-feed-carousel-1 .slick-slider .nb-slider-item .nb-instagram-item-with-media img,
    .nb-social-feed-carousel-1 .slick-slider .nb-slider-item .nb-instagram-item-with-media video {
        height: 600px;
    }

    .nb-social-feed-carousel-1 .nb-html-video {
        height: calc(100% - 120px);
    }

    .nb-social-feed-carousel-1 .slick-slider .nb-slider-item:not(.slick-current) .nb-instagram-item-with-media .nb-html-video {
        height: calc(100% - 70px);
    }

    /* zadrzi postojeći spacing model, samo malo jače smanji bočne ako treba */
    .nb-social-feed-carousel-1 .slick-slider .nb-slider-item:not(.slick-current) .nb-instagram-item-with-media .nb-yt-video,
    .nb-social-feed-carousel-1 .slick-slider .nb-slider-item:not(.slick-current) .nb-instagram-item-with-media .nb-html-video,
    .nb-social-feed-carousel-1 .slick-slider .nb-slider-item:not(.slick-current) .nb-instagram-item-with-media .nb-instagram-img-wrapper {
        transform: scaleY(0.9);
    }

    .nb-social-feed-carousel-1 .slick-slider .nb-slider-item:not(.slick-current) .nb-instagram-item-with-media .nb-background-overlay,
    .nb-social-feed-carousel-1 .slick-slider .nb-slider-item:not(.slick-current) .nb-instagram-item-with-media .nb-instagram-img-wrapper img {
        object-fit: cover;
        transform: scaleY(1.2195);
    }

    /* current/center ostaje pun */
    .nb-social-feed-carousel-1 .slick-slider .nb-slider-item.slick-current .nb-instagram-item-with-media .nb-instagram-img-wrapper,
    .nb-social-feed-carousel-1 .slick-slider .nb-slider-item.slick-current .nb-instagram-item-with-media .nb-html-video,
    .nb-social-feed-carousel-1 .slick-slider .nb-slider-item.slick-current .nb-instagram-item-with-media .nb-yt-video,
    .nb-social-feed-carousel-1 .slick-slider .nb-slider-item.slick-center .nb-instagram-item-with-media .nb-instagram-img-wrapper,
    .nb-social-feed-carousel-1 .slick-slider .nb-slider-item.slick-center .nb-instagram-item-with-media .nb-html-video,
    .nb-social-feed-carousel-1 .slick-slider .nb-slider-item.slick-center .nb-instagram-item-with-media .nb-yt-video {
        transform: scaleY(1);
    }

    .nb-social-feed-carousel-1 .slick-slider .nb-slider-item.slick-current .nb-instagram-item-with-media .nb-instagram-img-wrapper img,
    .nb-social-feed-carousel-1 .slick-slider .nb-slider-item.slick-center .nb-instagram-item-with-media .nb-instagram-img-wrapper img {
        transform: scaleY(1);
    }
}

@media screen and (min-width: 1400px) {

    .container.nb-container-1400,
    .container.nb-container-1380 {
        max-width: 1320px;
    }
}







