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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Slider inline indicators */

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

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

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

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

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

/* Vertical indicators */

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

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

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

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

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

/* Absolute bottom left*/

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


/* horizontal scrollbar */

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

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

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

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

/*
/* NB Fajl:'./components/complex/header/header-info-carousel/header-info-carousel-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-site-user/header-site-user-dropdown-1/header-site-user-dropdown-1.css.'
*/:root {
    --nb-header-site-user-dropdown-1-icon-font-size: var(--nb-font-size-26);
    --nb-header-site-user-dropdown-1-font-size: var(--nb-font-size-13);
    --nb-header-site-user-dropdown-1-font-weight: var(--nb-font-regular);
}

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

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

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

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

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

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

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

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

@media screen and (max-width: 576px) {
    .nb-header-site-user-dropdown-1 {
        display: none;
    }
}
/*
/* NB Fajl:'./components/complex/menu/menu-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/header/header-cart/header-cart-with-badge-1/header-cart-with-badge-1.css.'
*/:root {
    --nb-header-cart-with-badge-1-icon-font-size: var(--nb-font-size-26);
    --nb-header-cart-with-badge-1-count-color: var(--nb-color-white);
    --nb-header-cart-with-badge-1-count-font-size: var(--nb-font-size-12);
    --nb-header-cart-with-badge-1-count-font-weight: var(--nb-font-semibold);
    --nb-header-cart-with-badge-1-count-bg: var(--nb-color-primary);
    --nb-header-cart-with-badge-1-count-border-radius: var(--nb-border-radius-full);
    --nb-header-cart-with-badge-1-label-font-size: var(--nb-font-size-13);
}

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

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

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


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

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

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

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

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

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

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

.nb-header-favorite-with-badge-1 .nb-header-favorite-label{
    font-size: var(--nb-header-favorite-with-badge-1-label-font-size);
    display: none;
}
/*
/* NB Fajl:'./components/complex/search/search-icon/search-icon.css.'
*/:root {
    --nb-search-icon-font-size: 25px;
    --nb-search-icon-height: var(--nb-search-icon-font-size);
}

.nb-search-icon{
    cursor: pointer;
    display: inline-block;
}

.nb-search-icon .nb-icon{
    display: block;
    font-size: var(--nb-search-icon-font-size);
    height: var(--nb-search-icon-height);
    line-height: 1;
}

.nb-search-icon .nb-icon.nb-search-close{
    position: absolute;
    right: 10px;
    top: 12px;
}

body.open-search .nb-search-icon{
    position: static;
}

.nb-search-icon .nb-search-input-wrapper{
    position: absolute;
    right: 0;
    top: -10px;
    width: 300px;
    display: none;
}

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

/*
/* NB Fajl:'./components/complex/menu/menu-main-navigation/menu-main-navigation-3/menu-main-navigation-3.css.'
*/.nb-main-navigation-3 {
    position: static;
    padding: 0 0;
}

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

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


}

/*
/* NB Fajl:'./components/complex/menu/menu-second-level-item/menu-second-level-item-2/menu-second-level-item-2.css.'
*/:root {
    --nb-menu-second-level-item-2-min-height: 50px;

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

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

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

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

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

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

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

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

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

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

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

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

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

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

}

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

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

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

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

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

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

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

    --nb-menu-dropdown-4-menu-image-border-radius: 0;

    --nb-menu-dropdown-4-second-level-active-bg: var(--nb-color-gray-100);

    --nb-menu-dropdown-4-third-level-item-color: var(--nb-spec-color);
    --nb-menu-dropdown-4-third-level-item-font-size: var(--nb-font-size-12);
    --nb-menu-dropdown-4-third-level-item-font-weight: var(--nb-font-weight-400);
}

.wsmenu>.wsmenu-list>li>.wsmegamenu.nb-menu-dropdown-4 {
    padding: var(--nb-menu-dropdown-4-padding-y) var(--nb-menu-dropdown-4-padding-x);
}

.wsmenu>.wsmenu-list>li>.wsmegamenu.nb-menu-dropdown-4 ul {
    padding-left: 0;
}

.nb-menu-dropdown-4.with-banner .nb-menu-second-level-item-list > ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}

.nb-menu-dropdown-4.with-banner .nb-menu-second-level-item-list > ul > * {
    width: 100%;
}

.wsmenu>.wsmenu-list>li>.wsmegamenu.nb-menu-dropdown-4 .nb-menu-banner-image {
    width: 100%;
    height: 100%;
}

.wsmenu>.wsmenu-list>li>.wsmegamenu.nb-menu-dropdown-4 .nb-menu-banner-image .nb-img {
    max-width: 100%;
    border-radius: var(--nb-menu-dropdown-4-menu-image-border-radius);
}

.wsmenu>.wsmenu-list>li>.wsmegamenu.nb-menu-dropdown-4 .nb-slider-grid-2 .nb-img-wrapper .nb-img {
    border-radius: var(--nb-menu-dropdown-4-menu-image-border-radius);
}

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

    .wsmenu>.wsmenu-list>li>.wsmegamenu.nb-menu-dropdown-4 {
        border: unset;
        padding-top: 20px;
        border-top: var(--nb-border-width) var(--nb-border-style) var(--nb-border-color);
    }

    .wsmenu>.wsmenu-list>li>.wsmegamenu.nb-menu-dropdown-4 .nb-content-wrapper {
        max-width: 100%;
        padding-inline: 0;
    }

    .wsmenu>.wsmenu-list>li>.wsmegamenu.nb-menu-dropdown-4 .nb-content-wrapper .row {
        margin-inline: 0;
    }

    .wsmenu>.wsmenu-list>li>.wsmegamenu.nb-menu-dropdown-4 .nb-content-wrapper .row > * {
        padding-inline: 0;
    }

    .wsactive .nb-horizontal-navigation-2 .wsmenu>.wsmenu-list>li>.wsmegamenu.nb-menu-dropdown-4.active {
        position: relative;
        top: unset;
        display: block;
        padding: 0;
    }

    .nb-menu-dropdown-4 .nb-menu-second-level-item-2 {
        padding: 0;
        min-height: 50px;
    }

    .nb-menu-dropdown-4 .nb-menu-second-level-item-2 .nb-second-level-menu-item-link .nb-menu-image {
        max-height: 20px;
        max-width: 20px;
    }

    .nb-menu-dropdown-4 .nb-menu-second-level-item-2.active {
        background-color: var(--nb-menu-dropdown-4-second-level-active-bg);
    }

    .nb-menu-dropdown-4 .nb-menu-second-level-item-2.active:before {
        transform: rotate(-180deg) translateY(10px);
    }

    .nb-menu-dropdown-4 .nb-menu-third-level-item-list-2 {
        margin: 0;
        padding: 14px 10px;
    }
    
    .nb-menu-dropdown-4 .nb-menu-third-level-item-list-2 .nb-third-level-menu-item-link {
        color: var(--nb-menu-dropdown-4-third-level-item-color);
        font-size: var(--nb-menu-dropdown-4-third-level-item-font-size);
        font-weight: var(--nb-menu-dropdown-4-third-level-item-font-weight);
    }
}
/*
/* NB Fajl:'./components/complex/menu/menu-first-level-item/menu-first-level-item-3/menu-first-level-item-3.css.'
*/:root {
    --nb-menu-first-level-item-3-min-height: 20px;

    --nb-menu-first-level-item-3-color: var(--nb-text-color-primary);
    --nb-menu-first-level-item-3-font-size: var(--nb-font-size-16);
    --nb-menu-first-level-item-3-font-weight: var(--nb-font-weight-600);
    --nb-menu-first-level-item-3-line-height: var(--nb-body-line-height);

    --nb-menu-first-level-item-3-text-decoration: underline;
    --nb-menu-first-level-item-3-text-decoration-color: var(--nb-spec-color);
    --nb-menu-first-level-item-3-text-decoration-thickness: 2px;
    --nb-menu-first-level-item-3-text-underline-offset: 5px;

    --nb-menu-first-level-item-3-padding-x: 15px;
    --nb-menu-first-level-item-3-padding-y: 0;
}

.wsmenu>.wsmenu-list>li.nb-menu-first-level-item-3 {
    place-content: center;
    min-height: var(--nb-menu-first-level-item-3-min-height);
}

.wsmenu>.wsmenu-list>li.nb-menu-first-level-item-3>.navtext {
    color: var(--nb-menu-first-level-item-3-color);
    font-size: var(--nb-menu-first-level-item-3-font-size);
    font-weight: var(--nb-menu-first-level-item-3-font-weight);
    line-height: var(--nb-menu-first-level-item-3-line-height);
    position: relative;
}

.wsmenu>.wsmenu-list>li.nb-menu-first-level-item-3>.navtext:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 25px;
}

.wsmenu>.wsmenu-list>li.nb-menu-first-level-item-3>.nb-first-level-menu-item-link .nb-menu-title {
    padding-bottom: 0;
    border-bottom: unset;
    /*text-transform: uppercase;*/
}

.wsmenu>.wsmenu-list>li.nb-menu-first-level-item-3:hover>.nb-first-level-menu-item-link {
    text-decoration: var(--nb-menu-first-level-item-3-text-decoration);
    text-decoration-color: var(--nb-menu-first-level-item-3-text-decoration-color);
    text-decoration-thickness: var(--nb-menu-first-level-item-3-text-decoration-thickness);
    text-underline-offset: var(--nb-menu-first-level-item-3-text-underline-offset);
}

.wsmenu>.wsmenu-list>li.nb-menu-first-level-item-3:first-of-type>.nb-first-level-menu-item-link {
    padding-left: 0;
}

.wsmenu>.wsmenu-list>li.nb-menu-first-level-item-3:last-of-type>.nb-first-level-menu-item-link {
    padding-right: 0;
}

.wsmenu>.wsmenu-list>li.nb-menu-first-level-item-3>.nb-first-level-menu-item-link {
    padding: var(--nb-menu-first-level-item-3-padding-y) var(--nb-menu-first-level-item-3-padding-x);
}

.wsmenu>.wsmenu-list>li.nb-menu-first-level-item-3 .nb-menu-image {
    display: flex;
}

.wsmenu>.wsmenu-list>li.nb-menu-first-level-item-3 > .nb-menu-image .nb-img {
    max-width: 100px;
}

@media screen and (max-width: 991px) {
    :root {
        --nb-menu-first-level-item-3-min-height: 50px;
        --nb-menu-first-level-item-3-text-decoration: unset;
    }

    .wsmenu>.wsmenu-list>li.nb-menu-first-level-item-3 {
        display: flex;
        align-items: center;
        margin: 0 15px;
        border-bottom: var(--nb-border-width) var(--nb-border-style) var(--nb-border-color);
        width: auto;
    }

    .wsmenu>.wsmenu-list>li.nb-menu-first-level-item-3>.nb-first-level-menu-item-link {
        padding: 0;
        border-bottom: unset;
        width: 100%;
        text-align: left;
        min-height: 50px;
        place-content: center;
    }

    .wsmenu>.wsmenu-list>li.nb-menu-first-level-item-3 .nb-menu-image .nb-img {
        max-width: 100%;
    }

    .wsmenu>.wsmenu-list>li.nb-menu-first-level-item-3>.wsmenu-click {
        height: var(--nb-menu-first-level-item-3-min-height);
    }

    .wsmenu>.wsmenu-list>li.nb-menu-first-level-item-3>.wsmenu-click>i {
        transform: rotate(-315deg);
        margin: 20px 5px 0 0;
    }

    .wsmenu>.wsmenu-list>li.nb-menu-first-level-item-3>.wsmenu-click>i:before {
        border-color: var(--nb-text-color-primary);
    }

    .wsmenu>.wsmenu-list>li.nb-menu-first-level-item-3:has(.nb-menu-dropdown-4.active) {
        border-bottom: unset;
    }

    .wsmenu>.wsmenu-list>li.nb-menu-first-level-item-3>.navtext:after {
        content: unset;
    }
}
/*
/* NB Fajl:'./components/complex/header/header-site-user/header-user-links-4/header-user-links-4.css.'
*/:root{
    --nb-header-user-links-4-user-login-padding-x: 40px;
    --nb-header-user-links-4-user-login-padding-y: 12px;
    --nb-header-user-links-4-user-login-border-width: var(--nb-border-width);
    --nb-header-user-links-4-user-login-border-color: var(--nb-border-color);
    --nb-header-user-links-4-user-login-border-radius: 4px;
    --nb-header-user-links-4-user-login-bg: var(--nb-color-white);
    --nb-header-user-links-4-user-login-color: var(--nb-text-color-primary);
    --nb-header-user-links-4-user-login-font-size: var(--nb-font-size-14);
    --nb-header-user-links-4-user-login-font-weight: var(--nb-font-weight-700);

    --nb-header-user-links-4-user-register-padding-x: 40px;
    --nb-header-user-links-4-user-register-padding-y: 12px;
    --nb-header-user-links-4-user-register-border-width: var(--nb-border-width);
    --nb-header-user-links-4-user-register-border-color: var(--nb-spec-color);
    --nb-header-user-links-4-user-register-border-radius: 4px;
    --nb-header-user-links-4-user-register-bg: var(--nb-spec-color);
    --nb-header-user-links-4-user-register-color: var(--nb-color-white);
    --nb-header-user-links-4-user-register-font-size: var(--nb-font-size-14);
    --nb-header-user-links-4-user-register-font-weight: var(--nb-font-weight-700);

    --nb-header-user-links-4-user-logged-in-icon-color: var(--nb-color-black);
    --nb-header-user-links-4-user-logged-in-icon-font-size: 40px;

    --nb-header-user-links-4-user-logged-in-link-color: var(--nb-text-color-primary);
    --nb-header-user-links-4-user-logged-in-link-font-size: var(--nb-font-size-14);
    --nb-header-user-links-4-user-logged-in-link-font-weight: var(--nb-font-weight-700);
    --nb-header-user-links-4-user-logged-in-link-line-height: 1.6;

    --nb-header-user-links-4-user-logout-link-color: var(--nb-color-gray-600);
    --nb-header-user-links-4-user-logout-link-font-size: var(--nb-font-size-14);
    --nb-header-user-links-4-user-logout-link-font-weight: var(--nb-font-weight-400);
}

.nb-header-user-links-4 {
    display: none;
}

.nb-header-user-links-4 .nb-not-logged-in-links-wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 15px;
}

.nb-header-user-links-4 .nb-not-logged-in-links-wrapper > * {
    flex: 1;
}

.nb-header-user-links-4 .nb-not-logged-in-links-wrapper .nb-user-login-link {
    padding: var(--nb-header-user-links-4-user-login-padding-y) var(--nb-header-user-links-4-user-login-padding-x);
    border: var(--nb-header-user-links-4-user-login-border-width) var(--nb-border-style) var(--nb-header-user-links-4-user-login-border-color);
    border-radius: var(--nb-header-user-links-4-user-login-border-radius);
    background-color: var(--nb-header-user-links-4-user-login-bg);
    color: var(--nb-header-user-links-4-user-login-color);
    font-size: var(--nb-header-user-links-4-user-login-font-size);
    font-weight: var(--nb-header-user-links-4-user-login-font-weight);
}

.nb-header-user-links-4 .nb-not-logged-in-links-wrapper .nb-user-register-link {
    padding: var(--nb-header-user-links-4-user-register-padding-y) var(--nb-header-user-links-4-user-register-padding-x);
    border: var(--nb-header-user-links-4-user-register-border-width) var(--nb-border-style) var(--nb-header-user-links-4-user-register-border-color);
    border-radius: var(--nb-header-user-links-4-user-register-border-radius);
    background-color: var(--nb-header-user-links-4-user-register-bg);
    color: var(--nb-header-user-links-4-user-register-color);
    font-size: var(--nb-header-user-links-4-user-register-font-size);
    font-weight: var(--nb-header-user-links-4-user-register-font-weight);
}

.nb-header-user-links-4 .nb-logged-in-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

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

.nb-header-user-links-4 .nb-user-logged-icon {
    color: var(--nb-header-user-links-4-user-logged-in-icon-color);
    font-size: var(--nb-header-user-links-4-user-logged-in-icon-font-size);
    line-height: 1;
}

.nb-header-user-links-4 .nb-user-logged-link {
    display: block;
    color: var(--nb-header-user-links-4-user-logged-in-link-color);
    font-size: var(--nb-header-user-links-4-user-logged-in-link-font-size);
    font-weight: var(--nb-header-user-links-4-user-logged-in-link-font-weight);
    width: 60px;
    text-align: left;
    line-height: var(--nb-header-user-links-4-user-logged-in-link-line-height);
}

.nb-header-user-links-4 .nb-user-logout-link {
    color: var(--nb-header-user-links-4-user-logout-link-color);
    font-size: var(--nb-header-user-links-4-user-logout-link-font-size);
    font-weight: var(--nb-header-user-links-4-user-logout-link-font-weight);
    text-decoration: underline;
}

@media screen and (max-width: 991px) {
    .nb-header-user-links-4 {
        display: block;
    }
}
/*
/* NB Fajl:'./components/complex/menu/menu-first-level-item-list-5/menu-first-level-item-list-5.css.'
*/:root {
    --nb-menu-first-level-item-list-5-mobile-header-bg: var(--nb-color-white);

    --nb-menu-first-level-item-list-5-mobile-header-title-color: var(--nb-text-color-primary);
    --nb-menu-first-level-item-list-5-mobile-header-title-font-size: var(--nb-font-size-18);
    --nb-menu-first-level-item-list-5-mobile-header-title-font-weight: var(--nb-font-weight-600);

    --nb-menu-first-level-item-list-5-mobile-header-border-width: var(--nb-border-width);
    --nb-menu-first-level-item-list-5-mobile-header-border-color: var(--nb-border-color);

    --nb-menu-first-level-item-list-5-mobile-header-padding-x: 15px;
    --nb-menu-first-level-item-list-5-mobile-header-padding-y: 15px;

    --nb-menu-first-level-item-list-5-mobile-search-height: 40px;
    --nb-menu-first-level-item-list-5-mobile-search-padding-y: 0;
    --nb-menu-first-level-item-list-5-mobile-search-padding-x: 12px;
    --nb-menu-first-level-item-list-5-mobile-search-border-radius: var(--nb-input-border-radius);
    --nb-menu-first-level-item-list-5-mobile-search-bg: var(--nb-color-white);
    --nb-menu-first-level-item-list-5-mobile-search-border-width: var(--nb-border-width);
    --nb-menu-first-level-item-list-5-mobile-search-border-color: var(--nb-border-color);

    --nb-menu-first-level-item-list-5-user-login-link-color: var(--nb-spec-color);
    --nb-menu-first-level-item-list-5-user-login-link-font-size: var(--nb-font-size-16);
    --nb-menu-first-level-item-list-5-user-login-link-font-weight: var(--nb-font-weight-400);

    --nb-menu-first-level-item-list-5-user-register-link-color: var(--nb-color-white);
    --nb-menu-first-level-item-list-5-user-register-link-font-size: var(--nb-font-size-16);
    --nb-menu-first-level-item-list-5-user-register-link-font-weight: var(--nb-font-weight-400);
}

.wsmenu>.wsmenu-list.nb-menu-first-level-item-list-5 {
    display: flex;
    align-items: center;
}

.nb-menu-first-level-item-list-5 .nb-mobile-header,
.nb-menu-first-level-item-list-5 .nb-mobile-search-button,
.nb-menu-first-level-item-list-5 .nb-header-user-links-4,
.nb-menu-first-level-item-list-5 .nb-footer-links-wrapper {
    display: none;
}

header.nb-in-out-fixed:has(.nb-menu-first-level-item-list-5 .nb-menu-first-level-item-3:hover) {
    top: 0 !important;
}

.nb-menu-first-level-item-list-5 .nb-menu-first-level-item-3.mobile-only {
    display: none;
}

@media screen and (max-width: 991px) {
    .nb-menu-first-level-item-list-5 .nb-menu-first-level-item-3.mobile-only {
        display: block;
    }

    .nb-menu-first-level-item-list-5 .nb-mobile-header,
    .nb-menu-first-level-item-list-5 .nb-mobile-search-button,
    .nb-menu-first-level-item-list-5:not(:has(.nb-menu-first-level-item-3 .nb-menu-dropdown.active)) .nb-header-user-links-4,
    .nb-menu-first-level-item-list-5 .nb-footer-links-wrapper {
        display: block;
    }

    .wsmenu>.wsmenu-list.nb-menu-first-level-item-list-5 {
        width: 100vw;
        display: block;
    }

    .wsmenu>.wsmenu-list.nb-menu-first-level-item-list-5 .nb-mobile-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        background-color: var(--nb-menu-first-level-item-list-5-mobile-header-bg);
        padding: var(--nb-menu-first-level-item-list-5-mobile-header-padding-y) var(--nb-menu-first-level-item-list-5-mobile-header-padding-x);
        border-bottom: var(--nb-menu-first-level-item-list-5-mobile-header-border-width) var(--nb-border-style) var(--nb-menu-first-level-item-list-5-mobile-header-border-color);
        position: sticky;
        left: 0;
        right: 0;
        top: 0;
        z-index: 999999;
    }

    .wsmenu>.wsmenu-list.nb-menu-first-level-item-list-5 .nb-mobile-header .nb-mobile-header-title-wrapper {
        display: flex;
        align-items: center;
    }

    .wsmenu>.wsmenu-list.nb-menu-first-level-item-list-5 .nb-mobile-header .nb-icons-wrapper {
        display: flex;
        align-items: center;
        gap: 20px;
        padding-right: 55px;
    }

    .wsmenu>.wsmenu-list.nb-menu-first-level-item-list-5 .nb-mobile-header .nb-icons-wrapper > * {
        color: var(--nb-text-color-primary);
    }

    .wsmenu>.wsmenu-list.nb-menu-first-level-item-list-5 .nb-mobile-header .nb-current-menu-item-name {
        color: var(--nb-menu-first-level-item-list-5-mobile-header-title-color);
        font-size: var(--nb-menu-first-level-item-list-5-mobile-header-title-font-size);
        font-weight: var(--nb-menu-first-level-item-list-5-mobile-header-title-font-weight);
    }

    .wsmenu>.wsmenu-list.nb-menu-first-level-item-list-5 .nb-mobile-header .nb-menu-back {
        display: none;
        color: var(--nb-menu-first-level-item-list-5-mobile-header-title-color);
        cursor: pointer;
    }

    .wsmenu>.wsmenu-list.nb-menu-first-level-item-list-5 .nb-mobile-header .nb-menu-back.show {
        display: block;
        margin-right: 10px;
    }

    .nb-menu-first-level-item-list-5 .nb-mobile-search-button {
        width: auto;
        height: var(--nb-menu-first-level-item-list-5-mobile-search-height);
        padding: var(--nb-menu-first-level-item-list-5-mobile-search-padding-y) var(--nb-menu-first-level-item-list-5-mobile-search-padding-x);
        border-radius: var(--nb-menu-first-level-item-list-5-mobile-search-border-radius);
        border: var(--nb-menu-first-level-item-list-5-mobile-search-border-width) var(--nb-border-style) var(--nb-menu-first-level-item-list-5-mobile-search-border-color);
        cursor: pointer;
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: var(--nb-menu-first-level-item-list-5-mobile-search-bg);
        margin: 14px 14px 10px 14px;
    }

    .nb-menu-first-level-item-list-5 .nb-mobile-search-button .custom-text {
        font-size: var(--nb-font-size-14);
        color: var(--nb-color-gray-700);
    }

    .wsactive .nb-menu-first-level-item-list-5 .nb-mobile-search-button .nb-icon {
        color: var(--nb-text-color-primary);
    }

    .nb-menu-first-level-item-list-5 .nb-header-user-links-4 {
        padding: 10px 0;
        margin: 0 15px;
        border-top: var(--nb-border-width) var(--nb-border-style) var(--nb-border-color);
        border-bottom: var(--nb-border-width) var(--nb-border-style) var(--nb-border-color);
        gap: 10px;
    }

    .nb-menu-first-level-item-list-5 .nb-footer-links-wrapper {
        margin: 0 15px;
    }

    .nb-menu-first-level-item-list-5 .nb-footer-links-wrapper .row > * {
        flex: 0 0 100%;
    }
    
    .nb-menu-first-level-item-list-5 .nb-footer-links-wrapper .nb-footer-links .nb-title {
        color: var(--nb-text-color-primary);
        font-size: var(--nb-font-size-16);
        font-weight: var(--nb-font-weight-600);
        font-family: var(--nb-body-font-family);
        text-align: left;
        position: relative;
        margin-bottom: 0;
        display: block;
        min-height: 50px;
        place-content: center;
        background-color: var(--nb-color-white);
        border-bottom: var(--nb-border-width) var(--nb-border-style) var(--nb-border-color);
    }

    .nb-menu-first-level-item-list-5 .nb-footer-links-wrapper .nb-footer-links .nb-title.active {
        background-color: var(--nb-color-gray-100);
    }

    .nb-menu-first-level-item-list-5 .nb-footer-links-wrapper .nb-footer-links .nb-title:before {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 0;
    }

    .nb-menu-first-level-item-list-5 .nb-footer-links-wrapper .nb-footer-links .nb-collapse-content {
        padding: 14px 10px;
    }

    .nb-menu-first-level-item-list-5 .nb-footer-links-wrapper .nb-footer-links .nb-collapse-content ul {
        text-align: left;
    }

    .nb-menu-first-level-item-list-5 .nb-footer-links-wrapper .nb-footer-links .nb-link {
        color: var(--nb-spec-color);
        font-size: var(--nb-font-size-16);
        font-weight: var(--nb-font-weight-400);
        text-align: left;
    }
}
/*
/* NB Fajl:'./_blocks/navigation-and-search/navigation/horizontal-navigation/horizontal-navigation-2/horizontal-navigation-2.css.'
*/:root {
    --nb-horizontal-navigation-2-first-level-item-list-height: 20px;
    --nb-horizontal-navigation-2-drop-down-top: 30px;
}

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

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

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

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

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

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

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

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

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

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

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

    .nb-horizontal-navigation-2 .nb-menu-first-level-item-list.wsmenu-list li.nb-dark > .navtext {
        background-color: var(--nb-color-blue-800);
        color: var(--nb-color-white);
        border-radius: var(--nb-border-radius-2);
    }

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


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

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

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

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

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

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

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

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

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

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

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

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

body.open-search{
    overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

}

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

}

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

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

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

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

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

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

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

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

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

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

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

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

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

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

body.open-search{
    overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

}

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

#searchHolder {
    display: none;
}

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

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

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

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

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

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

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

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

    --nb-ecommerce-header-4-dropdown-4-top: 168px;
    --nb-ecommerce-header-4-dropdown-4-height: 516px;
    --nb-ecommerce-header-4-dropdown-4-padding-y: 30px;
    --nb-ecommerce-header-4-level-item-list-height: 54px;
    --nb-ecommerce-header-4-level-item-list-5-padding-x: 12px;
    --nb-ecommerce-header-4-level-item-list-5-padding-y: 12px;
    --nb-ecommerce-header-4-level-item-list-5-after-content: '';
    --nb-ecommerce-header-4-level-item-list-5-img-height: 20px;
    --nb-ecommerce-header-4-level-item-list-5-img-mobile-bg: var(--nb-color-gray-100);
}

html:has(.nb-ecommerce-header-4 .nb-smart-search-modal-1) {
    scrollbar-gutter: stable;
}

.nb-ecommerce-header-4:has(.nb-smart-search-modal-1) .nb-search.nb-search-1 {
    position: fixed;
    width: 100dvw;
    left: 0;
    top: 114px;
    height: 700px;
}

.nb-ecommerce-header-4 .nb-header-top-wrapper {
    background-color: var(--nb-ecommerce-header-4-top-wrapper-bg);
    padding: 0;
    height: 35px;
}

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

.nb-ecommerce-header-4 .nb-header-top-wrapper a:hover,
.nb-header-middle-wrapper .nb-header-site-quick-links a:hover{
    color: var(--nb-spec-color)
}

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

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

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

.nb-ecommerce-header-4 .nb-header-menu-wrapper{
    background: var(--nb-ecommerce-header-4-menu-wrapper-bg);
}

.nb-ecommerce-header-4 .nb-header-wrapper{
    padding: 15px 0;
}

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

.nb-ecommerce-header-4 .nb-header-wrapper .nb-header-inner-wrapper{
    display: flex;
    align-items: center;
    gap: 30px;
}

.nb-ecommerce-header-4 .nb-header-wrapper .nb-header-inner-wrapper .nb-logo{
    flex: none;
}

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

.nb-ecommerce-header-4 {
    background-color: var(--nb-color-white);
    box-shadow: 0px 4px 4px 0px #0000000D;
}

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


.nb-ecommerce-header-4 .nb-header-wrapper .nb-header-shop-utilities .wsanimated-arrow {
    display: none;
}

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

.nb-ecommerce-header-4 .nb-menu {
    position: static;
}

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

