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

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

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

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

/* Slider inline indicators */

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

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

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

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

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

/* Vertical indicators */

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

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

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

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

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

/* Absolute bottom left*/

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


/* horizontal scrollbar */

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

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

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

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

/*
/* NB Fajl:'./components/complex/header/header-info-carousel/header-info-carousel-1/header-info-carousel-1.css.'
*/:root {
    --nb-header-info-carousel-1-color: var(--nb-color-white);
    --nb-header-info-carousel-1-font-size: var(--nb-font-size-s);
    --nb-header-info-carousel-1-font-weight: var(--nb-font-regular);
    --nb-header-info-carousel-1-line-height: 16px;
}

.nb-header-info-carousel-1{
    height: var(--nb-header-info-carousel-1-line-height);
}

.nb-header-info-carousel-1 .nb-slider-item{
    text-align: center;
}

.nb-header-info-carousel-1 .nb-slider-item *{
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: var(--nb-header-info-carousel-1-color);
    font-size: var(--nb-header-info-carousel-1-font-size);
    font-weight: var(--nb-header-info-carousel-1-font-weight);
    line-height: var(--nb-header-info-carousel-1-line-height);
    margin: 0;
}

.nb-header-info-carousel-1 .nb-slider-arrows .slider-prev,
.nb-header-info-carousel-1 .nb-slider-arrows .slider-next {
    color: var(--nb-header-info-carousel-1-color);
}
/*
/* NB Fajl:'./components/complex/header/header-cart/header-cart-2/header-cart-2.css.'
*/:root {
    --nb-header-cart-2-color: var(--nb-text-color-primary);
    --nb-header-cart-2-hover-color: var(--nb-spec-color);
    --nb-header-cart-2-font-size: var(--nb-font-size-12);
    --nb-header-cart-2-font-weight: var(--nb-font-weight-500);
    --nb-header-cart-2-value-font-weight: var(--nb-font-weight-600);
}

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

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

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

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

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

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

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

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

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

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

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

.nb-header-cart-2 .nb-header-favorite-count-wrapper {
    line-height: 22px;
}
/*
/* NB Fajl:'./components/complex/header/header-site-quick-links/header-site-quick-links.css.'
*/:root {
    --nb-header-site-quick-links-color: var(--nb-color-white);
    --nb-header-site-quick-links-font-size: var(--nb-font-size-13);
    --nb-header-site-quick-links-font-weight: var(--nb-font-regular);
}

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

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

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

@media screen and (max-width: 575px) {
    .nb-header-site-quick-links {
        display: none;
    }
}
/*
/* NB Fajl:'./components/complex/search/search-2/search-2.css.'
*/:root {
    --nb-search-1-border-width: var(--nb-border-width);
    --nb-search-1-border-color: var(--nb-border-color);

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

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

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

body.open-search{
    overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

}

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

}

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

}
/*
/* NB Fajl:'./components/complex/product/product-price/price-loyalty/price-loyalty.css.'
*/:root {
    --nb-price-loyalty-font-size: var(--nb-font-size-16);
    --nb-price-loyalty-font-weight: var(--nb-font-regular);
    --nb-price-loyalty-line-height: var(--nb-body-line-height);
    --nb-price-loyalty-color: var(--nb-spec-color);
}

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

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

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

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

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

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

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

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

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

body.open-search{
    overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

}

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

#searchHolder {
    display: none;
}

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .nb-menu-first-level-item-1.visible-xs{
        display: block !important;
    }
}
/*
/* NB Fajl:'./components/complex/header/header-site-user/header-user-links-2/header-user-links-2.css.'
*/:root {
    --nb-header-user-links-2-icon-color: var(--nb-color-black);
    --nb-header-user-links-2-icon-font-size: var(--nb-font-size-40);

    --nb-header-user-links-2-logged-in-message-color: var(--nb-color-black);
    --nb-header-user-links-2-logged-in-message-font-size: var(--nb-font-size-15);
    --nb-header-user-links-2-logged-in-message-font-weight: var(--nb-font-weight-400);

    --nb-header-user-links-2-user-links-color: var(--nb-color-black);
    --nb-header-user-links-2-user-links-font-size: var(--nb-font-size-15);
    --nb-header-user-links-2-user-links-font-weight: var(--nb-font-weight-400);

    --nb-header-user-links-2-border-width: var(--nb-border-width);
    --nb-header-user-links-2-border-color: var(--nb-border-color);
}

.nb-header-user-links-2 {
    display: flex;
    align-items: center;
    gap: 15px;
    padding-bottom: 20px;
    border-bottom: var(--nb-header-user-links-2-border-width) var(--nb-border-style) var(--nb-header-user-links-2-border-color);
}

.nb-header-user-links-2 .nb-icon {
    color: var(--nb-header-user-links-2-icon-color);
    font-size: var(--nb-header-user-links-2-icon-font-size);
}

.nb-header-user-links-2 .nb-wrapper {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.nb-header-user-links-2 .nb-wrapper .nb-user-logged-in-message {
    text-align: left;
    color: var(--nb-header-user-links-2-logged-in-message-color);
    font-size: var(--nb-header-user-links-2-logged-in-message-font-size);
    font-weight: var(--nb-header-user-links-2-logged-in-message-font-weight);
}

.nb-header-user-links-2 .nb-wrapper .nb-user-links-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}

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

.nb-header-user-links-2 .nb-wrapper .nb-user-links-wrapper .nb-user-login-link,
.nb-header-user-links-2 .nb-wrapper .nb-user-links-wrapper .nb-user-register-link {
    color: var(--nb-header-user-links-2-user-links-color);
    font-size: var(--nb-header-user-links-2-user-links-font-size);
    font-weight: var(--nb-header-user-links-2-user-links-font-weight);
}
/*
/* NB Fajl:'./components/complex/menu/menu-first-level-item-list/menu-first-level-item-list.css.'
*/:root {
    --nb-main-navigation-2-mobile-width: 100%;
}

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

@media screen and (max-width: 991px) {
    .nb-menu-first-level-item-list.wsmenu-list {
        position: unset;
        display: block;
        width: var(--nb-main-navigation-2-mobile-width);
        padding: 20px 15px;
        margin-left: 100vw;
    }
}
/*
/* NB Fajl:'./components/complex/menu/menu-mobile-bottom-links/menu-mobile-bottom-links.css.'
*/body:not(.block-editing) .nb-menu-mobile-bottom-links{
    display: none;
}

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

.nb-main-navigation-2 .wsmenu{
    font-family: var(--nb-body-font-family);
}

.nb-main-navigation-2 .wsmenu {
    border-left: unset;
    position: static;
}

.nb-main-navigation-2 .nb-header-user-links-2 {
    display: none;
}

@media screen and (max-width: 991px) {
    .nb-main-navigation-2 {
        position: unset;
    }

    .wsactive .wsmenucontainer {
        margin-left: unset;
    }

    .nb-main-navigation-2 .wsmenu {
        position: fixed;
        z-index: 11;
    }

    .wsmenu>.overlapblackbg {
        display: none;
    }

    .nb-main-navigation-2 .nb-header-user-links-2 {
        display: flex;
    }

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

    .wsactive .wsanimated-arrow span {
        background-color: transparent !important;
    }
    .nb-main-navigation-2 .nb-menu-mobile-bottom-links > .nb-link{
        font-weight: var(--nb-font-semibold);
    }
    .nb-main-navigation-2 .nb-menu-mobile-bottom-links > .nb-link:not(:first-child, :last-child) div:has(> .nb-img){
        position: static;
        transform: unset;
    }
    .nb-main-navigation-2 .nb-menu-mobile-bottom-links > .nb-link:not(:first-child, :last-child) div:has(> .nb-img):before{
        content: unset;
    }
    .nb-main-navigation-2 .nb-menu-mobile-bottom-links > .nb-link:not(:first-child, :last-child) .nb-img{
        background-color: transparent;
        border-radius: unset;
    }
}
/*
/* NB Fajl:'./components/complex/menu/menu-item-box/menu-item-box-1/menu-item-box-1.css.'
*/:root {
    --nb-menu-item-box-1-text-color: var(--nb-color-white);
    --nb-menu-item-box-1-text-font-size: var(--nb-font-size-15);
    --nb-menu-item-box-1-text-font-weight: var(--nb-font-weight-600);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .wsmenu>.wsmenu-list>li>.wsshoptabing.nb-dropdown-2>.wsshopwp>.wstabitem>li>.wstitemright.nb-menu-item-right-list {
        padding: 10px 10px;
    }
}
/*
/* NB Fajl:'./_blocks/navigation-and-search/navigation/horizontal-navigation/horizontal-navigation-4/horizontal-navigation-4.css.'
*/:root{
    --nb-horizontal-navigation-4-first-level-menu-item-fw: var(--nb-font-regular);
}

.nb-horizontal-navigation-4 .wsmenu>.wsmenu-list>li>.wsshoptabing.nb-dropdown-2>.wsshopwp,
.wsmenu>.wsmenu-list>li>.wsshoptabing.nb-dropdown-2>.wsshopwp>.wstabitem>li .wstitemright.nb-menu-item-right-list{
    height: 100% !important;
}
.nb-horizontal-navigation-4 .wsmenu>.wsmenu-list>li.nb-menu-first-level-item-1>.nb-first-level-menu-item-link{
    font-weight: var(--nb-horizontal-navigation-4-first-level-menu-item-fw);
}

.nb-horizontal-navigation-4 .wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem{
    padding-bottom: 10px;
}

@media screen and (min-width: 992px){
    .nb-horizontal-navigation-4 .wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem{
        width: 23%;
        max-height: 435px;
        overflow-y: auto;
    }
    .nb-horizontal-navigation-4 .wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li>a{
        width: 100%;
    }
}
/*
/* NB Fajl:'./_blocks/header-and-footer/header/ecommerce-header/ecommerce-header-11/ecommerce-header-11.css.'
*/:root {

    --nb-ecommerce-header-11-height: calc(var(--nb-ecommerce-header-11-top-wrapper-height) + var(--nb-ecommerce-header-11-middle-wrapper-height) + var(--nb-ecommerce-header-11-botom-wrapper-height));

    --nb-ecommerce-header-11-top-wrapper-height: 33px;
    --nb-ecommerce-header-11-top-wrapper-bg: var(--nb-color-gray-900);

    --nb-ecommerce-header-11-middle-wrapper-height: 68px;
    --nb-ecommerce-header-11-middle-wrapper-bg: var(--nb-color-white);

    --nb-ecommerce-header-11-botom-wrapper-height: 40px;
    --nb-ecommerce-header-11-botom-wrapper-bg: var(--nb-color-gray-100);

    --nb-ecommerce-header-11-custom-link-bg: var(--nb-color-gray-400);

    --nb-ecommerce-header-11-search-button-border-color: var(--nb-border-color);

    --nb-ecommerce-header-11-search-button-bg: var(--nb-color-white);
    --nb-ecommerce-header-11-search-button-color: var(--nb-color-gray-600);

    --nb-ecommerce-header-11-user-login-color: var(--nb-color-white);
    --nb-ecommerce-header-11-user-login-hover-color: var(--nb-link-color-secondary);
    --nb-ecommerce-header-11-user-login-font-size: var(--nb-font-size-12);
    --nb-ecommerce-header-11-user-login-font-weight: var(--nb-font-regular);

    --nb-ecommerce-header-11-b2b-link-font-size: var(--nb-font-size-12);
    --nb-ecommerce-header-11-search-placeholder-font-size: var(--nb-font-size-14);
    --nb-ecommerce-header-11-search-width: 840px;

    --nb-ecommerce-header-site-quick-links-font-size: var(--nb-font-size-12);
    --nb-ecommerce-header-site-quick-links-color: var(--nb-color-white);
    --nb-ecommerce-header-site-quick-links-hover-color: var(--nb-link-color-secondary);

    --nb-ecommerce-header-11-first-level-item-link-font-size: var(--nb-font-size-14);
}

.nb-ecommerce-header-11 .nb-header-top-wrapper {
    background-color: var(--nb-ecommerce-header-11-top-wrapper-bg);
    height: var(--nb-ecommerce-header-11-top-wrapper-height);
    place-content: center;
}
.nb-ecommerce-header-11 .nb-header-top-wrapper .nb-user-login-wrapper{
    display: flex;
    justify-content: end;
    gap: 20px;
}
.nb-ecommerce-header-11 .nb-header-top-wrapper .nb-header-site-quick-links > *{
    font-size: var(--nb-ecommerce-header-site-quick-links-font-size);
    color: var(--nb-ecommerce-header-site-quick-links-color);
}
.nb-ecommerce-header-11 .nb-header-top-wrapper .nb-header-site-quick-links .nb-link:hover{
    color: var(--nb-ecommerce-header-site-quick-links-hover-color);
}
.nb-ecommerce-header-11 .nb-header-top-wrapper .nb-header-site-quick-links > .nb-icon{
    margin-right: 8px;
}
.nb-ecommerce-header-11 .nb-header-top-wrapper .nb-user-login-wrapper .nb-b2b-link{
    font-size: var(--nb-ecommerce-header-11-b2b-link-font-size);
    width: fit-content;
    padding: 6px 14px;
    line-height: 1;
}
.nb-ecommerce-header-11 .nb-header-top-wrapper .nb-user-login .nb-icon{
    color: var(--nb-ecommerce-header-11-user-login-color);
}
.nb-ecommerce-header-11 .nb-header-top-wrapper .nb-user-login span{
    color: var(--nb-ecommerce-header-11-user-login-color);
    font-size: var(--nb-ecommerce-header-11-user-login-font-size);
    font-weight: var(--nb-ecommerce-header-11-user-login-font-weight);
}
.nb-ecommerce-header-11 .nb-header-top-wrapper .nb-user-login{
     display: flex;
     gap: 10px;
     align-items: center;
     width: fit-content;
 }
.nb-ecommerce-header-11 .nb-header-top-wrapper .nb-user-login:hover span{
    color: var(--nb-ecommerce-header-11-user-login-hover-color);
}

.nb-ecommerce-header-11 .nb-header-middle-wrapper {
    height: var(--nb-ecommerce-header-11-middle-wrapper-height);
    background-color: var(--nb-ecommerce-header-11-middle-wrapper-bg);
    place-content: center;
}

body.uc-home-page .nb-ecommerce-header-11 .nb-header-bottom-wrapper {
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
}
.nb-ecommerce-header-11 .nb-header-bottom-wrapper {
    place-content: center;
    background-color: var(--nb-ecommerce-header-11-botom-wrapper-bg);
    height: var(--nb-ecommerce-header-11-botom-wrapper-height);
}
.nb-ecommerce-header-11.nb-in-out-fixed-collapsed .nb-header-bottom-wrapper{
    position: static;
}

.nb-ecommerce-header-11 .nb-header-bottom-wrapper .nb-header-bottom-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

.nb-ecommerce-header-11 .nb-header-bottom-wrapper .nb-header-bottom-container .nb-main-navigation-wrapper {
    flex: 1;
}

.nb-ecommerce-header-11 .nb-header-top-wrapper .row,
.nb-ecommerce-header-11 .nb-header-top-wrapper .row > *,
.nb-ecommerce-header-11 .nb-header-middle-wrapper .nb-menu-row,
.nb-ecommerce-header-11 .nb-header-middle-wrapper .nb-menu-row > * {
    margin-top: 0;
}
.nb-ecommerce-header-11 .nb-header-favorite-2,
.nb-ecommerce-header-11 .nb-header-cart-2{
    gap: 8px;
}
.nb-ecommerce-header-11 .nb-header-top-wrapper .row > .col-12:first-child .nb-header-site-quick-links{
    display: inline-block;
    margin-right: 10px;
}
.nb-ecommerce-header-11 .nb-header-site-user-1 .nb-icon {
    color: var(--nb-color-white);
}

.nb-ecommerce-header-11 .nb-header-info-carousel-col {
    display: flex;
    justify-content: center;
}

.nb-ecommerce-header-11 .nb-header-info-carousel-col .nb-header-info-carousel-1 {
    max-width: 100%;
}

/* Search */
.nb-ecommerce-header-11 .nb-header-search-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.block-editing #searchHolder,
body:not(.open-search) #searchHolder {
    display: none;
}

.nb-ecommerce-header-11 .nb-search-button {
    width: var(--nb-ecommerce-header-11-search-width);/* 995 za ep u custom temi */
    padding: 8px;
    border-radius: var(--nb-input-border-radius);
    border: var(--nb-border-width) var(--nb-border-style) var(--nb-ecommerce-header-11-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-11 .nb-search-button .custom-text {
    font-size: var(--nb-ecommerce-header-11-search-placeholder-font-size);
    line-height: 22px;
    color: var(--nb-ecommerce-header-11-search-button-color);
}

.nb-ecommerce-header-11 .nb-search-button .nb-icon{
    color: var(--nb-ecommerce-header-11-search-button-color);
}
.nb-ecommerce-header-11 .nb-search-button .nb-icon:before {
    font-size: var(--nb-font-size-20);
    font-weight: var(--nb-font-weight-600) !important;
}

body.open-search .nb-ecommerce-header-11 .nb-smart-search-modal-2 {
    right: 0;
    left: -140px;
    transform: none;
    width: 1120px;
    top: 0;
}

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

.nb-ecommerce-header-11 .nb-search-input-wrapper > .nb-input {
    height: 40px;
}

body.open-search .nb-ecommerce-header-11 .nb-search-input-wrapper {
    position: relative;
    right: unset;
    top: unset;
}

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

.nb-ecommerce-header-11 .nb-smart-search-modal-2 .nb-search.nb-search-2 {
    top: 100%;
}

.nb-ecommerce-header-11 .nb-header-shop-utilities-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.nb-ecommerce-header-11 .nb-header-shop-utilities-wrapper .nb-header-shop-utilities {
    display: flex;
    align-items: center;
    gap: 20px;
}
.nb-ecommerce-header-11 .nb-header-shop-utilities-wrapper .nb-header-favorite-count-wrapper .nb-header-favorite-count-value,
.nb-ecommerce-header-11 .nb-header-shop-utilities-wrapper .nb-header-favorite-count-wrapper .nb-header-favorite-label,
.nb-ecommerce-header-11 .nb-header-shop-utilities-wrapper .nb-header-cart-count-total-wrapper .nb-header-cart-count:not(:nth-of-type(3)),
.nb-ecommerce-header-11 .nb-header-shop-utilities-wrapper .nb-header-cart-count-total-wrapper .nb-header-cart-count-total-label{
    display: none;
}

.nb-ecommerce-header-11 .wsmain {
    max-width: 100%;
}

.nb-horizontal-navigation-4 .wsmenu>.wsmenu-list>li.nb-menu-first-level-item-1>.nb-first-level-menu-item-link{
    font-size: var(--nb-ecommerce-header-11-first-level-item-link-font-size);
}

.nb-ecommerce-header-11 .nb-header-custom-link {
    display: flex;
    align-items: center;
    min-height: var(--nb-ecommerce-header-11-botom-wrapper-height);
    height: 100%;
    background-color: var(--nb-ecommerce-header-11-custom-link-bg);
}

@media screen and (max-width: 1440px) {
    body.open-search .nb-ecommerce-header-11 .nb-smart-search-modal-2 {
        left: -225px;
    }
}

@media screen and (max-width: 1299px) {
    body.open-search .nb-ecommerce-header-11 .nb-smart-search-modal-2 {
        left: -215px;
        width: 1000px;
    }
}

@media screen and (max-width: 1199px) {
    body.open-search .nb-ecommerce-header-11 .nb-smart-search-modal-2 {
        left: -235px;
        width: 950px;
    }

    .nb-ecommerce-header-11 .nb-header-top-wrapper .nb-container,
    .nb-ecommerce-header-11 .nb-header-top-wrapper .nb-container .row,
    .nb-ecommerce-header-11 .nb-header-top-wrapper .nb-container .row > * {
        height: 32px;
    }

    .nb-ecommerce-header-11 .nb-header-top-wrapper .nb-container .row > * {
        display: flex;
        align-items: center;
    }

    .nb-ecommerce-header-11 .nb-header-site-quick-links {
        flex-wrap: unset;
    }

    .nb-ecommerce-header-11 .nb-header-site-quick-links .nb-link {
        white-space: pre;
    }
}
@media screen and (min-width: 992px){
    .nb-ecommerce-header-11 .wsmenu>.wsmenu-list>li>.wsshoptabing.nb-dropdown-2{
        top: 40px;
    }
    .nb-ecommerce-header-11 .wsmenu>.wsmenu-list>li.nb-menu-first-level-item-1>.nb-first-level-menu-item-link{
        padding: 12px 30px;
    }
    .nb-ecommerce-header-11 .wsmenu>.wsmenu-list>li.nb-menu-first-level-item-1:first-of-type >.nb-first-level-menu-item-link{
        padding-left: 0;
    }
    .nb-ecommerce-header-11 .nb-header-bottom-wrapper .nb-main-navigation-wrapper,
    .nb-ecommerce-header-11 .nb-header-bottom-wrapper .nb-main-navigation-wrapper .nb-horizontal-navigation-4,
    .nb-ecommerce-header-11 .nb-main-navigation-wrapper .nb-horizontal-navigation-4 .nb-main-navigation-2,
    .nb-ecommerce-header-11 .nb-main-navigation-wrapper .nb-horizontal-navigation-4 .nb-main-navigation-2 .wsmenu,
    .nb-ecommerce-header-11 .nb-main-navigation-wrapper .nb-horizontal-navigation-4 .wsmenu .nb-menu-first-level-item-list,
    .nb-ecommerce-header-11 .nb-main-navigation-wrapper .nb-horizontal-navigation-4 .wsmenu .nb-menu-first-level-item-1,
    .nb-ecommerce-header-11 .nb-main-navigation-wrapper .nb-horizontal-navigation-4 .wsmenu .nb-first-level-menu-item-link{
        height: inherit;
    }
}
@media screen and (max-width: 991px) {
    .nb-ecommerce-header-11 .nb-header-middle-wrapper .nb-logo-header-wrapper{
        display: flex;
        align-items: center;
    }

    .nb-ecommerce-header-11 .nb-header-top-wrapper .nb-container .row > * {
        height: auto;
        display: block;
    }

    body:not(.wsactive) .nb-ecommerce-header-11 .nb-header-bottom-wrapper:not(:has(.nb-menu-link-list-2)) {
        display: none;
    }

    .nb-ecommerce-header-11:not(:has(.nb-header-bottom-wrapper .nb-menu-link-list-2)) .nb-header-middle-wrapper {
        box-shadow: 6px 4px 5px 0 #49515526;
    }

    .nb-ecommerce-header-11 .nb-icon.nb-search-close {
        right: 25px;
    }

    .nb-ecommerce-header-11 .nb-header-info-carousel-col {
        display: unset;
        justify-content: unset;
    }

    .nb-ecommerce-header-11 .nb-header-info-carousel-col .nb-header-info-carousel-1 {
        max-width: unset;
    }

    body.open-search .nb-ecommerce-header-11 .nb-smart-search-modal-2 {
        left: 0;
        width: auto;
    }

    body.open-search .nb-ecommerce-header-11 .nb-header-search-wrapper {
        position: unset;
    }

    body.open-search .nb-ecommerce-header-11 .nb-smart-search-modal-2 .nb-append-search-mobile {
        width: 100%;
        margin: 0;
        max-width: 100%;
    }

    .nb-ecommerce-header-11 .nb-menu-link-list-2 {
        display: flex;
    }

    .nb-ecommerce-header-11 .wsmain {
        max-width: 100%;
        width: 100vw;
    }

    .nb-ecommerce-header-11 .wsanimated-arrow {
        position: relative;
        margin: 0;
    }

    .wsactive .nb-ecommerce-header-11 .wsanimated-arrow {
        top: 25px !important;
        right: 0 !important;
    }

    .nb-ecommerce-header-11 .wsanimated-arrow span,
    .nb-ecommerce-header-11 .wsanimated-arrow span:before,
    .nb-ecommerce-header-11 .wsanimated-arrow span:after {
        background-color: var(--nb-color-black);
    }
    .nb-ecommerce-header-11 .wsanimated-arrow span,
    .nb-ecommerce-header-11 .wsanimated-arrow span:before,
    .nb-ecommerce-header-11 .wsanimated-arrow span:after{
        height: 2px;
    }
    .nb-ecommerce-header-11 .wsanimated-arrow span:before{
        width: 17px;
    }
    .wsactive .nb-ecommerce-header-11 .wsanimated-arrow span:after,
    .wsactive .nb-ecommerce-header-11 .wsanimated-arrow span:before{
        width: 16px;
    }
    .nb-ecommerce-header-11 .nb-menu-second-level-item-list .row > *:not(:last-of-type) {
        border-right: unset;
    }

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

    .nb-ecommerce-header-11 .nb-menu-second-level-item-2.active {
        border-bottom-color: transparent;
    }

    .nb-ecommerce-header-11 .nb-menu-dropdown > .nb-content-wrapper > .row,
    .nb-ecommerce-header-11 .nb-menu-dropdown > .nb-content-wrapper > .row > * {
        margin-top: 0;
    }

    .nb-ecommerce-header-11 .nb-menu-second-level-item-list:has(.nb-menu-second-level-item-2.active) .nb-menu-third-level-item-list-2 {
        margin-top: unset;
        padding: 16px 15px;
        gap: 18px;
        background-color: var(--nb-color-gray-200);
    }

    .nb-ecommerce-header-11 .nb-menu-third-level-item-list-2 {
        margin-left: -20px;
        width: calc(100% + 40px);
    }

    .nb-ecommerce-header-11 .nb-menu-first-level-item-list-3 .nb-mobile-header {
        justify-content: center;
        background-color: var(--nb-spec-color);
    }

    .nb-ecommerce-header-11 .nb-menu-first-level-item-list-3 .nb-left-wrapper {
        width: 100%;
        justify-content: center;
    }

    .nb-ecommerce-header-11 .nb-menu-first-level-item-list-3 .nb-mobile-header .nb-menu-back.show {
        left: 16px;
    }

    .nb-ecommerce-header-11 .nb-menu-first-level-item-list-3 .nb-left-wrapper * {
        color: var(--nb-color-white);
    }

    .nb-ecommerce-header-11 .nb-mobile-hidden {
        display: none !important;
    }

    .nb-ecommerce-header-11 .nb-header-middle-wrapper {
        height: auto;
        padding: 10px 0;
    }

    .nb-ecommerce-header-11 .nb-header-search-wrapper {
        order: 3;
    }

    .nb-ecommerce-header-11 .nb-header-shop-utilities-wrapper {
        order: 2;
    }

    body:not(.wsactive) .nb-ecommerce-header-11 .nb-main-navigation-wrapper {
        display: none;
    }

    .nb-ecommerce-header-11 .nb-header-bottom-wrapper .nb-header-bottom-container {
        width: 100%;
        max-width: 100%;
        margin: unset;
        padding: 0;
    }

    .nb-ecommerce-header-11 .nb-header-bottom-inner-wrapper {
        width: 100%;
    }

    .nb-ecommerce-header-11 .nb-header-middle-wrapper .nb-header-search-wrapper {
        margin-top: 20px;
    }

    .nb-ecommerce-header-11 .nb-menu-second-level-item-list .row,
    .nb-ecommerce-header-11 .nb-menu-second-level-item-list .row > * {
        margin-top: 0;
    }

    .nb-ecommerce-header-11 .nb-menu-second-level-item-list .row > * {
        --nb-gutter-x: 60px;
    }

    .nb-ecommerce-header-11 .nb-menu-first-level-item-list-3 .nb-header-user-links-3 {
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 0;
        background-color: var(--nb-color-gray-200);
    }
}

@media screen and (max-width: 576px) {
    .nb-ecommerce-header-11 .nb-header-cart-2 .nb-header-cart-count-total-label,
    .nb-ecommerce-header-11 .nb-header-favorite-2 .nb-header-favorite-label {
        display: none;
    }
}
/*
/* NB Fajl:'./components/complex/elements/breadcrumbs/breadcrumbs-inline/breadcrumbs-inline.css.'
*/
/*
    BREADCRUMBS komponenta
*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nb-product-content-position-1 .nb-favorite .nb-icon:before {
    vertical-align: middle;
}
/*
/* NB Fajl:'./components/complex/product/product-gallery-carousel/product-gallery-carousel-3/product-gallery-carousel-3.css.'
*/.nb-product-gallery-3 .nb-product-video .nb-html-video-2 {
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
}

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

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

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

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

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

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

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

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

@media (max-width: 576px) {

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 576px) {
    .nb-product-detail-gallery-compound-carousel-3 .nb-product-gallery-carousel-horizontal-1 .slider-next .nb-arrow-right:before,
    .nb-product-detail-gallery-compound-carousel-3 .nb-product-gallery-carousel-horizontal-1 .slider-prev .nb-arrow-left:before {
        width: 16px;
    }
}
/*
/* NB Fajl:'./components/complex/product/product-category/product-category-link-1/product-category-link-1.css.'
*/:root {
    --nb-product-category-dt-rows: var(--nb-dt-rows);
}

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 576px) {
    :root {
        --nb-product-detail-name-1-font-size: var(--nb-font-size-24);
    }
}
/*
/* NB Fajl:'./components/complex/product/product-code/product-code/product-code.css.'
*/.nb-product-code {
    font-size: var(--nb-product-code-font-size);
    font-weight: var(--nb-product-code-font-weight);
    line-height: var(--nb-product-code-line-height);
    color: var(--nb-product-code-color);
}

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

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

.nb-product-code.nb-product-code-l {
    font-size: var(--nb-product-code-font-size-l);
}
/*
/* NB Fajl:'./components/complex/product/product-sales-unit/product-sales-unit-1/product-sales-unit-1.css.'
*/:root{
    --nb-product-sales-unit-1-font-size: var(--nb-font-size-14);
    --nb-product-sales-unit-1-font-weight: var(--nb-font-regular);
    --nb-product-sales-unit-1-line-height: 1.2;
    --nb-product-sales-unit-1-color: var(--nb-text-color-secondary);
}

.nb-product-sales-unit-1 {
    font-size: var(--nb-product-sales-unit-1-font-size);
    font-weight: var(--nb-product-sales-unit-1-font-weight);
    line-height: var(--nb-product-sales-unit-1-line-height);
    color: var(--nb-product-sales-unit-1-color);
}

/*
/* NB Fajl:'./components/complex/product/product-availability/product-availability-1/product-availability-1.css.'
*/:root{
    --nb-product-availability-1-fs: 14px;
    --nb-product-availability-1-color: var(--nb-text-color-primary);
}
.nb-product-availability-1{
    display: flex;
    align-items: center;
}

.nb-product-availability-1 .custom-text{
    font-size: var(--nb-product-availability-1-fs);
    color: var(--nb-product-availability-1-color);
}

.nb-product-availability-1 .nb-icon{
    font-size: 20px;
    margin-right: 10px;
}

.nb-product-availability-1.available .nb-icon{
    color: var(--nb-color-success);
}
.nb-product-availability-1.unavailable .nb-icon{
    color: var(--nb-color-danger);
}
/*
/* NB Fajl:'./_blocks/product/additional-product-info/additional-product-info-display/additional-product-info-display-2/additional-product-info-display-2.css.'
*/:root {
    --nb-additional-product-info-2-font-size: 14px;
    --nb-additional-product-info-2-icon-font-size: 17px;
    --nb-additional-product-info-2-line-height: 1.4;
    --nb-additional-product-info-2-product-code-color: var(--nb-text-color-secondary);

}

.nb-additional-product-info-display-2 .nb-additional-product-info{
    display: flex;
    gap: 20px;
    align-items: start;
    justify-content: space-between;
}

.nb-additional-product-info-display-2 .nb-product-code,
.nb-additional-product-info-display-2 .nb-product-availability-1 .custom-text{
    font-size: var(--nb-additional-product-info-2-font-size);
    line-height: var(--nb-additional-product-info-2-line-height);
}
.nb-additional-product-info-display-2 .nb-product-code{
    color: var(--nb-additional-product-info-2-product-code-color);
}

.nb-additional-product-info-display-2 .nb-product-availability-1 .nb-icon{
    font-size: var(--nb-additional-product-info-2-icon-font-size);
}
@media screen and (max-width: 576px){
    .nb-additional-product-info-display-2 .nb-additional-product-info{
        flex-direction: column;
        gap: 10px;
    }
}
/*
/* NB Fajl:'./components/complex/product/product-image/product-related-image-3/product-related-image-3.css.'
*/:root {
    --nb-product-related-image-3-border-color: var(--nb-border-color);
    --nb-product-related-image-3-border-radius: 2px;
}

.nb-product-related-image-3 {
    border: var(--nb-border-width) var(--nb-border-style) var(--nb-product-related-image-3-border-color);
    border-radius: var(--nb-product-related-image-3-border-radius);
}

.nb-product-related-image-3 .nb-img {
    border-radius: var(--nb-product-related-image-3-border-radius);
}
/*
/* NB Fajl:'./components/complex/product/product-related-image-list/product-related-image-list-3/product-related-image-list-3.css.'
*/:root {
    --nb-product-related-image-list-3-label-font-size: var(--nb-font-size-16);
    --nb-product-related-image-list-3-label-font-weight: var(--nb-font-weight-600);
    --nb-product-related-image-list-3-label-color: var(--nb-text-color-primary);

    --nb-product-related-image-list-3-gap: 10px;
    --nb-product-related-image-list-3-items-gap: 10px;
}

.nb-product-related-image-list-3 {
    display: flex;
    flex-direction: column;
    gap: var(--nb-product-related-image-list-3-gap);
}

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

.nb-product-related-image-list-3 .nb-product-related-image-list-wrapper {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    gap: var(--nb-product-related-image-list-3-items-gap);
}

@media screen and (max-width: 1399px) {
    .nb-product-related-image-list-3 .nb-product-related-image-list-wrapper {
        grid-template-columns: repeat(5, 1fr);
    }
}
/*
/* NB Fajl:'./components/core/size/size-value-box-3/size-value-box-3.css.'
*/:root {

    --nb-size-value-box-3-font-size: var(--nb-font-size-14);
    --nb-size-value-box-3-line-height: var(--nb-body-line-height);
    --nb-size-value-box-3-font-weight: var(--nb-font-weight-400);
    --nb-size-value-box-3-size-color: var(--nb-text-color-primary);

    --nb-size-value-box-3-border-radius: 2px;
    --nb-size-value-box-3-border-color: var(--nb-border-color);

}

.nb-size-value-box-3 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    padding: 10px 12px;
    border-radius: var(--nb-size-value-box-3-border-radius);
    font-size: var(--nb-size-value-box-3-font-size);
    line-height: var(--nb-size-value-box-3-line-height);
    font-weight: var(--nb-size-value-box-3-font-weight);
    text-decoration: none;
    color: var(--nb-size-value-box-3-size-color);
    border: var(--nb-border-width) var(--nb-border-style) var(--nb-size-value-box-3-border-color);
}
/*
/* NB Fajl:'./components/complex/product/product-size-list/product-size-list-10/product-size-list-10.css.'
*/:root {
    --nb-product-size-list-10-label-font-size: var(--nb-font-size-16);
    --nb-product-size-list-10-label-line-height: var(--nb-body-line-height);
    --nb-product-size-list-10-label-font-weight: var(--nb-font-weight-600);

    --nb-product-size-list-10-gap: 10px;
    --nb-product-size-list-10-items-gap: 10px;

}

