
/*
/* 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-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/elements/indicators/carousel-indicators/carousel-arrows-1/carousel-arrows-1.css.'
*/.nb-slider-arrows.nb-slider-arrows-1 .slider-arrow i.nb-arrow-left,
.nb-slider-arrows.nb-slider-arrows-1 .slider-arrow i.nb-arrow-right {
    width: 25px;
    height: 25px;
    border-radius: var(--nb-border-radius-full);
    box-shadow: 0px 0px 4px 0px #0000001A;
    background: var(--nb-color-white);
}
/*
/* NB Fajl:'./components/complex/elements/indicators/carousel-indicators/carousel-indicators/carousel-indicators.css.'
*//* Slider dots */

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

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

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

/* Slider inline indicators */

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

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

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

.nb-slider-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;
    }
}
/*
/* NB Fajl:'./components/complex/header/header-info-carousel/header-info-carousel-3/header-info-carousel-3.css.'
*/:root {
    --nb-header-info-carousel-3-items-color: var(--nb-color-white);
    --nb-header-info-carousel-3-items-font-size: var(--nb-font-size-12);
    --nb-header-info-carousel-3-items-font-weight: var(--nb-font-weight-500);
}

.nb-header-info-carousel-3 .nb-slider-item > * {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 22px;
}

.nb-header-info-carousel-3 .nb-slider-item .nb-slider-title,
.nb-header-info-carousel-3 .nb-slider-item .nb-slider-title .nb-slider-description > * {
    color: var(--nb-header-info-carousel-3-items-color);
    font-size: var(--nb-header-info-carousel-3-items-font-size);
    font-weight: var(--nb-header-info-carousel-3-items-font-weight);
}

.nb-header-info-carousel-3 .nb-slider-arrows .slider-arrow {
    color: var(--nb-header-info-carousel-3-items-color);
}
/*
/* 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-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:'./_blocks/header-and-footer/header/ecommerce-header/ecommerce-header-17/ecommerce-header-17.css.'
*/:root{
    --nb-ecommerce-header-17-top-wrapper-bg: var(--nb-spec-color);
    --nb-ecommerce-header-17-top-wrapper-height: 38px;

    --nb-ecommerce-header-17-header-info-carousel-3-items-font-weight: var(--nb-font-regular);


    --nb-ecommerce-header-17-header-wrapper-height: 98px;
    --nb-ecommerce-header-17-header-wrapper-padding-x: 50px;
    --nb-ecommerce-header-17-header-wrapper-bg: var(--nb-color-white);
    --nb-ecommerce-header-17-header-wrapper-border-bottom-color: var(--nb-border-color);

    --nb-ecommerce-header-17-search-button-border-color: var(--nb-input-border-color);
    --nb-ecommerce-header-17-search-button-bg: var(--nb-input-bg);
    --nb-ecommerce-header-17-search-button-width: 830px;

    --nb-ecommerce-header-17-header-wrapper-icons-fs: var(--nb-font-size-13);
    --nb-ecommerce-header-17-header-wrapper-icons-color: var(--nb-color-black);
    --nb-ecommerce-header-17-header-wrapper-icons-hover-color: var(--nb-spec-color);
}
.block-editing .header.nb-ecommerce-header-17{
    position: relative !important;
}
.nb-ecommerce-header-17.nb-transparent .nb-header-site-user-dropdown-1 .nb-header-site-user-dropdown-label{
    display: none;
}
.nb-ecommerce-header-17{
    top: 0;
    left: 0;
    right: 0;
    z-index: 10000;
    position: sticky;
}
.nb-ecommerce-header-17 .nb-header-top-wrapper{
    background-color: var(--nb-ecommerce-header-17-top-wrapper-bg);
    height: var(--nb-ecommerce-header-17-top-wrapper-height);
    position: relative;
    place-content: center;
}

.nb-ecommerce-header-17 .nb-header-top-wrapper .nb-header-info-carousel-3{
    max-width: 500px;
    margin: auto;
}
.nb-ecommerce-header-17 .nb-header-top-wrapper .nb-header-info-carousel-3 .nb-slider-item{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
}
.nb-ecommerce-header-17 .nb-header-top-wrapper .nb-header-info-carousel-3 .nb-slider-title{
    order: 1;
    font-weight: var(--nb-ecommerce-header-17-header-info-carousel-3-items-font-weight);
}
.nb-ecommerce-header-17 .nb-header-top-wrapper .nb-close{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    color: var(--nb-color-white);
}
.nb-ecommerce-header-17 .nb-header-wrapper{
    background: var(--nb-ecommerce-header-17-header-wrapper-bg);
}
.nb-ecommerce-header-17:not(.nb-transparent) .nb-header-wrapper{
    border-bottom: 1px solid var(--nb-ecommerce-header-17-header-wrapper-border-bottom-color);
}
.nb-ecommerce-header-17 .nb-header-wrapper > .nb-content-wrapper{
    display: flex;
    justify-content: space-between;
    gap: 25px;
    height: var(--nb-ecommerce-header-17-header-wrapper-height);
    align-items: center;
    padding: 0 var(--nb-ecommerce-header-17-header-wrapper-padding-x);
}

.nb-ecommerce-header-17 .nb-header-wrapper .nb-icon-and-logo-wrapper{
    display: flex;
    gap: 24px;
    align-items: center;
}
.nb-ecommerce-header-17 .nb-header-wrapper .nb-icon-and-logo-wrapper .nb-icon:before{
    font-size: 50px;
}

.nb-ecommerce-header-17 .nb-header-wrapper .nb-search-button {
    width: var(--nb-ecommerce-header-17-search-button-width);
    padding: 8px;
    border-radius: var(--nb-input-border-radius);
    border: var(--nb-border-width) var(--nb-border-style) var(--nb-ecommerce-header-17-search-button-border-color);
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    background-color: var(--nb-ecommerce-header-11-search-button-bg);
}

.nb-ecommerce-header-17 .nb-header-wrapper .nb-search-button .custom-text {
    font-size: var(--nb-font-size-14);
    line-height: 22px;
    color: var(--nb-ecommerce-header-11-search-button-color);
}

.nb-ecommerce-header-17 .nb-header-wrapper .nb-search-button .nb-icon{
    color: var(--nb-ecommerce-header-11-search-button-color);
}
.nb-ecommerce-header-17 .nb-header-wrapper .nb-search-button .nb-icon:before {
    font-size: var(--nb-font-size-20);
    font-weight: var(--nb-font-weight-600) !important;
}
.nb-ecommerce-header-17 .nb-header-wrapper .nb-header-icons-wrapper{
    display: flex;
    gap: 20px;
    align-items: end;
}
.nb-ecommerce-header-17 .nb-header-icons-wrapper .nb-icon:before{
    font-size: 22px;
}
.nb-ecommerce-header-17 .nb-header-icons-wrapper .nb-link-with-icon-2 .nb-link{
    gap: 0;
}
.nb-ecommerce-header-17 .nb-header-icons-wrapper .nb-header-site-user-dropdown-1 .nb-header-site-user-dropdown-label,
.nb-ecommerce-header-17 .nb-header-favorite-with-badge-1 .nb-header-favorite-label,
.nb-ecommerce-header-17 .nb-header-cart-with-badge-1 .nb-header-cart-label{
    font-size: var(--nb-ecommerce-header-17-header-wrapper-icons-fs);
    color: var(--nb-ecommerce-header-17-header-wrapper-icons-color);
}
.nb-ecommerce-header-17 .nb-header-icons-wrapper .nb-header-site-user-dropdown-1 .nb-icon,
.nb-ecommerce-header-17 .nb-header-favorite-with-badge-1 .nb-icon,
.nb-ecommerce-header-17 .nb-header-cart-with-badge-1 .nb-icon{
    color: var(--nb-ecommerce-header-17-header-wrapper-icons-color);
}
.nb-ecommerce-header-17 .nb-header-icons-wrapper .nb-header-site-user-dropdown-1:hover .nb-header-site-user-dropdown-label,
.nb-ecommerce-header-17 .nb-header-favorite-with-badge-1:hover .nb-header-favorite-label,
.nb-ecommerce-header-17 .nb-header-cart-with-badge-1:hover .nb-header-cart-label,
.nb-ecommerce-header-17 .nb-header-icons-wrapper .nb-header-site-user-dropdown-1:hover .nb-icon,
.nb-ecommerce-header-17 .nb-header-favorite-with-badge-1:hover .nb-icon,
.nb-ecommerce-header-17 .nb-header-cart-with-badge-1:hover .nb-icon{
    color: var(--nb-ecommerce-header-17-header-wrapper-icons-hover-color);
}

.nb-ecommerce-header-17 .nb-header-favorite-with-badge-1 .nb-header-favorite-label,
.nb-ecommerce-header-17 .nb-header-cart-with-badge-1 .nb-header-cart-label{
    display: block;
}
.nb-ecommerce-header-17 .nb-header-icons-wrapper .nb-icon.nb-search-icon{
    cursor: pointer;
}
.nb-ecommerce-header-17:not(.nb-transparent) .nb-header-icons-wrapper .nb-icon.nb-search-icon{
    display: none;
}
.nb-ecommerce-header-17 .nb-header-icons-wrapper .nb-header-cart-with-badge-1 .nb-header-cart-count-wrapper{
    transform: translate(-50%, -25%);
}

.nb-ecommerce-header-17.nb-transparent .nb-search-button,
.nb-ecommerce-header-17.nb-transparent .nb-header-favorite-with-badge-1 .nb-header-favorite-label,
.nb-ecommerce-header-17.nb-transparent .nb-header-cart-with-badge-1 .nb-header-cart-label,
.nb-ecommerce-header-17.nb-transparent .nb-header-icons-wrapper .nb-link-with-icon-2 .nb-link .custom-text {
    display: none;
}

/* transparent header */
.nb-ecommerce-header-17.nb-transparent{
    --nb-ecommerce-header-17-header-wrapper-bg: linear-gradient(360deg, rgba(255, 255, 255, 0) 0%, rgba(139, 139, 139, 0.4) 100%);
    --nb-header-favorite-with-badge-1-count-bg: var(--nb-color-white);
    --nb-header-favorite-with-badge-1-count-color: var(--nb-color-primary);
    --nb-header-cart-with-badge-1-count-bg: var(--nb-color-white);
    --nb-header-cart-with-badge-1-count-color: var(--nb-color-primary);
    position: fixed !important;

}
body:not(.block-editing) .nb-ecommerce-header-17.nb-transparent.active{
    --nb-ecommerce-header-17-header-wrapper-bg: var(--nb-color-white);
    --nb-header-favorite-with-badge-1-count-bg: var(--nb-color-primary);
    --nb-header-favorite-with-badge-1-count-color: var(--nb-color-white);
    --nb-header-cart-with-badge-1-count-bg: var(--nb-color-primary);
    --nb-header-cart-with-badge-1-count-color: var(--nb-color-white);
}

body:not(.block-editing) .nb-ecommerce-header-17.nb-transparent:not(.active) .nb-icon{
    color: var(--nb-color-white);
}

body:not(.block-editing) .nb-ecommerce-header-17.nb-transparent:not(.active) .nb-logo .nb-img{
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(268deg) brightness(107%) contrast(102%);
}

@media screen and (max-width: 1400px) {
    :root{
        --nb-ecommerce-header-17-search-button-width: 600px;
    }
}
@media screen and (max-width: 1400px) {
    :root{
        --nb-ecommerce-header-17-search-button-width: 400px;
    }
}
@media screen and (max-width: 992px) {
    .nb-ecommerce-header-17 .nb-header-wrapper .nb-search-button{
        display: none;
    }
    .nb-ecommerce-header-17:not(.nb-transparent) .nb-header-icons-wrapper .nb-icon.nb-search-icon{
        display: block;
    }
    .nb-ecommerce-header-17 .nb-header-icons-wrapper .nb-header-site-user-dropdown-1 .nb-header-site-user-dropdown-label,
    .nb-ecommerce-header-17 .nb-header-favorite-with-badge-1 .nb-header-favorite-label,
    .nb-ecommerce-header-17 .nb-header-cart-with-badge-1 .nb-header-cart-label{
        display: none;
    }
}
@media screen and (max-width: 576px) {
    :root{
        --nb-ecommerce-header-17-header-wrapper-height: 66px;
    }
    .nb-ecommerce-header-17 .nb-header-wrapper .nb-icon-and-logo-wrapper{
        gap: 8px;
    }
    .nb-ecommerce-header-17 .nb-header-wrapper .nb-header-icons-wrapper{
        gap: 14px;
    }
    .nb-ecommerce-header-17 .nb-header-wrapper .nb-logo{
        max-width: 125px;
    }
    .nb-ecommerce-header-17 .nb-header-wrapper .nb-icon-and-logo-wrapper .nb-icon:before{
        font-size: 26px;
    }
    .nb-ecommerce-header-17 .nb-header-wrapper > .nb-content-wrapper{
        padding: 0 20px 0 10px;
    }
    .nb-header-site-user-dropdown-1{
        display: block;
    }
}


/*
/* NB Fajl:'./components/complex/menu-links/menu-links-1/menu-links-1.css.'
*/:root {
    --nb-menu-links-1-color: var(--nb-color-white);
    --nb-menu-links-1-hover-color: var(--nb-spec-color);
    --nb-menu-links-1-font-size: var(--nb-font-size-16);
    --nb-menu-links-1-font-weight: var(--nb-font-weight-500);
}

.nb-menu-links-1 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.nb-menu-links-1 .nb-link {
    text-align: center;
    text-transform: uppercase;
    color: var(--nb-menu-links-1-color);
    font-size: var(--nb-menu-links-1-font-size);
    font-weight: var(--nb-menu-links-1-font-weight);
    position: relative;
}

.nb-menu-links-1 .nb-link:before {
    content: '';
    position: absolute;
    bottom: -2px;
    height: 1px;
    width: 30px;
    background: var(--nb-menu-links-1-color);
    left: 50%;
    transform: translateX(-50%);
}

.nb-menu-links-1 .nb-link:hover {
    color: var(--nb-menu-links-1-hover-color);
}

.nb-menu-links-1 .nb-link:hover::before {
    background: var(--nb-menu-links-1-hover-color);
}

@media screen and (max-width: 576px) {
    .nb-menu-links-1 {
        gap: 15px;
    }
}

/*
/* NB Fajl:'./components/complex/slider/slider-item/slider-item-box-51/slider-item-box-51.css.'
*/:root{
    --nb-slider-item-box-51-text-color: var(--nb-color-white);
    --nb-slider-item-box-51-text-alignment: center;

    --nb-slider-item-box-51-title-fs: 56px;
    --nb-slider-item-box-51-title-fw: var(--nb-font-bold);
    --nb-slider-item-box-51-title-lh: 1.2;

    --nb-slider-item-box-51-subtitle-fs: 32px;
    --nb-slider-item-box-51-subtitle-fw: var(--nb-font-regular);
    --nb-slider-item-box-51-subtitle-lh: 1.2;

    --nb-slider-item-box-51-link-fs: var(--nb-font-size-18);
    --nb-slider-item-box-51-link-fw: var(--nb-font-regular);
    --nb-slider-item-box-51-link-height: 52px;
    --nb-slider-item-box-51-link-min-width: 176px;
    --nb-slider-item-box-51-link-width: var(--nb-slider-item-box-51-link-min-width);
    --nb-slider-item-box-51-link-bg-color: var(--nb-color-white);
    --nb-slider-item-box-51-link-color: var(--nb-text-color-primary);
    --nb-slider-item-box-51-link-border-radius: var(--nb-btn-border-radius);
    --nb-slider-item-box-51-link-border-color: var(--nb-color-white);
    --nb-slider-item-box-51-link-border-width: 1px;
    --nb-slider-item-box-51-link-paddyng-y: 13.5px;
    --nb-slider-item-box-51-link-paddyng-x: var(--nb-btn-padding-x);

    --nb-slider-item-box-51-link-active-bg-color: var(--nb-btn-primary-bg);
    --nb-slider-item-box-51-link-active-color: var(--nb-color-white);
    --nb-slider-item-box-51-link-active-border-color: var(--nb-btn-primary-border-color);

}
.nb-slider-item-box-51 *{
    color: black;
}
.nb-slider-item-box-51{
    position: relative;
}
.nb-slider-item-box-51:before{
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1;
    background: linear-gradient(180deg, rgba(0,0,0,0)0%, rgba(0,0,0,0.4)100%);
    pointer-events: none;
}
.nb-slider-item-box-51 .nb-slider-item-content{
    position: absolute;
    bottom: 114px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    width: max-content;
}

.nb-slider-item-box-51 .nb-slider-item-content.left{
    left: 50px;
    transform: unset;
}
.nb-slider-item-box-51 .nb-slider-item-content.left .nb-links-wrapper{
    justify-content: left;
}
.nb-slider-item-box-51 .nb-slider-item-content.right{
    right: 50px;
    left: unset;
    transform: unset;
}
.nb-slider-item-box-51 .nb-slider-item-content.right .nb-links-wrapper{
    justify-content: right;
}
.nb-slider-item-box-51 .nb-slider-item-content .nb-text-wrapper.left{
    --nb-slider-item-box-51-text-alignment: left;
}
.nb-slider-item-box-51 .nb-slider-item-content .nb-text-wrapper.right{
    --nb-slider-item-box-51-text-alignment: right;
}

.nb-slider-item-box-51 .nb-slider-item-content .nb-title{
    font-size: var(--nb-slider-item-box-51-title-fs);
    font-weight: var(--nb-slider-item-box-51-title-fw);
    line-height: var(--nb-slider-item-box-51-title-lh);
    text-align: var(--nb-slider-item-box-51-text-alignment);
    color: var(--nb-slider-item-box-51-text-color);
}
.nb-slider-item-box-51 .nb-slider-item-content .nb-subtitle{
    font-size: var(--nb-slider-item-box-51-subtitle-fs);
    font-weight: var(--nb-slider-item-box-51-subtitle-fw);
    line-height: var(--nb-slider-item-box-51-subtitle-lh);
    text-align: var(--nb-slider-item-box-51-text-alignment);
    margin-top: 10px;
    color: var(--nb-slider-item-box-51-text-color);
}
.nb-slider-item-box-51 .nb-slider-item-content .nb-links-wrapper{
    display: flex;
    gap: 10px;
    margin-top: 28px;
    justify-content: center;
}
.nb-slider-item-box-51 .nb-links-wrapper .nb-btn{
    font-size: var(--nb-slider-item-box-51-link-fs);
    font-weight: var(--nb-slider-item-box-51-link-fw);
    padding: var(--nb-slider-item-box-51-link-paddyng-y) var(--nb-slider-item-box-51-link-paddyng-x);
    height: var(--nb-slider-item-box-51-link-height);
    min-width: var(--nb-slider-item-box-51-link-min-width);
    width: var(--nb-slider-item-box-51-link-width);
    background-color: var(--nb-slider-item-box-51-link-bg-color);
    color: var(--nb-slider-item-box-51-link-color);
    border: var(--nb-slider-item-box-51-link-border-width) var(--nb-border-style) var(--nb-slider-item-box-51-link-border-color);
    border-radius: var(--nb-slider-item-box-51-link-border-radius);
    text-transform: uppercase;
}
.nb-slider-item-box-51 .nb-links-wrapper .nb-btn:hover{
    background-color: var(--nb-slider-item-box-51-link-active-bg-color);
    color: var(--nb-slider-item-box-51-link-active-color);
    border-color: var(--nb-slider-item-box-51-link-active-border-color);
}

@media screen and (max-width: 1200px){
    .nb-slider-item-box-51 .nb-slider-item-content{
        width: fit-content;
    }
}
@media screen and (max-width: 992px){
    :root{
        --nb-slider-item-box-51-title-fs: 30px;
        --nb-slider-item-box-51-subtitle-fs: 26px;
        --nb-slider-item-box-51-link-fs: var(--nb-font-size-14);
        --nb-slider-item-box-51-link-min-width: 145px;
        --nb-slider-item-box-51-link-width: 150px;
        --nb-slider-item-box-51-link-height: 45px;
    }
}
@media screen and (max-width: 768px){
    .nb-slider-item-box-51 .nb-slider-item-content{
        width: 70%;
        bottom: 106px;
    }
    .nb-slider-item-box-51 .nb-links-wrapper{
        flex-wrap: wrap;
    }
}
@media screen and (max-width: 576px){
    :root{
        --nb-slider-item-box-51-subtitle-fs: 18px;
    }
    .nb-slider-item-box-51 .nb-slider-item-content{
        width: 100%;
        padding: 0 30px;
    }

    .nb-slider-item-box-51 .nb-slider-item-content.right{
        right: 0;
        left: unset;
    }
    .nb-slider-item-box-51 .nb-slider-item-content.left{
        left: 0;
    }
}
/*
/* 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/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: transparent;

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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/complex/product/product-list-counter-1/product-list-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-product-list-counter-1 {
    content: "1";
    position: absolute;
    bottom: 0;
    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);
    display: grid;
    place-items: center;
    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-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-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/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/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-5/product-size-list-5.css.'
*/:root {
    --nb-product-size-list-5-gap: 13px;

    --nb-product-size-list-5-size-width: 40px;
    --nb-product-size-list-5-size-height: 40px;

    --nb-product-size-list-5-active-bg: var(--nb-color-gray-200);
    --nb-product-size-list-5-active-color: var(--nb-color-gray-700);
    --nb-product-size-list-5-disabled-bg: var(--nb-color-gray-400);
}

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

.nb-product-size-list-5 > * {
    letter-spacing: 0.75px;
    width: var(--nb-product-size-list-5-size-width);
    height: var(--nb-product-size-list-5-size-height);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
}

.nb-product-size-list-5 > *.active {
    background-color: var(--nb-product-size-list-5-active-bg);
    color: var(--nb-product-size-list-5-active-color);
    border-color: transparent;
}


.nb-product-size-list-5 > *.disabled:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 26px;
    background-color: var(--nb-product-size-list-5-disabled-bg);
    transform: rotate(-45deg);
}


/*
/* NB Fajl:'./components/complex/product/product-bubble/product-bubble-3/product-bubble-3.css.'
*/.nb-product-bubble-3 {
    display: none;
    flex-direction: column;
    width: 100%;
    padding: 10px;
    min-height: 200px;
    background-color: var(--nb-color-white);
}

.nb-product-bubble-3.active {
    display: flex;
}

.nb-product-bubble-3 .nb-product-info-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: var(--nb-border-width) var(--nb-border-style) var(--nb-border-color);
    margin-bottom: 10px;
    width: 100%;
}

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

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

.nb-product-bubble-3 .nb-product-img-and-name-wrapper .nb-product-name {
    max-width: 130px;
}

.nb-product-bubble-3 .nb-product-bubble-control-wrapper {
    content: '';
    position: absolute;
    display: flex;
    justify-content: center;
    width: 100px;
    height: 0;
    border-left: 20px var(--nb-border-style) transparent;
    border-right: 20px var(--nb-border-style) transparent;
    border-bottom: 30px var(--nb-border-style) var(--nb-color-white);
    margin: 0 auto;
    top: -29px;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
}

.nb-product-bubble-3 .nb-product-bubble-control-wrapper .nb-icon {
    position: relative;
    top: 7px;
}

.nb-product-bubble-3 .nb-product-size-picker-wrapper {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 20px;
}
/*
/* NB Fajl:'./components/complex/product/product-button-with-bubble/product-button-with-bubble-8/product-button-with-bubble-8.css.'
*/:root{
    --nb-product-button-with-bubble-8-selected-size-fs: var(--nb-font-size-14);
    --nb-product-button-with-bubble-8-selected-size-fw: var(--nb-font-semibold);
}
.nb-product-button-with-bubble-8 .nb-add-to-cart {
    width: 100%;
}
.nb-product-button-with-bubble-8 .nb-selected-size-1,
.nb-product-button-with-bubble-8 .nb-selected-size-1 *{
    font-size: var(--nb-product-button-with-bubble-8-selected-size-fs);
    font-weight: var(--nb-product-button-with-bubble-8-selected-size-fw);
}
.nb-product-button-with-bubble-8 .nb-product-bubble-3 .nb-product-info-wrapper{
    gap: 10px;
}

.nb-product-button-with-bubble-8 ::-webkit-scrollbar {
    width: 2px;
}
.nb-product-button-with-bubble-8 ::-webkit-scrollbar-track {
    background: var(--nb-color-light-2);
}
.nb-product-button-with-bubble-8 ::-webkit-scrollbar-thumb:hover,
.nb-product-button-with-bubble-8 ::-webkit-scrollbar-thumb {
    background: var(--nb-spec-color);
}
/*
/* NB Fajl:'./components/complex/product/product-brand/product-brand-1/product-brand-1.css.'
*/:root {
    --nb-product-brand-1-font-size: var(--nb-font-size-14);
    --nb-product-brand-1-color: var(--nb-color-gray-700);
    --nb-product-brand-1-hover-color: var(--nb-spec-color);
    --nb-product-brand-1-line-height: var(--nb-body-line-height);
    --nb-product-brand-1-dt-rows: var(--nb-dt-rows);
}

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

.nb-product-brand-1:hover {
    color: var(--nb-product-brand-1-hover-color);
}
/*
/* NB Fajl:'./components/core/stickers/sticker-2/sticker-2.css.'
*/:root {
    --nb-sticker-2-color: #C28F00;
    --nb-sticker-2-font-size: var(--nb-font-size-12);
    --nb-sticker-2-font-weight: var(--nb-font-weight-400);
    --nb-sticker-2-separator: '/';
}

.nb-sticker-2 {
    max-width: max-content;
    display: flex;
    align-items: center;
    color: var(--nb-sticker-2-color);
    font-size: var(--nb-sticker-2-font-size);
    font-weight: var(--nb-sticker-2-font-weight);
    margin-right: 5px;
}

.nb-sticker-2:last-of-type {
    margin-right: 0;
}

.nb-sticker-2 .nb-link {
    display: flex;
    align-items: center;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
}