/* Search */
.nb-ecommerce-header-4 .nb-header-middle-wrapper{
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
}
.nb-ecommerce-header-4 .nb-header-search-wrapper{
    width: 100%;
}
.block-editing #searchHolder{
    display: none;
}
.nb-ecommerce-header-4 .nb-search-button{
    width: 100%;
    padding: 10px;
    border-radius: var(--nb-input-border-radius);
    border: 1px solid var(--nb-input-border-color);
    cursor: pointer;
    display: flex;
    justify-content: space-between;
}
.nb-ecommerce-header-4 .nb-search-button .custom-text{
    font-size: 13px;
    line-height: 18px;
    color: var(--nb-input-placeholder-color);
}
.nb-ecommerce-header-4 .nb-search-button .nb-icon{
    height: 18px;
    line-height: 1;
}
.nb-ecommerce-header-4 .nb-header-site-quick-links > .nb-icon{
    margin-right: 10px;
}
body.open-search .nb-ecommerce-header-4 .nb-smart-search-modal-2{
    right: 0;
    left: 0;
    transform: none;
    width: 100%;
    top: 0;
}
.nb-ecommerce-header-4 .nb-icon.nb-search-close{
    right: 10px;
    top: 3px;
}
.nb-ecommerce-header-4 .nb-search-input-wrapper > .nb-input{
    height: 40px;
}
body.open-search .nb-ecommerce-header-4 .nb-search-input-wrapper{
    position: relative;
    right: unset;
    top: unset;
}
.nb-ecommerce-header-4 .nb-search-icon-2{
    width: 100%;
}
.nb-ecommerce-header-4 .nb-smart-search-modal-2 .nb-search.nb-search-2{
    top: 100%;
}
.nb-ecommerce-header-4 .nb-header-site-quick-links{
    flex-wrap: nowrap;
    gap: 0;
    align-items: center;
}
.nb-ecommerce-header-4 .nb-header-site-quick-links .nb-icon{
    color: var(--nb-text-color-primary);
}
.nb-ecommerce-header-4 .nb-header-site-user-dropdown-1 .dropdown-toggle .nb-icon{
    font-size: 25px;
}
.nb-ecommerce-header-4 .nb-header-favorite-with-badge-1 .nb-icon,
.nb-ecommerce-header-4 .nb-header-cart-with-badge-1 .nb-icon{
    font-size: 24px;
}


.nb-ecommerce-header-4 .nb-horizontal-navigation-2 .nb-menu-first-level-item-list-5.wsmenu-list>li>.nb-first-level-menu-item-link .nb-img{
    max-height: var(--nb-ecommerce-header-4-level-item-list-5-img-height);
}
.nb-ecommerce-header-4 .nb-horizontal-navigation-2 .nb-menu-first-level-item-list-5 .nb-second-level-menu-item-link>.nb-menu-image,
.nb-ecommerce-header-4 .nb-horizontal-navigation-2 .nb-menu-first-level-item-list-5 .nb-second-level-menu-item-link>.nb-menu-title{
    flex: unset;
}
/* icons */
.nb-header-site-user-dropdown-1 .dropdown-toggle .nb-icon:before{
    content: '\e98e';
}
.nb-ecommerce-header-4 .nb-header-favorite-with-badge-1 .nb-icon:before {
    content: '\e99b';
}

.nb-ecommerce-header-4:has(.nb-smart-search-modal-1) .nb-header-search-wrapper .nb-search-input-wrapper {
    display: none;
}

body.open-search .nb-ecommerce-header-4:has(.nb-smart-search-modal-1) .nb-header-search-wrapper .nb-search-input-wrapper {
    display: block;
    width: 100%;
}

body.open-search .nb-ecommerce-header-4:has(.nb-smart-search-modal-1) .nb-header-search-wrapper .nb-search-button {
    display: none;
}

body.open-search .nb-ecommerce-header-4:has(.nb-smart-search-modal-1) .nb-header-search-wrapper .nb-search-input-wrapper .nb-search-close {
    cursor: pointer;
}

body.open-search .nb-ecommerce-header-4:has(.nb-smart-search-modal-1) .nb-search-input-wrapper input {
    width: 100%;
    min-width: 100%;
    font-size: 13px;
    line-height: 18px;
}

body.open-search .nb-ecommerce-header-4:has(.nb-smart-search-modal-1) .nb-search-input-wrapper .nb-icon {
    color: var(--nb-input-placeholder-color);
}

@media screen and (min-width: 992px) {


    .nb-ecommerce-header-4 .nb-horizontal-navigation-2 .nb-menu-first-level-item-list-5.wsmenu-list>li.nb-menu-first-level-item-3>.navtext:after{
        content: var(--nb-ecommerce-header-4-level-item-list-5-after-content);
        top: 50%;
        left: unset;
        right: 0;
        width: 20px;
        transform: translate(0, -50%);
    }
    .nb-ecommerce-header-4 .nb-header-menu-wrapper .nb-horizontal-navigation-2 .nb-menu-first-level-item-list-5.wsmenu-list li > .navtext{
        padding: var(--nb-ecommerce-header-4-level-item-list-5-padding-y) var(--nb-ecommerce-header-4-level-item-list-5-padding-x)
    }
    .nb-ecommerce-header-4 .nb-horizontal-navigation-2 .nb-menu-first-level-item-list-5 > li > .nb-menu-dropdown-4{
        position: fixed;
        top: var(--nb-ecommerce-header-4-dropdown-4-top);
        max-height: var(--nb-ecommerce-header-4-dropdown-4-height);
        overflow: hidden;
    }
    .nb-ecommerce-header-4 .nb-horizontal-navigation-2 .nb-menu-first-level-item-list-5 > li > .nb-menu-dropdown-4 .nb-menu-second-level-item-list{
        overflow-y: auto;
        overflow-x: hidden;
        padding-bottom: 20px;
    }
    .nb-ecommerce-header-4 .nb-horizontal-navigation-2 .nb-menu-first-level-item-list-5 > li > .nb-menu-dropdown-4 .nb-menu-second-level-item-list,
    .nb-ecommerce-header-4 .nb-horizontal-navigation-2 .nb-menu-first-level-item-list-5 > li > .nb-menu-dropdown-4 .nb-menu-banner-col{
        max-height: calc(var(--nb-ecommerce-header-4-dropdown-4-height) - 2 * var(--nb-ecommerce-header-4-dropdown-4-padding-y));
    }
    .nb-ecommerce-header-4 .nb-horizontal-navigation-2 .nb-menu-first-level-item-list-5 .nb-second-level-menu-item-link{
        width: 100%;
    }
    .nb-ecommerce-header-4 .nb-horizontal-navigation-2 .nb-menu-first-level-item-list-5 > li > .nb-menu-dropdown-4 .nb-third-level-menu-item-link:last-of-type{
        margin-bottom: 20px;
    }
    .nb-ecommerce-header-4 .nb-horizontal-navigation-2 .nb-menu-first-level-item-list-5>li>.nb-first-level-menu-item-link{
        display: flex;
        gap: 10px;
    }


    .nb-ecommerce-header-4 .nb-horizontal-navigation-2{
        padding: 0;
    }
    .nb-ecommerce-header-4 .nb-horizontal-navigation-2 .nb-header-user-links-2{
        display: none;
    }
    .nb-ecommerce-header-4 .nb-horizontal-navigation-2 .wsmenu>.wsmenu-list>li>.wsshoptabing.nb-dropdown-2>.wsshopwp>.wstabitem>li>.wstitemright.nb-menu-item-right-list {
        overflow-y: auto;
        height: 100%;
    }
    .nb-ecommerce-header-4 .nb-horizontal-navigation-2 .nb-menu-first-level-item-list{
        height: var(--nb-ecommerce-header-4-level-item-list-height);
    }
    .nb-ecommerce-header-4 .nb-horizontal-navigation-2 .nb-menu-first-level-item-list.wsmenu-list>li{
        max-height: var(--nb-ecommerce-header-4-level-item-list-height);
    }

    .nb-ecommerce-header-4 .nb-header-favorite-with-badge-1 .nb-header-favorite-label,
    .nb-ecommerce-header-4 .nb-header-cart-with-badge-1 .nb-header-cart-label,
    .nb-header-site-user-dropdown-1 .nb-header-site-user-dropdown-label{
        display: block;
        font-weight: var(--nb-font-medium);
    }

    /* Glavna navigacija */
    .nb-ecommerce-header-4 .nb-header-menu-wrapper .nb-menu-first-level-item-list.wsmenu-list li > .navtext{
        color: var(--nb-color-white);
        font-size: 14px;
        line-height: 30px;
        font-weight: var(--nb-font-weight-400);
        padding: 12px 20px;
    }
    .nb-ecommerce-header-4 .nb-header-menu-wrapper .nb-menu-first-level-item-list-2.wsmenu-list li > .navtext:hover{
        background: var(--nb-color-black);
    }
    .nb-ecommerce-header-4 .nb-horizontal-navigation-2 .wsmenu>.wsmenu-list>li.nb-menu-first-level-item-1>.nb-first-level-menu-item-link .nb-menu-title{
        border-bottom: unset;
        padding-bottom: 0;
    }
    .nb-ecommerce-header-4 .nb-horizontal-navigation-2 .wsmenu>.wsmenu-list>li.nb-menu-first-level-item-1:hover>.nb-first-level-menu-item-link .nb-menu-title{
        color: var(--nb-color-white);
    }
    .nb-ecommerce-header-4 .nb-horizontal-navigation-2 .wsmenu>.wsmenu-list>li>.wsshoptabing.nb-dropdown-2{
        top: 100%;
        left: 0;
        right: 0;
        width: auto;
    }
    .wsmenu>.wsmenu-list>li>.wsshoptabing.nb-dropdown-2>.wsshopwp>.wstabitem>li.nb-menu-second-level-item-1>a.nb-second-level-menu-item-link{
        padding: 6px 10px;
        border-left: 2px solid transparent;
        border-top: 1px solid transparent;
        border-bottom: 1px solid transparent;
        min-height: 45px;
    }
    .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,
    .wsmenu>.wsmenu-list>li>.wsshoptabing.nb-dropdown-2>.wsshopwp>.wstabitem>li.nb-menu-second-level-item-1>a.nb-second-level-menu-item-link:hover{
        background: var(--nb-color-white);
        border-color: var(--nb-spec-color);
        border-top: 1px solid var(--nb-border-color);
        border-bottom: 1px solid var(--nb-border-color);
    }
    .nb-ecommerce-header-4 .wsmenu>.wsmenu-list>li.nb-menu-first-level-item-1>.nb-first-level-menu-item-link:after{
        display: none;
    }
    .nb-ecommerce-header-4 .wsmain{
        max-width: unset;
    }
    .nb-ecommerce-header-4 .nb-dropdown-2>.wsshopwp,
    .nb-ecommerce-header-4 .nb-third-menu-level-item-list{
        height: 100% !important;
    }
}
@media screen and (min-width: 992px) and (max-width: 1700px) {
    .nb-ecommerce-header-4 .nb-header-menu-wrapper .nb-menu-first-level-item-list.wsmenu-list li > .navtext{
        padding: 18px 10px;;
    }
}
@media screen and (max-width: 1400px) {
    .nb-ecommerce-header-4 .nb-header-middle-wrapper{
        position: static;
    }
    .nb-ecommerce-header-4 .nb-header-inner-wrapper{
        position: relative;
    }
    body.open-search .nb-ecommerce-header-4 .nb-smart-search-modal-2{
        top: 10px;
    }

    body.open-search .nb-ecommerce-header-4:not(:has(.nb-smart-search-modal-1)) .nb-logo,
    body.open-search .nb-ecommerce-header-4:not(:has(.nb-smart-search-modal-1)) .nb-header-shop-utilities{
        opacity: 0;
    }
}

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


    :root{
        --nb-ecommerce-header-4-level-item-list-5-img-height: 30px;
    }

    .nb-ecommerce-header-4:has(.nb-smart-search-modal-1) .nb-search.nb-search-1 {
        height: 100%;
        top: 97px;
    }

    body.open-search .nb-ecommerce-header-4:has(.nb-smart-search-modal-1) .wsanimated-arrow {
        display: none;
    }
    
    body.open-search .nb-ecommerce-header-4:has(.nb-smart-search-modal-1) .nb-header-middle-wrapper {
        position: relative;
        width: 100%;
        left: unset;
        bottom: unset;
    }

    body.open-search .nb-ecommerce-header-4:has(.nb-smart-search-modal-1) .nb-header-shop-utilities,
    body.open-search .nb-ecommerce-header-4:has(.nb-smart-search-modal-1) .nb-logo {
        display: none;
    }

    .nb-ecommerce-header-4:has(.nb-smart-search-modal-1) .nb-horizontal-navigation-2 {
        padding: 0;
    }

    .wsactive .nb-ecommerce-header-4:has(.nb-horizontal-navigation-2 .nb-menu-first-level-item-list-5) .wsanimated-arrow{
        top: 20px !important;
    }
    .nb-ecommerce-header-4 .nb-horizontal-navigation-2 .wsmenu>.wsmenu-list>li.nb-menu-first-level-item-3.has-img .nb-menu-image{
        justify-content: center;
        background-color: var(--nb-ecommerce-header-4-level-item-list-5-img-mobile-bg);
        padding: 2px;
    }
    .nb-ecommerce-header-4 .nb-horizontal-navigation-2 .wsmenu>.wsmenu-list>li.nb-menu-first-level-item-3.has-img:nth-of-type(odd) .nb-menu-image{
        margin-right: 5px;
    }
    .nb-ecommerce-header-4 .nb-horizontal-navigation-2 .wsmenu>.wsmenu-list>li.nb-menu-first-level-item-3.has-img:nth-of-type(even) .nb-menu-image{
        margin-left: 5px;
    }
    .nb-ecommerce-header-4 .nb-horizontal-navigation-2 .wsmenu>.wsmenu-list>li.has-img {
        width: calc(50% - 15px);
        display: inline-block;
        margin: unset;
    }
    .nb-ecommerce-header-4 .nb-horizontal-navigation-2 .wsmenu>.wsmenu-list>li>.wsmegamenu.nb-menu-dropdown-4{
        z-index: 10;
    }
    .wsactive .nb-ecommerce-header-4 .nb-horizontal-navigation-2 .wsmenu>.wsmenu-list>li>.wsmegamenu.nb-menu-dropdown-4.active{
        display: block;
        padding-top: 0;
    }


    .nb-ecommerce-header-4 .wsanimated-arrow {
        display: block;
        position: unset;
        margin: 0;
        padding: 0;
        flex: 1;
    }
    .nb-ecommerce-header-4  .nb-menu-first-level-item-list .nb-header-menu-title{
        font-size: 18px;
        font-weight: var(--nb-font-semibold);
        text-transform: unset;
    }

    .nb-ecommerce-header-4  .wsmenu .wsmenu-list li > .wsmenu-click02{
        transform: rotate(-90deg);
    }
    .nb-ecommerce-header-4 .nb-horizontal-navigation-2 .wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li a,
    .nb-ecommerce-header-4 .nb-horizontal-navigation-2 .wsmenu>.wsmenu-list>li.nb-menu-first-level-item-1>.nb-first-level-menu-item-link{
        padding: 15px 0;
    }
    .nb-ecommerce-header-4 .nb-horizontal-navigation-2 .wsmenu>.wsmenu-list>li.nb-menu-first-level-item-1>.wsmenu-click{
        width: 50px;
        height: 50px;
    }
    .nb-ecommerce-header-4 .nb-horizontal-navigation-2 .wsmenu>.wsmenu-list>li.nb-menu-first-level-item-1{
        padding: 0;
    }
    .nb-ecommerce-header-4 .nb-menu-first-level-item-list.wsmenu-list{
        padding: 0 10px 20px 10px;
    }
    .nb-ecommerce-header-4 .wsanimated-arrow span,
    .nb-ecommerce-header-4 .wsanimated-arrow span:before,
    .nb-ecommerce-header-4 .wsanimated-arrow span:after {
        background-color: var(--nb-color-black);
    }
    .nb-ecommerce-header-4 .wsanimated-arrow span,
    .nb-ecommerce-header-4 .wsanimated-arrow span:before,
    .nb-ecommerce-header-4 .wsanimated-arrow span:after{
        height: 2px;
    }
    .nb-ecommerce-header-4 .wsanimated-arrow span:before{
        width: 17px;
    }
    .wsactive .nb-ecommerce-header-4 .wsanimated-arrow span:after,
    .wsactive .nb-ecommerce-header-4 .wsanimated-arrow span:before{
        width: 17px;
    }

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

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

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

    .nb-ecommerce-header-4 .nb-header-shop-utilities{
        flex: 1;
        margin-right: 10px;
    }

    .nb-ecommerce-header-4 .nb-header-menu-wrapper .nb-menu-first-level-item-list.wsmenu-list li > .navtext{
        color: var(--nb-text-color-primary);
        max-height: 50px;
    }
    .nb-ecommerce-header-4 .wsmenu>.wsmenu-list>li>.wsshoptabing.nb-dropdown-2>.wsshopwp>.wstabitem>li.nb-menu-second-level-item-1>a.nb-second-level-menu-item-link{
        border-bottom: 1px solid var(--nb-border-color);
    }

    .nb-ecommerce-header-4 .nb-menu-third-level-item-1{
        margin-bottom: 0;
    }

    .nb-ecommerce-header-4 .nb-header-middle-wrapper{
        position: absolute;
        width: 40px;
        left: 40px;
        bottom: 0;
    }
    .nb-ecommerce-header-4 .nb-search-button .custom-text{
        display: none;
    }
    .nb-ecommerce-header-4 .nb-search-button{
        border: none;
    }
    .nb-ecommerce-header-4 .nb-search-button .nb-icon{
        font-size: 22px;
    }
    body.open-search .nb-ecommerce-header-4 #searchHolder {
        position: fixed;
        top: 0;
        z-index: 999;
    }
    body.open-search .nb-ecommerce-header-4 .nb-smart-search-modal-2{
        position: fixed;
        top: 0;
    }

    .nb-ecommerce-header-4 .nb-third-menu-level-item-list > .nb-content-wrapper{
        padding: 0;
    }
    .nb-ecommerce-header-4 .wsmenu>.wsmenu-list>li>.wsshoptabing.nb-dropdown-2>.wsshopwp>.wstabitem>li>.wstitemright.nb-menu-item-right-list{
        padding-top: 0;
    }
    .nb-ecommerce-header-4 .nb-menu-fourth-level-item-link{
        font-size: 14px;
    }
}

@media screen and (max-width: 768px) {
    .nb-ecommerce-header-4 .nb-mobile-hidden {
        display: none;
    }
    .nb-ecommerce-header-4 .nb-header-favorite-with-badge-1 .nb-icon,
    .nb-ecommerce-header-4 .nb-header-cart-with-badge-1 .nb-icon{
        font-size: unset;
    }
    .nb-ecommerce-header-4 .nb-header-favorite-with-badge-1 .nb-icon:before,
    .nb-ecommerce-header-4 .nb-header-cart-with-badge-1 .nb-icon:before{
        font-size: 24px;
    }
    .nb-ecommerce-header-4 .nb-header-favorite-with-badge-1 .nb-header-favorite-count-wrapper,
    .nb-ecommerce-header-4 .nb-header-cart-with-badge-1 .nb-header-cart-count-wrapper{
        width: 20px;
        height: 20px;
    }
}

@media screen and (max-width: 576px) {
    .nb-ecommerce-header-4 .nb-header-wrapper .nb-header-shop-utilities {
        gap: 20px;
    }
    .nb-ecommerce-header-4 .nb-logo .nb-img{
        max-height: 20px;
    }
    .nb-ecommerce-header-4 .nb-header-middle-wrapper{
        left: 25px;
    }
    .nb-ecommerce-header-4 .nb-search-button{
        padding-bottom: 8px;
    }
}

/*
/* 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-brand/product-brand-1/product-brand-1.css.'
*/:root {
    --nb-product-brand-1-font-size: var(--nb-font-size-14);
    --nb-product-brand-1-color: var(--nb-color-gray-700);
    --nb-product-brand-1-hover-color: var(--nb-spec-color);
    --nb-product-brand-1-line-height: var(--nb-body-line-height);
    --nb-product-brand-1-dt-rows: var(--nb-dt-rows);
}

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

.nb-product-brand-1:hover {
    color: var(--nb-product-brand-1-hover-color);
}
/*
/* NB Fajl:'./_blocks/product/product-detail/product-detail-attribute/product-detail-attribute-value-name-1/product-detail-attribute-value-name-1.css.'
*/.nb-product-detail-attribute-value-name-1 .nb-link {
    font-size: 14px;
    color: var(--nb-color-gray);
}
/*
/* 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-code/product-barcode/product-barcode.css.'
*/.nb-product-barcode {
    font-size: var(--nb-product-code-font-size);
    font-weight: var(--nb-product-code-font-weight);
    line-height: var(--nb-product-code-line-height);
    color: var(--nb-product-code-color);
}

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

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

.nb-product-barcode.nb-product-code-l {
    font-size: var(--nb-product-code-font-size-l);
}
/*
/* NB Fajl:'./components/complex/product/product-indicator/product-indicator-2/product-indicator-2.css.'
*/:root {
    --nb-product-indicator-2-bg: var(--nb-color-gray-200);
    --nb-product-indicator-2-min-height: 80px;
    --nb-product-indicator-2-padding-x: 15px;
    --nb-product-indicator-2-padding-y: 14px;

    --nb-product-indicator-2-available-label-color: var(--nb-text-color-primary);
    --nb-product-indicator-2-available-label-font-size: var(--nb-font-size-14);
    --nb-product-indicator-2-available-label-font-weight: var(--nb-font-weight-400);

    --nb-product-indicator-2-available-value-color: var(--nb-text-color-primary);
    --nb-product-indicator-2-available-value-font-size: var(--nb-font-size-14);
    --nb-product-indicator-2-available-value-font-weight: var(--nb-font-weight-700);

    --nb-product-indicator-2-quantity-label-color: var(--nb-text-color-primary);
    --nb-product-indicator-2-quantity-label-font-size: var(--nb-font-size-14);
    --nb-product-indicator-2-quantity-label-font-weight: var(--nb-font-weight-400);

    --nb-product-indicator-2-quantity-value-color: var(--nb-text-color-primary);
    --nb-product-indicator-2-quantity-value-font-size: var(--nb-font-size-14);
    --nb-product-indicator-2-quantity-value-font-weight: var(--nb-font-weight-700);

    --nb-product-indicator-2-available-color: var(--nb-color-green);
    --nb-product-indicator-2-not-available-color: var(--nb-color-red);
}

.nb-product-indicator-2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    padding: var(--nb-product-indicator-2-padding-y) var(--nb-product-indicator-2-padding-x);
    background-color: var(--nb-product-indicator-2-bg);
    min-height: var(--nb-product-indicator-2-min-height);
}

.nb-product-indicator-2 .nb-product-indicator-available-wrapper,
.nb-product-indicator-2 .nb-product-indicator-quantity-wrapper {
    display: flex;
    align-items: center;
    gap: 5px;
}

.nb-product-indicator-2 .nb-product-indicator-available-label {
    color: var(--nb-product-indicator-2-available-label-color);
    font-size: var(--nb-product-indicator-2-available-label-font-size);
    font-weight: var(--nb-product-indicator-2-available-label-font-weight);
}

.nb-product-indicator-2 .nb-product-indicator-quantity-label {
    color: var(--nb-product-indicator-2-quantity-label-color);
    font-size: var(--nb-product-indicator-2-quantity-label-font-size);
    font-weight: var(--nb-product-indicator-2-quantity-label-font-weight);
}

.nb-product-indicator-2 .nb-product-indicator-available-value {
    color: var(--nb-product-indicator-2-available-value-color);
    font-size: var(--nb-product-indicator-2-available-value-font-size);
    font-weight: var(--nb-product-indicator-2-available-value-font-weight);
}

.nb-product-indicator-2 .nb-product-indicator-quantity-value {
    color: var(--nb-product-indicator-2-quantity-value-color);
    font-size: var(--nb-product-indicator-2-quantity-value-font-size);
    font-weight: var(--nb-product-indicator-2-quantity-value-font-weight);
}

.nb-product-indicator-2 .nb-product-indicator-icon {
    line-height: 1;
}

.nb-product-indicator-2 .nb-product-indicator-available {
    color: var(--nb-product-indicator-2-available-color);
}

.nb-product-indicator-2 .nb-product-indicator-not-available {
    color: var(--nb-product-indicator-2-not-available-color);
}
/*
/* NB Fajl:'./_blocks/product/additional-product-info/additional-product-info-display/additional-product-info-display-1/additional-product-info-display-1.css.'
*/:root {
    --nb-additional-product-info-font-size: 16px;
    --nb-product-indicator-2-available-label-font-size: var(--nb-font-size-16);
    --nb-product-indicator-2-available-value-font-size: var(--nb-font-size-16);
}

.nb-additional-product-info-display-1 {
    display: flex;
    justify-content: space-between;
    align-items: end;
}

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

.nb-additional-product-info-display-1 .nb-additional-product-info > .nb-product-code-and-isbn,
.nb-additional-product-info-display-1 .nb-additional-product-info > .nb-product-author-and-publisher {
    display: flex;
    gap: 20px;
}

.nb-additional-product-info-display-1 .nb-product-code,
.nb-additional-product-info-display-1 .nb-product-isbn,
.nb-additional-product-info-display-1 .nb-product-publisher,
.nb-additional-product-info-display-1 .author-name {
    font-size: var(--nb-additional-product-info-font-size);
}

.nb-additional-product-info-display-1 .nb-product-code,
.nb-additional-product-info-display-1 .nb-product-isbn {
    color: var(--nb-color-gray);
}

.nb-additional-product-info-display-1 .nb-product-publisher,
.nb-additional-product-info-display-1 .author-name {
    color: var(--nb-color-black);
}

.nb-additional-product-info-display-1 .nb-product-indicator-2 {
    padding: 0;
    background: unset;
    height: fit-content;
    min-height: unset;
}

.nb-additional-product-info-display-1 .nb-product-indicator-2 .nb-product-indicator-quantity-wrapper {
    display: none;
}

@media (max-width: 576px) {

    .nb-additional-product-info-display-1 {
        justify-content: start;
        align-items: start;
    }

    .nb-additional-product-info-display-1 .nb-additional-product-info > .nb-product-code-and-isbn,
    .nb-additional-product-info-display-1 .nb-additional-product-info > .nb-product-author-and-publisher,
    .nb-additional-product-info-display-1 {
        flex-direction: column;
        gap: 10px;
    }
}
/*
/* NB Fajl:'./components/complex/product/product-description/product-short-description/product-short-description.css.'
*/.nb-product-short-description {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 1399px) {
    .nb-product-related-image-list-1 .nb-product-related-image-list-wrapper {
        grid-template-columns: repeat(5, 1fr);
    }
}
/*
/* NB Fajl:'./components/complex/size/selected-size/selected-size-1/selected-size-1.css.'
*/:root {
    --nb-selected-size-1-font-size: var(--nb-h6-font-size);
    --nb-selected-size-1-font-weight: var(--nb-h6-font-weight);
    --nb-selected-size-1-color: var(--nb-text-color-primary);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

}

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

    --nb-product-detail-size-4-size-value-box-1-min-width: 73px;
    --nb-product-detail-size-4-size-value-box-1-height: 40px;

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

    --nb-product-detail-size-4-size-value-box-1-active-border-color: var(--nb-spec-color);
    --nb-product-detail-size-4-size-value-box-1-active-color: var(--nb-spec-color);

    --nb-product-detail-size-4-size-value-box-1-disabled-color: var(--nb-text-color-primary);
    --nb-product-detail-size-4-size-value-box-1-disabled-border-color: var(--nb-border-color);
    --nb-product-detail-size-4-size-value-box-1-disabled-bg: var(--nb-bg-secondary);
    --nb-product-detail-size-4-size-value-box-1-disabled-opacity: 0.3;
}

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

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

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

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

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

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

.nb-product-detail-size-4 .nb-tab-size-picker-4 .nb-product-size-list-8 .nb-size-value-box-1 {
    color: var(--nb-product-detail-size-4-size-value-box-1-color);
    font-size: var(--nb-product-detail-size-4-size-value-box-1-font-size);
    font-weight: var(--nb-product-detail-size-4-size-value-box-1-font-weight);
    padding: 0 var(--nb-product-detail-size-4-size-value-box-1-padding-x);
    background-color: var(--nb-product-detail-size-4-size-value-box-1-bg);
    border: var(--nb-product-detail-size-4-size-value-box-1-border-width) var(--nb-border-style) var(--nb-product-detail-size-4-size-value-box-1-border-color);
    border-radius: var(--nb-product-detail-size-4-size-value-box-1-border-radius);
    white-space: pre;
    min-width: var(--nb-product-detail-size-4-size-value-box-1-min-width);
    width: fit-content;
    height: var(--nb-product-detail-size-4-size-value-box-1-height);
}

.nb-product-detail-size-4 .nb-tab-size-picker-4 .nb-product-size-list-8 > .nb-size-value-box-1.disabled,
.nb-product-detail-size-4 .nb-tab-size-picker-4 .nb-product-size-list-8 > .nb-size-value-box-1.disabled:focus,
.nb-product-detail-size-4 .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-size-4-size-value-box-1-disabled-border-color);
    color: var(--nb-product-detail-size-4-size-value-box-1-disabled-color);
    background-color: var(--nb-product-detail-size-4-size-value-box-1-disabled-bg);
    opacity: var(--nb-product-detail-size-4-size-value-box-1-disabled-opacity);
}

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

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

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

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

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

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

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

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

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

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

.nb-quantity-product.nb-label-above-product-quantity .nb-quantity-label {
    margin-right: 0;
    margin-bottom: calc(var(--nb-product-spacer-y)/2);
}
/*
/* NB Fajl:'./components/complex/product/product-notification-link/product-available-notification-link/product-available-notification-link.css.'
*/:root{
    --nb-product-available-notification-icon-color: var(--nb-color-gray);
    --nb-product-available-notification-font-size: var(--nb-font-size-16);
    --nb-product-available-notification-font-weight: var(--nb-body-font-weight);
    --nb-product-available-notification-popup-width: 250px;
}

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


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

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

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

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