.nb-product-size-list-10 {
    display: flex;
    flex-direction: column;
    gap: var(--nb-product-size-list-10-gap);
}

.nb-product-size-list-10 .nb-product-available-sizes-label {
    font-size: var(--nb-product-size-list-10-label-font-size);
    font-weight: var(--nb-product-size-list-10-label-font-weight);
    line-height: var(--nb-product-size-list-10-label-line-height);
}

.nb-product-size-list-10 .nb-product-available-size-list-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: var(--nb-product-size-list-10-items-gap);
}
/*
/* NB Fajl:'./components/complex/product/product-query-button/product-query-button.css.'
*/.nb-product-query-button.nb-btn{
    background: var(--nb-btn-primary-color);
    color: var(--nb-btn-primary-bg);
}
/*
/* NB Fajl:'./_blocks/product/product-detail/product-detail-info/product-detail-info-with-cta-9/product-detail-info-with-cta-9.css.'
*/:root {
    --nb-product-detail-info-with-cta-9-selected-size-color: var(--nb-text-color-primary);
    --nb-product-detail-info-with-cta-9-selected-size-font-size: var(--nb-font-size-13);
    --nb-product-detail-info-with-cta-9-selected-size-font-weight: var(--nb-font-weight-700);
    --nb-product-detail-info-with-cta-9-selected-size-line-height: 24px;

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

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

    --nb-product-detail-info-with-cta-9-size-value-box-1-min-width: 73px;
    --nb-product-detail-info-with-cta-9-size-value-box-1-height: 40px;

    --nb-product-detail-info-with-cta-9-size-list-gap: 10px;
    --nb-product-detail-info-with-cta-9-size-value-box-1-border-width: var(--nb-border-width);
    --nb-product-detail-info-with-cta-9-size-value-box-1-border-color: var(--nb-border-color);
    --nb-product-detail-info-with-cta-9-size-value-box-1-border-radius: var(--nb-border-radius-0);
    --nb-product-detail-info-with-cta-9-size-value-box-1-bg: var(--nb-color-white);
    --nb-product-detail-info-with-cta-9-size-value-box-1-padding-x: 5px;
    --nb-product-detail-info-with-cta-9-size-value-box-1-color: var(--nb-text-color-primary);
    --nb-product-detail-info-with-cta-9-size-value-box-1-font-size: var(--nb-font-size-14);
    --nb-product-detail-info-with-cta-9-size-value-box-1-font-weight: var(--nb-font-weight-400);

    --nb-product-detail-info-with-cta-9-size-value-box-1-active-border-color: var(--nb-spec-color);
    --nb-product-detail-info-with-cta-9-size-value-box-1-active-color: var(--nb-spec-color);
    --nb-product-detail-info-with-cta-9-size-value-box-1-active-bg: transparent;

    --nb-product-detail-info-with-cta-9-size-value-box-1-disabled-color: var(--nb-text-color-primary);
    --nb-product-detail-info-with-cta-9-size-value-box-1-disabled-border-color: var(--nb-border-color);
    --nb-product-detail-info-with-cta-9-size-value-box-1-disabled-bg: var(--nb-bg-secondary);
    --nb-product-detail-info-with-cta-9-size-value-box-1-disabled-opacity: 0.3;

    --nb-product-detail-info-with-cta-9-add-to-cart-button-2-btn-fs: 16px;
}

/* tab size picker  */
.nb-product-detail-info-with-cta-9 .nb-tab-size-picker-4 {
    gap: 6px;
}
.nb-product-detail-info-with-cta-9 .nb-tab-size-picker-4 .nb-inner-wrapper {
    gap: 0;
}
.nb-product-detail-info-with-cta-9 .nb-tab-size-picker-4 .nb-selected-size-1 {
    color: var(--nb-product-detail-info-with-cta-9-selected-size-color);
    font-size: var(--nb-product-detail-info-with-cta-9-selected-size-font-size);
    font-weight: var(--nb-product-detail-info-with-cta-9-selected-size-font-weight);
    line-height: var(--nb-product-detail-info-with-cta-9-selected-size-line-height);
}
.nb-product-detail-info-with-cta-9 .nb-tab-size-picker-4 .nb-size-type-link-1 {
    color: var(--nb-product-detail-info-with-cta-9-size-type-color);
    font-size: var(--nb-product-detail-info-with-cta-9-size-type-font-size);
    font-weight: var(--nb-product-detail-info-with-cta-9-size-type-font-weight);
    line-height: var(--nb-product-detail-info-with-cta-9-size-type-line-height);
}
.nb-product-detail-info-with-cta-9 .nb-tab-size-picker-4 .nb-size-type-link-1.active {
    color: var(--nb-product-detail-info-with-cta-9-size-type-active-color);
}
.nb-product-detail-info-with-cta-9 .nb-tab-size-picker-4 .nb-product-determine-size-1 .custom-text {
    color: var(--nb-product-detail-info-with-cta-9-determine-size-color);
    font-size: var(--nb-product-detail-info-with-cta-9-determine-size-font-size);
    font-weight: var(--nb-product-detail-info-with-cta-9-determine-size-font-weight);
    line-height: var(--nb-product-detail-info-with-cta-9-determine-size-line-height);
    text-decoration: var(--nb-product-detail-info-with-cta-9-determine-size-text-decoration);
}
.nb-product-detail-info-with-cta-9 .nb-tab-size-picker-4 .nb-product-determine-size-1:hover .custom-text,
.nb-product-detail-info-with-cta-9 .nb-tab-size-picker-4 .nb-product-determine-size-1:focus .custom-text,
.nb-product-detail-info-with-cta-9 .nb-tab-size-picker-4 .nb-product-determine-size-1:active .custom-text {
    color: var(--nb-product-detail-info-with-cta-9-determine-size-color);
}
.nb-product-detail-info-with-cta-9 .nb-tab-size-picker-4 .nb-product-size-list-8 .nb-size-value-box-1 {
    color: var(--nb-product-detail-info-with-cta-9-size-value-box-1-color);
    font-size: var(--nb-product-detail-info-with-cta-9-size-value-box-1-font-size);
    font-weight: var(--nb-product-detail-info-with-cta-9-size-value-box-1-font-weight);
    padding: 0 var(--nb-product-detail-info-with-cta-9-size-value-box-1-padding-x);
    background-color: var(--nb-product-detail-info-with-cta-9-size-value-box-1-bg);
    border: var(--nb-product-detail-info-with-cta-9-size-value-box-1-border-width) var(--nb-border-style) var(--nb-product-detail-info-with-cta-9-size-value-box-1-border-color);
    border-radius: var(--nb-product-detail-info-with-cta-9-size-value-box-1-border-radius);
    white-space: pre;
    min-width: var(--nb-product-detail-info-with-cta-9-size-value-box-1-min-width);
    width: fit-content;
    height: var(--nb-product-detail-info-with-cta-9-size-value-box-1-height);
}
.nb-product-detail-info-with-cta-9 .nb-tab-size-picker-4 .nb-product-size-list-8 > .nb-size-value-box-1.disabled,
.nb-product-detail-info-with-cta-9 .nb-tab-size-picker-4 .nb-product-size-list-8 > .nb-size-value-box-1.disabled:focus,
.nb-product-detail-info-with-cta-9 .nb-tab-size-picker-4 .nb-product-size-list-8 > .nb-size-value-box-1.disabled:hover {
    cursor: not-allowed;
    border-color: var(--nb-product-detail-info-with-cta-9-size-value-box-1-disabled-border-color);
    color: var(--nb-product-detail-info-with-cta-9-size-value-box-1-disabled-color);
    background-color: var(--nb-product-detail-info-with-cta-9-size-value-box-1-disabled-bg);
    opacity: var(--nb-product-detail-info-with-cta-9-size-value-box-1-disabled-opacity);
}
.nb-product-detail-info-with-cta-9 .nb-tab-size-picker-4 .nb-product-size-list-8 .nb-size-value-box-1.active,
.nb-product-detail-info-with-cta-9 .nb-tab-size-picker-4 .nb-product-size-list-8 .nb-size-value-box-1:focus,
.nb-product-detail-info-with-cta-9 .nb-tab-size-picker-4 .nb-product-size-list-8 .nb-size-value-box-1:hover {
    border-color: var(--nb-product-detail-info-with-cta-9-size-value-box-1-active-border-color);
    color: var(--nb-product-detail-info-with-cta-9-size-value-box-1-active-color);
    background-color: var(--nb-product-detail-info-with-cta-9-size-value-box-1-active-bg);
}

.nb-product-detail-info-with-cta-9 .nb-product-quantity-and-add-to-cart .nb-btn.nb-add-to-cart,
.nb-product-detail-info-with-cta-9 .nb-add-to-cart{
    font-size: var(--nb-product-detail-info-with-cta-9-add-to-cart-button-2-btn-fs);
}


/*
/* NB Fajl:'./_blocks/product/product-user-activity/product-favourite/product-add-to-favourites-1/product-add-to-favourites-1.css.'
*/:root{
    --nb-product-add-to-favourites-1-label-fs: var(--nb-font-size-16);
    --nb-product-add-to-favourites-1-bg: var(--nb-color-gray-100);
    --nb-product-add-to-favourites-1-border-radius: var(--nb-border-radius-0);
    --nb-product-add-to-favourites-1-icon-color: var(--nb-spec-color);
}

.nb-product-add-to-favourites-1 .nb-favorite{
    padding: 6px;
    justify-content: center;
    background-color: var(--nb-product-add-to-favourites-1-bg);
    font-size: var(--nb-product-add-to-favourites-1-label-fs);
    line-height: 1.5;
    border-radius: var(--nb-product-add-to-favourites-1-border-radius);
}
.nb-product-add-to-favourites-1 .nb-favorite .nb-icon{
    color: var(--nb-product-add-to-favourites-1-icon-color);
}
/*
/* NB Fajl:'./components/core/box/info-box-9/info-box-9.css.'
*/:root{
    --nb-info-box-9-fs: 14px;
    --nb-info-box-9-lh: 20px;
    --nb-info-box-9-border-radius: 4px;
}
.nb-info-box-9 {
    display: flex;
    align-items: center;
    gap: 15px;
    border: 1px solid var(--nb-border-color);
    border-radius: var(--nb-info-box-9-border-radius);
    padding: 15px;
}

.nb-info-box-9 *:last-child{
    margin-bottom: 0;
}

.nb-info-box-9 .custom-text,
.nb-info-box-9 .custom-text *{
    font-size: var(--nb-info-box-9-fs);
    line-height: var(--nb-info-box-9-lh);
}
.nb-info-box-9:has(.nb-link){
    padding: 0;
}
.nb-info-box-9 .nb-link{
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 10px;
    width: 100%;
}
.nb-info-box-9 .nb-link .nb-img{
    max-width: 24px;
}
/*
/* NB Fajl:'./components/complex/slider/slider-item/slider-item-box-49/slider-item-box-49.css.'
*/:root{
    --nb-slider-item-box-49-label-fs: var(--nb-font-size-16);
    --nb-slider-item-box-49-bg: var(--nb-color-gray-100);
    --nb-slider-item-box-49-border-radius: var(--nb-border-radius-0);
    --nb-slider-item-box-49-border-color: transparent;

    --nb-slider-item-box-49-img-width: 25px;
}

.nb-slider-item-box-49 .nb-info-box-9{
    gap: 12px;
    padding: 7px 10px;
    justify-content: center;
    background-color: var(--nb-slider-item-box-49-bg);
    border-color: var(--nb-slider-item-box-49-border-color);
    line-height: 1.5;
    border-radius: var(--nb-slider-item-box-49-border-radius);
}
.nb-slider-item-box-49 .nb-info-box-9 .custom-text{
    font-size: var(--nb-slider-item-box-49-label-fs);
}

.nb-slider-item-box-49 .nb-info-box-9 img {
    max-width: var(--nb-slider-item-box-49-img-width);
}

/*
/* NB Fajl:'./_blocks/product/product-detail/product-detail-documents/product-detail-document-2/product-detail-document-2.css.'
*/:root {
    --nb-product-detail-document-2-title-fs: var(--nb-font-size-12);
    --nb-product-detail-document-2-title-fw: var(--nb-font-regular);
    --nb-product-detail-document-2-title-lh: 1.3;
    --nb-product-detail-document-2-gap: 20px;
    --nb-product-detail-document-2-info-box-height: 50px;
    --nb-product-detail-document-2-link-color: var(--nb-link-color-primary);
    --nb-product-detail-document-2-link-hover-color: var(--nb-link-color-secondary);
}

.nb-product-detail-document-2 {
    display: flex;
    flex-wrap: wrap;
    gap: var(--nb-product-detail-document-2-gap);
}

.nb-product-detail-document-2 .nb-info-box-9 {
    flex: 0 0 calc(50% - 10px);
    width: calc(50% - 10px);
    margin: 0;
    height: var(--nb-product-detail-document-2-info-box-height);
}
.nb-product-detail-document-2 .nb-info-box-9 .nb-link{
    padding: 10px;
    color: var(--nb-product-detail-document-2-link-color);
}
.nb-product-detail-document-2 .nb-info-box-9 .nb-link:hover{
    color: var(--nb-product-detail-document-2-link-hover-color);
}

.nb-product-detail-document-2 .nb-info-box-9 .custom-text,
.nb-product-detail-document-2 .nb-info-box-9 .custom-text *{
    font-size: var(--nb-product-detail-document-2-title-fs);
    font-weight: var(--nb-product-detail-document-2-title-fw);
    line-height: var(--nb-product-detail-document-2-title-lh);
}
@media (max-width: 576px) {
    .nb-product-detail-document-2 {
        flex-direction: column;
        gap: 10px;
    }

    .nb-product-detail-document-2 .nb-info-box-9 {
        flex: 1;
        width: 100%;
    }
}
/*
/* NB Fajl:'./components/complex/product/product-additional-info-display-accordion-1/product-additional-info-display-accordion-1.css.'
*/.nb-product-additional-info-display-accordion-1 .nb-accordion.nb-accordion-2 .nb-accordion-button,
.nb-product-additional-info-display-accordion-1 .nb-accordion.nb-accordion-2 .nb-accordion-collapse .nb-accordion-body {
    background-color: unset;
}

.nb-product-additional-info-display-accordion-1 .nb-accordion.nb-accordion-2 .accordion-button .nb-collapse-icon {
    color: var(--nb-spec-color);
}

.nb-product-additional-info-display-accordion-1 .nb-accordion.nb-accordion-2 .nb-accordion-button {
    padding: 16px 0;
}

.nb-product-additional-info-display-accordion-1 .nb-accordion.nb-accordion-2 .nb-accordion-collapse .nb-accordion-body {
    padding-left: 0;
    padding-right: 0;
}

.nb-product-additional-info-display-accordion-1 .nb-accordion .accordion-button .nb-toggle-icon {
    right: 0;
}
/*
/* NB Fajl:'./_blocks/product/additional-product-info/product-detail-description/product-detail-description-1/product-detail-description-1.css.'
*/:root {
    --nb-product-detail-description-1-margin-top: 20px;
}

.nb-product-detail-description-1 {
    margin-top: var(--nb-product-detail-description-1-margin-top);
}
/*
/* NB Fajl:'./components/complex/product/product-specification/product-specification-1/product-specification-1.css.'
*/:root {
    --nb-product-specification-1-margin-top: 20px;
    --nb-product-specification-1-item-padding-x: 20px;
    --nb-product-specification-1-item-padding-y: 10px;
    --nb-product-specification-1-item-bg: var(--nb-color-gray-100);
    --nb-product-specification-1-title-color: var(--nb-text-color-primary);
    --nb-product-specification-1-title-font-size: var(--nb-paragraph-s);
    --nb-product-specification-1-title-font-weight: var(--nb-font-semibold);
    --nb-product-specification-1-text-font-size: var(--nb-paragraph-s);
    --nb-product-specification-1-text-font-weight: var(--nb-paragraph-font-weight);
}

.nb-product-specification-1 {
    margin-top: var(--nb-product-specification-1-margin-top);
}

.nb-product-specification-1 .nb-item {
    display: flex;
    gap: 10px;
    padding: var(--nb-product-specification-1-item-padding-y) var(--nb-product-specification-1-item-padding-x);
}

.nb-product-specification-1 .nb-title-wrapper {
    background: var(--nb-product-specification-1-item-bg);
}

.nb-product-specification-1 .nb-item .nb-link,
.nb-product-specification-1 .nb-item .nb-paragraph {
    font-weight: var(--nb-product-specification-1-text-font-weight);
    font-size: var(--nb-product-specification-1-text-font-size);
}

.nb-product-specification-1 .nb-title-wrapper .nb-paragraph {
    color: var(--nb-product-specification-1-title-color);
    font-weight: var(--nb-product-specification-1-title-font-weight);
    font-size: var(--nb-product-specification-1-title-font-size);
}

.nb-product-specification-1 .nb-item:nth-child(2n) {
    background: var(--nb-product-specification-1-item-bg);
}

.nb-product-specification-1 .nb-paragraph {
    flex: 0 0 50%;
}

.nb-product-specification-table-1 table {
    width: 100%;
    border: unset;
    margin-bottom: 0;
}

.nb-product-specification-1 .table>:not(caption)>*>* {
    border: unset;
    padding: unset;
}

.nb-product-specification-table-1 tr {
    display: flex;
    gap: 10px;
    padding: var(--nb-product-specification-1-item-padding-y) var(--nb-product-specification-1-item-padding-x);
    width: 100%;
}

.nb-product-specification-table-1 tr td {
    flex: 0 0 50%;
    font-size: var(--nb-product-specification-1-text-font-size);
}

.nb-product-specification-table-1:nth-child(2n) tr:nth-child(2n + 1){
    background: var(--nb-product-specification-1-item-bg);
}

.nb-product-specification-table-1:nth-child(2n + 1) tr:nth-child(2n){
    background: var(--nb-product-specification-1-item-bg);
}
/*
/* NB Fajl:'./_blocks/product/additional-product-info/additional-product-info-display/additional-product-info-display-accordion-1/additional-product-info-display-accordion-1.css.'
*/.nb-additional-product-info-displays-accordion-1.dragbox .collapse:not(.show) {
    display: block;
}
/*
/* NB Fajl:'./components/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/core/text/heading-with-subheading/heading-with-subheading.css.'
*/:root {
    --nb-heading-with-subheading-image-max-width: 200px;
    --nb-heading-with-subheading-image-max-width-mobile: 160px;
}

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

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

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

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

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

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

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

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