.nb-sticker-2::after {
    margin-left: 5px;
    content: var(--nb-sticker-2-separator);
}

.nb-sticker-2:last-child::after {
    content: '';
}

/*
/* NB Fajl:'./components/complex/product/product-sticker/product-sticker-2/product-sticker-2.css.'
*/.nb-sticker-2-list-wrapper {
    display: flex;
    align-items: center;
}
/*
/* 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-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/core/discount/discount-3/discount-3.css.'
*/:root {
    --nb-discount-3-color: var(--nb-color-danger);
    --nb-discount-3-font-size: var(--nb-font-size-12);
    --nb-discount-3-font-weight: var(--nb-font-weight-400);
}

.nb-discount-3 {
    color: var(--nb-discount-3-color);
    font-size: var(--nb-discount-3-font-size);
    font-weight: var(--nb-discount-3-font-weight);
}
/*
/* NB Fajl:'./components/complex/product/product-color/product-color-1/product-color-1.css.'
*/.nb-product-color-1{
    width: 8px;
    height: 8px;
    border-radius: 50%;
}
.nb-product-color-1.active{
    outline: 1px solid var(--nb-color-black);
    outline-offset: 1px;
}
/*
/* NB Fajl:'./components/complex/product/product-color/product-color-list-1/product-color-list-1.css.'
*/:root{
    --nb-product-color-list-1-additional-colors-fs: var(--nb-font-size-10);
    --nb-product-color-list-1-additional-colors-fw: var(--nb-font-regular);
    --nb-product-color-list-1-additional-colors-color: var(--nb-text-color-primary);

    --nb-product-color-list-1-mobile-colors-label-fs: var(--nb-font-size-10);
    --nb-product-color-list-1-mobile-colors-label-fw: var(--nb-font-regular);
}
.nb-product-color-list-1{
    display: flex;
    gap: 4px;
    align-items: center;
}
.nb-product-color-list-1 .nb-additional-colors{
    font-size: var(--nb-product-color-list-1-additional-colors-fs);
    font-weight: var(--nb-product-color-list-1-additional-colors-fw);
    color: var(--nb-product-color-list-1-additional-colors-color);
}
.nb-product-color-list-1 .nb-mobile-colors-label {
    display: none;
}

@media screen and (max-width: 576px){
    .nb-product-color-list-1 .nb-additional-colors,
    .nb-product-color-list-1 .nb-similar-product-color,
    .nb-product-color-list-1 .nb-this-product-color{
        display: none;
    }
    .nb-product-color-list-1 .nb-mobile-colors-label{
        display: block;
        pointer-events: none;
        cursor: pointer;
        font-size: var(--nb-product-color-list-1-mobile-colors-label-fs);
        font-weight: var(--nb-product-color-list-1-mobile-colors-label-fw);
    }
}

/*
/* NB Fajl:'./components/complex/product/product-card/product-card-30/product-card-30.css.'
*/:root{
    --nb-product-card-30-name-max-width: 90%;
    --nb-product-card-30-name-fs: 12px;
    --nb-product-card-30-name-fw: var(--nb-font-regular);
    --nb-product-card-30-name-color: var(--nb-text-color-primary);

    --nb-product-card-30-bubble-product-name-fs: 14px;

    --nb-product-card-30-brand-fs: 12px;
    --nb-product-card-30-brand-fw: var(--nb-font-regular);
    --nb-product-card-30-brand-color: var(--nb-text-color-primary);

    --nb-product-card-30-card-body-height: 153px;

    --nb-product-card-30-active-price-fs: 16px;
    --nb-product-card-30-active-price-fw: var(--nb-font-bold);
    --nb-product-card-30-active-price-color: var(--nb-text-color-primary);
    --nb-product-card-30-price-sale-active-color: var(--nb-spec-color);

    --nb-product-card-30-prev-price-fs: 12px;
    --nb-product-card-30-prev-price-fw: var(--nb-font-regular);
    --nb-product-card-30-prev-price-color: var(--nb-price-prev-color);

    --nb-product-card-30-separator-color: var(--nb-price-prev-color);
    --nb-product-card-30-size-min-width: 37px;

    --nb-product-card-30-card-body-padding-x: 16px;
    --nb-product-card-30-card-body-padding-y: var(--nb-product-card-30-card-body-padding-x);

    --nb-product-card-30-add-to-favorites-bg-color: transparent;
    --nb-product-card-30-add-to-favorites-width: 24px;
    --nb-product-card-30-add-to-favorites-height: 24px;
    --nb-product-card-30-add-to-favorites-fs: var(--nb-font-size-20);
    --nb-product-card-30-add-to-favorites-color: var(--nb-spec-color);
    --nb-product-card-30-add-to-sticker-fs: 8px;
    --nb-product-card-30-add-to-sticker-color: var(--nb-color-blue);
    --nb-product-card-30-add-to-sticker-border-color: var(--nb-color-blue);

    --nb-product-card-30-active-bubble-overlay-bg: rgba(0,0,0,0.5);

}

.nb-product-card-30 .nb-product-image-with-positioned-content-v1 .nb-product-favorite {
    position: absolute;
    top: calc(var(--nb-spacer-y) / 2);
    right: calc(var(--nb-spacer-x) / 2);
    background-color: var(--nb-product-card-30-add-to-favorites-bg-color);
    width: var(--nb-product-card-30-add-to-favorites-width);
    height: var(--nb-product-card-30-add-to-favorites-height);
}
.nb-product-card-30 .nb-product-image-with-positioned-content-v1 .nb-favorite .nb-icon {
    font-size: var(--nb-product-card-30-add-to-favorites-fs);
    color: var(--nb-product-card-30-add-to-favorites-color);
}
.nb-product-card-30 .nb-product-image-with-positioned-content-v1 .nb-favorite:hover .nb-icon:hover {
    color: var(--nb-text-color-primary);
}

.nb-product-card-30 .nb-card-body{
    position: relative;
    height: var(--nb-product-card-30-card-body-height);
}
.nb-product-card-30 .nb-card.nb-product-card .card-body.nb-card-body.nb-product-card-body{
    padding: var(--nb-product-card-30-card-body-padding-y) var(--nb-product-card-30-card-body-padding-x);
}
.nb-product-card-30 .nb-card .card-body.nb-card-body.nb-product-card-body > * + *{
    margin-top: 4px;
}
.nb-product-card-30 .nb-card-body .nb-product-brand-1{
    font-size: var(--nb-product-card-30-brand-fs);
    font-weight: var(--nb-product-card-30-brand-fw);
    color: var(--nb-product-card-30-brand-color);
}
.nb-product-card-30 .nb-card-body .nb-product-name{
    max-width: var(--nb-product-card-30-name-max-width);
}
.nb-product-card-30 .nb-card-body .nb-product-name .nb-title{
    font-size: var(--nb-product-card-30-name-fs);
    font-weight: var(--nb-product-card-30-name-fw);
    color: var(--nb-product-card-30-name-color);
    --nb-dt-rows: 1;
}
.nb-product-card-30 .nb-brand-and-colors-wrapper{
    display: flex;
    justify-content: space-between;
    gap: 10px;
    min-height: 15px;
}
.nb-product-card-30 .nb-product-prices-3{
    min-height: 43px;
    gap: 4px;
}
.nb-product-card-30 .nb-product-prices-3:has(.nb-price-regular:not(.hidden)) .nb-price.nb-price-active {
    color: var(--nb-product-card-30-price-sale-active-color);
}
.nb-product-card-30 .nb-product-prices-3:has(.nb-price-regular.hidden) .nb-price.nb-price-active{
    font-size: var(--nb-product-card-30-active-price-fs);
    font-weight: var(--nb-product-card-30-active-price-fw);
    color: var(--nb-product-card-30-active-price-color);
}
.nb-product-card-30 .nb-product-prices-3 .nb-separator{
    color: var(--nb-product-card-30-separator-color);
    transform: rotate(30deg);
}
.nb-product-card-30 .nb-product-prices-3 .nb-price-prev{
    font-size: var(--nb-product-card-30-prev-price-fs);
    font-weight: var(--nb-product-card-30-prev-price-fw);
    color: var(--nb-product-card-30-prev-price-color);
}
.nb-product-card-30 .nb-product-button-with-bubble-8{
    opacity: 0;
    padding: 20px;
    background-color: var(--nb-color-white);
    bottom: var(--nb-product-card-30-card-body-height);
    left: 0;
    right: 0;
    z-index: 2;
    position: absolute;
}
.nb-product-card-30:hover .nb-product-button-with-bubble-8 {
    opacity: 1;
    box-shadow: 0px -4px 8px -3px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px -4px 8px -3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px -4px 8px -3px rgba(0, 0, 0, 0.3);
}
.nb-product-card-30 .nb-product-button-with-bubble-8 .nb-product-bubble-3 .nb-product-bubble-control-wrapper{
    border-left-color: var(--nb-color-white);
    border-right-color: var(--nb-color-white);
    border-bottom-width: 28px;
    top: -28px;
}
.nb-product-card-30 .nb-product-button-with-bubble-8 .nb-product-bubble-3 .nb-product-info-wrapper .nb-product-name {
    max-width: 165px;
}
.nb-product-card-30 .nb-product-button-with-bubble-8 .nb-product-bubble-3 .nb-product-info-wrapper .nb-product-name .nb-title{
    font-size: var(--nb-product-card-30-bubble-product-name-fs);
    line-height: 1.2;
    --nb-dt-rows: 2;
    height: calc(var(--nb-dt-rows) * 1.2 * var(--nb-product-card-30-bubble-product-name-fs));
}
.nb-product-card-30:has(.nb-price-regular:not(.hidden)) .nb-product-bubble-3 .nb-product-info-wrapper .nb-price-sale{
    color: var(--nb-product-card-30-price-sale-active-color);
}
.nb-product-card-30 .nb-product-button-with-bubble-8 .nb-product-bubble-3 .nb-product-info-wrapper .nb-price-sale{
    font-size: var(--nb-product-card-30-active-price-fs);
    font-weight: var(--nb-product-card-30-active-price-fw);
    color: var(--nb-product-card-30-active-price-color);
}
.nb-product-card-30 .nb-product-button-with-bubble-8 .nb-product-bubble-3{
    padding: 0;
}
.nb-product-card-30 .nb-product-button-with-bubble-8 .nb-add-to-cart{
    height: 44px;
    font-size: 16px;
}
.nb-product-card-30 .nb-product-button-with-bubble-8 .nb-add-to-cart .nb-icon{
    display: none;
}
.nb-product-card-30 .nb-product-bubble-3 .nb-product-size-list-5{
    max-height: 100px;
    overflow-y: auto;
    gap: 10px;
}
.nb-product-card-30 .nb-product-button-with-bubble-8 .nb-product-bubble-3 .nb-product-size-list-5 .nb-size-value-box-1{
    flex: 0 0 calc(16.66% - 11px);
    width: unset;
    min-width: var(--nb-product-card-30-size-min-width);
}

.nb-product-card-30 .nb-open-bubble-mobile{
    display: none;
}
.nb-product-card-30 .nb-card-body .nb-sticker-2-product{
    font-size: var(--nb-product-card-30-add-to-sticker-fs);
    color: var(--nb-product-card-30-add-to-sticker-color);
    border: 1px solid var(--nb-product-card-30-add-to-sticker-border-color);
    padding: 2px 4px;
}
.nb-product-card-30 .nb-card-body .nb-sticker-2-product:after{
    margin-left: 0;
}
.nb-product-card-30 .nb-card-body:not(:has(.nb-discount-product)) .nb-sticker-2-list-wrapper{
    margin-top: 20px;
}
@media screen and (max-width: 768px) {
    .nb-product-card-30 .nb-open-bubble-mobile{
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        bottom: calc(var(--nb-product-card-30-card-body-height) + 16px);
        left: 50%;
        background-color: var(--nb-color-white);
        width: 30px;
        height: 30px;
        border-radius: 50%;
        color: var(--nb-text-color-primary);
        border: 1px solid var(--nb-border-color);
        z-index: 3;
        transform: translateX(-50%);
    }
    .nb-product-card-30:hover .nb-product-button-with-bubble-8 {
        opacity: 0;
        padding: 10px;
    }
    .nb-product-card-30:hover .nb-product-button-with-bubble-8:has(.nb-product-bubble-3.active) {
        opacity: 1;
    }

    body:has(.nb-product-card-30 .nb-product-button-with-bubble-8 .nb-product-bubble-3.active):before{
        content: '';
        position: fixed;
        inset: 0;
        backdrop-filter: blur(8px);
        background-color: var(--nb-product-card-30-active-bubble-overlay-bg);
        z-index: 25;
    }
    body:has(.nb-product-card-30 .nb-product-button-with-bubble-8 .nb-product-bubble-3.active){
        overflow: hidden;
    }
    body:has(.nb-product-card-30 .nb-product-button-with-bubble-8 .nb-product-bubble-3.active) .header{
        z-index: 24;
    }
    .nb-product-card-30 .nb-product-button-with-bubble-8:has(.nb-product-bubble-3.active) {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 99;
        max-width: 100vw;
        opacity: 1;
    }
    .nb-product-card-30:has(.nb-product-button-with-bubble-8 .nb-product-bubble-3.active) .nb-card.nb-product-card:before{
        content: none;
    }
    .slick-slider .slick-track:has(.nb-product-card-30 .nb-product-button-with-bubble-8 .nb-product-bubble-3.active),
    .slick-slider .slick-list:has(.nb-product-card-30 .nb-product-button-with-bubble-8 .nb-product-bubble-3.active){
        transform: none !important;
    }
}
@media screen and (max-width: 576px),
       screen and (min-width: 1200px) and (max-width: 1420px){
    .nb-product-card-30 .nb-product-prices-3{
        gap: 0;
    }
    .nb-product-card-30 .nb-product-prices-3 .nb-top-wrapper{
        flex-direction: column;
        align-items: start;
        gap: 0;
    }
    .nb-product-card-30 .nb-product-prices-3 .nb-top-wrapper .nb-separator{
        display: none;
    }
}

/*
/* 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:'./static/css/nbcomponent/nb7.addtocart.css.'
*/
/*
    ADD TO CART komponenta
*/

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

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

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

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

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

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

/* Sizing */
.nb-btn.nb-add-to-cart.nb-add-to-cart-xs{
    font-size:      var(--nb-add-to-cart-font-size-xs);
    line-height:    var(--nb-add-to-cart-line-height-xs);
    padding-top:    var(--nb-add-to-cart-padding-y-xs);
    padding-bottom: var(--nb-add-to-cart-padding-y-xs);
}
.nb-btn.nb-add-to-cart.nb-add-to-cart-s{
    font-size:      var(--nb-add-to-cart-font-size-s);
    line-height:    var(--nb-add-to-cart-line-height-s);
    padding-top:    var(--nb-add-to-cart-padding-y-s);
    padding-bottom: var(--nb-add-to-cart-padding-y-s);
}
.nb-btn.nb-add-to-cart.nb-add-to-cart-m{
    font-size:      var(--nb-add-to-cart-font-size-m);
    line-height:    var(--nb-add-to-cart-line-height-m);
    padding-top:    var(--nb-add-to-cart-padding-y-m);
    padding-bottom: var(--nb-add-to-cart-padding-y-m);
}
.nb-btn.nb-add-to-cart.nb-add-to-cart-l{
    font-size:      var(--nb-add-to-cart-font-size-l);
    line-height:    var(--nb-add-to-cart-line-height-l);
    padding-top:    var(--nb-add-to-cart-padding-y-l);
    padding-bottom: var(--nb-add-to-cart-padding-y-l);
}

/*
/* NB Fajl:'./_blocks/product/product-list/custom-product-list/custom-product-list-carousel-1/custom-product-list-carousel-1.css.'
*/.nb-custom-product-list-carousel-v1 .block-heading-with-subheading {
    margin-bottom: 0;
}

.nb-custom-product-list-carousel-v1 .block-heading-with-subheading .nb-title {
    margin-bottom: 0;
}

.custom-product-list-carousel-1 .nb-slider-arrows {
    width: calc(100% + 50px);
    left: -25px;
}

.nb-custom-product-list-carousel-1 .nb-product-list-link-button {
    margin-top: 30px;
}
/*
/* NB Fajl:'./_blocks/content/promo-carousel-and-banner/grid-banner/grid-banner-22/grid-banner-22.css.'
*/.nb-grid-banner-22 .nb-slider-item-box-51 .nb-slider-item-content .nb-title{
    max-width: 99%;
    margin: auto;
}
@media screen and (min-width: 1200px) and (max-width: 1600px){
    .nb-grid-banner-22:has(.col-xl-3) .nb-slider-item-box-51{
        --nb-slider-item-box-51-title-fs: 32px;
    }
}
@media screen and (min-width: 992px) and (max-width: 1400px){
    .nb-grid-banner-22:has(.col-xl-4) .nb-slider-item-box-51{
        --nb-slider-item-box-51-title-fs: 40px;
    }
}
@media screen and (max-width: 576px){
    .nb-grid-banner-22 .nb-slider-item-box-51.nb-hide-btn .nb-links-wrapper .nb-btn{
        display: none;
    }
}
/*
/* NB Fajl:'./components/content/html-editor/html-editor.css.'
*/:root {
    --nb-text-editor-img-caption-bg: var(--nb-color-gray-100);
    --nb-text-editor-img-caption-color: var(--nb-text-color-secondary);
    --nb-text-editor-img-caption-font-size: var(--nb-paragraph-xs);
}

.nb-text-editor{
    line-height: var(--nb-p-line-height);
}

.nb-text-editor h3,
.nb-text-editor h2,
.nb-text-editor h1 {
    margin-bottom: 10px;
}
/*
/* 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/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/page/page-content/page-content-2//page-content-2.css.'
*/:root{
    --nb-page-content-2-padding-x: 50px;
    --nb-page-content-2-padding-y: 0;

    --nb-page-content-2-content-rows: 6;
    --nb-page-content-2-content-fs: var(--nb-font-size-18);
    --nb-page-content-2-content-fw: var(--nb-font-regular);

    --nb-page-content-2-show-hide-fs: var(--nb-font-size-16);
    --nb-page-content-2-show-hide-fw: var(--nb-font-regular);
}
.nb-page-content-2{
    padding: var(--nb-page-content-2-padding-y) var(--nb-page-content-2-padding-x);
}
.nb-page-content-2 .nb-text-editor{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: var(--nb-page-content-2-content-rows);
    -webkit-box-orient: vertical;
    font-size: var(--nb-page-content-2-content-fs);
    font-weight: var(--nb-page-content-2-content-fw);
}
.nb-page-content-2 .nb-text-editor.active{
    -webkit-line-clamp: unset;
}
.nb-page-content-2 .nb-control-wrapper{
    margin-top: 20px;
    width: fit-content;
    gap: 10px;
}
.nb-page-content-2 .nb-control-wrapper .nb-custom-text-with-icon-1{
    background-color: transparent;
    padding: 0;
}
.nb-page-content-2 .nb-control-wrapper .nb-custom-text-with-icon-1 *{
    font-size: var(--nb-page-content-2-show-hide-fs);
    font-weight: var(--nb-page-content-2-show-hide-fw);
}
.nb-page-content-2:has(.nb-text-editor.active) .nb-control-wrapper .nb-icon{
    transform: rotate(180deg);
}
@media screen and (max-width: 768px){
    :root{
        --nb-page-content-2-content-rows: 9;
        --nb-page-content-2-padding-x: 20px;
    }
}
@media screen and (max-width: 576px){
    :root{
        --nb-page-content-2-content-rows: 12;
        --nb-page-content-2-content-fs: var(--nb-font-size-14);
        --nb-page-content-2-padding-x: 10px;
    }
}
/*
/* 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-payment-cards/footer-payment-cards.css.'
*/.nb-footer-payment-cards {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    padding: 20px 0;
    margin-bottom: 15px;
}
/*
/* NB Fajl:'./components/complex/footer/footer-disclaimer/footer-disclaimer.css.'
*/:root {
    --nb-footer-disclaimer-color: var(--nb-color-white);
    --nb-footer-disclaimer-font-size: var(--nb-disclaimer-font-size);
    --nb-footer-disclaimer-font-weight: var(--nb-disclaimer-font-weight);
    --nb-footer-disclaimer-line-height: var(--nb-disclaimer-line-height);
}

.nb-footer-disclaimer{
    color: var(--nb-footer-disclaimer-color);
    font-size: var(--nb-footer-disclaimer-font-size);
    font-weight: var(--nb-footer-disclaimer-font-weight);
    line-height: var(--nb-footer-disclaimer-line-height);
    text-align: center;
    max-width: 850px;
    margin: auto;
}

.nb-footer-disclaimer p:last-child{
    margin-bottom: 0;
}
/*
/* NB Fajl:'./components/complex/footer/footer-copyright/footer-copyright.css.'
*/:root {
    --nb-footer-copyright-color: var(--nb-color-white);
    --nb-footer-copyright-font-size: var(--nb-copyright-font-size);
    --nb-footer-copyright-font-weight: var(--nb-copyright-font-weight);
    --nb-footer-copyright-line-height: var(--nb-copyright-line-height);

    --nb-footer-copyright-border-width: var(--nb-border-width);
    --nb-footer-copyright-border-color: var(--nb-border-color-dark);
}

.nb-footer-copyright{
    color: var(--nb-footer-copyright-color);
    font-size: var(--nb-footer-copyright-font-size);
    font-weight: var(--nb-footer-copyright-font-weight);
    line-height: var(--nb-footer-copyright-line-height);
    margin-top: 15px;
    padding-top: 10px;
    padding-bottom: 15px;
    border-top: var(--nb-footer-copyright-border-width) var(--nb-border-style) var(--nb-footer-copyright-border-color);
    text-align: center;
}

.nb-footer-copyright .nb-link {
    color: var(--nb-color-white);
}

.nb-footer-copyright .nb-link:hover{
    color: var(--nb-spec-color);
}
/*
/* NB Fajl:'./components/complex/cookie/cookie-consent/cookie-consent-1/cookie-consent-1.css.'
*/:root {
    --nb-cookie-consent-1-bg: var(--nb-color-white);
    --nb-cookie-consent-1-z-index: 1030;
    --nb-cookie-consent-1-container-max-width: 1600px;
    --nb-cookie-consent-1-cookie-wrapper: 1000px;

    --nb-cookie-consent-1-accept-everything-btn-bg: var(--nb-spec-color);
    --nb-cookie-consent-1-accept-everything-btn-border-color: var(--nb-spec-color);

    --nb-cookie-consent-1-cookie-title-font-size: var(--nb-font-size-16);
    --nb-cookie-consent-1-cookie-title-font-weight: var(--nb-font-bold);
    --nb-cookie-consent-1-cookie-title-color: var(--nb-text-color-primary);

    --nb-cookie-consent-1-cookie-description-font-size: var(--nb-font-size-12);
    --nb-cookie-consent-1-cookie-description-font-weight: var(--nb-font-regular);
    --nb-cookie-consent-1-cookie-description-color: var(--nb-text-color-primary);

    --nb-cookie-consent-1-tab-font-size: var(--nb-font-size-12);
    --nb-cookie-consent-1-tab-font-weight: var(--nb-font-regular);
    --nb-cookie-consent-1-tab-color: var(--nb-text-color-primary);
    --nb-cookie-consent-1-tab-active-color: var(--nb-spec-color);
    --nb-cookie-consent-1-tab-bg: var(--nb-color-gray-100);

    --nb-cookie-consent-1-tab-content-font-size: var(--nb-font-size-12);
    --nb-cookie-consent-1-tab-content-font-weight: var(--nb-font-regular);
    --nb-cookie-consent-1-tab-content-font-color: var(--nb-text-color-primary);
    --nb-cookie-consent-1-tab-content-bg: var(--nb-color-white);
}

.nb-cookie-consent-1 {
    position: fixed;
    right: 0;
    left: 0;
    margin-bottom: 0;
    z-index: var(--nb-cookie-consent-1-z-index);
    background-color: var(--nb-cookie-consent-1-bg);
    padding: 10px 0;
    box-shadow: rgba(0, 0, 0, 0.1) 0px -1px 6px 0px;
    bottom: -150px;
    transition: bottom 0.5s ease-in-out;
}

.nb-cookie-consent-1.cookie-appear {
    bottom: 0;
}

.nb-cookie-consent-1 .container {
    max-width: var(--nb-cookie-consent-1-container-max-width);
}

.nb-cookie-consent-1 .container .nb-cookie-wrapper {
    width: var(--nb-cookie-consent-1-cookie-wrapper);
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.nb-cookie-consent-1 .container .nb-cookie-wrapper .nb-cookie-info-wrapper-top {
    display: flex;
    gap: 10px;
}

.nb-cookie-consent-1 .container .nb-cookie-wrapper .nb-cookie-info-wrapper-top .nb-img-wrapper {
    flex-shrink: 0;
    max-width: 60px;
}

.nb-cookie-consent-1 .container .nb-cookie-wrapper .nb-cookie-info-wrapper-top .nb-cookie-info-wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.nb-cookie-consent-1 .container .nb-cookie-wrapper .nb-cookie-info-wrapper-top .nb-cookie-info-wrapper .nb-cookie-title {
    font-size: var(--nb-cookie-consent-1-cookie-title-font-size);
    font-weight: var(--nb-cookie-consent-1-cookie-title-font-weight);
    color: var(--nb-cookie-consent-1-cookie-title-color);
}

.nb-cookie-consent-1 .container .nb-cookie-wrapper .nb-cookie-info-wrapper-top .nb-cookie-info-wrapper .nb-cookie-description {
    font-size: var(--nb-cookie-consent-1-cookie-description-font-size);
    font-weight: var(--nb-cookie-consent-1-cookie-description-font-weight);
    color: var(--nb-cookie-consent-1-cookie-description-color);
}

.nb-cookie-consent-1 .container .nb-cookie-wrapper .nb-cookie-info-wrapper-top .nb-cookie-info-wrapper .nb-controls-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}