@media screen and (max-width: 768px) {
    .nb-product-available-notification-link{
        --nb-product-available-notification-font-size: var(--nb-font-size-14)
    }
}
/*
/* NB Fajl:'./components/complex/product/product-quantity/product-quantity-add-to-cart-and-favorite-2/product-quantity-add-to-cart-and-favorite-2.css.'
*/:root {
    --nb-product-quantity-add-to-cart-and-favorite-2-gap: 20px;

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

    .nb-product-quantity-add-to-cart-and-favorite-2.nb-with-instalments.nb-component {
        margin-bottom: 110px;
    }
}
/*
/* NB Fajl:'./static/css/nbcomponent/nb7.addtocart.css.'
*/
/*
    ADD TO CART komponenta
*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .nb-product-add-to-cart-button-2 .nb-product-quantity-add-to-cart-and-favorite-2 .nb-main-wrapper .nb-favorite .nb-icon {
        font-size: var(--nb-font-size-16);
    }
}
/*
/* NB Fajl:'./_blocks/marketing/social/social-share/social-share-3/social-share-3.css.'
*/
.nb-social-share-3 .nb-items-wrapper{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.nb-social-share-3 .nb-social-icons-item{
    border: 1px solid var(--nb-border-color);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 9px;
    min-width: 140px;
    width: calc(33% - 12px);
    max-height: 40px;
}
.nb-social-share-3 .nb-social-icons-item .custom-text{
    font-size: 14px;
    line-height: 1.5;
}
.nb-social-share-3 .nb-social-icons-item .nb-img{
    max-height: 20px;
}
@media screen and (max-width: 992px){
    .nb-social-share-3 .nb-social-icons-item{
        min-width: 160px;
    }
}
@media screen and (max-width: 768px){
    .nb-social-share-3 .nb-items-wrapper{
        gap: 15px;
    }
    .nb-social-share-3 .nb-social-icons-item{
        width: calc(33% - 9px);
    }
}
@media screen and (max-width: 576px){
    .nb-social-share-3 .nb-social-icons-item{
        width: 100%;
    }
}
/*
/* NB Fajl:'./components/multimedia/icon-title-link-horizontal/icon-title-link-horizontal.css.'
*/.nb-icon-title-link-horizontal {
    display: flex;
    align-items: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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


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

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

.nb-how-to-buy-banner-1 .nb-icon-title-link-horizontal {
    margin-bottom: calc(var(--nb-spacer-y)/2);
}
/*
/* NB Fajl:'./components/core/tab-and-accordion/tab-and-accordion.css.'
*/:root {
    --nb-tab-and-accordion-border-width: var(--nb-border-width);
    --nb-tab-and-accordion-border-color: var(--nb-border-color);
    --nb-tab-and-accordion-border-active-color: var(--nb-spec-color);

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

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

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

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

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

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

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

/* Component V1 */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    /* Component V1 */

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

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

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

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

}

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

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

/*
/* NB Fajl:'./components/complex/product/product-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:'./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:'./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/comment-and-review/rating/rating-input/rating-input.css.'
*/.nb-rating-input {
    position: relative;
    max-width: max-content;
}

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

@media screen and (max-width: 576px) {
    .nb-comments-form-1 .nb-link-with-icon-1{
        margin-bottom: 20px;
    }
}
/*
/* NB Fajl:'./components/core/style/typography/heading-with-icon-1/heading-with-icon-1.css.'
*/.nb-heading-with-icon-1 {
    --nb-dt-rows: auto;
    --nb-rows: auto;
}

.nb-heading-with-icon-1 .nb-title{
    margin-bottom: 0;
}

.nb-heading-with-icon-1.nb-text-align-center{
    text-align: center;
}
.nb-heading-with-icon-1.nb-text-align-right{
    text-align: right;
}

.nb-heading-with-icon-1 .nb-icon.nb-heading-icon:before{
    content: var(--nb-heading-icon);
}
/*
/* NB Fajl:'./components/complex/product/product-image/product-image-v2/product-image-v2.css.'
*/.nb-product-image-2 {
    overflow: hidden;
    position: relative;
}

.nb-product-image-2 .nb-second-product-image{
    position: absolute;
    inset: 0;
    z-index: -1;
    opacity: 0;
}
.nb-product-card:hover .nb-product-image-2 .nb-second-product-image{
    z-index: 0;
    opacity: 1;
}

/*
/* NB Fajl:'./components/complex/product/product-image/product-image-with-positioned-content-v1/product-image-with-positioned-content-v1.css.'
*/.nb-product-image-with-positioned-content-v1{
    position: relative;
}

/*
/* NB Fajl:'./components/complex/product/product-open-gift-list-modal/product-open-gift-list-modal.css.'
*/.nb-product-open-gift-list-modal .nb-btn {
    all: unset;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
}
/*
/* NB Fajl:'./components/complex/product/pruduct-free-delivery-text-1/pruduct-free-delivery-text-1.css.'
*/:root {
    --nb-product-free-delivery-text-1-font-size: var(--nb-font-size-12);
    --nb-product-free-delivery-text-1-font-weight: var(--nb-font-regular);
    --nb-product-free-delivery-text-1-color: var(--nb-spec-color);
    --nb-product-free-delivery-text-1-bg: #0D6EFD1A;
}

.nb-product-free-delivery-text-1 {
    background-color: var(--nb-product-free-delivery-text-1-bg);
    color: var(--nb-product-free-delivery-text-1-color);
    font-size: var(--nb-product-free-delivery-text-1-font-size);
    font-weight: var(--nb-product-free-delivery-text-1-font-weight);
    padding: 2px 5px;
    display: inline-block;
}
/*
/* NB Fajl:'./components/core/icon-with-text/custom-text-with-icon/custom-text-with-icon-v1/custom-text-with-icon-v1.css.'
*/:root {
    --nb-custom-text-with-icon-1-text-font-size: var(--nb-font-size-14);
    --nb-custom-text-with-icon-1-text-font-weight: var(--nb-font-regular);
    --nb-custom-text-with-icon-1-text-color: var(--nb-text-color-primary);
    --nb-custom-text-with-icon-1-icon-color: var(--nb-text-color-primary);
}

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

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

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

.nb-custom-text-with-icon-1.nb-custom-text-with-icon-right .nb-icon{
    order: 1;
}
.nb-custom-text-with-icon-1.nb-custom-text-with-icon-top{
    flex-direction: column;
    align-items: center;
}
/*
/* NB Fajl:'./components/complex/product/product-compare/product-compare-2/product-compare-2.css.'
*/:root{
    --nb-product-compare-text-color: var(--nb-text-link-1-secondary-color);
    --nb-product-compare-bg: transparent;
}
.nb-product-compare-2 .nb-custom-text-with-icon-1{
    gap: 10px;
    background-color: var(--nb-product-compare-bg);
}
/*
/* NB Fajl:'./components/complex/product/product-content-position/product-content-position-2/product-content-position-2.css.'
*/:root {
    --nb-product-content-position-2-left-top-postion: calc(var(--nb-spacer-y)/2);
    --nb-product-content-position-2-left-left-postion: calc(var(--nb-spacer-x)/2);

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

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

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

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

    --nb-product-content-position-2-brand-max-width: 60px;
}

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

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

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

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

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

.nb-product-content-position-2 .nb-position.nb-bottom-right-content {
    bottom: var(--nb-product-content-position-2-right-bottom-postion);
    right: var(--nb-product-content-position-2-right-right-postion);
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

.nb-product-content-position-2 .nb-position.nb-bottom-center-content {
    bottom: var(--nb-product-content-position-2-center-bottom-postion);
    left: 50%;
    transform: translateX(-50%);
}

.nb-product-content-position-2 .nb-product-brand-2 .nb-img {
    max-width: var(--nb-product-content-position-2-brand-max-width);
}

.nb-product-content-position-2 .nb-product-compare-2 .nb-custom-text-with-icon-1 {
    padding: 0;
}

.nb-product-content-position-2 .nb-remove-compare,
.nb-product-content-position-2 .nb-product-compare-2 .custom-text,
.nb-product-content-position-2 .nb-product-open-gift-list-modal span {
    display: none;
}
/*
/* NB Fajl:'./components/complex/product/product-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-size-list/product-size-list-5/product-size-list-5.css.'
*/:root {
    --nb-product-size-list-5-gap: 13px;

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

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

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

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

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


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


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

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

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

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

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

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

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

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

.nb-product-bubble-3 .nb-product-size-picker-wrapper {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 20px;
}
/*
/* NB Fajl:'./components/complex/product/product-button-with-bubble/product-button-with-bubble-3/product-button-with-bubble-3.css.'
*/.nb-product-button-with-bubble-3 .nb-add-to-cart {
    width: 100%;
}
/*
/* NB Fajl:'./components/complex/product/product-card/product-card-45/product-card-45.css.'
*/:root{
    --nb-product-card-45-border-radius: 0;
    --nb-product-card-45-card-body-padding-x: 10px;
    --nb-product-card-45-card-body-padding-y: 10px;
    --nb-product-card-45-card-body-height: 145px;

    --nb-product-card-45-product-name-font-size: var(--nb-font-size-20);
    --nb-product-card-45-product-name-line-height: 1.5;
    --nb-product-card-45-product-name-font-weight: var(--nb-font-regular);
    --nb-product-card-45-product-name-color: var(--nb-text-color-primary);

    --nb-product-card-45-brand-font-size: var(--nb-font-size-14);
    --nb-product-card-45-brand-font-weight: var(--nb-font-regular);
    --nb-product-card-45-brand-color: var(--nb-text-color-secondary);

    --nb-product-card-45-add-to-cart-width: 40px;
    --nb-product-card-45-add-to-cart-height: 40px;
    --nb-product-card-45-add-to-cart-border-radius: 4px;

    --nb-product-card-45-active-price-font-size: var(--nb-font-size-16);
    --nb-product-card-45-active-price-font-weight: var(--nb-font-bold);
    --nb-product-card-45-prev-price-font-size: var(--nb-font-size-12);
    --nb-product-card-45-prev-price-font-weight: var(--nb-font-regular);

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

    --nb-product-card-45-bubble-product-name-font-size: var(--nb-font-size-14);
    --nb-product-card-45-bubble-product-name-line-height: 1.5;
    --nb-product-card-45-bubble-product-name-font-weight: var(--nb-font-medium);

    --nb-product-card-45-bubble-price-font-size: var(--nb-font-size-16);
    --nb-product-card-45-bubble-price-font-weight: var(--nb-font-semibold);

    --nb-product-card-45-bubble-control-wrapper-width: 100px;

    --nb-product-card-45-content-position-2-left-top-postion: 0px;
    --nb-product-card-45-content-position-2-left-left-postion: 0px;
    --nb-product-card-45-content-position-2-right-top-postion: 0px;
    --nb-product-card-45-content-position-2-right-right-postion: 0px;
    --nb-product-card-45-content-position-2-left-bottom-postion: 0px;
    --nb-product-card-45-content-position-2-left-left-postion: 0px;
    --nb-product-card-45-content-position-2-right-bottom-postion: 0px;
    --nb-product-card-45-content-position-2-right-right-postion: 0px;

    --nb-product-card-45-blur: blur(15px);
    --nb-product-card-45-blur-bg: #00000080;
}
.nb-product-card-45{
    box-shadow: 0px 0px 10px 0px #0000001A;
    border-radius: var(--nb-product-card-45-border-radius);
}
.nb-product-card-45 .nb-card {
    padding: var(--nb-product-card-45-card-body-padding-x) var(--nb-product-card-45-card-body-padding-x);
    border-radius: var(--nb-product-card-45-border-radius);
}
.nb-product-card-45 .nb-card.nb-product-card .card-body.nb-card-body.nb-product-card-body{
    padding: 0;
    margin-top: 10px;
    height: var(--nb-product-card-45-card-body-height);
    display: flex;
    flex-direction: column;
    justify-content: end;
}
.nb-product-card-45 .nb-card.nb-product-card .card-body.nb-card-body.nb-product-card-body > * + * {
    margin-top: 8px;
}
.nb-product-card-45 .nb-product-image-with-positioned-content-v1 {
    position: relative;
}

.nb-product-card-45 .nb-product-image-2 {
    overflow: hidden;
    position: relative;
}

.nb-product-card-45 .nb-product-image-2 .nb-second-product-image {
    transform: translateX(100%);
}

.nb-product-card-45 .nb-product-card:hover .nb-product-image-2 .nb-second-product-image {
    transform: translateX(0);
    transition: transform 0.3s;
}
.nb-product-card-45 .nb-product-image-with-positioned-content-v1 > .nb-img-wrapper img {
    border-top-left-radius: var(--nb-product-card-45-border-radius);
    border-top-right-radius: var(--nb-product-card-45-border-radius);
}

.nb-product-card-45 .nb-product-content-position-2 .nb-position.nb-top-left-content {
    top: var(--nb-product-card-45-content-position-2-left-top-postion);
    left: var(--nb-product-card-45-content-position-2-left-left-postion);
}
.nb-product-card-45 .nb-product-content-position-2 .nb-position.nb-top-right-content {
    top: var(--nb-product-card-45-content-position-2-right-top-postion);
    right: var(--nb-product-card-45-content-position-2-right-right-postion);
}
.nb-product-card-45 .nb-product-content-position-2 .nb-position.nb-bottom-left-content {
    bottom: var(--nb-product-card-45-content-position-2-left-bottom-postion);
    left: var(--nb-product-card-45-content-position-2-left-left-postion);
}
.nb-product-card-45 .nb-product-content-position-2 .nb-position.nb-bottom-right-content {
    bottom: var(--nb-product-card-45-content-position-2-right-bottom-postion);
    right: var(--nb-product-card-45-content-position-2-right-right-postion);
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

.nb-product-card-45 .nb-card-body .nb-product-brand-1 {
    font-size: var(--nb-product-card-45-brand-font-size);
    font-weight: var(--nb-product-card-45-brand-font-weight);
    color: var(--nb-product-card-45-brand-color);
}

.nb-product-card-45 .nb-card-body > .nb-product-name .nb-title,
.nb-product-card-45 .nb-card-body > .nb-product-name {
    font-size: var(--nb-product-card-45-product-name-font-size);
    line-height: var(--nb-product-card-45-product-name-line-height);
    font-weight: var(--nb-product-card-45-product-name-font-weight);
    color: var(--nb-product-card-45-product-name-color);
}

.nb-product-card-45 .nb-card-body > .nb-product-name {
    margin-bottom: 0;
}
.nb-product-card-45 .nb-card-body > .nb-product-name,
.nb-product-card-45 .nb-card-body > .nb-product-name .nb-title {
    --nb-dt-rows: 2;
    height: calc(var(--nb-dt-rows) * var(--nb-product-card-45-product-name-line-height) * var(--nb-product-card-45-product-name-font-size))
}
.nb-product-card-45 .nb-card.nb-product-card .card-body.nb-card-body.nb-product-card-body .nb-product-button-with-bubble-3{
    margin-top: 0;
}
.nb-product-card-45 .nb-product-button-with-bubble-3 {
    opacity: 1;
    position: relative;
    transition: opacity 0.4s;
    padding: 0 var(--nb-product-card-spacer-x);
    background: var(--nb-color-white);
    z-index: 9;
}
.nb-product-card-45 .nb-product-button-with-bubble-3 .nb-product-bubble-3 {
    position: absolute;
    bottom: 0;
    left: 0;
    cursor: initial;
    width: 100%;
    box-shadow: 0px 0px 10px -3px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 0px 10px -3px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 10px -3px rgba(0,0,0,0.3);
    min-height: 150px;
}
.nb-product-card-45:hover .nb-product-button-with-bubble-3,
.nb-product-card-45:focus .nb-product-button-with-bubble-3,
.nb-product-card-45:active .nb-product-button-with-bubble-3 {
    opacity: 1;
}
.nb-product-card-45 .nb-product-button-with-bubble-3 .nb-product-bubble-3 .nb-product-size-picker-wrapper{
    margin-bottom: 0;
}
.nb-product-card-45 .nb-product-button-with-bubble-3 .nb-add-to-cart{
    width: var(--nb-product-card-45-add-to-cart-width);
    height: var(--nb-product-card-45-add-to-cart-height);
    border-radius: var(--nb-product-card-45-add-to-cart-border-radius);
    padding: 8px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.nb-product-card-45 .nb-product-button-with-bubble-3 .nb-add-to-cart .nb-add-to-cart-text{
    display: none;
}
.nb-product-card-45 .nb-product-button-with-bubble-3 .nb-btn.nb-add-to-cart .nb-icon{
    margin-right: 0;
}

.nb-product-card-45 .nb-favorite .nb-icon{
    font-size: 20px;
}
.nb-product-card-45 .nb-favorite .bi-heart:before{
    content: '\e99b';
}
.nb-product-card-45 .nb-favorite .bi-heart-fill:before{
    content: '\e9a4';
}
.nb-product-card-45 .nb-product-button-with-bubble-3:has(.nb-product-bubble-3.active) .nb-add-to-cart{
    opacity: 0;
}

.nb-product-card-45 .nb-card.nb-product-card .nb-product-prices-12 {
    min-height: 44px;
    max-width: calc(100% - var(--nb-product-card-45-add-to-cart-width) - 10px);
}
.nb-product-card-45 .nb-product-bubble-3 .nb-product-bubble-control-wrapper {
    /*border-left: unset;*/
    /*border-right: unset;*/
    width: var(--nb-product-card-45-bubble-control-wrapper-width);
}
.nb-product-card-45 .nb-product-bubble-3 .nb-selected-size-1 {
    font-size: var(--nb-font-size-14);
    font-weight: var(--nb-font-medium);
}
.nb-product-card-45 .nb-price.nb-price-active {
    font-size: var(--nb-product-card-45-active-price-font-size);
    font-weight: var(--nb-product-card-45-active-price-font-weight);
}
.nb-product-card-45 .nb-product-prices-12:has(.nb-price-regular:not(.hidden)) .nb-price.nb-price-active,
.nb-product-card-45:has(.nb-product-prices-12 .nb-price-regular:not(.hidden)) .nb-product-bubble-3 .nb-price{
    color: var(--nb-product-card-45-price-active-sale-color);
}

.nb-product-card-45 .nb-price.nb-price-prev {
    font-size: var(--nb-product-card-45-prev-price-font-size);
    font-weight: var(--nb-product-card-45-prev-price-font-weight);
}
.nb-product-card-45 .nb-product-bubble-3 .nb-product-name,
.nb-product-card-45 .nb-product-bubble-3 .nb-product-name .nb-title {
    font-size: var(--nb-product-card-45-bubble-product-name-font-size);
    font-weight: var(--nb-product-card-45-bubble-product-name-font-weight);
    line-height: var(--nb-product-card-45-bubble-product-name-line-height);
}
.nb-product-card-45 .nb-product-bubble-3 .nb-price{
    font-size: var(--nb-product-card-45-bubble-price-font-size);
    font-weight: var(--nb-product-card-45-bubble-price-font-weight);
}
.nb-product-card-45 .nb-product-size-list-5 {
    gap: 10px;
    max-height: 150px;
    overflow-y: auto;
}
.nb-product-card-45 .nb-product-bubble-3 .nb-product-img-and-name-wrapper .nb-img-wrapper {
    flex-shrink: 0;
}
.nb-product-card-45:has(.nb-product-bubble-3.active) .nb-product-image-with-positioned-content-v1:before {
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    background-color: #00070933;
    z-index: 1;
    border-top-left-radius: var(--nb-product-card-45-border-radius);
    border-top-right-radius: var(--nb-product-card-45-border-radius);
}

.nb-swiper-slide:has(.nb-product-card-45),
.nb-slider-item:has(>.nb-product-card-45){
    padding: 5px 0;
}

@media screen and (max-width: 576px) {
    :root {
        --nb-product-card-45-product-name-font-size: var(--nb-font-size-14)
    }
    .nb-product-card-45 .nb-card.nb-product-card .card-body.nb-card-body.nb-product-card-body:has(.nb-product-bubble-3.active){
        display: block;
    }
    .nb-product-card-45 .nb-card.nb-product-card .nb-product-prices-12{
        max-width: 100%;
    }
    .nb-product-card-45 .nb-product-button-with-bubble-3 {
        opacity: 1;
        position: unset;
        padding: unset;
        width: unset;
    }
    .nb-product-card-45 .nb-product-button-with-bubble-3 .nb-product-bubble-3 {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        background-color: var(--nb-color-white);
        z-index: 9;
    }
    .nb-product-card-45 .nb-product-button-with-bubble-3 .nb-add-to-cart {
        bottom: 10px;
        right: 10px;
    }
    .nb-product-card-45 .nb-product-button-with-bubble-3 .nb-product-bubble-3.active {
        z-index: 12;
    }
    body:has(.nb-product-card-45 .nb-product-button-with-bubble-3 .nb-product-bubble-3.active):before {
        content: '';
        position: fixed;
        inset: 0;
        backdrop-filter: var(--nb-product-card-45-blur);
        background-color: var(--nb-product-card-45-blur-bg);
        z-index: 11;
    }
    .nb-product-card-45:hover .nb-product-button-with-bubble-3,
    .nb-product-card-45:focus .nb-product-button-with-bubble-3,
    .nb-product-card-45:active .nb-product-button-with-bubble-3 {
        opacity: 1;
    }
    .slick-slider .slick-track:has(.nb-product-card-45 .nb-product-button-with-bubble-3 .nb-product-bubble-3.active),
    .slick-slider .slick-list:has(.nb-product-card-45 .nb-product-button-with-bubble-3 .nb-product-bubble-3.active){
        transform: none !important;
    }
    .nb-product-card-45 .nb-product-prices-12 {
        margin-bottom: 5px;
        min-height: 45px;
    }
}
/*
/* NB Fajl:'./_blocks/marketing/recommender/similar-product-list/similar-product-list-carousel-2/similar-product-list-carousel-2.css.'
*/.similar-product-list-carousel-2 {
    /*display: flex;*/
    padding: 48px 0;
}
.similar-product-list-carousel-2 .nb-heading-with-icon-1{
    margin-bottom: 30px;
}
.similar-product-list-carousel-2 .nb-slider{
    margin: 0 calc(-1 * var(--nb-gutter-x) / 2);
}
.similar-product-list-carousel-2 .nb-slider .nb-slider-item{
    margin: 0 calc(var(--nb-gutter-x) / 2);
    display: flex;
    justify-content: center;
}
.similar-product-list-carousel-2 .nb-slider .nb-slider-indicators-inline{
    margin: 0 calc(var(--nb-gutter-x) / 2);
}
.similar-product-list-carousel-2 .nb-slider .slick-track {
    margin-left: unset;
}
.similar-product-list-carousel-2-v4 .nb-heading-with-icon-1 {
    text-align: center;
    margin-bottom: 20px;
}
.similar-product-list-carousel-2-v4 .nb-heading-with-icon-1 .nb-icon {
    display: none;
}
.similar-product-list-carousel-2-v4 .nb-slider .slick-track {
    margin-left: auto;
}
.similar-product-list-carousel-2-v4 .nb-product-related-image-list-carousel-1 .nb-slider .slick-track {
    margin-left: 0;
}
.similar-product-list-carousel-2-v4.similar-product-list-carousel-2 {
    padding: 0;
}
.similar-product-list-carousel-2 .nb-product-related-image-list-carousel-1 .nb-slider{
    margin: 0;
}

.similar-product-list-carousel-2 .nb-slider .nb-slider-arrows {
    left: -30px;
    width: calc(100% + 60px);
}

@media screen and (max-width: 576px) {
    .similar-product-list-carousel-2 {
        padding: 30px 0;
    }
    .similar-product-list-carousel-2 .heading-with-icon-1{
        margin-bottom: 10px;
    }
}
/*
/* NB Fajl:'./_blocks/user/user-activity/last-viewed/last-viewed-product-list-carousel-2/last-viewed-product-list-carousel-2.css.'
*/.nb-last-viewed-product-list-carousel-2 .nb-heading-with-icon-1 {
    margin-bottom: 30px;
}

.block-editing .nb-last-viewed-product-list-carousel-2 {
    min-height: 20px;
}

.nb-last-viewed-product-list-carousel-2 .nb-slider .nb-slider-arrows {
    left: -30px;
    width: calc(100% + 60px);
}


/*.nb-last-viewed-product-list-carousel-2 .nb-slider-arrows .slider-arrow > i.nb-arrow-left {*/
/*    left: -30px;*/
/*}*/

/*.nb-last-viewed-product-list-carousel-2 .nb-slider-arrows .slider-arrow > i.nb-arrow-right {*/
/*    right: -30px;*/
/*}*/
/*
/* NB Fajl:'./components/complex/slider/slider-item/slider-item-box-18/slider-item-box-18.css.'
*/:root{
    --nb-slider-item-box-18-title-font-size: var(--nb-font-size-14);
    --nb-slider-item-box-18-title-font-weight: var(--nb-font-bold);
    --nb-slider-item-box-18-description-font-size: var(--nb-font-size-14);
    --nb-slider-item-box-18-description-font-weight: var(--nb-font-regular);
}

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

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

.nb-slider-item-box-18 .nb-wrapper {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.nb-slider-item-box-18 .nb-wrapper .nb-slider-item-name{
    font-size: var(--nb-slider-item-box-18-title-font-size);
    font-weight: var(--nb-slider-item-box-18-title-font-weight);
}
.nb-slider-item-box-18 .nb-wrapper .nb-slider-item-description{
    font-size: var(--nb-slider-item-box-18-description-font-size);
    font-weight: var(--nb-slider-item-box-18-description-font-weight);
}
@media screen and (max-width: 576px) {
    .nb-slider-item-box-18 {
        flex-direction: column;
    }
    .nb-slider-item-box-18 .nb-wrapper {
        text-align: center;
    }
    .nb-slider-item-box-18 .nb-slider-item-image{
        margin-right: 0;
    }
}
/*
/* NB Fajl:'./components/complex/slider/slider-carousel/slider-carousel-5/slider-carousel-5.css.'
*/.nb-slider-carousel-5 .nb-slider-item-box-18 {
    justify-content: flex-start;
    align-items: flex-start;
}

@media screen and (max-width: 576px) {
    .nb-slider-carousel-5 .nb-slider-item-box-18 {
        justify-content: center;
        align-items: center;
    }
}
/*
/* NB Fajl:'./components/core/box/info-box-8/info-box-8.css.'
*/:root {
    --nb-info-box-8-title-color: var(--nb-color-white);
    --nb-info-box-8-title-font-size: var(--nb-font-size-18);
    --nb-info-box-8-info-color: var(--nb-color-white);
    --nb-info-box-8-info-font-size: var(--nb-font-size-14);
    --nb-info-box-8-info-font-weight: var(--nb-font-regular);
}

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

.nb-footer-social-networks .nb-footer-social-networks-wrapper .nb-link > * {
    display: flex;
    align-items: center;
    justify-content: center;
    width: var(--nb-footer-social-networks-width);
    height: var(--nb-footer-social-networks-height);
    background-color: var(--nb-footer-social-networks-bg);
    border-radius: var(--nb-footer-social-networks-border-radius);
}
.nb-tripadvisor-icon.nbi-tripadvisor-1:before{
    font-size: 24px;
    vertical-align: bottom;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .nb-footer-newsletter-1 .nb-submit-newsletter-wrapper .nb-input {
        min-width: unset;
    }
}
/*
/* NB Fajl:'./components/complex/footer/footer-newsletter/footer-newsletter-viber-1/footer-newsletter-viber-1.css.'
*/:root {
    --nb-footer-newsletter-viber-1-bg: transparent;

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nb-footer-newsletter-viber-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-viber-1 .nb-newsletter-link {
    font-weight: var(--nb-font-semibold);
}

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

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

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

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

    .nb-footer-newsletter-viber-1 .nb-submit-newsletter-wrapper .nb-input {
        min-width: unset;
    }
}
/*
/* 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/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/cookie/cookie-consent/cookie-consent-1/cookie-consent-1.css.'
*/:root {
    --nb-cookie-consent-1-bg: var(--nb-color-white);
    --nb-cookie-consent-1-z-index: 1030;
    --nb-cookie-consent-1-container-max-width: 1600px;
    --nb-cookie-consent-1-cookie-wrapper: 1000px;

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .nb-cookie-consent-1 .container .nb-cookie-wrapper .nb-cookie-info-wrapper-top .nb-cookie-info-wrapper .nb-controls-wrapper .nb-cookie-btn-wrapper-agree-and-learn .nb-btn {
        flex: 1;
    }
}
/*
/* NB Fajl:'./components/complex/elements/scroll-to-top/scroll-to-top.css.'
*/:root{
    --nb-scroll-to-top-right-position: 30px;
    --nb-scroll-to-top-left-position: unset;
    --nb-scroll-to-top-bottom-position: 10%;
    --nb-scroll-to-top-top-position: unset;
    --nb-scroll-to-top-border-width: var(--nb-border-width);
    --nb-scroll-to-top-border-color: transparent;
    --nb-scroll-to-top-border-radius: 50%;
    --nb-scroll-to-top-bg-color: unset;
    --nb-scroll-to-top-opacity: 1;
    --nb-scroll-to-top-color: var(--nb-color-white);
    --nb-scroll-to-top-width: 50px;
    --nb-scroll-to-top-height: 50px;
}

body.block-editing .nb-scroll-to-top .nb-link{
    display: none;
}
body:not(.block-editing) .nb-scroll-to-top .nb-link{
    position: fixed;
    right: var(--nb-scroll-to-top-right-position);
    bottom: var(--nb-scroll-to-top-bottom-position);
    left: var(--nb-scroll-to-top-left-position);
    top: var(--nb-scroll-to-top-top-position);
    border: var(--nb-scroll-to-top-border-width) var(--nb-border-style) var(--nb-scroll-to-top-border-color);
    border-radius: var(--nb-scroll-to-top-border-radius);
    background: var(--nb-scroll-to-top-bg-color);
    width: var(--nb-scroll-to-top-width);
    height: var(--nb-scroll-to-top-height);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--nb-scroll-to-top-color);
    z-index: 9999;
    opacity: var(--nb-scroll-to-top-opacity);
}
/*
/* NB Fajl:'./components/complex/footer/footer-logo/footer-logo.css.'
*/.nb-footer-logo {
    margin-bottom: 20px;
}
/*
/* NB Fajl:'./components/complex/cart/mini-cart/mini-cart-offcanvas/mini-cart-offcanvas.css.'
*/:root {
    --nb-mini-cart-offcanvas-header-padding-y: 12px;
    --nb-mini-cart-offcanvas-header-padding-x: 20px;

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

}

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

}

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

}
/*
/* NB Fajl:'./components/complex/cart/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-padding: 5px 10px;
    --nb-cart-reserve-box-2-cart-item-jc: center;

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*
/* NB Fajl:'./components/complex/cart/cart-price/cart-price-courier/cart-price-courier.css.'
*/:root{
    --nb-cart-courier-price-color: var(--nb-text-color-primary);
    
    --nb-cart-courier-price-font-size: var(--nb-paragraph-s);
    --nb-cart-courier-price-line-height: var(--nb-body-line-height);
    --nb-cart-courier-price-font-weight: var(--nb-font-regular);

}

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


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

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

}

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


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

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

}

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


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

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

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

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

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

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

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

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

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

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

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

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

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

.nb-btn.nb-btn-reservation-pricing-quick-basket.addingItem .nb-dot-4 {
    animation-delay: 1s;
}
@keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 0; }
    100% { opacity: 1; }
}
/*
/* NB Fajl:'./components/complex/product/product-size-list/product-size-list-1/product-size-list-1.css.'
*/:root {
    --nb-product-size-list-1-border-width: var(--nb-border-width);
    --nb-product-size-list-1-border-color: var(--nb-border-color);
    --nb-product-size-list-1-border-active-color: var(--nb-spec-color);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 576px) {
    :root {
        --nb-mini-cart-content-reservation-2-footer-padding-x: 10px;
        --nb-mini-cart-content-reservation-2-content-padding-x: 10px;
    }
}
/*
/* NB Fajl:'./components/complex/cart/cart-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:'./_blocks/checkout/mini-cart/mini-cart-offcanvas/mini-cart-offcanvas-4/mini-cart-offcanvas-4.css.'
*/.nb-mini-cart-offcanvas-4{
    height: 100%;
}