@media (max-width: 576px) {
    .nb-heading-with-subheading .nb-product-list-image-heading {
        max-width: var(--nb-heading-with-subheading-image-max-width-mobile);
    }
}
/*
/* NB Fajl:'./components/complex/product/product-availability/product-availability-2/product-availability-2.css.'
*/:root{
    --nb-product-availability-2-fs: var(--nb-font-size-14);
    --nb-product-availability-2-fw: var(--nb-font-regular);
    --nb-product-availability-2-icon-fs: var(--nb-font-size-14);

    --nb-product-availability-2-success-color: var(--nb-color-success);
    --nb-product-availability-2-danger-color: var(--nb-color-danger);
}
.nb-product-availability-2{
    display: flex;
    align-items: center;
    gap: 5px;
}
.nb-product-availability-2 .custom-text {
    font-size: var(--nb-product-availability-2-fs);
    font-weight: var(--nb-product-availability-2-fw);
}
.nb-product-availability-2 .nb-icon{
    font-size: var(--nb-product-availability-2-icon-fs);
}
.nb-product-availability-2.nb-available{
    color: var(--nb-product-availability-2-success-color);
}
.nb-product-availability-2.nb-unavailable{
    color: var(--nb-product-availability-2-danger-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-12/product-prices-12.css.'
*/:root {
    --nb-product-price-v12-separator: '';
}

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

.nb-product-prices-12 .nb-price {
    width: fit-content;
}
.nb-product-prices-12 .nb-top-wrapper {
    display: flex;
    gap: 5px;
    align-items: center;
    flex-wrap: wrap;
}

.nb-product-prices-12:has(.nb-price-regular ~ .nb-price-old:not(.hidden)) .nb-separator::before{
    content: var(--nb-product-price-v12-separator);
}

/*
/* NB Fajl:'./components/complex/product/product-quantity/product-quantity-3/product-quantity-3.css.'
*/.nb-quantity-product-3 {
    display: flex;
    align-items: center;
}

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

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

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

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

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

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

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

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

.nb-quantity-product-3.nb-label-above-product-quantity .nb-quantity-label {
    margin-right: 0;
    margin-bottom: calc(var(--nb-product-spacer-y)/2);
}

@media screen and (max-width: 991px) {
    .nb-quantity-product-3 {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
}
/*
/* NB Fajl:'./components/complex/product/product-size/product-size-info-1/product-size-info-1.css.'
*/.nb-product-size-info-1 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 991px) {
    .nb-size-value-box-1 {
        padding: 14px 9px
    }
}
/*
/* NB Fajl:'./components/complex/product/product-size-list/product-size-list-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/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);
}

@media screen and (max-width: 576px) {
    :root {
        --nb-discount-3-font-size: var(--nb-font-size-10);
    }
}
/*
/* NB Fajl:'./components/complex/product/product-prices/product-prices-11/product-prices-11.css.'
*/:root {
    --nb-product-prices-11-prev-price-font-size: var(--nb-font-size-9);
    --nb-product-prices-11-prev-price-font-weight: var(--nb-font-regular);
    --nb-product-prices-11-prev-price-color: var(--nb-price-prev-color);

    --nb-product-prices-11-discount-font-size: var(--nb-font-size-9);
    --nb-product-prices-11-discount-font-weight: var(--nb-font-regular);
    --nb-product-prices-11-discount-color: var(--nb-color-danger);

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

.nb-product-prices-11 {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

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

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

.nb-product-prices-11 .nb-top-wrapper{
    display: flex;
    align-items: center;
    gap: 5px;
    flex-wrap: wrap;
}

.nb-product-prices-11 .nb-bottom-wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.nb-product-prices-11 .product-discount-4 {
    color: var(--nb-product-prices-11-discount-color);
    font-weight: var(--nb-product-prices-11-discount-font-weight);
    font-size: var(--nb-product-prices-11-discount-font-size);
}

.nb-product-prices-11 .nb-price-prev + .nb-price-prev {
    border-left: var(--nb-border-width) var(--nb-border-style) var(--nb-product-prices-11-prev-price-color);
    padding-left: 4px;
    margin-left: 4px;
}
/*
/* 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-bubble/product-bubble-12/product-bubble-12.css.'
*/:root {
    --nb-product-bubble-12-product-name-font-size: var(--nb-font-size-12);
    --nb-product-bubble-12-product-name-font-weight: var(--nb-font-regular);
    --nb-product-bubble-12-product-name-line-height: 1.2;

    --nb-product-bubble-12-select-size-label-font-size: var(--nb-font-size-14);
    --nb-product-bubble-12-select-size-label-font-weight: var(--nb-font-semibold);
    --nb-product-bubble-12-select-size-label-line-height: 1.2;

    --nb-product-bubble-12-product-product-info-border-color: var(--nb-border-color);

    --nb-product-bubble-12-size-list-gap: 5px;
    --nb-product-bubble-12-size-min-width: 55px;
    --nb-product-bubble-12-size-height: 40px;

    --nb-product-bubble-12-quantity-label-font-size: var(--nb-font-size-14);
    --nb-product-bubble-12-quantity-label-font-weight: var(--nb-font-semibold);
    --nb-product-bubble-12-quantity-label-line-height: 1.2;
    --nb-product-bubble-12-quantity-height: 38px;

    --nb-product-bubble-12-price-active-font-size: var(--nb-font-size-16);
    --nb-product-bubble-12-price-active-font-weight: var(--nb-font-weight-700);

    --nb-product-bubble-12-price-prev-font-size: var(--nb-font-size-10);
    --nb-product-bubble-12-price-prev-font-weight: var(--nb-font-weight-400);
}

.nb-product-bubble-12 {
    background-color: var(--nb-product-bubble-6-bg);
    padding: var(--nb-product-bubble-6-padding-y) var(--nb-product-bubble-6-padding-x);
}
.nb-product-bubble-12 .nb-product-info-wrapper{
    display: flex;
    gap: 10px;
    align-items: center;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--nb-product-bubble-12-product-product-info-border-color);
    margin-bottom: 10px;
}
.nb-product-bubble-12 .nb-product-info-wrapper .nb-img{
    max-width: 50px;
    max-height: 50px;
}
.nb-product-bubble-12 .nb-product-name-and-price-wrapper{
    display: flex;
    flex-direction: column;
}
.nb-product-bubble-12 .nb-product-name-and-price-wrapper .nb-product-name .nb-title{
    font-size: var(--nb-product-bubble-12-product-name-font-size);
    font-weight: var(--nb-product-bubble-12-product-name-font-weight);
    line-height: var(--nb-product-bubble-12-product-name-line-height);
    height: calc(var(--nb-dt-rows) * var(--nb-product-bubble-12-product-name-line-height) * var(--nb-product-bubble-12-product-name-font-size));
}
.nb-product-bubble-12 .nb-selected-size-1{
    margin-bottom: 5px;
    font-size: var(--nb-product-bubble-12-select-size-label-font-size);
    font-weight: var(--nb-product-bubble-12-select-size-label-font-weight);
    line-height: var(--nb-product-bubble-12-select-size-label-line-height);
}
.nb-product-bubble-12 .nb-product-size-list-5{
    gap: var(--nb-product-bubble-12-size-list-gap);
    margin-bottom: 15px;
}
.nb-product-bubble-12 .nb-product-size-list-5 .nb-size-value-box-1{
    min-width: var(--nb-product-bubble-12-size-min-width);
    width: unset;
    height: var(--nb-product-bubble-12-size-height);
}
.nb-product-bubble-12 .nb-quantity-product{
    margin-top: 10px;
    flex-direction: column;
    align-items: start;
}
.nb-product-bubble-12 .nb-quantity-product .nb-quantity-label{
    font-size: var(--nb-product-bubble-12-quantity-label-font-size);
    font-weight: var(--nb-product-bubble-12-quantity-label-font-weight);
    line-height: var(--nb-product-bubble-12-quantity-label-line-height);
    margin-bottom: 8px;
}
.nb-product-bubble-12 .nb-quantity-wrapper{
    width: 100%;
    height: var(--nb-product-bubble-12-quantity-height);
}
.nb-product-bubble-12 .nb-quantity-wrapper .nb-quantity-arrows{
    flex: 1.5;
    height: var(--nb-product-bubble-12-quantity-height);
}
.nb-product-bubble-12 .nb-quantity-wrapper .nb-quantity-input{
    flex: 2.5;
    height: var(--nb-product-bubble-12-quantity-height);
}
.nb-product-bubble-12 .nb-quantity-wrapper .nb-quantity-input .nb-input{
    width: 100%;
    height: calc(var(--nb-product-bubble-12-quantity-height) - 2px);
}
.nb-product-bubble-12 .nb-product-prices-11:has(.nb-price-old:not(.hidden)) .nb-price.nb-price-active,
.nb-product-bubble-12 .nb-product-prices-11:has(.nb-price-old.hidden) .nb-price.nb-price-active {
    font-size: var(--nb-product-bubble-12-price-active-font-size);
    font-weight: var(--nb-product-bubble-12-price-active-font-weight);
}
.nb-product-bubble-12 .nb-product-prices-11 .nb-price.nb-price-prev {
    font-size: var(--nb-product-bubble-12-price-prev-font-size);
    font-weight: var(--nb-product-bubble-12-price-prev-font-weight);
}
/*
/* NB Fajl:'./components/complex/product/product-button-with-bubble/product-button-with-bubble-12/product-button-with-bubble-12.css.'
*/:root{
    --nb-product-button-with-bubble-12-icon-width: 36px;
    --nb-product-button-with-bubble-12-icon-height: 36px;
    --nb-product-button-with-bubble-12-icon-wrapper-background-color: var(--nb-color-gray-100);
    --nb-product-button-with-bubble-12-bubble-background-color: var(--nb-color-gray-100);
}
.nb-product-button-with-bubble-12{
    position: relative;
}
.nb-product-button-with-bubble-12.active .nb-bubble-and-button-wrapper{
    max-width: 100%;
    padding-top: 24px;
    mask-image: radial-gradient(circle 46px at center top, transparent 23px, black 24px);
    -webkit-mask-image: radial-gradient(circle 46px at center top, transparent 23px, black 24px);
}
.nb-product-button-with-bubble-12 .nb-product-bubble-control-wrapper{
    position: absolute;
    left: 50%;
    top: calc(-1 * var(--nb-product-button-with-bubble-12-icon-width) / 2);
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}
.nb-product-button-with-bubble-12 .nb-product-bubble-control-wrapper .nb-icon{
    width: var(--nb-product-button-with-bubble-12-icon-width);
    height: var(--nb-product-button-with-bubble-12-icon-height);
    border-radius: var(--nb-border-radius-full);
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--nb-product-button-with-bubble-12-icon-wrapper-background-color);
    box-shadow: 1px 1px 8px rgba(0,0,0,0.13);
}
.nb-product-button-with-bubble-12.active .nb-bubble-and-button-wrapper{
    padding-bottom: 10px;
}
.nb-product-button-with-bubble-12 .nb-add-to-cart{
    width: 100%;
}
.nb-product-button-with-bubble-12.active{
    z-index: 5;
}
.nb-product-button-with-bubble-12.active .nb-bubble-and-button-wrapper{
    background: var(--nb-product-button-with-bubble-12-bubble-background-color);
}
.nb-product-button-with-bubble-12 .nb-product-bubble-12,
.nb-product-button-with-bubble-12 .nb-product-bubble-control-wrapper{
    display: none;
}
.nb-product-button-with-bubble-12.active .nb-product-bubble-12{
    display: block;
}
.nb-product-button-with-bubble-12.active .nb-product-bubble-control-wrapper{
    display: flex;
}
/*
/* NB Fajl:'./components/complex/product/product-box/product-box-15/product-box-15.css.'
*/:root{
    --nb-product-box-15-border-color: var(--nb-border-color);

    --nb-product-box-15-product-image-max-width: 80px;
    --nb-product-box-15-product-name-fs: 16px;
    --nb-product-box-15-product-name-fw: var(--nb-font-semibold);
    --nb-product-box-15-product-code-fs: 14px;
    --nb-product-box-15-product-code-fw: var(--nb-font-regular);
    --nb-product-box-15-product-availability-icon-fs: 10px;

    --nb-product-box-15-size-label-fs: 14px;
    --nb-product-box-15-size-label-fw: var(--nb-font-semibold);

    --nb-product-box-15-select-width: 205px;
    --nb-product-box-15-input-height: 40px;
    --nb-product-box-15-input-width: 125px;
    --nb-product-box-15-quantity-label-fs: 14px;
    --nb-product-box-15-quantity-label-fw: var(--nb-font-semibold);

    --nb-product-box-15-active-price-fs: 16px;
    --nb-product-box-15-active-price-fw: var(--nb-font-bold);
    --nb-product-box-15-sale-active-price-color: var(--nb-color-danger);
    --nb-product-box-15-active-price-color: var(--nb-color-black);
    --nb-product-box-15-prev-price-fs: 12px;
    --nb-product-box-15-prev-price-fw: var(--nb-font-regular);

    --nb-product-box-15-btn-color: var(--nb-color-primary);
    --nb-product-box-15-btn-bg: var(--nb-color-white);
    --nb-product-box-15-btn-border-color: var(--nb-color-primary);
    --nb-product-box-15-btn-active-color: var(--nb-color-white);
    --nb-product-box-15-btn-active-bg: var(--nb-color-primary);
    --nb-product-box-15-btn-active-border-color: var(--nb-color-white);

    --nb-product-box-15-mobile-size-label-fs: 12px;
    --nb-product-box-15-mobile-size-label-fw: 400;
    --nb-product-box-15-mobile-quantity-label-fs: 12px;
    --nb-product-box-15-mobile-quantity-label-fw: 400;
}

.nb-product-box-15{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    border-bottom: var(--nb-border-width) var(--nb-border-style) var(--nb-product-box-15-border-color);
}
.nb-product-box-15 .nb-start-wrapper-info,
.nb-product-box-15 .nb-start-wrapper-info .nb-product-image-info-wrapper,
.nb-product-box-15 .nb-end-wrapper{
    display: flex;
    align-items:center;
    gap: 10px;
}
.nb-product-box-15 > .nb-start-wrapper-info,
.nb-product-box-15 > .nb-end-wrapper{
    width: 26%;
}
.nb-product-box-15 > .nb-size-wrapper,
.nb-product-box-15 > .nb-quantity-wrapper{
    width: calc(18% - 5px);
}

.nb-product-box-15 .nb-start-wrapper-info .nb-info-wrapper{
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.nb-product-box-15 .nb-start-wrapper-info .nb-img{
    max-width: var(--nb-product-box-15-product-image-max-width);
    aspect-ratio: 1 / 1;
    object-fit: contain;
}
.nb-product-box-15 .nb-start-wrapper-info .nb-product-name,
.nb-product-box-15 .nb-start-wrapper-info .nb-product-name .nb-title{
    font-size: var(--nb-product-box-15-product-name-fs);
    font-weight: var(--nb-product-box-15-product-name-fw);
    line-height: 1.2;
}
.nb-product-box-15 .nb-start-wrapper-info .nb-product-code{
    font-size: var(--nb-product-box-15-product-code-fs);
    font-weight: var(--nb-product-box-15-product-code-fw);
}
.nb-product-box-15 .nb-start-wrapper-info .nb-product-availability-2 .nb-icon{
    font-size: var(--nb-product-box-15-product-availability-icon-fs);
}
.nb-product-box-15 .nb-mobile-size-and-quantity-info{
    display: none;
}
.nb-product-box-15 .nb-mobile-size-and-quantity-info .nb-selected-size-1{
    font-size: var(--nb-product-box-15-mobile-size-label-fs);
    font-weight: var(--nb-product-box-15-mobile-size-label-fw);
}
.nb-product-box-15 .nb-mobile-size-and-quantity-info .nb-mobile-quantity-wrapper{
    font-size: var(--nb-product-box-15-mobile-quantity-label-fs);
    font-weight: var(--nb-product-box-15-mobile-quantity-label-fw);
}

.nb-product-box-15 .nb-size-wrapper .nb-label{
    font-size: var(--nb-product-box-15-size-label-fs);
    font-weight: var(--nb-product-box-15-size-label-fw);
    margin-bottom: 8px;
}
.nb-product-box-15 .nb-size-wrapper .nb-select{
    width: var(--nb-product-box-15-select-width);
    height: var(--nb-product-box-15-input-height);
}
.nb-product-box-15 .nb-quantity-wrapper .nb-quantity-product .nb-quantity-label{
    font-size: var(--nb-product-box-15-quantity-label-fs);
    font-weight: var(--nb-product-box-15-quantity-label-fw);
    margin-bottom: 8px;
}
.nb-product-box-15 .nb-quantity-wrapper .nb-quantity-product .nb-quantity-input input{
    width: var(--nb-product-box-15-input-width);
    height: var(--nb-product-box-15-input-height);
}
.nb-product-box-15 .nb-quantity-wrapper .nb-quantity-product .nb-quantity-arrows{
    height: var(--nb-product-box-15-input-height);
}
.nb-product-box-15 .nb-end-wrapper{
    width: 25%;
    justify-content: space-between;
}
.nb-product-box-15 .nb-end-wrapper .nb-product-prices-12{
    gap: 0;
}
.nb-product-box-15 .nb-end-wrapper .nb-product-prices-12 .nb-price-active{
    font-size: var(--nb-product-box-15-active-price-fs);
    font-weight: var(--nb-product-box-15-active-price-fw);
}
.nb-product-box-15 .nb-end-wrapper .nb-product-prices-12:has(.nb-price-regular:not(.hidden)) .nb-price.nb-price-active {
    color: var(--nb-product-box-15-sale-active-price-color);
}
.nb-product-box-15 .nb-end-wrapper .nb-product-prices-12:has(.nb-price-regular.hidden) .nb-price.nb-price-active{
    color: var(--nb-product-box-15-active-price-color);
}
.nb-product-box-15 .nb-end-wrapper .nb-product-prices-12 .nb-price-prev{
    font-size: var(--nb-product-box-15-prev-price-fs);
    font-weight: var(--nb-product-box-15-prev-price-fw);
}

.nb-product-box-15 .nb-end-wrapper .nb-btn{
    color: var(--nb-product-box-15-btn-color);
    background-color: var(--nb-product-box-15-btn-bg);
    border-color: var(--nb-product-box-15-btn-border-color);
    gap: 5px;
}
.nb-product-box-15 .nb-end-wrapper .nb-btn:hover{
    color: var(--nb-product-box-15-btn-active-color);
    background-color: var(--nb-product-box-15-btn-active-bg);
    border-color: var(--nb-product-box-15-btn-active-border-color);
}
.nb-product-box-15 .nb-end-wrapper .nb-btn .nb-add-to-cart-text{
    display: none;
}
.nb-product-box-15 .nb-end-wrapper .nb-btn.nb-add-to-cart .nb-icon{
    margin-right: 0;
}

.nb-product-box-15 .nb-product-box-15-add-to-cart.nb-btn.nb-add-to-cart.addingItem {
    width: auto;
}

@media screen and (max-width: 1200px){
    :root{
        --nb-product-box-15-select-width: 125px;
        --nb-product-box-15-input-width: 40px;
    }
}

@media screen and (min-width: 992px){
    .nb-product-box-15 .nb-product-button-with-bubble-12 {
        display: none;
    }
    .nb-product-box-15 .nb-product-button-with-bubble-12 .nb-bubble-and-button-wrapper{
        padding: unset;
        background-color: transparent;
        mask-image: unset;
        -webkit-mask-image: unset;
    }
}
@media screen and (max-width: 992px){
    :root{
        --nb-product-box-15-product-image-max-width: 80px;
        --nb-product-box-15-product-name-fs: 12px;
        --nb-product-box-15-product-code-fs: 10px;
        --nb-product-box-15-size-label-fs: 12px;
        --nb-product-box-15-quantity-label-fs: 12px;
    }
    .nb-product-box-15{
        flex-direction: column;
        gap: 12px;
    }
    .nb-product-box-15 > .nb-start-wrapper-info{
        width: 100%;
        justify-content: space-between;
        align-items: start;
    }
    .nb-product-box-15 > .nb-end-wrapper{
        width: 100%;
        justify-content: space-between;
    }
    .nb-product-box-15 > .nb-size-wrapper,
    .nb-product-box-15 > .nb-quantity-wrapper{
        display: none;
    }
    .nb-product-box-15 .nb-start-wrapper-info .nb-product-image-info-wrapper{
        flex-shrink: 1;
        max-width: 70%;
        align-items: start;
    }
    .nb-product-box-15 .nb-start-wrapper-info .nb-product-availability-2 .custom-text{
        font-size: 10px;
    }
    .nb-product-box-15 .nb-mobile-size-and-quantity-info{
        display: flex;
        flex-direction: column;
        align-items: end;
    }
    .nb-product-box-15 .nb-product-button-with-bubble-12.active .nb-bubble-and-button-wrapper{
        padding: 20px;
    }
    .nb-product-box-15 .nb-product-button-with-bubble-12.active .nb-bubble-and-button-wrapper .nb-btn{
        margin-top: 20px;
    }
    body:has(.nb-product-box-15 .nb-product-button-with-bubble-12.active):before{
        content: '';
        position: fixed;
        inset: 0;
        backdrop-filter: blur(8px);
        background-color: var(--nb-product-card-20-active-bubble-overlay-bg);
        z-index: 25;
    }
    body:has(.nb-product-box-15 .nb-product-button-with-bubble-12.active){
        overflow: hidden;
    }
    .nb-product-box-15 .nb-product-button-with-bubble-12.active {
        position: fixed;
        display: block;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 99;
        max-width: 100vw;
    }
    .nb-product-box-15 .nb-product-box-15-add-to-cart {
        display: none;
    }
    .nb-product-box-15:has(.nb-product-button-with-bubble-12.active) .nb-btn .nb-add-to-cart-text{
        display: block;
    }
}
@media screen and (max-width: 576px){
    :root{
        --nb-product-box-15-active-price-fs: 12px;
        --nb-product-box-15-prev-price-fs: 10px;
    }
}
/*
/* NB Fajl:'./components/core/icon-with-text/custom-text-with-icon/custom-text-with-icon-v3/custom-text-with-icon-v3.css.'
*/:root {
    --nb-custom-text-with-icon-v3-color: var(--nb-text-color-primary);
    --nb-custom-text-with-icon-v3-font-size: var(--nb-font-size-12);
    --nb-custom-text-with-icon-v3-first-span-font-weight: var(--nb-body-font-weight);
    --nb-custom-text-with-icon-v3-second-span-font-weight: var(--nb-font-semibold);
    --nb-custom-text-with-icon-v3-icon-color: var(--nb-text-color-primary);
}

.nb-custom-text-with-icon-3 {
    display: flex;
    gap: 10px;
    align-items: center;
}

.nb-custom-text-with-icon-3 .nb-span-wrapper {
    display: flex;
    flex-direction: column;
}

.nb-custom-text-with-icon-3 .nb-span-wrapper .nb-first-span,
.nb-custom-text-with-icon-3 .nb-span-wrapper .nb-second-span {
    color: var(--nb-custom-text-with-icon-v3-color);
    font-size: var(--nb-custom-text-with-icon-v3-font-size);
}

.nb-custom-text-with-icon-3 .nb-span-wrapper .nb-first-span {
    font-weight: var(--nb-custom-text-with-icon-v3-first-span-font-weight);
}

.nb-custom-text-with-icon-3 .nb-span-wrapper .nb-second-span {
    font-weight: var(--nb-custom-text-with-icon-v3-second-span-font-weight);
}

.nb-custom-text-with-icon-3 .nb-icon {
    color: var(--nb-custom-text-with-icon-v3-icon-color);
}
/*
/* NB Fajl:'./components/complex/product/product-list/product-list-5/product-list-5.css.'
*/:root{
    --nb-product-list-5-border-color: var(--nb-border-color);
    --nb-product-list-5-border-radius: var(--nb-border-radius-s);
    --nb-product-list-5-top-bottom-bg: var(--nb-color-gray-100);

    --nb-product-list-5-top-title-fs: 16px;
    --nb-product-list-5-top-title-fw: var(--nb-font-semibold);
    --nb-product-list-5-top-subtitle-fs: 14px;
    --nb-product-list-5-top-subtitle-fw: var(--nb-font-regular);

    --nb-product-list-5-total-price-label-fs: 20px;
    --nb-product-list-5-total-price-label-fw: var(--nb-font-regular);
    --nb-product-list-5-total-price-value-fs: 22px;
    --nb-product-list-5-total-price-value-fw: var(--nb-font-semibold);
    --nb-product-list-5-mobile-message-info-bg: var(--nb-color-green-100);
    --nb-product-list-5-mobile-message-info-color: var(--nb-color-black);
    --nb-product-list-5-mobile-message-info-fs: 12px;
}

.nb-product-list-5 {
    border: var(--nb-border-width) var(--nb-border-style) var(--nb-product-list-5-border-color);
    border-radius: var(--nb-product-list-5-border-radius);
}
.nb-product-list-5 .nb-list-top-wrapper{
    padding: 15px;
    background-color: var(--nb-product-list-5-top-bottom-bg);
    border-top-left-radius: var(--nb-product-list-5-border-radius);
    border-top-right-radius: var(--nb-product-list-5-border-radius);
    border-bottom: var(--nb-border-width) var(--nb-border-style) var(--nb-product-list-5-border-color);
}
.nb-product-list-5 .nb-list-bottom-wrapper{
    padding: 20px;
    background-color: var(--nb-product-list-5-top-bottom-bg);
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 20px;
    border-bottom-left-radius: var(--nb-product-list-5-border-radius);
    border-bottom-right-radius: var(--nb-product-list-5-border-radius);
}
.nb-product-list-5 .nb-list-bottom-wrapper .nb-total-price-wrapper .nb-total-price-label{
    font-size: var(--nb-product-list-5-total-price-label-fs);
    font-weight: var(--nb-product-list-5-total-price-label-fw);
}
.nb-product-list-5 .nb-list-bottom-wrapper .nb-total-price-wrapper .nb-total-price-value{
    margin-left: 5px;
    font-size: var(--nb-product-list-5-total-price-value-fs);
    font-weight: var(--nb-product-list-5-total-price-value-fw);
}
.nb-product-list-5 .nb-list-bottom-wrapper .nb-btn{
    gap: 12px;
}
.nb-product-list-5 .nb-custom-text-with-icon-3 .nb-span-wrapper .nb-first-span{
    font-size: var(--nb-product-list-5-top-title-fs);
    font-weight: var(--nb-product-list-5-top-title-fw);
}
.nb-product-list-5 .nb-custom-text-with-icon-3 .nb-span-wrapper .nb-second-span{
    font-size: var(--nb-product-list-5-top-subtitle-fs);
    font-weight: var(--nb-product-list-5-top-subtitle-fw);
}
.nb-product-list-5 .nb-mobile-info-message-wrapper{
    display: none;
}
@media screen and (max-width: 992px){
    .nb-product-list-5{
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
    .nb-product-list-5 .nb-mobile-info-message-wrapper{
        display: block;
        background-color: var(--nb-product-list-5-mobile-message-info-bg);
    }
    .nb-product-list-5 .nb-mobile-info-message-wrapper .nb-custom-text-with-icon-1{
        padding: 4px;
        gap: 6px;
        align-items: baseline;
        background-color: transparent;
    }
    .nb-product-list-5 .nb-mobile-info-message-wrapper .nb-custom-text-with-icon-1 .custom-text{
        color: var(--nb-product-list-5-mobile-message-info-color);
        font-size: var(--nb-product-list-5-mobile-message-info-fs);
    }
    .nb-product-list-5 .nb-mobile-info-message-wrapper .nb-custom-text-with-icon-1 .nb-icon{
        color: var(--nb-product-list-5-mobile-message-info-color);
    }
}
@media screen and (max-width: 576px){
    :root{
        --nb-product-list-5-top-title-fs: 13px;
        --nb-product-list-5-top-subtitle-fs: 12px;
        --nb-product-list-5-total-price-label-fs: 16px;
        --nb-product-list-5-total-price-value-fs: 16px;
    }
    .nb-product-list-5 .nb-list-top-wrapper {
        padding: 10px;
    }
    .nb-product-list-5 .nb-list-bottom-wrapper{
        padding: 10px;
        flex-direction: column;
        width: 100%;
        gap: 4px;
        align-items: unset;
    }
}

/*
/* NB Fajl:'./components/complex/product/product-attribute-3/product-attribute-3.css.'
*/:root{
    --nb-product-attribute-3-height: 54px;
    --nb-product-attribute-3-img-max-height: 30px;
    --nb-product-attribute-3-text-fs: 14px;
    --nb-product-attribute-3-text-fw: var(--nb-font-regular);
}
.nb-product-attribute-3{
    height: var(--nb-product-attribute-3-height);
    padding: 10px;
}
.nb-product-attribute-3 img.nb-img{
    max-height: 30px;
}
.nb-product-attribute-3 .custom-text{
    font-size: var(--nb-product-attribute-3-text-fs);
    font-weight: var(--nb-product-attribute-3-text-fw);
}

/*
/* NB Fajl:'./components/complex/product/product-attributes/product-attributes-tabs-carousel-1/product-attributes-tabs-carousel-1.css.'
*/.nb-product-attributes-tabs-carousel-1 .nb-product-attribute-tab{
    cursor: pointer;
}
.nb-product-attributes-tabs-carousel-1 .nb-product-attribute-tab:hover {
    box-shadow: 0 0 8px rgba(0, 0, 0, 10%);
}
.nb-product-attributes-tabs-carousel-1 .slick-track{
    padding: 5px 0;
}
.nb-product-attributes-tabs-carousel-1 .nb-slider{
    margin-bottom: 20px;
}
.nb-product-attributes-tabs-carousel-1 .nb-product-attribute-tab.active{
    border-color: var(--nb-color-black);
}

/*
/* 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-quantity/product-quantity-1/product-quantity-1.css.'
*/.nb-quantity-product {
    display: flex;
    align-items: center;
}

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

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

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

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

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

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

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

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

.nb-quantity-product.nb-label-above-product-quantity .nb-quantity-label {
    margin-right: 0;
    margin-bottom: calc(var(--nb-product-spacer-y)/2);
}
/*
/* NB Fajl:'./components/complex/product/product-bubble/product-bubble-7/product-bubble-7.css.'
*/:root {
    --nb-product-bubble-7-product-name-font-size: var(--nb-font-size-12);
    --nb-product-bubble-7-product-name-font-weight: var(--nb-font-regular);
    --nb-product-bubble-7-product-name-line-height: 1.2;

    --nb-product-bubble-7-select-size-label-font-size: var(--nb-font-size-14);
    --nb-product-bubble-7-select-size-label-font-weight: var(--nb-font-semibold);
    --nb-product-bubble-7-select-size-label-line-height: 1.2;

    --nb-product-bubble-7-product-product-info-border-color: var(--nb-border-color);

    --nb-product-bubble-7-size-list-gap: 5px;
    --nb-product-bubble-7-size-min-width: 55px;
    --nb-product-bubble-7-size-height: 40px;

    --nb-product-bubble-7-quantity-label-font-size: var(--nb-font-size-14);
    --nb-product-bubble-7-quantity-label-font-weight: var(--nb-font-semibold);
    --nb-product-bubble-7-quantity-label-line-height: 1.2;
    --nb-product-bubble-7-quantity-height: 38px;

    --nb-product-bubble-7-price-active-font-size: var(--nb-font-size-16);
    --nb-product-bubble-7-price-active-font-weight: var(--nb-font-weight-700);

    --nb-product-bubble-7-price-prev-font-size: var(--nb-font-size-10);
    --nb-product-bubble-7-price-prev-font-weight: var(--nb-font-weight-400);
}

.nb-product-bubble-7 {
    background-color: var(--nb-product-bubble-6-bg);
    padding: var(--nb-product-bubble-6-padding-y) var(--nb-product-bubble-6-padding-x);
}
.nb-product-bubble-7 .nb-product-info-wrapper{
    display: flex;
    gap: 10px;
    align-items: center;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--nb-product-bubble-7-product-product-info-border-color);
    margin-bottom: 10px;
}
.nb-product-bubble-7 .nb-product-info-wrapper .nb-img{
    max-width: 50px;
    max-height: 50px;
}
.nb-product-bubble-7 .nb-product-name-and-price-wrapper{
    display: flex;
    flex-direction: column;
}
.nb-product-bubble-7 .nb-product-name-and-price-wrapper .nb-product-name .nb-title{
    font-size: var(--nb-product-bubble-7-product-name-font-size);
    font-weight: var(--nb-product-bubble-7-product-name-font-weight);
    line-height: var(--nb-product-bubble-7-product-name-line-height);
    height: calc(var(--nb-dt-rows) * var(--nb-product-bubble-7-product-name-line-height) * var(--nb-product-bubble-7-product-name-font-size));
}
.nb-product-bubble-7 .nb-selected-size-1{
    margin-bottom: 10px;
    font-size: var(--nb-product-bubble-7-select-size-label-font-size);
    font-weight: var(--nb-product-bubble-7-select-size-label-font-weight);
    line-height: var(--nb-product-bubble-7-select-size-label-line-height);
}
.nb-product-bubble-7 .nb-product-size-list-5{
    gap: var(--nb-product-bubble-7-size-list-gap);
}
.nb-product-bubble-7 .nb-product-size-list-5 .nb-size-value-box-1{
    min-width: var(--nb-product-bubble-7-size-min-width);
    width: unset;
    height: var(--nb-product-bubble-7-size-height);
}
.nb-product-bubble-7 .nb-quantity-product{
    margin-top: 10px;
    flex-direction: column;
    align-items: start;
}
.nb-product-bubble-7 .nb-quantity-product .nb-quantity-label{
    font-size: var(--nb-product-bubble-7-quantity-label-font-size);
    font-weight: var(--nb-product-bubble-7-quantity-label-font-weight);
    line-height: var(--nb-product-bubble-7-quantity-label-line-height);
    margin-bottom: 8px;
}
.nb-product-bubble-7 .nb-quantity-wrapper{
    width: 100%;
    height: var(--nb-product-bubble-7-quantity-height);
}
.nb-product-bubble-7 .nb-quantity-wrapper .nb-quantity-arrows{
    flex: 1.5;
    height: var(--nb-product-bubble-7-quantity-height);
}
.nb-product-bubble-7 .nb-quantity-wrapper .nb-quantity-input{
    flex: 2.5;
    height: var(--nb-product-bubble-7-quantity-height);
}
.nb-product-bubble-7 .nb-quantity-wrapper .nb-quantity-input .nb-input{
    width: 100%;
    height: calc(var(--nb-product-bubble-7-quantity-height) - 2px);
}
.nb-product-bubble-7 .nb-product-prices-11:has(.nb-price-old:not(.hidden)) .nb-price.nb-price-active,
.nb-product-bubble-7 .nb-product-prices-11:has(.nb-price-old.hidden) .nb-price.nb-price-active {
    font-size: var(--nb-product-bubble-7-price-active-font-size);
    font-weight: var(--nb-product-bubble-7-price-active-font-weight);
}
.nb-product-bubble-7 .nb-product-prices-11 .nb-price.nb-price-prev {
    font-size: var(--nb-product-bubble-7-price-prev-font-size);
    font-weight: var(--nb-product-bubble-7-price-prev-font-weight);
}
/*
/* NB Fajl:'./components/complex/product/product-button-with-bubble/product-button-with-bubble-7/product-button-with-bubble-7.css.'
*/:root{
    --nb-product-button-with-bubble-7-icon-width: 36px;
    --nb-product-button-with-bubble-7-icon-height: 36px;
    --nb-product-button-with-bubble-7-icon-wrapper-background-color: var(--nb-color-gray-100);
    --nb-product-button-with-bubble-7-bubble-background-color: var(--nb-color-gray-100);
}
.nb-product-button-with-bubble-7{
    position: relative;
}
.nb-product-button-with-bubble-7.active .nb-bubble-and-button-wrapper{
    max-width: 100%;
    padding-top: 24px;
    mask-image: radial-gradient(circle 46px at center top, transparent 23px, black 24px);
    -webkit-mask-image: radial-gradient(circle 46px at center top, transparent 23px, black 24px);
}
.nb-product-button-with-bubble-7 .nb-product-bubble-control-wrapper{
    position: absolute;
    left: 50%;
    top: calc(-1 * var(--nb-product-button-with-bubble-7-icon-width) / 2);
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}
.nb-product-button-with-bubble-7 .nb-product-bubble-control-wrapper .nb-icon{
    width: var(--nb-product-button-with-bubble-7-icon-width);
    height: var(--nb-product-button-with-bubble-7-icon-height);
    border-radius: var(--nb-border-radius-full);
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--nb-product-button-with-bubble-7-icon-wrapper-background-color);
    box-shadow: 1px 1px 8px rgba(0,0,0,0.13);
}
.nb-product-button-with-bubble-7.active .nb-bubble-and-button-wrapper{
    padding-bottom: 10px;
}
.nb-product-button-with-bubble-7 .nb-add-to-cart{
    width: 100%;
}
.nb-product-button-with-bubble-7.active{
    z-index: 5;
}
.nb-product-button-with-bubble-7.active .nb-bubble-and-button-wrapper{
    background: var(--nb-product-button-with-bubble-7-bubble-background-color);
}
.nb-product-button-with-bubble-7 .nb-product-bubble-7,
.nb-product-button-with-bubble-7 .nb-product-bubble-control-wrapper{
    display: none;
}
.nb-product-button-with-bubble-7.active .nb-product-bubble-7{
    display: block;
}
.nb-product-button-with-bubble-7.active .nb-product-bubble-control-wrapper{
    display: flex;
}
/*
/* NB Fajl:'./components/complex/product/product-card/product-card-20/product-card-20.css.'
*/:root {
    --nb-product-card-20-product-card-padding: 10px;
    --nb-product-card-20-product-card-bg: var(--nb-color-gray-100);

    --nb-product-card-20-card-body-min-height: 220px;
    --nb-product-card-20-card-body-padding-x: 0;
    --nb-product-card-20-card-body-padding-y: 10px;

    --nb-product-card-20-spacer: 6px;

    --nb-product-card-20-category-color: var(--nb-color-gray);
    --nb-product-card-20-category-font-size: var(--nb-font-size-14);
    --nb-product-card-20-category-font-weight: var(--nb-font-weight-400);

    --nb-product-card-20-code-color: var(--nb-text-color-primary);
    --nb-product-card-20-code-font-size: var(--nb-font-size-14);
    --nb-product-card-20-code-font-weight: var(--nb-font-weight-400);

    --nb-product-card-20-name-color: var(--nb-text-color-primary);
    --nb-product-card-20-name-font-size: var(--nb-font-size-16);
    --nb-product-card-20-name-line-height: 1.4;
    --nb-product-card-20-name-font-weight: var(--nb-font-weight-400);

    --nb-product-card-20-price-sale-active-color: var(--nb-spec-color);
    --nb-product-card-20-price-active-color: var(--nb-text-color-primary);
    --nb-product-card-20-price-active-font-size: var(--nb-font-size-16);
    --nb-product-card-20-price-active-font-weight: var(--nb-font-weight-700);

    --nb-product-card-20-price-prev-color: var(--nb-color-gray);
    --nb-product-card-20-price-prev-font-size: var(--nb-font-size-12);
    --nb-product-card-20-price-prev-font-weight: var(--nb-font-weight-400);

    --nb-product-card-20-btn-bg: var(--nb-btn-primary-bg);
    --nb-product-card-20-btn-color: var(--nb-btn-primary-color);
    --nb-product-card-20-btn-border-color: var(--nb-btn-primary-border-color);
    --nb-product-card-20-btn-hover-bg: var(--nb-btn-primary-hover-bg);
    --nb-product-card-20-btn-hover-color: var(--nb-btn-primary-hover-color);
    --nb-product-card-20-btn-hover-border-color: var(--nb-btn-primary-hover-border-color);

    --nb-product-card-20-active-bubble-overlay-bg: rgba(0,0,0,0.3);
}
.nb-product-card-20{
    margin-top: 5px;
    margin-bottom: 5px;
}
.nb-product-card-20:hover .nb-card.nb-product-card{
    --nb-product-card-20-product-card-bg: var(--nb-color-white);
    box-shadow: 0 0 8px rgba(0, 0, 0, 10%);
}
.nb-product-card-20:has(.nb-product-button-with-bubble-7.active) .nb-card.nb-product-card:before{
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 1;
    background-color: var(--nb-product-card-20-active-bubble-overlay-bg);
}
.nb-product-card-20 .nb-card.nb-product-card {
    background-color: var(--nb-product-card-20-product-card-bg);
    padding: var(--nb-product-card-20-product-card-padding);
}
.nb-product-card-20 .nb-card.nb-product-card .card-body.nb-card-body.nb-product-card-body {
    padding: var(--nb-product-card-20-card-body-padding-y) var(--nb-product-card-20-card-body-padding-x) 0 var(--nb-product-card-20-card-body-padding-x);
    min-height: var(--nb-product-card-20-card-body-min-height);
}

.nb-product-card-20 .nb-card.nb-product-card .card-body.nb-card-body.nb-product-card-body > * + * {
    margin-top: var(--nb-product-card-20-spacer);
}
.nb-product-card-20 .nb-category-and-code-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 32px;
}
.nb-product-card-20 .nb-category-and-code-wrapper .nb-product-category {
    color: var(--nb-product-card-20-category-color);
    font-size: var(--nb-product-card-20-category-font-size);
    font-weight: var(--nb-product-card-20-category-font-weight);
}
.nb-product-card-20 .nb-category-and-code-wrapper .nb-product-code {
    color: var(--nb-product-card-20-code-color);
    font-size: var(--nb-product-card-20-code-font-size);
    font-weight: var(--nb-product-card-20-code-font-weight);
}
.nb-product-card-20 .nb-product-name .nb-title {
    color: var(--nb-product-card-20-name-color);
    font-size: var(--nb-product-card-20-name-font-size);
    font-weight: var(--nb-product-card-20-name-font-weight);
    --nb-dt-rows: 2;
    height: calc(var(--nb-dt-rows) * var(--nb-product-card-20-name-line-height) * var(--nb-product-card-20-name-font-size));
}
.nb-product-card-20 .nb-card-body {
    display: flex;
    flex-direction: column;
}
.nb-product-card-20 .nb-product-availability-2 {
    margin-top: auto !important;
}
.nb-product-card-20 .nb-card-body > .nb-product-prices-12{
    min-height: 46px;
}
.nb-product-card-20 .nb-product-prices-12:has(.nb-price-regular:not(.hidden)) .nb-price.nb-price-active {
    color: var(--nb-product-card-20-price-sale-active-color);
}
.nb-product-card-20 .nb-product-prices-12:has(.nb-price-regular.hidden) .nb-price.nb-price-active {
    color: var(--nb-product-card-20-price-active-color);
}
.nb-product-card-20 .nb-card-body > .nb-product-prices-12:has(.nb-price-regular:not(.hidden)) .nb-price.nb-price-active,
.nb-product-card-20 .nb-card-body > .nb-product-prices-12:has(.nb-price-regular.hidden) .nb-price.nb-price-active {
    font-size: var(--nb-product-card-20-price-active-font-size);
    font-weight: var(--nb-product-card-20-price-active-font-weight);
}
.nb-product-card-20 .nb-product-prices-12 .nb-price.nb-price-prev {
    color: var(--nb-product-card-20-price-prev-color);
}
.nb-product-card-20 .nb-card-body > .nb-product-prices-12 .nb-price.nb-price-prev {
    font-size: var(--nb-product-card-20-price-prev-font-size);
    font-weight: var(--nb-product-card-20-price-prev-font-weight);
}
.nb-product-card-20 .nb-product-button-with-bubble-7 {
    width: 100%;
}
.nb-product-card-20 .nb-product-button-with-bubble-7.active {
    left: 0;
    position: absolute;
    bottom: 0;
}

.nb-product-card-20 .nb-product-button-with-bubble-7 .nb-product-bubble-7{
    padding: var(--nb-product-card-20-product-card-padding);
}
.nb-product-card-20 .nb-product-button-with-bubble-7 .nb-btn{
    background-color: var(--nb-product-card-20-btn-bg);
    color: var(--nb-product-card-20-btn-color);
    border-color: var(--nb-product-card-20-btn-border-color);
}
.nb-product-card-20 .nb-product-button-with-bubble-7.active .nb-btn{
    margin: 0 var(--nb-product-card-20-product-card-padding);
    width: calc(100% - 2 * var(--nb-product-card-20-product-card-padding));
}
.nb-product-card-20 .nb-product-button-with-bubble-7 .nb-btn:hover{
    background-color: var(--nb-product-card-20-btn-hover-bg);
    color: var(--nb-product-card-20-btn-hover-color);
    border-color: var(--nb-product-card-20-btn-hover-border-color);
}

@media screen and (max-width: 576px) {
    body:has(.nb-product-card-20 .nb-product-button-with-bubble-7.active):before{
        content: '';
        position: fixed;
        inset: 0;
        backdrop-filter: blur(8px);
        background-color: var(--nb-product-card-20-active-bubble-overlay-bg);
        z-index: 25;
    }
    body:has(.nb-product-card-20 .nb-product-button-with-bubble-7.active){
        overflow: hidden;
    }
    .nb-product-card-20 .nb-product-button-with-bubble-7.active {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 99;
        max-width: 100vw;
    }
    .nb-product-card-20:has(.nb-product-button-with-bubble-7.active) .nb-card.nb-product-card:before{
        content: none;
    }
    .slick-slider .slick-track:has(.nb-product-card-20 .nb-product-button-with-bubble-7.active),
    .slick-slider .slick-list:has(.nb-product-card-20 .nb-product-button-with-bubble-7.active){
        transform: none !important;
    }

}
/*
/* NB Fajl:'./components/core/box/info-box-8/info-box-8.css.'
*/:root {
    --nb-info-box-8-title-color: var(--nb-color-white);
    --nb-info-box-8-title-font-size: var(--nb-font-size-18);
    --nb-info-box-8-info-color: var(--nb-color-white);
    --nb-info-box-8-info-font-size: var(--nb-font-size-14);
    --nb-info-box-8-info-font-weight: var(--nb-font-regular);
}

.nb-info-box-8 .nb-info-box-8-title {
    margin-bottom: 20px;
}

.nb-info-box-8 .nb-info-box-8-title.nb-title {
    color: var(--nb-info-box-8-title-color);
    font-size: var(--nb-info-box-8-title-font-size);
    font-family: var(--nb-body-font-family) !important;
}

.nb-info-box-8 .nb-info-box-8-wrapper > *,
.nb-info-box-8 .nb-info-box-8-wrapper > * > * {
    color: var(--nb-info-box-8-info-color);
    font-size: var(--nb-info-box-8-info-font-size);
    font-weight: var(--nb-info-box-8-info-font-weight);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    display: -webkit-box;
    --nb-rows: 2;
    -webkit-line-clamp: var(--nb-rows);
    -webkit-box-orient: vertical;
    line-height: var(--nb-paragraph-line-height);
}

.nb-info-box-8 .nb-info-box-8-wrapper > * + * {
    margin-top: 15px;
}
/*
/* NB Fajl:'./components/complex/footer/footer-links/footer-links.css.'
*/:root {
    --nb-footer-links-title-color: var(--nb-color-white);
    --nb-footer-links-title-font-size: var(--nb-h6-font-size);
    --nb-footer-links-title-font-weight: var(--nb-h6-font-weight);
    --nb-footer-links-title-spacer: 20px;
    --nb-footer-links-item-spacer: 14px;
    --nb-footer-links-item-font-size: var(--nb-link-s);
    --nb-footer-links-item-line-height: 20px;
    --nb-footer-links-item-font-weight: var(--nb-body-font-weight);
    --nb-footer-links-item-color: var(--nb-color-white);
    --nb-footer-links-item-hover-color: var(--nb-spec-color);
}
.nb-footer-links .nb-title {
    font-size: var(--nb-footer-links-title-font-size);
    font-weight: var(--nb-footer-links-title-font-weight);
    color: var(--nb-footer-links-title-color);
    margin-bottom: var(--nb-footer-links-title-spacer);
    font-family: var(--nb-body-font-family) !important;
}

.nb-footer-links .nb-link {
    font-size: var(--nb-footer-links-item-font-size);
    line-height: var(--nb-footer-links-item-line-height);
    font-weight: var(--nb-footer-links-item-font-weight);
    color: var(--nb-footer-links-item-color);
}

.nb-footer-links .nb-link:hover {
    color: var(--nb-footer-links-item-hover-color);
}

.nb-footer-links li + li {
    margin-top: var(--nb-footer-links-item-spacer);
}
.nb-footer-links ul{
    padding-left: unset;
    list-style-type: none;
}

.nb-footer-links .nb-title .nb-img{
    margin-right: 5px;
    max-width: 20px;
}
/*
/* NB Fajl:'./components/complex/footer/footer-social-networks/footer-social-networks.css.'
*/:root {
    --nb-footer-social-networks-margin-bottom: 14px;

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

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

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

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


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

.nb-footer-social-networks .nb-footer-social-networks-wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}
.nb-footer-social-networks .nb-footer-social-networks-wrapper .nb-link{
    color: var(--nb-text-color-primary);
}
.nb-footer-social-networks .nb-footer-social-networks-wrapper .nb-link:hover {
    color: var(--nb-color-white);
}

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

.nb-footer-social-networks .nb-footer-social-networks-wrapper .nb-link > * {
    display: flex;
    align-items: center;
    justify-content: center;
    width: var(--nb-footer-social-networks-width);
    height: var(--nb-footer-social-networks-height);
    background-color: var(--nb-footer-social-networks-bg);
    border-radius: var(--nb-footer-social-networks-border-radius);
}

@media screen and (max-width: 576px) {
    :root {
        --nb-footer-social-networks-margin-bottom: 24px;
    }
}
/*
/* NB Fajl:'./components/complex/footer/footer-newsletter/footer-newsletter-1/footer-newsletter-1.css.'
*/:root {
    --nb-footer-newsletter-1-bg: transparent;

    --nb-footer-newsletter-1-title-color: var(--nb-color-white);
    --nb-footer-newsletter-1-title-font-size: var(--nb-h5-font-size);
    --nb-footer-newsletter-1-title-font-weight: var(--nb-h5-font-weight);

    --nb-footer-newsletter-1-subtitle-color: var(--nb-color-white);
    --nb-footer-newsletter-1-subtitle-font-size: var(--nb-font-size-16);
    --nb-footer-newsletter-1-subtitle-font-weight: var(--nb-font-regular);

    --nb-footer-newsletter-1-input-bg: transparent;
    --nb-footer-newsletter-1-input-color: var(--nb-color-white);

    --nb-footer-newsletter-1-input-label-color: var(--nb-color-white);

    --nb-footer-newsletter-1-checkbox-label-color: var(--nb-color-white);

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

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

.nb-footer-newsletter-1 .nb-newsletter-title {
    color: var(--nb-footer-newsletter-1-title-color);
    font-size: var(--nb-footer-newsletter-1-title-font-size);
    font-weight: var(--nb-footer-newsletter-1-title-font-weight);
}
.nb-footer-newsletter-1 .nb-sub-heading {
    margin-top: 15px;
    color: var(--nb-footer-newsletter-1-subtitle-color);
    font-size: var(--nb-footer-newsletter-1-subtitle-font-size);
    font-weight: var(--nb-footer-newsletter-1-subtitle-font-weight);
}

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

.nb-footer-newsletter-1 .nb-submit-newsletter-wrapper .nb-input {
    min-width: 400px;
}

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

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

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

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

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

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

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

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

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

.nb-footer-newsletter-1 .nb-submit-newsletter-wrapper .nb-btn {
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: auto;
}

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

.nb-footer-newsletter-1 .nb-footer-newsletter-1-title-wrapper:has(.nb-icon) {
    display: flex;
    gap: 10px;
}

.nb-footer-newsletter-1 .nb-footer-newsletter-1-title-wrapper .nb-icon {
    color: var(--nb-color-white);
}

@media screen and (max-width: 576px) {
    .nb-footer-newsletter-1 {
        flex-direction: column;
    }

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

    .nb-footer-newsletter-1 .nb-submit-newsletter-wrapper .nb-input {
        min-width: unset;
    }
}
/*
/* NB Fajl:'./components/complex/footer/footer-payment-cards/footer-payment-cards.css.'
*/.nb-footer-payment-cards {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    padding: 20px 0;
    margin-bottom: 15px;
}
/*
/* NB Fajl:'./components/complex/footer/footer-disclaimer/footer-disclaimer.css.'
*/:root {
    --nb-footer-disclaimer-color: var(--nb-color-white);
    --nb-footer-disclaimer-font-size: var(--nb-disclaimer-font-size);
    --nb-footer-disclaimer-font-weight: var(--nb-disclaimer-font-weight);
    --nb-footer-disclaimer-line-height: var(--nb-disclaimer-line-height);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .nb-cookie-consent-1 .container .nb-cookie-wrapper .nb-cookie-info-wrapper-top .nb-cookie-info-wrapper .nb-controls-wrapper .nb-cookie-btn-wrapper-agree-and-learn .nb-btn {
        flex: 1;
    }
}
/*
/* NB Fajl:'./components/core/link-with-image/link-with-image-1/link-with-image-1.css.'
*/:root{
    --nb-link-with-image-1-padding-x: 10px;
    --nb-link-with-image-1-padding-y: 10px;
    --nb-link-with-image-1-spacer: 10px;
    --nb-link-with-image-1-color: var(--nb-link-secondary-color);
    --nb-link-with-image-1-hover-color: var(--nb-link-secondary-color);
    --nb-link-with-image-1-bg: var(--nb-color-white);
    --nb-link-with-image-1-hover-bg: var(--nb-color-gray-100);
    --nb-link-with-image-1-active-bg: var(--nb-color-gray-100);
    --nb-link-with-image-1-active-font-weight: var(--nb-font-semibold);
    --nb-link-with-image-1-img-width: 20px;
    --nb-link-with-image-1-img-height: 20px;
}

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

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

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

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

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

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

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

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

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

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

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


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

.nb-change-site-instance-1 .nb-change-button:hover {
    text-decoration: underline;
    color: var(--nb-text-link-1-primary-hover-color);
}
/*
/* NB Fajl:'./components/complex/cart/mini-cart/mini-cart-offcanvas/mini-cart-offcanvas.css.'
*/:root {
    --nb-mini-cart-offcanvas-header-padding-y: 12px;
    --nb-mini-cart-offcanvas-header-padding-x: 20px;

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

}

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

}

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

}
/*
/* NB Fajl:'./components/complex/cart/cart-item-quantity/cart-item-quantity-3/cart-item-quantity-3.css.'
*/:root {
    --nb-quantity-cart-3-font-size: var(--nb-font-size-12);: var(--nb-font-size-12);
    --nb-quantity-cart-3-color: var(--nb-text-color-primary);
    --nb-quantity-cart-3-border-color: var(--nb-border-color);
    --nb-quantity-cart-3-height: 28px;
    --nb-quantity-cart-3-width: 100px;
}

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

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

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

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

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

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

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

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

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

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