.nb-cookie-consent-1 .container .nb-cookie-wrapper .nb-cookie-info-wrapper-top .nb-cookie-info-wrapper .nb-cookie-checkbox-wrapper {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.nb-cookie-consent-1 .container .nb-cookie-wrapper .nb-cookie-info-wrapper-top .nb-cookie-info-wrapper .nb-cookie-btn-wrapper {
    display: flex;
    gap: 10px;
}

.nb-cookie-consent-1 .container .nb-cookie-wrapper .nb-cookie-info-wrapper-top .nb-cookie-info-wrapper .nb-controls-wrapper .nb-form-check {
    margin: 0;
}

.nb-cookie-consent-1 .container .nb-cookie-wrapper .nb-cookie-info-wrapper-top .nb-cookie-info-wrapper .nb-controls-wrapper .nb-btn {
    min-width: 100px;
}

.nb-cookie-consent-1 .nb-cookie-read-more-wrapper {
    display: none;
    margin-top: 20px;
    border: var(--nb-border-width) var(--nb-border-style) var(--nb-border-color);
    height: 100%;
}

.nb-cookie-consent-1 .nb-cookie-read-more-wrapper.active {
    display: block;
}

.nb-cookie-consent-1 .nb-cookie-accept-everything-btn {
    background-color: var(--nb-cookie-consent-1-accept-everything-btn-bg);
    border-color: var(--nb-cookie-consent-1-accept-everything-btn-border-color);
}

.nb-cookie-consent-1 .container .nb-cookie-wrapper .nb-cookie-info-wrapper-top .nb-cookie-info-wrapper .nb-controls-wrapper .nb-cookie-btn-wrapper-agree-and-learn {
    display: flex;
    align-items: center;
    gap: 10px;
}

.nb-cookie-consent-1 .nb-cookie-read-more-wrapper .nb-cookie-tabs-wrapper {
    display: flex;
    flex-direction: column;
}

.nb-cookie-consent-1 .nb-cookie-read-more-wrapper .nb-cookie-tabs-wrapper .nb-cookie-tab {
    cursor: pointer;
    padding: 9px;
    text-align: left;
    background-color: var(--nb-cookie-consent-1-tab-bg);
    color: var(--nb-cookie-consent-1-tab-color);
    font-size: var(--nb-cookie-consent-1-tab-font-size);
    font-weight: var(--nb-cookie-consent-1-tab-font-weight);
    border: var(--nb-border-width) var(--nb-border-style) var(--nb-border-color);
    border-radius: var(--nb-border-radius-0);
    border-top: unset;
    border-left: unset;
}

.nb-cookie-consent-1 .nb-cookie-read-more-wrapper .nb-cookie-tabs-wrapper .nb-cookie-tab:last-of-type {
    border-bottom: unset;
}

.nb-cookie-consent-1 .nb-cookie-read-more-wrapper .nb-cookie-tabs-wrapper .nb-cookie-tab:hover,
.nb-cookie-consent-1 .nb-cookie-read-more-wrapper .nb-cookie-tabs-wrapper .nb-cookie-tab:focus,
.nb-cookie-consent-1 .nb-cookie-read-more-wrapper .nb-cookie-tabs-wrapper .nb-cookie-tab:active,
.nb-cookie-consent-1 .nb-cookie-read-more-wrapper .nb-cookie-tabs-wrapper .nb-cookie-tab.active {
    color: var(--nb-cookie-consent-1-tab-active-color);
    text-decoration: underline;
}

.nb-cookie-consent-1 .nb-cookie-read-more-wrapper .nb-cookie-tabs-wrapper .nb-cookie-tab.active {
    background-color: var(--nb-cookie-consent-1-tab-content-bg);
    border-right: unset;
}

.nb-cookie-consent-1 .nb-cookie-read-more-wrapper .nb-cookie-tabs-content-wrapper {
    max-height: 100px;
    overflow: auto;
    margin-bottom: 0;
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.nb-cookie-consent-1 .nb-cookie-info-wrapper .nb-cookie-checkbox-wrapper .nb-form-check .nb-check[disabled]{
    opacity: 1;
}

.nb-cookie-consent-1 .nb-cookie-read-more-wrapper .nb-cookie-tabs-content-wrapper .nb-cookie-tab-content {
    padding: 10px;
    font-size: var(--nb-cookie-consent-1-tab-content-font-size);
    font-weight: var(--nb-cookie-consent-1-tab-content-font-weight);
    color: var(--nb-cookie-consent-1-tab-content-font-color);
}

.nb-cookie-consent-1 .nb-cookie-read-more-wrapper .nb-cookie-tabs-content-wrapper .nb-cookie-tab-content-cookie1,
.nb-cookie-consent-1 .nb-cookie-read-more-wrapper .nb-cookie-tabs-content-wrapper .nb-cookie-tab-content-cookie2,
.nb-cookie-consent-1 .nb-cookie-read-more-wrapper .nb-cookie-tabs-content-wrapper .nb-cookie-tab-content-cookie3,
.nb-cookie-consent-1 .nb-cookie-read-more-wrapper .nb-cookie-tabs-content-wrapper .nb-cookie-tab-content-cookie4 {
    display: none;
}

.nb-cookie-consent-1 .nb-cookie-read-more-wrapper .nb-cookie-tabs-content-wrapper .nb-cookie-tab-content-cookie1.active,
.nb-cookie-consent-1 .nb-cookie-read-more-wrapper .nb-cookie-tabs-content-wrapper .nb-cookie-tab-content-cookie2.active,
.nb-cookie-consent-1 .nb-cookie-read-more-wrapper .nb-cookie-tabs-content-wrapper .nb-cookie-tab-content-cookie3.active,
.nb-cookie-consent-1 .nb-cookie-read-more-wrapper .nb-cookie-tabs-content-wrapper .nb-cookie-tab-content-cookie4.active {
    display: block;
}

@media screen and (max-width: 1024px) {
    .nb-cookie-consent-1 .container .nb-cookie-wrapper {
        width: unset;
    }
}

@media screen and (max-width: 768px) {
    .nb-cookie-consent-1 .container .nb-cookie-wrapper .nb-cookie-info-wrapper-top .nb-cookie-info-wrapper .nb-controls-wrapper {
        gap: 10px;
        flex-direction: column;
        align-items: unset;
    }
}

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

    .nb-cookie-consent-1 {
        bottom: -500px;
    }

    .nb-cookie-consent-1 .nb-cookie-info-wrapper-top .nb-img-wrapper {
        display: none;
    }
}

@media screen and (max-width: 425px) {
    .nb-cookie-consent-1 .container .nb-cookie-wrapper .nb-cookie-info-wrapper-top .nb-cookie-info-wrapper .nb-cookie-btn-wrapper {
        flex-direction: column;
    }

    .nb-cookie-consent-1 .container .nb-cookie-wrapper .nb-cookie-info-wrapper-top .nb-cookie-info-wrapper .nb-controls-wrapper .nb-cookie-btn-wrapper-agree-and-learn .nb-btn {
        flex: 1;
    }
}
/*
/* NB Fajl:'./components/complex/slider/slider-item/slider-item-box-18/slider-item-box-18.css.'
*/:root{
    --nb-slider-item-box-18-title-font-size: var(--nb-font-size-14);
    --nb-slider-item-box-18-title-font-weight: var(--nb-font-bold);
    --nb-slider-item-box-18-description-font-size: var(--nb-font-size-14);
    --nb-slider-item-box-18-description-font-weight: var(--nb-font-regular);
}

.nb-slider-item-box-18 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.nb-slider-item-box-18 .nb-slider-item-image {
    margin-right: 15px;
    flex-shrink: 0;
}

.nb-slider-item-box-18 .nb-wrapper {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.nb-slider-item-box-18 .nb-wrapper .nb-slider-item-name{
    font-size: var(--nb-slider-item-box-18-title-font-size);
    font-weight: var(--nb-slider-item-box-18-title-font-weight);
}
.nb-slider-item-box-18 .nb-wrapper .nb-slider-item-description{
    font-size: var(--nb-slider-item-box-18-description-font-size);
    font-weight: var(--nb-slider-item-box-18-description-font-weight);
}
@media screen and (max-width: 576px) {
    .nb-slider-item-box-18 {
        flex-direction: column;
    }
    .nb-slider-item-box-18 .nb-wrapper {
        text-align: center;
    }
    .nb-slider-item-box-18 .nb-slider-item-image{
        margin-right: 0;
    }
}
/*
/* NB Fajl:'./components/complex/footer/footer-top-grid-1/footer-top-grid-1.css.'
*/:root{
    --nb-footer-top-grid-1-title-fs: 16px;
    --nb-footer-top-grid-1-title-fw: var(--nb-font-semibold);

    --nb-footer-top-grid-1-description-fs: 12px;
    --nb-footer-top-grid-1-description-fw: var(--nb-font-regular);
}

/*.nb-footer-top-grid-1 .row{*/
/*    width: 100%;*/
/*}*/
.nb-footer-top-grid-1  .nb-slider-item-box-18{
    justify-content: start;
}
.nb-footer-top-grid-1 .nb-slider-item-image .nb-img{
    max-height: 30px;
}
.nb-footer-top-grid-1 .nb-slider-item-name{
    font-size: var(--nb-footer-top-grid-1-title-fs);
    font-weight: var(--nb-footer-top-grid-1-title-fw);
}
.nb-footer-top-grid-1 .nb-slider-item-description{
    font-size: var(--nb-footer-top-grid-1-description-fs);
    font-weight: var(--nb-footer-top-grid-1-description-fw);
}
.nb-footer-top-grid-1 .nb-slider-item-box-18 .nb-wrapper{
    gap: 2px;
}

/*
/* 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/menu/menu-item-text-link/menu-item-text-link-1/menu-item-text-link-1.css.'
*/:root {
    --nb-menu-item-text-link-1-font-size: var(--nb-font-size-14);
    --nb-menu-item-text-link-1-font-weight: var(--nb-font-regular);
    --nb-menu-item-text-link-1-color: var(--nb-text-color-primary);
}

.nb-menu-item.nb-link.text-link-1 {
    font-size: var(--nb-menu-item-text-link-1-font-size);
    font-weight: var(--nb-menu-item-text-link-1-font-weight);
    color: var(--nb-menu-item-text-link-1-color);
}
/*
/* NB Fajl:'./components/complex/menu/menu-link-list/menu-link-list.css.'
*/:root{
    --nb-menu-link-list-border-color: var(--nb-border-color);
    --nb-menu-link-list-bottom-border-color: var(--nb-border-color);
}
.nb-menu-link-list{
    display: flex;
    overflow-x: auto;
    gap: 15px;
    padding: 0 0 15px 0;
    border-bottom: 1px solid var(--nb-menu-link-list-bottom-border-color);
}
.nb-menu-link-list .nb-menu-item:not(:first-of-type){
    border-left: 1px solid var(--nb-menu-link-list-border-color);
    padding-left: 15px;
}

.nb-menu-link-list .nb-menu-item{
    flex-shrink: 0;
}
/*
/* NB Fajl:'./components/complex/menu/menu-link-list-4/menu-link-list-4.css.'
*/:root{
    --nb-menu-link-list-4-menu-padding-x: 10px;
    --nb-menu-link-list-4-menu-padding-y: 20px;
    --nb-menu-link-list-4-menu-title-fs: 14px;
    --nb-menu-link-list-4-menu-title-fw: var(--nb-font-semibold);

    --nb-menu-link-list-4-menu-item-fs: 14px;
    --nb-menu-link-list-4-menu-item-fw: var(--nb-font-regular);

    --nb-menu-link-list-4-menu-item-color: var(--nb-link-color-primary);
    --nb-menu-link-list-4-menu-item-hover-color: var(--nb-link-color-secondary);

}
.nb-menu-link-list-4{
    padding: var(--nb-menu-link-list-4-menu-padding-y) var(--nb-menu-link-list-4-menu-padding-x);
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.nb-menu-link-list-4 .nb-wrapper{
    flex: 1;
}
.nb-menu-link-list-4 .nb-menu-title{
    font-size: var(--nb-menu-link-list-4-menu-title-fs);
    font-weight: var(--nb-menu-link-list-4-menu-title-fw);
    margin-bottom: 20px;
}
.nb-menu-link-list-4 .nb-menu-links-wrapper{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.nb-menu-link-list-4 .nb-menu-item.nb-link{
    font-size: var(--nb-menu-link-list-4-menu-item-fs);
    font-weight: var(--nb-menu-link-list-4-menu-item-fw);
    color: var(--nb-menu-link-list-4-menu-item-color);
}
.nb-menu-link-list-4 .nb-menu-item.nb-link:hover{
    color: var(--nb-menu-link-list-4-menu-item-hover-color);
}

/*
/* NB Fajl:'./components/complex/footer/footer-social-networks-2/footer-social-networks-2.css.'
*/:root {
    --nb-footer-social-networks-2-margin-bottom: 14px;

    --nb-footer-social-networks-2-title-color: var(--nb-color-white);
    --nb-footer-social-networks-2-title-font-size: var(--nb-h6-font-size);
    --nb-footer-social-networks-2-title-font-weight: var(--nb-h6-font-weight);

    --nb-footer-social-networks-2-width: 36px;
    --nb-footer-social-networks-2-height: 36px;
    --nb-footer-social-networks-2-bg: var(--nb-color-white);
    --nb-footer-social-networks-2-hover-bg: var(--nb-spec-color);
    --nb-footer-social-networks-2-border-radius: var(--nb-border-radius-xs);

    --nb-footer-social-networks-2-link-font-size: var(--nb-font-size-12);
    --nb-footer-social-networks-2-link-font-weight: var(--nb-font-regular);
}

.nb-footer-social-networks-2 .nb-footer-social-networks-title {
    color: var(--nb-footer-social-networks-2-title-color);
    font-size: var(--nb-footer-social-networks-2-title-font-size);
    font-weight: var(--nb-footer-social-networks-2-title-font-weight);
    margin-bottom: var(--nb-footer-social-networks-2-margin-bottom);
}

.nb-footer-social-networks-2 .nb-footer-social-networks-title-wrapper:has(.nb-icon) {
    display: flex;
    gap: 10px;
}

.nb-footer-social-networks-2 .nb-footer-social-networks-title-wrapper .nb-icon {
    color: var(--nb-color-white);
}

.nb-footer-social-networks-2 .nb-footer-social-networks-wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}
.nb-footer-social-networks-2 .nb-custom-text-with-icon-1{
    background-color: transparent;
    padding: 0;
    gap: 10px;
}
.nb-footer-social-networks-2 .nb-footer-social-networks-wrapper .nb-link .nb-custom-text-with-icon-1 .custom-text{
    font-size: var(--nb-footer-social-networks-2-link-font-size);
    font-weight: var(--nb-footer-social-networks-2-link-font-weight);
}
.nb-footer-social-networks-2 .nb-footer-social-networks-wrapper .nb-link:hover * {
    color: var(--nb-link-color-secondary);
}


.nb-footer-social-networks-2 .nb-footer-social-networks-wrapper .nb-link > * {
    display: flex;
    align-items: baseline;
    justify-content: center;
}

@media screen and (max-width: 576px) {
    :root {
        --nb-footer-social-networks-2-margin-bottom: 24px;
    }
}
/*
/* NB Fajl:'./components/complex/footer/footer-newsletter/footer-newsletter-with-social-media/footer-newsletter-with-social-media.css.'
*/:root{
    --nb-footer-newsletter-with-social-media-text-color: var(--nb-text-color-primary);
    --nb-footer-newsletter-with-social-media-padding-x: 20px;
    --nb-footer-newsletter-with-social-media-padding-y: 20px;
    --nb-footer-newsletter-with-social-media-bg-color: var(--nb-color-blue);

    --nb-footer-newsletter-with-social-media-title-fs: 14px;
    --nb-footer-newsletter-with-social-media-title-fw: var(--nb-font-semibold);

    --nb-footer-newsletter-with-social-media-subtitle-fs: 12px;
    --nb-footer-newsletter-with-social-media-subtitle-fw: var(--nb-font-regular);

    --nb-footer-newsletter-with-social-media-additional-info-fs: 10px;
    --nb-footer-newsletter-with-social-media-additional-info-fw: var(--nb-font-regular);

    --nb-footer-newsletter-with-social-media-newsletter-btn-border-radius: var(--nb-input-border-radius);
    --nb-footer-newsletter-with-social-media-newsletter-input-border-radius: var(--nb-footer-newsletter-with-social-media-newsletter-btn-border-radius);
    --nb-footer-newsletter-with-social-media-newsletter-input-and-button-height: 40px;
    --nb-footer-newsletter-with-social-media-newsletter-input-min-width: 380px;

    --nb-footer-newsletter-with-social-media-newsletter-button-fs: var(--nb-font-size-16);
    --nb-footer-newsletter-with-social-media-newsletter-button-bg: var(--nb-btn-secondary-bg);
    --nb-footer-newsletter-with-social-media-newsletter-button-border-color: transparent;

    --nb-footer-newsletter-with-social-media-newsletter-button-hover-bg: var(--nb-btn-secondary-hover-bg);
    --nb-footer-newsletter-with-social-media-newsletter-button-hover-border-color: transparent;

}
.nb-footer-newsletter-with-social-media{
    padding: var(--nb-footer-newsletter-with-social-media-padding-y) var(--nb-footer-newsletter-with-social-media-padding-x);
}
.nb-footer-newsletter-with-social-media .nb-newsletter-title{
    font-size: var(--nb-footer-newsletter-with-social-media-title-fs);
    font-weight: var(--nb-footer-newsletter-with-social-media-title-fw);
    color: var(--nb-footer-newsletter-with-social-media-text-color);
}
.nb-footer-newsletter-with-social-media .nb-sub-heading{
    font-size: var(--nb-footer-newsletter-with-social-media-subtitle-fs);
    font-weight: var(--nb-footer-newsletter-with-social-media-subtitle-fw);
    color: var(--nb-footer-newsletter-with-social-media-text-color);
}
.nb-footer-newsletter-with-social-media .nb-additional-info{
    font-size: var(--nb-footer-newsletter-with-social-media-additional-info-fs);
    font-weight: var(--nb-footer-newsletter-with-social-media-additional-info-fw);
    color: var(--nb-footer-newsletter-with-social-media-text-color);
}
.nb-footer-newsletter-with-social-media .nb-submit-newsletter-wrapper {
    position: relative;
}
.nb-footer-newsletter-with-social-media .nb-submit-newsletter-wrapper .nb-input {
    min-width: var(--nb-footer-newsletter-with-social-media-newsletter-input-min-width);
    height: var(--nb-footer-newsletter-with-social-media-newsletter-input-and-button-height);
    line-height: var(--nb-footer-newsletter-with-social-media-newsletter-input-and-button-height);
}
.nb-footer-newsletter-with-social-media .nb-submit-newsletter-wrapper .nb-float-label{
    line-height: var(--nb-footer-newsletter-with-social-media-newsletter-input-and-button-height);
}
.nb-footer-newsletter-with-social-media .nb-submit-newsletter-wrapper .nb-input:not(.nb-input-2) {
    border-radius: var(--nb-footer-newsletter-with-social-media-newsletter-input-border-radius);
}
.nb-footer-newsletter-with-social-media .nb-submit-newsletter-wrapper .nb-btn {
    position: absolute;
    top: 50%;
    right: -1px;
    transform: translateY(-50%);
    height: var(--nb-footer-newsletter-with-social-media-newsletter-input-and-button-height);
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 50px;
    border-radius: var(--nb-footer-newsletter-with-social-media-newsletter-btn-border-radius);
    background-color: var(--nb-footer-newsletter-with-social-media-newsletter-button-bg);
    border-color: var(--nb-footer-newsletter-with-social-media-newsletter-button-hover-border-color);
    font-size: var(--nb-footer-newsletter-with-social-media-newsletter-button-fs);
}
.nb-footer-newsletter-with-social-media .nb-submit-newsletter-wrapper .nb-btn:hover{
    background-color: var(--nb-footer-newsletter-with-social-media-newsletter-button-hover-bg);
    border-color: var(--nb-footer-newsletter-with-social-media-newsletter-button-hover-border-color);
}
.nb-footer-newsletter-with-social-media .nb-subtitle-and-form-wrapper{
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 10px;
}
.nb-footer-newsletter-with-social-media .nb-subtitle-and-form-wrapper .nb-form .nb-form-group{
    margin-bottom: 0;
}
.nb-footer-newsletter-with-social-media .nb-footer-social-networks-2{
    margin-top: 10px;
}
.nb-footer-newsletter-with-social-media .nb-footer-social-networks-2 .nb-link *{
    color: var(--nb-footer-newsletter-with-social-media-text-color);
}
.nb-footer-newsletter-with-social-media .nb-footer-social-networks-2 .nb-link:hover .custom-text{
    text-decoration: underline;
}

@media screen and (max-width: 576px){
    :root{
        --nb-footer-newsletter-with-social-media-padding-x: 10px;
        --nb-footer-newsletter-with-social-media-padding-y: 10px;
        --nb-footer-newsletter-with-social-media-newsletter-input-min-width: 320px;
    }
    .nb-footer-newsletter-with-social-media .nb-form{
        width: 100%;
    }
}
/*
/* NB Fajl:'./components/complex/slider/slider-item/slider-item-box-26/slider-item-box-26.css.'
*/:root {
    --nb-slider-item-box-26-padding-x: 16px;
    --nb-slider-item-box-26-padding-y: 16px;
    --nb-slider-item-box-26-border-width: var(--nb-border-width);
    --nb-slider-item-box-26-border-color: var(--nb-border-color);
}

.nb-slider-item-box-26 {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: var(--nb-slider-item-box-26-padding-y) var(--nb-slider-item-box-26-padding-x);
    border: var(--nb-slider-item-box-26-border-width) var(--nb-border-style) var(--nb-slider-item-box-26-border-color);
}

.nb-slider-item-box-26 + .nb-slider-item-box-26 {
    margin-top: 25px;
}

.nb-slider-item-box-26 .nb-title-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}

.nb-slider-item-box-26 .nb-slider-item-name {
    font-size: var(--nb-font-size-14);
}

.nb-slider-item-box-26 .nb-slider-item-description {
    color: var(--nb-color-gray-600);
}

.nb-slider-item-box-26 .nb-link {
    font-size: var(--nb-font-size-14);
    font-weight: var(--nb-font-weight-500);
}
/*
/* NB Fajl:'./components/complex/slider/slider-item/slider-item-box-39/slider-item-box-39.css.'
*/:root{
    --nb-slider-item-box-39-bg-color: var(--nb-color-gray-100);

    --nb-slider-item-box-39-title-font-size: var(--nb-font-size-22);
    --nb-slider-item-box-39-title-font-weight: var(--nb-font-semibold);
    --nb-slider-item-box-39-title-line-height: 28px;

    --nb-slider-item-box-39-description-font-size: var(--nb-font-size-16);
    --nb-slider-item-box-39-description-font-weight: var(--nb-font-regular);
    --nb-slider-item-box-39-description-line-height: 22px;

    --nb-slider-item-box-39-link-font-size: var(--nb-font-size-18);
    --nb-slider-item-box-39-link-font-weight: var(--nb-font-regular);
    --nb-slider-item-box-39-link-line-height: 24px;
}

.nb-slider-item-box-39{
    padding: 32px;
    display: flex;
    gap: 20px;
    background-color: var(--nb-slider-item-box-39-bg-color);
}
.nb-slider-item-box-39 .nb-img-wrapper{
    flex: 1;
}
.nb-slider-item-box-39 .nb-content-wrapper{
    flex: 1.25;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: space-between;
}
.nb-slider-item-box-39 .nb-content-wrapper .nb-title{
    font-size: var(--nb-slider-item-box-39-title-font-size);
    font-weight: var(--nb-slider-item-box-39-title-font-weight);
    line-height: var(--nb-slider-item-box-39-title-line-height);
    margin-bottom: 5px;
}

.nb-slider-item-box-39 .nb-content-wrapper .nb-description p{
    font-size: var(--nb-slider-item-box-39-description-font-size);
    font-weight: var(--nb-slider-item-box-39-description-font-weight);
    line-height: var(--nb-slider-item-box-39-description-line-height);
}
.nb-slider-item-box-39 .nb-content-wrapper .nb-btn{
    font-size: var(--nb-slider-item-box-39-link-font-size);
    font-weight: var(--nb-slider-item-box-39-link-font-weight);
    line-height: var(--nb-slider-item-box-39-link-line-height);
    width: 100%;
    position: relative;
    bottom: 0;
}
@media screen and (max-width: 768px){
    .nb-slider-item-box-39{
        flex-direction: column;
        padding: 20px;
    }
}
/*
/* NB Fajl:'./components/complex/cart/mini-cart/mini-cart-offcanvas/mini-cart-offcanvas.css.'
*/:root {
    --nb-mini-cart-offcanvas-header-padding-y: 12px;
    --nb-mini-cart-offcanvas-header-padding-x: 20px;

    --nb-mini-cart-offcanvas-header-bg: var(--nb-color-white);

    --nb-mini-cart-offcanvas-header-color: var(--nb-text-color-primary);

    --nb-mini-cart-offcanvas-header-font-size: var(--nb-font-size-22);
    --nb-mini-cart-offcanvas-header-font-weight: var(--nb-font-weight-600);

    --nb-mini-cart-offcanvas-header-border-width: var(--nb-border-width);
    --nb-mini-cart-offcanvas-header-border-color: var(--nb-color-gray-300);

    --nb-mini-cart-offcanvas-body-padding-y: 20px;
    --nb-mini-cart-offcanvas-body-padding-x: 20px;

    --nb-mini-cart-offcanvas-width: var(--nb-offcanvas-width);
}

.nb-mini-cart-offcanvas.nb-offcanvas.offcanvas-start,
.nb-mini-cart-offcanvas.nb-offcanvas.offcanvas-end {
    width: var(--nb-mini-cart-offcanvas-width);
}

.nb-mini-cart-offcanvas .nb-offcanvas-header {
    padding: var(--nb-mini-cart-offcanvas-header-padding-y) var(--nb-mini-cart-offcanvas-header-padding-x);
    background-color: var(--nb-mini-cart-offcanvas-header-bg);
    border-bottom: var(--nb-mini-cart-offcanvas-header-border-width) var(--nb-border-style) var(--nb-mini-cart-offcanvas-header-border-color);
}

.nb-mini-cart-offcanvas .nb-offcanvas-header .nb-offcanvas-title {
    color: var(--nb-mini-cart-offcanvas-header-color);
    font-size: var(--nb-mini-cart-offcanvas-header-font-size);
    font-weight: var(--nb-mini-cart-offcanvas-header-font-weight);
}

.nb-mini-cart-offcanvas .nb-offcanvas-body {
    padding: var(--nb-mini-cart-offcanvas-body-padding-y) var(--nb-mini-cart-offcanvas-body-padding-x);
}

.nb-mini-cart-offcanvas .nb-mini-cart-offcanvas-ajax-wrapper {
    height: 100%;
}

@media screen and (max-width: 425px) {
    :root {
        --nb-mini-cart-offcanvas-width: 425px;
    }
}

@media screen and (max-width: 375px) {
    :root {
        --nb-mini-cart-offcanvas-width: 375px;
    }
}

@media screen and (max-width: 320px) {
    :root {
        --nb-mini-cart-offcanvas-width: 320px;
    }
}
/*
/* NB Fajl:'./components/complex/cart/mini-cart/mini-cart-total-1/mini-cart-total-1.css.'
*/:root {
    --nb-mini-cart-total-1-color: var(--nb-text-color-primary);
    --nb-mini-cart-total-1-font-size: var(--nb-font-size-14);
    --nb-mini-cart-total-1-font-weight: var(--nb-font-weight-400);

    --nb-mini-cart-total-1-value-color: var(--nb-text-color-primary);
    --nb-mini-cart-total-1-value-font-size: var(--nb-font-size-14);
    --nb-mini-cart-total-1-value-font-weight: var(--nb-font-weight-400);
}

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

.nb-mini-cart-total-1 .nb-mini-cart-total-value {
    color: var(--nb-mini-cart-total-1-value-color);
    font-size: var(--nb-mini-cart-total-1-value-font-size);
    font-weight: var(--nb-mini-cart-total-1-value-font-weight);
}
/*
/* NB Fajl:'./components/complex/cart/cart-price/cart-price-regular/cart-price-regular.css.'
*/:root{
    --nb-cart-item-regular-price-color: var(--nb-product-regular-price-color);
    --nb-cart-item-regular-price-decoration: var(--nb-product-regular-price-decoration);

    --nb-cart-item-regular-price-active-color: var(--nb-product-regular-price-active-color);

    --nb-cart-item-regular-price-font-size-xs: var(--nb-product-regular-price-font-size-xs);
    --nb-cart-item-regular-price-line-height-xs: var(--nb-product-regular-price-line-height-xs);
    --nb-cart-item-regular-price-font-weight-xs: var(--nb-product-regular-price-font-weight-xs);

    --nb-cart-item-regular-price-font-size-s: var(--nb-product-regular-price-font-size-s);
    --nb-cart-item-regular-price-line-height-s: var(--nb-product-regular-price-line-height-s);
    --nb-cart-item-regular-price-font-weight-s: var(--nb-product-regular-price-font-weight-s);

    --nb-cart-item-regular-price-font-size-m: var(--nb-product-regular-price-font-size-m);
    --nb-cart-item-regular-price-line-height-m: var(--nb-product-regular-price-line-height-m);
    --nb-cart-item-regular-price-font-weight-m: var(--nb-product-regular-price-font-weight-m);

    --nb-cart-item-regular-price-font-size-l: var(--nb-product-regular-price-font-size-l);
    --nb-cart-item-regular-price-line-height-l: var(--nb-product-regular-price-line-height-l);
    --nb-cart-item-regular-price-font-weight-l: var(--nb-product-regular-price-font-weight-l);
}

.nb-price-regular {
    color: var(--nb-cart-item-regular-price-color);
    text-decoration: var(--nb-cart-item-regular-price-decoration);
}

.nb-price-regular.nb-price-active {
    --nb-cart-item-regular-price-decoration: none;
    color: var(--nb-cart-item-regular-price-active-color);
}

.nb-price-regular.nb-price-regular-xs {
    font-size: var(--nb-cart-item-regular-price-font-size-xs);
    line-height: var(--nb-cart-item-regular-price-line-height-xs);
    font-weight: var(--nb-cart-item-regular-price-font-weight-xs);
}

.nb-price-regular.nb-price-regular-s {
    font-size: var(--nb-cart-item-regular-price-font-size-s);
    line-height: var(--nb-cart-item-regular-price-line-height-s);
    font-weight: var(--nb-cart-item-regular-price-font-weight-s);
}

.nb-price-regular.nb-price-regular-m {
    font-size: var(--nb-cart-item-regular-price-font-size-m);
    line-height: var(--nb-cart-item-regular-price-line-height-m);
    font-weight: var(--nb-cart-item-regular-price-font-weight-m);
}

.nb-price-regular.nb-price-regular-l {
    font-size: var(--nb-cart-item-regular-price-font-size-l);
    line-height: var(--nb-cart-item-regular-price-line-height-l);
    font-weight: var(--nb-cart-item-regular-price-font-weight-l);
}
/*
/* NB Fajl:'./components/complex/cart/cart-price/cart-price-old/cart-price-old.css.'
*/:root{
    --nb-cart-item-old-price-color: var(--nb-product-old-price-color);
    --nb-cart-item-old-price-decoration: var(--nb-product-old-price-decoration);

    --nb-cart-item-old-price-font-size-xs: var(--nb-product-old-price-font-size-xs);
    --nb-cart-item-old-price-line-height-xs: var(--nb-product-old-price-line-height-xs);
    --nb-cart-item-old-price-font-weight-xs: var(--nb-product-old-price-font-weight-xs);

    --nb-cart-item-old-price-font-size-s: var(--nb-product-old-price-font-size-s);
    --nb-cart-item-old-price-line-height-s: var(--nb-product-old-price-line-height-s);
    --nb-cart-item-old-price-font-weight-s: var(--nb-product-old-price-font-weight-s);

    --nb-cart-item-old-price-font-size-m: var(--nb-product-old-price-font-size-m);
    --nb-cart-item-old-price-line-height-m: var(--nb-product-old-price-line-height-m);
    --nb-cart-item-old-price-font-weight-m: var(--nb-product-old-price-font-weight-m);

    --nb-cart-item-old-price-font-size-l: var(--nb-product-old-price-font-size-l);
    --nb-cart-item-old-price-line-height-l: var(--nb-product-old-price-line-height-l);
    --nb-cart-item-old-price-font-weight-l: var(--nb-product-old-price-font-weight-l);
}

.nb-price-old {
    color: var(--nb-cart-item-old-price-color);
    text-decoration: var(--nb-cart-item-old-price-decoration);
}

.nb-price-old.nb-price-old-xs {
    font-size: var(--nb-cart-item-old-price-font-size-xs);
    line-height: var(--nb-cart-item-old-price-line-height-xs);
    font-weight: var(--nb-cart-item-old-price-font-weight-xs);
}

.nb-price-old.nb-price-old-s {
    font-size: var(--nb-cart-item-old-price-font-size-s);
    line-height: var(--nb-cart-item-old-price-line-height-s);
    font-weight: var(--nb-cart-item-old-price-font-weight-s);
}

.nb-price-old.nb-price-old-m {
    font-size: var(--nb-cart-item-old-price-font-size-m);
    line-height: var(--nb-cart-item-old-price-line-height-m);
    font-weight: var(--nb-cart-item-old-price-font-weight-m);
}

.nb-price-old.nb-price-old-l {
    font-size: var(--nb-cart-item-old-price-font-size-l);
    line-height: var(--nb-cart-item-old-price-line-height-l);
    font-weight: var(--nb-cart-item-old-price-font-weight-l);
}
/*
/* NB Fajl:'./components/complex/cart/cart-price/cart-price-promotional/cart-price-promotional.css.'
*/:root{
    --nb-cart-item-promotional-price-color: var(--nb-product-promotional-price-color);
    --nb-cart-item-promotional-price-decoration: var(--nb-product-promotional-price-decoration);

    --nb-cart-item-promotional-price-active-color: var(--nb-product-promotional-price-active-color);

    --nb-cart-item-promotional-price-font-size-xs: var(--nb-product-promotional-price-font-size-xs);
    --nb-cart-item-promotional-price-line-height-xs: var(--nb-product-promotional-price-line-height-xs);
    --nb-cart-item-promotional-price-font-weight-xs: var(--nb-product-promotional-price-font-weight-xs);

    --nb-cart-item-promotional-price-font-size-s: var(--nb-product-promotional-price-font-size-s);
    --nb-cart-item-promotional-price-line-height-s: var(--nb-product-promotional-price-line-height-s);
    --nb-cart-item-promotional-price-font-weight-s: var(--nb-product-promotional-price-font-weight-s);

    --nb-cart-item-promotional-price-font-size-m: var(--nb-product-promotional-price-font-size-m);
    --nb-cart-item-promotional-price-line-height-m: var(--nb-product-promotional-price-line-height-m);
    --nb-cart-item-promotional-price-font-weight-m: var(--nb-product-promotional-price-font-weight-m);

    --nb-cart-item-promotional-price-font-size-l: var(--nb-product-promotional-price-font-size-l);
    --nb-cart-item-promotional-price-line-height-l: var(--nb-product-promotional-price-line-height-l);
    --nb-cart-item-promotional-price-font-weight-l: var(--nb-product-promotional-price-font-weight-l);
}

.nb-price-promotional {
    color: var(--nb-cart-item-promotional-price-color);
    text-decoration: var(--nb-cart-item-promotional-price-decoration);
}

.nb-price-promotional.nb-price-active {
    --nb-cart-item-promotional-price-decoration: none;
    color: var(--nb-cart-item-promotional-price-active-color);
}

.nb-price-promotional.nb-price-promotional-xs {
    font-size: var(--nb-cart-item-promotional-price-font-size-xs);
    line-height: var(--nb-cart-item-promotional-price-line-height-xs);
    font-weight: var(--nb-cart-item-promotional-price-font-weight-xs);
}

.nb-price-promotional.nb-price-promotional-s {
    font-size: var(--nb-cart-item-promotional-price-font-size-s);
    line-height: var(--nb-cart-item-promotional-price-line-height-s);
    font-weight: var(--nb-cart-item-promotional-price-font-weight-s);
}

.nb-price-promotional.nb-price-promotional-m {
    font-size: var(--nb-cart-item-promotional-price-font-size-m);
    line-height: var(--nb-cart-item-promotional-price-line-height-m);
    font-weight: var(--nb-cart-item-promotional-price-font-weight-m);
}

.nb-price-promotional.nb-price-promotional-l {
    font-size: var(--nb-cart-item-promotional-price-font-size-l);
    line-height: var(--nb-cart-item-promotional-price-line-height-l);
    font-weight: var(--nb-cart-item-promotional-price-font-weight-l);
}
/*
/* NB Fajl:'./components/complex/cart/cart-prices/cart-price-and-quantity-1/cart-price-and-quantity-1.css.'
*/:root {
    --nb-cart-price-and-quantity-1-old-price-font-size: var(--nb-product-old-price-font-size-xs);
    --nb-cart-price-and-quantity-1-old-price-font-weight: var(--nb-product-old-price-font-weight-xs);
    --nb-cart-price-and-quantity-1-old-price-color: var(--nb-product-old-price-color);
    --nb-cart-price-and-quantity-1-old-price-line-height: var(--nb-product-old-price-line-height-xs);
    --nb-cart-price-and-quantity-1-old-price-text-decoration: var(--nb-product-old-price-decoration);

    --nb-cart-price-and-quantity-1-active-price-font-size: var(--nb-product-active-price-font-size-s);
    --nb-cart-price-and-quantity-1-active-price-font-weight: var(--nb-product-active-price-font-weight-s);
    --nb-cart-price-and-quantity-1-active-price-color: var(--nb-product-active-price-color);
    --nb-cart-price-and-quantity-1-active-price-line-height: var(--nb-product-active-price-line-height-s);
    --nb-cart-price-and-quantity-1-active-price-text-decoration: var(--nb-product-active-price-decoration);
}

.nb-cart-price-and-quantity-1 {
    display: flex;
    align-items: end;
    justify-content: space-between;
}

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

.nb-cart-price-and-quantity-1 .nb-prices-wrapper .nb-active-price {
    font-size: var(--nb-cart-price-and-quantity-1-active-price-font-size);
    line-height: var(--nb-cart-price-and-quantity-1-active-price-line-height);
    font-weight: var(--nb-cart-price-and-quantity-1-active-price-font-weight);
    color: var(--nb-cart-price-and-quantity-1-active-price-color);
    text-decoration: var(--nb-cart-price-and-quantity-1-active-price-text-decoration);
}

.nb-cart-price-and-quantity-1 > * {
    flex-grow: 1;
    flex-shrink: 0;
}

.nb-cart-price-and-quantity-1 .nb-prices-wrapper {
    margin-bottom: 0;
}

.nb-cart-price-and-quantity-1 .nb-quantity-price-wrapper {
    text-align: end;
}
/*
/* NB Fajl:'./components/complex/cart/cart-item-name/cart-item-name.css.'
*/.nb-cart-item-name,
.nb-cart-item-name .nb-title{
    font-size: var(--nb-product-name-font-size);
    line-height: var(--nb-product-name-line-height);
    font-weight: var(--nb-product-name-font-weight);
    letter-spacing: var(--nb-product-name-letter-spacing);
    color: var(--nb-product-name-color);
    font-family: var(--nb-product-name-font-family);
    font-style: var(--nb-product-name-font-style);
    margin-bottom: 0;
    height: calc(var(--nb-dt-rows) * var(--nb-product-name-line-height) * var(--nb-product-name-font-size));
}

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

}

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

}

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

}
/*
/* NB Fajl:'./components/complex/cart/mini-cart/cart-box-6/cart-box-6.css.'
*/:root {
    --nb-cart-box-6-cart-item-name-font-size: var(--nb-product-name-font-size-m);
    --nb-cart-box-6-cart-item-name-font-weight: var(--nb-product-name-font-weight);
    --nb-cart-box-6-cart-item-name-color: var(--nb-product-name-color);
    --nb-cart-box-6-cart-item-name-line-height: var(--nb-product-name-line-height);

    --nb-cart-box-6-cart-selected-size-font-size: var(--nb-paragraph-s);
    --nb-cart-box-6-cart-selected-size-color: var(--nb-text-color-secondary);

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

    --nb-cart-box-6-active-price-font-size: var(--nb-font-size-16);
    --nb-cart-box-6-active-price-font-weight: var(--nb-font-bold);

    --nb-cart-box-6-prev-price-font-size: var(--nb-font-size-12);
    --nb-cart-box-6-prev-price-font-weight: var(--nb-font-regular);
}