.nb-offcanvas-body:has(.nb-mini-cart-offcanvas-4) {
    padding: 0;
}
/*
/* NB Fajl:'./components/complex/form/social-login/social-login.css.'
*/:root {
    --nb-social-login-btn-color: var(--nb-color-dark);
    --nb-social-login-btn-bg: transparent;
    --nb-social-login-btn-border-color: var(--nb-btn-dark-border-color);

    --nb-social-login-btn-active-color: var(--nb-color-dark);
    --nb-social-login-btn-active-bg: transparent;
    --nb-social-login-btn-active-border-color: var(--nb-btn-dark-border-color);
}

.nb-social-login {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-bottom: 28px;
    border-bottom: var(--nb-login-form-2-border-width) var(--nb-border-style) var(--nb-login-form-2-border-color);
    gap: 10px;
}

.nb-social-login .nb-btn {
    display: flex;
    align-items: center;
    min-width: unset;
    font-size: 13px;
    line-height: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: var(--nb-social-login-btn-bg);
    color: var(--nb-social-login-btn-color);
    border-color: var(--nb-social-login-btn-border-color)
}

.nb-social-login .nb-btn: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-2/login-form-2.css.'
*/:root {
    --nb-login-form-2-border-width: var(--nb-border-width);
    --nb-login-form-2-border-color: var(--nb-border-color);

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

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

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

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

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

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

.nb-login-form-2 .nb-registration-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

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

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

/*
/* NB Fajl:'./_blocks/user/account/login/login-modal-2/login-modal-2.css.'
*/.nb-login-modal-2 .nb-modal-body > *:first-child {
    text-align: center;
    margin-bottom: 24px;
}

/*
/* NB Fajl:'./components/complex/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:'./components/complex/form/checkbox/register-privacy-policy-consent-checkbox/register-privacy-policy-consent-checkbox.css.'
*/.nb-btn.nb-btn-primary-transparent.nb-check-all-btn {
    background-color: transparent;
    padding: 1px 6px;
    margin-bottom: 10px;
    min-width: 80px;
}

.nb-btn.nb-btn-primary-transparent.nb-check-all-btn .btn-text {
    font-size: var(--nb-font-size-12);
}
/*
/* NB Fajl:'./components/complex/forms/registration-forms/register-form-company-user-1/register-form-company-user-1.css.'
*/:root {
    --nb-register-form-company-user-1-gap: 20px;

    --nb-register-form-company-user-1-submit-btn-min-width: 420px;

    --nb-register-form-company-user-1-login-wrapper-gap: 10px;

    --nb-register-form-company-user-1-login-link-label-color: var(--nb-text-color-primary);
    --nb-register-form-company-user-1-login-link-label-font-size: var(--nb-font-size-14);
    --nb-register-form-company-user-1-login-link-label-font-weight: var(--nb-font-weight-400);

    --nb-register-form-company-user-1-login-link-color: var(--nb-text-color-primary);
    --nb-register-form-company-user-1-login-link-hover-color: var(--nb-spec-color);
    --nb-register-form-company-user-1-login-link-font-size: var(--nb-font-size-14);
    --nb-register-form-company-user-1-login-link-font-weight: var(--nb-font-weight-400);
}

.nb-register-form-company-user-1 {
    display: flex;
    flex-direction: column;
    gap: var(--nb-register-form-company-user-1-gap);
}

.nb-register-form-company-user-1 .nb-alert-2 {
    margin-bottom: 15px;
}

.nb-register-form-company-user-1 .nb-btn.nb-btn-form {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    min-width: var(--nb-register-form-company-user-1-submit-btn-min-width);
}

.nb-register-form-company-user-1 .nb-login-link-wrapper {
    display: flex;
    align-items: center;
    gap: var(--nb-register-form-company-user-1-login-wrapper-gap);
    margin: 0 auto;
}

.nb-register-form-company-user-1 .nb-login-link-wrapper .nb-login-link-label {
    color: var(--nb-register-form-company-user-1-login-link-label-color);
    font-size: var(--nb-register-form-company-user-1-login-link-label-font-size);
    font-weight: var(--nb-register-form-company-user-1-login-link-label-font-weight);
}

.nb-register-form-company-user-1 .nb-login-link-wrapper .nb-login-link {
    color: var(--nb-register-form-company-user-1-login-link-color);
    font-size: var(--nb-register-form-company-user-1-login-link-font-size);
    font-weight: var(--nb-register-form-company-user-1-login-link-font-weight);
}

.nb-register-form-company-user-1 .nb-login-link-wrapper .nb-login-link:hover {
    color: var(--nb-register-form-company-user-1-login-link-hover-color);
}
/*
/* NB Fajl:'./components/complex/forms/registration-forms/register-form-physical-user-1/register-form-physical-user-1.css.'
*/:root {
    --nb-register-form-physical-user-1-gap: 20px;

    --nb-register-form-physical-user-1-submit-btn-min-width: 420px;

    --nb-register-form-physical-user-1-login-wrapper-gap: 10px;

    --nb-register-form-physical-user-1-login-link-label-color: var(--nb-text-color-primary);
    --nb-register-form-physical-user-1-login-link-label-font-size: var(--nb-font-size-14);
    --nb-register-form-physical-user-1-login-link-label-font-weight: var(--nb-font-weight-400);

    --nb-register-form-physical-user-1-login-link-color: var(--nb-text-color-primary);
    --nb-register-form-physical-user-1-login-link-hover-color: var(--nb-spec-color);
    --nb-register-form-physical-user-1-login-link-font-size: var(--nb-font-size-14);
    --nb-register-form-physical-user-1-login-link-font-weight: var(--nb-font-weight-400);
}

.nb-register-form-physical-user-1 {
    display: flex;
    flex-direction: column;
    gap: var(--nb-register-form-physical-user-1-gap);
}

.nb-register-form-physical-user-1 .nb-alert-2 {
    margin-bottom: 15px;
}

.nb-register-form-physical-user-1 .nb-btn.nb-btn-form {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    min-width: var(--nb-register-form-physical-user-1-submit-btn-min-width);
}

.nb-register-form-physical-user-1 .nb-login-link-wrapper {
    display: flex;
    align-items: center;
    gap: var(--nb-register-form-physical-user-1-login-wrapper-gap);
    margin: 0 auto;
}

.nb-register-form-physical-user-1 .nb-login-link-wrapper .nb-login-link-label {
    color: var(--nb-register-form-physical-user-1-login-link-label-color);
    font-size: var(--nb-register-form-physical-user-1-login-link-label-font-size);
    font-weight: var(--nb-register-form-physical-user-1-login-link-label-font-weight);
}

.nb-register-form-physical-user-1 .nb-login-link-wrapper .nb-login-link {
    color: var(--nb-register-form-physical-user-1-login-link-color);
    font-size: var(--nb-register-form-physical-user-1-login-link-font-size);
    font-weight: var(--nb-register-form-physical-user-1-login-link-font-weight);
}

.nb-register-form-physical-user-1 .nb-login-link-wrapper .nb-login-link:hover {
    color: var(--nb-register-form-physical-user-1-login-link-hover-color);
}

.nb-register-form-physical-user-1 .nb-social-login {
    display: flex;
    gap: 20px;
    padding-bottom: 20px;
}

.nb-register-form-physical-user-1 .nb-social-login:has(.nb-btn-wrapper) {
    flex-direction: column;
}

.nb-register-form-physical-user-1 .nb-social-login .nb-social-login-label {
    color: var(--nb-text-color-primary);
    font-size: var(--nb-font-size-14);
    font-weight: var(--nb-font-weight-400);
    display: flex;
    align-items: center;
    text-align: center;
    gap: 15px;
}

.nb-register-form-physical-user-1 .nb-social-login-label::before,
.nb-register-form-physical-user-1 .nb-social-login-label::after {
    content: "";
    flex: 1;
    height: 1px;
    background: var(--nb-border-color);
}

.nb-register-form-physical-user-1 .nb-social-login .nb-btn-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
}

.nb-register-form-physical-user-1 .nb-social-login:has(:not(.nb-btn-wrapper)) > *,
.nb-register-form-physical-user-1 .nb-social-login .nb-btn-wrapper > * {
    flex: 1;
    justify-content: center;
}

@media screen and (max-width: 576px) {
    .nb-register-form-physical-user-1 .nb-btn.nb-btn-form{
        min-width: 100%;
    }
}
/*
/* NB Fajl:'./static/css/nbcomponent/nb7.autocomplete.css.'
*/.twitter-typeahead .tt-dropdown-menu {
    background: #ffffff;
    width: 100%;
    border: 1px solid var(--nb-border-color);
    padding: 10px;
    cursor: pointer;
    z-index: 99999 !important;
}
.twitter-typeahead{
    display: block !important;
}

.form-floating:has(>.twitter-typeahead .form-control:focus) .nb-label, .form-floating:has(.twitter-typeahead>.form-control.tt-input:not(:placeholder-shown)) .nb-label{
    opacity: .65;
    transform: scale(.85) translateY(-.5rem) translateX(.15rem);
}

.autocomplete-spinner{
    position: absolute;
    right: 10px;
    top: 12px;
    width: 20px;
    height: 20px;
    border-width: 2px;
    display: none;
}


/*
/* NB Fajl:'./_blocks/user/account/registration/registration-form-1/registration-form-1.css.'
*/.nb-registration-form-1-block .nb-genders-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
}

.nb-registration-form-1-block .nb-checkbox-wrapper {
    position: relative;
}

.nb-registration-form-1-block .nb-checkbox-wrapper + .nb-checkbox-wrapper {
    margin-top: 15px;
}

.nb-registration-form-1-block .nb-checkbox-wrapper .nb-form-check {
    max-width: max-content;
}

.nb-registration-form-1-block .nb-checkbox-wrapper .parsley-errors-list {
    bottom: -15px;
}

:root {
    --nb-registration-page-form-tmp-4-title-color: var(--nb-text-color-primary);
    --nb-registration-page-form-tmp-4-title-font-size: 32px;
    --nb-registration-page-form-tmp-4-title-font-weight: var(--nb-font-weight-700);

    --nb-registration-page-form-tmp-4-subtitle-color: var(--nb-text-color-primary);
    --nb-registration-page-form-tmp-4-subtitle-font-size: 18px;
    --nb-registration-page-form-tmp-4-subtitle-font-weight: var(--nb-font-weight-400);
}

.nbtmp-registration-page-form-tmp-4 .layout:has(.nb-registration-form-1-block) {
    height: 100%;
    place-content: center;
    max-width: 850px;
    margin: auto;
    padding: 30px 0;
}

.nbtmp-registration-page-form-tmp-4 .nb-heading-with-subheading .nb-title {
    color: var(--nb-registration-page-form-tmp-4-title-color);
    font-size: var(--nb-registration-page-form-tmp-4-title-font-size);
    font-weight: var(--nb-registration-page-form-tmp-4-title-font-weight);
}

.nbtmp-registration-page-form-tmp-4 .nb-heading-with-subheading .nb-sub-heading {
    color: var(--nb-registration-page-form-tmp-4-subtitle-color);
    font-size: var(--nb-registration-page-form-tmp-4-subtitle-font-size);
    font-weight: var(--nb-registration-page-form-tmp-4-subtitle-font-weight);
}

.nbtmp-registration-page-form-tmp-4 .nb-registration-form-1-block {
    width: 100%;
}

.nbtmp-registration-page-form-tmp-4 .nb-registration-form-1-block .nb-social-login {
    padding: 0;
}

@media screen and (max-width: 768px) {
    :root {
        --nb-registration-page-form-tmp-4-title-font-size: 32px;
        --nb-registration-page-form-tmp-4-subtitle-font-size: 18px;
    }

    .nbtmp-registration-page-form-tmp-4 .layout:has(.nb-registration-form-1-block) {
        max-width: calc(100% - (2 * var(--nb-gutter-x)));
    }
}
/*
/* NB Fajl:'./_blocks/user/account/registration/registration-modal-placeholder-1/registration-modal-placeholder-1.css.'
*/:root {
    --nb-registration-modal-placeholder-1-header-padding-x: 16px;
    --nb-registration-modal-placeholder-1-header-padding-y: 16px;

    --nb-registration-modal-placeholder-1-title-color: var(--nb-text-color-primary);
    --nb-registration-modal-placeholder-1-title-font-size: var(--nb-font-size-22);
    --nb-registration-modal-placeholder-1-title-font-weight: var(--nb-font-weight-600);
    --nb-registration-modal-placeholder-1-title-text-transform: uppercase;

    --nb-registration-modal-placeholder-1-description-color: var(--nb-text-color-primary);
    --nb-registration-modal-placeholder-1-description-font-size: var(--nb-font-size-16);
    --nb-registration-modal-placeholder-1-description-font-weight: var(--nb-font-weight-400);
    --nb-registration-modal-placeholder-1-description-text-align: center;

    --nb-registration-modal-placeholder-1-close-btn-width: 24px;
    --nb-registration-modal-placeholder-1-close-btn-height: 24px;
    --nb-registration-modal-placeholder-1-close-btn-color: var(--nb-text-color-primary);
    --nb-registration-modal-placeholder-1-close-btn-bg: transparent;
    --nb-registration-modal-placeholder-1-close-btn-border-radius: var(--nb-border-radius-full);
    --nb-registration-modal-placeholder-1-close-btn-font-size: var(--nb-font-size-18);
    --nb-registration-modal-placeholder-1-close-btn-font-weight: var(--nb-font-weight-500);

    --nb-registration-modal-placeholder-1-body-gap: 28px;
    --nb-registration-modal-placeholder-1-body-padding-x: 26px;
    --nb-registration-modal-placeholder-1-body-padding-y: 32px;
}

.nb-registration-modal-placeholder-1-block .nb-registration-modal-placeholder-1 .nb-modal-header {
    padding: var(--nb-registration-modal-placeholder-1-header-padding-y) var(--nb-registration-modal-placeholder-1-header-padding-x);
}

.nb-registration-modal-placeholder-1-block .nb-registration-modal-placeholder-1 .nb-modal-title {
    color: var(--nb-registration-modal-placeholder-1-title-color);
    font-size: var(--nb-registration-modal-placeholder-1-title-font-size);
    font-weight: var(--nb-registration-modal-placeholder-1-title-font-weight);
    text-transform: var(--nb-registration-modal-placeholder-1-title-text-transform);
}

.nb-registration-modal-placeholder-1-block .nb-registration-modal-placeholder-1 .nb-html-editor {
    text-align: var(--nb-registration-modal-placeholder-1-description-text-align);
}

.nb-registration-modal-placeholder-1-block .nb-registration-modal-placeholder-1 .nb-html-editor,
.nb-registration-modal-placeholder-1-block .nb-registration-modal-placeholder-1 .nb-html-editor > * {
    color: var(--nb-registration-modal-placeholder-1-description-color);
    font-size: var(--nb-registration-modal-placeholder-1-description-font-size);
    font-weight: var(--nb-registration-modal-placeholder-1-description-font-weight);
}

.nb-registration-modal-placeholder-1-block .nb-registration-modal-placeholder-1 .nb-btn-close {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--nb-registration-modal-placeholder-1-close-btn-color);
    width: var(--nb-registration-modal-placeholder-1-close-btn-width);
    height: var(--nb-registration-modal-placeholder-1-close-btn-height);
    background-color: var(--nb-registration-modal-placeholder-1-close-btn-bg);
    border-radius: var(--nb-registration-modal-placeholder-1-close-btn-border-radius);
}

.nb-registration-modal-placeholder-1-block .nb-registration-modal-placeholder-1 .nb-btn-close:before {
    font-size: var(--nb-registration-modal-placeholder-1-close-btn-font-size);
    font-weight: var(--nb-registration-modal-placeholder-1-close-btn-font-weight) !important;
}

.nb-registration-modal-placeholder-1-block .nb-registration-modal-placeholder-1 .nb-modal-body {
    display: flex;
    flex-direction: column;
    gap: var(--nb-registration-modal-placeholder-1-body-gap);
    padding: var(--nb-registration-modal-placeholder-1-body-padding-y) var(--nb-registration-modal-placeholder-1-body-padding-x);
}
/*
/* NB Fajl:'./components/complex/user/mandatory-login/mandatory-login-1/mandatory-login-1.css.'
*/:root {
    --nb-mandatory-login-1-title-font-size: var(--nb-font-size-14);
    --nb-mandatory-login-1-title-font-weight: var(--nb-font-weight-600);
    --nb-mandatory-login-1-title-color: var(--nb-text-color-primary);

    --nb-mandatory-login-1-subtitle-font-size: var(--nb-font-size-14);
    --nb-mandatory-login-1-subtitle-font-weight: var(--nb-body-font-weight);
    --nb-mandatory-login-1-subtitle-color: var(--nb-text-color-primary);
}

.nb-mandatory-login-1 {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: center;
}

.nb-mandatory-login-1 .nb-text-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.nb-mandatory-login-1 .nb-mandatory-login-title {
    text-align: center;
    font-size: var(--nb-mandatory-login-1-title-font-size);
    font-weight: var(--nb-mandatory-login-1-title-font-weight);
    color: var(--nb-mandatory-login-1-title-color);
}

.nb-mandatory-login-1 .nb-mandatory-login-subtitle {
    font-size: var(--nb-mandatory-login-1-subtitle-font-size);
    font-weight: var(--nb-mandatory-login-1-subtitle-font-weight);
    color: var(--nb-mandatory-login-1-subtitle-color);
}

.nb-mandatory-login-1 .nb-btn {
    min-width: 100%;
}
/*
/* NB Fajl:'./components/complex/user/mandatory-login/mandatory-register-1/mandatory-register-1.css.'
*/:root {
    --nb-mandatory-register-1-title-font-size: var(--nb-font-size-14);
    --nb-mandatory-register-1-title-font-weight: var(--nb-font-weight-600);
    --nb-mandatory-register-1-title-color: var(--nb-text-color-primary);

    --nb-mandatory-register-1-subtitle-font-size: var(--nb-font-size-14);
    --nb-mandatory-register-1-subtitle-font-weight: var(--nb-body-font-weight);
    --nb-mandatory-register-1-subtitle-color: var(--nb-text-color-primary);
}

.nb-mandatory-register-1 {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: center;
}

.nb-mandatory-register-1 .nb-text-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.nb-mandatory-register-1 .nb-mandatory-register-title {
    text-align: center;
    font-size: var(--nb-mandatory-register-1-title-font-size);
    font-weight: var(--nb-mandatory-register-1-title-font-weight);
    color: var(--nb-mandatory-register-1-title-color);
}

.nb-mandatory-register-1 .nb-mandatory-register-subtitle {
    font-size: var(--nb-mandatory-register-1-subtitle-font-size);
    font-weight: var(--nb-mandatory-register-1-subtitle-font-weight);
    color: var(--nb-mandatory-register-1-subtitle-color);
}

.nb-mandatory-register-1 .nb-btn {
    min-width: 100%;
}
/*
/* NB Fajl:'./components/complex/user/mandatory-login/mandatory-login-case-1/mandatory-login-case-1.css.'
*/:root {
    --nb-mandatory-login-case-1-width: 100%;

    --nb-mandatory-login-case-1-title-font-size: var(--nb-font-size-16);
    --nb-mandatory-login-case-1-title-font-weight: var(--nb-font-weight-600);
    --nb-mandatory-login-case-1-title-color: var(--nb-text-color-primary);

    --nb-mandatory-login-case-1-description-bg: var(--nb-color-gray-100);
    --nb-mandatory-login-case-1-description-font-size: var(--nb-font-size-14);
    --nb-mandatory-login-case-1-description-font-weight: var(--nb-body-font-weight);
    --nb-mandatory-login-case-1-description-color: var(--nb-text-color-primary);
}

.nb-mandatory-login-case-1 {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
    justify-content: center;
}

.nb-mandatory-login-case-1 .nb-img-wrapper {
    max-width: var(--nb-mandatory-login-case-1-width);
}

.nb-mandatory-login-case-1 .nb-mandatory-login-case-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    padding: 10px;
    background-color: var(--nb-mandatory-login-case-1-description-bg);
}

.nb-mandatory-login-case-1 .nb-mandatory-login-case-title {
    color: var(--nb-mandatory-login-case-1-title-color);
    font-size: var(--nb-mandatory-login-case-1-title-font-size);
    font-weight: var(--nb-mandatory-login-case-1-title-font-weight);
}

.nb-mandatory-login-case-1 .nb-mandatory-login-case-description {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: var(--nb-rows);
    -webkit-box-orient: vertical;
    font-size: var(--nb-mandatory-login-case-1-description-font-size);
    font-weight: var(--nb-mandatory-login-case-1-description-font-weight);
    color: var(--nb-mandatory-login-case-1-description-color);
}
/*
/* NB Fajl:'./components/complex/user/mandatory-login/mandatory-login-modal-1/mandatory-login-modal-1.css.'
*/.nb-mandatory-login-modal-1 .nb-modal-body {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
/*
/* NB Fajl:'./components/complex/forms/lost-password-forms/lost-password-form-1/lost-password-form-1.css.'
*/.nb-lost-password-form-1 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

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

.nb-lost-password-form-1 .nb-btn {
    width: 100%;
    margin-top: var(--nb-spacer-y);
}

.nb-lost-password-form-1 .nb-form-fields-wrapper {
    margin-bottom: 20px;
}

.nb-lost-password-form-1 .nb-link {
    font-size: var(--nb-font-size-14);
}
/*
/* NB Fajl:'./_blocks/user/account/lost-password/lost-password-modal-1/lost-password-modal-1.css.'
*/.block-editing .block .nb-modal {
    position: relative;
    opacity: 1;
    display: block;
    z-index: 1;
}

.nb-lost-password-modal-1 .nb-lost-password-description {
    font-size: var(--nb-paragraph-s);
    margin-bottom: 30px;
    text-align: center;
    padding: 0 50px;
}
/*
/* NB Fajl:'./components/complex/elements/marketing/social-network/social-network.css.'
*/:root {
    --nb-social-network-title-color: var(--nb-text-color-primary);
    --nb-social-network-title-font-size: var(--nb-font-size-18);
    --nb-social-network-title-font-weight: var(--nb-font-weight-600);

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

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

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

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

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

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

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

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

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

    --nb-newsletter-form-popup-4-gap: 20px;
    --nb-newsletter-form-popup-4-top-wrapper-gap: 30px;
    --nb-newsletter-form-popup-4-info-wrapper-gap: 20px;
}

.nb-newsletter-form-popup-4 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: var(--nb-newsletter-form-popup-4-gap);
    padding-bottom: 20px;
}

.nb-newsletter-form-popup-4 .nb-top-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: var(--nb-newsletter-form-popup-4-top-wrapper-gap);
}

.nb-newsletter-form-popup-4 .nb-info-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: var(--nb-newsletter-form-popup-4-info-wrapper-gap);
    max-width: var(--nb-newsletter-form-popup-4-info-wrapper-max-width);
}

.nb-newsletter-form-popup-4 .nb-newsletter-title {
    color: var(--nb-newsletter-form-popup-4-title-color);
    font-size: var(--nb-newsletter-form-popup-4-title-font-size);
    font-weight: var(--nb-newsletter-form-popup-4-title-font-weight);
    text-transform: uppercase;
    text-align: center;
}

.nb-newsletter-form-popup-4 .nb-bottom-wrapper {
    max-width: var(--nb-newsletter-form-popup-4-info-wrapper-max-width);
}

.nb-newsletter-form-popup-4 .nb-bottom-wrapper .nb-btn {
    margin-bottom: var(--nb-spacer-y);
    width: 100%;
}

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

.nb-newsletter-form-popup-4 .nb-bottom-wrapper .nb-checkbox-wrapper:has(.parsley-errors-list) {
    min-height: 40px;
}

@media screen and (max-width: 360px) {
    .nb-newsletter-form-popup-4 .nb-info-wrapper,
    .nb-newsletter-form-popup-4 .nb-bottom-wrapper {
        padding: 0 15px;
    }
}
/*
/* NB Fajl:'./_blocks/marketing/newsletter/newsletter-form/newsletter-form-popup-4/newsletter-form-popup-4.css.'
*/:root {
    --nb-newsletter-form-popup-4-block-modal-max-width: 400px;

    --nb-newsletter-form-popup-4-close-btn-top: 15px;
    --nb-newsletter-form-popup-4-close-btn-right: 15px;
    --nb-newsletter-form-popup-4-close-btn-color: var(--nb-text-color-primary);
    --nb-newsletter-form-popup-4-close-btn-bg: transparent;
    --nb-newsletter-form-popup-4-close-btn-border-radius: var(--nb-border-radius-0);
    --nb-newsletter-form-popup-4-close-btn-width: 26px;
    --nb-newsletter-form-popup-4-close-btn-height: 26px;
    --nb-newsletter-form-popup-4-close-btn-font-size: var(--nb-font-size-14);
    --nb-newsletter-form-popup-4-close-btn-font-weight: var(--nb-font-weight-700);
}

.nb-popup-newsletter-form-popup-4 .modal-dialog {
    max-width: var(--nb-newsletter-form-popup-4-block-modal-max-width);
}

.nb-popup-newsletter-form-popup-4 .modal-content {
    border: unset;
    position: relative;
}

.nb-popup-newsletter-form-popup-4 .nb-btn-close {
    display: flex;
    align-items: center;
    justify-content: center;
    top: var(--nb-newsletter-form-popup-4-close-btn-top);
    right: var(--nb-newsletter-form-popup-4-close-btn-right);
    color: var(--nb-newsletter-form-popup-4-close-btn-color);
    background-color: var(--nb-newsletter-form-popup-4-close-btn-bg);
    border-radius: var(--nb-newsletter-form-popup-4-close-btn-border-radius);
    width: var(--nb-newsletter-form-popup-4-close-btn-width);
    height: var(--nb-newsletter-form-popup-4-close-btn-height);
    z-index: 9999;
    pointer-events: auto;
    touch-action: manipulation;
}

.nb-popup-newsletter-form-popup-4 .nb-btn-close:before {
    font-weight: var(--nb-newsletter-form-popup-4-close-btn-font-weight) !important;
    font-size: var(--nb-newsletter-form-popup-4-close-btn-font-size);
}

.nb-popup-newsletter-form-popup-4 .nb-modal-body {
    padding: 0;
}

.nb-popup-newsletter-form-popup-4 .nb-img {
    pointer-events: none;
}
/*
/* NB Fajl:'./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:'./_blocks/header-and-footer/footer/ecommerce-footer/ecommerce-footer-17/ecommerce-footer-17.css.'
*/:root {
    --nb-footer-newsletter-viber-1-input-label-color: var(--nb-color-gray-700);
    --nb-ecommerce-footer-17-company-link-value-font-weight: var(--nb-font-weight-400);


    --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-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-17-top-slider-background-color: var(--nb-color-black);
    --nb-footer-17-footer-background-color: var(--nb-color-gray-100);
    --nb-footer-17-info-box-background-color: var(--nb-color-gray-900);

    --nb-footer-17-slider-item-name-color: var(--nb-color-white);
    --nb-footer-17-slider-item-description-font-size: var(--nb-font-size-16);
    --nb-footer-17-slider-item-description-font-weight: var(--nb-font-weight-400);
    --nb-footer-17-slider-item-name-font-size: var(--nb-font-size-14);
    --nb-footer-17-slider-item-name-font-weight: var(--nb-font-weight-500);

    --nb-footer-17-links-color: var(--nb-color-gray-900);
    --nb-footer-17-links-font-size: var(--nb-font-size-14);
    --nb-footer-17-links-font-weight: var(--nb-font-weight-400);

    --nb-footer-17-disclaimer-color: var(--nb-color-gray-900);
    --nb-footer-17-disclaimer-font-size: var(--nb-font-size-14);
    --nb-footer-17-copyright-color: var(--nb-color-black);
    --nb-footer-17-copyright-font-size: var(--nb-font-size-14);

    --nb-footer-17-submit-newsletter-wrapper-color: var(--nb-color-gray);
    --nb-footer-17-submit-newsletter-wrapper-font-size: var(--nb-font-size-14);

    --nb-footer-17-nb-label-check-font-size: var(--nb-font-size-12);

    --nb-footer-17-submit-newsletter-wrapper-btn-font-size: var(--nb-font-size-16);
    --nb-slider-item-box-18-title-font-weight: var(--nb-font-weight-600);

    --nb-slider-item-box-18-description-font-size: var(--nb-font-size-16);


}