/*
/* NB Fajl:'./components/complex/cart/mini-cart/cart-reserve-box-2/cart-reserve-box-2.css.'
*/:root {
    --nb-cart-reserve-box-2-cart-item-border-radius: var(--nb-border-radius-4);
    --nb-cart-reserve-box-2-cart-item-border-color: var(--nb-border-color);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*
/* NB Fajl:'./components/complex/cart/cart-price/cart-price-courier/cart-price-courier.css.'
*/:root{
    --nb-cart-courier-price-color: var(--nb-text-color-primary);
    
    --nb-cart-courier-price-font-size: var(--nb-paragraph-s);
    --nb-cart-courier-price-line-height: var(--nb-body-line-height);
    --nb-cart-courier-price-font-weight: var(--nb-font-regular);

}

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


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

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

}

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


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

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

}

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


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

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

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

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

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

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

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

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

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

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

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

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

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

.nb-btn.nb-btn-reservation-pricing-quick-basket.addingItem .nb-dot-4 {
    animation-delay: 1s;
}
@keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 0; }
    100% { opacity: 1; }
}
/*
/* NB Fajl:'./components/core/size/size-type-link-1/size-type-link-1.css.'
*/:root {
    --nb-size-type-link-1-font-size: var(--nb-paragraph-m);
    --nb-size-type-link-1-color: var(--nb-text-color-secondary);
    --nb-size-type-link-1-active-color: var(--nb-text-color-primary);
}

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

.nb-size-type-link-1.active {
    color: var(--nb-size-type-link-1-active-color);
    text-decoration: underline;
    text-underline-offset: 5px;
}
/*
/* NB Fajl:'./components/complex/product/product-size-list/product-size-list-1/product-size-list-1.css.'
*/:root {
    --nb-product-size-list-1-border-width: var(--nb-border-width);
    --nb-product-size-list-1-border-color: var(--nb-border-color);
    --nb-product-size-list-1-border-active-color: var(--nb-spec-color);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .nb-product-size-list-1 .nb-size-with-popover {
        flex: 0 0 25%;
    }
}
/*
/* NB Fajl:'./components/complex/product/product-determine-size/product-determine-size-1/product-determine-size-1.css.'
*/:root{
    --nb-product-determine-size-1-color: var(--nb-text-link-2-secondary-color);
    --nb-product-determine-size-1-hover-color: var(--nb-text-link-2-secondary-hover-color);
    --nb-product-determine-size-1-font-size: var(--nb-link-xs);
}

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

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

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

.nb-product-size-availability-indicator.green{
    color: var(--nb-product-size-availability-indicator-on-stock-color);
}
.nb-product-size-availability-indicator.yellow{
    color: var(--nb-product-size-availability-indicator-low-stock-color);
}
.nb-product-size-availability-indicator.red{
    color: var(--nb-product-size-availability-indicator-very-low-stock-color);
}
/*
/* NB Fajl:'./components/complex/size/size-picker/tab-size-picker/tab-size-picker-1/tab-size-picker-1.css.'
*/.nb-tab-size-picker-1 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    --nb-mini-cart-content-reservation-2-content-padding-x: 20px;
    --nb-mini-cart-content-reservation-2-content-padding-y: 10px;
}

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

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

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

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

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

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