.nb-cart-box-6 {
    display: flex;
    gap: 15px;
    position: relative;
    --nb-dt-rows: auto;
    align-items: center;
}

.nb-cart-box-6 .nb-img {
    max-width: 105px;
    flex-shrink: 0;
}

.nb-cart-box-6 .nb-text-wrapper {
    flex-grow: 1;
}

.nb-cart-box-6 .nb-cart-item-name {
    max-width: calc(100% - 40px);
}

.nb-cart-box-6 .cart-item .nb-title {
    font-size: var(--nb-cart-box-6-cart-item-name-font-size);
    line-height: var(--nb-cart-box-6-cart-item-name-font-weight);
    font-weight: var(--nb-cart-box-6-cart-item-name-color);
    color: var(--nb-cart-box-6-cart-item-name-line-height);
}

.nb-cart-box-6 .nb-text-wrapper > * {
    margin-bottom: 10px;
}

.nb-cart-box-6 .nb-text-wrapper > *:last-child {
    margin-bottom: 0;
}

.nb-cart-box-6 .nb-delete {
    position: absolute;
    right: 0;
    top: -3px;
    cursor: pointer;
}

.nb-cart-box-6 .nb-delete .nb-icon{
    font-size: 25px;
    line-height: 1;
    display: inline-block;
}

.nb-cart-box-6 .nb-cart-selected-size {
    color: var(--nb-cart-box-6-cart-selected-size-color);
    font-size: var(--nb-cart-box-6-cart-selected-size-font-size);
}

.nb-cart-box-6 .nb-quantity-price-wrapper .nb-paragraph{
    color: var(--nb-cart-box-6-product-quantity-color);
    font-size: var(--nb-cart-box-6-product-quantity-font-size);
}
.nb-cart-box-6 .nb-cart-price-and-quantity-1 .nb-price-prev{
    font-size: var(--nb-cart-box-6-prev-price-font-size);
    font-weight: var(--nb-cart-box-6-prev-price-font-weight);
}
.nb-cart-box-6 .nb-cart-price-and-quantity-1 .nb-price-active{
    font-size: var(--nb-cart-box-6-active-price-font-size);
    font-weight: var(--nb-cart-box-6-active-price-font-weight);
}
/*
/* NB Fajl:'./components/complex/cart/mini-cart/cart-items-list/cart-items-list.css.'
*/.nb-cart-items-list .nb-product-item {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: var(--nb-border-width) var(--nb-border-style) var(--nb-border-color);
}

.nb-cart-items-list > .nb-product-item:last-child {
    margin-bottom: 0;
}
/*
/* NB Fajl:'./components/complex/cart/cart-price/cart-price-courier/cart-price-courier.css.'
*/:root{
    --nb-cart-courier-price-color: var(--nb-text-color-primary);
    
    --nb-cart-courier-price-font-size: var(--nb-paragraph-s);
    --nb-cart-courier-price-line-height: var(--nb-body-line-height);
    --nb-cart-courier-price-font-weight: var(--nb-font-regular);

}

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


/*
/* NB Fajl:'./components/complex/cart/cart-price/cart-price-total/price-with-taxes/price-with-taxes.css.'
*/:root{
    --nb-cart-price-with-tax-color: var(--nb-text-color-primary);

    --nb-cart-price-with-tax-font-size: var(--nb-paragraph-m);
    --nb-cart-price-with-tax-line-height: var(--nb-body-line-height);
    --nb-cart-price-with-tax-font-weight: var(--nb-font-semibold);

}

.nb-price-with-taxes {
    color: var(--nb-cart-price-with-tax-color);
    font-size: var(--nb-cart-price-with-tax-font-size);
    line-height: var(--nb-cart-price-with-tax-line-height);
    font-weight: var(--nb-cart-price-with-tax-font-weight);
}


/*
/* NB Fajl:'./components/complex/cart/cart-price/cart-price-total/price-without-taxes/price-without-taxes.css.'
*/:root{
    --nb-cart-price-without-tax-color: var(--nb-text-color-primary);

    --nb-cart-price-without-tax-font-size: var(--nb-paragraph-m);
    --nb-cart-price-without-tax-line-height: var(--nb-body-line-height);
    --nb-cart-price-without-tax-font-weight: var(--nb-font-regular);

}

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


/*
/* NB Fajl:'./components/complex/cart/mini-cart/pricing-quick-basket-1/pricing-quick-basket-1.css.'
*/:root {
    --nb-pricing-quick-basket-price-font-size: var(--nb-paragraph-s);
    --nb-pricing-quick-basket-price-font-weight: var(--nb-paragraph-font-weight);
    --nb-pricing-quick-basket-price-color: var(--nb-text-color-primary);

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

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

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

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

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

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

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

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

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

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

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

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

.nb-btn.nb-btn-pricing-quick-basket.addingItem .nb-dot-4 {
    animation-delay: 1s;
}
@keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 0; }
    100% { opacity: 1; }
}
/*
/* NB Fajl:'./components/complex/cart/mini-cart/mini-cart-content-product-3/mini-cart-content-product-3.css.'
*/:root {
    --nb-mini-cart-content-product-3-footer-padding-x: 0;
    --nb-mini-cart-content-product-3-footer-padding-y: 0;

    --nb-mini-cart-content-product-3-content-padding-x: 0;
    --nb-mini-cart-content-product-3-content-padding-y: 0;
}

.nb-mini-cart-content-product-3 .nb-cart-items-list {
    margin-top: 25px;
    padding-bottom: 15px;
}

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

.nb-mini-cart-content-product-3 .bottom-wrapper {
    padding: var(--nb-mini-cart-content-product-3-footer-padding-y) var(--nb-mini-cart-content-product-3-footer-padding-x);
    position: relative;
}

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

.nb-mini-cart-content-product-3 .nb-pricing-quick-basket-1 {
    margin-top: 15px;
}

.nb-mini-cart-content-product-3 .bottom-wrapper:before {
    width: calc(100% + 2 * var(--nb-mini-cart-offcanvas-body-padding-x));
    content: '';
    height: 1px;
    background-color: var(--nb-border-color);
    position: relative;
    display: block;
    left: calc(0px - var(--nb-mini-cart-offcanvas-body-padding-x));
}
/*
/* NB Fajl:'./_blocks/checkout/mini-cart/mini-cart-offcanvas/mini-cart-offcanvas-5/mini-cart-offcanvas-5.css.'
*/.nb-mini-cart-offcanvas-5{
    height: 100%;
}
/*
/* NB Fajl:'./_blocks/checkout/mini-cart/mini-cart-offcanvas/mini-cart-offcanvas-placeholder-1/mini-cart-offcanvas-placeholder-1.css.'
*/@media screen and (max-width: 576px) {
    .mini-cart-offcanvas-placeholder-1 .nb-mini-cart-offcanvas .nb-offcanvas-header{
        padding: 12px 10px;
    }
}
/*
/* NB Fajl:'./components/complex/newsletter/newsletter-form-popup-1/newsletter-form-popup-1.css.'
*/:root {
    --nb-newsletter-form-popup-1-title-color: var(--nb-text-color-primary);
    --nb-newsletter-form-popup-1-title-font-size: var(--nb-font-size-22);
    --nb-newsletter-form-popup-1-title-font-weight: var(--nb-font-weight-600);

    --nb-newsletter-form-popup-1-subtitle-color: var(--nb-color-gray-600);
    --nb-newsletter-form-popup-1-subtitle-font-size: var(--nb-font-size-14);
    --nb-newsletter-form-popup-1-subtitle-font-weight: var(--nb-font-weight-400);

    --nb-newsletter-form-popup-1-description-color: var(--nb-text-color-primary);
    --nb-newsletter-form-popup-1-description-font-size: var(--nb-font-size-14);
    --nb-newsletter-form-popup-1-description-font-weight: var(--nb-font-weight-400);

    --nb-newsletter-form-popup-1-width: 120px;
}

.nb-newsletter-form-popup-1 .nb-newsletter-title {
    color: var(--nb-newsletter-form-popup-1-title-color);
    font-size: var(--nb-newsletter-form-popup-1-title-font-size);
    font-weight: var(--nb-newsletter-form-popup-1-title-font-weight);
}

.nb-newsletter-form-popup-1 .nb-newsletter-subtitle {
    color: var(--nb-newsletter-form-popup-1-subtitle-color);
    font-size: var(--nb-newsletter-form-popup-1-subtitle-font-size);
    font-weight: var(--nb-newsletter-form-popup-1-subtitle-font-weight);
}

.nb-newsletter-form-popup-1 .nb-newsletter-description {
    color: var(--nb-newsletter-form-popup-1-description-color);
    font-size: var(--nb-newsletter-form-popup-1-description-font-size);
    font-weight: var(--nb-newsletter-form-popup-1-description-font-weight);
}

.nb-newsletter-form-popup-1 .nb-submit-newsletter-wrapper {
    position: relative;
}

.nb-newsletter-form-popup-1 .nb-checkbox-wrapper {
    position: relative;
}