.nb-ecommerce-footer-17 .nb-slider-item-name,
.nb-ecommerce-footer-17 .nb-slider-item-description {
    color: var(--nb-footer-17-slider-item-name-color);
}

.nb-ecommerce-footer-17 .nb-footer-top-wrapper-slider {
    min-height: 120px;
    place-content: center;
    background-color: var(--nb-footer-17-top-slider-background-color);
}

.nb-ecommerce-footer-17 .nb-info-box-8 .nb-info-box-8-wrapper > *, .nb-info-box-8 .nb-info-box-8-wrapper > * > * {
    color:var( --nb-footer-17-info-box-background-color);
}

.nb-ecommerce-footer-17 .nb-footer-links .nb-link {
    color:var(--nb-footer-17-links-color);
}

.nb-ecommerce-footer-17 .nb-footer-links .nb-title {
    margin-bottom: 20px;
}

.nb-ecommerce-footer-17 .nb-slider-item-box-18 .nb-wrapper .nb-slider-item-name {
    font-weight: var(--nb-slider-item-box-18-title-font-weight);
}

.nb-ecommerce-footer-17 .nb-slider-item-box-18 .nb-wrapper .nb-slider-item-description {
    font-size: var(--nb-slider-item-box-18-description-font-size);
}

.nb-ecommerce-footer-17 .nb-slider-carousel-5 .nb-slider-item-box-18{
    align-items: center;
}


.nb-ecommerce-footer-17 .nb-bottom-footer-wrapper > .nb-content-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.nb-ecommerce-footer-17 .nb-footer-social-networks-title {
    margin-bottom: 24px;
}

.nb-ecommerce-footer-17 .nb-footer-logo {
    margin-bottom: 27px;

}
.nb-ecommerce-footer-17 .nb-footer-social-networks-title-wrapper .nb-icon {
    display: none;
}

.nb-ecommerce-footer-17 .nb-bottom-footer-inner-wrapper {
    display: flex;
    flex-direction: column;
    max-width: 100%;
}
.nb-ecommerce-footer-17 .nb-top-footer-wrapper {
    background-color: var(--nb-footer-17-footer-background-color);
    padding: 80px 0;
    background-size: contain;
    border-bottom: 1px solid var( --nb-color-gray-300);
}

.nb-ecommerce-footer-17 .nb-footer-payment-cards {
    margin-bottom: 0;
    padding: 8px 0;
    gap: 44px;
}

.nb-ecommerce-footer-17 .nb-footer-disclaimer {
    font-size: var( --nb-footer-17-disclaimer-font-size);
    max-width: 783px;
    align-items: flex-start;
    color: var(--nb-footer-17-copyright-color);
}

.nb-ecommerce-footer-17 .nb-bottom-footer-wrapper {
    padding: 16px 0 36px;
}

.nb-ecommerce-footer-17 .nb-info-box-8 .nb-info-box-8-wrapper > * + * {
    margin-top: 14px;
}

.nb-ecommerce-footer-17 .nb-footer-copyright .nb-link {
    color: var(--nb-footer-17-disclaimer-color);
}

.nb-ecommerce-footer-17 .nb-footer-copyright {
    border-top: unset;
    margin-top: 14px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: var( --nb-footer-17-copyright-font-size);
    color: var(--nb-footer-17-copyright-color);
}

.nb-ecommerce-footer-17 .nb-footer-newsletter-viber-1,
.nb-ecommerce-footer-17 .nb-footer-newsletter-1 {
    flex-direction: column;
    padding: 0;
    margin-bottom: 20px;
}

.nb-ecommerce-footer-17 .nb-footer-newsletter-1 {
    gap: 16px;
}

.nb-ecommerce-footer-17 .nb-footer-mobile-collapse .nb-collapse-button:before {
    display: none;
}

.nb-ecommerce-footer-17 .bi-arrow-right:before {
    display: none;
}

.nb-ecommerce-footer-17 .nb-info-box-8-wrapper .custom-text {
    display: flex;
    align-items: center;
    gap: 5px;
    text-transform: lowercase;
}

.nb-ecommerce-footer-17 .nb-footer-payment-cards .nb-img {
    height: 25px;
}

.nb-ecommerce-footer-17  .nb-footer-social-networks {
    margin-bottom: 80px;
}

.nb-ecommerce-footer-17 .nb-footer-social-networks-wrapper {
    gap: 16px;
}

.nb-ecommerce-footer-17 .nb-footer-newsletter-1 .nb-submit-newsletter-wrapper .nb-input {
    width: 100%;
    height: 44px;
    border: 1px solid var(--nb-color-gray-300);
}

.nb-ecommerce-footer-17 .nb-footer-newsletter-1 .nb-submit-newsletter-wrapper .nb-btn {
    height: 44px;
    position: unset;
    width: 100%;
    right: unset;
    transform: unset;
    margin-bottom: 12px;
    border-radius: 4px 8px 8px 4px;
    font-size: var(--nb-footer-17-submit-newsletter-wrapper-btn-font-size);
}

.nb-ecommerce-footer-17 .nb-footer-social-networks .nb-footer-social-networks-title,
.nb-ecommerce-footer-17 .nb-footer-newsletter-1 .nb-newsletter-title,
.nb-ecommerce-footer-17 .nb-footer-mobile-collapse .nb-title {
    font-weight: var(--nb-font-semibold);
    font-size: var(--nb-btn-font-size-l);
    color: var(--nb-color-gray-900);
    text-transform: uppercase;
}
.nb-ecommerce-footer-17 .nb-footer-mobile-collapse .nb-title{
    text-transform: none;
}

.nb-ecommerce-footer-17 .company-info-footer .nb-title {
    display: none;
}

.nb-ecommerce-footer-17 .nb-newsletter-form-popup-4 .nb-newsletter-title {
    text-transform: none;
}

.nb-ecommerce-footer-17 .nb-top-footer-slider-wrapper .container{
    display: flex;
    justify-content: space-between;
}

.nb-ecommerce-footer-17 .mauticform-button-wrapper {
    margin-top: 20px;
}

.nb-ecommerce-footer-17 .nb-label {
    font-size: var(--nb-footer-17-nb-label-check-font-size);
}

.nb-ecommerce-footer-17 .slick-slider .slick-track {
    width: 1680px;
}

.nb-ecommerce-footer-17 .nb-footer-disclaimer,
.nb-ecommerce-footer-17 .nb-footer-copyright {
    text-align: left;
}

.nb-ecommerce-footer-17 .nb-footer-newsletter-1 .form-floating .nb-float-label {
    font-size: var(--nb-font-size-14);
    color: var(--nb-color-gray);
}

.nb-ecommerce-footer-17 .nb-form-radio-button .nb-label, .nb-form-check .nb-label {
    margin-left: 8px;
}

.nb-ecommerce-footer-17 .nb-footer-newsletter-1 .nb-newsletter-link {
    font-weight: var(--nb-font-weight-400);

}

@media screen and (max-width: 1600px) {
    .nb-footer-newsletter-viber-1 .nb-submit-newsletter-wrapper .nb-input,
    .nb-footer-newsletter-1 .nb-submit-newsletter-wrapper .nb-input {
        min-width: 350px;
    }
}

@media screen and (max-width: 1440px) {
    .nb-footer-newsletter-viber-1 .nb-submit-newsletter-wrapper .nb-input,
    .nb-footer-newsletter-1 .nb-submit-newsletter-wrapper .nb-input {
        min-width: 300px;
    }
}

@media screen and (max-width: 1300px) {
    .nb-footer-newsletter-viber-1 .nb-submit-newsletter-wrapper .nb-input,
    .nb-footer-newsletter-1 .nb-submit-newsletter-wrapper .nb-input {
        min-width: 250px;
    }
}

@media screen and (max-width: 1024px){
    .nb-ecommerce-footer-17 .nb-footer-newsletter-viber-1 .nb-submit-newsletter-wrapper .nb-input,
    .nb-ecommerce-footer-17 .nb-footer-newsletter-1 .nb-submit-newsletter-wrapper .nb-input {
        min-width: 100%;
    }
}

@media screen and (max-width: 576px) {
    .nb-ecommerce-footer-17 .company-info-footer .nb-title {
        display: block;
    }

    .nb-ecommerce-footer-17 .nb-footer-social-networks {
        margin-top: 16px;
        margin-bottom: 36px;
    }

    .nb-ecommerce-footer-17 .nb-top-footer-slider-wrapper .container {
        flex-direction: column;
        gap: 10px;
        justify-content: center;
        align-items: center;
    }

    .nb-ecommerce-footer-17 .nb-footer-mobile-collapse .nb-collapse-content {
        display: none;
        padding: 10px;
        text-transform: lowercase;
    }

    .nb-ecommerce-footer-17 .nb-slider-item-box-18 .nb-slider-item-image {
        margin-bottom: 6px;
    }

    .nb-ecommerce-footer-17 .nb-slider-item-box-18 .nb-wrapper .nb-slider-item-name {
        font-size: 16px;
        font-weight: 400;
    }

    .nb-ecommerce-footer-17 .nb-slider-item-box-18 .nb-wrapper .nb-slider-item-description {
        font-size: 14px;
    }

    .nb-ecommerce-footer-17 .nb-footer-mobile-collapse .nb-collapse-button:before {
        display: block;
        color: var(--nb-color-gray-900);
    }

    .nb-ecommerce-footer-17 .nb-footer-mobile-collapse {
        margin-bottom: 0;
        border-bottom: 1px solid var( --nb-color-gray-300);
    }

    .nb-ecommerce-footer-17 .nb-footer-mobile-collapse .nb-title {
        margin-bottom: 12px;
        margin-top: 8px;
        font-size: var(--nb-font-size-14);
    }

    .nb-ecommerce-footer-17 .nb-footer-wrapper {
        --nb-gutter-y: 0;
    }

    .nb-ecommerce-footer-17 .nb-collapse-button {
        position: relative;
    }

    .nb-ecommerce-footer-17 .nb-collapse-button:before {
        position: absolute;
        right: 10px;
        color: var(--nb-spec-color);
        font-size: var(--nb-font-size-14);
        top: 50%;
        transform: translateY(-50%);
        display: block;
    }

    .nb-ecommerce-footer-17 .nb-collapse-button.active:before {
        transform: translateY(-50%) rotateZ(180deg);
    }

    .nb-ecommerce-footer-17 .nb-top-footer-wrapper {
        padding: 32px 0 0;

    }

    .nb-ecommerce-footer-17 .nb-bottom-footer-wrapper .nb-bottom-footer-inner-wrapper {
        order: 2;
    }
    .nb-ecommerce-footer-17 .nb-bottom-footer-wrapper .nb-footer-payment-cards {
        order: 1;
    }

    .nb-ecommerce-footer-17 .nb-top-footer-wrapper .nb-content-wrapper .nb-footer-links .row > .col:nth-child(n+2) {
        margin-top: 10px;
    }

    .nb-ecommerce-footer-17 .nb-collapse-button,
    .nb-ecommerce-footer-17 .nb-footer-social-networks .nb-footer-social-networks-title {
        font-size: var(--nb-font-size-14);
    }

    .nb-footer-social-networks .nb-footer-social-networks-wrapper {
        gap: 16px;
    }

    .nb-ecommerce-footer-17 .nb-footer-payment-cards {
        padding: 10px;
        justify-content: start;
        gap: 20px;
        padding-bottom: 14px;
    }

    .nb-ecommerce-footer-17 .nb-footer-payment-cards .nb-img {
        height: 25px;
    }

    .nb-ecommerce-footer-17 .nb-footer-logo {
        margin-bottom: 20px;
    }

    .nb-ecommerce-footer-17 .nb-footer-newsletter-1 .nb-newsletter-title {
        font-size: var(--nb-font-size-14);
    }

    .nb-ecommerce-footer-17 .nb-footer-top-wrapper-slider {
        height: 136px;
    }

    .nb-ecommerce-footer-17 .nb-footer-newsletter-1 .nb-submit-newsletter-wrapper .nb-btn {
        border-radius: 4px;
    }

    nb-ecommerce-footer-17 .nb-footer-newsletter-1 {
        margin-bottom: 32px;
    }

    .nb-ecommerce-footer-17 .nb-bottom-footer-wrapper > .nb-content-wrapper {
        display: flex;
        flex-direction: column;
    }

    .nb-ecommerce-footer-17 .nb-footer-disclaimer,
    .nb-ecommerce-footer-17 .nb-footer-copyright {
        text-align: center;
    }

    .nb-ecommerce-footer-17 .nb-footer-payment-cards {
        justify-content: center;
    }

    .nb-ecommerce-footer-17 .nb-footer-top-wrapper-slider  .slick-dots {
        margin-top: 8px;
    }

    .nb-ecommerce-footer-17 .nb-slider-dots .slick-dots > li {
        width: 8px;
        height: 8px;
        border: 2px;
}

    .nb-ecommerce-footer-17 .nb-bottom-footer-wrapper {
        padding: 10px 0 22px;
    }

    .nb-ecommerce-footer-17 .nb-footer-disclaimer {
        font-size: var(--nb-font-size-12);
        border-bottom: 1px solid var( --nb-color-gray-300);
        padding-bottom: 14px;
    }

    .nb-ecommerce-footer-17 .nb-top-footer-wrapper .company-info-footer .nb-footer-mobile-collapse .nb-title.active,
    .nb-ecommerce-footer-17 .nb-top-footer-wrapper .nb-footer-links .nb-collapse-button.active {
        color: var(--nb-spec-color);
    }

    .nb-ecommerce-footer-17 .nb-top-footer-wrapper .nb-footer-links .nb-footer-mobile-collapse:has(.nb-collapse-button.active),
    .nb-ecommerce-footer-17 .nb-top-footer-wrapper .company-info-footer .nb-footer-mobile-collapse:has(.nb-collapse-button.active) {
        border-bottom-color: var(--nb-spec-color);
    }
}
/*
/* NB Fajl:'./nbthemes/nbshop_junglebaby/css/nb7.custom.css.'
*/
.nb-registration-form-1-block .nb-form [class^="col-"]:empty,
.nb-registration-form-1-block .nb-form [class*=" col-"]:empty{
    display: block;
}
.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;
}
.nb-custom-scroll-1{
    --nb-scroll-1-track-bg: var(--nb-color-gray-400);
    --nb-scroll-1-bg: var(--nb-color-gray-600);
}
.nb-custom-scroll-1::-webkit-scrollbar-track,
.nb-custom-scroll-1::-webkit-scrollbar-thumb{
    border-radius: 4px;
}
.layout:has(.nb-breadcrumb-wrapper ){
    margin-bottom: 40px;
}

.tp-product .nb-breadcrumb {
    margin-bottom: 0;
}

.nbtmp-home-page-tmp-30,
.nbtmp-product-detail-page-tmp-26,
.nbtmp-product-listing-page-tmp-22{
    --nb-margin: 80px;
}
.nbtmp-article-list-grid-tmp-18{
    --nb-card-floating-body-height: 136px;
}
/* header */

.nb-ecommerce-header-4 {
    box-shadow: unset;
}

.nb-ecommerce-header-4 .nb-header-top-wrapper .nb-component *{
    color: var(--nb-color-white);
}
.nb-ecommerce-header-4 .nb-header-menu-wrapper .nb-menu-first-level-item-list.wsmenu-list li > .navtext{
    font-size: 16px;
    font-weight: var(--nb-font-medium);
    color: var(--nb-text-color-primary);
}
.nb-ecommerce-header-4 .nb-header-wrapper .nb-header-site-quick-links a:hover,
.nb-ecommerce-header-4 .nb-header-site-user-dropdown-1:hover,
.nb-ecommerce-header-4 .nb-header-cart-with-badge-1:hover *:not(.nb-header-cart-count-wrapper, .nb-header-cart-count-wrapper *),
.nb-ecommerce-header-4 .nb-header-favorite-with-badge-1:hover *:not(.nb-header-favorite-count-wrapper, .nb-header-favorite-count-wrapper *){
    color: var(--nb-spec-color);
}
.nb-ecommerce-header-4 .wsmenu>.wsmenu-list>li.nb-menu-first-level-item-3:hover>.nb-first-level-menu-item-link *,
.nb-ecommerce-header-4 .nb-menu-first-level-item-list-5.wsmenu-list>li.nb-menu-first-level-item-3:hover>.navtext:after{
    color: var(--nb-spec-color);
}
.nb-ecommerce-header-4 .wsmenu>.wsmenu-list>li.nb-menu-first-level-item-3>.nb-first-level-menu-item-link .nb-menu-title{
    text-transform: uppercase;
}
.nb-ecommerce-header-4 .nb-header-site-quick-links .nb-icon:before {
    font-size: 16px;
}
.nb-ecommerce-header-4 .nb-header-cart-with-badge-1 .nb-icon{
    font-size: 20px;
}
.nb-ecommerce-header-4 .nb-header-cart-with-badge-1 .nb-icon:before{
    font-size: 24px;
    vertical-align: middle;
}

.nb-ecommerce-header-4 .nb-header-favorite-with-badge-1 .nb-icon, .nb-ecommerce-header-4 .nb-header-cart-with-badge-1 .nb-icon,
.nb-ecommerce-header-4 .nb-header-site-user-dropdown-1 .dropdown-toggle .nb-icon {
    font-size: 24px;
}
.nb-ecommerce-header-4 .nb-header-wrapper .nb-header-site-quick-links .nb-icon:before {
    font-size: 18px;
}
.nb-ecommerce-header-4 .nb-header-info-carousel-1{
    width: 380px;
    margin: auto;
}
.nb-ecommerce-header-4 .nb-header-top-wrapper .row > .col-12:first-child .nb-header-site-quick-links:first-of-type{
    margin-right: 20px;
}
.nb-ecommerce-header-4 .wsmenu{
    width: 100%
}

.nb-ecommerce-header-4 .nb-header-middle-wrapper .nb-header-site-quick-links > .nb-icon{
    margin-right: 2px;
}

.nb-ecommerce-header-4 .nb-header-menu-wrapper .nb-main-navigation-3 .nb-slider-carousel-6 .nb-img{
    border-radius: 4px;
}


/* header end */

/* footer */
.nb-ecommerce-footer-17 .nb-footer-top-wrapper-slider{
    display: none;
}
.nb-ecommerce-footer-17 .nb-footer-links .nb-title{
    margin-bottom: 24px;
}
.nb-ecommerce-footer-17 .nb-footer-newsletter-1 .nb-submit-newsletter-wrapper .nb-btn{
    border-radius: var(--nb-border-radius-xs);
}
.nb-footer-social-networks .nb-footer-social-networks-wrapper .nb-link{
    color: var(--nb-spec-color);
}
.nb-footer-social-networks .nb-footer-social-networks-wrapper .nb-link > *{
    border: 1px solid var(--nb-spec-color);
}
.nb-ecommerce-footer-17 .nb-info-box-8 .nb-info-box-8-wrapper .custom-text p{
    font-weight: var(--nb-font-medium);
}
.nb-ecommerce-footer-17 .nb-info-box-8-wrapper .custom-text{
    text-transform: none;
}
.nb-ecommerce-footer-17 .nb-footer-links .nb-link:hover{
    color: var(--nb-spec-color);
    text-decoration: underline;
    text-underline-offset: 3px;
}
.nb-ecommerce-footer-17 .nb-footer-social-networks .nb-footer-social-networks-title,
.nb-ecommerce-footer-17 .nb-footer-newsletter-1 .nb-newsletter-title,
.nb-ecommerce-footer-17 .nb-footer-mobile-collapse .nb-title{
    color: var(--nb-text-color-primary);
    text-transform: unset;
}
.nb-ecommerce-footer-17 .nb-top-footer-wrapper{
    border-bottom: unset;
    padding: 60px 0;
}
.nb-ecommerce-footer-17 .nb-bottom-footer-wrapper{
    padding-bottom: 16px;
    background-color: var(--nb-color-gray-100);
}
.nb-ecommerce-footer-17 .nb-footer-copyright .nb-link{
    color: var(--nb-spec-color);
}

.nb-ecommerce-footer-17 .nb-footer-copyright .nb-link:hover {
    text-decoration: underline;
}
.nb-ecommerce-footer-17 .nb-modal .nb-form-group:not(:last-child){
    margin-bottom: 20px;
}
.nb-ecommerce-footer-17 .nb-footer-social-networks{
    margin-bottom: 40px;
}

.nb-ecommerce-footer-17 .nb-footer-logo {
    margin-bottom: 20px;
}

.nb-ecommerce-footer-17 .nb-footer-logo .nb-img {
    max-width: 215px;
}

/* footer end */
/* newlsetter */
.nb-newsletter-form-popup-4 .nb-info-wrapper .custom-text:not(.nb-newsletter-title),
.nb-newsletter-form-popup-4 .nb-info-wrapper .custom-text:not(.nb-newsletter-title) p{
    font-size: 16px;
    text-align: center;
}
.nb-newsletter-form-popup-4 .nb-bottom-wrapper .nb-btn{
    height: 44px;
    margin-bottom: 12px;
}
.nb-social-network .nb-social-network-wrapper .nb-link > *{
    border: 1px solid var(--nb-spec-color);
}
.nb-newsletter-form-popup-4 .nb-bottom-wrapper .nb-form-fields-wrapper > .nb-form-group{
    margin-bottom: 20px;
}
/* newlsetter end */
/* arrows */
.nb-slider .nb-slider-arrows .slider-arrow > i{
    width: 36px;
    height: 36px;
    background-color: var(--nb-color-gray-100);
    border-radius: 50%;
}
.nb-slider .nb-slider-arrows .slider-arrow:hover > i:before{
    color: var(--nb-text-color-primary);
}
.nb-slider .nb-slider-arrows .slider-arrow > i:before{
    color: var(--nb-color-gray-600);
}
.similar-product-list-carousel-2 .nb-slider .nb-slider-arrows .slider-arrow > i:before,
.nb-last-viewed-product-list-carousel-2 .nb-slider .nb-slider-arrows .slider-arrow > i:before,
.nb-complete-the-look-product-list-carousel-1 .nb-slider .nb-slider-arrows .slider-arrow > i:before{
    color: var(--nb-color-green);
}
.similar-product-list-carousel-2 .nb-slider .nb-slider-arrows .slider-arrow:hover > i:before,
.nb-last-viewed-product-list-carousel-2 .nb-slider .nb-slider-arrows .slider-arrow:hover > i:before,
.nb-complete-the-look-product-list-carousel-1 .nb-slider .nb-slider-arrows .slider-arrow:hover > i:before{
    color: var(--nb-text-color-primary);
}
.nb-slider-arrows .slider-arrow > i.nb-arrow-left{
    left: -55px;
}
.nb-slider-arrows .slider-arrow > i.nb-arrow-right{
    right: -55px;
}

.nb-product-detail-gallery-compound-carousel-3 .nb-product-gallery-carousel-horizontal-1 .nb-slider-arrows .slider-arrow > i,
.nb-recommended-product-list .nb-slider-arrows .slider-arrow > i,
.nb-header-info-carousel-1 .nb-slider .nb-slider-arrows .slider-arrow > i{
    width: inherit;
    height: inherit;
    background-color: transparent;
    border-radius: 50%;
}
.nb-header-info-carousel-1 .nb-slider .nb-slider-arrows .slider-arrow > i:before{
    color: var(--nb-color-white);
    font-weight: var(--nb-font-semibold) !important;
}

.nb-product-detail-gallery-compound-carousel-3 .nb-product-gallery-carousel-horizontal-1 .nb-slider-arrows .slider-arrow > i.nb-arrow-left,
.nb-recommended-product-list .nb-slider-arrows .slider-arrow > i.nb-arrow-left,
.nb-header-info-carousel-1 .nb-slider-arrows .slider-arrow > i.nb-arrow-left{
    left: 0;
}

.nb-product-detail-gallery-compound-carousel-3 .col-12:first-child .nb-slider-arrows .slider-arrow > i.nb-arrow-left {
    left: 20px;
}

.nb-product-detail-gallery-compound-carousel-3 .nb-product-gallery-carousel-horizontal-1 .nb-slider-arrows .slider-arrow > i.nb-arrow-right,
.nb-recommended-product-list .nb-slider-arrows .slider-arrow > i.nb-arrow-right,
.nb-header-info-carousel-1 .nb-slider-arrows .slider-arrow > i.nb-arrow-right{
    right: 0;
}

.nb-product-detail-gallery-compound-carousel-3 .col-12:first-child .nb-slider-arrows .slider-arrow > i.nb-arrow-right {
    right: 20px;
}
.nb-complete-the-look-product-list-carousel-1 .nb-slider-arrows .slider-arrow > i.nb-arrow-left,
.similar-product-list-carousel-2 .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{
    left: -24px;
}
.nb-complete-the-look-product-list-carousel-1 .nb-slider-arrows .slider-arrow > i.nb-arrow-right,
.similar-product-list-carousel-2 .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{
    right: -24px;
}
.nb-carousel-banner-30 .nb-slider-arrows .slider-arrow > i.nb-arrow-left{
    left: 60px;
}
.nb-carousel-banner-30 .nb-slider-arrows .slider-arrow > i.nb-arrow-right{
    right: 60px;
}
.nb-custom-product-list-carousel-5{
    .nb-slider-arrows .slider-arrow > i.nb-arrow-left{
        left: -25px;
    }
    .nb-slider-arrows .slider-arrow > i.nb-arrow-right{
        right: -25px;
    }
}
.nb-custom-product-list-carousel-1{
    .nb-slider-arrows .slider-arrow > i.nb-arrow-left{
        left: -30px;
    }
    .nb-slider-arrows .slider-arrow > i.nb-arrow-right{
        right: -30px;
    }
}
/* arrows end */
/* indicators */
.nb-slider .nb-slider-dots .slick-dots > li,
.nb-slider .nb-slider-indicators-inline .slick-dots li{
    width: 8px;
    height: 8px;
    border-radius: 50%;
    box-shadow: unset;
}
.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{
    height: 12px;
    border-radius: 24px;
}
/* indicators end */
/* homepage */

.nb-carousel-banner-30 .nb-slider-arrows .slider-arrow > i{
    width: 36px;
    height: 36px;

}
.nb-carousel-banner-30 .nb-slider-arrows .slider-arrow > i:before{
    color: var(--nb-color-gray-600);
}

.nb-shop-by-look-1 .nb-link-see-more,
.nb-carousel-banner-34 .nb-link-see-more,
.nb-custom-product-list-placeholder-with-list-links-1 .nb-product-link-list{
    width: fit-content;
    margin: auto;
    margin-top: 20px;
    color: var(--nb-color-white);
    background-color: var(--nb-color-brown);
    padding: 10px 20px;
    font-size: 16px;
    font-weight: var(--nb-font-medium);
    border: 1px solid transparent;
    border-radius: 4px;
    max-height: 40px;
}

.nb-shop-by-look-1 .nb-link-see-more,
.nb-carousel-banner-34 .nb-link-see-more {
    margin-bottom: 20px;
}

.nb-shop-by-look-1 .nb-link-see-more:hover,
.nb-carousel-banner-34 .nb-link-see-more:hover,
.nb-custom-product-list-placeholder-with-list-links-1 .nb-product-link-list:hover{
    color: var(--nb-color-brown);
    border-color: var(--nb-color-brown);
    background-color: var(--nb-color-white);
}
.nb-carousel-banner-15 .nb-slider-item-box-3 .nb-img,
.nb-carousel-banner-15 .nb-slider-item-box-3:before{
    border-radius: 4px;
}
.nbtmp-home-page-tmp-30 .nb-text-editor-1 h2,
h2.nb-title:not(.nb-offcanvas-title, .display-title-3, .display-title-4, .display-title-5, .display-title-6),
h1.nb-title{
    text-transform: uppercase;
}
.nbtmp-home-page-tmp-30 .nb-text-editor-1 h2{
    margin-bottom: 20px;
}
.block-heading-with-subheading h1:before,
.nb-heading-with-subheading h1:before,
.nbtmp-home-page-tmp-30 .nb-text-editor-1 h2:before,
.nb-shop-by-look-1 .nb-mobile-title:before,
.nb-poll-detail-heading-content-2 .nb-poll-name .nb-title:before,
.block:not(.nb-ecommerce-footer-17, .nb-mini-cart-offcanvas-placeholder-1, .nb-product-list-heading-and-description-1-block, .nb-comments-content-1,
 .nb-text-info-4, .contact-form-1, .contact-info, .nb-cooperation-form-line-1, .nb-career-form-line-1, .nb-edit-account-1, .nb-privacy-policy-consent-1,
  .nb-user-preference-product-attribute-3, .nb-edit-account-email-form-page-1, .nb-change-password-form-page-1) h2.nb-title:before{
    content: url("../../../static/images/junglebaby/title-elephant.svg");
    margin-right: 10px;
    vertical-align: middle;
}
.nb-custom-product-list-placeholder-with-list-links-1 #custom-product-list-block-wrapper{
    margin-top: 20px;
}
.nb-custom-product-list-carousel-4{
    padding-bottom: 0;
}
.nb-slider-item-box-43 .nb-slider-item-description{
    margin-bottom: 10px;
}
.nb-carousel-banner-12 .nb-carousel-additional-content{
    width: 100%;
}
.nb-carousel-banner-12 .nb-carousel-controls-1{
    width: calc(100% - 50px);
    margin-left: auto;
    margin-right: auto;
}
.nb-carousel-banner-12 .nb-control-buttons-wrapper .nb-icon{
    opacity: .7;
}
.nb-carousel-banner-12 .nb-control-buttons-wrapper .nb-icon:hover{
    opacity: 1;
}
.nb-custom-sub-heading{
    font-weight: var(--nb-font-medium);
    font-size: 18px;
    margin-bottom: 10px;
}
.nb-shop-by-look-1 .nb-mobile-title{
    font-size: 14px;
    font-weight: var(--nb-font-medium);
}
.nb-shop-by-look-1 .nb-hide-products{
    font-size: unset;
}
.nb-shop-by-look-1 .nb-hide-products:before{
    font-size: 24px;
}