@media screen and (max-width: 576px) {
    :root {
        --nb-mini-cart-content-reservation-2-footer-padding-x: 10px;
        --nb-mini-cart-content-reservation-2-content-padding-x: 10px;
    }
}
/*
/* NB Fajl:'./components/complex/cart/cart-price/cart-price-total/cart-price-total-1/cart-price-total-1.css.'
*/:root {
    --nb-price-cart-total-1-font-size: var(--nb-price-cart-total-1-font-size-m);
    --nb-price-cart-total-1-font-size-xs: var(--nb-paragraph-xs);
    --nb-price-cart-total-1-font-size-s: var(--nb-paragraph-s);
    --nb-price-cart-total-1-font-size-m: var(--nb-paragraph-m);
    --nb-price-cart-total-1-font-size-l: var(--nb-paragraph-l);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nb-cart-price-and-quantity-2 .nb-prices-wrapper .nb-quantity-price-wrapper,
.nb-cart-price-and-quantity-2 .nb-prices-wrapper .nb-active-price {
    font-size: var(--nb-cart-price-and-quantity-2-active-price-font-size);
    font-weight: var(--nb-cart-price-and-quantity-2-active-price-font-weight);
    color: var(--nb-cart-price-and-quantity-2-active-price-color);
}
/*
/* NB Fajl:'./components/complex/cart/cart-item-quantity/cart-item-quantity-2/cart-item-quantity-2.css.'
*/:root {
    --nb-quantity-cart-2-border-width: var(--nb-border-width);
    --nb-quantity-cart-2-border-color: var(--nb-border-color);
    --nb-quantity-cart-2-border-radius: var(--nb-border-radius-s);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nb-quantity-cart-2.nb-quantity-cart-2-label-above .nb-quantity-label {
    margin-right: 0;
    margin-bottom: 10px;
}
/*
/* NB Fajl:'./components/complex/cart/cart-item-color/cart-item-color-1/cart-item-color-1.css.'
*/:root {
    --nb-cart-item-code-1-font-size: var(--nb-cart-item-code-1-font-size-m);
    --nb-cart-item-code-1-font-size-xs: var(--nb-paragraph-xs);
    --nb-cart-item-code-1-font-size-s: var(--nb-paragraph-s);
    --nb-cart-item-code-1-font-size-m: var(--nb-paragraph-m);
    --nb-cart-item-code-1-font-size-l: var(--nb-paragraph-l);

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

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

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

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

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

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

.nb-cart-item-code.nb-cart-item-code-l {
    font-size: var(--nb-cart-item-code-1-font-size-l);
    line-height: var(--nb-cart-item-code-1-line-height-l);
}
/*
/* NB Fajl:'./components/complex/cart/cart-item-size-list/cart-item-size-list-1/cart-item-size-list-1.css.'
*/:root {
    --nb-cart-item-size-list-1-border-width: var(--nb-border-width);
    --nb-cart-item-size-list-1-border-color: var(--nb-border-color);
    --nb-cart-item-size-list-1-border-active-color: var(--nb-spec-color);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 576px) {

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


    .nb-product-card-26 .nb-product-name .nb-title {
        font-size: var(--nb-font-size-xs);
    }
}
/*
/* NB Fajl:'./components/complex/cart/cart-price/cart-price-total/cart-price-total-without-vat/cart-price-total-without-vat.css.'
*/:root {
    --nb-cart-price-total-without-vat-label-color: var(--nb-color-black);
    --nb-cart-price-total-without-vat-label-font-size: 14px;
    --nb-cart-price-total-without-vat-label-font-weight: var(--nb-font-weight-400);
    --nb-cart-price-total-without-vat-label-line-height: 19px;

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

.nb-cart-price-total-without-vat {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

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

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

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

@media screen and (max-width: 576px) {
    :root {
        --nb-cart-price-total-without-vat-label-font-size: 12px;
        --nb-cart-price-total-without-vat-label-line-height: 16px;
        --nb-cart-price-total-without-vat-value-font-size: 14px;
        --nb-cart-price-total-without-vat-value-line-height: 19px;
    }
}
/*
/* NB Fajl:'./components/complex/cart/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:'./static/css/nbcomponent/nb7.price.css.'
*/:root {
    --nb-price-active-color: var(--nb-spec-color);
    --nb-price-active-font-size: var(--nb-font-size-18);
    --nb-price-active-font-weight: var(--nb-font-regular);
    --nb-price-active-line-height: var(--nb-body-line-height);

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

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

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

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

.nb-price.nb-price-prev {
    font-size: var(--nb-price-prev-font-size);
    font-weight: var(--nb-price-prev-font-weight);
    line-height: var(--nb-price-prev-line-height);
    color: var(--nb-price-prev-color);
    text-decoration: var(--nb-price-prev-text-decoration);
}
/*
/* NB Fajl:'./_blocks/checkout/mini-cart/mini-cart-offcanvas/mini-cart-offcanvas-4/mini-cart-offcanvas-4.css.'
*/.nb-mini-cart-offcanvas-4{
    height: 100%;
}

.nb-offcanvas-body:has(.nb-mini-cart-offcanvas-4) {
    padding: 0;
}
/*
/* NB Fajl:'./components/core/messaging/NBAlert2/NBAlert2.css.'
*/.nb-alert-2 {
    padding: 30px 20px;
    background-color: var(--nb-alert-2-bg);
    color: var(--nb-alert-2-color);
    position: relative;
}

.nb-alert-2 .nb-icon {
    font-size: 32px;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%) translateY(-50%);
}

.nb-alert-2 .nb-icon:before {
    background-color: var(--nb-color-white);
    border-radius: var(--nb-border-radius-full);
}

.nb-alert-2 .nb-alert-2-content {
    font-size: var(--nb-alert-2-font-size);
    line-height: var(--nb-alert-2-line-height);
    font-weight: var(--nb-alert-2-font-weight);
    text-align: center;
}

.nb-alert-2.nb-alert-2-success,
.nb-alert-2.nb-alert-success {
    border: var(--nb-alert-2-success-border-width) var(--nb-border-style) var(--nb-alert-2-success-border-color);
}

.nb-alert-2.nb-alert-2-success .nb-icon,
.nb-alert-2.nb-alert-success .nb-icon {
    color: var(--nb-color-success);
}

.nb-alert-2.nb-alert-2-danger,
.nb-alert-2.nb-alert-danger {
    border: var(--nb-alert-2-danger-border-width) var(--nb-border-style) var(--nb-alert-2-danger-border-color);
}

.nb-alert-2.nb-alert-2-danger .nb-icon,
.nb-alert-2.nb-alert-danger .nb-icon {
    color: var(--nb-color-danger);
}

.nb-alert-2.nb-alert-2-info,
.nb-alert-2.nb-alert-info {
    border: var(--nb-alert-2-info-border-width) var(--nb-border-style) var(--nb-alert-2-info-border-color);
}

.nb-alert-2.nb-alert-2-info .nb-icon,
.nb-alert-2.nb-alert-info .nb-icon {
    color: var(--nb-color-info-dark);
}
/*
/* NB Fajl:'./components/complex/form/social-login/social-login.css.'
*/:root {
    --nb-social-login-btn-color: var(--nb-color-dark);
    --nb-social-login-btn-bg: transparent;
    --nb-social-login-btn-border-color: var(--nb-btn-dark-border-color);

    --nb-social-login-btn-active-color: var(--nb-color-dark);
    --nb-social-login-btn-active-bg: transparent;
    --nb-social-login-btn-active-border-color: var(--nb-btn-dark-border-color);
}

.nb-social-login {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-bottom: 28px;
    border-bottom: var(--nb-login-form-2-border-width) var(--nb-border-style) var(--nb-login-form-2-border-color);
    gap: 10px;
}

.nb-social-login .nb-btn {
    display: flex;
    align-items: center;
    min-width: unset;
    font-size: 13px;
    line-height: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: var(--nb-social-login-btn-bg);
    color: var(--nb-social-login-btn-color);
    border-color: var(--nb-social-login-btn-border-color)
}

.nb-social-login .nb-btn:hover {
    background: var(--nb-social-login-btn-active-bg);
    color: var(--nb-social-login-btn-active-color);
    border-color: var(--nb-social-login-btn-active-border-color)
}

.nb-social-login .nb-btn .nb-icon{
    margin-right: 10px;
}

.nb-social-login > * {
    flex: 1;
    justify-content: center;
}
/*
/* NB Fajl:'./components/complex/forms/login-forms/login-form-3/login-form-3.css.'
*/.nb-login-form-3{

    .nb-login-description{
        font-size: 16px;
        margin-bottom: 15px;
    }

    .nb-login-title{
        font-size: 16px;
        margin-bottom: 15px;
    }

    .nb-create-account{
        font-size: 14px;
        text-decoration: underline;
    }

    .nb-login-trouble{
        font-size: 14px;
        color: var(--nb-link-color-secondary);
    }

    .nb-btn-form{
        width: 100%;
        margin: 15px 0;
    }
}
/*
/* NB Fajl:'./components/complex/form/checkbox/register-privacy-policy-consent-checkbox/register-privacy-policy-consent-checkbox.css.'
*/.nb-btn.nb-btn-primary-transparent.nb-check-all-btn {
    background-color: transparent;
    padding: 1px 6px;
    margin-bottom: 10px;
    min-width: 80px;
}

.nb-btn.nb-btn-primary-transparent.nb-check-all-btn .btn-text {
    font-size: var(--nb-font-size-12);
}
/*
/* NB Fajl:'./components/complex/forms/registration-forms/register-form-physical-user-2/register-form-physical-user-2.css.'
*/:root {
    --nb-register-form-physical-user-2-gap: 20px;

    --nb-register-form-physical-user-2-submit-btn-min-width: 100%;

    --nb-register-form-physical-user-2-login-wrapper-gap: 10px;

    --nb-register-form-physical-user-2-login-link-label-color: var(--nb-text-color-primary);
    --nb-register-form-physical-user-2-login-link-label-font-size: var(--nb-font-size-14);
    --nb-register-form-physical-user-2-login-link-label-font-weight: var(--nb-font-weight-400);

    --nb-register-form-physical-user-2-login-link-color: var(--nb-text-color-primary);
    --nb-register-form-physical-user-2-login-link-hover-color: var(--nb-spec-color);
    --nb-register-form-physical-user-2-login-link-font-size: var(--nb-font-size-14);
    --nb-register-form-physical-user-2-login-link-font-weight: var(--nb-font-weight-400);
}

.nb-register-form-physical-user-2 {
    display: flex;
    flex-direction: column;
    gap: var(--nb-register-form-physical-user-2-gap);
}

.nb-register-form-physical-user-2 .nb-alert-2 {
    margin-bottom: 15px;
}

.nb-register-form-physical-user-2 .nb-btn.nb-btn-form {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    min-width: var(--nb-register-form-physical-user-2-submit-btn-min-width);
}

.nb-register-form-physical-user-2 .nb-login-link-wrapper {
    display: flex;
    align-items: center;
    gap: var(--nb-register-form-physical-user-2-login-wrapper-gap);
    margin: 0 auto;
}

.nb-register-form-physical-user-2 .nb-login-link-wrapper .nb-login-link-label {
    color: var(--nb-register-form-physical-user-2-login-link-label-color);
    font-size: var(--nb-register-form-physical-user-2-login-link-label-font-size);
    font-weight: var(--nb-register-form-physical-user-2-login-link-label-font-weight);
}

.nb-register-form-physical-user-2 .nb-login-link-wrapper .nb-login-link {
    color: var(--nb-register-form-physical-user-2-login-link-color);
    font-size: var(--nb-register-form-physical-user-2-login-link-font-size);
    font-weight: var(--nb-register-form-physical-user-2-login-link-font-weight);
}

.nb-register-form-physical-user-2 .nb-login-link-wrapper .nb-login-link:hover {
    color: var(--nb-register-form-physical-user-2-login-link-hover-color);
}

.nb-register-form-physical-user-2 .nb-social-login {
    display: flex;
    gap: 20px;
    padding-bottom: 20px;
}

.nb-register-form-physical-user-2 .nb-social-login:has(.nb-btn-wrapper) {
    flex-direction: column;
}

.nb-register-form-physical-user-2 .nb-social-login .nb-social-login-label {
    color: var(--nb-text-color-primary);
    font-size: var(--nb-font-size-14);
    font-weight: var(--nb-font-weight-400);
    display: flex;
    align-items: center;
    text-align: center;
    gap: 15px;
}

.nb-register-form-physical-user-2 .nb-social-login-label::before,
.nb-register-form-physical-user-2 .nb-social-login-label::after {
    content: "";
    flex: 1;
    height: 1px;
    background: var(--nb-border-color);
}

.nb-register-form-physical-user-2 .nb-social-login .nb-btn-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
}

.nb-register-form-physical-user-2 .nb-social-login:has(:not(.nb-btn-wrapper)) > *,
.nb-register-form-physical-user-2 .nb-social-login .nb-btn-wrapper > * {
    flex: 1;
    justify-content: center;
}

@media screen and (max-width: 576px) {
    .nb-register-form-physical-user-2 .nb-btn.nb-btn-form{
        min-width: 100%;
    }
}
/*
/* NB Fajl:'./components/complex/forms/registration-forms/register-form-company-user-2/register-form-company-user-2.css.'
*/:root {
    --nb-register-form-company-user-2-gap: 20px;

    --nb-register-form-company-user-2-submit-btn-min-width: 100%;

    --nb-register-form-company-user-2-login-wrapper-gap: 10px;

    --nb-register-form-company-user-2-login-link-label-color: var(--nb-text-color-primary);
    --nb-register-form-company-user-2-login-link-label-font-size: var(--nb-font-size-14);
    --nb-register-form-company-user-2-login-link-label-font-weight: var(--nb-font-weight-400);

    --nb-register-form-company-user-2-login-link-color: var(--nb-text-color-primary);
    --nb-register-form-company-user-2-login-link-hover-color: var(--nb-spec-color);
    --nb-register-form-company-user-2-login-link-font-size: var(--nb-font-size-14);
    --nb-register-form-company-user-2-login-link-font-weight: var(--nb-font-weight-400);
}

.nb-register-form-company-user-2 {
    display: flex;
    flex-direction: column;
    gap: var(--nb-register-form-company-user-2-gap);
}

.nb-register-form-company-user-2 .nb-alert-2 {
    margin-bottom: 15px;
}

.nb-register-form-company-user-2 .nb-btn.nb-btn-form {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    min-width: var(--nb-register-form-company-user-2-submit-btn-min-width);
}

.nb-register-form-company-user-2 .nb-login-link-wrapper {
    display: flex;
    align-items: center;
    gap: var(--nb-register-form-company-user-2-login-wrapper-gap);
    margin: 0 auto;
}

.nb-register-form-company-user-2 .nb-login-link-wrapper .nb-login-link-label {
    color: var(--nb-register-form-company-user-2-login-link-label-color);
    font-size: var(--nb-register-form-company-user-2-login-link-label-font-size);
    font-weight: var(--nb-register-form-company-user-2-login-link-label-font-weight);
}

.nb-register-form-company-user-2 .nb-login-link-wrapper .nb-login-link {
    color: var(--nb-register-form-company-user-2-login-link-color);
    font-size: var(--nb-register-form-company-user-2-login-link-font-size);
    font-weight: var(--nb-register-form-company-user-2-login-link-font-weight);
}

.nb-register-form-company-user-2 .nb-login-link-wrapper .nb-login-link:hover {
    color: var(--nb-register-form-company-user-2-login-link-hover-color);
}
/*
/* NB Fajl:'./components/complex/forms/lost-password-forms/lost-password-form-2/lost-password-form-2.css.'
*/.nb-lost-password-form-2{

    .nb-lost-password-title{
        font-size: 16px;
        margin-bottom: 15px;
    }
}
/*
/* NB Fajl:'./components/complex/user/logged-in-user/logged-in-user-1/logged-in-user-1.css.'
*/:root{
    --nb-logged-user-1-title-fs: 22px;
    --nb-logged-user-1-title-lh: 28px;
    --nb-logged-user-1-title-fw: var(--nb-font-semibold);

    --nb-logged-user-1-link-fs: 16px;
    --nb-logged-user-1-link-lh: 16px;
    --nb-logged-user-1-link-fw: var(--nb-font-semibold);
    --nb-logged-user-1-link-bg: var(--nb-color-gray-200);
    --nb-logged-user-1-link-height: 72px;
}

.nb-logged-user-1{

    .nb-user-title{
        font-size: var(--nb-logged-user-1-title-fs);
        line-height: var(--nb-logged-user-1-title-lh);
        font-weight: var(--nb-logged-user-1-title-fw);
        margin-bottom: 20px;
    }

    .nb-logout{
        width: 100%;
        height: 50px;
        line-height: 48px;
        padding: 0 20px;
        margin-top: 20px;
    }

    .nb-link-item{
        padding: 16px;
        height: var(--nb-logged-user-1-link-height);
        display: flex;
        align-items: center;
        background: var(--nb-logged-user-1-link-bg);
        font-size: var(--nb-logged-user-1-link-fs);
        line-height: var(--nb-logged-user-1-link-lh);
        font-weight: var(--nb-logged-user-1-link-fw);

        &+.nb-link-item{
            margin-top: 20px;
        }

        .nb-icon{
            font-size: 22px;
            margin-right: 10px;
        }
    }
}
/*
/* NB Fajl:'./components/complex/form/password/NBShowHidePassword/NBShowHidePassword.css.'
*/.nb-show-hide-password{
    position: absolute;
    right: 10px;
    bottom: 8px;
    cursor: pointer;
    display: none;

    > .nb-icon{
        font-size: 20px;
    }

    .nb-visible-password{
        display: none;
    }

    &.visible-password{
        .nb-visible-password{
            display: block;
        }

        .nb-hidden-password{
            display: none;
        }
    }
}
/*
/* NB Fajl:'./static/css/nbcomponent/nb7.autocomplete.css.'
*/.twitter-typeahead .tt-dropdown-menu {
    background: #ffffff;
    width: 100%;
    border: 1px solid var(--nb-border-color);
    padding: 10px;
    cursor: pointer;
    z-index: 99999 !important;
}
.twitter-typeahead{
    display: block !important;
}

.form-floating:has(>.twitter-typeahead .form-control:focus) .nb-label, .form-floating:has(.twitter-typeahead>.form-control.tt-input:not(:placeholder-shown)) .nb-label{
    opacity: .65;
    transform: scale(.85) translateY(-.5rem) translateX(.15rem);
}

.autocomplete-spinner{
    position: absolute;
    right: 10px;
    top: 12px;
    width: 20px;
    height: 20px;
    border-width: 2px;
    display: none;
}


/*
/* NB Fajl:'./_blocks/user/account/general-account-forms/general-account-form-1/general-account-form-1.css.'
*/.nb-general-account-form-1 {

    .nb-logo{
        text-align: center;
        margin-bottom: 15px;

        .nb-img{
            max-width: 100px;
        }
    }

    .nb-lost-password-form-2 .nb-btn-form {
        width: 100%;
        min-width: 100%;
    }
}
/*
/* NB Fajl:'./_blocks/user/account/general-account-forms/general-account-form-placeholder-offcanvas-1/general-account-form-placeholder-offcanvas-1.css.'
*/.nb-general-account-form-placeholder-offcanvas-1 {
    .nb-offcanvas-header {
        .nb-back-btn {
            margin-right: 10px;
        }
    }
}
/*
/* NB Fajl:'./components/complex/elements/marketing/social-network/social-network.css.'
*/:root {
    --nb-social-network-title-color: var(--nb-text-color-primary);
    --nb-social-network-title-font-size: var(--nb-font-size-18);
    --nb-social-network-title-font-weight: var(--nb-font-weight-600);

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

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

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

.nb-social-network .nb-social-network-title {
    color: var(--nb-social-network-title-color);
    font-size: var(--nb-social-network-title-font-size);
    font-weight: var(--nb-social-network-title-font-weight);
}

.nb-social-network .nb-social-network-wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: var(--nb-social-network-wrapper-gap);
}

.nb-social-network .nb-social-network-wrapper .nb-link:hover > * {
    color: var(--nb-social-network-hover-color);
}

.nb-social-network .nb-social-network-wrapper .nb-link:hover > * {
    background-color: var(--nb-social-network-hover-bg);
}

.nb-social-network .nb-social-network-wrapper .nb-link > * {
    display: flex;
    align-items: center;
    justify-content: center;
    width: var(--nb-social-network-width);
    height: var(--nb-social-network-height);
    background-color: var(--nb-social-network-bg);
    border-radius: var(--nb-social-network-border-radius);
    color: var(--nb-social-network-color);
}
/*
/* NB Fajl:'./components/complex/newsletter/newsletter-form-popup-5/newsletter-form-popup-5.css.'
*/:root{
    --nb-newsletter-form-popup-5-modal-width: 375px;
    --nb-newsletter-form-popup-5-modal-title-fs: 20px;
    --nb-newsletter-form-popup-5-modal-description-fs: 14px;
}

.nb-newsletter-form-popup-5-block {

    .nb-modal .nb-modal-header.nb-modal-header-center{
        justify-content: flex-start;

        .nb-img{
            max-height: 22px;
            min-width: 70px;
        }
    }

    .nb-modal{

        top: unset;
        bottom: 0;
        height: fit-content;
        right: 40px;
        width: fit-content;
        left: unset;
        max-height: 100vh;

        .modal-dialog{
            max-width: var(--nb-newsletter-form-popup-5-modal-width);
            margin: 0;
        }
        .nb-modal-content{
            border-radius: 0;

            .nb-modal-body{
                padding: 24px 16px;
            }
        }
    }

    .nb-newsletter-title{
        font-size: var(--nb-newsletter-form-popup-5-modal-title-fs);
        line-height: 1.3;
        font-weight: var(--nb-font-semibold);
        --nb-dt-rows: auto;
    }

    .nb-newsletter-description{
        font-size: var(--nb-newsletter-form-popup-5-modal-description-fs);
        line-height: 1.3;
        margin-top: 10px;
        margin-bottom: 24px;
    }

    .nb-btn-form{
        width: 100%;
    }

    .nb-checkbox-wrapper{
        margin-top: 20px;
        position: relative;

        .nb-form-check .nb-label{
            font-size: 12px;
            line-height: 16px;
            color: var(--nb-text-color-primary);
        }
        .nb-form-check{
            align-items: flex-start;
            margin-bottom: 0;
        }

        a{
            text-decoration: underline;
        }
    }
}

@media screen and (max-width: 768px){
    .nb-newsletter-form-popup-5-block {

        .nb-modal{
            left: 0;
            right: 0;
            width: 100%;
            height: 100%;

            .modal-dialog{
                max-width: 100%;
            }
        }
    }
}
/*
/* NB Fajl:'./_blocks/marketing/newsletter/newsletter-form/newsletter-form-popup-5/newsletter-form-popup-5.css.'
*/.nb-newsletter-form-popup-5-block .nb-popup-newsletter-form-popup-5.advertisement-modal .nb-modal-content .nb-modal-body{
    padding: 0;
}
/*
/* NB Fajl:'./components/complex/slider/slider-item/slider-item-box-23/slider-item-box-23.css.'
*/.nb-slider-item-box-23{
    display: flex;
    flex-direction: row;
}
.nb-slider-item-box-23 .nb-img{
    max-width: 30px;
    max-height: 30px;
    border-radius: 50%;
}
.nb-slider-item-box-23 .nb-slider-item-image{
    margin-right: 10px;
}
.nb-slider-item-box-23 .nb-link{
    font-size: var(--nb-font-size-16);
    font-weight: var(--nb-font-regular);
}
/*
/* NB Fajl:'./_blocks/content/site-info-block/content-country/country-selection-offcanvas-1/country-selection-offcanvas-1.css.'
*/body.block-editing .nb-country-selection-offcanvas-1 .nb-offcanvas{
    position: relative;
    visibility: visible;
    z-index: 3;
    max-height: 70vh;
}
.nb-country-selection-offcanvas-1 .nb-slider-item-box-23,
.nb-country-selection-offcanvas-1 .nb-last-line{
    margin-bottom: 20px;
}

.nb-country-selection-offcanvas-1 .nb-link-with-image-1 .nb-link,
.nb-country-selection-offcanvas-1 .nb-link-with-image-1 .nb-link.text-link-1.nb-secondary-link {
    padding: 0;
    font-size: var(--nb-font-size-16);
    margin-bottom: 20px;
    background-color: unset;
}
/*
/* NB Fajl:'./components/complex/cart/cart-price/cart-price-with-discount/cart-price-with-discount.css.'
*/:root {
    --nb-cart-price-with-discount-font-size: var(--nb-cart-price-with-discount-font-size-m);
    --nb-cart-price-with-discount-font-size-xs: var(--nb-paragraph-xs);
    --nb-cart-price-with-discount-font-size-s: var(--nb-paragraph-s);
    --nb-cart-price-with-discount-font-size-m: var(--nb-paragraph-m);
    --nb-cart-price-with-discount-font-size-l: var(--nb-paragraph-l);

    --nb-cart-price-with-discount-line-height: var(--nb-cart-price-with-discount-line-height-m);
    --nb-cart-price-with-discount-line-height-xs: 18px;
    --nb-cart-price-with-discount-line-height-s: 20px;
    --nb-cart-price-with-discount-line-height-m: 22px;
    --nb-cart-price-with-discount-line-height-l: 24px;

    --nb-cart-price-with-discount-font-weight: var(--nb-font-regular);
    --nb-cart-price-with-discount-color: var(--nb-text-color-primary);
}

.nb-cart-price-with-discount {
    font-size: var(--nb-cart-price-with-discount-font-size);
    font-weight: var(--nb-cart-price-with-discount-font-weight);
    line-height: var(--nb-cart-price-with-discount-line-height);
    color: var(--nb-cart-price-with-discount-color);
}

.nb-cart-price-with-discount.nb-cart-price-with-discount-xs {
    font-size: var(--nb-cart-price-with-discount-font-size-xs);
    line-height: var(--nb-cart-price-with-discount-line-height-xs);
}

.nb-cart-price-with-discount.nb-cart-price-with-discount-s {
    font-size: var(--nb-cart-price-with-discount-font-size-s);
    line-height: var(--nb-cart-price-with-discount-line-height-s);
}

.nb-cart-price-with-discount.nb-cart-price-with-discount-m {
    font-size: var(--nb-cart-price-with-discount-font-size-m);
    line-height: var(--nb-cart-price-with-discount-line-height-m);
}

.nb-cart-price-with-discount.nb-cart-price-with-discount-l {
    font-size: var(--nb-cart-price-with-discount-font-size-l);
    line-height: var(--nb-cart-price-with-discount-line-height-l);
}
/*
/* NB Fajl:'./components/complex/cart/cart-item-size-list/cart-item-size-list-2/cart-item-size-list-2.css.'
*/:root {
    --nb-cart-item-size-list-2-size-min-width: 45px;
    --nb-cart-item-size-list-2-size-min-height: 32px;

    --nb-cart-item-size-list-2-size-font-size: var(--nb-font-size-12);
    --nb-cart-item-size-list-2-size-font-weight: var(--nb-font-regular);
    --nb-cart-item-size-list-2-size-border-color: var(--nb-border-color);
    --nb-cart-item-size-list-2-size-color: var(--nb-size-box-1-color);
    --nb-cart-item-size-list-2-size-bg: transparent;

    --nb-cart-item-size-list-2-size-active-border-color: var(--nb-color-black);
    --nb-cart-item-size-list-2-size-active-color: var(--nb-size-box-1-color);
    --nb-cart-item-size-list-2-size-active-bg: transparent;

    --nb-cart-item-size-list-2-size-disabled-border-color: var(--nb-border-color);
    --nb-cart-item-size-list-2-size-disabled-color: var(--nb-text-color-secondary);
    --nb-cart-item-size-list-2-size-disabled-bg: transparent;
}

.nb-cart-item-size-list-2 {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.nb-cart-item-size-list-2 .nb-size-value-box-1 {
    min-width: var(--nb-cart-item-size-list-2-size-min-width);
    min-height: var(--nb-cart-item-size-list-2-size-min-height);
    padding: 5px;
    font-size: var(--nb-cart-item-size-list-2-size-font-size);
    font-weight: var(--nb-cart-item-size-list-2-size-font-weight);
    color: var(--nb-cart-item-size-list-2-size-color);
    border-color: var(--nb-cart-item-size-list-2-size-border-color);
    background-color: var(--nb-cart-item-size-list-2-size-bg);
}

.nb-cart-item-size-list-2 .nb-size-value-box-1.active {
    color: var(--nb-cart-item-size-list-2-size-active-color);
    border-color: var(--nb-cart-item-size-list-2-size-active-border-color);
    background-color: var(--nb-cart-item-size-list-2-size-active-bg);
}

.nb-cart-item-size-list-2 .nb-size-value-box-1.disabled {
    color: var(--nb-cart-item-size-list-2-size-disabled-color);
    border-color: var(--nb-cart-item-size-list-2-size-disabled-border-color);
    background-color: var(--nb-cart-item-size-list-2-size-disabled-bg);
    opacity: 0.5;
}
/*
/* NB Fajl:'./components/complex/cart/cart-item-change-size/cart-item-change-size-picker-2/cart-item-change-size-picker-2.css.'
*/:root {
    --nb-cart-item-change-size-picker-2-tab-link-font-size: var(--nb-font-size-16);
    --nb-cart-item-change-size-picker-2-tab-link-font-weight: var(--nb-font-regular);
    --nb-cart-item-change-size-picker-2-tab-link-color: var(--nb-text-color-secondary);
    --nb-cart-item-change-size-picker-2-tab-active-link-color: var(--nb-size-type-link-1-color);

    --nb-cart-item-change-size-picker-2-label-font-size: var(--nb-font-size-14);
    --nb-cart-item-change-size-picker-2-label-font-weight: var(--nb-font-semibold);
    --nb-cart-item-change-size-picker-2-label-color: var(--nb-text-color-primary);
}


.nb-cart-item-change-size-picker-2 .nb-size-type-wrapper {
    display: flex;
    gap: 40px;
    margin-bottom: 10px;
}

.nb-cart-item-change-size-picker-2 .nb-size-type-wrapper .nb-size-type-link-1{
    font-size: var(--nb-cart-item-change-size-picker-2-tab-link-font-size);
    font-weight: var(--nb-cart-item-change-size-picker-2-tab-link-font-weight);
    color: var(--nb-cart-item-change-size-picker-2-tab-link-color);
}

.nb-cart-item-change-size-picker-2 .nb-size-type-wrapper .nb-size-type-link-1.active {
    color: var(--nb-cart-item-change-size-picker-2-tab-active-link-color);
    text-decoration: underline;
}

.nb-cart-item-change-size-picker-2 .nb-text {
    font-size: var(--nb-cart-item-change-size-picker-2-label-font-size);
    font-weight: var(--nb-cart-item-change-size-picker-2-label-font-weight);
    color: var(--nb-cart-item-change-size-picker-2-label-color);
    margin-bottom: 10px;
}

.nb-cart-item-change-size-picker-2 .nb-cart-item-size-list-2 {
    margin-bottom: 20px;
}

.nb-cart-item-change-size-picker-2 .nb-btn-wrapper {
    border-top: var(--nb-border-width) var(--nb-border-style) var(--nb-border-color);
    padding-top: 10px;
}

.nb-cart-item-change-size-picker-2 .nb-btn-wrapper .nb-btn {
    width: 100%;
}


/*
/* NB Fajl:'./components/complex/cart/cart-product-item/cart-product-item-8/cart-product-item-8.css.'
*/:root {
    --nb-cart-product-item-8-prev-price-font-size: var(--nb-font-size-14);
    --nb-cart-product-item-8-prev-price-font-weight: var(--nb-font-regular);
    --nb-cart-product-item-8-prev-price-color: var(--nb-price-prev-color);

    --nb-cart-product-item-8-active-price-font-size: var(--nb-font-size-18);
    --nb-cart-product-item-8-active-price-font-weight: var(--nb-font-bold);
    --nb-cart-product-item-8-active-price-color: var(--nb-cart-price-with-discount-color);

    --nb-cart-product-item-8-product-name-font-size: var(--nb-font-size-16);
    --nb-cart-product-item-8-product-name-font-weight: var(--nb-font-regular);
    --nb-cart-product-item-8-product-name-color: var(--nb-text-color-primary);
}

.nb-cart-product-item-8 .nb-product-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: var(--nb-border-width) var(--nb-border-style) var(--nb-border-color);
}

.nb-cart-product-item-8 .nb-product-image-info-wrapper {
    display: flex;
    gap: 10px;
    flex-grow: 1;
}

.nb-cart-product-item-8 .nb-price-wrapper {
    flex-shrink: 0;
    text-align: right;
}

.nb-cart-product-item-8 .nb-product-image-info-wrapper .nb-img-wrapper {
    max-width: 60px;
    flex-shrink: 0;
}

.nb-cart-product-item-8  .nb-cart-item-name .nb-title,
.nb-cart-product-item-8  .nb-cart-item-name {
    font-size: var(--nb-cart-product-item-8-product-name-font-size);
    font-weight: var(--nb-cart-product-item-8-product-name-font-weight);
    color: var(--nb-cart-product-item-8-product-name-color);
}

.nb-cart-product-item-8 .nb-price-wrapper .nb-price-prev {
    font-size: var(--nb-cart-product-item-8-prev-price-font-size);
    font-weight: var(--nb-cart-product-item-8-prev-price-font-weight);
    color: var(--nb-cart-product-item-8-prev-price-color);
    text-decoration: line-through;
}

.nb-cart-product-item-8 .nb-price-wrapper .nb-cart-price-with-discount {
    font-size: var(--nb-cart-product-item-8-active-price-font-size);
    font-weight: var(--nb-cart-product-item-8-active-price-font-weight);
    color: var(--nb-cart-product-item-8-active-price-color);

}

.nb-cart-product-item-8 .nb-cart-price-with-discount-label {
    display: none;
}

@media screen and (max-width: 768px) {
    :root {
        --nb-cart-product-item-8-product-name-font-size: var(--nb-font-size-14);
        --nb-cart-product-item-8-active-price-font-size: var(--nb-font-size-16);
        --nb-cart-product-item-8-prev-price-font-size: var(--nb-font-size-12);
    }
}

/*
/* NB Fajl:'./_blocks/checkout/cart-items/cart-product-size-picker/cart-product-size-picker-1/cart-product-size-picker-1.css.'
*/.nb-cart-product-items-3.block {
    padding: 20px;
    background-color: var(--nb-cart-block-bg);
}

.nb-cart-product-items-3.block .nb-cart-heading-1 {
    margin-bottom: 20px;
}

.nb-cart-product-items-3.block .nb-cart-benefits-info-box-2 {
    margin: 20px -20px -20px;
}
@media screen and (max-width: 768px) {
    .nb-cart-product-items-3.block {
        padding: 20px 15px;
    }
    .nb-cart-product-items-3.block .nb-cart-benefits-info-box-2 {
        margin: 20px -15px -20px;
    }
}
/*
/* NB Fajl:'./components/complex/size/size-picker/tab-size-picker/tab-size-picker-3/tab-size-picker-3.css.'
*/.nb-tab-size-picker-3 {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.nb-tab-size-picker-3 .nb-inner-wrapper {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.nb-tab-size-picker-3 .nb-size-type-link-1.active {
    text-decoration: unset;
}

.nb-tab-size-picker-3 .nb-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nb-tab-size-picker-3 .nb-size-type-wrapper {
    display: flex;
    gap: 10px;
}

.nb-tab-size-picker-3 .nb-size-type-wrapper .nb-size-type:not(:last-child):after {
    content: '/';
    position: relative;
    right: -5px;
    color: var(--nb-text-color-primary)
}

.nb-tab-size-picker-3 .nb-size-value-box-1 {
    padding: 12px 10px;
}

.nb-tab-size-picker-3 .nb-product-size-list-5 > * {
    letter-spacing: unset;
}

.nb-tab-size-picker-3 .nb-product-size-list-5 > *.disabled:before {
    display: none;
}


/*
/* NB Fajl:'./components/complex/product/product-box/product-box-14/product-box-14.css.'
*/:root {
    --nb-product-box-14-prev-price-font-size: var(--nb-font-size-14);
    --nb-product-box-14-prev-price-font-weight: var(--nb-font-regular);
    --nb-product-box-14-prev-price-color: var(--nb-price-prev-color);

    --nb-product-box-14-active-price-font-size: var(--nb-font-size-18);
    --nb-product-box-14-active-price-font-weight: var(--nb-font-bold);
    --nb-product-box-14-active-price-color: var(--nb-price-active-color);

    --nb-product-box-14-product-name-font-size: var(--nb-font-size-16);
    --nb-product-box-14-product-name-font-weight: var(--nb-font-regular);
    --nb-product-box-14-product-name-color: var(--nb-text-color-primary);

    --nb-product-box-14-selected-size-font-size: var(--nb-font-size-14);
    --nb-product-box-14-selected-size-font-weight: var(--nb-font-semibold);
    --nb-product-box-14-selected-size-height: 30px;
    --nb-product-box-14-selected-size-width: 45px;

    --nb-product-box-14-size-font-size: var(--nb-font-size-12);
    --nb-product-box-14-size-active-border-color: var(--nb-spec-color);
}

.nb-product-box-14 .nb-product-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: var(--nb-border-width) var(--nb-border-style) var(--nb-border-color);
}

.nb-product-box-14 .nb-product-image-info-wrapper {
    display: flex;
    gap: 10px;
    flex-grow: 1;
}

.nb-product-box-14 .nb-tab-size-picker-3 .nb-selected-size-1 {
    font-size: var(--nb-product-box-14-selected-size-font-size);
    font-weight: var(--nb-product-box-14-selected-size-font-weight);
}

.nb-product-box-14 .nb-tab-size-picker-3 {
    gap: 10px;
}

.nb-product-box-14 .nb-tab-size-picker-3 .nb-inner-wrapper {
    gap: 10px;
}

.nb-product-box-14 .nb-product-size-list-5 .nb-size-value-box-1 {
    font-size: var(--nb-product-box-14-size-font-size);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 5px;
    height: var(--nb-product-box-14-selected-size-height);
    min-width: var(--nb-product-box-14-selected-size-width);
    width: auto;
}

.nb-product-box-14 .nb-product-size-list-5 .nb-size-value-box-1.active {
    background-color: unset;
    border-color: var(--nb-product-box-14-size-active-border-color);
}

.nb-product-box-14 .nb-product-size-list-5 {
    gap: 10px;
}

.nb-product-box-14 .nb-price-wrapper {
    flex-shrink: 0;
    text-align: right;
}

.nb-product-box-14 .nb-product-image-info-wrapper .nb-img-wrapper {
    max-width: 60px;
    flex-shrink: 0;
}

.nb-product-box-14  .nb-product-name .nb-title,
.nb-product-box-14  .nb-product-name {
    font-size: var(--nb-product-box-14-product-name-font-size);
    font-weight: var(--nb-product-box-14-product-name-font-weight);
    color: var(--nb-product-box-14-product-name-color);
}

.nb-product-box-14 .nb-price-wrapper .nb-price-prev {
    font-size: var(--nb-product-box-14-prev-price-font-size);
    font-weight: var(--nb-product-box-14-prev-price-font-weight);
    color: var(--nb-product-box-14-prev-price-color);
    text-decoration: line-through;
}

.nb-product-box-14 .nb-price-wrapper .nb-price-active {
    font-size: var(--nb-product-box-14-active-price-font-size);
    font-weight: var(--nb-product-box-14-active-price-font-weight);
    color: var(--nb-product-box-14-active-price-color);
}

.nb-product-box-14 .nb-btn-wrapper:before {
    content: '';
    height: 1px;
    width: calc(100% + 2 * var(--nb-modal-padding-x));
    background-color: var(--nb-border-color);
    top: -5px;
    left: -20px;
    position: relative;
    display: inline-block;
}

.nb-product-box-14 .nb-btn-wrapper {
    margin-top: 15px;
    padding-top: 10px;
}

.nb-product-box-14 .nb-size-type-wrapper {
    display: flex;
    gap: 40px;
}

.nb-product-box-14 .nb-tab-size-picker-3 .nb-size-type-wrapper .nb-size-type:not(:last-child):after {
    display: none;
}

.nb-product-box-14 .nb-btn-wrapper .nb-btn {
    width: 100%;
}

.nb-product-box-14 .nb-tab-size-picker-3 .nb-size-type-link-1.active {
    text-decoration: underline;
    text-underline-offset: 2px;
}

@media screen and (max-width: 768px) {
    :root {
        --nb-product-box-14-product-name-font-size: var(--nb-font-size-14);
        --nb-product-box-14-active-price-font-size: var(--nb-font-size-16);
        --nb-product-box-14-prev-price-font-size: var(--nb-font-size-12);
    }
}

/*
/* 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/header-and-footer/footer/ecommerce-footer/ecommerce-footer-12/ecommerce-footer-12.css.'
*/.nb-ecommerce-footer-12 {
    --nb-ecommerce-footer-12-footer-wrapper-bg: var(--nb-color-gray-200);

    --nb-info-box-8-title-color: var(--nb-text-color-primary);
    --nb-info-box-8-info-color: var(--nb-text-color-primary);
    --nb-footer-links-item-color: var(--nb-text-color-primary);
    --nb-footer-links-title-color: var(--nb-text-color-primary);
    --nb-footer-social-networks-title-color: var(--nb-text-color-primary);
    --nb-footer-social-networks-title-margin-bottom: 20px;
    --nb-footer-disclaimer-color: var(--nb-text-color-primary);
    --nb-footer-copyright-color: var(--nb-text-color-primary);
    --nb-footer-newsletter-1-title-color: var(--nb-text-color-primary);
    --nb-footer-newsletter-1-checkbox-label-color: var(--nb-text-color-primary);
    --nb-footer-newsletter-1-title-font-size: var(--nb-font-size-18);
    --nb-footer-newsletter-1-checkbox-link-color: var(--nb-text-color-primary);
    --nb-footer-newsletter-1-checkbox-label-fs: 12px;
    --nb-footer-newsletter-1-input-bg: var(--nb-input-bg);
    --nb-footer-newsletter-1-input-color: var(--nb-text-color-primary);
    --nb-footer-newsletter-1-input-label-color: var(--nb-color-gray-600);
    --nb-footer-newsletter-1-btn-fs: 16px;
}

.nb-ecommerce-footer-12 .nb-top-footer-wrapper {
    background-color: var(--nb-ecommerce-footer-12-footer-wrapper-bg);
    padding: 50px 0;
}

.nb-ecommerce-footer-12 .nb-footer-bottom-wrapper{
    background-color: var(--nb-color-gray-100);
}
.nb-ecommerce-footer-12 .nb-footer-bottom-wrapper .row > *{
    margin-top: unset;
    margin-bottom: unset;
}
.nb-ecommerce-footer-12 .nb-footer-payment-cards{
    margin-bottom: unset;
}
.nb-ecommerce-footer-12 .nb-site-instance{
    justify-content: center;
    display: flex;
    align-items: center;
}
.nb-ecommerce-footer-12 .nb-disclaimer-wrapper{
    margin-top: 10px;
}
.nb-ecommerce-footer-12 .nb-footer-copyright{
    border-top-color: transparent;
    margin-top: 0;
    padding-bottom: 10px;
}
.nb-ecommerce-footer-12 .nb-footer-copyright .nb-link{
    color: var(--nb-text-color-primary);
}
.nb-ecommerce-footer-12 .nb-footer-copyright .copyright-developer .nb-link {
    font-weight: var(--nb-font-weight-600);
}

.nb-ecommerce-footer-12 .nb-footer-newsletter-1 {
    flex-direction: column;
    padding: 0;
    margin-bottom: 20px;
}
.nb-ecommerce-footer-12 .nb-footer-newsletter-1 .nb-submit-newsletter-wrapper .nb-input {
     min-width: 400px;
 }

.nb-ecommerce-footer-12 .nb-footer-newsletter-1 .nb-submit-newsletter-wrapper .nb-btn {
    height: var(--nb-input-height);
    position: unset;
    width: 100%;
    right: unset;
    transform: unset;
    margin-bottom: 10px;
    font-size: var(--nb-footer-newsletter-1-btn-fs);
}
.nb-footer-newsletter-1 .nb-checkbox-wrapper .nb-label{
    font-size: var(--nb-footer-newsletter-1-checkbox-label-fs);
}
.nb-footer-social-networks .nb-footer-social-networks-title{
    margin-bottom: var(--nb-footer-social-networks-title-margin-bottom);
}
.nb-footer-social-networks .nb-footer-social-networks-wrapper{
    gap: 20px;
}

.nb-ecommerce-footer-12 .nb-footer-mobile-collapse .nb-collapse-button:before {
    display: none;
}

.nb-ecommerce-footer-12 .nb-info-box-8-wrapper .custom-text {
    display: flex;
    align-items: center;
    gap: 5px;
}

.nb-ecommerce-footer-12 .nb-footer-payment-cards .nb-img {
    height: 25px;
}
.nb-ecommerce-footer-12 .nb-info-box-8 .nb-info-box-8-title,
.nb-ecommerce-footer-12 .nb-footer-links .nb-title{
    margin-bottom: 25px;
}
.nb-ecommerce-footer-12 .nb-footer-newsletter-1{
    gap: 15px;
}
@media screen and (max-width: 1700px) {
    .nb-ecommerce-footer-12 .nb-footer-newsletter-1 .nb-submit-newsletter-wrapper .nb-input {
        min-width: 350px;
    }
}

@media screen and (max-width: 1500px) {
    .nb-ecommerce-footer-12 .nb-footer-newsletter-1 .nb-submit-newsletter-wrapper .nb-input {
        min-width: 300px;
    }
}

@media screen and (max-width: 1440px) {
    .nb-ecommerce-footer-12 .nb-footer-newsletter-1 .nb-submit-newsletter-wrapper .nb-input {
        min-width: 300px;
    }
}

@media screen and (max-width: 1300px) {
    .nb-ecommerce-footer-12 .nb-footer-newsletter-1 .nb-submit-newsletter-wrapper .nb-input {
        min-width: 250px;
    }
}

@media screen and (max-width: 1024px){
    .nb-ecommerce-footer-12 .nb-footer-newsletter-1 .nb-submit-newsletter-wrapper .nb-input {
        min-width: auto;
    }
}
@media screen and (min-width: 768px) and (max-width: 992px){
    .nb-ecommerce-footer-12 .nb-info-box-8-wrapper .custom-text{
        flex-direction: column;
        align-items: start;
    }
}
@media screen and (max-width: 767px) {
    .nb-ecommerce-footer-12 .nb-footer-newsletter-1 .nb-form{
        width: 100%;
    }
    .nb-ecommerce-footer-12 .nb-footer-newsletter-1 .nb-submit-newsletter-wrapper .nb-input {
        min-width: 100%;
    }
    .nb-ecommerce-footer-12 .nb-footer-bottom-wrapper .row .nb-site-instance{
        order: 1;
        padding: 20px 10px 15px 10px;
        justify-content: start;
        border-bottom: 1px solid var(--nb-border-color);
    }
    .nb-ecommerce-footer-12 .nb-footer-bottom-wrapper .row>:first-child{
        order: 2;
    }
    .nb-ecommerce-footer-12 .nb-footer-newsletter-1 .nb-submit-newsletter-wrapper > .nb-form-group{
        margin-bottom: 14px;
    }
    .nb-ecommerce-footer-12 .nb-footer-newsletter-1{
        margin-bottom: 50px;
    }
}
@media screen and (max-width: 576px) {
    .nb-ecommerce-footer-12 .nb-top-footer-wrapper  {
        background-image: unset !important;
        padding-top: 40px;
    }
    .nb-ecommerce-footer-12 .nb-footer-mobile-collapse .nb-collapse-content {
        display: none;
        margin-bottom: 15px;
    }

    .nb-ecommerce-footer-12 .nb-footer-mobile-collapse {
        margin-bottom: 0;
        border-bottom: 1px solid var(--nb-border-color);
    }

    .nb-ecommerce-footer-12 .nb-footer-mobile-collapse .nb-title {
        margin-bottom: 20px;
    }
    .nb-footer-links .nb-title,
    .nb-info-box-8 .nb-info-box-8-title.nb-title,
    .nb-footer-newsletter-1 .nb-newsletter-title{
        font-size: var(--nb-font-size-14);
    }

    .nb-ecommerce-footer-12 .nb-footer-wrapper {
        --nb-gutter-y: 0;
    }

    .nb-ecommerce-footer-12 .nb-collapse-button {
        position: relative;
    }

    .nb-ecommerce-footer-12 .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-color-black);
    }
    .nb-ecommerce-footer-12 .nb-footer-mobile-collapse .nb-collapse-button.active:before {
        color: var(--nb-spec-color);
    }
    .nb-ecommerce-footer-12 .nb-footer-mobile-collapse:has(.active){
        border-bottom-color: var(--nb-spec-color);
    }

    .nb-ecommerce-footer-12 .nb-collapse-button.active:before {
        transform: translateY(-50%) rotateZ(180deg);
    }

    .nb-ecommerce-footer-12 .nb-top-footer-wrapper .nb-content-wrapper > .row > *,
    .nb-ecommerce-footer-12 .nb-top-footer-wrapper .nb-content-wrapper .nb-footer-links .row > .col:nth-child(n+2) {
        margin-top: 20px;
    }

    .nb-ecommerce-footer-12 .nb-footer-bottom-wrapper .row{
        padding: 0 10px;
    }

}

/*
/* NB Fajl:'./nbthemes/nbshop_europrofil/css/nb7.custom.css.'
*/60
.nbtmp-user-account-dashboard-tmp-2 .layout.container,
.nbtmp-edit-account-email-and-password-form-tmp-1 .layout.container,
.nbtmp-user-order-list-tmp-1 .layout.container,
.nbtmp-user-favorite-product-list-grid-tmp-1 .layout.container,
.nbtmp-last-viewed-list-grid-tmp-1 .layout.container,
.nbtmp-price-drop-request-list-grid-tmp-1 .layout.container,
.nbtmp-back-in-stock-request-list-grid-tmp-1 .layout.container,
.nbtmp-user-preference-product-attribute-tmp-2 .layout.container,
.nbtmp-user-delete-profile-tmp-1 .layout.container,
.nbtmp-edit-account-data-form-tmp-2 .layout.container {
    --nb-container-width: 1680px;
}

.nb-user-company-delivery-location-1 .nb-choose-user-delivery-location {
    height: auto;
}

.nbtmp-login-page-form-tmp-4 .nb-login-form-page-4 .nb-registration-wrapper {
    display: none;
}

.nb-search-results-wrapper {
    padding: 0;
}

.nbtmp-op-checkout-tmp-1 .container.nb-container-1200 {
    --nb-container-1200px: 1680px;
}

.nb-checkout-info-notice-1 .nb-cart-status-notice-1 + .nb-cart-status-notice-1 {
    margin-top: 40px;
}

.nb-attribute-detail-info-1 .nb-product-category-name {
    display: none;
}

.nb-attribute-detail-info-1 .nb-attribute-detail-slider-wrapper {
    align-items: center;
}

.nb-attribute-detail-info-1 .nb-attribute-detail-slider-wrapper .nb-info-box-9 {
    width: 100%;
}

.nb-attribute-detail-info-1 .nb-attribute-detail-info-1 .nb-attribute-detail-content-wrapper {
    gap: 10px;
}

.nb-attribute-detail-info-1 .nb-product-category-description-content-2 {
    padding: 0;
}

.nb-product-detail-description-1 .nb-product-description > *,
.nb-product-detail-description-1 .nb-product-description > * > *,
.nb-product-detail-description-1 .nb-product-description > * > * > * {
    font-family: var(--nb-body-font-family) !important;
}

.nb-product-detail-purchase-1 .nb-product-quantity-and-add-to-cart .nb-quantity-product .form-control.nb-input {
    padding: 0;
}

.nb-checkout-info-notice-1 .nb-cart-status-notice-1 .nb-continue-shopping-btn {
    height: auto;
}

.nbtmp-user-order-import-tmp-1 .page-headline-1 > * {
    text-align: left !important;
}

.offcanvas-backdrop.show,
.modal-backdrop.show{
    backdrop-filter: blur(4px);
    opacity: 1;
    background-color: var(--nb-bg-overlay-color);
}
.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;
}
/* paginacija */
.nb-pagination .nb-page-item .nb-page-link {
    border: var(--nb-border-width) var(--nb-border-style) var(--nb-color-gray);
}
.nb-check:focus{
    border-color: var(--nb-check-border-color);
}
.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);
}