.nb-newsletter-form-popup-1 .nb-submit-newsletter-wrapper .nb-btn {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: var(--nb-newsletter-form-popup-1-width);
    height: var(--nb-input-height);
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: auto;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

@media screen and (max-width: 576px) {
    .nb-newsletter-form-popup-1 .nb-submit-newsletter-wrapper .nb-btn {
        position: relative;
        top: unset;
        right: unset;
        transform: unset;
        width: 100%;
        border-top-left-radius: var(--nb-btn-border-radius);
        border-bottom-left-radius: var(--nb-btn-border-radius);
        margin: 20px 0;
    }
}
/*
/* NB Fajl:'./_blocks/marketing/newsletter/newsletter-form/newsletter-form-popup-1/newsletter-form-popup-1.css.'
*/:root {
    --nb-popup-newsletter-form-popup-1-height: 400px;

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

    --nb-popup-newsletter-form-popup-1-padding-x: 16px;
    --nb-popup-newsletter-form-popup-1-padding-y: 20px;
}

.block-editing .block .nb-modal{
    position: relative;
    opacity: 1;
    display: block;
    z-index: 1;
}

.nb-popup-newsletter-form-popup-1 .nb-modal-body {
    padding: 0;
    height: 100%;
}

.nb-popup-newsletter-form-popup-1 .nb-modal-content {
    height: var(--nb-popup-newsletter-form-popup-1-height);
}

.nb-popup-newsletter-form-popup-1 .nb-img-wrapper {
    height: 100%;
}

.nb-popup-newsletter-form-popup-1 .nb-img-wrapper .nb-img {
    height: 100%;
    object-fit: cover;
}

.nb-popup-newsletter-form-popup-1 .modal-header .nb-modal-title {
    font-size: var(--nb-popup-newsletter-form-popup-1-title-font-size);
}

.nb-popup-newsletter-form-popup-1 .modal-header .nb-btn-close,
.nb-popup-newsletter-form-popup-1 .modal-header .nb-modal-title {
    color: var(--nb-popup-newsletter-form-popup-1-title-color);
}

.nb-popup-newsletter-form-popup-1 .nb-btn-close {
    position: absolute;
    right: 10px;
    top: 10px;
}

.nb-popup-newsletter-form-popup-1 .nb-newsletter-form-popup-1 {
    display: flex;
    align-items: center;
    height: 100%;
}

.nb-popup-newsletter-form-popup-1 .nb-newsletter-form-popup-1 > * {
    flex: 1;
}

.nb-popup-newsletter-form-popup-1 .nb-newsletter-info-wrapper {
    padding: 0 40px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.nb-popup-newsletter-form-popup-1 .nb-modal-header {
    padding: 0;
    border-width: 0;
    height: 0;
}

.nb-popup-newsletter-form-popup-1 .nb-modal-header .nb-modal-title {
    display: none;
}

.nb-popup-newsletter-form-popup-1 .modal-content {
    border: unset;
}

.nb-popup-newsletter-form-popup-1 .nb-btn-close {
    z-index: 10;
}

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

    :root {
        --nb-popup-newsletter-form-popup-1-title-color: var(--nb-color-white);
        --nb-popup-newsletter-form-popup-1-height: 100%;
    }

    .nb-popup-newsletter-form-popup-1 .nb-newsletter-form-popup-1 {
        flex-direction: column-reverse;
        height: 100vh;
        align-items: unset;
        justify-content: flex-end;
    }

    .nb-popup-newsletter-form-popup-1 .nb-newsletter-form-popup-1 > * {
        flex: none;
    }

    .nb-popup-newsletter-form-popup-1 .nb-img-wrapper {
        display: flex;
        justify-content: center;
        height: auto;
    }

    .nb-popup-newsletter-form-popup-1 .nb-img-wrapper .nb-img {
        height: auto;
        object-fit: unset;
    }

    .nb-popup-newsletter-form-popup-1 .nb-newsletter-info-wrapper {
        flex-shrink: 0;
        padding: 20px 16px;
    }

    .nb-popup-newsletter-form-popup-1 .nb-modal-header {
        padding: var(--nb-popup-newsletter-form-popup-1-padding-y) var(--nb-popup-newsletter-form-popup-1-padding-x);
        border-width: var(--nb-border-width);
        height: auto;
    }

    .nb-popup-newsletter-form-popup-1 .nb-modal-header .nb-modal-title {
        display: block;
    }

    .nb-popup-newsletter-form-popup-1 .nb-newsletter-title {
        display: none;
    }
}
/*
/* NB Fajl:'./components/complex/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: 200px;
    --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-description {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px;
    background-color: var(--nb-mandatory-login-case-1-description-bg);
    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/menu/menu-navigation-links-1/menu-navigation-links-1.css.'
*/:root {
    --nb-menu-navigation-links-1-menu-title-fs: 16px;
    --nb-menu-navigation-links-1-menu-title-lh: 1.2;
    --nb-menu-navigation-links-1-menu-title-fw: var(--nb-font-regular);
    --nb-menu-navigation-links-1-menu-title-hover-fw: var(--nb-font-semibold);
    --nb-menu-navigation-links-1-menu-title-color: var(--nb-text-color-primary);

    --nb-menu-navigation-links-1-menu-subtitle-fs: 14px;
    --nb-menu-navigation-links-1-menu-subtitle-lh: 1.2;
    --nb-menu-navigation-links-1-menu-subtitle-fw: var(--nb-font-regular);
    --nb-menu-navigation-links-1-menu-subtitle-color: var(--nb-text-color-primary);

    --nb-menu-navigation-links-1-menu-item-padding-y: 13px;
    --nb-menu-navigation-links-1-menu-item-padding-x: 12px;
    --nb-menu-navigation-links-1-menu-item-sale-item-bg: var(--nb-color-red);
    --nb-menu-navigation-links-1-menu-item-sale-item-color: var(--nb-color-white);
    --nb-menu-navigation-links-1-menu-item-new-item-bg: var(--nb-color-blue);
    --nb-menu-navigation-links-1-menu-item-new-item-color: var(--nb-color-white);

    --nb-menu-navigation-links-1-menu-item-special-item-fw: var(--nb-font-bold);
    --nb-menu-navigation-links-1-menu-item-special-item-bg: transparent;
    --nb-menu-navigation-links-1-menu-item-special-item-color: var(--nb-menu-navigation-links-1-menu-title-color);

    --nb-menu-navigation-links-1-menu-item-extra-item-fw: var(--nb-font-regular);
    --nb-menu-navigation-links-1-menu-item-extra-item-bg: var(--nb-color-green);
    --nb-menu-navigation-links-1-menu-item-extra-item-color: var(--nb-color-white);

    --nb-menu-navigation-links-1-menu-item-border-radius: 0;
    --nb-menu-navigation-links-1-new-and-sale-menu-item-border-radius: 8px;
    --nb-menu-navigation-links-1-new-and-sale-menu-item-fw: var(--nb-font-semibold);
    --nb-menu-navigation-links-1-new-and-sale-menu-item-hover-fw: var(--nb-font-bold);

    --nb-menu-navigation-links-1-custom-item-bg: var(--nb-color-blue);
    --nb-menu-navigation-links-1-custom-item-color: var(--nb-color-white);
    --nb-menu-navigation-links-1-custom-item-border-radius: var(--nb-menu-navigation-links-1-new-and-sale-menu-item-border-radius);
}


.nb-menu-navigation-links-1 ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.nb-menu-navigation-links-1 .nb-item {
    padding: var(--nb-menu-navigation-links-1-menu-item-padding-y) var(--nb-menu-navigation-links-1-menu-item-padding-x);
    position: relative;
    cursor: pointer;
    border-radius: var(--nb-menu-navigation-links-1-menu-item-border-radius);
}
.nb-menu-navigation-links-1 .nb-item + .nb-item{
    margin-top: 4px;
}
.nb-menu-navigation-links-1 .nb-item .nb-link{
    width: 100%;
    display: inline-block;
}

.nb-menu-navigation-links-1 .nb-item .nb-icon {
    position: absolute;
    right: var(--nb-menu-navigation-links-1-menu-item-padding-x);
    top: var(--nb-menu-navigation-links-1-menu-item-padding-y);
    color: var(--nb-menu-navigation-links-1-menu-title-color);
    pointer-events: none;
}

.nb-menu-navigation-links-1 .nb-item .menu-subtree {
    display: none;
}

.nb-menu-navigation-links-1 .nb-item.active > .menu-subtree {
    display: block;
}

.nb-menu-navigation-links-1 .nb-first-level .nb-menu-title,
.nb-menu-navigation-links-1 .nb-second-level  .nb-link  span{
    font-size: var(--nb-menu-navigation-links-1-menu-title-fs);
    font-weight: var(--nb-menu-navigation-links-1-menu-title-fw);
    line-height: var(--nb-menu-navigation-links-1-menu-title-lh);
    color: var(--nb-menu-navigation-links-1-menu-title-color);
}
.nb-menu-navigation-links-1 .nb-first-level:hover .nb-menu-title,
.nb-menu-navigation-links-1 .nb-second-level .nb-link:hover  > span{
    font-weight: var(--nb-menu-navigation-links-1-menu-title-hover-fw);
}
.nb-menu-navigation-links-1 .nb-first-level .nb-menu-subtitle{
    margin-left: 10px;
    font-size: var(--nb-menu-navigation-links-1-menu-subtitle-fs);
    font-weight: var(--nb-menu-navigation-links-1-menu-subtitle-fw);
    line-height: var(--nb-menu-navigation-links-1-menu-subtitle-lh);
    color: var(--nb-menu-navigation-links-1-menu-subtitle-color);
}
.nb-menu-navigation-links-1 .nb-first-level.active{
    padding-left: 0;
}
.nb-menu-navigation-links-1 .nb-second-level.active .nb-link{
    font-weight: var(--nb-font-medium);
}
.nb-menu-navigation-links-1 .nb-second-level.active > .menu-subtree{
    margin-left: calc(-1 * var(--nb-menu-navigation-links-1-menu-item-padding-x));
    margin-top: 15px;
}
.nb-menu-navigation-links-1 .menu-subtree:has(.nb-item.active:not(.nb-second-level, .nb-third-level)) > .nb-item:not(.active) {
    display: none;
}

.nb-menu-navigation-links-1 .menu-subtree:has(.nb-item.active) > .nb-item.active:not(.nb-second-level, .nb-third-level) > .nb-link {
    padding-left: 30px;
    margin-bottom: 5px;
    --nb-menu-navigation-links-1-menu-title-fs: 20px;
    --nb-menu-navigation-links-1-menu-title-fw: var(--nb-font-semibold);
    --nb-menu-navigation-links-1-menu-subtitle-fs: 16px;
}

.nb-menu-navigation-links-1  .menu-subtree:has(.nb-item.active) > .nb-item.active:not(.nb-second-level, .nb-third-level) > .nb-icon {
    left: 0;
    right: unset;
    transform: rotateZ(180deg);
}
.nb-menu-navigation-links-1  .menu-subtree:has(.nb-item.active) > .nb-item.active.nb-second-level > .nb-icon,
.nb-menu-navigation-links-1  .menu-subtree:has(.nb-item.active) > .nb-item.active.nb-third-level > .nb-icon {
    transform: rotateX(180deg);
}

.nb-menu-navigation-links-1 .nb-menu-item-images-carousel{
    height: 0;
    opacity: 0;
}
.nb-menu-navigation-links-1 .menu-subtree:has(> .nb-item.active) .nb-menu-item-images-carousel{
    margin-top: 32px;
    height: auto;
    opacity: 1;
}
.nb-menu-navigation-links-1 .nb-item.nb-special-item{
    background-color: var(--nb-menu-navigation-links-1-menu-item-special-item-bg);
    border-radius: var(--nb-menu-navigation-links-1-new-and-sale-menu-item-border-radius);
}
.nb-menu-navigation-links-1 .nb-item.nb-special-item > .nb-link > *{
    font-weight: var(--nb-menu-navigation-links-1-menu-item-special-item-fw);
    color: var(--nb-menu-navigation-links-1-menu-item-special-item-color);
}
.nb-menu-navigation-links-1 .nb-item.nb-extra-item{
    background-color: var(--nb-menu-navigation-links-1-menu-item-extra-item-bg);
    border-radius: var(--nb-menu-navigation-links-1-new-and-sale-menu-item-border-radius);
}
.nb-menu-navigation-links-1 .nb-item.nb-extra-item > .nb-link > *{
    font-weight: var(--nb-menu-navigation-links-1-menu-item-extra-item-fw);
    color: var(--nb-menu-navigation-links-1-menu-item-extra-item-color);
}
.nb-menu-navigation-links-1 .nb-item.nb-sale-item{
    background-color: var(--nb-menu-navigation-links-1-menu-item-sale-item-bg);
    border-radius: var(--nb-menu-navigation-links-1-new-and-sale-menu-item-border-radius);
}
.nb-menu-navigation-links-1 .nb-item.nb-sale-item > .nb-link > *,
.nb-menu-navigation-links-1 .nb-item.nb-sale-item > .nb-icon{
    color: var(--nb-menu-navigation-links-1-menu-item-sale-item-color);
}
.nb-menu-navigation-links-1 .nb-item.nb-new-item > .nb-link > *,
.nb-menu-navigation-links-1 .nb-item.nb-new-item > .nb-icon{
    color: var(--nb-menu-navigation-links-1-menu-item-new-item-color);
}
.nb-menu-navigation-links-1 .nb-item.nb-new-item .nb-menu-title,
.nb-menu-navigation-links-1 .nb-item.nb-sale-item .nb-menu-title{
    font-weight: var(--nb-menu-navigation-links-1-new-and-sale-menu-item-fw);
}
.nb-menu-navigation-links-1 .nb-item.nb-first-level.nb-new-item:hover .nb-menu-title,
.nb-menu-navigation-links-1 .nb-item.nb-first-level.nb-sale-item:hover .nb-menu-title{
    font-weight: var(--nb-menu-navigation-links-1-new-and-sale-menu-item-hover-fw);
}
.nb-menu-navigation-links-1 .nb-item.nb-new-item{
    background-color: var(--nb-menu-navigation-links-1-menu-item-new-item-bg);
    border-radius: var(--nb-menu-navigation-links-1-new-and-sale-menu-item-border-radius);
}
.nb-menu-navigation-links-1 .nb-item.nb-new-item.active,
.nb-menu-navigation-links-1 .nb-item.nb-sale-item.active{
    background-color: unset;
}
.nb-menu-navigation-links-1 .nb-item.active.nb-sale-item > .nb-link *,
.nb-menu-navigation-links-1 .nb-item.active.nb-sale-item > .nb-icon,
.nb-menu-navigation-links-1 .nb-item.active.nb-new-item > .nb-link *,
.nb-menu-navigation-links-1 .nb-item.active.nb-new-item > .nb-icon{
    color: var(--nb-menu-navigation-links-1-menu-title-color);
}

.nb-menu-navigation-links-1 .nb-item.nb-custom-item > .nb-link > *,
.nb-menu-navigation-links-1 .nb-item.nb-custom-item > .nb-icon{
    color: var(--nb-menu-navigation-links-1-custom-item-color);
}
.nb-menu-navigation-links-1 .nb-item.nb-custom-item{
    background-color: var(--nb-menu-navigation-links-1-custom-item-bg);
    border-radius: var(--nb-menu-navigation-links-1-custom-item-border-radius);
}
.nb-menu-navigation-links-1 .nb-item.nb-custom-item.active{
    background-color: unset;
}
.nb-menu-navigation-links-1 .nb-item.active.nb-custom-item > .nb-link *,
.nb-menu-navigation-links-1 .nb-item.active.nb-custom-item > .nb-icon{
    color: var(--nb-menu-navigation-links-1-menu-title-color);
}

/*
/* NB Fajl:'./components/complex/menu-links/menu-links-first-level/menu-links-first-level.css.'
*/:root{
    --nb-menu-links-first-level-fs: 12px;
}
.nb-menu-links-first-level{
    display: flex;
    gap: 8px;
    flex-wrap: wrap;

    .nb-link{
        font-size: var(--nb-menu-links-first-level-fs);
        white-space: nowrap;
    }
}

.nb-menu-links-first-level .nb-menu-link-with-image{
    display: flex;
    gap: 5px;
    align-items: center;

}
.nb-menu-links-first-level .nb-menu-link-with-image .nb-menu-image{
    max-width: 20px;
}
.nb-menu-links-first-level .nb-menu-link-with-image .nb-link{
    width: fit-content;
}

/*
/* NB Fajl:'./components/complex/menu-links/menu-item-images-carousel/menu-item-images-carousel.css.'
*/:root{
    --nb-menu-item-images-carousel-image-border-radius: var(--nb-border-radius-s);
    --nb-menu-item-images-carousel-text-fs: 16px;
    --nb-menu-item-images-carousel-text-fw: var(--nb-font-regular);
}
.nb-menu-item-images-carousel .nb-slider .slick-slide{
    margin: 0 5px;
}
.nb-menu-item-images-carousel .nb-slider-item .nb-slider-item-image .nb-img{
    border-radius: var(--nb-menu-item-images-carousel-image-border-radius);
}
.nb-menu-item-images-carousel .nb-slider-item .nb-content-wrapper .custom-text {
    margin-top: 10px;
    font-size: var(--nb-menu-item-images-carousel-text-fs);
    font-weight: var(--nb-menu-item-images-carousel-text-fw);
}
/*
/* NB Fajl:'./_blocks/navigation-and-search/navigation/vertical-navigation/vertical-navigation-offcanvas-2/vertical-navigation-offcanvas-2.css.'
*/:root{
    --nb-vertical-navigation-offcanvas-2-width: 375px;
    --nb-vertical-navigation-offcanvas-2-bg: var(--nb-color-white);
    --nb-vertical-navigation-offcanvas-2-backdrop-bg: #00000066;
    --nb-vertical-navigation-offcanvas-2-color: var(--nb-text-color-primary);
    --nb-vertical-navigation-offcanvas-2-padding-x: 16px;
    --nb-vertical-navigation-offcanvas-2-padding-y: 16px;

}
.nb-vertical-navigation-offcanvas-2 {

    --nb-offcanvas-width: var(--nb-vertical-navigation-offcanvas-2-width);
    --nb-offcanvas-backdrop-color: var(--nb-vertical-navigation-offcanvas-2-backdrop-bg);
}
.nb-vertical-navigation-offcanvas-2:has(.nb-menu-navigation-with-tabs .tab-content .nb-item.active) .nb-menu-images-first-level,
.nb-vertical-navigation-offcanvas-2:has(.nb-menu-navigation-with-tabs .tab-content .nb-item.active) .nb-menu-links-first-level{
    display: none;
}

.nb-vertical-navigation-offcanvas-2 .nb-btn-close{
    width: 20px;
    height: 20px;
    background: var(--nb-color-white);
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: var(--nb-vertical-navigation-offcanvas-2-padding-y);
    right: var(--nb-vertical-navigation-offcanvas-2-padding-x);
}

.nb-vertical-navigation-offcanvas-2 .nb-offcanvas{
    background: var(--nb-vertical-navigation-offcanvas-2-bg);
    border-right: none;
    backdrop-filter: blur(10px);
}

.nb-vertical-navigation-offcanvas-2 .nb-offcanvas-body{
    padding: unset;
    display: flex;
    flex-direction: column;
}
.nb-vertical-navigation-offcanvas-2 .nb-offcanvas-body .nb-header-content{
    padding: var(--nb-vertical-navigation-offcanvas-2-padding-y) var(--nb-vertical-navigation-offcanvas-2-padding-x) 0 var(--nb-vertical-navigation-offcanvas-2-padding-x);
}

.nb-vertical-navigation-offcanvas-2 .nb-offcanvas-body > *{
    padding: 0 var(--nb-vertical-navigation-offcanvas-2-padding-x);
}
.nb-vertical-navigation-offcanvas-2 .nb-header-content{
    margin-bottom: 32px;
}
.nb-vertical-navigation-offcanvas-2 .nb-body-content{
    max-height: calc(100% - 200px);
    overflow-y: auto;
    height: 100%;
}
.nb-vertical-navigation-offcanvas-2 .nb-body-content > .nb-menu-item-images-carousel{
    margin-top: 32px;
}
.nb-vertical-navigation-offcanvas-2:has(.nb-menu-navigation-links-1 > .menu-subtree > .nb-item.active) .nb-body-content > .nb-menu-item-images-carousel{
    display: none;
}
.nb-vertical-navigation-offcanvas-2 .nb-footer-content{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-top: 32px;
    background-color: var(--nb-color-gray-200);
    width: calc(var(--nb-offcanvas-width) - var(--nb-border-width));
    padding: var(--nb-vertical-navigation-offcanvas-2-padding-y) var(--nb-vertical-navigation-offcanvas-2-padding-x);
}

.nb-vertical-navigation-offcanvas-2 .nb-menu-links-first-level {
    flex-direction: column;
}
.nb-vertical-navigation-offcanvas-2 .nb-menu-links-first-level .nb-link {
    color: var(--nb-vertical-navigation-offcanvas-2-color);
}
.nb-vertical-navigation-offcanvas-2 .nb-menu-links-first-level .nb-link + .nb-link{
    margin-top: 15px;
}
.nb-vertical-navigation-offcanvas-2 .nb-menu-links-first-level .nb-link:hover{
    text-decoration: underline;
}
.nb-vertical-navigation-offcanvas-2 .nb-menu-links-first-level .nb-link{
    font-size: var(--nb-font-size-13);
    font-weight: var(--nb-font-semibold);
}
.nb-header-icons-placeholder{
    display: none;
}

@media screen and (max-width: 576px){
    :root{
        --nb-vertical-navigation-offcanvas-2-padding-x: 10px;
    }
    .nb-vertical-navigation-offcanvas-2 .nb-offcanvas-body .nb-header-content .nb-logo{
        margin-left: 30px;
        width: fit-content;
    }
    .nb-vertical-navigation-offcanvas-2 .nb-offcanvas-body .nb-header-content .nb-img{
        max-height: 26px;
    }
    .nb-vertical-navigation-offcanvas-2 .nb-btn-close{
        top: calc(var(--nb-vertical-navigation-offcanvas-2-padding-y) + 3px);
        left: var(--nb-vertical-navigation-offcanvas-2-padding-x);
        right: unset;
    }
    .nb-vertical-navigation-offcanvas-2 .nb-offcanvas-body .nb-header-content{
        display: flex;
        gap: 35px;
        justify-content: space-between;
        align-items: center;
    }
    .nb-vertical-navigation-offcanvas-2 .nb-header-icons-placeholder{
        display: block;
        width: fit-content;
    }
    .nb-vertical-navigation-offcanvas-2 .nb-header-icons-placeholder .nb-header-icons-wrapper{
        display: flex;
        gap: 16px;
    }
    .nb-vertical-navigation-offcanvas-2 .nb-header-icons-placeholder .nb-header-icons-wrapper .nb-icon{
        font-size: 22px;
    }
    .nb-vertical-navigation-offcanvas-2 .nb-header-icons-placeholder .nb-header-icons-wrapper .nb-header-site-user-dropdown-1 .nb-header-site-user-dropdown-label{
        display: none;
    }
    .nb-vertical-navigation-offcanvas-2 .nb-header-icons-placeholder .nb-header-favorite-with-badge-1 .nb-header-favorite-count-wrapper,
    .nb-vertical-navigation-offcanvas-2 .nb-header-icons-placeholder .nb-header-cart-with-badge-1 .nb-header-cart-count-wrapper{
        display: none;
    }
    .nb-vertical-navigation-offcanvas-2 .nb-footer-content{
        width: 100%;
    }
}

/*
/* 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 - 200px);
    overflow: auto;
}
.nb-search.nb-search-2 .search-content{
    max-height: calc(100vh - 300px);
}

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

body.open-search{
    overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

.form-control.nb-input:active, .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-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-carousel/search-product-carousel-1/search-product-carousel-1.css.'
*/.nb-search-product-carousel-1{

    .nb-title-link-wrapper .title{
        font-size: 12px;
        color: var(--nb-text-color-secondary);
        margin-bottom: 12px;
    }

    .slick-track{
        margin: 0 -2px;
    }

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

    .nb-product-card-11{

        .nb-product-size-trigger-offcanvas-1,
        .nb-product-available-colors-count-2,
        .nb-sticker-2-list-wrapper{
            display: none;
        }
    }
}
/*
/* NB Fajl:'./components/core/video/html-video/html-video.css.'
*/.nb-html-video {
    position: relative;
    /*max-width: max-content;*/
    /*max-height: max-content;*/
}

.nb-html-video video {
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.nb-html-video .nb-img-wrapper {
    position: relative;
}

.nb-html-video .nb-img-wrapper img {
    visibility: hidden;
}

.nb-html-video .nb-volume-controls {
    display: block;
    position: absolute;
    right: 100px;
    bottom: 150px;
    width: var(--nb-yt-video-volume-controls-width);
    height: var(--nb-yt-video-volume-controls-height);
    background-color: var(--nb-yt-video-volume-controls-bg);
    border-radius: var(--nb-yt-video-volume-controls-border-radius);
    cursor: pointer;
    z-index: 9;
}

.nb-html-video .nb-volume-controls .nb-icon {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    font-size: var(--nb-yt-video-volume-controls-icon-font-size);
    color: var(--nb-yt-video-volume-controls-color);
    transform: translate(-50%, -50%);
}
/*
/* NB Fajl:'./components/complex/slider/slider-item/slider-item-box-31/slider-item-box-31.css.'
*/:root{
    --nb-slider-item-box-31-title-fs: var(--nb-display-text-l);
    --nb-slider-item-box-31-title-fs-mob: 40px;
    --nb-slider-item-box-31-text-color: var(--nb-color-white);
    --nb-slider-item-box-31-link-fs: 16px;
    --nb-slider-item-box-31-description-fs: 18px;
}
.nb-slider-item-box-31{
    position: relative;
    --nb-dt-rows: auto;
}
.nb-slider-item-box-31 .nb-content-wrapper{
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 24px;
    z-index: 2;
}
.nb-slider-item-box-31 .nb-content-wrapper > a > * + *{
    margin-top: 10px;
}
.nb-slider-item-box-31 .nb-content-wrapper .nb-title{
    font-size: var(--nb-slider-item-box-31-title-fs);
    line-height: 1.2;
    height: calc(var(--nb-dt-rows) * 1.2 * var(--nb-slider-item-box-31-title-fs));
    color: var(--nb-slider-item-box-31-text-color);
    margin-bottom: 10px;
}
.nb-slider-item-box-31 .nb-content-wrapper .nb-slider-item-description{
    font-size: var(--nb-slider-item-box-31-description-fs);
    line-height: 1.2;
    color: var(--nb-slider-item-box-31-text-color);
    margin-bottom: 10px;
}
.nb-slider-item-box-31 .nb-content-wrapper .nb-text-link{
    font-size: var(--nb-slider-item-box-31-link-fs);
    color: var(--nb-slider-item-box-31-text-color);
    position: relative;
}
.nb-slider-item-box-31 .nb-content-wrapper .nb-text-link:after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: var(--nb-slider-item-box-31-text-color);
}
.nb-slider-item-box-31 .nb-content-wrapper .nb-text-link:hover:after{
    display: none;
}
.nb-slider-item-box-31 .nb-content-wrapper .nb-text-link:before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    transform: scaleX(0);
    transform-origin: left;
    height: 1px;
    background: var(--nb-slider-item-box-31-text-color);
    transition: transform .3s ease-in-out;
}
.nb-slider-item-box-31 .nb-content-wrapper .nb-text-link:hover:before{
    transform: scaleX(1);
}