.nb-shop-by-look-1 .nb-image-col .nb-show-products {
    color: var(--nb-btn-primary-bg);
    background: var(--nb-btn-primary-color);
    border-color: var(--nb-btn-primary-border-color);
    padding: 13px 15px;
}

.nb-shop-by-look-1 .nb-image-col .nb-show-products:hover,
.nb-shop-by-look-1 .nb-image-col .nb-show-products:active,
.nb-shop-by-look-1 .nb-image-col .nb-show-products:focus {
    color: var(--nb-btn-primary-color);
    background: var(--nb-btn-primary-bg);
}

.nb-custom-product-list-with-banner-1 .slick-dots {
    margin-top: 15px;
}

.nb-sticker-1 .nb-link{
    border-radius: 4px;
}
.nb-product-content-position-1 .nb-favorite{
    background-color: transparent;
}
.nb-favorite {
    color: var(--nb-spec-color);
}
.nb-discount.nb-discount-rectangle .nb-discount-value-wrapper,
.nb-discount.nb-discount-rectangle .nb-additional-discount-value-wrapper{
    border-radius: 4px;
    height: calc(var(--nb-discount-height) / 2 + 5px);
    font-weight: var(--nb-font-weight-600);
    line-height: 1;
}

.nb-product-gallery-carousel-3 .nb-discount-rectangle {
    max-width: 84px;
    max-height: 84px;
}

.nb-product-gallery-carousel-3 .nb-discount.nb-discount-rectangle .nb-discount-value-wrapper,
.nb-product-gallery-carousel-3 .nb-discount.nb-discount-rectangle .nb-additional-discount-value-wrapper {
    width: 80px;
    height: 42px
}

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

.nb-product-card-48 {
    box-shadow: 0 8px 10px -8px rgba(0, 0, 0, 0.1),
    0 -8px 10px -8px rgba(0, 0, 0, 0.1);
}

.nb-shop-by-look-1 .nb-products-col .nb-slider-item:not(:last-of-type) {
    margin-bottom: 10px;
}

.nb-product-card-48 .nb-card.nb-product-card .card-body.nb-card-body.nb-product-card-body > * + *{
    margin-top: 20px;
}
.nb-product-card-48 .nb-card.nb-product-card .card-body.nb-card-body.nb-product-card-body .nb-product-name{
    margin-top: 5px;
}
.nb-product-card-45 .nb-card.nb-product-card .nb-product-prices-12{
    gap: 6px;
}

.nb-card.nb-product-card .nb-img-wrapper > .nb-link {
    width: 100%;
}

.nb-product-card-45 .nb-product-prices-12:not(:has(.hidden)) .nb-separator{
    height: 10px;
    border-left: 1px solid var(--nb-color-gray-600);
}
.nb-product-card-45 .nb-card-body .nb-product-brand-1 .nb-link{
    color: var(--nb-product-card-45-brand-color);
}
.nb-product-card-45 .nb-card-body .nb-product-brand-1 .nb-link:hover{
    color: var(--nb-spec-color);
}
.nb-product-card-45 .nb-product-bubble-3 .nb-product-bubble-control-wrapper {
    border-left: unset;
    border-right: unset;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.nb-product-card-45 .nb-product-bubble-3 .nb-selected-size-1{
    font-size: 18px;
}
.nb-product-card-45 .nb-product-button-with-bubble-3 .nb-product-bubble-3{
    border-radius: 4px;
}

.nb-product-card-45 .nb-product-card .nb-product-image-with-positioned-content-v1 .nb-img-wrapper .nb-img {
    padding: 16% 0;
}

.nb-product-card-48 .nb-product-card .nb-product-image-with-positioned-content-v1 .nb-img-wrapper .nb-img {
    padding: 17% 0;
}

.nb-product-card-48 .nb-product-prices-3:has(.nb-price-old:not(.hidden)) .nb-price.nb-price-active {
    color: var(--nb-product-card-48-price-active-sale-color);
}

.nb-product-card-48 .nb-product-card {
    gap: 20px;
}

.nb-product-card-48 .nb-product-image-2 .nb-second-product-image {
    display: none;
}

/*.nb-slider-item:has(.nb-product-card-48) {*/
/*    padding: 0;*/
/*}*/

.nb-product-card-48 .nb-product-content-position-1 .nb-position.nb-top-left-content {
    top: 0;
    left: 0;
}

.nb-product-card-48 .nb-product-card .nb-card-body {
    flex: 0 1 60% !important;
    min-width: 0;
}

.nb-product-card-48 .nb-card .nb-product-image-with-positioned-content-v1 {
    flex: 0 1 37%;
}

.nb-product-card-48 .nb-card.nb-product-card .card-body.nb-card-body.nb-product-card-body {
    padding-right: 10px;
}

.nb-product-detail-gallery-compound-carousel-3 .nb-product-gallery-carousel-horizontal-1 .nb-img{
    padding: 16% 0;
}
.nb-product-detail-gallery-compound-carousel-3 .nb-product-gallery-3 .nb-img{
    padding: 17% 0;
    width: 100%;
}

.nb-product-detail-gallery-compound-carousel-3 .nb-product-gallery-3 .nb-image-with-popover .nb-img {
    padding: 0;
}
.nb-product-card-46 .nb-product-card > .nb-img-wrapper .nb-img{
    padding: 10px 0;
}
.nb-product-card-5 .nb-product-card > .nb-img-wrapper .nb-img{
    padding: 12px 0;
}
.nb-product-detail-aidc-list-1 .nb-product-related-image-list-1 .nb-img{
    padding: 10px 0;
}
.nb-product-card-45 .nb-product-bubble-3 .nb-product-img-and-name-wrapper .nb-img-wrapper .nb-img{
    box-shadow: 0px 0px 10px 0px #0000001A;
}

.nb-single-banner-14 .nb-slider-item-box-43 .nb-slider-item-image .nb-img{
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.nb-product-size-list-5::-webkit-scrollbar-track,
.nb-product-size-list-5::-webkit-scrollbar-thumb{
    border-radius: 4px;
}
.nb-product-size-list-5::-webkit-scrollbar {
    width: 5px;
}
.nb-product-size-list-5::-webkit-scrollbar-track{
    background-color: var(--nb-color-gray-400);
}
.nb-product-size-list-5::-webkit-scrollbar-thumb{
    background-color: var(--nb-color-gray-600);
}
.nb-product-size-list-5 > *{
    flex: unset;
    border-radius: 4px;
    padding: 10px;
    width: auto;
    height: 37px;
    font-size: var(--nb-font-size-14);
}

.nb-product-box-14 .nb-product-size-list-5 .nb-size-value-box-1 {
    flex: unset;
    padding: 10px !important;
    height: 37px !important;
}

.nb-product-size-list-5 > *.disabled:before{
    content: none;
}
.nb-product-card-48{
    --nb-btn-primary-bg: var(--nb-color-white);
    --nb-btn-primary-border-color: var(--nb-spec-color);
    --nb-btn-primary-color: var(--nb-spec-color);
    --nb-btn-primary-hover-bg: var(--nb-spec-color);
    --nb-btn-primary-hover-border-color: var(--nb-spec-color);
    --nb-btn-primary-hover-color: var(--nb-color-white);
    --nb-add-to-cart-bg: var(--nb-color-white);
    --nb-add-to-cart-border-color: var(--nb-spec-color);
    --nb-add-to-cart-color: var(--nb-spec-color);
    --nb-add-to-cart-hover-bg: var(--nb-spec-color);
    --nb-add-to-cart-hover-border-color: var(--nb-spec-color);
    --nb-add-to-cart-hover-color: var(--nb-color-white);
    border-radius: 4px;
}
.nb-slider-item-box-43.left .nb-text-wrapper{
    max-width: 530px;
    padding: 20px;
}
.nb-product-card-48 .nb-product-content-position-1 .nb-product-favorite .nb-icon{
    font-size: 20px;
}
.nb-product-card-48 .nb-product-card .nb-card-body{
    flex: 0 0 65%;
}
.nb-product-detail-size-4 .nb-tab-size-picker-4 .nb-size-type-wrapper,
.nb-product-size-picker-modal-1 .nb-tab-size-picker-3 .nb-size-type-wrapper{
    display: none;
}
.nb-product-size-picker-modal-1 .nb-product-box-14 .nb-price-wrapper:not(:has(.hidden)) .nb-price-active{
    color: var(--nb-color-red);
}
.nb-product-card-46 .nb-btn.nb-add-to-cart{
    border-radius: 50%;
}

.nb-favorite:hover{
    color: var(--nb-color-red);
}
.nb-article-card-14 .nb-link:hover{
    text-decoration: underline;
}
.nb-article-card-14 .nb-bottom-wrapper .nb-icon{
    display: none;
}
.nb-article-card-14 .nb-card{
    border-color: transparent;
}
.nb-article-card-14 .nb-card .nb-card-body{
    background-color: var(--nb-color-green-100);
    cursor: default;
}
.nb-article-card-14 .nb-card:hover .nb-bottom-wrapper .nb-link{
    margin-right: 0;
}
.nb-article-card-14 .nb-card .nb-bottom-wrapper .nb-link{
    text-decoration: underline;
    letter-spacing: 0.03em;
}
.nb-article-card-14 .nb-card .nb-bottom-wrapper .nb-link:hover{
    text-decoration: unset;
}
.nb-article-card-14 .nb-title{
    /*max-height: calc(2 * var(--nb-article-card-14-title-line-height) * var(--nb-article-card-14-title-font-size));*/
    letter-spacing: 0.03em;
}
.nb-article-card-14 .nb-card-floating-body .nb-article-short-description{
    height: 0;
    transition: all 0.2s ease-in-out;
}
.nb-article-card-14 .nb-card-floating-body:hover .nb-article-short-description{
    height: calc(var(--nb-rows) * var(--nb-paragraph-line-height) * var(--nb-article-card-14-description-font-size));
    transition: all 0.2s ease-in-out;
}
.nb-cart-item-size-list-2 .nb-size-value-box-1{
    width: auto;
    flex: unset;
    padding: 10px;
}
.nb-cart-product-item-8 .nb-price-wrapper:has(.nb-price-old.nb-price-prev) {
    --nb-cart-product-item-8-active-price-color: var(--nb-color-red);
}

.nb-cart-summary-2-card .nb-content-wrapper.bottom-wrapper .nb-text-wrapper p {
    font-size: var(--nb-font-size-16);
}

.nb-cart-summary-2-card .nb-text-wrapper > * {
    flex: unset;
}

.nb-login-form-2 .nb-form-fields-wrapper .nb-form-group:last-of-type{
    margin-bottom: 28px;
}
.nb-login-form-2 .nb-registration-wrapper{
    width: 100%;
}
.nb-login-form-2 .nb-registration-wrapper .nb-registration-text{
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
}
.nb-login-form-2 .nb-registration-wrapper .nb-link{
    color: var(--nb-color-white);
    background-color: var(--nb-text-color-primary);
    border-color: var(--nb-text-color-primary);
}
.nb-login-form-2 .nb-registration-wrapper .nb-link:hover{
    color: var(--nb-text-color-primary);
    background-color: var(--nb-color-white);
    border-color: var(--nb-text-color-primary);
}
.nb-registration-modal-placeholder-1-block .nb-registration-modal-placeholder-1 .nb-html-editor,
.nb-registration-modal-placeholder-1-block .nb-registration-modal-placeholder-1 .nb-html-editor > *{
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
}
.nb-registration-form-1-block .nb-social-login{
    display: none;
}

.nb-social-login .nb-btn {
    padding-top: 6px;
    padding-bottom: 7px;
}

.nb-social-login .nb-btn .nb-icon {
    width: 16px;
    height: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(3, 155, 229, 1);
    color: #fff;
    font-size: 13px;
    line-height: 1;
}

.nb-registration-form-1-block .nb-login-link-wrapper .nb-login-link{
    color: var(--nb-spec-color);
    text-decoration: underline;
    text-underline-offset: 3px;
}
.nb-registration-form-1-block .nb-login-link-wrapper .nb-login-link:hover{
    text-decoration: unset;
}
.nb-registration-form-1-block .nb-checkbox-wrapper{
    position: relative;
}
.nb-registration-form-1-block .nb-checkbox-wrapper .nb-form-check{
    max-width: max-content;
}
.nb-registration-form-1-block .nb-checkbox-wrapper .parsley-errors-list.filled{
    left: 22px;
    width: max-content;
}
.nb-confirm-password-form-1 .nb-btn,
.nb-reset-password-form-1 .nb-btn{
    width: 100%;
}

.nb-cart-box-9 .nb-product-info-wrapper .nb-code-size-color-wrapper > *:not(:last-child){
    border-right-color: var(--nb-border-color);
}
.nb-cart-box-9 .nb-quantity-cart-2 .nb-quantity-arrows{
    background-color: var(--nb-color-gray-100);
}

.nb-cart-box-9 .nb-cart-item-card,
.nb-product-card-26 .nb-card,
.nb-product-card-5 .nb-card{
    border-color: transparent;
    box-shadow: 0px 0px 10px 0px #0000001A;
}

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

.nb-recommended-product-list-2 .nb-slider .nb-slider-arrows .slider-arrow > i:before {
    color: var(--nb-color-green-900);
}

.nb-mini-cart-offcanvas .bi-pencil-square:before,
.nb-mini-cart-offcanvas .bi-trash3:before {
    font-size: 20px;
}

.form-control.nb-input:-webkit-autofill,
.form-control.nb-input:-webkit-autofill:hover,
.form-control.nb-input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
    box-shadow: 0 0 0 1000px #fff inset !important;
    -webkit-text-fill-color: #222 !important;
    caret-color: #222;
}

.form-control.nb-input:-webkit-autofill::first-line {
    font-family: inherit !important;
    font-size: 16px !important;
    font-weight: 400 !important;
}


.nb-slider-item:has(.nb-product-card-26){
    padding: 5px 0;
}
.nb-carousel-banner-34 .nb-slider-item-box-52 .nb-title:before{
    content: none !important;
}
.nb-carousel-banner-34 .nb-slider-item-box-52:hover .nb-title{
    text-decoration: underline;
}
.nb-carousel-banner-34 .nb-slider-item-box-52 .nb-img,
.nb-carousel-banner-34 .nb-slider-item-box-52 .nb-img-wrapper:before{
    border-radius: 4px;
}
.nb-carousel-banner-34 .nb-slider-item-box-52 .nb-slider-item-name{
    text-transform: none;
}
.nb-custom-product-list-with-banner-1 .nb-slider:has(.nb-slider-main){
    margin-bottom: 15px;
}
.nb-custom-product-list-with-banner-1 .nb-slider-main .nb-img{
    border-radius: 4px;
}
.nb-custom-product-list-with-banner-1 .nb-slider:has(.nb-slider-main) .nb-slider-dots li{
    background-color: var(--nb-color-white);
}
.nb-custom-product-list-with-banner-1 .nb-slider:has(.nb-slider-main) .nb-slider-dots li.slick-active{
    background-color: var(--nb-dots-active-color);
}
.nb-product-col:has(.nb-product-card-5){
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 10px;
}
.nb-product-card-5:hover .nb-card{
    border-color: var(--nb-spec-color);
}
.nb-search-banner-1 .nb-img{
    border-radius: 4px;
}
.nb-search-product-grid-2 .nb-custom-scroll-1{
    --nb-scroll-1-bg: var(--nb-spec-color);
}
.nb-smart-search-1 .left-search-wrapper{
    background-color: var(--nb-color-gray-100);
}
.nb-search-product-grid-2 .nb-title-link-wrapper .nb-link{
    color: var(--nb-color-green-600) !important;
    text-decoration: underline;
}

.nb-ecommerce-header-4 .nb-search-input-wrapper > .nb-input::placeholder {
    color: var(--nb-color-green-900);
}

.nb-ecommerce-header-4 .nb-smart-search-1 .left-search-wrapper .nb-box-with-link-list:first-child {
    margin-top: 0;
}
.nb-search-product-grid-2 .nb-title-link-wrapper .nb-link:hover{
    text-decoration: unset;
}
.nb-search-results-wrapper{
    padding: 0;
}
body.open-search:before{
    z-index: 9999;
}
body.open-search .nb-ecommerce-header-4 .nb-header-wrapper:before{
    content: '';
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.5);
    z-index: 1;
}
.nb-smart-search-1 .nb-search-brands-1{
    --nb-box-with-link-list-title-font-weight: var(--nb-font-medium)
}

.nb-smart-search-1 .nb-card.nb-product-card .card-body.nb-card-body.nb-product-card-body {
    padding: 10px;

}
.nb-product-card-5 .nb-product-card .nb-card-body .nb-product-name *,
.nb-product-card-5 .nb-product-card .nb-card-body .nb-product-name {
    font-weight: var(--nb-font-medium);
    font-size: var(--nb-font-size-15);
}
.nb-menu-dropdown-4 .nb-menu-second-level-item-2 .nb-second-level-menu-item-link .nb-img{
    max-height: 40px;
}
/* homepage end */