.wsmenu>.wsmenu-list>li.nb-menu-first-level-item-1>.nb-first-level-menu-item-link .nb-menu-image {
    display: block;
}
.nb-ecommerce-header-11 .nb-header-top-wrapper .nb-user-login-wrapper .nb-b2b-link{
    height: 26px;
    padding-top: 5px;
    padding-bottom: 5px;
    --nb-btn-secondary-color: var(--nb-spec-color);
    --nb-btn-secondary-border-color: var(--nb-spec-color);
    --nb-btn-secondary-hover-border-color: var(--nb-color-white);
}
.nb-ecommerce-header-11 .nb-search-button{
    justify-content: start;
    flex-direction: row-reverse;
    gap: 10px;
}
.nb-ecommerce-header-11 .nb-header-shop-utilities-wrapper .nb-header-shop-utilities{
    gap: 12px;
}
.nb-ecommerce-header-11 .nb-header-favorite-2, .nb-ecommerce-header-11 .nb-header-cart-2{
    gap: 4px;
}
.nb-ecommerce-header-11 .nb-header-favorite-2 .nb-icon:before{
    font-size: var(--nb-font-size-20);
}
.nb-ecommerce-header-11 .nb-header-cart-2 .nb-icon:before{
    font-size: 21px;
}
.nb-ecommerce-header-11 .nb-header-top-wrapper .row > .col-12:first-child .nb-header-site-quick-links{
    margin-right: 24px;
}
.nb-ecommerce-header-11 .nb-header-top-wrapper .nb-header-site-quick-links > .nb-icon{
    font-size: 17px;
}
.nb-ecommerce-header-11 .nb-header-top-wrapper .nb-user-login .nb-icon{
    font-size: 20px;
}
.nb-horizontal-navigation-4 .wsmenu>.wsmenu-list>li.nb-menu-first-level-item-1>.nb-first-level-menu-item-link{
    border-bottom: 1px solid transparent;
}
.nb-horizontal-navigation-4 .wsmenu>.wsmenu-list>li.nb-menu-first-level-item-1:hover>.nb-first-level-menu-item-link{
    border-bottom-color: var(--nb-color-black);
}
.nb-horizontal-navigation-4 .wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li.nb-menu-second-level-item-1>a.nb-second-level-menu-item-link{
    padding-top: 0;
    min-height: 48px;
}
.nb-horizontal-navigation-4 .wsmenu>.wsmenu-list>li>.wsshoptabing.nb-dropdown-2>.wsshopwp>.wstabitem>li.nb-menu-second-level-item-1.wsshoplink-active>a.nb-second-level-menu-item-link{
    background-color: var(--nb-color-white);
}
.nb-horizontal-navigation-4 .nb-menu-third-level-item-1{
    gap: 10px;
}
.nb-horizontal-navigation-4 .nb-menu-third-level-item-1 .nb-menu-fourth-level-item-1 .nb-menu-fourth-level-item-link{
    font-size: var(--nb-font-size-12);
    color: var(--nb-color-gray-800);
    line-height: 24px;
}
.nb-horizontal-navigation-4 .nb-dropdown-2 .nb-menu-item-right-list .nb-content-wrapper.container-fluid .row{
    height: 100%;
}
.nb-horizontal-navigation-4 .wsmenu>.wsmenu-list>li.nb-menu-first-level-item-1>.nb-first-level-menu-item-link:after{
    display: none;
}
body.open-search .nb-ecommerce-header-11 .nb-header-bottom-wrapper:before{
    content: '';
    position: fixed;
    inset: 0;
    backdrop-filter: blur(3px);
    background: rgba(0,0,0,0.5);
    z-index: 1;
}
body.open-search .nb-ecommerce-header-11 .nb-smart-search-modal-2{
    width: 1200px;
}
.nb-smart-search-modal-2{
    --nb-input-bg: var(--nb-color-white);
}
/* indicators */
.nb-slider .nb-slider-dots .slick-dots{
    padding: 6px;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 20px;
}
.nb-slider .nb-slider-dots .slick-dots > li,
.nb-slider .nb-slider-indicators-inline .slick-dots li{
    width: 8px;
    height: 8px;
    border-radius: 50%
}
.nb-slider .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-slider .nb-slider-dots .slick-dots > li + li{
    margin-left: 4px;
}
.nb-slider .nb-slider-dots .slick-dots > li.slick-active{
    width: 25px;
    border-radius: 24px;
}
.nb-slider .nb-slider-dots .slick-dots > li:before{
    background: transparent;
}
/* indicators end */
/* arrows */
.nb-slider .nb-slider-arrows .slider-arrow > i {
    display: flex;
    width: 36px;
    height: 36px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
}
.nb-slider .nb-slider-arrows .slider-arrow > i:before {
    font-size: 25px;
}
.nb-slider .nb-slider-arrows:not(header .nb-slider-arrows,.nb-carousel-banner-30 .nb-slider-arrows, .nb-product-gallery-carousel-horizontal-1 .nb-slider-arrows) {
    top: -35px;
    right: 0;
    width: 80px;
    left: unset;
}
.nb-article-list-carousel-4 .nb-slider-arrows{
    top: -54px !important;
}
.nb-carousel-banner-27 .nb-slider-arrows{
    top: 20px !important;
}
.nb-custom-product-list-carousel-1 .nb-slider-arrows{
    top: -45px !important;
}
.nb-carousel-banner-30 .nb-slider-arrows .slider-arrow > i.nb-arrow-left{
    left: 50px;
}
.nb-carousel-banner-30 .nb-slider-arrows .slider-arrow > i.nb-arrow-right{
    right: 50px;
}
.nb-carousel-banner-30 .nb-slider-arrows .slider-arrow > i {
    width: 48px;
    height: 48px;
}
.nb-article-list-carousel-4 .nb-slider-arrows .slider-arrow > i.nb-arrow-left,
.nb-custom-product-list-carousel-1 .nb-slider-arrows .slider-arrow > i.nb-arrow-left,
.nb-last-viewed-product-list-carousel-2 .nb-slider-arrows  .slider-arrow > i.nb-arrow-left,
.nb-carousel-banner-29 .nb-slider-arrows .slider-arrow > i.nb-arrow-left{
    left: 0 !important;
}
.nb-article-list-carousel-4 .nb-slider-arrows .slider-arrow > i.nb-arrow-right,
.nb-custom-product-list-carousel-1 .nb-slider-arrows .slider-arrow > i.nb-arrow-right,
.nb-last-viewed-product-list-carousel-2 .nb-slider-arrows .slider-arrow > i.nb-arrow-right,
.nb-carousel-banner-29 .nb-slider-arrows .slider-arrow > i.nb-arrow-right{
    right: 0 !important;
}
.nb-complete-the-look-product-list-carousel-1 .nb-slider-arrows .slider-next,
.nb-article-product-list-carousel-1 .nb-slider-arrows .slider-next{
    margin-right: 0;
}
.nb-complete-the-look-product-list-carousel-1 .nb-slider-arrows .slider-prev,
.nb-article-product-list-carousel-1 .nb-slider-arrows .slider-prev{
    margin-left: 0;
}
.nb-article-card-7 .nb-article-category{
    margin-bottom: 20px;
}
/* preporuceni proizvodi u mini korpi */
.nb-recommended-product-list-2 .nb-slider .nb-slider-arrows{
    gap: 0;
}
.nb-cart-box-9 .nb-cart-item-card{
    background-color: var(--nb-color-gray-100);
}
.nb-cart-box-9 .nb-cart-item-card .nb-quantity-input .nb-input{
    background-color: var(--nb-color-white);
}
/* arrows end */

.nb-carousel-banner-30 .nb-slider-dots .slick-dots{
    border: 1px solid var(--nb-custom-white-color-1);
}
.nb-carousel-banner-30{
    --nb-btn-primary-color:               var(--nb-btn-secondary-color);
    --nb-btn-primary-bg:                  var(--nb-btn-secondary-bg);
    --nb-btn-primary-border-color:        var(--nb-btn-secondary-border-color);
    --nb-btn-primary-hover-color:         var(--nb-btn-secondary-hover-color);
    --nb-btn-primary-hover-bg:            var(--nb-btn-secondary-hover-bg);
    --nb-btn-primary-hover-border-color:  var(--nb-btn-secondary-hover-border-color);
    --nb-btn-font-weight: var(--nb-font-medium);
}
.nb-carousel-banner-30 .nb-slider-item-box-42 .nb-slider-item-content{
    gap: 12px;
    padding: 30px;
}