@media screen and (max-width: 1024px) {
    .nb-slider-item-box-31 .nb-content-wrapper .nb-title{
        font-size: var(--nb-slider-item-box-31-title-fs-mob);
    }
    .nb-slider-item-box-31 .nb-content-wrapper{
        padding: 16px;
    }
}
/*
/* NB Fajl:'./components/complex/search/search-banner/search-banner-carousel-2/search-banner-carousel-2.css.'
*/.nb-search-banner-carousel-2{
    margin-top: 20px;

    .title{
        font-size: 12px;
        color: var(--nb-text-color-secondary);
        margin-bottom: 12px;
    }

    .slick-track{
        margin: 0 -2px;
    }
    .nb-slider-item{
        margin: 0 2px;
    }
    .nb-img{
        width: 100%;
    }
}
/*
/* 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;
}
.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-links/search-links-1/search-links-1.css.'
*/.nb-search-links-1{
    display: flex;
    flex-direction: column;
    gap: 10px;

    .title{
        font-size: 12px;
        color: var(--nb-text-color-secondary);
    }

    .nb-link{
        font-size: 16px;
        line-height: 20px;
        color: var(--nb-text-color-primary);
        position: relative;
        width: fit-content;

        &:before{
            content: '';
            position: absolute;
            left: 0;
            bottom: 0;
            height: 1px;
            width: 0;
            background: var(--nb-text-color-primary);
            transition: width .3s ease-in-out;
        }

        &:hover:before{
            width: 100%;
        }
    }
}

/*
/* 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-2/search-suggestions-2.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/complex/search/search-categories/search-categories-3/search-categories-3.css.'
*/.nb-search-categories-3{

    margin-bottom: 20px;

    .title{
        font-size: 12px;
        color: var(--nb-text-color-secondary);
        margin-bottom: 10px;
    }

    .items-wrapper{
        display: flex;
        flex-wrap: nowrap;
        overflow: auto;
        gap: 14px;

        .nb-link{
            font-size: 12px;
            line-height: 20px;
            border: 1px solid var(--nb-border-color);
            border-radius: 4px;
            padding: 0 8px;
        }
        &::-webkit-scrollbar{
            width: 0;
            height: 0;
        }
    }


}
/*
/* NB Fajl:'./components/complex/search/recent-searches/recent-searches-1/recent-searches-1.css.'
*/.nb-recent-searches-1{

    margin-bottom: 20px;

    .title{
        font-size: 12px;
        color: var(--nb-text-color-secondary);
        margin-bottom: 10px;
    }

    .items-wrapper{
        display: flex;
        flex-wrap: nowrap;
        overflow: auto;
        gap: 14px;

        .nb-item{
            font-size: 12px;
            line-height: 20px;
            border: 1px solid #F8F9FA;
            border-radius: 4px;
            padding: 0 8px;
            background: #F8F9FA;
            display: flex;
            gap: 5px;
            align-items: center;

            .nb-icon{
                cursor: pointer;
            }
        }

        &::-webkit-scrollbar{
            width: 0;
            height: 0;
        }
    }
}
/*
/* NB Fajl:'./components/complex/search/search-1/search-1.css.'
*/:root {
    --nb-search-1-border-width: var(--nb-border-width);
    --nb-search-1-border-color: var(--nb-border-color);

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

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

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

body.open-search{
    overflow: hidden;
}

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

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

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

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

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

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

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

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

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

/*
/* NB Fajl:'./_blocks/navigation-and-search/search/smart-search/smart-search-2/smart-search-2.css.'
*/.nb-smart-search-2 {
    padding-bottom: 20px;
    .search-content-wrapper{
        display: flex;
        gap: 20px;
    }

    .search-content-wrapper .left-wrapper{
        max-width: 300px;
        flex: 1;
    }
    .search-content-wrapper .right-wrapper{
        flex: 1;
        width: calc(100% - 320px);
    }

    .nb-slider-item-box-31:before{
        content: '';
        position: absolute;
        inset: 0;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
        pointer-events: none;
    }
    .nb-slider-item-box-31 .nb-link:has(.nb-title){
        display: none;
    }
}

@media screen and (max-width: 1024px) {
    .nb-smart-search-2 {
        .search-content-wrapper {
            flex-direction: column-reverse;
        }

        .search-content-wrapper .right-wrapper,
        .search-content-wrapper .left-wrapper{
            width: 100%;
        }
    }
}
/*
/* NB Fajl:'./_blocks/navigation-and-search/search/smart-search/smart-search-modal-3/smart-search-modal-3.css.'
*/body.block-editing .nb-smart-search-modal-3{
    display: block;
    position: relative;
    height: auto;
    min-height: unset;
    overflow: visible;
}

.nb-smart-search-modal-3{

    position: fixed;
    inset: 0 0 auto 0;
    height: 100vh;
    overflow: auto;
    background: var(--nb-color-white);
    z-index: 99999;
    display: none;
    &.active{
        display: block;
    }

    .search-modal-top-content-wrapper{
        display: flex;
        gap: 20px;
        align-items: center;
        padding: 24px 0;
    }

    .search-modal-top-content-wrapper .left-wrapper{
        max-width: 300px;
        flex: 1;
    }
    .search-modal-top-content-wrapper {
        .right-wrapper{
            flex: 1;
            width: calc(100% - 320px);
            display: flex;
            align-items: center;
            gap: 20px   ;

            .nb-btn{
                background: none;
                border: none;
                padding: 0;
                color: var(--nb-text-color-primary);
            }
        }
    }

    .nb-logo{
        max-width: 75px;
    }

    .search-modal-top-content-wrapper .right-wrapper{
        position: relative;

        #search-text{
            padding-left: 45px;
        }
    }
    .search-modal-top-content-wrapper .right-wrapper:before{
        content: '\F52A';
        display: inline-block;
        font-family: bootstrap-icons !important;
        position: absolute;
        left: 15px;
    }
}

@media screen and (max-width: 1024px) {
    .nb-smart-search-modal-3{

        .search-modal-top-content-wrapper .left-wrapper{
            display: none;
        }
        .search-modal-top-content-wrapper .right-wrapper{
            width: 100%;
        }
    }
}
/*
/* NB Fajl:'./_blocks/header-and-footer/footer/ecommerce-footer/ecommerce-footer-18/ecommerce-footer-18.css.'
*/:root{
    --nb-ecommerce-footer-18-top-footer-wrapper-bg: var(--nb-color-white);
    --nb-ecommerce-footer-18-top-middle-footer-wrapper-bg: var(--nb-color-gray-100);
    --nb-ecommerce-footer-18-bottom-footer-wrapper-top-row-bg-mobile: var(--nb-color-gray-100);
    --nb-ecommerce-footer-18-newsletter-bg: var(--nb-color-blue);
    --nb-ecommerce-footer-18-disclaimer-wrapper-bg: var(--nb-color-gray-100);
    --nb-ecommerce-footer-18-newsletter-color: var(--nb-color-white);

    --nb-ecommerce-footer-18-title-font-size: var(--nb-font-size-14);
    --nb-ecommerce-footer-18-title-font-weight: var(--nb-font-semibold);
    --nb-ecommerce-footer-18-title-color: var(--nb-text-color-primary);

    --nb-ecommerce-footer-18-link-font-size: var(--nb-font-size-12);
    --nb-ecommerce-footer-18-link-font-weight: var(--nb-font-regular);
    --nb-ecommerce-footer-18-link-color: var(--nb-text-color-primary);
    --nb-ecommerce-footer-18-link-hover-color: var(--nb-link-color-secondary);

    --nb-ecommerce-footer-18-company-info-text-font-size: var(--nb-font-size-14);
    --nb-ecommerce-footer-18-company-info-text-font-weight: var(--nb-font-regular);
    --nb-ecommerce-footer-18-company-info-text-color: var(--nb-text-color-primary);

    --nb-ecommerce-footer-18-copyright-font-size: var(--nb-font-size-12);
    --nb-ecommerce-footer-18-copyright-font-weight: var(--nb-font-regular);
    --nb-ecommerce-footer-18-copyright-color: var(--nb-text-color-primary);

    --nb-ecommerce-footer-18-disclaimer-font-size: var(--nb-font-size-12);
    --nb-ecommerce-footer-18-disclaimer-font-weight: var(--nb-font-regular);
    --nb-ecommerce-footer-18-disclaimer-color: var(--nb-text-color-primary);

    --nb-ecommerce-footer-18-border-color: var(--nb-border-color);
}
.nb-ecommerce-footer-18 .nb-top-footer-wrapper{
    background-color: var(--nb-ecommerce-footer-18-top-footer-wrapper-bg);
}
.nb-ecommerce-footer-18 .nb-top-footer-wrapper > .nb-content-wrapper{
    padding-top: 30px;
    padding-bottom: 30px;
}

.nb-ecommerce-footer-18 .nb-top-footer-wrapper .nb-footer-top-grid-1{
    padding: 20px 0;
}
.nb-ecommerce-footer-18 .nb-menu-link-list .nb-link,
.nb-ecommerce-footer-18 .nb-footer-copyright .nb-link{
    color: var(--nb-text-color-primary);
}
.nb-ecommerce-footer-18 .nb-menu-link-list .nb-link:hover,
.nb-ecommerce-footer-18 .nb-footer-copyright .nb-link:hover{
    color: var(--nb-link-color-secondary);
}

/* top middle wrapper */
.nb-ecommerce-footer-18 .nb-top-middle-footer-wrapper{
    background-color: var(--nb-ecommerce-footer-18-top-middle-footer-wrapper-bg);
}
.nb-ecommerce-footer-18 .nb-top-middle-footer-wrapper .nb-footer-newsletter-with-social-media{
    background-color: var(--nb-ecommerce-footer-18-newsletter-bg);
}
.nb-ecommerce-footer-18 .nb-top-middle-footer-wrapper .nb-footer-newsletter-with-social-media *:not(input, .nb-alert, .nb-alert *, .parsley-errors-list, .parsley-errors-list *, .nb-label){
    color: var(--nb-ecommerce-footer-18-newsletter-color);
}
.nb-ecommerce-footer-18 .nb-footer-newsletter-with-social-media .nb-submit-newsletter-wrapper .nb-input {
    border-radius: var(--nb-footer-newsletter-with-social-media-newsletter-input-border-radius);
}


/* middle wrapper */
.nb-ecommerce-footer-18 .nb-middle-footer-wrapper{
    padding: 30px 0;
}

.nb-ecommerce-footer-18 .nb-site-info-wrapper{
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: space-between;
    height: 100%;
}
.nb-ecommerce-footer-18 .nb-slider-item-box-39{
    padding: 0;
    flex-direction: column;
    background-color: transparent;
}
.nb-ecommerce-footer-18 .nb-slider-item-box-39 .nb-img{
    max-height: 21px;
}
.nb-ecommerce-footer-18 .nb-slider-item-box-39 .nb-content-wrapper{
    gap: 12px;
}
.nb-ecommerce-footer-18 .nb-slider-item-box-39 .nb-content-wrapper .nb-title{
    font-size: 12px;
    font-weight: var(--nb-font-regular);
    line-height: 1.2;
    margin-bottom: unset;
}
.nb-ecommerce-footer-18 .nb-slider-item-box-39 .nb-content-wrapper .nb-description{
    display: none;
}
.nb-ecommerce-footer-18 .nb-slider-item-box-39 .nb-content-wrapper .nb-btn{
    background-color: transparent;
    border: unset;
    width: fit-content;
    padding: 0;
    color: var(--nb-text-color-primary);
    font-size: 12px;
    line-height: 1.5;
}
.nb-ecommerce-footer-18 .nb-slider-item-box-39 .nb-content-wrapper .nb-btn:hover{
    color: var(--nb-link-color-secondary);
}
.nb-ecommerce-footer-18 .nb-slider-item-box-26{
    border: unset;
    padding: 0;
    gap: 0;
}
.nb-ecommerce-footer-18 .nb-slider-item-box-26 .nb-link{
    font-weight: var(--nb-font-regular);
}
.nb-ecommerce-footer-18 .nb-slider-item-box-26 .nb-title-wrapper{
    margin-bottom: 20px;
}
.nb-ecommerce-footer-18 .nb-slider-item-box-26 .nb-img{
    max-width: 24px;
}
.nb-ecommerce-footer-18 .nb-slider-item-box-26 .nb-slider-item-description{
    font-size: 12px;
    color: var(--nb-text-color-primary);
    margin-bottom: 12px;
}
.nb-ecommerce-footer-18 .nb-slider-item-box-26 .nb-link {
    font-size: 12px;
    width: fit-content;
}
.nb-ecommerce-footer-18 .nb-info-box-8 .nb-info-box-8-title.nb-title,
.nb-ecommerce-footer-18 .nb-footer-links .nb-title {
    font-size: var(--nb-ecommerce-footer-18-title-font-size);
    font-weight: var(--nb-ecommerce-footer-18-title-font-weight);
    color: var(--nb-ecommerce-footer-18-title-color);
}
.nb-ecommerce-footer-18 .nb-footer-links .nb-link {
    font-size: var(--nb-ecommerce-footer-18-link-font-size);
    font-weight: var(--nb-ecommerce-footer-18-link-font-weight);
    color: var(--nb-ecommerce-footer-18-link-color);
}
.nb-ecommerce-footer-18 .nb-footer-links .nb-link:hover {
    color: var(--nb-ecommerce-footer-18-link-hover-color);
}
.nb-ecommerce-footer-18 .nb-info-box-8 .nb-info-box-8-wrapper > *,
.nb-ecommerce-footer-18 .nb-info-box-8 .nb-info-box-8-wrapper > * > * {
    font-size: var(--nb-ecommerce-footer-18-company-info-text-font-size);
    font-weight: var(--nb-ecommerce-footer-18-company-info-text-font-weight);
    color: var(--nb-ecommerce-footer-18-company-info-text-color);
}



/* bottom wrapper */
.nb-ecommerce-footer-18 .nb-bottom-footer-wrapper .nb-top-row{
    display: flex;
    align-items: center;
    padding: 30px 0;
}
.nb-ecommerce-footer-18 .nb-brands-slider{
    display: flex;
    gap: 20px;
    align-items: start;
}
.nb-ecommerce-footer-18 .nb-brands-slider > :first-child .nb-img{
    max-height: 85px;
}
.nb-ecommerce-footer-18 .nb-brands-slider > :last-child .nb-img{
    max-height: 30px;
}
.nb-ecommerce-footer-18 .nb-footer-payment-cards{
    margin-bottom: unset;
}
.nb-ecommerce-footer-18 .nb-footer-payment-cards .nb-img {
    height: 25px;
}
.nb-ecommerce-footer-18 .nb-menu-link-list{
     border-bottom: unset;
     overflow-x: unset;
     flex-wrap: wrap;
     padding: 0;
 }


/* disclaimer wrapper */
.nb-ecommerce-footer-18 .nb-disclaimer-wrapper{
    padding: 16px 0;
    background-color: var(--nb-ecommerce-footer-18-disclaimer-wrapper-bg);
}
.nb-ecommerce-footer-18 .nb-disclaimer-wrapper .nb-footer-disclaimer {
    font-size: var(--nb-ecommerce-footer-18-disclaimer-font-size);
    font-weight: var(--nb-ecommerce-footer-18-disclaimer-font-weight);
    color: var(--nb-ecommerce-footer-18-disclaimer-color);
    max-width: unset;
}
.nb-ecommerce-footer-18 .nb-disclaimer-wrapper .nb-footer-copyright{
    margin-top: 12px;
}
.nb-ecommerce-footer-18 .nb-footer-copyright .nb-link,
.nb-ecommerce-footer-18 .nb-footer-copyright {
    font-size: var(--nb-ecommerce-footer-18-copyright-font-size);
    font-weight: var(--nb-ecommerce-footer-18-copyright-font-weight);
    color: var(--nb-ecommerce-footer-18-copyright-color);
    border: unset;
    padding: 0;
}

@media screen and (min-width: 992px){
    .nb-ecommerce-footer-18 .nb-top-footer-wrapper .nb-footer-top-grid-1 .col{
        margin-top: 0;
    }
}
@media screen and (min-width: 576px){

    .nb-ecommerce-footer-18 .nb-top-middle-footer-wrapper .nb-about-us-col{
        margin-top: 0;
        padding-left: 0;
    }
    .nb-ecommerce-footer-18 .nb-top-middle-footer-wrapper .nb-newsletter-col{
        margin-top: 0;
        padding-right: 0;
    }
    .nb-ecommerce-footer-18 .nb-footer-mobile-collapse .nb-collapse-button:before {
        display: none;
    }
    .nb-ecommerce-footer-18 .nb-bottom-footer-wrapper > .nb-content-wrapper{
        border-top: 1px solid var(--nb-ecommerce-footer-18-border-color);
    }
    .nb-ecommerce-footer-18 .nb-brands-slider{
        justify-content: end;
    }
    .nb-ecommerce-footer-18 .nb-bottom-footer-wrapper .nb-top-row .col-12:first-of-type,
    .nb-ecommerce-footer-18 .nb-middle-footer-wrapper .row .col-12:first-of-type,
    .nb-ecommerce-footer-18 .nb-top-middle-footer-wrapper > .nb-content-wrapper,
    .nb-ecommerce-footer-18 .nb-top-footer-wrapper > .nb-content-wrapper{
        padding-left: 0;
    }
    .nb-ecommerce-footer-18 .nb-bottom-footer-wrapper .nb-top-row .col-12:last-of-type,
    .nb-ecommerce-footer-18 .nb-middle-footer-wrapper .row .col-12:last-of-type,
    .nb-ecommerce-footer-18 .nb-top-middle-footer-wrapper > .nb-content-wrapper,
    .nb-ecommerce-footer-18 .nb-top-footer-wrapper > .nb-content-wrapper{
        padding-right: 0;
    }
}