/* shop by look */
.nb-article-card-2 .nb-article-category .nb-link:hover{
    text-decoration: underline;
    text-underline-offset: 3px;
}
.nb-article-card-2 .nb-card-body{
    background-color: var(--nb-color-green-100);
}
.nb-article-card-2 .nb-card-body .nb-date-from{
    margin-right: 2px;
}
.nb-article-card-2 .nb-card-body .nb-date-to{
    margin-left: 2px;
}
.nb-article-card-2 .nb-card-body .nb-article-price{
    color: var(--nb-color-red);
}
.nb-article-card-2 .nb-card{
    border-color: transparent;
}
.nb-article-product-list-carousel-2 .nb-slider-item:not(:last-of-type){
    padding-bottom: 0;
    border-bottom: unset;
}
.layout-container-grid:has(.article-gallery-carousel-2){
    padding-right: 80px;
}
.layout-container-grid:has(.nb-article-product-list-carousel-2){
    padding-left: 0;
}
.nb-breadcrumb-item.active:hover{
    color: var(--nb-spec-color);
}
.nb-article-card-2 .nb-article-image .nb-img{
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.nb-article-card-2 .nb-card-body,
.nb-article-card-2 .nb-card{
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.nb-article-gallery-carousel-2 .nb-img {
    border-radius: 4px;
}

/* product listing */
.nb-product-listing-options-and-category-heading-2 .nb-main-wrapper{
    padding: 20px;
    background-color: var(--nb-color-green-100);
}
.nbtmp-product-listing-page-tmp-22 main .nb-margin:first-child{
    margin-top: 40px;
}
.layout:has(.nb-product-listing-options-and-category-heading-2){
    margin-bottom: 20px;
}
.nb-product-list-heading-and-description-1-block .nb-title{
    font-size: 28px;
    font-weight: var(--nb-font-medium);
}
.nb-filters-clear-2:hover *{
    color: var(--nb-color-gray-600);
}
.nb-product-filter-category-attribute-vertical-1 .nb-accordion.nb-accordion-2 .nb-accordion-button{
    font-size: 16px;
    padding: 15px 0;
    max-height: 48px;
}
.nb-applied-product-filter-2 .nb-product-applied-filter-tag-list{
    gap: 20px;
    flex-wrap: unset;
    width: 100%;
    overflow-x: auto;
}
.nb-applied-product-filter-2 .nb-product-applied-filter-tag-list .nb-tag-product-applied-filter-tag .nb-icon{
    font-size: 14px;
}
.nb-filter-btn-apply.nb-btn-form:active {
    color: var(--nb-color-white);
    background-color: var(--nb-btn-primary-hover-bg);
    border-color: var(--nb-btn-primary-hover-border-color);
}
.nb-product-category-description-1 .nb-product-description *{
    font-size: 18px;
}
.nb-product-listing-options-and-category-heading-2 .nb-main-wrapper .nb-product-filters-intro-sort-3 .nb-select{
    color: var(--nb-color-gray-600);
}
.nb-tag-product-applied-filter-tag{
    min-width: fit-content;
}
.nb-products-list-grid{
    gap: 40px 20px;
}
.nb-product-load-more-2 .nb-product-load-more-2-info{
    display: none;
}
.nb-product-load-more-2{
    margin-top: 40px;
}
.nb-product-filters-control-display-1 .nb-product-filters-control-label{
    text-decoration: underline;
    text-underline-offset: 3px;
}
.nb-product-filters-control-display-1 .nb-product-filters-control-label:hover{
    text-decoration: unset;
}
.nb-product-filter-category-attribute-vertical-1 .nb-product-listing-filters-wrapper .nb-accordion-item .nb-accordion-body .nb-filter-size-2 .nb-content-wrapper {
    flex-direction: row;
    row-gap: 16px;
    column-gap: 10px;
}

.nb-product-filter-category-attribute-vertical-1 .nb-accordion.nb-accordion-2 .nb-accordion-button .nb-toggle-icon.nb-collapse-icon {
    color: var(--nb-color-green-400);
}

.nb-product-filter-category-attribute-vertical-1 .nb-filter-size-2 .nb-form-check {
    padding-left: 0;
    cursor: pointer;
    margin-bottom: 0;
}

.nb-product-filter-category-attribute-vertical-1 .nb-filter-size-2 .form-check-input[type=checkbox] {
    position: absolute;
    top: 3px;
    left: 22px;
    opacity: 0;
}

.nb-product-filter-category-attribute-vertical-1 .nb-filter-size-2 .nb-label {
    padding: 10px;
    height: 37px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-left: 0;
    border: var(--nb-border-width) var(--nb-border-style) var(--nb-border-color);
    border-radius: 5px;
    background-color: var(--nb-color-white);
    white-space: pre;
    font-size: var(--nb-font-size-14);
    align-items: center;
    justify-content: center;
}

.nb-product-filter-category-attribute-vertical-1 .nb-filter-size-2 .nb-form-check:hover .nb-label,
.nb-product-filter-category-attribute-vertical-1 .nb-filter-size-2 .nb-form-check:has(.nb-check:checked) .nb-label {
    color: var(--nb-spec-color);
    border-color: var(--nb-spec-color);
}

/* product detail */
.nb-product-detail-attribute-value-name-1 .nb-link,
.nb-additional-product-info-display-1 .nb-product-code,
.nb-additional-product-info-display-1 .nb-product-isbn{
    color: var(--nb-color-gray-600);
}
.nb-product-detail-short-description-1{
    border: unset;
    padding: 20px;
    font-size: 16px;
}
.nb-product-detail-name-1{
    margin-top: 5px !important;
    text-transform: uppercase;
}
.nb-product-detail-gallery-compound-carousel-3 .nb-img,
.nb-product-detail-gallery-compound-carousel-3 picture,
.nb-product-detail-gallery-compound-carousel-3 .nb-product-content-position-1,
.nb-product-detail-gallery-compound-carousel-3 .nb-img-wrapper,
.nb-product-detail-gallery-compound-carousel-3 .nb-gallery-item,
.nb-product-detail-gallery-compound-carousel-3 .nb-slider-item,
.nb-product-detail-gallery-compound-carousel-3 .nb-gallery-zoom .nb-img-wrapper::after,
.nb-product-detail-gallery-compound-carousel-3 .nb-gallery-item .nb-img-wrapper::after{
    border-radius: 4px;
}
.product-detail-gallery-compound-carousel-3 .col-12:has(.nb-product-gallery-carousel-horizontal-1){
    margin-top: 5px;
}

/*.nb-product-detail-gallery-compound-carousel-3 .nb-slider-item,*/
/*.product-detail-gallery-compound-carousel-3 .nb-product-gallery-carousel-horizontal-1 .nb-slider-item{*/
/*    margin: 0 5px !important;*/
/*}*/
.product-detail-gallery-compound-carousel-3 .nb-product-gallery-carousel-horizontal-1 .nb-slider-item:first-of-type{
    margin-left: 10px !important;
}
.nb-product-add-to-cart-button-2 .nb-btn .nb-icon{
    display: none;
}
.nb-product-add-to-cart-button-2 .nb-product-quantity-add-to-cart-and-favorite-2 .nb-favorite{
    background-color: var(--nb-color-gray-100);
}

.nb-additional-product-info-display-1 .nb-additional-product-info{
    gap: 0;
}
.nb-product-detail-short-description-1 .nb-see-more{
    color: var(--nb-spec-color);
    font-size: 14px;
    text-decoration: underline;
    margin-top: 0;
}
.nb-product-detail-short-description-1 .nb-see-more{
    text-decoration: underline;
}
.nb-product-detail-short-description-1 .nb-see-more .nb-icon{
    display: none;
}
.nb-product-price-detail-2{
    padding-top: 15px;
    border-top: 1px solid var(--nb-color-gray-400);
}
.nb-product-detail-aidc-list-1 .nb-product-related-image-list-1 .nb-img-wrapper{
    border: unset;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.nb-product-detail-aidc-list-1 .nb-product-related-image-list-1 .nb-img-wrapper,
.nb-product-detail-aidc-list-1 .nb-product-related-image-list-1 .nb-img{
    border-radius: 4px;
}
.nb-product-related-image-list-1 .nb-product-related-image-list-wrapper{
    grid-template-columns: repeat(10, 1fr);
}
.nb-product-detail-size-4 .nb-tab-size-picker-4 .nb-product-determine-size-1:hover .custom-text{
    text-decoration: underline;
}
.nb-tab-size-picker-4 .nb-inner-wrapper{
    flex-direction: row;
    justify-content: space-between;
}
.nb-product-detail-size-4 .nb-tab-size-picker-4 .nb-product-size-list-8 .nb-size-value-box-1.active{
    background-color: var(--nb-spec-color);
    color: var(--nb-color-white);
}
.nb-product-detail-size-4 .nb-tab-size-picker-4 .nb-product-size-list-8 .nb-size-value-box-1{
    padding: 10px;
    flex: unset;
}
.nb-social-share-3 .nb-social-icons-item{
    max-height: 33px;
    border-radius: 4px;
    padding: 5px 9px;
    gap: 15px;
}
.nb-product-detail-gallery-compound-carousel-3 .nb-product-content-position-1 .nb-position.nb-top-right-content{
    top: 20px;
    left: 20px;
    right: unset;
}
.nb-product-detail-gallery-compound-carousel-3 .nb-product-content-position-1 .nb-position.nb-top-left-content{
    top: 20px;
    right: 20px;
    left: unset;
}
.nb-how-to-buy-banner-1 .nb-main-wrapper .nb-title,
.nb-how-to-buy-banner-1 .nb-main-wrapper .nb-link.nb-primary-link,
.nb-how-to-buy-banner-1 .nb-icon-wrapper .nb-icon:before{
    color: var(--nb-spec-color);
}
.nb-product-detail-gallery-compound-carousel-3 .nb-gallery-item,
.nb-product-gallery-carousel-horizontal-1 .nb-slider-item{
    padding: 5px 0;
}
.nb-product-detail-gallery-compound-carousel-3 .nb-gallery-item .nb-img-wrapper,
.nb-product-gallery-carousel-horizontal-1 .nb-slider-item .nb-img-wrapper{
    box-shadow: 0px 0px 10px 0px #0000001A;
}
.layout:has(>.nb-additional-product-info-displays-tabs-1) {
    margin-top: var(--nb-margin) !important;
}
.nb-additional-product-info-displays-tabs-1 .nb-tab-and-accordion.nb-tab-and-accordion-v1 .slick-list,
.nb-additional-product-info-displays-tabs-1 .nb-tab-and-accordion.nb-tab-and-accordion-v1 .slick-track{
    width: 100% !important;
}
.nb-additional-product-info-displays-tabs-1 .nb-tab-and-accordion.nb-tab-and-accordion-v1 .slick-track{
    display: flex;
}
.nb-additional-product-info-displays-tabs-1 .nb-tab-and-accordion.nb-tab-and-accordion-v1 .nb-nav-item{
    margin-left: 20px;
    flex: 0 0 calc(25% - 15px);
}
.nb-additional-product-info-displays-tabs-1 .nb-tab-and-accordion.nb-tab-and-accordion-v1 .nb-nav-item .nb-nav-link{
    border: 1px solid var(--nb-border-color);
    padding: 10px;
    color: var(--nb-color-gray-600);
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    background-color: var(--nb-color-gray-100);
    text-align: center;
}
.nb-additional-product-info-displays-tabs-1 .nb-tab-and-accordion.nb-tab-and-accordion-v1 .nb-nav-item:hover .nb-nav-link,
.nb-additional-product-info-displays-tabs-1 .nb-tab-and-accordion.nb-tab-and-accordion-v1 .nb-nav-item .nb-nav-link.active{
    border: 1px solid var(--nb-spec-color);
    color: var(--nb-spec-color);
    background-color: var(--nb-color-white);
}
.nb-product-specification-1 .nb-product-category{
    color: var(--nb-color-gray-600);
    font-size: var(--nb-font-size-14);
}
.nb-product-specification-1 .nb-product-category:hover{
    color: var(--nb-text-color-primary);
}
.nb-product-stock-by-location-1 .nb-product-box-7 .nb-reset-size-wrapper{
    margin-left: 0;
}
.block.similar-product-list-carousel-2 {
    padding: 0;
}
.similar-product-list-carousel-2 .nb-slider{
    margin: 0;
}
.similar-product-list-carousel-2 .nb-slider .nb-slider-item{
    display: block;
}
/* brands list  */
.nbtmp-brand-list-tmp-3{
    --nb-margin: 20px;
}
.nb-product-filter-attribute-options-w-search-bar-1{
    --nb-custom-text-with-icon-1-text-color: var(--nb-color-gray-600);
    --nb-product-attributes-options-and-search-1-option-icon-color: var(--nb-color-gray-600);
}
.nb-product-attributes-options-and-search-1 .nb-search-wrapper .nb-icon-search{
    color: var(--nb-color-gray-600);
}

.nb-product-attributes-options-and-search-1 .nb-search-wrapper .nb-input::placeholder {
    font-size: var(--nb-font-size-14);
}
.nb-product-attributes-options-and-search-1 .nb-attribute-options-wrapper{
    gap: 10px;
}
.nb-product-attributes-list-gallery-1 .nb-product-attribute-box-1{
    margin-top: 0;
}
.nb-product-attributes-list-gallery-1 .nb-product-attribute-box-1,
.nb-product-attribute-box-1:before,
.nb-product-attribute-box-1 .nb-img,
.nb-product-attribute-box-1 .nb-description-wrapper{
    border-radius: 4px;
}
.nb-product-attribute-box-1 .nb-img{
    inset: unset;
}
.nb-attribute-gallery .nb-attribute-placeholder{
    visibility: hidden;
    order: 3;
}
.nb-product-attributes-list-gallery-1 .nb-letter-wrapper{
    padding-bottom: 20px;
    border-bottom: 1px solid var(--nb-product-attributes-list-gallery-1-letter-wrapper-border-color);
}
.nb-product-attribute-box-1:before{
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
    pointer-events: none;
}
.nb-product-attribute-box-1:hover:before{
    background: transparent;
}
.nb-product-attribute-box-1 .nb-main-attribute-title{
    z-index: 2;
    font-size: var(--nb-font-size-20);
    min-width: 260px;
}
.nb-product-attribute-box-1 .nb-main-attribute-title,
.nb-product-attribute-box-1 .nb-description-wrapper .nb-see-more{
    bottom: 20px;
}
.nb-product-attributes-list-grid-1 .nb-attribute-listing{
    gap: 20px;
    padding: 10px;
}

/* other pages */
.nb-location-map-list-3 .nb-locations-list-panel{
    top: 30px;
}
.subcategory-links .nb-item{
    color: var(--nb-color-gray-600);
}
.subcategory-links .nb-item.active,
.subcategory-links .nb-item:hover{
    color: var(--nb-spec-color);
    background-color: var(--nb-color-white);
    border-color: var(--nb-spec-color);
}
.nb-slider-item-box-19:hover .nb-content-wrapper .nb-slider-item-link{
    color: var(--nb-spec-color);
}

.nb-carousel-banner-19 .nb-slider .nb-slider-item h2.nb-slider-item-name:before,
.nb-cart-benefits-and-cta-2 .nb-benefit-wrapper .nb-cart-heading-1 h2.nb-title:before,
.nb-user-favorite-product-list-grid-1 .nb-heading-with-subheading h1:before,
.nb-price-drop-list-grid-1 .nb-heading-with-subheading h1:before,
.nb-last-viewed-product-list-grid-1 .nb-heading-with-subheading h1:before,
.nb-recommendation-by-user-preference-list-grid-1 .nb-heading-with-subheading h1:before,
.nb-user-order-detail-1 .nb-heading-with-subheading h2:before,
.location-service-carousel-1 .nb-slider .slick-slide h2:before,
.nb-user-order-list-2 .nb-heading-with-subheading h1:before{
    content: none;
}
.nb-delivery-address-form-with-benefits-2 .nb-cart-benefits-and-cta-2 .nb-benefit-wrapper .nb-cart-heading-1 .nb-title{
    font-size: 18px;
}
.nb-user-favorite-product-list-grid-1 .nb-remove-favorite:hover *{
    color: var(--nb-color-gray-600);
}


/* stil naslova na profilnim stranicama */
.nbtmp-junglebaby-user-account-dashboard-tmp-3 .nb-heading-with-subheading .nb-title,
.nb-recommendation-by-user-preference-list-grid-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-junglebaby-edit-account-data-form-tmp-3 .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-junglebaby-user-preference-product-attribute-tmp-3 .nb-privacy-policy-consent-1 .nb-heading-with-subheading .nb-title,
.nbtmp-junglebaby-user-preference-product-attribute-tmp-3 .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-junglebaby-user-order-detail-with-recommender-tmp-3 .nb-user-order-tracking-1 .nb-title,
.nbtmp-junglebaby-edit-account-email-and-password-form-tmp-1 .nb-heading-with-subheading .nb-title{
    font-size: 24px;
    line-height: 1.3;
    color: var(--nb-text-color-primary);
    font-weight: 700;
    text-transform: uppercase;
}
/* stil podnaslova na profilnim  stranicama */
.nbtmp-junglebaby-user-account-dashboard-tmp-3 .nb-user-account-dashboard-1 .nb-heading-with-subheading .nb-sub-heading,
.nbtmp-junglebaby-user-order-list-tmp-2 .nb-user-order-list-2 .nb-heading-with-subheading .nb-sub-heading,
.nb-recommendation-by-user-preference-list-grid-1 .nb-heading-with-subheading .nb-sub-heading,
.nbtmp-junglebaby-user-favorite-product-list-grid-tmp-3 .nb-user-favorite-product-list-grid-1 .nb-heading-with-subheading .nb-sub-heading,
.nbtmp-junglebaby-last-viewed-list-grid-tmp-2 .nb-last-viewed-product-list-grid-1 .nb-heading-with-subheading .nb-sub-heading,
.nbtmp-junglebaby-price-drop-request-list-grid-tmp-2 .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-junglebaby-edit-account-email-and-password-form-tmp-1 .nb-heading-with-subheading .nb-sub-heading,
.nbtmp-junglebaby-edit-account-data-form-tmp-3 .nb-edit-account-1 .nb-heading-with-subheading .nb-sub-heading,
.nbtmp-junglebaby-user-preference-product-attribute-tmp-3 .nb-privacy-policy-consent-1 .nb-heading-with-subheading .nb-sub-heading,
.nbtmp-junglebaby-user-preference-product-attribute-tmp-3 .nb-user-preference-product-attribute-3 .nb-heading-with-subheading .nb-sub-heading{
    font-size: 16px;
    line-height: 1.3;
    color: var(--nb-text-color-primary);
    font-weight: 500;
}
.nb-info-box-1{
    margin-top: 20px;
}
.newsletter-subscription-status-1 .nb-alert-2{
    width: 100%;
}
.nb-product-price-drop-card-1 .nb-card{
    box-shadow: 0px 0px 10px 0px #0000001A;
}
.nb-product-price-drop-card-1 .nb-card .nb-product-name *{
    font-size: 14px;
    font-weight: var(--nb-font-medium);
}
.nb-product-price-drop-card-1 .nb-card .nb-price.nb-price-prev{
    font-size: 14px;
}
.nb-product-price-drop-card-1 .nb-card .nb-price.nb-price-active{
    font-weight: var(--nb-font-medium);
}
.nb-product-price-drop-card-1 .nb-product-prices-3:not(:has(.hidden)) .nb-price.nb-price-active{
    color: var(--nb-color-red);
}

.nb-product-prices-2:has(.nb-price-old.hidden):has(.nb-price-regular.hidden) .nb-price.nb-price-active {
    color: var(--nb-price-active-color);
}

.nb-product-price-drop-card-1 .nb-product-code,
.nb-product-price-drop-card-1 .nb-product-card-body .nb-selected-size,
.nb-card .nb-remove:hover{
    color: var(--nb-color-gray-600);
}
.nb-promotion-detail-link:hover,
.nb-message-detail-link:hover,
.nb-poll-card .nb-link:hover{
    text-decoration: underline;
    text-underline-offset: 3px;
}
.nb-poll-detail-heading-content-2 .nb-poll-name .nb-title {
    font-size: var(--nb-h1-font-size);
    font-weight: var(--nb-h1-font-weight);
    line-height: var(--nb-h1-line-height);
    /*text-align: center;*/
}
.nb-block-lost-password-form-page-1 .nb-lost-password-form-1 .nb-form-fields-wrapper>.nb-form-group{
    margin-bottom: var(--nb-spacer-y);
}
.nbtmp-career-form-page-tmp-1 .page-headline-1 .block-heading-with-subheading,
.nbtmp-faq-page-accordion-tmp-7 .category-detail-heading .block-heading-with-subheading{
    text-align: center !important;
}
.contact-info .nb-items-wrapper .nb-item .nb-title{
    font-size: 18px;
}
.nb-cooperation-form-line-1 .nb-heading-with-subheading .nb-title,
.nb-career-form-line-1 .nb-heading-with-subheading .nb-title,
.contact-info .block-heading-with-subheading .nb-title{
    text-transform: none;
}
.contact-info .nb-items-wrapper > *{
    margin-bottom: 15px;
}
.layout-container-grid:has(.block.contact-form-1),
.layout-container-grid-6:has(.nb-cooperation-form-line-1, .nb-career-form-line-1){
    padding-right: 80px;
}
.nb-product-price-drop-card-1 .nb-card.nb-product-card .card-body.nb-card-body.nb-product-card-body{
    height: 165px;
}
.nb-cart-product-item-4 .nb-cart-item-size,
.nb-cart-product-item-4 .nb-cart-item-code{
    color: var(--nb-color-gray-600);
}
.nb-cart-item-change-size-picker-2 .nb-size-type-wrapper{
    display: none;
    visibility: hidden;
}
.nb-cart-item-size-list-2 .nb-size-value-box-1:not(.disabled).active,
.nb-cart-item-size-list-2 .nb-size-value-box-1:not(.disabled):hover{
    color: var(--nb-spec-color);
    border-color: var(--nb-spec-color);
}

.nb-cart-total-1 {
    position: sticky;
    top: 170px;
}
.nb-delivery-address-form-3 h2.nb-title:before{
    content: none !important;
}
.faq-accordion .nb-accordion .nb-accordion-item:has(.nb-accordion-collapse.show){
    border-bottom-color: var(--nb-spec-color);
}
.faq-accordion .nb-accordion .nb-accordion-body{
    padding-top: 0;
}
.faq-accordion .nb-accordion .nb-accordion-item:last-child{
    border-bottom: 1px solid var(--nb-border-color);
}
.faq-accordion .nb-accordion .nb-accordion-item:first-child{
    border-top: 1px solid var(--nb-border-color);
}
.faq-accordion .nb-accordion .accordion-button .nb-title{
    font-size: 16px;
    font-weight: var(--nb-font-medium);
}

.faq-accordion .nb-accordion .nb-accordion-collapse .nb-accordion-body{
    font-size: 14px;
}

.nb-text-info-4 .nb-items-wrapper .nb-item .nb-item-title {
    font-size: 18px;
}

.nb-pricing-quick-basket-1 a.nb-btn-pricing-quick-basket {
    text-transform: none;
}

.nb-product-prices-12:has(.nb-top-wrapper .nb-price-regular:not(.hidden), .nb-top-wrapper .nb-price-old:not(.hidden)) .nb-price-sale.nb-price-active {
    color: var(--nb-product-card-45-price-active-sale-color);
}

.nb-product-card-5 .nb-product-card .nb-card-body:has(.nb-price-regular.hidden):has(.nb-price-old.hidden) .nb-price.nb-price-active {
    color: var(--nb-price-active-color);
}

.nb-product-price-drop-card-1 .nb-remove {
    top: 10px;
    right: 10px;
}

.nb-product-price-drop-card-1 .nb-remove:before {
    color: var(--nb-color-gray-600);
}

.nb-product-price-drop-card-1 .nb-remove:hover:before {
    color: var(--nb-color-gray-900);
}

/* icons */
.nb-product-detail-gallery-compound-carousel-3 .col-12:first-child .nb-slider .bi-chevron-right:before,
.block:not(.nb-ecommerce-header-4, .nb-product-detail-gallery-compound-carousel-3, .nb-ecommerce-footer-17, .nb-mini-cart-offcanvas-placeholder-1, .nb-mini-cart-offcanvas-4) .nb-slider .bi-chevron-right:before{
    content: '\e96c';
}

.nb-product-detail-gallery-compound-carousel-3 .col-12:first-child .nb-slider .bi-chevron-left:before,
.block:not(.nb-ecommerce-header-4, .nb-product-detail-gallery-compound-carousel-3, .nb-ecommerce-footer-17, .nb-mini-cart-offcanvas-placeholder-1, .nb-mini-cart-offcanvas-4) .nb-slider .bi-chevron-left:before{
    content: '\e966';
}
.bi-facebook:before{
    content: '\e9bf';
}
.bi-instagram:before{
    content: '\e9c1';
}
.bi-youtube:before{
    content: '\e9cb';
}
.bi-linkedin:before{
    content: '\e9c6';
}
.bi-twitter:before{
    content: '\ea7f';
}
.bi-pencil-square:before{
    content: "\ea61"
}
.bi-trash3:before{
    content: '\ea92';
}
.nb-product-card-45 .nb-add-to-cart .nb-icon:before{
    content: '\e9b6';
    font-size: 26px;
}
.nb-product-card-26 .bi-cart2:before{
    content: '\e9b6';
}
.nb-product-add-to-cart-button-2 .nb-favorite .bi-heart:before{
    content: '\e99b';
}
.nb-product-add-to-cart-button-2 .nb-favorite .bi-heart-fill:before{
    content: '\e9a4';
}
.bi-search:before{
    content: '\e9cf';
    /*font-size: 20px;*/
}
.nb-product-attributes-options-and-search-1 .bi-list:before{
    content: '\e9da';
}
.nb-product-attributes-options-and-search-1 .bi-image:before{
    content: '\ea93';
    font-size: 18px;
}
.nb-how-to-buy-banner-1 .nb-icon:before{
    content: '\ea94';
    font-size: 25px;
}
.nb-product-indicator-available:before{
    content: '\e9e7';
}
.nb-product-filters-control-2 .nb-icon:before{
    content: '\ea9a';
}

.nb-comment-item-1 .nb-text-wrapper {
    padding-right: 100px;
}

.nb-location-info-box-1 {
    align-items: center;
}


.nb-product-filter-attribute-letter-list-3 {
    -webkit-overflow-scrolling: touch;
}

.nb-cart-box-9 .nb-product-info-wrapper .nb-cart-item-name {
    margin-bottom: 5px;
}

.nb-product-price-detail-2 .nb-price.nb-price-active {
    margin-top: 5px;
}

.nb-comments-form-1 .nb-btn {
    font-size: var(--nb-font-size-16);
}

.nb-recommended-product-list .nb-product-card-26 .nb-product-prices-10 {
    line-height: 1;
}

.nb-recommended-product-list .nb-product-card-26 .nb-card {
    min-height: 90px;
    padding: 5px 10px;
}

.nb-recommended-product-list .nb-product-card-26 .nb-product-card .nb-img-wrapper {
    max-width: 50px;
}

.nb-recommended-product-list .nb-product-card-26 .nb-img-wrapper img {
    padding: 17% 0;
}

.tp-article_details .nb-product-card-48 {
    padding: 10px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1)
}

.tp-article_details .nb-product-card-48 .nb-product-card .nb-product-image-with-positioned-content-v1 > .nb-img-wrapper .nb-img {
    padding: 0;
}

.nb-filters-clear-2 {
    display: none;
}

.nb-product-filter-category-attribute-vertical-1 .nb-loader {
    display: none;
}

.nb-ecommerce-header-4 .nb-header-top-wrapper a:hover, .nb-header-middle-wrapper .nb-header-site-quick-links a:hover {
    color: var(--nb-color-green-200);
}

.nb-product-available-in-store-box-1 .nb-accordion.nb-accordion-2 .nb-accordion-collapse .nb-accordion-body {
    padding-top: 20px;
}

/* icons end */
@media screen and (min-width: 576px){

}
@media screen and (min-width: 992px){
    .nbtmp-product-listing-page-tmp-22:not(.block-editing) .nb-product-filter-category-attribute-vertical-1 {
        position: sticky;
        top: 200px;
        height: calc(100dvh - 200px);
        overflow-y: auto;
        padding-right: 5px;
        transition: all .5s ease-in-out;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
    }

    .nbtmp-product-listing-page-tmp-22:has(.header.nb-in-out-fixed-collapsed) .nb-product-filter-category-attribute-vertical-1 {
        top: 50px;
    }

    .nb-ecommerce-header-4 .nb-header-favorite-with-badge-1 .nb-header-favorite-label,
    .nb-ecommerce-header-4 .nb-header-cart-with-badge-1 .nb-header-cart-label,
    .nb-header-site-user-dropdown-1 .nb-header-site-user-dropdown-label {
        font-weight: var(--nb-font-weight-400);
    }

    .nb-header-cart-with-badge-1 .nb-header-cart-count-wrapper {
        transform: translate(-60%, -25%);
    }

    .nb-ecommerce-header-4 .nb-header-shop-utilities {
        display: flex;
        align-items: center;
        gap: 20px;
    }

    .nb-ecommerce-header-4 .nb-header-wrapper {
        padding: 10px 0;
    }

    .nb-ecommerce-header-4 .nb-header-wrapper .nb-logo .nb-img {
        max-height: 60px;
    }

    .nb-ecommerce-header-4 .nb-header-shop-utilities > .nb-component {
        display: flex;
        align-items: center;
    }

    .nb-ecommerce-header-4 .nb-header-shop-utilities .nav-link,
    .nb-ecommerce-header-4 .nb-header-shop-utilities .nb-link,
    .nb-ecommerce-header-4 .nb-header-cart-with-badge-1 {
        display: inline-flex;
        align-items: center;
        flex-direction: column;
        gap: 5px;
        line-height: 1;
    }

    .nb-ecommerce-header-4 .nb-header-menu-wrapper .nb-menu-first-level-item-list.wsmenu-list li > .navtext{
        line-height: 1.3;
    }
    .layout.grid-layout-preview:has(.nb-product-filter-category-attribute-vertical-1){
        padding-right: 20px;
    }
    .layout.grid-layout-preview:has(.nb-product-listing-display-grid-2){
        padding-left: 20px;
    }
    .bi-search:before{
        color: var(--nb-color-gray-600);
    }

    .nb-ecommerce-header-4 .nb-horizontal-navigation-2 .nb-menu-first-level-item-list-5.wsmenu-list>li.nb-menu-first-level-item-3:has(.nb-menu-dropdown)>.navtext:not(:has(.nb-menu-image)):after{
        --nb-ecommerce-header-4-level-item-list-5-after-content: '\ea99';
        font-family: 'nbi-font';
        width: fit-content;
        font-size: 8px;
        height: fit-content;
    }
    .nb-ecommerce-header-4 .nb-header-menu-wrapper .nb-horizontal-navigation-2 .nb-menu-first-level-item-list-5.wsmenu-list li {
        padding: var(--nb-ecommerce-header-4-level-item-list-5-padding-y) var(--nb-ecommerce-header-4-level-item-list-5-padding-x);
    }
    .nb-ecommerce-header-4 .nb-header-menu-wrapper .nb-horizontal-navigation-2 .nb-menu-first-level-item-list-5.wsmenu-list li:first-of-type {
        padding-left: 0;
    }
    .nb-ecommerce-header-4 .nb-header-menu-wrapper .nb-horizontal-navigation-2 .nb-menu-first-level-item-list-5.wsmenu-list li:last-of-type {
        padding-right: 0;
    }
    .nb-ecommerce-header-4 .nb-horizontal-navigation-2 .nb-menu-first-level-item-list-5>li>.nb-first-level-menu-item-link{
        gap: 0;
    }
    .nb-ecommerce-header-4 .nb-header-menu-wrapper .nb-horizontal-navigation-2 .nb-menu-first-level-item-list-5.wsmenu-list li > .navtext{
        padding: 0;
    }
    .nb-ecommerce-header-4 .nb-horizontal-navigation-2 .nb-menu-first-level-item-list-5.wsmenu-list>li.nb-menu-first-level-item-3:has(.nb-menu-dropdown)>.navtext:not(:has(.nb-menu-image)){
        padding-right: 12px;
    }

    .nb-ecommerce-header-4 .nb-smart-search-1 .right-search-wrapper {
        padding-top: 10px;
    }

    .nb-ecommerce-header-4 .nb-search-product-grid-2 .nb-items-wrapper {
        padding-bottom: 0;
    }

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

    .nb-ecommerce-header-4 .nb-search-button {
        padding: 9px 16px;
    }

    .nb-ecommerce-header-4 .nb-search-button .nb-icon {
        font-size: 20px;
        height: 20px;
    }

    .nb-ecommerce-header-4 .nb-search-product-grid-2 .nb-title-link-wrapper {
        margin-bottom: 5px;
    }

    body:has(.nb-ecommerce-header-4 .nb-menu-first-level-item-3:hover .nb-menu-dropdown):before{
        content: '';
        position: absolute;
        inset: 0;
        background-color: var(--nb-bg-overlay-color);
        z-index: 10;
        height: 200vh;
    }
    .nb-carousel-banner-30 .nb-slider-item-box-42 .nb-slider-item-content .nb-display{
        font-size: 40px;
        font-weight: var(--nb-font-semibold);
        height: calc(var(--nb-rows) * var(--nb-body-line-height) * 40px);
    }
    .nb-carousel-banner-30 .nb-slider-item-box-42 .nb-slider-item-content .nb-sub-heading{
        --nb-sub-heading-m: 18px;
        font-weight: var(--nb-font-medium);
    }
    .nb-carousel-banner-30 .nb-slider-item-box-42 .nb-slider-item-content .nb-link,
    .nb-single-banner-14 .nb-slider-item-box-43 .nb-text-wrapper .nb-link{
        padding: 13px 15px;
    }
    .nb-product-card-46 .nb-product-prices-12 .nb-price-prev{
        font-size: 12px;
    }

    .nb-product-prices-12 .nb-top-wrapper {
        gap: 10px;
    }

    .nb-product-category-description-1{
        margin-top: var(--nb-margin) !important;
    }

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

    .nb-social-share-3 .nb-items-wrapper {
        gap: 15px;
    }

    .nb-social-share-3 .nb-social-icons-item {
        flex: 1 1 calc(33% - 15px);
        width: 100%;
    }

}
@media screen and (min-width: 1400px) and (max-width: 1700px){
    .nb-single-banner-14 .nb-slider-item-box-43 .nb-text-wrapper .nb-slider-item-description{
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
    }

}
@media screen and (min-width: 1200px) and (max-width: 1400px){
    .nb-single-banner-14 .nb-slider-item-box-43 .nb-text-wrapper .nb-slider-item-description{
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
    }

}

@media screen and (min-width: 1200px) and (max-width: 1700px) {
    .nb-product-listing .layout.grid-layout-preview:has(.nb-product-filter-category-attribute-vertical-1) {
        width: 20%;
        padding-right: 10px;
    }

    .nb-product-listing .layout.grid-layout-preview:has(.nb-product-listing-display-grid-2) {
        width: 80%;
        padding-left: 10px;
    }

    .nb-product-filter-category-attribute-vertical-1 .nb-accordion.nb-accordion-2 .nb-accordion-button {
        font-size: var(--nb-font-size-15);
    }

    .nb-products-list-grid.nb-grid-ver-1, .nb-products-list-grid.nb-grid-ver-1 .nb-carousel-wrapper {
        grid-template-columns: repeat(4, 1fr);
    }

    .nb-product-card-45 .nb-product-card .nb-product-image-with-positioned-content-v1 .nb-img-wrapper .nb-img {
        padding: 13% 0;
    }

}

@media (min-width: 768px) and (max-width: 1500px) {
    .nb-ecommerce-footer-17 .nb-top-footer-wrapper .nb-content-wrapper > .row > .col-md-2 {
        width: 30%;
    }

    .nb-ecommerce-footer-17 .nb-top-footer-wrapper .nb-content-wrapper > .row > .col-md-7 {
        width: 70%;
    }

    .nb-ecommerce-footer-17 .nb-top-footer-wrapper .nb-content-wrapper > .row > .col-md-3 {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    .nb-ecommerce-footer-17 .nb-top-footer-wrapper .nb-content-wrapper > .row > .col-md-3 .nb-footer-social-networks {
        flex: 0 0 auto;
        width: 50%;
    }

    .nb-ecommerce-footer-17 .nb-top-footer-wrapper .nb-content-wrapper > .row > .col-md-3 .nb-footer-newsletter-1 {
        flex: 0 0 auto;
        width: 50%;
    }

    .nb-ecommerce-footer-17 .nb-top-footer-wrapper .nb-content-wrapper > .row > .col-md-3 .nb-footer-newsletter-1 .nb-form {
        width: 100%;
    }

    .layout.grid-layout-preview:has(.nb-profile-menu-4) {
        width: 20%;
    }

    .layout.grid-layout-preview:has(.nb-user-account-dashboard-1) {
        width: 80%;
    }
}
@media screen and (min-width: 992px) and (max-width: 1200px){
    .nb-single-banner-14 .nb-slider-item-box-43 .nb-text-wrapper .nb-slider-item-description{
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }

}
@media screen and (min-width: 1700px){
    body.open-search .nb-ecommerce-header-4 .nb-smart-search-modal-2{
        width: 1120px;
        left: auto;
        right: 0;
    }
}

@media screen and (max-width: 1700px){
    .nb-ecommerce-header-4 .nb-header-menu-wrapper .nb-menu-first-level-item-list.wsmenu-list li > .navtext{
        font-size: 14px;
    }
    .nb-ecommerce-header-4 .nb-horizontal-navigation-2 .nb-menu-first-level-item-list-5.wsmenu-list>li.nb-menu-first-level-item-3>.navtext:after{
        transform: translate(0, -45%);
    }

    .nb-product-card-46 .nb-product-card {
        padding: 5px;
    }

    .nb-product-card-46 .nb-card-info-wrapper {
        align-self: start;
    }

    .nb-product-card-46 .nb-product-prices-12 {
        gap: 0;
    }

    .nb-product-card-46 .nb-product-prices-12 .nb-top-wrapper {
        flex-direction: column;
        align-items: start;
        gap: 0;

    }

    .nb-product-card-46 .nb-product-prices-12 .nb-top-wrapper .nb-separator {
        display: none;
    }

    .nb-product-card-46 .nb-product-card > .nb-img-wrapper .nb-img {
        padding: 5px 0;
        max-width: 60px;
        max-height: 60px;
    }

    .nb-product-card-46 .nb-price.nb-price-active {
        font-size: var(--nb-font-size-15);
    }

    .nb-ecommerce-footer-17 .nb-footer-logo .nb-img {
        max-width: 190px;
    }

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

    .nb-ecommerce-header-4 .nb-header-menu-wrapper .nb-menu-first-level-item-list.wsmenu-list li > .navtext{
        font-size: 12px;
    }
    .nb-product-price-drop-card-1 .nb-card .nb-price.nb-price-prev{
        font-size: 12px;
    }
    .nb-product-price-drop-card-1 .nb-card .nb-price.nb-price-active{
        font-size: 14px;
    }
    .nb-ecommerce-header-4 .nb-header-info-carousel-1{
        width: 100%;
    }
    .nb-product-related-image-list-1 .nb-product-related-image-list-wrapper{
        grid-template-columns: repeat(8, 1fr);
    }
}
@media screen and (max-width: 1200px){
    .nb-ecommerce-header-4 .nb-horizontal-navigation-2 .nb-menu-first-level-item-list-5.wsmenu-list>li.nb-menu-first-level-item-3:has(.nb-menu-dropdown)>.navtext:not(:has(.nb-menu-image)){
        padding-right: 0;
    }
    .nb-ecommerce-header-4 .nb-horizontal-navigation-2 .nb-menu-first-level-item-list-5.wsmenu-list>li.nb-menu-first-level-item-3>.navtext:after{
        right: -12px;
        transform: translate(0, -40%);
    }
    .layout-container-grid:has(.nb-article-product-list-carousel-2){
        padding-left: 10px;
    }
    .layout-container-grid:has(.article-gallery-carousel-2){
        padding-right: 10px;
    }

    .nb-ecommerce-header-4 .nb-header-menu-wrapper .nb-menu-first-level-item-list.wsmenu-list li > .navtext{
        font-size: 10px;
    }
    .nb-single-banner-14 .nb-slider-item-box-43 .nb-text-wrapper .nb-link{
        padding: 10px;
    }
    .layout-container-grid:has(.block.contact-form-1),
    .layout-container-grid-6:has(.nb-cooperation-form-line-1, .nb-career-form-line-1){
        padding-right: 10px;
    }

    .nb-user-favorite-product-list-grid-1 .nb-top-wrapper {
        flex-direction: column;
    }

    .nb-price-drop-list-grid-1 .nb-top-wrapper .nb-heading-with-subheading,
    .nb-user-favorite-product-list-grid-1 .nb-top-wrapper .nb-heading-with-subheading {
        margin-bottom: 10px;
    }

    .nb-remove-all-available-products {
        margin-bottom: 10px;
    }

}
@media screen and (max-width: 991px){
    .nb-ecommerce-header-4 .nb-menu-first-level-item-list.wsmenu-list{
        padding: 0 0 20px 0;
    }
    .nb-ecommerce-header-4 .nb-menu-first-level-item-list-5 .nb-footer-links-wrapper .nb-footer-links .nb-title{
        font-weight: var(--nb-font-regular);
    }
    .nb-menu-first-level-item-list-5 .nb-footer-links-wrapper .nb-footer-links .nb-title:before{
        transform: rotate(-90deg) translateX(50%);
    }
    .nb-ecommerce-header-4 .nb-header-menu-wrapper .nb-menu-first-level-item-list.wsmenu-list li > .navtext{
        max-height: 48px;
        min-height: unset;
        font-size: 16px;
    }

    .nb-ecommerce-header-4 .nb-header-menu-wrapper .nb-menu-first-level-item-list.wsmenu-list li.has-img > .navtext {
        max-height: 54px;
    }

    .nb-ecommerce-header-4 .wsanimated-arrow span:before,
    .nb-ecommerce-header-4 .wsanimated-arrow span:after{
        width: 20px;
    }
    .wsactive .nb-ecommerce-header-4:has(.nb-horizontal-navigation-2 .nb-menu-first-level-item-list-5) .wsanimated-arrow{
        right: 12px !important;
        display: flex;
        width: 20px;
        height: 20px;
    }

    .nb-menu-dropdown-4.with-banner .nb-menu-second-level-item-list > ul {
        gap: 0;
    }
    .nb-ecommerce-header-4 .wsmenu>.wsmenu-list.nb-menu-first-level-item-list-5 .nb-mobile-header .nb-icons-wrapper{
        padding-right: 35px;
    }

    .nb-ecommerce-header-4 .nb-header-wrapper > *:has(.nb-menu-open) .nb-header-inner-wrapper .nb-logo {
        opacity: 0;
    }
    .nb-ecommerce-header-4 .nb-menu-first-level-item-3 .nb-menu-dropdown .nb-menu-banner-col{
        margin-top: 20px;
    }

    .nb-ecommerce-header-4 .nb-horizontal-navigation-2 .wsmenu > .wsmenu-list > li.nb-menu-first-level-item-3.has-img .nb-menu-image {
        border-radius: 4px;
        border: 1px solid var(--nb-border-color);
    }

    .nb-ecommerce-header-4 .nb-horizontal-navigation-2 .wsmenu > .wsmenu-list > li.nb-menu-first-level-item-3.has-img:nth-of-type(odd) .nb-menu-image {
        margin-left: 5px;
        margin-right: 0 !important;
    }

    .nb-ecommerce-header-4 .nb-horizontal-navigation-2 .wsmenu > .wsmenu-list > li.nb-menu-first-level-item-3.has-img:nth-of-type(even) .nb-menu-image {
        margin-right: 5px;
        margin-left: 0 !important;
    }

    .nb-ecommerce-header-4 .nb-search-button {
        padding-bottom: 14px;
    }

    .nb-ecommerce-header-4 .nb-logo .nb-img {
        max-height: 41px;
    }

    .nb-ecommerce-header-4 .bi-bag:before {
        content: "\e9b6";
    }

    .nb-header-user-links-4 .nb-user-logged-link {
        width: 100%;
    }

    .nb-header-user-links-4 .nb-user-logged-icon:before {
        content: "\e994";
    }

    .nb-ecommerce-header-4 .wsanimated-arrow span, .nb-ecommerce-header-4 .wsanimated-arrow span::before, .nb-ecommerce-header-4 .wsanimated-arrow span::after {
        background-color: var(--nb-color-green-900);
    }

    .wsactive .nb-menu-first-level-item-list-5 .nb-mobile-search-button .nb-icon {
        color: var(--nb-color-gray-600);
    }

    .nb-horizontal-navigation-2 .nb-menu-second-level-item-list .row :last-child .nb-menu-second-level-item-2{
        border-bottom: unset;
    }
    .nb-menu-second-level-item-2 .nb-icon{
        color: var(--nb-text-color-primary);
    }
    .nb-horizontal-navigation-2 .nb-menu-second-level-item-2.active ~ .nb-menu-third-level-item-list-2{
        border-bottom: 1px solid var(--nb-spec-color);
    }
    .nb-horizontal-navigation-2 .nb-menu-third-level-item-list-2 .nb-third-level-menu-item-link:hover{
        color: var(--nb-spec-color);
    }
    .nb-carousel-banner-30 .nb-slider-item-box-42 .nb-slider-item-content .nb-display{
        font-size: 32px;
        font-weight: var(--nb-font-semibold);
    }
    .nb-product-card-45 .nb-product-bubble-3 .nb-selected-size-1{
        font-size: 16px;
    }
    .nb-smart-search-1 .left-search-wrapper{
        background-color: transparent;
    }
    .nb-poll-card .nb-poll-image-wrapper{
        border-bottom-left-radius: 0;
        border-top-right-radius: var(--nb-poll-card-border-radius);
    }
    .nb-main-navigation-3 .nb-menu-mobile-bottom-links > .nb-link .nb-img{
        max-width: 30px;
    }
    .nb-main-navigation-3 .nb-menu-mobile-bottom-links > .nb-link{
        text-align: center;
    }
    .nb-main-navigation-3 .nb-menu-mobile-bottom-links > .nb-link:not(:first-child, :last-child) .nb-img{
        max-width: 30px;
    }
    .nb-product-related-image-list-1 .nb-product-related-image-list-wrapper{
        grid-template-columns: repeat(5, 1fr);
    }
    .nb-article-product-list-carousel-2 .nb-product-card-48 .nb-product-card .nb-card-body{
        flex: 0 0 50%;
    }

    .nb-search-results-wrapper > .row {
        flex-direction: column;
    }

    body.open-search .nb-smart-search-modal-2 .nb-search-input-wrapper .nb-input::placeholder {
        color: var(--nb-color-green-900);
    }

    .nb-margin.nb-margin-top-40:has(.article-detail-heading),
    .nb-margin.nb-margin-top-40:has(.category-detail-heading) {
        margin-top: 5px !important;
    }

    .nb-box-with-link-list .nb-items-wrapper .nb-slider-item {
        padding: 3px 8px;
    }

    .nb-box-with-link-list .nb-items-wrapper .nb-link {
        margin-left: 6px;
    }

    .nb-search-results-wrapper > .row {
        gap: 16px;
    }

    .nb-smart-search-1 .right-search-wrapper {
        padding-top: 0;
    }

    .nb-smart-search-1 .left-search-wrapper {
        padding-bottom: 0;
    }

    .nb-custom-product-list-carousel-5.nb-scale-current-slider .nb-slider .nb-slider-item .nb-product-card .nb-product-card-wrapper .nb-component:has(.nb-product-card) {
        transform: none;
    }

    .nb-product-filter-category-attribute-vertical-1 .nb-reset-apply-filters-wrapper {
        position: absolute;
        border-top: 1px solid var(--nb-color-gray-200);
        box-shadow: unset;
        padding: 15px 30px 30px 30px;
    }

    .nb-product-filter-category-attribute-vertical-1 .nb-reset-apply-filters-wrapper {
        display: none;
    }

}
@media screen and (min-width: 768px) and (max-width: 991px){
    .nb-single-banner-14 .nb-slider-item-box-43 .nb-text-wrapper .nb-slider-item-description{
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }
}
@media screen and (max-width: 768px){
    .nb-product-card-46 .nb-product-card > .nb-img-wrapper .nb-img {
        padding: 10px 0;
    }

    .nb-carousel-banner-30 .nb-slider-item-box-42 .nb-slider-item-content .nb-sub-heading{
        --nb-sub-heading-m: 14px;
        font-weight: var(--nb-font-medium);
    }
    .nb-ecommerce-footer-17 .nb-info-box-8-title.nb-collapse-button.nb-title{
        margin-bottom: 0;
        padding-bottom: 14px;
        margin-top: 14px;
    }
    .nb-ecommerce-footer-17 .nb-footer-links .nb-title{
        margin-bottom: 0;
        padding-bottom: 14px;
    }
    .nb-ecommerce-footer-17 .nb-footer-mobile-collapse .nb-title{
        margin-top: 0;
    }
    .nb-ecommerce-footer-17 .nb-footer-social-networks-title{
        margin-bottom: 15px;
    }

    .nb-product-listing-options-and-category-heading-2 .nb-main-wrapper .nb-product-filters-control-2 {
        min-width: 55px;
    }

    .nb-product-listing-options-and-category-heading-2 .nb-main-wrapper .nb-product-filters-control-2 .nb-filter-control-label{
        display: none;
    }
    .layout:has(.nb-product-filter-category-attribute-vertical-1){
        margin-top: 0;
    }
    .nb-product-filter-category-attribute-vertical-1 .nb-mobile-title-wrapper:has(.nb-title){
        background-color: var(--nb-color-blue-100);
        padding-top: 9px;
        padding-bottom: 9px;
        border-bottom-color: var(--nb-color-blue-100);
    }
    .layout > .nb-product-filter-category-attribute-vertical-1:has(.nb-mobile-title-wrapper .nb-title){
        padding-top: 0;
        padding-right: 0;
    }
    .layout > .nb-product-filter-category-attribute-vertical-1:has(.nb-mobile-title-wrapper .nb-title) .nb-filter-close{
        font-size: 24px;
        top: 8px;
    }

    .nb-product-add-to-cart-button-2 .nb-product-quantity-add-to-cart-and-favorite-2 .nb-btn.nb-add-to-cart {
        font-size: var(--nb-font-size-16);
    }

    .nb-product-add-to-cart-button-2 .nb-product-quantity-add-to-cart-and-favorite-2 .nb-main-wrapper .nb-favorite{
        background-color: var(--nb-color-gray-100);
    }
    .nb-product-list-heading-and-description-1 .nb-heading-with-subheading .nb-sub-heading{
        font-size: 14px;
    }
    .nb-product-add-to-cart-button-2 .nb-product-quantity-add-to-cart-and-favorite-2 .nb-main-wrapper .nb-favorite .nb-icon{
        font-size: 20px;
    }
    .nb-product-specification-1,
    .nb-product-detail-description-1,
    .nb-product-available-in-store-box-1,
    .nb-tab-and-accordion.nb-tab-and-accordion-v1 .nb-accordion-item .nb-comments-form-1{
        margin-top: 0;
    }
    .nb-location-map-list-3 .nb-locations-list-panel{
        top: 65px;
    }

    .nb-product-filter-category-attribute-vertical-1 .nb-product-listing-filters-wrapper {
        max-height: calc(100vh - 150px);
    }

    .nb-product-filter-category-attribute-vertical-1 .nb-product-listing-filters-wrapper::-webkit-scrollbar-thumb {
        background: var(--nb-color-gray-400);
    }

    .nb-product-filters-control-display-1 {
        margin-top: 5px;
    }

    .nb-smart-search-1 .search-content-with-banner .nb-search-banner-1 {
        display: none;
    }

    .nb-search-product-grid-2 .nb-title-link-wrapper .nb-link {
        margin-right: 0;
    }

    .nb-social-share-3 .nb-items-wrapper {
        gap: 10px;
    }

    .nb-tab-and-accordion.nb-tab-and-accordion-v1 > .nb-accordion > .nb-accordion-item > .nb-accordion-header > .nb-accordion-button {
        font-size: var(--nb-font-size-16);
        font-weight: var(--nb-font-weight-600);
        color: var(--nb-color-green-900);
    }

    .nb-shop-by-look-1 .nb-products-col .nb-mobile-title {
        display: flex;
        align-items: center;
        font-weight: var(--nb-font-weight-500);
    }

    .nb-shop-by-look-1 .nb-products-col .nb-slider-item:has(.nb-product-card-48):first-of-type {
        padding-top: 5px;
    }


    .nb-price-drop-list-grid-1 .nb-product-price-drop-card-1 .nb-img-wrapper .nb-img {
        padding: 10% 0;
    }

    .tp-cart .block:not(.nb-ecommerce-footer-17, .nb-mini-cart-offcanvas-placeholder-1, .nb-product-list-heading-and-description-1-block, .nb-comments-content-1, .nb-text-info-4, .contact-form-1, .contact-info, .nb-cooperation-form-line-1, .nb-career-form-line-1, .nb-edit-account-1, .nb-privacy-policy-consent-1, .nb-user-preference-product-attribute-3, .nb-edit-account-email-form-page-1, .nb-change-password-form-page-1) h2.nb-title:before {
        vertical-align: sub;
    }

    .nb-product-filter-category-attribute-vertical-1 .nb-reset-apply-filters-wrapper {
        display: flex;
    }
}
@media screen and (max-width: 576px){

    body:has(.nb-product-card-45 .nb-product-button-with-bubble-3 .nb-product-bubble-3.active):before {
        content: "";
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, 0.1);
        pointer-events: none;
        transition: opacity .2s ease, visibility .2s ease;
        opacity: 1;
        visibility: visible;
        backdrop-filter: unset;
    }

    .nb-product-card-45:has(.nb-product-bubble-3.active) .nb-product-image-with-positioned-content-v1:before {
        content: unset;
    }

    .nb-header-info-carousel-1 .nb-slider-arrows .slider-arrow > i.nb-arrow-left {
        left: -10px;
    }

    .nb-header-info-carousel-1 .nb-slider-arrows .slider-arrow > i.nb-arrow-right {
        right: -10px;
    }

    .faq-accordion{
        --nb-accordion-btn-padding-x: 10px;
    }
    .faq-accordion .nb-accordion .accordion-button .nb-title{
        font-size: 14px;
        padding-right: 25px
    }
    .faq-accordion .nb-accordion .nb-accordion-collapse .nb-accordion-body{
        padding: 0 10px 14px 10px;
        font-size: 13px;
    }
    .faq-accordion .accordion-flush .accordion-item:last-child{
        border-bottom: var(--nb-accordion-btn-border);
    }
    .info-box-with-icon .nb-slider-item-image {
        position: absolute;
        top: 24px;
        left: 20px;
    }
    .info-box-with-icon .nb-slider-item-box-15 .nb-title{
        margin-bottom: 10px;
        padding-left: 30px;
    }
    .info-box-with-icon .nb-text-wrapper .nb-title {
        margin-bottom: 10px;
        --nb-dt-rows: 2;
    }
    .info-box-with-icon .nb-slider-item-box-15 .nb-wrapper{
        padding-left: 0;
        border-left: none;
    }
    .nbtmp-home-page-tmp-30, .nbtmp-product-detail-page-tmp-26, .nbtmp-product-listing-page-tmp-22{
        --nb-margin: 30px;
    }
    .nbtmp-home-page-tmp-30 .layout100percent{
        margin-bottom: var(--nb-margin) !important;
    }
    .layout.nb-block-spacer-20 .block.nb-single-banner-2 + .block.nb-custom-product-list-carousel-4{
        margin-top: 10px;
    }
    .nb-custom-product-list-placeholder-with-list-links-1 .nb-product-link-list{
        margin-top: 10px;
    }
    .nb-custom-product-list-placeholder-with-list-links-1 #custom-product-list-block-wrapper{
        margin-top: 10px;
    }
    .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{
        padding-left: 15px;
        padding-right: 15px;
    }
    .nb-product-card-45 .nb-add-to-cart .nb-icon:before{
        font-size: 20px;
    }
    .layout:has(.nb-custom-product-list-carousel-5){
        background-color: transparent !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .nbtmp-home-page-tmp-30 .layout:has(.nb-text-editor-1){
        margin-bottom: 15px !important;
    }
    .nb-product-card-48 .nb-product-card .nb-card-body{
        flex: 0 0 50%;
    }
    .nb-ecommerce-footer-17 .nb-footer-mobile-collapse .nb-collapse-button:before{
        font-size: 15px;
    }
    .nb-ecommerce-footer-17 .nb-top-footer-wrapper .nb-container-1680{
        padding: 0 8px;
    }

    .nb-ecommerce-footer-17 .nb-footer-newsletter-1 .nb-newsletter-title,
    .nb-ecommerce-footer-17 .nb-footer-social-networks .nb-footer-social-networks-title{
        font-size: 16px;
    }

    .nb-ecommerce-footer-17 .nb-footer-logo .nb-img {
        max-width: 190px;
    }
    .nb-menu-mobile-bottom-links > .nb-link:first-of-type{
        flex: 1.2;
    }
    .nb-product-card-45 .nb-card.nb-product-card .card-body.nb-card-body.nb-product-card-body > * + *{
        margin-top: 8px;
    }
    .nb-product-card-45 .nb-card.nb-product-card .nb-product-prices-12{
        gap: 2px;
    }
    .nb-product-card-45 .nb-product-prices-12 .nb-top-wrapper{
        gap: 4px;
        /*flex-direction: column;*/
        align-items: start;
    }

    .nb-product-card-47 .nb-product-prices-12 .nb-top-wrapper {
        gap: 2px;
        flex-direction: column;
        align-items: start;
    }

    .nb-product-card-47 .nb-product-prices-12 .nb-top-wrapper .nb-separator {
        display: none;
    }

    .nb-product-card-45 .nb-product-prices-12 .nb-top-wrapper .nb-separator{
        /*display: none;*/
    }

    .nb-product-card-45 .nb-favorite .nb-icon {
        font-size: 19px;
    }
    .nbtmp-product-listing-page-tmp-22 .nb-product-category-description-1{
        margin-top: 30px !important;
    }
    .layout:has(>.nb-additional-product-info-displays-tabs-1){
        margin-top: 10px !important;
    }
    .nb-product-attributes-list-gallery-1 .nb-letter-wrapper > *{
        min-height: 34px;
    }
    .nb-breadcrumb{
        margin-bottom: 0;
    }
    .nb-margin .layout.nb-block-spacer-20 > .block:not(.hidden) + .block{
        margin-top: 15px;
    }
    .nb-registration-form-1-block .nb-form [class^="col-"]:empty,
    .nb-registration-form-1-block .nb-form [class*=" col-"]:empty{
        display: none;
    }
    .nb-ecommerce-header-4 .nb-header-top-wrapper .row,
    .nb-ecommerce-header-4 .nb-header-top-wrapper{
        height: 30px;
    }
    .nb-ecommerce-header-4 .nb-header-wrapper{
        /*padding: 10px 0;*/
        padding: 3px 0;
    }

    .nb-ecommerce-header-4 .nb-logo .nb-img {
        max-height: 41px;
    }

    .nb-ecommerce-header-4 .nb-search-button{
        /*padding-bottom: 5px;*/
        padding-bottom: 14px;
    }
    .nb-newsletter-form-popup-4 .nb-info-wrapper,
    .nb-newsletter-form-popup-4 .nb-bottom-wrapper{
        padding: 0 15px;
    }


    .nb-product-size-list-5 > * > span {
        display: block;
        width: 100%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .nb-image-overlay-box-2 .nb-wrapper .nb-title{
        font-size: 20px;
    }
    .nb-article-card-14 .nb-card .nb-bottom-wrapper .nb-link{
        display: none;
    }
    .nb-ecommerce-footer-17 .nb-top-footer-wrapper{
        padding: 30px 8px 10px 8px;
    }
    .nb-ecommerce-footer-17 .nb-footer-mobile-collapse .nb-title{
        font-size: 16px;
        line-height: 1.5;
    }
    .nb-ecommerce-footer-17 .nb-top-footer-wrapper .nb-footer-links .nb-footer-mobile-collapse:has(.nb-collapse-button.active),
    .nb-ecommerce-footer-17 .nb-top-footer-wrapper .company-info-footer .nb-footer-mobile-collapse:has(.nb-collapse-button.active){
        border-bottom-color: transparent;
    }
    .nb-ecommerce-footer-17 .nb-top-footer-wrapper .nb-footer-links .nb-footer-mobile-collapse:has(.nb-collapse-button.active)  .nb-title,
    .nb-ecommerce-footer-17 .nb-top-footer-wrapper .company-info-footer .nb-footer-mobile-collapse:has(.nb-collapse-button.active) .nb-title{
        border-bottom: 1px solid var(--nb-color-gray-300);
    }
    .nb-ecommerce-footer-17 .nb-top-footer-wrapper .nb-content-wrapper .nb-footer-links .row > .col:nth-child(n+2){
        margin-top: 14px;
    }
    .nb-ecommerce-footer-17 .nb-info-box-8 .nb-info-box-8-wrapper > * + *{
        margin-top: 12px;
    }
    .nb-product-col:has(.nb-product-card-5){
        margin-top: 5px;
    }
    .layout:has(.nb-product-listing-options-and-category-heading-2){
        margin-bottom: 15px;
        margin-top: 15px !important;
    }
    .layout:has(.nb-breadcrumb-wrapper ){
        margin-bottom: 15px;
    }
    .nb-product-listing-options-and-category-heading-2 .nb-main-wrapper {
        padding: 10px;
    }
    .nb-product-list-heading-and-description-1-block .nb-title{
        font-size: 18px;
    }
    .nb-applied-product-filter-2 .nb-product-applied-filter-tag-list .nb-tag-product-applied-filter-tag .nb-icon{
        font-size: 12px;
    }
    .nb-products-list-grid{
        gap: 15px 10px;
    }
    .nb-product-load-more-2{
        margin-top: 30px;
    }

    .nb-product-load-more-2 .nb-btn {
        width: calc(100% - 30px);
    }
    .nb-product-category-description-1 .nb-product-description *{
        font-size: 14px;
    }
    .nb-product-detail-gallery-compound-carousel-3 .nb-product-content-position-1 .nb-position.nb-top-right-content{
        top: 15px;
        left: 10px;
    }
    .nb-product-detail-gallery-compound-carousel-3 .nb-product-content-position-1 .nb-position.nb-top-left-content{
        top: 15px;
        right: 10px;
    }

    .nb-product-detail-gallery-compound-carousel-3 .row .col-12:last-of-type{
        margin-top: 5px;
    }
    .nb-product-detail-attribute-value-name-1 .nb-link{
        font-size: 12px;
    }

    .nb-product-detail-short-description-1 .nb-see-more,
    .nb-product-detail-short-description-1 .nb-product-short-description *{
        font-size: 12px;
    }
    .nb-social-share-3 .nb-social-icons-item{
        gap: 10px;
    }
    .nbtmp-brand-list-tmp-3{
        --nb-margin: 15px;
    }
    .nbtmp-brand-list-tmp-3 .block-heading-with-subheading{
        margin-bottom: 15px;
    }
    .nb-product-attributes-options-and-search-1 {
        flex-direction: column-reverse;
        gap: 15px;
    }

    .nb-product-gallery-carousel-3 .nb-discount-rectangle {
        max-width: 50px;
        max-height: 50px;
    }

    .nb-product-gallery-carousel-3 .nb-discount.nb-discount-rectangle .nb-discount-value-wrapper,
    .nb-product-gallery-carousel-3 .nb-discount.nb-discount-rectangle .nb-additional-discount-value-wrapper {
        width: 50px;
        height: 25px;
        font-size: var(--nb-font-size-14);
        font-weight: var(--nb-font-weight-500);
    }

    .nb-product-attribute-box-1:hover:before{
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
    }
    .nb-product-attribute-box-1 .nb-main-attribute-title,
    .nb-product-attribute-box-1 .nb-description-wrapper .nb-see-more{
        width: 200px;
        max-height: 40px;
    }
    .nb-product-attributes-list-grid-1 .nb-attribute-listing{
        gap: 15px;
    }
    .nb-price-drop-list-grid-1 .nb-top-wrapper{
        flex-direction: column;
        
    }
    .nb-price-drop-list-grid-1 .nb-top-wrapper .nb-separator{
        display: none;
    }
    .nb-product-card-45 .nb-card.nb-product-card .nb-product-prices-12{
        min-height: 35px;
        margin-bottom: 0;
    }
    .nb-location-map-popup-2 .nb-location-description .nb-html-editor{
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
    }

    .nb-newsletter-form-popup-4 .nb-info-wrapper .custom-text:not(.nb-newsletter-title) p {
        font-size: 14px;
    }

    .block-heading-with-subheading .nb-title + .nb-sub-heading {
        margin-top: 10px;
    }

    .tp-article_listing .nb-margin-bottom-60 {
        margin-bottom: 40px !important;
    }

    .nb-slider-item-box-19 .nb-content-wrapper .nb-title {
        height: calc(var(--nb-slider-item-box-19-title-font-size) * var(--nb-slider-item-box-19-title-line-height) * 2);
    }

    .nb-slider-item-box-19 .nb-content-wrapper .nb-slider-item-link {
        height: calc(var(--nb-slider-item-box-19-link-font-size) * var(--nb-slider-item-box-19-title-line-height) * 2);
        word-break: break-word;
    }

    .nb-pricing-quick-basket-1 a.nb-btn-pricing-quick-basket {
        font-size: var(--nb-font-size-14);
    }

    .nb-remove-all-available-products {
        margin-bottom: 10px;
    }

    .nb-remove-all-available-products .nb-btn {
        font-weight: var(--nb-font-weight-500);
    }

    .tp-cooperation .nb-margin-bottom-40 {
        margin-bottom: 20px !important;
    }

    .nb-career-form-1 .nb-btn-input-file {
        width: 160px;
        font-size: var(--nb-font-size-14);
    }

    .similar-product-list-carousel-2 .slick-dots,
    .nb-last-viewed-product-list-carousel-2 .slick-dots,
    .nb-complete-the-look-product-list-carousel-1 .slick-dots {
        margin-top: 10px;
    }

    .nb-product-card-48 .nb-product-button-with-modal-size-picker-1 .nb-btn {
        font-size: var(--nb-font-size-12);
    }

    .nb-product-card-48 .nb-product-card {
        gap: 8px;
    }

    .nb-product-card-48 .nb-card.nb-product-card .card-body.nb-card-body.nb-product-card-body {
        padding-right: 0;
    }

    .nb-product-card-48 {
        padding: 10px;
    }

    .nb-product-card-48 .nb-card .nb-product-image-with-positioned-content-v1 {
        flex: 0 1 45%;
    }

    .nb-product-card-48 .nb-product-card .nb-card-body {
        flex: 0 1 55% !important;
    }

    .nb-shop-by-look-1 .nb-product-card-48 .nb-product-card .nb-product-image-with-positioned-content-v1 .nb-img-wrapper .nb-img {
        padding: 20% 0;
        max-width: 120px;
    }

    .article-product-list-carousel-2 .nb-product-card-48 .nb-product-card .nb-product-image-with-positioned-content-v1 > .nb-img-wrapper .nb-img {
        padding: 0;
    }

    .nb-product-card-48 {
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);

    }

    .nb-product-content-position-1 .nb-position.nb-bottom-right-content {
        bottom: 0;
        right: 0;
    }

    .layout-container-grid:has(.article-gallery-carousel-2) {
        width: calc(100% + 32px);
        margin-left: -15px;
        margin-right: -15px;
        max-width: none;
    }

    .nb-article-gallery-carousel-2 .nb-img {
        border-radius: 0;
    }

    .nb-cart-box-9 .nb-image-and-quantity-wrapper .nb-img {
        padding: 17% 0;
    }

    .nb-cart-box-9 .nb-product-info-wrapper .nb-code-size-color-wrapper {
        gap: 4px;
    }

    .nb-cart-box-9 .nb-product-info-wrapper .nb-code-size-color-wrapper > *:not(:last-child) {
        padding-right: 4px;
    }

    .nb-tab-link-3 {
        padding: 10px;
    }

    .nb-tab-link-3 .nb-link-with-icon-1 .nb-link {
        font-size: var(--nb-font-size-14);
    }

    .nb-product-card-26 .nb-product-name .nb-title {
        --nb-dt-rows: 2;
        font-size: var(--nb-font-size-14);
        height: calc(2 * var(--nb-product-name-line-height) * var(--nb-font-size-14));
    }

    .nb-product-card-26 .nb-img-wrapper img {
        max-width: 100%;
        max-height: 100%;
    }

    .tp-career .nb-sub-heading.nb-sub-heading-s {
        font-size: var(--nb-font-size-14);
    }

    .contact-info .nb-content-wrapper .nb-items-wrapper {
        margin-bottom: 0;
    }


    .nb-product-price-detail-2 .nb-price.nb-price-active {
        margin-top: 0;
    }

    .nb-product-card-46 .nb-product-prices-12 {
        gap: 5px;
    }

    .nb-product-card-46 .nb-product-card {
        padding-right: 5px;
    }

    .nb-product-card-46 .nb-img-wrapper img {
        max-width: 45px;
        max-height: 100%;
    }

    .nb-product-card-46 .nb-card.nb-product-card .card-body.nb-card-body.nb-product-card-body .nb-content-wrapper {
        align-self: flex-start;
    }

    .nb-product-card-46 {
        padding: 0;
    }

    .nb-comment-review .nb-icon + .nb-icon {
        margin-left: 0;
    }

    .tp-cart .nb-margin .layout.nb-block-spacer-40 > .block:not(.hidden) + .block {
        margin-top: 20px;
    }

    .nb-product-card-45 .nb-product-button-with-bubble-3 .nb-add-to-cart {
        bottom: 5px;
        right: 5px;
    }

    .nb-recommended-product-list .nb-product-card-26 .nb-product-card .nb-img-wrapper {
        max-width: 40px;
    }

    .nb-recommended-product-list .nb-product-card-26 .nb-card {
        min-height: 82px;
    }

    .nb-ecommerce-footer-17 .nb-footer-mobile-collapse .nb-collapse-content {
        text-transform: none;
    }

    .nb-slider-item-box-42 .nb-img {
        width: 100%;
        object-fit: cover;
        height: calc(100dvh - 77px);
        object-position: top center;
    }
}