.nb-carousel-banner-29 {
    padding-right: 0;
    padding-left: 0;
}
.nb-ecommerce-footer-12 {
    --nb-ecommerce-footer-12-footer-wrapper-bg: var(--nb-spec-color);
    --nb-info-box-8-title-color: var(--nb-color-white);
    --nb-info-box-8-info-color: var(--nb-color-white);
    --nb-footer-links-item-color: var(--nb-color-white);
    --nb-footer-links-title-color: var(--nb-color-white);
    --nb-footer-social-networks-title-color: var(--nb-color-white);
    --nb-footer-newsletter-1-title-color: var(--nb-color-white);
    --nb-footer-newsletter-1-checkbox-label-color: var(--nb-color-white);
    --nb-footer-newsletter-1-checkbox-link-color: var(--nb-color-white);
    --nb-footer-newsletter-1-checkbox-hover-link-color: var(--nb-link-color-secondary);
    --nb-footer-newsletter-1-input-bg: transparent;
    --nb-footer-newsletter-1-input-color: var(--nb-color-white);
    --nb-footer-newsletter-1-input-label-color: var(--nb-color-white);
}
.nb-ecommerce-footer-12 .nb-footer-social-networks .nb-footer-social-networks-wrapper .nb-link .nb-icon{
    font-size: 25px;
}
.nb-footer-social-networks .nb-footer-social-networks-wrapper .nb-link{
    color: var(--nb-color-white);
}
.nb-footer-social-networks .nb-footer-social-networks-wrapper .nb-link:hover{
    color: var(--nb-color-green-100);
}
.nb-ecommerce-footer-12 .nb-footer-links .nb-link{
    position: relative;
    display: flex;
    align-items: center;
    max-width: max-content;
}
.nb-ecommerce-footer-12 .nb-footer-links .nb-link:before{
    content: '';
    position: relative;
    width: 0;
    height: 2px;
    transition: width 0.3s;
    background: var(--nb-color-white);
    display: inline-flex;
    align-items: center;
}
.nb-ecommerce-footer-12 .nb-footer-links .nb-link:hover:before{
    width: 20px;
    margin-right: 10px;
}
.nb-ecommerce-footer-12 .nb-footer-newsletter-1{
    --nb-btn-primary-color:               var(--nb-color-green);
    --nb-btn-primary-bg:                  var(--nb-btn-secondary-bg);
    --nb-btn-primary-border-color:        transparent;
    --nb-btn-primary-hover-color:         var(--nb-btn-secondary-hover-color);
    --nb-btn-primary-hover-bg:            var(--nb-btn-secondary-hover-bg);
    --nb-btn-primary-hover-border-color:  var(--nb-color-white);
}
.nb-ecommerce-footer-12 .nb-footer-newsletter-1 .nb-form .nb-form-group{
    margin-bottom: 15px;
}
.nb-footer-newsletter-1 .nb-check{
    border-color: var(--nb-color-white);
    background-color: transparent;
}
.nb-footer-newsletter-1 .nb-checkbox-wrapper .nb-label{
    font-size: 12px;
}
.nb-ecommerce-footer-12 .nb-info-box-8 .nb-info-box-8-title,
.nb-ecommerce-footer-12 .nb-footer-links .nb-title{
    margin-bottom: 16px;
}
.nb-ecommerce-footer-12 .nb-footer-newsletter-1{
    gap: 15px;
    margin-bottom: 40px;
}
.nb-ecommerce-footer-12 .nb-footer-disclaimer{
    max-width: 1570px;
}
.nb-carousel-banner-27 .nb-left-col .nb-html-editor h2{
    margin-bottom: 15px;
}
.nb-grid-banner-27 .nb-slider-item-box-39{
    padding: 36px 24px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    min-height: 300px;
}
.nb-grid-banner-27 .nb-btn.nb-btn-primary-transparent{
    --nb-btn-primary-color: var(--nb-color-black);
    --nb-btn-primary-border-color: var(--nb-color-black);
    --nb-btn-primary-hover-border-color: var(--nb-color-gray-800);
}

.nb-discount .nb-discount-value-wrapper,
.nb-discount .nb-additional-discount-value-wrapper,
.nb-product-content-position-1 .nb-product-list-v1 .nb-img{
    border-radius: var(--nb-border-radius-xs) !important;
}
.nb-discount .nb-icon{
    font-size: 12px;
}
.nb-carousel-banner-28 .nb-slider-item-box-33:hover{
    background-color: var(--nb-color-white);
}
.nb-newsletter-form-popup-5-block{
    --nb-modal-header-padding-y: 12px;
}
.nb-newsletter-form-popup-5-block .nb-modal{
    right: 104px;
}
.nb-newsletter-form-popup-5-block .nb-modal .nb-modal-content .nb-modal-body{
    padding: 16px;
    min-height: 390px;
}
.nb-newsletter-form-popup-5-block .nb-modal .nb-modal-content .nb-modal-header .nb-logo{
    filter: brightness(0) invert(1);
}
.nb-newsletter-form-popup-5-block .nb-newsletter-form-popup-5:not(:has(.nb-newsletter-description)) .nb-bottom-wrapper{
    margin-top: 16px;
}
.nb-general-account-form-offcanvas-1 {
    --nb-offcanvas-width: 400px;
    --nb-label-color: var(--nb-text-color-primary);
}
.nb-general-account-form-offcanvas-1 .nb-offcanvas-body .nb-logo{
    margin-bottom: 30px;
}
.nb-general-account-form-offcanvas-1 .nb-login-form-3 .nb-login-description{
    font-size: var(--nb-font-size-14);
    margin-bottom: 8px;
}
.nb-general-account-form-offcanvas-1 .nb-login-form-3 .nb-login-title{
    font-weight: var(--nb-font-semibold);
}
.nb-general-account-form-offcanvas-1 .nb-login-form-3 .nb-login-trouble{
    font-size: var(--nb-font-size-12);
    color: var(--nb-text-color-primary);
    font-weight: var(--nb-font-medium);
}
.nb-general-account-form-offcanvas-1 .nb-login-form-3 .nb-create-account{
    color: var(--nb-text-color-primary);
    font-weight: var(--nb-font-medium);
}
.nb-general-account-form-offcanvas-1 .nb-login-form-3 .nb-create-account:hover,
.nb-general-account-form-offcanvas-1 .nb-login-form-3 .nb-login-trouble:hover{
    color: var(--nb-link-color-secondary);
}
.nb-general-account-form-offcanvas-1 .nb-login-form-3 .nb-btn-form{
    margin-top: 8px;
}
.nb-general-account-form-offcanvas-1 .nb-login-form-3 .nb-form-group{
    margin-bottom: 16px;
}
.nb-general-account-form-offcanvas-1 .nb-register-form-4 .nb-btn-wrapper{
    border-top: unset;
}
.nb-general-account-form-offcanvas-1 .nb-register-form-4 .row>*{
    margin-top: 16px;
}
.nb-carousel-banner-12 .nb-slider-item-box-5 .nb-img-wrapper::before{
    content: '';
    position: absolute;
    inset: 0;
    background-color: rgba(0,0,0,0.3);
    z-index: 1;
    pointer-events:none;
}
.nb-carousel-banner-12 .nb-slider-item-box-5 .nb-slider-item-content.nb-text-align-left .nb-title,
.nb-carousel-banner-12 .nb-slider-item-box-5 .nb-slider-item-content.nb-text-align-left .nb-sub-heading,
.nb-carousel-banner-12 .nb-slider-item-box-5 .nb-slider-item-content.nb-text-align-left .nb-link{
    text-align: left;
}
.nb-carousel-banner-12 .nb-slider-item-box-5 .nb-slider-item-content .nb-title,
.nb-carousel-banner-12 .nb-slider-item-box-5 .nb-slider-item-content .nb-sub-heading,
.nb-carousel-banner-12 .nb-slider-item-box-5 .nb-slider-item-content .nb-link{
    color: var(--nb-color-white);
}

.nb-carousel-banner-12 .nb-slider-item-box-5 .nb-slider-item-content.nb-text-align-left .nb-link{
    width: fit-content;
    position: relative;
}
.nb-carousel-banner-12 .nb-slider-item-box-5 .nb-slider-item-content.nb-text-align-left {
    transform: translateY(-50%);
    left: 250px;
}
.nb-carousel-banner-12 .nb-slider-item-box-5 .nb-slider-item-content{
    gap: 40px;
}
.nb-carousel-banner-12 .nb-slider-item-box-5 .nb-slider-item-content .nb-sub-heading{
    max-width: 590px;
}
.nb-carousel-controls-1{
    width: var(--nb-container-1680px);
}
.nb-carousel-banner-27 .nb-slider .nb-img,
.nb-carousel-banner-28 .nb-main-image .nb-img{
    border-radius: var(--nb-border-radius-s);
}
.nb-carousel-banner-28 .nb-main-image{
    margin-bottom: 5px;
}
.nb-carousel-banner-27 .nb-left-col .nb-html-editor {
    font-size: var(--nb-font-size-16);
}
.nb-product-card-5 .nb-card.nb-product-card{
    background-color: var(--nb-color-gray-100);
}
.nb-product-card-5:hover .nb-card.nb-product-card{
    background-color: var(--nb-color-white);
    box-shadow: 0 0 8px rgba(0, 0, 0, 10%);
}
.nb-product-card-5 .nb-product-card.nb-card .nb-card-body.nb-product-card-body .nb-product-prices-1{
    margin-top: 8px;
}
.nb-product-card-5 .nb-product-prices-1:has(.nb-price-regular:not(.hidden)) .nb-price.nb-price-active {
    color: var(--nb-color-red);
}
.nb-product-card-5 .nb-product-prices-1:has(.nb-price-regular.hidden) .nb-price.nb-price-active{
    color: var(--nb-text-color-primary);
}
.nb-smart-search-1 .nb-search-banner-1 .nb-img{
    border-radius: var(--nb-border-radius-s);
}
.nb-smart-search-modal-2 .nb-search-2{
    border-bottom-left-radius: var(--nb-border-radius-s);
    border-bottom-right-radius: var(--nb-border-radius-s);
}
.nb-smart-search-modal-2 .nb-search-icon-2{
    border-top-left-radius: var(--nb-border-radius-s);
    border-top-right-radius: var(--nb-border-radius-s);
}
.nb-product-filter-category-attribute-horizontal-1 .nb-first-row-wrapper{
    border-top: unset;
    padding-top: 5px;
}
.nb-product-filter-category-attribute-horizontal-1 .nb-filter-wrapper .nb-dropdown-toggle{
    padding: 8px 16px;
    background-color: var(--nb-color-gray-100);
    border-radius: var(--nb-border-radius-s);
}
.nb-product-filter-category-attribute-horizontal-1 .nb-dropdown-menu{
    background-color: var(--nb-color-gray-100);
}
.nb-product-filter-category-attribute-horizontal-1 .nb-dropdown-menu .nb-check{
    width: 20px;
    height: 20px;
}
.nb-product-filter-category-attribute-horizontal-1 .nb-dropdown-menu .nb-label{
    font-size: var(--nb-font-size-12);
}
.nb-product-filter-category-attribute-horizontal-1 .nb-sort-1 .nb-select{
    color: var(--nb-color-gray);
}
.nb-dropdown.nb-dropdown-v1 .nb-dropdown-menu:after{
    border-color: transparent transparent var(--nb-color-gray-100) transparent;
}
.nb-product-list-heading-and-description-1 .nb-sub-heading{
    font-size: var(--nb-font-size-16);
}


.nb-action-loyalty-2 .nb-content-wrapper .nb-btn{
    line-height: 1;
}
.nb-order-link-list-2 .nb-btn.nb-btn-xs{
    line-height: var(--nb-btn-line-height);
    height: auto;
}
.uc-cart{
    --nb-select-bg: var(--nb-color-white);
    --nb-input-bg: var(--nb-color-white);
    --nb-text-area-bg: var(--nb-color-white);
    --nb-select-2-bg: var(--nb-color-white);
    --nb-input2-bg: var(--nb-color-white);
    --nb-text-area-2-bg: var(--nb-color-white);
}

.nb-cart-product-items-3,
.nb-cart-product-items-3 .nb-cart-product-item-4,
.nb-checkout-code-selection-2,
.nb-delivery-method-options-list-2,
.nb-delivery-method-options-list-2 .nb-delivery-option-2,
.nb-delivery-method-options-list-2 .nb-delivery-option-2:has(.nb-radio:checked) .nb-label,
.nb-payment-method-options-list-2,
.nb-payment-method-options-list-2 .nb-payment-option-2,
.nb-payment-method-options-list-2 .nb-payment-option-2 .nb-form-radio-button .nb-label,
.nb-delivery-address-form-with-benefits-2 .nb-cart-address-form,
.nb-billing-address-form-2,
.uc-cart .nb-accordion-item,
.uc-cart .nb-accordion-item .nb-accordion-button,
.uc-cart .nb-accordion-item .nb-accordion-header,
.uc-cart .nb-accordion-item .nb-accordion-body,
.nb-order-item-list-3,
.nb-order-item-list-3 .nb-order-item-box-3,
.nb-order-item-list-3 .nb-order-item-box-3 .nb-quantity-wrapper,
.nb-order-information-overview-2,
.nb-order-information-overview-2 .order-information-overview-2{
    border-radius: var(--nb-border-radius-s) !important;
}
.nb-delivery-method-options-list-2 .nb-delivery-option-2 .nb-delivery-option-parcel-machine-2{
    border-bottom-left-radius: var(--nb-border-radius-s);
    border-bottom-right-radius: var(--nb-border-radius-s);
}
.nb-order-information-overview-2 .order-information-overview-2 .nb-left-wrapper .nb-left-col{
    border-top-left-radius: var(--nb-border-radius-s);
    border-bottom-left-radius: var(--nb-border-radius-s);
}
.nb-order-information-overview-2 .order-information-overview-2 .nb-right-wrapper .nb-right-col{
    border-top-right-radius: var(--nb-border-radius-s);
    border-bottom-right-radius: var(--nb-border-radius-s);
}
.nb-parcel-machine-modals-block .nb-icon-left-title-and-description-right-horizontal .nb-title{
    margin-bottom: unset;
}
.nb-modal .modal-header .nb-modal-title *{
    color: var(--nb-modal-header-color);
}
.nb-btn-pricing-quick-basket.nb-btn,
.nb-location-parcel-machine-confirm-btn .nb-btn{
    line-height: calc(var(--nb-btn-height) / 2);
}
.nb-location-parcel-machine-confirm-btn .nb-btn{
    padding-bottom: unset;
    padding-top: unset;
}
.nb-location-parcel-machine-choose-btn .nb-btn{
    height: 28px;
}
.nb-message-detail-link:hover{
    color: var(--nb-link-color-primary);
}

.nb-product-detail-gallery-compound-carousel-3 .nb-product-gallery-3 .nb-slider-dots.nb-indicators-bottom-left{
    left: 50%;
    transform: translateX(-50%);
}
.nb-product-detail-gallery-compound-carousel-3 .nb-product-gallery-carousel-horizontal-1 .slider-next .nb-arrow-right:before,
.nb-product-detail-gallery-compound-carousel-3 .nb-product-gallery-carousel-horizontal-1 .slider-prev .nb-arrow-left:before{
    width: 56px;
}
.nb-product-detail-gallery-compound-carousel-3 .nb-product-gallery-carousel-horizontal-1 .slider-prev .nb-arrow-left{
    left: 0;
}
.nb-product-detail-gallery-compound-carousel-3 .nb-product-gallery-carousel-horizontal-1 .slider-next .nb-arrow-right{
    right: 0;
}
.nb-product-gallery-carousel-3 .nb-slider-item .nb-img,
.nb-product-gallery-carousel-horizontal-1  .nb-slider-item .nb-img{
    border-radius: var(--nb-border-radius-s);
    border: 1px solid var(--nb-border-color);
}
.nb-product-detail-gallery-compound-carousel-3 .nb-product-gallery-carousel-horizontal-1 .slider-next .nb-arrow-right:before{
    border-top-right-radius: var(--nb-border-radius-s);
    border-bottom-right-radius: var(--nb-border-radius-s);
}
.nb-product-detail-gallery-compound-carousel-3 .nb-product-gallery-carousel-horizontal-1 .slider-prev .nb-arrow-left:before{
    border-top-left-radius: var(--nb-border-radius-s);
    border-bottom-left-radius: var(--nb-border-radius-s);
}
.similar-product-list-carousel-2 .nb-slider .slick-track,
.nb-complete-the-look-product-list-carousel-1  .nb-slider .slick-track{
    padding: 5px 0;
}
.nb-product-bubble-12 .nb-quantity-product .nb-quantity-wrapper .nb-quantity-arrows{
    height: 36px;
}
.nb-product-filters-offcanvas-1 .nb-filters-offcanvas-1 .nb-offcanvas-title{
    color: var(--nb-color-white);
}
.nb-product-detail-info-with-cta-9 .nb-product-prices-12:has(.nb-price-regular:not(.hidden)) .nb-price.nb-price-active {
    color: var(--nb-color-red);
}
.nb-product-detail-info-with-cta-9 .nb-product-prices-12:has(.nb-price-regular.hidden) .nb-price.nb-price-active{
    color: var(--nb-color-black);
}