@media screen and (max-width: 1200px){
    :root{
        --nb-footer-newsletter-with-social-media-newsletter-input-min-width: 300px;
    }
    .nb-ecommerce-footer-18 .nb-footer-newsletter-with-social-media .nb-form{
        width: 100%;
    }
    .nb-ecommerce-footer-18 .nb-footer-newsletter-1-title-wrapper{
        margin-bottom: 20px;
    }
    .nb-ecommerce-footer-18 .nb-subtitle-and-form-wrapper{
        flex-direction: column;
        align-items: start;
        gap: 10px;
    }
    .nb-ecommerce-footer-18 .nb-subtitle-and-form-wrapper .nb-input{
        width: 100%;
    }
    .nb-ecommerce-footer-18 .nb-subtitle-and-form-wrapper .nb-btn{
        max-width: 50px;
    }
}
@media screen and (max-width: 576px){
    .nb-ecommerce-footer-18 .nb-top-footer-wrapper > .nb-content-wrapper{
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .nb-ecommerce-footer-18 .nb-slider-item-box-18 .nb-wrapper{
        text-align: left;
    }

    .nb-ecommerce-footer-18 .nb-slider-item-box-18{
        gap: 10px;
        align-items: start;
    }
    .nb-ecommerce-footer-18 .nb-menu-link-list-4{
        flex-direction: column;
        padding: 0;
    }
    .nb-ecommerce-footer-18 .nb-menu-link-list-4 .nb-menu-title{
        margin-bottom: 10px;
    }
    .nb-ecommerce-footer-18 .col-12:has(.nb-site-info-wrapper){
        margin-bottom: 20px;
    }
    .nb-ecommerce-footer-18 .nb-footer-mobile-collapse{
        border-bottom: 1px solid var(--nb-border-color);
    }
    .nb-footer-links .row > :first-child > :first-child{
        border-top: 1px solid var(--nb-border-color);
    }
    .nb-middle-footer-wrapper .nb-footer-links .row .col-12,
    .nb-middle-footer-wrapper .row .col-12:has(.nb-footer-links) + .col-12{
        margin-top: 0;
    }
    .nb-middle-footer-wrapper .row .col-12 .nb-footer-mobile-collapse {
        padding-top: 15px;
    }
    .nb-ecommerce-footer-18 .nb-collapse-button {
        position: relative;
        margin-bottom: 15px;
    }
    .nb-ecommerce-footer-18 .nb-footer-mobile-collapse .nb-collapse-button:before {
        position: absolute;
        right: 10px;
        font-size: 14px;
        top: 50%;
        transform: translateY(-50%);
        display: block;
        color: var(--nb-text-color-primary);
    }
    .nb-ecommerce-footer-18 .nb-collapse-button.active{
        margin-bottom: 25px;
    }
    .nb-ecommerce-footer-18 .nb-collapse-button.active:before {
        transform: translateY(-50%) rotateZ(180deg);
    }
    .nb-ecommerce-footer-18 .nb-footer-mobile-collapse .nb-collapse-content ul{
        margin-bottom: 0;
    }
    .nb-ecommerce-footer-18 .nb-footer-mobile-collapse .nb-collapse-content{
        padding-bottom: 20px;
    }
    .nb-ecommerce-footer-18 .nb-bottom-footer-wrapper .nb-top-row{
        background-color: var(--nb-ecommerce-footer-18-bottom-footer-wrapper-top-row-bg-mobile);
        padding: 20px 0;
    }
    .nb-ecommerce-footer-18 .nb-middle-footer-wrapper > .nb-content-wrapper{
        padding-bottom: 15px;
    }
    .nb-ecommerce-footer-18 .nb-bottom-footer-wrapper .nb-top-row > :first-child{
        margin-top: 0;
    }
    .nb-ecommerce-footer-18 .nb-menu-link-list{
        flex-direction: column;
        gap: 10px;
        margin-bottom: 5px;
    }
    .nb-ecommerce-footer-18 .nb-menu-link-list .nb-menu-item:not(:first-of-type){
        border-left: unset;
        padding-left: 0;
    }

    .nb-ecommerce-footer-18 .nb-top-middle-footer-wrapper .nb-newsletter-col{
        padding-left: 0;
        padding-right: 0;
    }
    .nb-middle-footer-wrapper .row .col-12{
        margin-top: 20px;
    }
    .nb-ecommerce-footer-18 .nb-top-middle-footer-wrapper .nb-footer-newsletter-with-social-media .nb-subtitle-and-form-wrapper,
    .nb-ecommerce-footer-18 .nb-footer-newsletter-1-title-wrapper{
        margin-bottom: 14px;
    }
    .nb-ecommerce-footer-18 .nb-footer-newsletter-with-social-media .nb-footer-social-networks-2{
        margin-top: 14px;
    }
}
/*
/* NB Fajl:'./nbthemes/nbshop_okaidi/css/nb7.custom.css.'
*/
.nb-offcanvas:focus-visible {
    outline: unset;
    outline-offset: unset;
}
*:focus-visible {
    box-shadow: unset;
    -webkit-box-shadow: unset;
    -moz-box-shadow: unset;
}
.nb-select:focus-visible {
    outline: unset;
}

.btn.nb-btn.disabled{
    background-color: var(--nb-btn-primary-disabled-bg);
    color: var(--nb-btn-primary-disabled-color);
    border-color: var(--nb-btn-primary-disabled-border-color);
}

.nb-slider-item-box-51 .nb-slider-item-content .nb-title{
    text-transform: uppercase;
}

main > *:first-child .nb-grid-banner-22:first-child .nb-slider-item-box-51{
    height: 100svh;
    width: 100%;
}
main > *:first-child .nb-grid-banner-22:first-child .nb-slider-item-box-51 .nb-slider-item-image,
main > *:first-child .nb-grid-banner-22:first-child .nb-slider-item-box-51 .nb-img-wrapper,
main > *:first-child .nb-grid-banner-22:first-child .nb-slider-item-box-51 .nb-slider-video,
main > *:first-child .nb-grid-banner-22:first-child .nb-slider-item-box-51 .nb-slider-video > *{
    width: 100%;
    height: 100%;
}
main > *:first-child .nb-grid-banner-22:first-child .nb-slider-item-box-51 .nb-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.nb-product-card-30 .nb-product-image-with-positioned-content-v1 .nb-favorite:hover .nb-icon{
    color: var(--nb-spec-color);
}
.nb-product-card-30 .nb-product-prices-3 .nb-separator{
    transform: rotate(17deg);
    font-size: 12px;
}
.nb-product-card-30 .nb-product-prices-3{
    min-height: 36px;
}
.nb-product-card-30 .nb-card .card-body.nb-card-body.nb-product-card-body .nb-sticker-2-list-wrapper{
    margin-top: 6px;
    position: absolute;
    bottom: 22px;
}

.nb-product-card-30 .nb-product-button-with-bubble-8{
    padding: 15px 10px;
}
.nb-slider-item-box-51 .nb-links-wrapper .nb-btn{
    line-height: 1.6;
}

.nb-ecommerce-footer-18 .nb-top-footer-wrapper > .nb-content-wrapper{
    padding-top: 15px;
    padding-bottom: 15px;
}
.nb-ecommerce-footer-18 .nb-top-footer-wrapper .nb-footer-top-grid-1{
    padding: 18px 0;
}
.nb-menu-link-list-4 .nb-menu-links-wrapper{
    gap: 15px;
}
.nb-ecommerce-footer-18 .nb-footer-newsletter-with-social-media .nb-footer-newsletter-1-title-wrapper{
    margin-bottom: 15px;
}
.nb-footer-newsletter-with-social-media .nb-footer-social-networks-2{
    margin-top: 15px;
}
.nb-ecommerce-footer-18 .nb-top-middle-footer-wrapper .nb-footer-newsletter-with-social-media .nb-submit-newsletter-wrapper .nb-btn{
    max-width: 120px;
}
.nb-ecommerce-footer-18 .nb-top-middle-footer-wrapper .nb-footer-newsletter-with-social-media .nb-submit-newsletter-wrapper .nb-btn *{
    color: var(--nb-text-color-primary);
}
.nb-ecommerce-header-17 .nb-header-cart-with-badge-1 .nb-header-cart-count-wrapper,
.nb-ecommerce-header-17 .nb-header-favorite-with-badge-1 .nb-header-favorite-count-wrapper{
    width: 16px;
    height: 16px;
    right: -75%;
    top: 8px;
}
.nb-ecommerce-header-17 .nb-header-top-wrapper .nb-header-info-carousel-3{
    max-width: 700px;
}
.nb-ecommerce-header-17 .nb-header-top-wrapper .nb-header-info-carousel-3 .nb-slider-item{
    text-align: center;
}
.nb-ecommerce-header-17 .nb-header-top-wrapper .nb-header-info-carousel-3 .nb-slider .slick-track{
    display: flex;
    align-items: center;
}
.nb-page-content-2 .nb-control-wrapper .nb-custom-text-with-icon-1 .custom-text{
    text-decoration: underline;
}
.nb-page-content-2 .nb-control-wrapper .nb-custom-text-with-icon-1:hover .custom-text{
    text-decoration: unset;
}
.nb-ecommerce-footer-18 .nb-footer-company-info-1.nb-info-box-8 .nb-info-box-8-wrapper .custom-text:first-of-type:before{
    content: '\e982';
    font-family: 'nbi-font';
    margin-right: 14px;
    color: var(--nb-text-color-primary);
    font-size: 14px;
}
.nb-ecommerce-footer-18 .nb-footer-company-info-1.nb-info-box-8 .nb-info-box-8-wrapper .custom-text:nth-of-type(2):before{
    content: '\e924';
    font-family: 'nbi-font';
    margin-right: 14px;
    color: var(--nb-text-color-primary);
    font-size: 14px;
 }
.nb-ecommerce-footer-18 .nb-info-box-8 .nb-info-box-8-wrapper > * + *{
    margin-top: 12px;
}
.nb-ecommerce-footer-18 .nb-info-box-8 .nb-info-box-8-wrapper .custom-text{
    display: flex;
}
.nb-ecommerce-footer-18{
    --nb-container-width: var(--nb-container-1400px);
}
.nb-ecommerce-footer-18 .nb-site-info-wrapper .nb-btn,
.nb-ecommerce-footer-18 .nb-site-info-wrapper .nb-link,
.nb-ecommerce-footer-18 .nb-footer-newsletter-with-social-media .nb-footer-social-networks-2 .nb-link .custom-text{
    text-decoration: underline;
}
.nb-ecommerce-footer-18 .nb-site-info-wrapper .nb-btn:hover,
.nb-ecommerce-footer-18 .nb-site-info-wrapper .nb-link:hover,
.nb-ecommerce-footer-18 .nb-footer-newsletter-with-social-media .nb-footer-social-networks-2 .nb-link:hover .custom-text{
    text-decoration: unset;
}
.nb-ecommerce-footer-18 .nb-bottom-footer-wrapper .nb-top-row{
    align-items: start;
}

.nb-slider-item-box-51 .nb-slider-item-content .nb-title{
    letter-spacing: 10px;
}

.nb-vertical-navigation-offcanvas-2 .nb-offcanvas-body .nb-header-content{
    padding: 20px var(--nb-vertical-navigation-offcanvas-2-padding-x) 0 30px;

}
.nb-vertical-navigation-offcanvas-2 .nb-btn-close{
    right: 30px;
    top: 30px;
}
.nb-vertical-navigation-offcanvas-2 .nb-body-content{
    max-height: calc(100% - 250px);
}
.nb-vertical-navigation-offcanvas-2 .nb-footer-content{
    width: var(--nb-vertical-navigation-offcanvas-2-width);
}
.nb-vertical-navigation-offcanvas-2 .nb-menu-item-images-carousel .nb-slider-item .nb-content-wrapper .custom-text{
    text-decoration: underline;
}
.nb-vertical-navigation-offcanvas-2 .nb-menu-item-images-carousel .nb-slider-item:hover .nb-content-wrapper .custom-text{
    text-decoration: unset;
}
.nb-vertical-navigation-offcanvas-2 .nb-offcanvas-body:has(.nb-first-level.active) .nb-header-content{
    margin-bottom: 20px;
}
.nb-vertical-navigation-offcanvas-2 .nb-menu-links-first-level .nb-link{
    font-size: 14px;
    font-weight: var(--nb-font-medium);
}
.nb-vertical-navigation-offcanvas-2 .nb-footer-content{
    background-color: var(--nb-color-blue-100);
}
.nb-login-and-registration-form-page-1 .nb-login-form-3{
    border-right-color: var(--nb-color-gray-200);
}
.nb-login-form-3 .nb-login-trouble{
    color: var(--nb-link-color-primary);
}
.nb-login-form-3 .nb-login-trouble:hover{
    color: var(--nb-link-color-secondary);
    text-decoration: underline;
}
.nb-login-form-3 .nb-btn-form{
    margin: 20px 0;
}
.nb-form-radio-button .nb-radio:checked:before{
    background: var(--nb-color-primary);
}
.nb-form-check .nb-label{
    color: var(--nb-text-color-primary);
}
.nb-register-form-4 .nb-form-fields-wrapper .nb-form-radio-button,
.nb-register-form-4 .nb-form-fields-wrapper .nb-checkbox-wrapper .nb-form-check{
    margin-bottom: 16px;
}

.nb-register-form-4 .nb-form-fields-wrapper .nb-form-radio-button .nb-label,
.nb-register-form-4 .nb-form-fields-wrapper .nb-form-check .nb-label{
    margin-left: 8px;
}
.nb-popup-newsletter-form-popup-1 .nb-newsletter-info-wrapper{
    flex: 1.25;
    padding-right: 50px;
}
.nb-popup-newsletter-form-popup-1 .nb-btn-close{
    right: 30px;
    top: 20px;
}
.nb-popup-newsletter-form-popup-1 .modal-header .nb-modal-title{
    font-size: 20px;
    font-weight: var(--nb-font-regular);
}
.nb-newsletter-form-popup-1 .nb-newsletter-info-wrapper .nb-label{
    margin-left: 8px;
}
.nb-product-filter-category-attribute-vertical-1 .nb-accordion.nb-accordion-2 .nb-accordion-button.collapsed .nb-toggle-icon:before{
    content: '\ea45';
    transform: rotate(90deg);
}
.nb-product-filter-category-attribute-vertical-1 .nb-accordion.nb-accordion-2 .nb-accordion-button:not(.collapsed) .nb-toggle-icon:before{
    content: '\ea45';
    transform: rotate(-90deg);
}
.nb-product-size-list-5 > *.active{
    border-color: var(--nb-color-primary);
}

.nb-pagination .nb-page-item:hover .nb-page-link,
.nb-pagination .nb-page-item:focus .nb-page-link{
    border-color: var(--nb-color-white);
    color: var(--nb-text-color-primary);
    font-weight: var(--nb-font-semibold);
}

.nb-pagination .nb-page-item.active .nb-page-link{
    font-weight: var(--nb-font-bold);
}

.nb-product-category-grid-1 .nb-title{
    font-size: 16px;
}
.nb-product-card-30 .nb-product-button-with-bubble-8 .nb-product-bubble-3 .nb-product-size-list-5 .nb-size-value-box-1{
    flex: 0 0 20%;
}
.nb-product-filters-offcanvas-1 .nb-filters-offcanvas-1 .nb-offcanvas-header{
    padding: 30px 24px;
}
.nb-product-filters-offcanvas-1 .nb-filters-offcanvas-1 .nb-offcanvas-body{
    padding: 15px 24px;
}
.nb-product-filters-offcanvas-1 .nb-filters-offcanvas-1 .nb-offcanvas-header .nb-btn-close{
    font-size: 14px;
}
.nb-product-filters-offcanvas-1 .nb-tag-product-applied-filter-tag{
    padding-right: 0;
}
.nb-product-filter-category-attribute-vertical-1 .nb-accordion .accordion-button .nb-collapse-icon:before{
    color: var(--nb-color-primary);
}
.nb-product-filters-offcanvas-1 .nb-product-filter-category-attribute-vertical-1 > .nb-form > .nb-product-listing-filters-wrapper > .nb-wrapper{
    padding-right: 0;
}
.nb-product-filter-category-attribute-vertical-1 .nb-product-listing-filters-wrapper{
    padding-right: 0;
}

.nb-product-filter-category-attribute-vertical-1 {
    --nb-label-font-size: 12px;
}
.nb-product-filter-category-attribute-vertical-1 .nb-accordion.nb-accordion-2 .nb-accordion-button{
    font-weight: var(--nb-font-medium);
    font-size: var(--nb-font-size-14);
    padding: 16px 0;
}
.nb-product-filter-category-attribute-vertical-1 .nb-accordion.nb-accordion-2 .nb-accordion-button:not(.collapsed){
    padding-bottom: 20px;
}
.nb-product-filter-category-attribute-vertical-1 .nb-accordion.nb-accordion-2 .nb-accordion-collapse .nb-accordion-body > .nb-component{
    max-height: 150px;
    overflow: auto;
}
.nb-product-filter-category-attribute-vertical-1 .nb-accordion.nb-accordion-2 .nb-accordion-collapse .nb-accordion-body > .nb-component::-webkit-scrollbar {
    width: 4px;
}
.nb-product-filter-category-attribute-vertical-1 .nb-accordion.nb-accordion-2 .nb-accordion-collapse .nb-accordion-body > .nb-component::-webkit-scrollbar-thumb,
.nb-product-filters-offcanvas-1 .nb-filters-offcanvas-1 .nb-product-listing-filters-wrapper > .nb-wrapper::-webkit-scrollbar-thumb,
.nb-product-filters-offcanvas-1 .nb-filters-offcanvas-1 .nb-offcanvas-body::-webkit-scrollbar-thumb{
    background: var(--nb-scroll-1-bg) !important;
}
.nb-product-filter-category-attribute-vertical-1 .nb-accordion.nb-accordion-2 .nb-accordion-collapse .nb-accordion-body > .nb-component::-webkit-scrollbar-track,
.nb-product-filters-offcanvas-1 .nb-filters-offcanvas-1 .nb-product-listing-filters-wrapper > .nb-wrapper::-webkit-scrollbar-track,
.nb-product-filters-offcanvas-1 .nb-filters-offcanvas-1 .nb-offcanvas-body::-webkit-scrollbar-track{
    background: var(--nb-scroll-1-track-bg) !important;
}

.nb-mini-cart-offcanvas .nb-mini-cart-offcanvas-5 .nb-cart-item-name,
.nb-mini-cart-offcanvas .nb-mini-cart-offcanvas-5 .nb-cart-item-name .nb-title{
    font-size: var(--nb-font-size-16);
}
.nb-mini-cart-offcanvas-5 .nb-cart-items-list .nb-product-item.nb-cart-box-6{
    padding-bottom: 20px;
    padding-top: 20px;
    margin-bottom: 8px;
}
.nb-mini-cart-offcanvas-5 .nb-cart-items-list .nb-product-item.nb-cart-box-6 .nb-text-wrapper{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.nb-mini-cart-offcanvas-5 .nb-cart-items-list .nb-product-item.nb-cart-box-6 .nb-delete{
    top: 20px;
}
.nb-mini-cart-offcanvas-5 .nb-cart-items-list .nb-product-item.nb-cart-box-6 .nb-cart-selected-size{
    margin-bottom: 34px;
}
.nb-mini-cart-offcanvas-5 .nb-cart-items-list .nb-cart-box-6 .nb-cart-price-and-quantity-1{
    height: 48px;
}
.nb-pricing-quick-basket-1 .nb-btn.nb-btn-pricing-quick-basket{
    font-size: var(--nb-font-size-14);
    text-transform: unset;
}


.nb-product-prices-4{
    --nb-price-active-color: var(--nb-spec-color);
    gap: 2px;
}
.nb-product-price-detail-3{
    background-color: unset;
    padding: 0;
}
.nb-product-price-detail-3 .nb-price.nb-price-active{
    line-height: 1.1;
}
.nb-product-price-detail-3 .nb-price-prev{
    line-height: 1.25;
}
.nb-product-price-detail-3 .nb-price-saving{
    display: none;
}
.nb-product-price-detail-3 .nb-product-lower-price-notification-link{
    top: 0;
    right: 0;
}
.nb-product-price-detail-3 .nb-product-lower-price-notification-link .nb-icon{
    color: var(--nb-text-color-primary);
}
.nb-product-price-detail-3 .nb-product-lower-price-notification-link .nb-link{
    font-size: var(--nb-font-size-12);
    font-weight: var(--nb-font-medium);
}
.nb-product-price-detail-3 .nb-sticker-2-product{
    font-size: var(--nb-product-card-30-add-to-sticker-fs);
    color: var(--nb-product-card-30-add-to-sticker-color);
    border: 1px solid var(--nb-product-card-30-add-to-sticker-border-color);
    padding: 2px 4px;
}
.nb-product-price-detail-3 .nb-sticker-2-product:after{
    margin-left: 0;
}
.nb-product-compare-2 .nb-custom-text-with-icon-1{
    padding: 0;
}
.nb-product-detail-description-2{
    padding-top: 20px;
    padding-bottom: 20px;
}
.nb-additional-product-info-list-w-offcanvas-1 .nb-custom-text-with-icon-1:first-of-type{
    border-top: 1px solid var(--nb-border-color);
}
.nb-ecommerce-header-17 .nb-header-wrapper .nb-search-button{
    padding-left: 16px;
    padding-right: 16px;
}
.nb-breadcrumb-2 .nb-breadcrumb-2-item{
    line-height: 2;
}
.nb-breadcrumb-2 .nb-breadcrumb-2-item:before{
    font-weight: 700;
    line-height: inherit;
    vertical-align: middle;
}
.layout:has(> .block .nb-breadcrumb-2){
    margin-bottom: var(--nb-breadcrumb-2-mt) !important;
}
body:has(.nb-profile-menu-4) .layout:has(> .block .nb-breadcrumb-2){
    margin-bottom: var(--nb-margin) !important;
}
/* margine izmedju blokova na detalju proizvoda */
.nb-product-price-detail-3{
    margin-top: 10px !important;
}
.nb-product-detail-code-1{
    margin-top: 5px !important;
}
.nb-product-detail-aidc-btn-w-offcanvas-grid-1,
.nb-product-detail-size-5{
    margin-top: 12px !important;
}
.nb-product-add-to-cart-button-2,
.nb-product-comparison-button-1,
.nb-grid-banner-35,
.nb-product-detail-description-2{
    margin-top: 16px !important;
}
.nb-additional-product-info-list-w-offcanvas-1 {
    margin-top: 0 !important;
}

/* kraj margina */

.nb-how-to-buy-banner-1 .nb-main-wrapper .nb-icon-title-link-horizontal .nb-title,
.nb-how-to-buy-banner-1 .nb-main-wrapper .nb-link.nb-primary-link{
    color: var(--nb-text-color-primary);
}
.nb-how-to-buy-banner-1 .nb-main-wrapper .nb-link.nb-primary-link:hover{
    color: var(--nb-link-color-secondary);
}
.nb-complete-the-look-product-list-carousel-1 .nb-heading-with-subheading,
.similar-product-list-carousel-2 .nb-heading-with-subheading{
    margin-bottom: 46px;
}
/* arrows */
.nb-slider-arrows .slider-arrow > i{
    display: flex;
    width: 56px;
    height: 56px;
    border-radius: var(--nb-border-radius-full);
    background-color: var(--nb-color-white);
    box-shadow: 0 0 1px var(--nb-color-black);
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
    font-size: 18px;
}
.nb-slider-arrows .slider-arrow > i.nb-arrow-left{
    left: 10px;
}
.nb-slider-arrows .slider-arrow > i.nb-arrow-right{
    right: 10px;
}
.nb-complete-the-look-product-list-carousel-1 .nb-slider-arrows .slider-prev,
.similar-product-list-carousel-2 .nb-slider-arrows .slider-prev,
.article-product-list-carousel-1 .nb-slider-arrows .slider-prev{
    margin-left: 0;
}
.nb-complete-the-look-product-list-carousel-1 .nb-slider-arrows .slider-next,
.similar-product-list-carousel-2 .nb-slider-arrows .slider-next,
.article-product-list-carousel-1 .nb-slider-arrows .slider-next{
    margin-right: 0;
}
.similar-product-list-carousel-2 .nb-slider .nb-slider-arrows{
    width: 100%;
    left: 0;
}
.similar-product-list-carousel-2 .nb-slider{
    margin: 0;
}

/* arrows end */

#nb-aidc-offcanvas,
#nb-product-detail-structure-offcanvas-1,
.nb-review-list-product-offcanvas-1,
.nb-slider-delivery-info-offcanvas-1,
.nb-slider-payment-info-offcanvas-1,
.nb-product-choose-size-offcanvas-1 {
    --nb-offcanvas-width: 825px;
    --nb-offcanvas-padding-y: 40px;
}
#nb-product-detail-structure-offcanvas-1 .nb-offcanvas-title,
.nb-review-list-product-offcanvas-1 .nb-offcanvas-title,
.nb-slider-delivery-info-offcanvas-1 .nb-offcanvas-title,
.nb-slider-payment-info-offcanvas-1 .nb-offcanvas-title,
.nb-product-choose-size-offcanvas-1 .nb-offcanvas-title{
    font-size: var(--nb-font-size-18);
    font-weight: var(--nb-font-medium);
}
.nb-product-choose-size-offcanvas-1 .nb-offcanvas-body{
    --nb-offcanvas-padding-x: 10px;
}
.nb-product-size-trigger-offcanvas-2{
    --nb-selected-size-1-color: var(--nb-text-color-primary);
    --nb-selected-size-1-font-weight: var(--nb-font-medium)
}
#nb-aidc-offcanvas .nb-offcanvas-body{
    overflow-x: hidden;
}
.nb-product-aidc-grid-list{
    width: calc(100% + 2 * var(--nb-offcanvas-padding-y));
    margin-left: calc(-1 * (var(--nb-offcanvas-padding-y) - 9px));
}
.nb-product-aidc-grid-list .nb-row{
    max-width: 100%;
    padding: 0;
}
.nb-product-aidc-grid-list .nb-product-image-with-color-name{
    align-items: center;
}
.nb-slider-item-box-53{
    padding: 30px 24px;
}
.nb-slider-item-box-53 .nb-slider-item-content{
    flex-direction: row;
    align-items: center;
    gap: 10px;
}
.nb-slider-item-box-53 .nb-subtitle{
    display: inline-block;
    margin-right: 10px;
}
.nb-slider-delivery-info-offcanvas-1 .nb-offcanvas-body .nb-delivery-wrapper > .custom-text,
.nb-slider-delivery-info-offcanvas-1 .nb-offcanvas-body .nb-refund-wrapper > .custom-text,
.nb-slider-delivery-info-offcanvas-1 .nb-offcanvas-body .nb-returns-wrapper > .custom-text{
    margin-bottom: 20px;
}
.nb-slider-payment-info-offcanvas-1 .nb-payment-info-wrapper .nb-slider-item-description{
    font-size: 12px;
    font-weight: var(--nb-font-light);
}
.nb-review-list-product-offcanvas-1 .nb-review-comments-list .nb-comment-box-9{
    max-width: unset;
}
.nb-grid-banner-35 .nb-slider-item-box-49 .nb-info-box-9{
    justify-content: start;
    padding-left: 0;
}
.nb-product-detail-description-2 .nb-control-wrapper .nb-custom-text-with-icon-1{
    text-decoration: underline;
}
.nb-product-detail-description-2 .nb-control-wrapper .nb-custom-text-with-icon-1:hover{
    text-decoration: unset;
}
.nb-product-detail-description-2 .nb-control-wrapper .nb-custom-text-with-icon-1 .nb-icon{
    display: none;
}
.nb-additional-product-info-list-w-offcanvas-1 .nb-custom-text-with-icon-1{
    padding: 22px 0;
    height: 66px;
}

/* search */
.nb-smart-search-modal-3 .nb-logo{
    max-width: 210px;
}
.nb-smart-search-modal-3 .search-modal-top-content-wrapper .right-wrapper:before{
    left: unset;
    right: 90px;
}
.nb-ecommerce-header-17 .nb-header-wrapper .nb-search-button{
    border-radius: 50px;
}
.nb-smart-search-modal-3 .search-modal-top-content-wrapper .right-wrapper #search-text{
    padding-left: var(--nb-input-padding-x);
    border-radius: 50px;
}
.nb-search-categories-3  .title,
.nb-search-banner-carousel-2  .title,
.nb-search-product-carousel-1 .nb-title-link-wrapper .title{
    color: var(--nb-text-color-primary);
}
.nb-search-categories-3 .items-wrapper .nb-link{
    border-radius: 0;
    border-color: var(--nb-color-primary);
}
.nb-search-product-carousel-1 .nb-product-card-30 .nb-product-button-with-bubble-8,
.nb-search-product-carousel-1 .nb-product-card-30 .nb-open-bubble-mobile{
    display: none;
    visibility: hidden;
}
.nb-smart-search-2 .nb-slider-item-box-31:before{
    background: transparent;
}
.nb-search-product-carousel-1 .nb-product-card-30 .nb-sticker-2-list-wrapper{
    bottom: var(--nb-product-card-30-card-body-padding-y);
}

.nb-article-card-2 .nb-date-wrapper,
.nb-article-card-2 .nb-date-wrapper *{
    font-weight: var(--nb-font-medium);
}
.nb-product-listing-display-grid-2,
.nb-product-detail-gallery-carousel-4{
    --nb-gutter-x: 4px;
    --nb-gutter-y: 4px;
}
.nb-product-card-33 .nb-card.nb-product-card .card-body.nb-card-body.nb-product-card-body{
    padding-top: 15px;
    flex: 0 0 50%;
}
.nb-product-card-33 .nb-product-button-with-bubble-8 .nb-product-bubble-3 .nb-product-info-wrapper .nb-product-name .nb-title{
    font-weight: var(--nb-font-regular);
    --nb-dt-rows: 3;
}
.nb-product-card-33 .nb-product-button-with-bubble-8 .nb-product-bubble-3 .nb-product-info-wrapper .nb-price-sale{
    font-weight: var(--nb-font-medium);
}

/* sistemske stranice */
.subcategory-links .nb-item{
    background-color: var(--nb-color-white);
    border-radius: 0;
}
.subcategory-links .nb-item.active,
.subcategory-links .nb-item:hover{
    color: var(--nb-link-color-secondary);
    box-shadow: 0 1px 5px var(--nb-color-gray-300);
}

.nb-article-card-1 .nb-article-category{
    display: none;
}
.nb-article-card-1:hover .bottom-wrapper .nb-link {
    text-decoration: underline;
}
.nb-article-card-1 .nb-article-short-description{
    height: calc(var(--nb-rows) * var(--nb-paragraph-line-height) * var(--nb-body-font-size));
}
.brands-list-by-letters .nb-items-wrapper .nb-title{
    color: var(--nb-text-color-primary);
}
.nb-poll-card:hover .nb-link:not(:has(.nb-title)),
.nb-promotion-card-1:hover .nb-link:not(:has(.nb-title)),
.nb-message-card-1:hover .nb-message-detail-link{
    text-decoration: underline;
}
.nb-promotion-card-1 .nb-link:not(:has(.nb-title)):hover,
.nb-message-card-1:hover .nb-message-detail-link{
    color: var(--nb-link-color-secondary);
}
.nb-message-name-1 .nb-sub-heading,
.nb-promotion-detail-heading-2 .nb-sub-heading{
    color: var(--nb-text-color-primary);
}

.nb-card-8 .nb-link:hover *{
    color: var(--nb-link-color-secondary);
}
.nb-order-card-1 .nb-order-dropdown .nb-dropdown-menu{
    border-radius: 0;
}
.nb-user-order-detail-1 .nb-order-box-2{
    --nb-btn-height: auto;
}

.nb-product-price-drop-card-1 .nb-product-prices-3:has(.nb-price-regular.hidden) .nb-price.nb-price-active{
    --nb-price-active-color: var(--nb-color-primary);
}
.nb-product-price-drop-card-1 .nb-product-prices-3:has(.nb-price-regular:not(.hidden)) .nb-price.nb-price-active{
    --nb-price-active-color: var(--nb-spec-color);
}
.nb-pagination .nb-page-item .nb-page-link{
    border: unset;
}
.faq-accordion .nb-accordion .nb-accordion-button:not(.collapsed) .nb-title{
    font-weight: var(--nb-font-medium);
}
.nb-icon-left-title-and-description-right-horizontal .nb-icon{
    color: var(--nb-color-primary);
}
.text-info-3 .nb-icon-left-title-and-description-right-horizontal .nb-title{
    font-weight: var(--nb-font-medium);
    font-size: 14px;
}
.heading-with-icon-1 .nb-icon{
    display: none;
}
.nb-product-card-16 .nb-product-name,
.nb-product-card-16 .nb-product-name *{
    font-size: var(--nb-font-size-14);
}
.nb-product-card-16 .nb-card.nb-product-card .nb-card-body .nb-product-prices-8{
    margin-bottom: 10px;
}
.nb-product-card-16 .nb-product-button-with-bubble-2 .nb-product-size-bubble-2{
    margin-bottom: 0;
}
.nb-product-card-16 .nb-product-button-with-bubble-2 .nb-wrapper:has(.nb-size-type-wrapper){
    display: none;
}
.nb-product-card-16 .nb-remove:hover{
    color: var(--nb-spec-color);
}
.error-page-block{
    border-radius: 0;
}

.nb-ecommerce-header-17.nb-transparent{
    --nb-ecommerce-header-17-header-wrapper-bg: linear-gradient(360deg, rgba(65, 65, 65, 0) 0%, rgba(65, 65, 65, 0.7) 100%);
}
.nb-product-button-with-bubble-8 .nb-product-bubble-3 .nb-product-info-wrapper .nb-product-name .nb-title{
    letter-spacing: 0.48px;
}
.nb-product-button-with-bubble-8 .nb-selected-size-1{
    letter-spacing: 0.42px;
}
.nb-custom-scroll-1{
    --nb-scroll-1-bg: var(--nb-color-gray-400);
}
.nb-password-rules .rule + .rule{
    margin-top: 10px;
}
.nb-mini-cart-content-product-3 .nb-cart-items-list{
    margin-top: 0;
}
.nb-product-comparison-floater-1 .nb-icon-wrapper{
    background-color: var(--nb-color-primary);
}
.nb-product-comparison-floater-1.nb-closed .nb-icon-wrapper{
    left: 0;
}
.nb-product-comparison-floater-1 .nb-icon-wrapper .nb-counter{
    right: 5px;
    width: 18px;
    height: 18px;
}
.nb-product-comparison-floater-1 .nb-comparison-wrapper{
    --nb-btn-height: auto;
}
.nb-promotion-list-heading-2 .nb-heading-with-subheading,
.nb-promotion-detail-heading-2 .nb-heading-with-subheading,
.nb-poll-list-heading-2 .nb-heading-with-subheading,
.nb-message-list-heading-1 .nb-heading-with-subheading,
.nb-newsletter-detail-heading-1 .nb-heading-with-subheading,
.nb-product-comparison-page-product-carousel-1 .nb-heading-with-subheading,
.store-detail-title-and-description .block-heading-with-subheading,
.page-headline-1 .block-heading-with-subheading,
.category-detail-heading .block-heading-with-subheading{
    text-align: left !important;
}
.nb-article-card-2 .nb-date-from{
    margin-right: 3px;
}
.nb-article-card-2 .nb-date-to{
    margin-left: 3px;
}
.nb-article-card-2 .nb-card{
    border: unset;
}
.nb-article-card-2 .nb-card .nb-card-body{
    border: 1px solid #e6e6e6;
    border-top-color: transparent;
}
.layout-container-grid:has(.article-gallery-carousel-2){
    padding-right: 20px;
}
.layout-container-grid:has(.nb-article-product-list-carousel-2){
    padding-left: 170px;
}
/* stil naslova na profilnim stranicama */
.nb-user-account-dashboard-1 .nb-heading-with-subheading .nb-title,
.nb-loyalty-detail-2 .nb-heading-with-subheading .nb-title,
.nb-user-order-list-2 .nb-heading-with-subheading .nb-title,
.nb-my-loyalty-purchase-filters-1 .nb-heading-with-subheading .nb-title,
.nb-user-favorite-product-list-grid-1 .nb-heading-with-subheading .nb-title,
.nb-last-viewed-product-list-grid-1 .nb-heading-with-subheading .nb-title,
.nb-edit-account-1 .nb-heading-with-subheading .nb-title,
.nb-user-order-detail-1 .nb-heading-with-subheading .nb-title,
.nb-user-address-list-1 .nb-heading-with-subheading .nb-title,
.nb-voucher-status-check-form-1 .nb-heading-with-subheading .nb-title,
.nb-user-order-reservation-list-1 .nb-heading-with-subheading .nb-title,
.nb-saved-payment-cards-list-grid-1 .nb-heading-with-subheading .nb-title,
.nbtmp-user-reorder-tmp-1 .page-headline-1 .block-heading-with-subheading .nb-title,
.nbtmp-edit-account-data-form-tmp-2 .nb-edit-account-1 .nb-heading-with-subheading .nb-title,
.nbtmp-edit-account-password-form-tmp-1 .nb-change-password-form-page-1 .nb-heading-with-subheading .nb-title,
.nbtmp-back-in-stock-request-list-grid-tmp-1 .nb-back-in-stock-list-grid-1 .nb-heading-with-subheading .nb-title,
.nbtmp-user-preference-product-attribute-tmp-2 .nb-privacy-policy-consent-1 .nb-heading-with-subheading .nb-title,
.nbtmp-user-preference-product-attribute-tmp-2 .nb-user-preference-product-attribute-3 .nb-heading-with-subheading .nb-title,
.nb-price-drop-list-grid-1 .nb-heading-with-subheading .nb-title,
.nbtmp-user-order-detail-with-recommender-tmp-1 .nb-user-order-tracking-1 .nb-title,
.nbtmp-edit-account-email-and-password-form-tmp-1 .nb-heading-with-subheading .nb-title{
    font-size: 24px;
    line-height: 30px;
    color: var(--nb-text-color-primary);
    font-weight: 700;
}
/* stil podnaslova na profilnim  stranicama */
.nbtmp-user-account-dashboard-tmp-2 .nb-user-account-dashboard-1 .nb-heading-with-subheading .nb-sub-heading,
.nbtmp-user-order-list-tmp-1 .nb-user-order-list-2 .nb-heading-with-subheading .nb-sub-heading,
.nbtmp-user-favorite-product-list-grid-tmp-1 .nb-user-favorite-product-list-grid-1 .nb-heading-with-subheading .nb-sub-heading,
.nbtmp-last-viewed-list-grid-tmp-1 .nb-last-viewed-product-list-grid-1 .nb-heading-with-subheading .nb-sub-heading,
.nbtmp-price-drop-request-list-grid-tmp-1 .nb-price-drop-list-grid-1 .nb-heading-with-subheading .nb-sub-heading,
.nbtmp-back-in-stock-request-list-grid-tmp-1 .nb-back-in-stock-list-grid-1 .nb-heading-with-subheading .nb-sub-heading,
.nbtmp-loyalty-dashboard-tmp-2 .nb-loyalty-detail-2 .nb-heading-with-subheading .nb-sub-heading,
.nbtmp-edit-account-email-and-password-form-tmp-1 .nb-heading-with-subheading .nb-sub-heading {
    font-size: 14px;
    line-height: 21px;
    color: var(--nb-text-color-primary);
    font-weight: 500;
}
.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: 12px;
}

.nb-user-order-list-2 .nb-order-card-1-header .nb-order-dropdown,
.nb-user-order-detail-1 .nb-order-box-2 .nb-order-link-list-2 .nb-btn:not(.nbf-cart-import-button){
    display: none;
}
/* menjanje ikonica */
.nb-header-site-user-dropdown-1 .nb-icon:before{
    content: '\ea42';
}
.nb-header-favorite-with-badge-1 .nb-icon:before,
.nb-favorite .nb-icon:before{
    content: '\ea40';
}
.nb-header-cart-with-badge-1 .nb-icon:before{
    content: '\ea4a';
}
.nb-icon.bi-facebook:before{
    content: '\ea4c';
}
.nb-icon.bi-instagram:before{
    content: '\e9c1';
}
.nb-icon.bi-chevron-right:before{
    content: '\ea45';
}
.nb-icon.bi-chevron-down:before{
    content: '\ea45';
    transform: rotate(90deg);
}
.nb-icon.bi-chevron-left:before{
    content: '\ea46';
}
.nb-smart-search-modal-3 .search-modal-top-content-wrapper .right-wrapper:before{
    content: '\ea3c';
    font-family: 'nbi-font' !important;
}
.nb-login-and-registration-form-page-1 .nb-register-form-4 .nb-checkbox-wrapper{
    position: relative;
}
.nb-login-and-registration-form-page-1 .nb-register-form-4 .nb-checkbox-wrapper .parsley-errors-list.filled{
    left: 0;
    width: max-content;
    top: 100%;
}
.nb-product-filter-category-attribute-vertical-1 .nb-applied-filters-wrapper{
    padding-bottom: 0;
}
.nb-product-filter-category-attribute-vertical-1 .nb-applied-filters-wrapper .nb-clear-filters{
    display: flex;
    position: static;
    float: unset;
    justify-content: space-between;
    padding: 16px 0;
    border-top: 1px solid var(--nb-border-color);
    margin-top: 10px;
}
.nb-product-filter-category-attribute-vertical-1 .nb-applied-filters-wrapper .nb-clear-filters .nb-icon{
    display: block;
}
.nb-location-list-grid-1 .nb-location-card-2 .nb-img{
    width: 100%;
}
.nb-cookie-consent-1 .nb-cookie-btn-wrapper-agree-and-learn .nb-cookie-learn-more{
    padding: 15px var(--nb-btn-padding-x);
}
.nb-how-to-buy-banner-1:not(.dragbox){
    top: 35%;
}
.nb-cart-summary-2-card a{
    display: inline;
}

.nb-user-favorite-product-list-grid-1 .nb-product-card-30 .nb-product-favorite{
    display: none;
}
.nb-show-hide-password{
    display: block;
}
.nb-remove-all-available-products{
    margin-bottom: 0;
}
.nb-ecommerce-footer-18 .form-control.nb-input.parsley-error,
.nb-ecommerce-footer-18 .form-select.nb-select.parsley-error,
.nb-ecommerce-footer-18 .form-control.nb-textarea.parsley-error,
.nb-ecommerce-footer-18 .form-control.nb-input.parsley-success,
.nb-ecommerce-footer-18 .form-select.nb-select.parsley-success,
.nb-ecommerce-footer-18 .form-control.nb-textarea.parsley-success{
    background-color: var(--nb-color-white);
}
/* product listing custom */
.nb-product-listing-display-grid-2 .nb-products-list-grid.nb-grid-ver-7 .nb-product-card .nb-card-body,
.nb-product-listing-display-grid-2 .nb-products-list-grid.nb-grid-ver-7 .nb-product-card .nb-product-favorite{
    display: none;
}
.nb-product-listing-display-grid-2 .nb-products-list-grid.nb-grid-ver-8{
    max-width: 1380px;
    margin-left: auto;
    margin-right: auto;
}
/* aspect ratio za listing */
.nb-product-listing-display-grid-2 .nb-product-card-30 .nb-card.nb-product-card .nb-img-wrapper,
.nb-product-listing-display-grid-2 .nb-product-card-30 .nb-card.nb-product-card .nb-img-wrapper .nb-link,
.nb-product-listing-display-grid-2 .nb-product-card-30 .nb-card.nb-product-card .nb-img-wrapper picture {
    width: 100%;
    height: 100%;
}
.nb-product-listing-display-grid-2 .nb-product-card-30:not(.nb-product-card-banner) .nb-card.nb-product-card .nb-img-wrapper {
    aspect-ratio: 7 / 10;
}
.nb-product-listing-display-grid-2 .nb-product-card-30.nb-product-card-banner .nb-card.nb-product-card .nb-img-wrapper {
    aspect-ratio: 14 / 9.95;
}
.nb-product-listing-display-grid-2 .nb-product-card-30 .nb-card.nb-product-card .nb-img-wrapper .nb-img {
    width: 100%;
    height: 100%;
}
.nb-product-listing-display-grid-2 .nb-product-card-30.nb-product-card-banner .nb-card.nb-product-card .nb-img-wrapper .nb-img{
    object-fit: cover;
    object-position: center 40%;
}

.nb-grid-banner-22:has(.col-xl-3) .nb-slider-item-box-51{
    --nb-slider-item-box-51-title-fs: 32px;
}
@media screen and (min-width: 576px) and (max-width: 768px){
    .nb-grid-banner-22:has(.col-sm-6) .nb-slider-item-box-51{
        --nb-slider-item-box-51-title-fs: 20px;
    }
}
@media screen and (min-width: 1200px) and (max-width: 1600px){
    .nb-grid-banner-22:has(.col-xl-3) .nb-slider-item-box-51{
        --nb-slider-item-box-51-title-fs: 22px;
    }

}
@media screen and (min-width: 992px) and (max-width: 1400px){
    .nb-grid-banner-22:has(.col-xl-4) .nb-slider-item-box-51{
        --nb-slider-item-box-51-title-fs: 26px;
    }
}
@media screen and (min-width: 768px) and (max-width: 992px){
    .nb-grid-banner-22 .nb-slider-item-box-51{
        --nb-slider-item-box-51-title-fs: 30px;
    }
}

@media screen and (min-width: 576px){
    .nb-article-product-list-carousel-2 .nb-slider-item:not(:last-of-type){
        padding-bottom: 50px;
        padding-top: 30px;
        border-bottom: unset;
        margin-bottom: 0;
    }
    .nb-product-size-list-9 .nb-size-value-box-2:first-of-type{
        border-top-color: transparent;
    }
    .nb-product-choose-size-offcanvas-1 .nb-product-determine-size-4{
        margin-bottom: 20px;
    }
    .nb-product-choose-size-offcanvas-1 .nb-product-size-list-9 .nb-size-value-box-2 {
        --nb-product-size-list-9-size-active-color: var(--nb-text-color-primary);
        --nb-product-size-list-9-size-active-bg: var(--nb-color-blue-100);
        --nb-product-size-list-9-size-active-border-color: var(--nb-color-gray-200);
        --nb-product-size-list-9-size-border-color: var(--nb-color-gray-200);
        --nb-size-box-2-disabled-color: var(--nb-color-gray-400);
        --nb-size-box-2-disabled-bg-color: var(--nb-color-gray-100);
    }
    .nb-product-choose-size-offcanvas-1 .nb-product-size-list-9 .nb-size-value-box-2.disabled {
        --nb-product-size-list-9-size-active-bg: var(--nb-color-gray-100);
        --nb-product-size-list-9-size-active-color: var(--nb-color-gray-400);
    }
    .nb-product-card-33 .nb-product-button-with-bubble-8 .nb-product-bubble-3 .nb-product-info-wrapper{
        display: none;
    }
    .nb-product-card-33 .nb-product-button-with-bubble-8 .nb-product-bubble-3{
        min-height: 80px;
    }

}
@media screen and (min-width: 768px){
    .nb-product-card-30 .nb-product-button-with-bubble-8 .nb-product-bubble-3 .nb-product-info-wrapper{
        display: none;
    }
    .nb-product-card-30 .nb-product-button-with-bubble-8 .nb-product-bubble-3{
        min-height: 80px;
    }
}
@media screen and (min-width: 992px){
    body .layout:has(.nb-single-banner-16):first-of-type .nb-single-banner-16 .nb-slider-item-box-51 .nb-slider-item-content .nb-title{
        font-size: 70px;
    }
    body .layout:has(.nb-single-banner-16):last-of-type .nb-single-banner-16 .nb-slider-item-box-51 .nb-slider-item-content .nb-title{
        font-size: 52px;
    }
    .nb-grid-banner-22{
        --nb-slider-item-box-51-title-fs: 42px;
    }
    .nb-breadcrumb-2 .nb-breadcrumb-2-item + .nb-breadcrumb-2-item{
        margin-left: 16px;
    }
    .nb-breadcrumb-2 .nb-breadcrumb-2-item:before{
        margin-right: 16px;
    }
    .nb-layout-product-detail-grid{
        padding-left: 100px;
    }
}


@media screen and (max-width: 1600px){
    .nb-product-card-30 .nb-product-button-with-bubble-8 .nb-product-bubble-3 .nb-product-size-list-5 .nb-size-value-box-1{
        flex: 0 0 30%;
    }
}
@media screen and (max-width: 1400px){
    .layout-container-grid:has(.nb-article-product-list-carousel-2){
        padding-left: 80px;
    }
    .nb-login-and-registration-form-page-1 .nb-register-form-4 .nb-checkbox-wrapper .parsley-errors-list.filled {
        left: 50%;
    }
}
@media screen and (max-width: 1200px){
    .nb-grid-banner-22 .col-12:has(.nb-slider-item-box-51):first-of-type .nb-slider-item-content .nb-title{
        letter-spacing: 3px;
    }
    .layout-container-grid:has(.nb-article-product-list-carousel-2){
        padding-left: calc(var(--nb-gutter-x) * .5);
    }
    .layout-container-grid:has(.article-gallery-carousel-2){
        padding-right: calc(var(--nb-gutter-x) * .5);
    }
}
@media screen and (max-width: 991px){
    .nb-product-card-30 .nb-product-button-with-bubble-8 .nb-product-bubble-3 .nb-product-size-list-5 .nb-size-value-box-1{
        flex: 0 0 20%;
    }
    html:has(.nb-ecommerce-header-17),
    body:has(.nb-ecommerce-header-17) {
        height: auto;
        overflow: visible;
    }

    html:has(.nb-product-filter-category-attribute-vertical-1.active),
    body:has(.nb-product-filter-category-attribute-vertical-1.active) {
        height: 100%;
        overflow: hidden;
    }
    .nb-grid-banner-22:has(.col-xl-3) .nb-slider-item-box-51 .nb-slider-item-content .nb-title{
        letter-spacing: 3px;
    }
}
@media screen and (max-width: 768px){
    .nb-ecommerce-header-17 .nb-header-top-wrapper .nb-header-info-carousel-3{
        max-width: 500px;
    }
    .nb-popup-newsletter-form-popup-1 .nb-newsletter-info-wrapper{
        padding-right: 16px;
        flex: 0.8;
    }
    .nb-popup-newsletter-form-popup-1 .nb-btn-close{
        right: 42px;
        top: 14px;
    }
    .nb-popup-newsletter-form-popup-1 .nb-newsletter-info-wrapper .nb-newsletter-description{
        margin-top: 25px;
        text-align: center;
        max-width: 260px;
        margin-left: auto;
        margin-right: auto;
    }
    .nb-custom-product-list-carousel-6{
        padding-right: 0;
    }
    #nb-product-detail-structure-offcanvas-1,
    .nb-review-list-product-offcanvas-1,
    .nb-slider-delivery-info-offcanvas-1,
    .nb-slider-payment-info-offcanvas-1,
    .nb-product-choose-size-offcanvas-1 {
        --nb-offcanvas-width: 100%;
        --nb-offcanvas-padding-y: 15px;
    }
    #nb-aidc-offcanvas {
        --nb-offcanvas-width: 100%;
    }
    .nb-slider-item-box-53 .nb-slider-item-content{
        flex-direction: column;
        align-items: start;
        gap: 10px;
    }
    .nb-slider-item-box-53{
        padding: 14px 24px;
    }
    body:has(.nb-product-card-30 .nb-product-button-with-bubble-8 .nb-product-bubble-3.active):before,
    body:has(.nb-product-card-33 .nb-product-button-with-bubble-8 .nb-product-bubble-3.active):before{
        backdrop-filter: unset;
    }
    body:has(.nb-product-card-33 .nb-product-button-with-bubble-8 .nb-product-bubble-3.active):before{
        z-index: 10001;
    }
    .nb-product-card-33 .nb-product-button-with-bubble-8:has(.nb-product-bubble-3.active){
        z-index: 10001;
    }
    .nb-slider-item-box-51 .nb-links-wrapper .nb-btn{
        line-height: 1.2;
    }
    .nb-login-and-registration-form-page-1 .nb-login-form-3{
        margin-bottom: 0;
    }
    .nb-register-form-4 .nb-form-fields-wrapper .nb-form-check{
        margin-bottom: 0;
    }
    .nb-article-gallery-carousel-2 .nb-slider .nb-slider-dots,
    .nb-product-gallery-carousel-4 .nb-slider .nb-slider-dots{
        left: unset;
        right: 50%;
        transform: translateX(50%);
        --nb-dots-active-shadow-color: var(--nb-color-primary);
        --nb-dots-shadow-color: var(--nb-color-primary);
        --nb-dots-color: var(--nb-color-white);
    }
    .nb-article-gallery-carousel-2 .nb-slider-dots .slick-dots,
    .nb-product-detail-gallery-carousel-4 .nb-slider-dots .slick-dots{
        padding: 8px;
        background-color: rgba(255, 255, 255, 0.6);
        border-radius: 20px;
    }
    .nb-article-gallery-carousel-2 .nb-slider-dots .slick-dots > li,
    .nb-article-gallery-carousel-2 .nb-slider-indicators-inline .slick-dots li,
    .nb-product-detail-gallery-carousel-4 .nb-slider-dots .slick-dots > li,
    .nb-product-detail-gallery-carousel-4 .nb-slider-indicators-inline .slick-dots li{
        width: 8px;
        height: 8px;
        border-radius: 50%
    }
    .nb-article-gallery-carousel-2 .nb-slider-indicators-inline .slick-dots,
    .nb-product-detail-gallery-carousel-4 .nb-slider-indicators-inline .slick-dots{
        width: fit-content;
        margin-left: auto;
        margin-right: auto;
        padding: 6px;
        background-color: rgba(255, 255, 255, 0.3);
        border-radius: 20px;
    }
    .nb-article-gallery-carousel-2 .nb-slider-dots .slick-dots > li + li,
    .nb-product-detail-gallery-carousel-4 .nb-slider-dots .slick-dots > li + li{
        margin-left: 14px;
    }
    #nb-delivery-info-offcanvas-1 .nb-offcanvas-header .nb-title{
        max-width: 80%;
    }

    .nb-article-gallery-carousel-2 .nb-slider .nb-slider-dots{
        left: 50%;
        position: absolute;
        right: auto;
        transform: translateX(-50%);
        bottom: 18px;
    }
    .nb-article-gallery-carousel-2 .nb-slider-dots .slick-dots {
        padding: 10px 15px;
        background-color: rgba(255, 255, 255, 0.6);
        border-radius: 20px;
        width: fit-content;
        backdrop-filter: blur(4px);
    }
    .nb-grid-banner-22:has(.col-sm-6) .nb-slider-item-box-51 .nb-slider-item-content .nb-title{
        letter-spacing: 3px;
    }
}
@media screen and (max-width: 576px){
    :root{
        --nb-gutter-x: 30px;
        --nb-gutter-y: 20px;
    }
    .nb-article-product-list-carousel-2{
        --nb-slider-margin-x: 5px;
    }
    .nb-ecommerce-footer-18 {
        --nb-gutter-x: 32px;
    }
    .nb-ecommerce-footer-18 .nb-middle-footer-wrapper{
        padding-top: 16px;
        padding-bottom: 0;
    }

    .nb-ecommerce-footer-18 .nb-middle-footer-wrapper .col-12:has(.nb-footer-links),
    .nb-ecommerce-footer-18 .nb-middle-footer-wrapper .col-12:has(.nb-footer-links) + .col-12{
        padding-left: 0;
        padding-right: 0;
    }
    .nb-ecommerce-footer-18 .nb-middle-footer-wrapper .nb-footer-links .row{
        width: 100%;
    }
    .nb-ecommerce-footer-18 .nb-middle-footer-wrapper .nb-footer-links .col-12{
        padding-left: 0;
        padding-right: 0;
        margin-left: calc(var(--nb-gutter-x) * 0.5);
    }
    .nb-ecommerce-footer-18 .nb-middle-footer-wrapper .nb-footer-links .nb-footer-mobile-collapse,
    .nb-ecommerce-footer-18 .nb-middle-footer-wrapper .nb-info-box-8.nb-footer-mobile-collapse {
        padding-left: calc(var(--nb-gutter-x) * 0.5);
        padding-right: calc(var(--nb-gutter-x) * 0.5);
    }
    .nb-ecommerce-footer-18 .nb-bottom-footer-wrapper .nb-top-row{
        padding: 24px 0;
    }
    .nb-ecommerce-footer-18 .nb-top-row .nb-menu-link-list{
        gap: 24px;
        margin-bottom: 8px;
    }
    .nb-ecommerce-footer-18 .nb-collapse-button.active{
        margin-bottom: 10px;
    }
    .nb-ecommerce-footer-18 .nb-info-box-8 .nb-info-box-8-wrapper > * + *{
        margin-top: 10px;
    }
    .nb-slider-item-box-51 .nb-slider-item-content{
        padding: 0 18px;
        bottom: 76px;
    }
    .nb-vertical-navigation-offcanvas-2 .nb-btn-close{
        top: 24px;
        right: unset;
    }
    .nb-product-choose-size-offcanvas-1 > .nb-offcanvas{
        top: 65%;
    }
    .layout:has(.nb-page-detail-content-2) {
        margin-top: 40px !important;
    }
    .nb-vertical-navigation-offcanvas-2 .nb-offcanvas-body .nb-header-content .nb-logo{
        margin-left: 20px;
    }
    .nb-vertical-navigation-offcanvas-2 .nb-header-icons-placeholder .nb-header-icons-wrapper{
        gap: 12px;
    }
    #nb-aidc-offcanvas,
    #nb-product-detail-structure-offcanvas-1,
    .nb-review-list-product-offcanvas-1,
    .nb-slider-delivery-info-offcanvas-1,
    .nb-slider-payment-info-offcanvas-1,
    .nb-product-choose-size-offcanvas-1{
        --nb-offcanvas-width: 100vw;
        --nb-offcanvas-padding-y: 15px;
    }
    #nb-aidc-offcanvas .nb-offcanvas-header,
    #nb-product-detail-structure-offcanvas-1 .nb-offcanvas-header,
    .nb-review-list-product-offcanvas-1 .nb-offcanvas-header,
    .nb-slider-delivery-info-offcanvas-1 .nb-offcanvas-header,
    .nb-slider-payment-info-offcanvas-1 .nb-offcanvas-header,
    .nb-product-choose-size-offcanvas-1 .nb-offcanvas-header{
        --nb-offcanvas-padding-y: 20px;
    }
    main:has(.nb-product-detail-name-2) .layout:has(.nb-breadcrumbs-inline-2){
        display: none;
    }
    .nb-complete-the-look-product-list-carousel-1 .nb-heading-with-subheading,
    .similar-product-list-carousel-2 .nb-heading-with-subheading{
        text-align: left !important;
        margin-bottom: 10px;
    }
    .nb-complete-the-look-product-list-carousel-1 .nb-heading-with-subheading *,
    .similar-product-list-carousel-2 .nb-heading-with-subheading *{
        font-size: 16px;
        font-weight: var(--nb-font-medium);
    }
    .similar-product-list-carousel-2,
    .nb-complete-the-look-product-list-carousel-1{
        padding-left: calc(var(--nb-gutter-x) * .5);
    }
    .nb-smart-search-modal-3 .search-modal-top-content-wrapper .right-wrapper:before{
        display: none;
    }
    .layout-container-grid:has(.article-gallery-carousel-2){
        padding: 0;
    }
    .nb-article-gallery-carousel-2 .nb-slider-init,
    .nb-article-gallery-carousel-2 .nb-slider-init .nb-slider-item{
        margin: 0 !important;
    }
    .layout:has(> .nb-product-detail-gallery-carousel-4){
        padding: 0;
    }
    .nb-product-detail-gallery-carousel-4 .nb-product-gallery-carousel-4 .nb-slider-item{
        margin: 0 !important;
    }
    .nb-ecommerce-header-17 .nb-header-top-wrapper .nb-header-info-carousel-3{
        max-width: 350px;
    }
    .nb-article-product-list-carousel-2 .nb-slider{
        margin-left: 10px; 
    }
    .nb-grid-banner-22:has(.col-xl-4) .nb-slider-item-box-51 .nb-slider-item-content .nb-title{
        letter-spacing: 5px;
    }
    .nb-grid-banner-22:has(.col-6) .nb-slider-item-box-51 .nb-slider-item-content .nb-title{
        --nb-slider-item-box-51-title-fs: 16px;
        letter-spacing: 0;
    }
}