.nb-quantity-product .nb-quantity-arrows{
    background-color: var(--nb-color-gray-100) !important;
}
.nb-quantity-product .nb-quantity-wrapper{
    border-radius: var(--nb-border-radius-xs) !important;;
}
.nb-quantity-product .nb-quantity-arrows:first-of-type{
    border-right: 1px solid var(--nb-border-color) !important;
    border-bottom-left-radius: var(--nb-border-radius-xs) !important;;
    border-top-left-radius: var(--nb-border-radius-xs) !important;;
}
.nb-quantity-product .nb-quantity-arrows:last-of-type{
    border-left: 1px solid var(--nb-border-color) !important;
    border-bottom-right-radius: var(--nb-border-radius-xs) !important;;
    border-top-right-radius: var(--nb-border-radius-xs) !important;;
}
.nb-quantity-product .nb-quantity-input input{
    background: var(--nb-color-white) !important;;
}
.nb-product-detail-info-with-cta-9 .nb-product-prices-table-1 .nb-total-amount-wrapper *{
    color: var(--nb-spec-color);
    font-size: var(--nb-font-size-16);
    font-weight: var(--nb-font-semibold);
}
.nb-product-card-20 .nb-category-and-code-wrapper .nb-product-category{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.nb-product-card-21 .nb-product-card{
    padding: 12px 24px;
    --nb-product-card-bg: var(--nb-color-gray-100);
}
.nb-product-card-21 .nb-product-card-info-wrapper .nb-add-to-cart .nb-icon{
    font-size: 14px;
}
.nb-product-card-29 .nb-product-card > .nb-img-wrapper .nb-img {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.layout:has(.nb-custom-product-list-carousel-1):has(.nb-single-banner-2) .nb-single-banner-2 .nb-img {
    border-radius: 8px;
}
.nb-grid-banner-28:before{
    opacity: .5;
}
.nb-ecommerce-footer-12 .nb-info-box-8 .nb-info-box-8-title.nb-title{
    font-weight: 600;
}
.nb-footer-newsletter-1 .form-floating .nb-float-label{
    font-size: 16px;
}
.nb-carousel-banner-28{
    --nb-slider-item-box-33-padding-y: 10px;
    --nb-slider-item-box-33-padding-x: 10px;
}
.nb-carousel-banner-28 .nb-slider-item-box-33 {
    min-height: 55px;
    max-height: 55px;
}
.nb-product-load-more-2 .nb-btn{
    font-weight: 500;
}
.nb-product-category-description-1 .nb-product-description p{
    font-size: 14px;
}
/* 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-previously-purchased-products-page-tmp-1 .block-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-user-order-previously-purchased-products-page-tmp-1 .block-heading-with-subheading .nb-sub-heading.nb-sub-heading-m,
.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-user-account-dashboard-1 .layout:has(.nb-breadcrumb),
.nb-loyalty-detail-2 .layout:has(.nb-breadcrumb),
.nb-user-order-list-2 .layout:has(.nb-breadcrumb),
.nb-my-loyalty-purchase-filters-1 .layout:has(.nb-breadcrumb),
.nb-user-favorite-product-list-grid-1 .layout:has(.nb-breadcrumb),
.nb-last-viewed-product-list-grid-1 .layout:has(.nb-breadcrumb),
.nb-edit-account-1 .layout:has(.nb-breadcrumb),
.nb-user-order-detail-1 .layout:has(.nb-breadcrumb),
.nb-user-address-list-1 .layout:has(.nb-breadcrumb),
.nb-voucher-status-check-form-1 .layout:has(.nb-breadcrumb),
.nb-user-order-reservation-list-1 .layout:has(.nb-breadcrumb),
.nb-saved-payment-cards-list-grid-1 .layout:has(.nb-breadcrumb),
.nbtmp-user-reorder-tmp-1 .page-headline-1 .layout:has(.nb-breadcrumb),
.nbtmp-edit-account-data-form-tmp-2 .layout:has(.nb-breadcrumb),
.nbtmp-edit-account-password-form-tmp-1 .layout:has(.nb-breadcrumb),
.nbtmp-back-in-stock-request-list-grid-tmp-1 .layout:has(.nb-breadcrumb),
.nbtmp-user-preference-product-attribute-tmp-2 .layout:has(.nb-breadcrumb),
.nbtmp-user-preference-product-attribute-tmp-2 .layout:has(.nb-breadcrumb),
.nb-price-drop-list-grid-1 .layout:has(.nb-breadcrumb),
.nbtmp-user-order-detail-with-recommender-tmp-1 .layout:has(.nb-breadcrumb),
.nbtmp-edit-account-email-and-password-form-tmp-1 .layout:has(.nb-breadcrumb),
.nbtmp-user-account-dashboard-tmp-2 .layout:has(.nb-breadcrumb),
.nbtmp-user-order-list-tmp-1 .layout:has(.nb-breadcrumb),
.nbtmp-user-favorite-product-list-grid-tmp-1 .layout:has(.nb-breadcrumb),
.nbtmp-last-viewed-list-grid-tmp-1 .layout:has(.nb-breadcrumb),
.nbtmp-price-drop-request-list-grid-tmp-1 .layout:has(.nb-breadcrumb),
.nbtmp-back-in-stock-request-list-grid-tmp-1 .layout:has(.nb-breadcrumb),
.nbtmp-loyalty-dashboard-tmp-2 .layout:has(.nb-breadcrumb),
.nbtmp-edit-account-email-and-password-form-tmp-1 .layout:has(.nb-breadcrumb){
    margin-bottom: 40px !important;
}
.layout.nb-margin:has(.page-title-and-description),
.layout.nb-margin:has(.nb-message-list-heading-2),
.layout.nb-margin:has(.nb-promotion-detail-heading-2),
.layout.nb-margin:has(.nb-promotion-list-heading-2),
.layout.nb-margin:has(.nb-poll-list-heading-2),
.layout.nb-margin:has(.page-detail-headline-icon-1),
.layout.nb-margin:has(.category-detail-heading),
.layout.nb-margin:has(.page-headline-1) {
    margin-bottom: 30px !important;
}
.layout.nb-margin:has(.block.nb-breadcrumb-nav + .page-title-and-description){
    margin-bottom: 50px !important;
    --nb-margin: 40px;
}
.nbtmp-regular-page-tmp-1 .page-headline-1 .block-heading-with-subheading,
.page-detail-headline-icon-1 > *,
.page-headline-1 > *,
.nb-poll-list-heading-2 > *,
.nb-promotion-list-heading-2 > *,
.nb-message-list-heading-2 > *{
    text-align: center !important;
}
.nb-mini-cart-offcanvas-2:not(:has(.nb-recommended-product-list-1)):not(:has(.nb-free-delivery-info-1)):not(:has(.nb-cart-reserve-store-info)) .nb-cart-items-list{
    max-height: 630px;
}
.nb-mini-cart-offcanvas-2 .nb-cart-box-7.nb-product-item .nb-card-content{
    border-color: transparent;
    background-color: var(--nb-color-gray-100);
}
.nb-mini-cart-offcanvas-2 .nb-cart-box-7 .nb-mini-cart-quantity .nb-input{
    background-color: var(--nb-color-white);
}
.nb-mini-cart-offcanvas-2 .nb-cart-box-7 .nb-text-wrapper .nb-cart-item-name{
    margin-bottom: 5px;
}
.nb-product-additional-info-display-accordion-1 .nb-accordion.nb-accordion-2 .nb-accordion-button,
.nb-product-additional-info-display-accordion-1 .nb-accordion.nb-accordion-2 .nb-accordion-collapse .nb-accordion-body{
    background-color: var(--nb-color-gray-100);
}
.nb-product-additional-info-display-accordion-1 .nb-accordion.nb-accordion-2 .nb-accordion-collapse .nb-accordion-body{
    padding: 20px;
}
.nb-product-additional-info-display-accordion-1 .nb-accordion.nb-accordion-2 .nb-accordion-collapse{
    padding: 16px;
    border: 1px solid var(--nb-border-color);
    border-top: unset;
}
.nb-product-additional-info-display-accordion-1 .nb-accordion.nb-accordion-2 .nb-accordion-button{
    padding-left: 16px;
    padding-right: 16px;
}
.nb-product-additional-info-display-accordion-1 .nb-accordion .accordion-button .nb-toggle-icon{
    right: 16px;
}
.nb-product-additional-info-display-accordion-1 .nb-accordion .nb-accordion-item{
    border-bottom: unset;
    margin-bottom: 20px;
}
.nb-product-additional-info-display-accordion-1 .nb-product-available-in-store-box-1{
    margin: 0 0 15px;
}
.nb-product-additional-info-display-accordion-1 .nb-product-available-in-store-box-1 .nb-product-box-7{
    margin-top: 0;
}
.nb-product-box-7 .nb-img-wrapper{
    max-width: 100px;
}
.nb-product-box-7 .nb-img-wrapper .nb-img{
    border: 1px solid var(--nb-border-color);
    border-radius: 8px;
}
.nb-product-box-7 .nb-quantity-and-button .nb-btn{
    font-weight: 500;
}
.nb-product-available-in-store-box-1 .nb-product-box-7 .nb-reset-size-wrapper{
    margin-left: 0;
    text-decoration: underline;
}
.nb-product-box-7 .nb-reset-size-wrapper:hover{
    text-decoration: unset;
}
.nb-product-box-7 .nb-reset-size-wrapper .nb-paragraph{
    font-size: 14px;
}
.nb-product-box-7 .nb-reset-size-wrapper .nb-icon{
    display: none;
}
.nb-product-box-15 .nb-product-image-info-wrapper .nb-img{
    border: 1px solid var(--nb-border-color);
    border-radius: 4px;
}
.nb-product-box-15 .nb-start-wrapper-info .nb-product-code{
    color: var(--nb-color-gray);
}
.nb-product-box-15 .nb-size-wrapper .nb-label{
    color: var(--nb-text-color-primary);
}
.nb-product-box-15 .nb-size-wrapper .nb-select{
    background-color: var(--nb-color-white);
    border-color: var(--nb-color-gray-200);
    line-height: calc(var(--nb-product-box-15-input-height) - 2 * var(--nb-select-border-width));
}
.nb-product-box-15:not(:has(.nb-product-button-with-bubble-12.active)) .nb-end-wrapper .nb-btn{
    width: 40px;
    height: 40px;
}
.nb-product-box-15 .nb-end-wrapper .nb-btn .nb-icon{
    font-size: 22px;
    line-height: 1;
}
.nb-product-box-15  .nb-product-button-with-bubble-12.active .nb-add-to-cart{
    width: 100%;
}


/* ikonice */
.block:not(.nb-ecommerce-header-11) .bi-chevron-left:before{
    content: '\e96b';
}
.block:not(.nb-ecommerce-header-11) .bi-chevron-right:before{
    content: '\e971';
}
.bi-person:before{
    content: '\e998';
}
.bi-heart:before{
    content: '\e9a0';
}
.bi-cart:before{
    content: '\e9b7';
}
.bi-telephone:before{
    content: '\e981';
}
.bi-box::before{
    content: '\e93d';
}
.bi-search:before{
    content: '\e9cf';
}
.nb-product-card-21 .bi-bag:before{
    content: '\e913';
}
.bi-facebook:before{
    content: '\e9c0';
}
.bi-twitter:before{
    content: '\e9c9';
}
.bi-instagram:before{
    content: '\e9c5';
}
.bi-linkedin:before{
    content: '\e9c7';
}
.bi-funnel:before{
    content: '\e92e';
}
.bi-plus-circle:before{
    content: '\e942';
}
.bi-dash-circle:before{
    content: '\e957';
}
.bi-bag:before{
    content: '\e9b7';
}
.nb-header-user-links-2 .bi-person-circle:before{
    content: '\e998';
    font-size: 20px;
}
.nb-header-user-links-2 .bi-person-circle{
    border-radius: 50%;
    font-size: unset;
    padding: 10px;
    background-color: var(--nb-spec-color);
    color: var(--nb-color-white);
}

.wsmenu>.wsmenu-list>li.nb-menu-first-level-item-1:hover>.nb-first-level-menu-item-link .nb-img,
.wsmenu>.wsmenu-list>li.nb-menu-first-level-item-1:focus>.nb-first-level-menu-item-link .nb-img,
.wsmenu>.wsmenu-list>li.nb-menu-first-level-item-1:active>.nb-first-level-menu-item-link .nb-img{
    filter: unset;
}
.nb-menu-item-box-1:hover .nb-menu-title{
    text-decoration: underline;
}
.nb-product-card{
    --nb-discount-width: 40px;
    --nb-discount-height: 40px;
    --nb-discount-font-size: 12px;
}
.nb-product-detail-gallery-compound-carousel-3 .nb-discount{
    font-weight: 600;
}
.nb-product-detail-category-name-1 .nb-link{
    color: var(--nb-color-gray);
}
.nb-product-detail-info-with-cta-9 .nb-product-quantity-and-add-to-cart .nb-btn.nb-add-to-cart .nb-icon{
    display: none;
}
.nb-additional-product-info-displays-accordion-1 .nb-accordion.nb-accordion-2 .nb-accordion-item:last-child{
    border-bottom: unset;
}
.nb-grid-banner-34{
    gap: 15px;
}
.nb-product-list-5 .nb-list-top-wrapper .nb-custom-text-with-icon-3 .nb-icon{
    font-size: 24px;
}
.nb-product-list-5 .nb-list-bottom-wrapper .nb-btn{
    font-weight: 500;
}
.layout.nb-margin:has(> .block .nb-breadcrumb){
    margin-bottom: 20px !important;
}
.nb-text-info-4 .nb-items-wrapper .nb-item .nb-item-title {
    font-size: 14px;
}
.nbtmp-op-checkout-tmp-1 main .nb-margin:first-child {
    margin-top: 40px !important;
}
.nb-product-box-15 .nb-mobile-size-and-quantity-info .nb-selected-size-1 .nb-selected-size-value,
.nb-product-box-15 .nb-mobile-size-and-quantity-info .nb-mobile-quantity-wrapper .nb-quantity-info-value{
    font-weight: 500;
}
.nb-info-box-1{
    margin-top: 20px;
}
.nb-info-box-1 .nb-btn{
    padding: var(--nb-btn-padding-y) var(--nb-btn-padding-x);
}
.contact-info .nb-content-wrapper .nb-items-wrapper .nb-item .nb-title{
    font-size: var(--nb-font-size-14);
}
.contact-info .nb-content-wrapper .nb-items-wrapper .nb-item .nb-description{
    font-size: var(--nb-font-size-14);
    color: var(--nb-text-color-secondary);
}
.newsletter-status-btn{
    line-height: 1.6;
}
.nb-reset-password-form-2 .nb-password-rules{
    margin-bottom: 20px;
}
.nb-reset-password-form-page-2 .nb-title{
    text-align: center;
}

body.open-search .nb-ecommerce-header-11 .nb-smart-search-modal-2 {
    left: -28px;
}

.nb-general-account-form-offcanvas-1 .nb-register-form-4 .nb-form-group:has(input#reg_phone.parsley-error) {
    margin-bottom: 8px;
}

.nb-registration-form-1-block .nb-form [class^="col-"]:has(#reg_page_type_person) + [class^="col-"]:not(:has(*)),
.nb-registration-form-1-block .nb-form [class*=" col-"]:has(#reg_page_type_person) + [class*=" col-"]:not(:has(*)) {
    display: block;
}

.nb-registration-form-1-block {
    max-width: 800px;
    margin: 0 auto;
}

.nb-product-listing-display-grid-2 + .nb-product-listing-display-grid-2 {
    margin-top: 20px !important;
}
.nb-mini-cart-offcanvas-4 .nb-cart-box-9 .nb-image-and-quantity-wrapper {
    min-width: 95px;
    max-width: 95px;
}
.nb-mini-cart-offcanvas-4 .nb-quantity-cart-2 .nb-quantity-wrapper {
    width: 100%;
}
.nb-mini-cart-offcanvas-4 .nb-quantity-cart-2 .nb-quantity-wrapper > * {
    width: 100%;
    flex: 1;
}
.nb-mini-cart-offcanvas-4 .nb-quantity-cart-2 .nb-quantity-wrapper .nb-quantity-input .nb-input {
    width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.nb-mini-cart-offcanvas-4 .nb-cart-box-9 .nb-product-info-wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: space-between;
}
.nb-mini-cart-content-product-4 .top-wrapper {
    padding: 15px 20px;
}
.nb-mini-cart-content-product-4 .bottom-wrapper .nb-mini-cart-footer-content-1 {
    padding: 8px 20px;
}
.nb-ecommerce-header-11 .nb-icon.nb-search-close {
    color: var(--nb-color-gray);
}
.nb-search-icon-2 .nb-search-mobile-close {
    display: block;
    position: absolute;
    top: 9px;
    left: 16px;
}
.nb-ecommerce-header-11 .nb-search-input-wrapper > .nb-input {
    padding-left: 40px;
}
.nb-search-icon-2 .nb-search-mobile-close:before {
    content: '\e9cf' !important;
}
.nb-search-banner-1 .nb-img {
    width: 100%;
}
.nb-ecommerce-header-11.nb-header-solid .nb-header-bottom-wrapper {
    background-color: rgba(250, 250, 250, 1);
}
.nb-product-card-5 .nb-product-card .nb-img-wrapper {
    flex: 5;
}
.nb-smart-search-1 .nb-search-product-grid-2 .row {
    margin-left: -8px;
    margin-right: -8px;
}
.nb-smart-search-1 .nb-search-product-grid-2 .nb-product-col {
    padding-left: 8px;
    padding-right: 8px;
}
.nb-search-product-grid-2 .nb-items-wrapper *:not(:nth-child(-n+3)) {
    margin-top: 16px;
}
.nb-product-category-box-6:before {
    content: '';
    position: absolute;
    inset: 0;
    background: var(--nb-color-black);
    opacity: .3;
    z-index: 1;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.nb-product-category-box-6 .nb-product-category-name {
    left: 10px;
    right: 10px;
    bottom: 10px;
    z-index: 2;
    height: calc(var(--nb-product-category-box-6-name-font-size) * var(--nb-body-line-height) * 2);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.nb-ecommerce-header-11 .nb-menu-third-level-item-1 .nb-third-level-menu-item-title {
    height: calc(var(--nb-menu-third-level-item-1-title-font-size) * var(--nb-body-line-height) * 2);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.nb-product-lower-price-notification-link .nb-icon {
    font-size: 16px;
}
.nb-ecommerce-header-11 .nb-logo {
    max-width: 200px;
}
.nb-attribute-detail-info-1 .nb-product-category-description-content-2 .nb-text-editor {
    -webkit-line-clamp: unset;
}
.nb-attribute-detail-info-1 .nb-product-category-description-content-2 .nb-control-wrapper {
    display: none;
}

.nb-attribute-detail-info-1 .nb-product-category-name {
    color: var(--nb-text-color-primary);
    font-size: 28px;
    font-weight: var(--nb-font-weight-600);
}

.nb-attribute-detail-info-1 .nb-product-category-description-content-2 .nb-text-editor,
.nb-attribute-detail-info-1 .nb-product-category-description-content-2 .nb-text-editor > *,
.nb-attribute-detail-info-1 .nb-product-category-description-content-2 .nb-text-editor > * > *,
.nb-attribute-detail-info-1 .nb-product-category-description-content-2 .nb-text-editor > * > * > * {
    color: var(--nb-text-color-primary) !important;
    font-size: 18px !important;
    font-weight: var(--nb-font-weight-400) !important;
    font-family: var(--nb-body-font-family) !important;
}

.nb-user-order-previously-purchased-products-list-1 .nb-order-item-box-5 .nb-order-quantity {
    border-color: var(--nb-color-gray-700);
    background-color: var(--nb-color-white);
}

.nb-user-order-previously-purchased-products-list-1 .nb-order-items-list-5 .nb-order-item-box-5 > :nth-child(9) {
    flex: 0 0 147px;
}

.nb-user-order-previously-purchased-products-list-1 .nb-order-item-box-5 .nb-btn.nb-add-to-cart {
    max-width: 120px;
    height: auto;
}

.nbtmp-user-order-previously-purchased-products-page-tmp-1 .page-headline-1 > * {
    text-align: left !important;
}

.nb-user-order-previously-purchased-products-search-form-1 .nb-form .form-control.nb-input {
    height: 50px;
}

.nb-cookie-consent-1 .container .nb-cookie-wrapper .nb-cookie-info-wrapper-top .nb-cookie-info-wrapper .nb-controls-wrapper .nb-btn{
    height: 34px;
    line-height: 12px
}

.nb-cookie-consent-1 .container .nb-cookie-wrapper .nb-cookie-info-wrapper-top .nb-cookie-info-wrapper .nb-controls-wrapper .nb-btn.nb-cookie-learn-more{
    line-height: 34px;
    padding: 0;
}


@media (max-width: 1700px) {
    .nb-carousel-controls-1 {
        width: 1400px;
    }
}

@media screen and (min-width: 1700px) {
    .layout:not(.layout100percent) .nb-carousel-banner-27 .nb-slider .slider .nbf-slider-init:not(.slick-vertical) .slick-slide {
        margin: 0 !important;
    }
}

@media screen and (max-width: 1699px) {
    body.open-search .nb-ecommerce-header-11 .nb-smart-search-modal-2 {
        left: -150px;
    }
}

@media (max-width: 1420px) {
    .nb-horizontal-navigation-4 .wsmenu>.wsmenu-list>li>.wsshoptabing.nb-dropdown-2>.wsshopwp>.wstabitem>li>.wstitemright.nb-menu-item-right-list{
        padding: 30px 14px;
    }
    .nb-horizontal-navigation-4 .nb-menu-third-level-item-1 .nb-menu-fourth-level-item-1 .nb-menu-fourth-level-item-link{
        line-height: 20px;
    }
    .nb-menu-fourth-level-item-1{
        gap: 10px;
    }
}
@media (max-width: 1400px) {
    .nb-carousel-controls-1 {
        width: 1200px;
    }
}

@media screen and (max-width: 1399px) {
    body.open-search .nb-ecommerce-header-11 .nb-smart-search-modal-2 {
        left: -200px;
    }
}

@media screen and (max-width: 1299px) {
    body.open-search .nb-ecommerce-header-11 .nb-smart-search-modal-2 {
        width: 1000px;
        left: -100px;
    }
}

@media (max-width: 1200px) {
    .nb-carousel-controls-1 {
        width: 1000px
    }
    .nb-grid-banner-27 .nb-slider-item-box-39 .nb-content-wrapper{
        text-align: center;
    }

    body.open-search .nb-ecommerce-header-11 .nb-smart-search-modal-2 {
        left: -115px;
    }
}

@media screen and (max-width: 1199px) {
    body.open-search .nb-ecommerce-header-11 .nb-smart-search-modal-2 {
        left: -170px;
    }

    .nbtmp-product-listing-page-tmp-10 .nb-attribute-detail-slider-wrapper .nb-product-category-image {
        max-width: 100%;
    }
}

@media (max-width: 1024px) {
    .nb-carousel-controls-1 {
        width: 700px;
    }
}

@media (min-width: 992px) {
    .nb-ecommerce-header-11 .wsmenu>.wsmenu-list>li.nb-menu-first-level-item-1>.nb-first-level-menu-item-link{
        padding: 12px 24px;
    }
    .nb-ecommerce-header-11 .wsmenu>.wsmenu-list>li>.wsshoptabing.nb-dropdown-2{
        top: 53px;
    }
    .nb-ecommerce-header-11 .nb-main-navigation-2 .nb-dropdown-2 {
        position: relative;
        z-index: 1;
    }
    .nb-ecommerce-header-11 .nb-horizontal-navigation-4 .wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem{
        max-height: 727px;
    }
    .nb-ecommerce-header-11 .wsmenu>.wsmenu-list>li>.wsshoptabing.nb-dropdown-2>.wsshopwp>.wstabitem>li>.wstitemright.nb-menu-item-right-list {
        max-height: 727px;
        overflow-y: auto;
    }
    .nb-ecommerce-header-11 .wsmenu>.wsmenu-list>li>.wsshoptabing.nb-dropdown-2>.wsshopwp>.wstabitem>li>.wstitemright.nb-menu-item-right-list::-webkit-scrollbar {
        width: 4px;
    }
    .nb-ecommerce-header-11 .wsmenu>.wsmenu-list>li>.wsshoptabing.nb-dropdown-2>.wsshopwp>.wstabitem>li>.wstitemright.nb-menu-item-right-list::-webkit-scrollbar-track {
        background: var(--nb-scroll-1-track-bg);
    }
    .nb-ecommerce-header-11 .wsmenu>.wsmenu-list>li>.wsshoptabing.nb-dropdown-2>.wsshopwp>.wstabitem>li>.wstitemright.nb-menu-item-right-list::-webkit-scrollbar-thumb:hover,
    .nb-ecommerce-header-11 .wsmenu>.wsmenu-list>li>.wsshoptabing.nb-dropdown-2>.wsshopwp>.wstabitem>li>.wstitemright.nb-menu-item-right-list::-webkit-scrollbar-thumb {
        background: var(--nb-scroll-1-bg);
    }
    .nb-ecommerce-header-11 .nb-horizontal-navigation-4 .wsmenu>.wsmenu-list>li>.wsshoptabing.nb-dropdown-2>.wsshopwp>.wstabitem>li>.wstitemright.nb-menu-item-right-list{
        padding: 30px 21px 55px 20px;
    }
    .nb-ecommerce-header-11 .nb-menu-fourth-level-item-1 {
        min-height: unset;
    }
    .nb-ecommerce-header-11 .nb-menu-fourth-level-item-1 .nb-menu-fourth-level-item-link.nb-last-item {
        color: var(--nb-color-black);
        text-decoration: underline;
        font-weight: var(--nb-font-weight-600);
    }
    .wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li:hover a.nb-last-item {
        text-decoration: underline;
    }
    .nb-ecommerce-header-11 .nb-menu-fourth-level-item-1 .nb-menu-fourth-level-item-link.nb-last-item:before {
        content: unset;
    }
    .nb-ecommerce-header-11 .nb-menu-third-level-item-1 .nb-third-level-menu-item-title {
        padding-bottom: 0;
    }

    .nb-carousel-banner-27 .row {
        margin-left: -56px;
        margin-right: -56px;
    }
    
    .nb-carousel-banner-27 .row > * {
        padding-right: 56px;
        padding-left: 56px;
    }
}
@media (max-width: 991px) {
    
    .nb-product-box-15 .nb-quantity-product-3 .nb-quantity-wrapper {
        height: auto;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

    .nb-product-box-15 .nb-quantity-product-3 .nb-quantity-arrows:first-of-type {
        border-bottom-left-radius: 4px;
        border-top-left-radius: 4px;
        background-color: #FAFAFA;
        border-right: var(--nb-border-width) var(--nb-border-style) var(--nb-border-color);
    }

    .nb-product-box-15 .nb-quantity-product-3 .nb-quantity-arrows:last-of-type {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        background-color: #FAFAFA;
        border-left: var(--nb-border-width) var(--nb-border-style) var(--nb-border-color);
    }

    .nb-product-box-15 .nb-product-bubble-12 .nb-quantity-wrapper .nb-quantity-input .nb-input {
        height: 40px;
        padding: 0;
        background: var(--nb-color-white);
    }

    .nb-product-box-15 .nb-product-bubble-12 .nb-product-size-list-5 {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 8px;

        max-height: calc((35px * 3) + (8px * 2));

        overflow-y: auto;
        overflow-x: hidden;

        padding-right: 6px;
    }

    .nb-product-box-15 .nb-product-bubble-12 .nb-product-size-list-5 .nb-size-value-box-1 {
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        height: 35px;
    }

    .nb-product-box-15 .nb-product-bubble-12 .nb-product-size-list-5 .nb-size-value-box-1.active {
        background-color: var(--nb-color-green);
        color: var(--nb-color-white);
    }

    .nb-product-box-15 .nb-product-bubble-12 .nb-product-size-list-5 .nb-size-value-box-1 .nb-stock-indicator.nb-progress-indicator {
        display: none;
    }

    .nb-order-card-1 .nb-btn {
        place-content: center;
    }
    .nb-product-listing-display-grid-2 .row {
        margin-top: -10px;
        margin-left: -5px;
        margin-right: -5px;
    }
    .nb-product-listing-display-grid-2 .row>* {
        margin-top: 10px;
        padding-left: 5px;
        padding-right: 5px;
    }
    body.open-search .nb-search-input-wrapper {
        display: block;
    }
    body.open-search .nb-search-mobile-close {
        position: absolute;
        left: 16px;
        top: 9px;
    }
    .nb-search-mobile-close:before {
        content: '\e9cf' !important;
    }
    .nb-ecommerce-header-11 .nb-search-input-wrapper > .nb-input {
        background-color: var(--nb-color-gray-100);
        border-color: transparent;
        width: 100%;
        padding-right: 0;
    }
    .nb-ecommerce-header-11 .nb-icon.nb-search-close {
        right: 16px;
    }
    .nb-box-with-link-list {
        background-color: var(--nb-color-white);
    }
    .nb-product-card-5 .nb-card.nb-product-card {
        gap: 12px;
    }
    .nb-product-card-5 .nb-img {
        max-width: 100px;
    }
    .nb-product-card-5 .nb-product-card .nb-card-body {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .nb-smart-search-1 .nb-search-product-grid-2 .row > *:not(:first-child) {
        margin-top: 16px;
    }
    .layout.nb-margin:has(> .block .nb-breadcrumb){
        margin-bottom: 20px !important;
    }
    .nb-horizontal-navigation-4 .nb-menu-first-level-item-list .nb-menu-first-level-item-1{
        background-color: var(--nb-color-gray-100);
        padding: 0 10px;
    }
    .nb-horizontal-navigation-4 .nb-menu-first-level-item-1 .nb-link.nb-first-level-menu-item-link{
        margin-top: 16px;
        height: 48px;
        padding: 0;
        border-bottom: unset !important;
    }
    .wsmenu>.wsmenu-list>li>.wsmenu-click{
        height: 48px;
    }
    .wsmenu>.wsmenu-list>li>.wsmenu-click>.wsmenu-arrow{
        transform: unset;
        font-size: 22px;
        height: unset;
        width: unset;
    }
    .wsmenu>.wsmenu-list>li>.wsmenu-click.ws-activearrow>.wsmenu-arrow{
        transform: unset;
    }
    .wsmenu>.wsmenu-list>li>.wsmenu-click.ws-activearrow>i:before{
        content: '\e914';
    }
    .wsmenu>.wsmenu-list>li>.wsmenu-click>.wsmenu-arrow:before{
        content: '\e997';
        font-family: 'nbi-font';
        color: var(--nb-text-color-primary);
        font-style: normal;
        border: unset;
        transform-origin: unset;

    }
    .nb-horizontal-navigation-4 .wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem{
        background-color: var(--nb-color-gray-100);
        padding: 10px;
        max-height: unset;
    }
    .nb-horizontal-navigation-4 .wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li.nb-menu-second-level-item-1{
        background-color: var(--nb-color-white);
        margin-bottom: 10px;
    }
    .nb-horizontal-navigation-4 .wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li.nb-menu-second-level-item-1 .nb-second-level-menu-item-link{
        padding: 0 10px;
    }
    .nb-horizontal-navigation-4 .wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li.nb-menu-second-level-item-1:has(.ws-activearrow02) .nb-second-level-menu-item-link{
        border-bottom: 1px solid var(--nb-border-color);
        transition: all 0.6s ease;
    }
    .nb-horizontal-navigation-4 .wsmenu>.wsmenu-list>li>.wsshoptabing.nb-dropdown-2>.wsshopwp>.wstabitem>li>.wstitemright.nb-menu-item-right-list{
        transition: all 0.6s ease;
    }
    .nb-horizontal-navigation-4 .wsmenu>.wsmenu-list>li>.wsshoptabing.nb-dropdown-2>.wsshopwp>.wstabitem>li>.wstitemright.nb-menu-item-right-list{
        padding: 0 10px;
    }
    .nb-horizontal-navigation-4 .wsmenu>.wsmenu-list>li>.wsshoptabing.nb-dropdown-2>.wsshopwp>.wstabitem>li>.wstitemright.nb-menu-item-right-list .nb-content-wrapper {
        padding: 0;
    }

    .nb-horizontal-navigation-4 .nb-menu-third-level-item-1 .nb-third-level-menu-item-title{
        min-height: 45px;
        line-height: 1.5;
        display: flex;
        align-items: center;
        padding-bottom: 0;
    }
    .nb-horizontal-navigation-4 .nb-menu-third-level-item-1 .nb-menu-fourth-level-item-link{
        height: 45px;
        padding-bottom: 0;
    }
    .nb-horizontal-navigation-4 .nb-menu-third-level-item-1 .nb-menu-item-box-1{
        padding-top: 20px;
    }
    .nb-horizontal-navigation-4 .nb-menu-third-level-item-1,
    .nb-horizontal-navigation-4 .nb-menu-third-level-item-1 .nb-menu-fourth-level-item-1{
        gap: 0;
    }
    .nb-horizontal-navigation-4 .nb-menu-first-level-item-1.visible-xs{
        background-color: transparent;
        height: fit-content !important;
        padding: 0;
    }
    .nb-horizontal-navigation-4 .nb-menu-first-level-item-1.visible-xs .nb-first-level-menu-item-link{
        padding: 0 !important;
    }
    .nb-horizontal-navigation-4 .nb-menu-first-level-item-1.visible-xs .nb-first-level-menu-item-title{
        text-decoration: underline;
    }
    .nb-horizontal-navigation-4 .wsmenu-list .nb-header-user-links-2{
        width: 100vw;
        margin-left: -15px;
        margin-top: -20px;
        position: sticky;
        left: 0;
        top: 0;
        z-index: 1000;
        padding: 15px;
        background-color: var(--nb-color-gray-100);
    }
    .wsactive .nb-ecommerce-header-11 .wsanimated-arrow{
        top: 15px !important;
    }
    .nb-product-filter-category-attribute-horizontal-1 .nb-filter-wrapper .nb-mobile-title-wrapper{
        background-color: var(--nb-spec-color);
        color: var(--nb-color-white);
    }
    .nb-product-filter-category-attribute-horizontal-1 .nb-filter-wrapper .nb-mobile-title-wrapper .nb-title{
        color: var(--nb-color-white);
    }
    .nb-product-filter-category-attribute-horizontal-1 .nb-first-row-wrapper{
        border-bottom: unset;
    }
    .nb-product-filter-category-attribute-horizontal-1 .nb-filter-wrapper .nb-dropdown-v1{
        margin-top: 16px;
        border-bottom: unset;
    }
    .nb-product-filter-category-attribute-horizontal-1 .nb-filter-wrapper .nb-dropdown-v1:has(.nb-dropdown-toggle.show){
        background-color: var(--nb-color-gray-100);
        margin-bottom: 20px;
    }
    .nb-product-filter-category-attribute-horizontal-1 .nb-filter-wrapper .nb-dropdown-v1 .nb-dropdown-menu{
        padding: 10px 16px;
    }

    .nb-product-filter-category-attribute-horizontal-1 .nb-filter-wrapper .nb-dropdown-toggle{
        padding: 15px;
    }
    .nb-product-filter-category-attribute-horizontal-1 .nb-filter-wrapper  .nb-dropdown-toggle .nb-icon{
        right: 16px;
        rotate: -90deg;
    }
    .nb-product-filter-category-attribute-horizontal-1 .nb-filter-wrapper .nb-dropdown-toggle.show .nb-icon{
        rotate: -180deg;
    }
    .nb-filter-mobile-button-1 .nb-icon{
        color: var(--nb-color-gray);
    }
    .nb-filter-mobile-button-1 span{
        display: none;
    }
    .nb-product-box-15 .nb-mobile-size-and-quantity-info{
        gap: 5px;
    }
    .nb-smart-search-1 .right-search-wrapper,
    .nb-smart-search-1 .nb-search-product-grid-2 .nb-items-wrapper{
        padding-right: 0;
    }
    body.open-search .nb-ecommerce-header-11 .nb-smart-search-modal-2 {
        left: 0;
    }
}
@media (max-width: 768px) {
    :root{
        --nb-slider-margin-x: 8px;
    }
    .nb-carousel-controls-1 {
        width: 500px;
    }
    .nb-ecommerce-footer-12 .nb-footer-bottom-wrapper .row .nb-site-instance{
        border-bottom: unset;
    }
    .nb-carousel-banner-12 .nb-slider-item-box-5 .nb-slider-item-content.nb-text-align-left {
        transform: translateX(0) translateY(-50%);
        left: 0;
        padding: 20px;
        top: 50%;
    }
    .nb-grid-banner-27 .nb-slider-item-box-39{
        padding: 45px 34px;
    }
    .nb-article-card-7 .nb-article-category{
        margin-bottom: 5px;
    }
    .nb-carousel-banner-30 .nb-slider-dots{
        position: absolute;
        bottom: 30px;
        left: 50%;
        transform: translateX(-50%);
    }
    .nb-slider-item-box-38 .nb-content-wrapper .nb-title{
        line-height: 1.5;
    }
    .nb-newsletter-form-popup-5-block .nb-modal {
        height: 60%;
    }
    .newsletter-status-btn{
        line-height: 1.3;
    }
    .profile-menu-3 .nb-mobile-title-wrapper .nb-title,
    .profile-menu-3 .nb-mobile-title-wrapper .nb-close{
        color: var(--nb-color-white);
    }
}
@media (max-width: 576px) {
    .nb-product-category-list-2 .row {
        margin-left: -5px;
        margin-right: -5px;
        margin-top: -10px;
    }

    .nb-product-category-list-2 .row > * {
        padding-left: 5px;
        padding-right: 5px;
        margin-top: 10px;
    }

    .layout:has(.nb-product-category-heading-1) {
        margin-bottom: 10px !important;
        margin-top: 16px !important;
    }
    .nb-sort-1 .nb-select {
        height: 40px;
    }
    .layout:not(.layout100percent) .nb-slider .slider .nbf-slider-init:not(.slick-vertical, .nbf-notOnloadSlider:not(.slick-initialized)) {
        margin: 0 -8px;
    }
    .nb-carousel-controls-1 {
        width: 100%;
    }
    .nb-ecommerce-footer-12 .nb-footer-mobile-collapse{
        border-bottom-color: var(--nb-custom-white-color-1);
    }
    .nb-ecommerce-footer-12 .nb-footer-mobile-collapse .nb-collapse-button:before{
        color: var(--nb-color-white);
    }
    .nb-ecommerce-footer-12 .nb-footer-mobile-collapse .nb-collapse-button.active:before{
        color: var(--nb-color-white);
    }
    .nb-ecommerce-footer-12 .nb-footer-mobile-collapse .nb-title{
        margin-bottom: 5px;
    }
    .nb-ecommerce-footer-12 .nb-footer-mobile-collapse .nb-title.active{
        margin-bottom: 25px;
    }

    .nb-carousel-banner-12 .nb-slider-item-box-5 .nb-slider-item-content.nb-text-align-left .nb-title,
    .nb-carousel-banner-12 .nb-slider-item-box-5 .nb-slider-item-content.nb-text-align-left .nb-sub-heading,
    .nb-carousel-banner-12 .nb-slider-item-box-5 .nb-slider-item-content.nb-text-align-left .nb-link{
        text-align: center;
    }
    .nb-carousel-banner-12 .nb-slider-item-box-5 .nb-slider-item-content.nb-text-align-left .nb-link{
        width: 100%;
    }
    .row:has(.nb-single-banner-13)>*:not(:first-child){
        margin-top: 16px;
    }
    .nb-grid-banner-28 .nb-main-wrapper .nb-html-editor{
        margin-bottom: 24px;
    }
    .nb-carousel-banner-28 .nb-slider .slick-list .nb-slider-item{
        margin: 0 8px !important;
    }
    .nb-footer-links .nb-title,
    .nb-info-box-8 .nb-info-box-8-title.nb-title,
    .nb-footer-newsletter-1 .nb-newsletter-title{
        font-size: 16px;
    }
    body:not(.nbtmp-product-subcategory-list-grid-tmp-1) .layout:has(.nb-product-category-breadcrumbs-inline-1){
        display: none;
    }
    .nb-product-filter-category-attribute-horizontal-1 .nb-sort-1 select{
        max-width: 95%;
    }
    .layout:has(.nb-product-list-heading-and-description-1-block){
        margin-bottom: 10px !important;
    }
    .nb-product-load-more-2 .nb-btn{
        font-size: 16px;
    }
    .nb-product-filter-category-attribute-horizontal-1 .nb-mobile-title-wrapper{
        padding: 6px 15px;
    }
    .nb-product-filter-category-attribute-horizontal-1 .nb-dropdown .nb-dropdown-menu label{
        font-size: 16px;
        margin-left: 12px;
    }
    .nb-ecommerce-footer-12 .nb-footer-disclaimer,
    .nb-ecommerce-footer-12 .nb-footer-copyright{
        text-align: left;
    }
    .nb-grid-banner-27 .nb-slider-item-box-39 .nb-content-wrapper {
        align-items: center;
    }
    .nb-grid-banner-27 .nb-slider-item-box-39 .nb-content-wrapper .nb-btn {
        max-width: 200px;
    }
    .nb-carousel-banner-27 .nb-slider-carousel-2 .nb-slider-init[data-nb-sl-opt-centermode="true"][data-nb-sl-opt-showitems-xs="2"] .slick-track {
        left: unset;
    }
    .nb-carousel-banner-27 .nb-slider-carousel-2 .nb-slider-item {
        width: 220px;
    }
    .nbtmp-home-page-tmp-17 .nb-margin-bottom-80 {
        margin-bottom: 32px !important;
    }
    .nb-mini-cart-content-product-4 .top-wrapper {
        padding: 15px 20px;
    }
    .nb-mini-cart-content-product-4 .bottom-wrapper .nb-mini-cart-footer-content-1 {
        padding: 8px 20px;
    }
    .error-page-block .nb-content-wrapper {
        gap: 30px;
    }
    .nb-order-link-list-2 .nb-btn.nb-btn-xs {
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .nb-smart-search-1 .nb-search-product-grid-2 .nb-product-col {
        padding-bottom: 0;
        padding-top: 0;
    }
    .layout:has(>.row>.layout>.nb-single-banner-2) > .row {
        margin-top: -16px;
    }

    .layout:has(>.row>.layout>.nb-single-banner-2) > .row > .layout:has(.nb-single-banner-2) {
        margin-top: 16px;
    }

    .layout:has(>.row>.layout>.nb-custom-product-list-carousel-1) > .row > .layout:has(.nb-custom-product-list-carousel-1) {
        margin-top: 16px;
    }
}