
/*
/* 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-2/header-site-quick-links-2.css.'
*/:root {
    --nb-header-site-quick-links-2-color: var(--nb-color-white);
    --nb-header-site-quick-links-2-font-size: var(--nb-font-size-12);
    --nb-header-site-quick-links-2-font-weight: var(--nb-font-regular);
}

.nb-header-site-quick-links-2 {
    display: flex;
    align-items: center;
    gap: 5px;
}

.nb-header-site-quick-links-2 > *,
.nb-header-site-quick-links-2 > * > *,
.nb-header-site-quick-links-2 > * > * > *,
.nb-header-site-quick-links-2 .nb-link {
    color: var(--nb-header-site-quick-links-2-color);
    font-size: var(--nb-header-site-quick-links-2-font-size);
    font-weight: var(--nb-header-site-quick-links-2-font-weight);
}
/*
/* NB Fajl:'./components/complex/elements/indicators/carousel-indicators/carousel-arrows-1/carousel-arrows-1.css.'
*/.nb-slider-arrows.nb-slider-arrows-1 .slider-arrow i.nb-arrow-left,
.nb-slider-arrows.nb-slider-arrows-1 .slider-arrow i.nb-arrow-right {
    width: 25px;
    height: 25px;
    border-radius: var(--nb-border-radius-full);
    box-shadow: 0px 0px 4px 0px #0000001A;
    background: var(--nb-color-white);
}
/*
/* NB Fajl:'./components/complex/elements/indicators/carousel-indicators/carousel-indicators/carousel-indicators.css.'
*//* Slider dots */

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

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

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

/* Slider inline indicators */

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

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

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

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

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

/* Vertical indicators */

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

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

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

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

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

/* Absolute bottom left*/

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


/* horizontal scrollbar */

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

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

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

.nb-slider-dots.loader-indicators .slick-active .nb-progress-slider-dot{
    &>span{
        display: none;
    }
    &.paused{
        .nb-icon.bi-play{
            display: flex;
        }
    }
    &:not(.paused) .nb-icon.bi-pause{
        display: flex;
    }
}
/*
/* NB Fajl:'./components/complex/header/header-info-carousel/header-info-carousel-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-3/header-site-user-3.css.'
*/:root {
    --nb-header-site-user-3-color: var(--nb-color-white);
    --nb-header-site-user-3-font-size: var(--nb-font-size-12);
    --nb-header-site-user-3-font-weight: var(--nb-font-weight-400);
    --nb-header-site-user-3-line-height: 20px;
}

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

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

.nb-header-site-user-3 > .nb-link {
    display: flex;
    align-items: center;
    gap: 6px;
    color: var(--nb-header-site-user-3-color);
    font-size: var(--nb-header-site-user-3-font-size);
    font-weight: var(--nb-header-site-user-3-font-weight);
    line-height: var(--nb-header-site-user-3-line-height);
}

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

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

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

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

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

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

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

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

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

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

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

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

.nb-header-cart-2 .nb-header-favorite-count-wrapper {
    line-height: 22px;
}
/*
/* NB Fajl:'./components/core/link-with-image/link-with-image-1/link-with-image-1.css.'
*/:root{
    --nb-link-with-image-1-padding-x: 10px;
    --nb-link-with-image-1-padding-y: 10px;
    --nb-link-with-image-1-spacer: 10px;
    --nb-link-with-image-1-color: var(--nb-link-secondary-color);
    --nb-link-with-image-1-hover-color: var(--nb-link-secondary-color);
    --nb-link-with-image-1-bg: var(--nb-color-white);
    --nb-link-with-image-1-hover-bg: var(--nb-color-gray-100);
    --nb-link-with-image-1-active-bg: var(--nb-color-gray-100);
    --nb-link-with-image-1-active-font-weight: var(--nb-font-semibold);
    --nb-link-with-image-1-img-width: 20px;
    --nb-link-with-image-1-img-height: 20px;
}

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

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

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

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

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

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

.nb-link-with-image-1 .nb-img{
    width: var(--nb-link-with-image-1-img-width);
    height: var(--nb-link-with-image-1-img-height);
}
/*
/* NB Fajl:'./components/complex/menu/menu-link-list-2/menu-link-list-2.css.'
*/:root {
    --nb-menu-link-list-2-items-height: 40px;
    --nb-menu-link-list-2-items-bg: var(--nb-color-gray-300);
    --nb-menu-link-list-2-items-first-of-type-bg: var(--nb-color-gray-400);
    --nb-menu-link-list-2-items-color: var(--nb-text-color-primary);
    --nb-menu-link-list-2-items-font-size: var(--nb-font-size-14);
    --nb-menu-link-list-2-items-font-weight: var(--nb-font-weight-500);
}

.nb-menu-link-list-2 {
    display: flex;
    align-items: center;
    overflow-x: auto;
}

.nb-menu-link-list-2 .nb-menu-item-link-with-image-1:first-of-type .nb-link {
    background-color: var(--nb-menu-link-list-2-items-first-of-type-bg);
}

.nb-menu-link-list-2 .nb-link-with-image-1 .nb-link {
    height: var(--nb-menu-link-list-2-items-height);
    background-color: var(--nb-menu-link-list-2-items-bg);
    white-space: pre;
    color: var(--nb-menu-link-list-2-items-color);
    font-size: var(--nb-menu-link-list-2-items-font-size);
    font-weight: var(--nb-menu-link-list-2-items-font-weight);
}
/*
/* NB Fajl:'./components/complex/search/search-2/search-2.css.'
*/:root {
    --nb-search-1-border-width: var(--nb-border-width);
    --nb-search-1-border-color: var(--nb-border-color);

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

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

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

body.open-search{
    overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

}

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

}

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

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

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

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

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

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

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

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

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

    --nb-search-product-grid-2-link-font-size: var(--nb-font-size-14);
    --nb-search-product-grid-2-link-font-weight: var(--nb-font-regular);

}

.nb-search-product-grid-2 .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;
}
@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;
}
.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 .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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .nb-menu-first-level-item-list-3 .nb-slider-item-list-box-1 {
        display: flex;
        margin: 20px 0;
    }
}
/*
/* NB Fajl:'./components/complex/menu/menu-main-navigation/menu-main-navigation-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;
}

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

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

@media screen and (max-width: 991px) {
    .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: 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;
    }
}

/*
/* NB Fajl:'./_blocks/header-and-footer/header/ecommerce-header/ecommerce-header-9/ecommerce-header-9.css.'
*/:root {

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

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

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

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

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

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

    --nb-ecommerce-header-9-search-button-bg: var(--nb-color-gray-100);
}

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

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

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

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

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

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

.nb-ecommerce-header-9 .nb-header-site-user-1 .nb-icon {
    color: var(--nb-color-white);
}

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

.nb-ecommerce-header-9 .nb-header-info-carousel-col .nb-header-info-carousel-1 {
    max-width: 500px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.nb-ecommerce-header-9 .nb-header-shop-utilities-wrapper .nb-header-shop-utilities {
    display: flex;
    align-items: center;
    gap: 10px;
}

.nb-ecommerce-header-9 .wsmain {
    max-width: calc(var(--nb-container-width) + var(--nb-gutter-x));
}

.nb-ecommerce-header-9 .nb-horizontal-navigation-2 .nb-main-navigation-3 {
    display: block;
}

.nb-ecommerce-header-9 .nb-main-navigation-3 .wsmenu {
    position: relative;
    width: 100%;
}

.nb-ecommerce-header-9 .wsmenu>.wsmenu-list>li.nb-menu-first-level-item-1 .nb-first-level-menu-item-link {
    padding: 8px 15px 9px 15px;
}

.nb-ecommerce-header-9 .wsmenu>.wsmenu-list>li.nb-menu-first-level-item-1.nb-last-item .nb-first-level-menu-item-link:has(.nb-menu-image) {
    padding: 2px 10px;
    background-color: var(--nb-color-gray-400);
}

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

.nb-ecommerce-header-9 .nb-horizontal-navigation-2 .wsmenu>.wsmenu-list>li>.wsmegamenu {
    position: absolute;
    padding: 30px 20px;
}

.nb-ecommerce-header-9 .nb-horizontal-navigation-2 .nb-menu-dropdown .container {
    margin: 0;
    padding: 0;
}

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

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

.nb-ecommerce-header-9 .nb-menu-second-level-item-list .row > * {
    --nb-gutter-x: 30px;
    padding-right: calc(var(--nb-gutter-x) * .5);
    padding-left: calc(var(--nb-gutter-x) * .5);
}

.nb-ecommerce-header-9 .nb-menu-second-level-item-list .row > *:not(:last-of-type) {
    border-right: var(--nb-border-width) var(--nb-border-style) var(--nb-border-color);
}

.nb-ecommerce-header-9 .nb-menu-second-level-item-list .row {
    display: flex;
    align-items: stretch;
}

.nb-ecommerce-header-9 .nb-menu-second-level-item-list .row > [class*="col-"] {
    display: flex;
    flex-direction: column;
}

.nb-ecommerce-header-9 .nb-menu-third-level-item-list-2 {
    flex-grow: 1;
}

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

.nb-ecommerce-header-9 .nb-menu-link-list-2 {
    display: none;
}

.nb-ecommerce-header-9 .nb-menu-second-level-item-2 {
    border-bottom: unset;
}

.nb-ecommerce-header-9 .nb-header-site-quick-links-2 > .nb-html-editor:has(:nth-child(2)) {
    display: flex;
    gap: 10px;
    align-items: center;

     > p {
        margin: 0;
        display: flex;
        gap: 10px;
        align-items: center;
    }

    > p:not(:first-child):before {
        content: '';
        display: block;
        position: relative;
        width: 1px;
        background: var(--nb-color-white);
        min-height: 10px;
        height: 100%;
    }
}

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

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

@media screen and (min-width: 1200px) {
    .nb-ecommerce-header-9 .nb-header-shop-utilities-wrapper .nb-header-shop-utilities {
        margin-right: -15px;
    }

    .nb-header-favorite-2 {
        margin-right: 10px;
    }

}

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

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

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

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

    .nb-ecommerce-header-9 .nb-header-site-quick-links .nb-link {
        white-space: pre;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

    .nb-ecommerce-header-9 .nb-main-navigation-3 .wsmenu {
        position: fixed;
        overflow-x: hidden;
    }

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

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

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

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

    .nb-ecommerce-header-9 li:has(.nb-menu-dropdown.active) .wsmenu-click {
        display: none;
    }

    .nb-ecommerce-header-9 .nb-horizontal-navigation-2 .wsmenu>.wsmenu-list>li>.wsmegamenu {
        position: relative;
        width: 100%;
        padding: 0;
        top: unset;
    }

    .nb-ecommerce-header-9 .nb-horizontal-navigation-2 .wsmenu>.wsmenu-list>li>.wsmegamenu>.nb-content-wrapper {
        width: 100%;
        max-width: unset;
    }

    .nb-ecommerce-header-9 .nb-menu-second-level-item-list .row > *:not(:last-of-type) {
        border-right: unset;
    }

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

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

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

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

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

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

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

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

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

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

    .nb-ecommerce-header-9 .nb-header-middle-wrapper {
        height: auto;
        padding: 15px 5px;
    }

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

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

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

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

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

    .nb-ecommerce-header-9 .nb-header-middle-wrapper .nb-header-search-wrapper {
        margin-top: 10px;
    }

    .nb-ecommerce-header-9 .wsmenu>.wsmenu-list>li.nb-menu-first-level-item-1:not(:has(.nb-menu-dropdown.active)) {
        padding: 10px 0;
        margin: 0 15px;
        width: auto;
    }

    .wsmenu>.wsmenu-list>li.nb-menu-first-level-item-1>.wsmenu-click {
        margin-right: 10px;
    }

    .nb-ecommerce-header-9 .wsmenu>.wsmenu-list>li.nb-menu-first-level-item-1>.nb-first-level-menu-item-link {
        padding: 0;
    }

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

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

    .nb-ecommerce-header-9 .nb-menu-first-level-item-list-3.wsmenu-list {
        padding: 0;
    }

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

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

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

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

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

@media screen and (max-width: 768px) {
    .nb-breadcrumb-wrapper{
        display: none;
    }
}
/*
/* NB Fajl:'./_blocks/product/product-category/product-category-breadcrumbs/product-category-breadcrumbs-inline-1/product-category-breadcrumbs-inline-1.css.'
*/@media screen and (max-width: 768px) {
    .nb-product-category-breadcrumbs-inline-1 .nb-breadcrumb-wrapper{
         display: block;
    }
}
/*
/* NB Fajl:'./components/complex/product/product-filters/product-filters-intro/product-filters-intro-sort/product-filters-intro-sort-3/product-filters-intro-sort-3.css.'
*/:root {
    --nb-product-filters-intro-sort-3-height: var(--nb-select-height);
    --nb-product-filters-intro-sort-3-font-size: var(--nb-font-size-12);
    --nb-product-filters-intro-sort-3-option-font-size: var(--nb-font-size-12);
    --nb-product-filters-intro-sort-3-font-weight: var(--nb-font-weight-400);
    --nb-product-filters-intro-sort-3-border-width: var(--nb-border-width);
    --nb-product-filters-intro-sort-3-border-color: var(--nb-border-color);
    --nb-product-filters-intro-sort-3-border-radius: var(--nb-select-border-radius);

    --nb-product-filters-intro-sort-3-label-color: var(--nb-text-color-primary);
    --nb-product-filters-intro-sort-3-label-font-size: var(--nb-font-size-12);
    --nb-product-filters-intro-sort-3-label-font-weight: var(--nb-font-weight-400);

    --nb-product-filters-intro-sort-3-select-icon-font-size: var(--nb-font-size-10);
    --nb-product-filters-intro-sort-3-select-icon-font-weight: var(--nb-font-weight-400);
}

.nb-product-filters-intro-sort-3 {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
}

.nb-product-filters-intro-sort-3 .nb-select {
    height: var(--nb-product-filters-intro-sort-3-height);
    line-height: var(--nb-body-line-height);
    font-weight: var(--nb-product-filters-intro-sort-3-font-weight);
    border: var(--nb-product-filters-intro-sort-3-border-width) var(--nb-border-style) var(--nb-product-filters-intro-sort-3-border-color);
    padding: 10px;
    width: fit-content;
    font-size: var(--nb-product-filters-intro-sort-3-font-size);
    border-radius: var(--nb-product-filters-intro-sort-3-border-radius);
    max-width: 200px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    background-color: var(--nb-color-white);
    padding-right: 35px;
    min-width: 190px;
}

.nb-product-filters-intro-sort-3:before {
    content: '\e9ea';
    font-family: 'nbi-font';
    position: absolute;
    font-size: var(--nb-product-filters-intro-sort-3-select-icon-font-size);
    font-weight: var(--nb-product-filters-intro-sort-3-select-icon-font-weight);
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    pointer-events: none;
}

.nb-product-filters-intro-sort-3 .nb-select option {
    font-size: var(--nb-product-filters-intro-sort-3-option-font-size);
}

.nb-product-filters-intro-sort-3 .nb-label {
    color: var(--nb-product-filters-intro-sort-3-label-color);
    font-size: var(--nb-product-filters-intro-sort-3-label-font-size);
    font-weight: var(--nb-product-filters-intro-sort-3-label-font-weight);
    margin-bottom: 0;
}

@media screen and (max-width: 992px) {
    .nb-product-filters-intro-sort-3 .nb-select {
        min-width: unset;
    }
}

/*
/* NB Fajl:'./components/complex/product/product-filters/product-filters-control/product-filters-control-2/product-filters-control-2.css.'
*/:root {
    --nb-product-filters-control-2-icon-color: var(--nb-text-color-primary);
    --nb-product-filters-control-2-icon-width:40px;
    --nb-product-filters-control-2-height: 40px;
    --nb-product-filters-control-2-icon-font-size: var(--nb-font-size-20);
    --nb-product-filters-control-2-icon-border-width: var(--nb-border-width);
    --nb-product-filters-control-2-icon-border-color: var(--nb-border-color);
    --nb-product-filters-control-2-icon-border-radius: var(--nb-border-radius-xs);

    --nb-product-filters-control-2-label-color: var(--nb-text-color-primary);
    --nb-product-filters-control-2-label-hover-color: var(--nb-spec-color);
    --nb-product-filters-control-2-label-font-size: var(--nb-font-size-16);
    --nb-product-filters-control-2-label-font-weight: var(--nb-font-weight-400);
}

.nb-product-filters-control-2 {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    min-width: var(--nb-product-filters-control-2-height);
    height: var(--nb-product-filters-control-2-height);
    border: var(--nb-product-filters-control-2-icon-border-width) var(--nb-border-style) var(--nb-product-filters-control-2-icon-border-color);
    border-radius: var(--nb-product-filters-control-2-icon-border-radius);
    justify-content: center;
    padding: 5px 10px;
}

.nb-product-filters-control-2 .nb-icon {

    font-size: var(--nb-product-filters-control-2-icon-font-size);
    color: var(--nb-product-filters-control-2-icon-color);

}

.nb-product-filters-control-2 .nb-filter-control-label {
    color: var(--nb-product-filters-control-2-label-color);
    font-size: var(--nb-product-filters-control-2-label-font-size);
    font-weight: var(--nb-product-filters-control-2-label-font-weight);
}

.nb-product-filters-control-2:hover .nb-filter-control-label {
    color: var(--nb-product-filters-control-2-label-hover-color);
}

/*
/* NB Fajl:'./_blocks/product/product-list/product-listing-options/product-listing-options-and-category-heading-2/product-listing-options-and-category-heading-2.css.'
*/:root {
    --nb-product-listing-options-and-category-heading-2-padding-y: 10px;

    --nb-product-listing-options-and-category-heading-2-border-width: var(--nb-border-width);
    --nb-product-listing-options-and-category-heading-2-border-color: var(--nb-border-color);

    --nb-product-listing-options-and-category-heading-2-color: var(--nb-text-color-primary);
    --nb-product-listing-options-and-category-heading-2-font-size: var(--nb-font-size-28);
    --nb-product-listing-options-and-category-heading-2-font-weight: var(--nb-font-weight-600);

    --nb-product-listing-options-and-category-heading-2-select-height: 36px;

    --nb-product-listing-options-and-category-heading-2-filters-control-bg: var(--nb-color-gray-100);

    --nb-product-listing-options-and-category-heading-2-filters-control-padding-x: 14px;
    --nb-product-listing-options-and-category-heading-2-filters-control-padding-y: 10px;

    --nb-product-listing-options-and-category-heading-2-filters-control-label-color: var(--nb-text-color-primary);
    --nb-product-listing-options-and-category-heading-2-filters-control-label-font-size: var(--nb-font-size-12);
    --nb-product-listing-options-and-category-heading-2-filters-control-label-font-weight: var(--nb-font-weight-600);
}

.nb-product-listing-options-and-category-heading-2 .nb-main-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: var(--nb-product-listing-options-and-category-heading-2-padding-y);
    border-bottom: var(--nb-product-listing-options-and-category-heading-2-border-width) var(--nb-border-style) var(--nb-product-listing-options-and-category-heading-2-border-color);
}

.nb-product-listing-options-and-category-heading-2 .nb-product-category-headline-1 .nb-title {
    color: var(--nb-product-listing-options-and-category-heading-2-color);
    font-size: var(--nb-product-listing-options-and-category-heading-2-font-size);
    font-weight: var(--nb-product-listing-options-and-category-heading-2-font-weight);
}

.nb-product-listing-options-and-category-heading-2 .nb-main-wrapper .nb-filters-intro-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.nb-product-listing-options-and-category-heading-2 .nb-main-wrapper .nb-product-filters-intro-sort-3 .nb-select {
    height: var(--nb-product-listing-options-and-category-heading-2-select-height);
}

.nb-product-listing-options-and-category-heading-2 .nb-main-wrapper .nb-product-filters-control-2 {
    display: none;
    align-items: center;
    flex-direction: row-reverse;
    height: var(--nb-product-listing-options-and-category-heading-2-select-height);
    min-width: auto;
    border-color: transparent;
    background-color: var(--nb-product-listing-options-and-category-heading-2-filters-control-bg);
    padding: var(--nb-product-listing-options-and-category-heading-2-filters-control-padding-y) var(--nb-product-listing-options-and-category-heading-2-filters-control-padding-x);
}

.nb-product-listing-options-and-category-heading-2 .nb-main-wrapper .nb-product-filters-control-2 .nb-filter-control-label {
    color: var(--nb-product-listing-options-and-category-heading-2-filters-control-label-color);
    font-size: var(--nb-product-listing-options-and-category-heading-2-filters-control-label-font-size);
    font-weight: var(--nb-product-listing-options-and-category-heading-2-filters-control-label-font-weight);
}

@media screen and (max-width: 768px) {
    :root {
        --nb-product-listing-options-and-category-heading-2-font-size: var(--nb-font-size-22);
    }

    .nb-product-listing-options-and-category-heading-2 .nb-main-wrapper {
        flex-direction: column;
        align-items: unset;
        gap: 10px;
    }

    .nb-product-listing-options-and-category-heading-2 .nb-main-wrapper .nb-product-filters-intro-sort-3 {
        width: max-content;
    }

    .nb-product-listing-options-and-category-heading-2 .nb-main-wrapper .nb-product-filters-control-2 {
        display: flex;
    }
}

@media screen and (max-width: 576px) {
    .nb-product-listing-options-and-category-heading-2 .nb-main-wrapper .nb-product-filters-intro-sort-3 .nb-label {
        display: none;
    }

    .nb-product-listing-options-and-category-heading-2 .nb-main-wrapper .nb-product-filters-intro-sort-3 {
        flex: 1;
    }

    .nb-product-listing-options-and-category-heading-2 .nb-main-wrapper .nb-product-filters-intro-sort-3 .nb-select {
        max-width: 100%;
        width: 100%;
    }
}
/*
/* NB Fajl:'./components/complex/product/product-filters/filter-product-category/filter-categories-1/filter-categories-1.css.'
*/:root {
    --nb-product-filter-categories-1-color: var(--nb-color-gray-700);
    --nb-product-filter-categories-1-hover-color: var(--nb-spec-color);
    --nb-product-filter-categories-1-font-size: var(--nb-font-size-15);
    --nb-product-filter-categories-1-font-weight: var(--nb-font-weight-500);

    --nb-product-filter-categories-1-selected-category-color: var(--nb-color-gray-700);
    --nb-product-filter-categories-1-selected-category-hover-color: var(--nb-spec-color);
    --nb-product-filter-categories-1-selected-category-font-size: var(--nb-font-size-16);
    --nb-product-filter-categories-1-selected-category-font-weight: var(--nb-font-weight-600);
    --nb-product-filter-categories-1-selected-category-icon: '\e9eb';

    --nb-product-filter-categories-1-border-width: var(--nb-border-width);
    --nb-product-filter-categories-1-border-color: var(--nb-border-color);
}

.nb-product-filter-categories-1 {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: var(--nb-product-filter-categories-1-border-width) var(--nb-border-style) var(--nb-product-filter-categories-1-border-color);
}

.nb-product-filter-categories-1 .nb-wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.nb-product-filter-categories-1 .nb-wrapper > *,
.nb-product-filter-categories-1 > * {
    color: var(--nb-product-filter-categories-1-color);
    font-size: var(--nb-product-filter-categories-1-font-size);
    font-weight: var(--nb-product-filter-categories-1-font-weight);
}

.nb-product-filter-categories-1 .nb-wrapper > *:hover,
.nb-product-filter-categories-1 > *:hover {
    color: var(--nb-product-filter-categories-1-hover-color);
}

.nb-product-filter-categories-1 .nb-product-filter-selected-category {
    display: flex;
    align-items: center;
    color: var(--nb-product-filter-categories-1-selected-category-color);
    font-size: var(--nb-product-filter-categories-1-selected-category-font-size);
    font-weight: var(--nb-product-filter-categories-1-selected-category-font-weight);
}

.nb-product-filter-categories-1 .nb-product-filter-selected-category:hover {
    color: var(--nb-product-filter-categories-1-selected-category-hover-color);
}

.nb-product-filter-categories-1 .nb-product-filter-selected-category:before {
    content: var(--nb-product-filter-categories-1-selected-category-icon);
    font-family: 'nbi-font';
    vertical-align: middle;
    padding-right: 15px;
}
/*
/* NB Fajl:'./components/complex/product/product-filters/filter-clear/filters-clear-2/filters-clear-2.css.'
*/:root {
    --nb-filters-clear-2-color: var(--nb-color-gray-700);
    --nb-filters-clear-2-font-size: var(--nb-font-size-15);
    --nb-filters-clear-2-font-weight: var(--nb-font-weight-600);

    --nb-filters-clear-2-border-width: var(--nb-border-width);
    --nb-filters-clear-2-border-color: var(--nb-border-color);
}

.nb-filters-clear-2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    padding-bottom: 15px;
    border-bottom: var(--nb-filters-clear-2-border-width) var(--nb-border-style) var(--nb-filters-clear-2-border-color);
}

.nb-filters-clear-2 .nb-filters-clear-label {
    color: var(--nb-filters-clear-2-color);
    font-size: var(--nb-filters-clear-2-font-size);
    font-weight: var(--nb-filters-clear-2-font-weight);
}
/*
/* NB Fajl:'./components/core/filter-checkbox/filter-checkbox-1/filter-checkbox-1.css.'
*/:root {
    --nb-filter-checkbox-1-border-width: var(--nb-border-width);
    --nb-filter-checkbox-1-border-color: var(--nb-color-gray-200);
    --nb-filter-checkbox-1-checked-border-color: var(--nb-color-gray-300);
    --nb-filter-checkbox-1-checked-bg: var(--nb-color-gray-200);
    --nb-filter-checkbox-1-border-radius: var(--nb-border-radius-xs);

    --nb-filter-checkbox-1-label-color: var(--nb-color-gray-700);
    --nb-filter-checkbox-1-label-hover-color: var(--nb-spec-color);
    --nb-filter-checkbox-1-label-font-size: var(--nb-font-size-13);
    --nb-filter-checkbox-1-label-font-weight: var(--nb-font-weight-400);
}

.nb-filter-checkbox-1 {
    padding-left: 0;
    cursor: pointer;
    margin-bottom: 0;
}

.nb-filter-checkbox-1 .nb-check {
    position: absolute;
    top: 3px;
    left: 22px;
    opacity: 0;
}

.nb-filter-checkbox-1 .nb-label {
    padding: 10px;
    display: flex;
    width: max-content;
    margin-left: 0;
    border: var(--nb-filter-checkbox-1-border-width) var(--nb-border-style) var(--nb-filter-checkbox-1-border-color);
    border-radius: var(--nb-filter-checkbox-1-border-radius);
    color: var(--nb-filter-checkbox-1-label-color);
    font-size: var(--nb-filter-checkbox-1-label-font-size);
    font-weight: var(--nb-filter-checkbox-1-label-font-weight);
}

.nb-filter-checkbox-1:hover .nb-label,
.nb-filter-checkbox-1:has(.nb-check:checked) .nb-label {
    background-color: var(--nb-filter-checkbox-1-checked-bg);
    border-color: var(--nb-filter-checkbox-1-checked-border-color);
}

/* Filter checkbox 2 */
:root {
    --nb-filter-checkbox-2-border-width: var(--nb-border-width);
    --nb-filter-checkbox-2-border-color: var(--nb-color-gray-200);
    --nb-filter-checkbox-2-checked-border-color: var(--nb-color-gray-300);
    --nb-filter-checkbox-2-checked-bg: var(--nb-color-gray-200);
    --nb-filter-checkbox-2-border-radius: var(--nb-border-radius-xs);

    --nb-filter-checkbox-2-label-color: var(--nb-color-gray-700);
    --nb-filter-checkbox-2-label-hover-color: var(--nb-spec-color);
    --nb-filter-checkbox-2-label-font-size: var(--nb-font-size-13);
    --nb-filter-checkbox-2-label-font-weight: var(--nb-font-weight-400);
}

.nb-filter-checkbox-2 {
    padding-left: 0;
    cursor: pointer;
    margin-bottom: 0;
}

.nb-filter-checkbox-2 .nb-check {
    position: absolute;
    top: 3px;
    left: 22px;
    opacity: 0;
}

.nb-filter-checkbox-2 .nb-label {
    padding: 0 2px;
    min-width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: max-content;
    margin-left: 0;
    border: var(--nb-filter-checkbox-2-border-width) var(--nb-border-style) var(--nb-filter-checkbox-2-border-color);
    border-radius: var(--nb-filter-checkbox-2-border-radius);
    color: var(--nb-filter-checkbox-2-label-color);
    font-size: var(--nb-filter-checkbox-2-label-font-size);
    font-weight: var(--nb-filter-checkbox-2-label-font-weight);
}

.nb-filter-checkbox-2:hover .nb-label,
.nb-filter-checkbox-2:has(.nb-check:checked) .nb-label {
    background-color: var(--nb-filter-checkbox-2-checked-bg);
    border-color: var(--nb-filter-checkbox-2-checked-border-color);
}
/*
/* NB Fajl:'./components/complex/product/product-filters/product-filters-control-display/product-filters-control-display-1/product-filters-control-display-1.css.'
*/:root {
    --nb-product-filters-control-display-1-color: var(--nb-color-black);
    --nb-product-filters-control-display-1-hover-color: var(--nb-spec-color);
    --nb-product-filters-control-display-1-font-size: var(--nb-font-size-12);
    --nb-product-filters-control-display-1-font-weight: var(--nb-font-weight-400);
}

.nb-product-filters-control-display-1 {
    cursor: pointer;
    margin-top: 10px;
}

.nb-product-filters-control-display-1 .nb-product-filters-control-label {
    color: var(--nb-product-filters-control-display-1-color);
    font-size: var(--nb-product-filters-control-display-1-font-size);
    font-weight: var(--nb-product-filters-control-display-1-font-weight);
}

.nb-product-filters-control-display-1:hover .nb-product-filters-control-label {
    color: var(--nb-product-filters-control-display-1-hover-color);
}
/*
/* NB Fajl:'./components/complex/product/product-filters/filter-attributes/filter-attributes-2/filter-attributes-2.css.'
*/.nb-filter-attributes-2 .nb-filter-attributes-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    /*max-height: 100px;*/
    /*overflow: hidden;*/
    transition: max-height 0.4s ease, padding 0.4s ease, opacity 0.4s ease;
    padding-bottom: 0;
    opacity: 0.8;
}

.nb-filter-attributes-2.nb-show-more .nb-filter-attributes-wrapper {
    max-height: 1000px;
    padding-bottom: 1rem;
    opacity: 1;
}
/*
/* NB Fajl:'./components/complex/product/product-filters/filter-size/filter-size-2/filter-size-2.css.'
*/.nb-filter-size-2 .nb-filter-size-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
/*
/* NB Fajl:'./components/complex/product/product-filters/filter-price/filter-price-2/filter-price-2.css.'
*/.nb-filter-price-2 .nb-filter-price-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
/*
/* NB Fajl:'./components/complex/product/product-filters/filter-product-lists/filter-product-lists-2/filter-product-lists-2.css.'
*/.nb-filter-product-lists-2 .nb-filter-product-lists-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    flex-wrap: wrap;
}

.nb-filter-product-lists-2 .nb-filter-product-lists-wrapper:has(.nb-filter-checkbox-1) {
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

/*
/* NB Fajl:'./components/complex/product/product-filters/filter-product-search/filter-product-search-1/filter-product-search-1.css.'
*/.nb-product-filter-search-1 {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.nb-product-filter-search-1 .nb-form-group{
    margin-bottom: 0;
}

.nb-product-filter-search-1 .nb-btn {
    width: 100%;
}
/*
/* NB Fajl:'./components/complex/product/product-filters/product-tag-filter-list/product-applied-filter-tag-list/product-applied-filter-tag-list.css.'
*/.nb-product-applied-filter-tag-list {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
/*
/* NB Fajl:'./components/core/tag/product-tag/product-applied-filter-tag/product-applied-filter-tag.css.'
*/:root {
    --nb-product-tag-bg: var(--nb-color-gray-100);
    --nb-product-tag-color: var(--nb-text-color-primary);
    --nb-product-tag-border-width: var(--nb-border-width);
    --nb-product-tag-border-color: transparent;
    --nb-product-tag-border-radius: var(--nb-border-radius-s);
    --nb-product-tag-font-size: var(--nb-paragraph-xs);
    --nb-product-tag-font-weight: var(--nb-font-weight-400);
    --nb-product-tab-padding-x: 10px;
    --nb-product-tab-padding-y: 5px;
    --nb-product-tag-icon-vertical-align: middle;
}

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

.nb-tag-product-applied-filter-tag .nb-icon:before {
    vertical-align: var(--nb-product-tag-icon-vertical-align);
}

.nb-tag-product-applied-filter-tag .nb-icon {
    line-height: 1;
}

.nb-tag-product-applied-filter-tag:hover,
.nb-tag-product-applied-filter-tag:focus {
    text-decoration: line-through;
}

/*
/* NB Fajl:'./components/complex/product/product-filters/filter-clear/filters-clear-1/filters-clear-1.css.'
*/:root {
    --nb-clear-filters-color: var(--nb-text-color-primary);
    --nb-clear-filters-font-size: var(--nb-paragraph-xs);
    --nb-clear-filters-line-height: var(--nb-paragraph-line-height);
    --nb-clear-filters-font-weight: var(--nb-paragraph-font-weight);
    --nb-clear-filters-font-family: var(--nb-body-font-family);
    --nb-clear-filters-padding-x: 0;
    --nb-clear-filters-padding-y: 0;
    --nb-clear-filters-icon-color: var(--nb-color-black);
}

.nb-clear-filters.nb-clear-filters-v1 {
    display: flex;
    align-items: center;
    color: var(--nb-clear-filters-color);
    font-size: var(--nb-clear-filters-font-size);
    line-height: var(--nb-clear-filters-line-height);
    font-weight: var(--nb-clear-filters-font-weight);
    font-family: var(--nb-clear-filters-font-family);
    cursor: pointer;
}

.nb-clear-filters.nb-clear-filters-v1 .nb-icon {
    color: var(--nb-clear-filters-icon-color);
    line-height: 1;
}

/*.nb-clear-filters.nb-clear-filters-v1 .nb-icon::before {*/
/*    vertical-align: middle;*/
/*}*/
/*
/* NB Fajl:'./_blocks/product/product-filter/product-filter-category-attribute/product-filter-category-attribute-vertical-1/product-filter-category-attribute-vertical-1.css.'
*/.nb-product-filter-category-attribute-vertical-1 .nb-accordion.nb-accordion-2 .nb-accordion-item:last-child {
    border-bottom: unset;
}

.nb-product-filter-category-attribute-vertical-1 .nb-accordion.nb-accordion-2 .nb-accordion-button {
    padding: 15px 0;
    font-weight: var(--nb-font-weight-600);
}

.nb-product-filter-category-attribute-vertical-1 .nb-accordion.nb-accordion-2 .nb-accordion-button .nb-toggle-icon {
    right: 0;
}

.nb-product-filter-category-attribute-vertical-1 .nb-accordion.nb-accordion-2 .nb-accordion-collapse .nb-accordion-body {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 15px;
}

.nb-product-filter-category-attribute-vertical-1 .nb-accordion.nb-accordion-2 .nb-accordion-button,
.nb-product-filter-category-attribute-vertical-1 .nb-accordion.nb-accordion-2 .nb-accordion-collapse .nb-accordion-body {
    background-color: unset;
}

.nb-product-filter-category-attribute-vertical-1:has(.nb-product-listing-filters-wrapper .nb-filter-btn-apply) .nb-product-filter-search-1 .nb-btn {
    display: none;
}

.nb-product-filter-category-attribute-vertical-1 .nb-filter-btn-apply {
    width: 100%;
}

.nb-product-filter-category-attribute-vertical-1 .nb-loader {
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: max-content;
    height: max-content;
}

.nb-product-filter-category-attribute-vertical-1 .nb-loader.nb-loader-product-listing .nb-img {
    top: unset;
}

.nb-product-filters-control-2,
.nb-product-filter-category-attribute-vertical-1 .nb-filter-close{
    display: none;
}

.nb-product-filter-category-attribute-vertical-1 .nb-mobile-title-wrapper .nb-title{
    display: none;
}

.nb-product-filter-category-attribute-vertical-1 .nb-product-listing-filters-wrapper .nb-accordion-item .nb-accordion-body .nb-product-filter-wrapper{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    flex-wrap: wrap;
}

.nb-product-filter-category-attribute-vertical-1 .nb-product-listing-filters-wrapper .nb-accordion-item .nb-accordion-body .nb-product-filter-wrapper:has(.nb-filter-checkbox-1) {
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.nb-product-filter-category-attribute-vertical-1 .nb-applied-filters-wrapper{

    padding-bottom: 0;
    border-bottom: 1px solid var(--nb-border-color);

    .nb-clear-filters{
        justify-content: flex-end;
        float: right;
        bottom: 10px;
        position: relative;
        .nb-icon{
            display: none;
        }
    }
}
.nb-product-filter-category-attribute-vertical-1 .count-of-products{
    display: none;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 500;
}

/* Ako je blok ucitan direktno unutar layout-a, nije ugnjezden u offcanvas */

@media screen and (max-width: 768px) {
    .layout > .nb-product-filter-category-attribute-vertical-1{
        position: fixed;
        inset: 0;
        background: var(--nb-color-white);
        z-index: 99999;
        padding: 20px 15px;
        display: none;
        overflow: auto;
    }
    .layout > .nb-product-filter-category-attribute-vertical-1.active{
        display: block;
        overflow: hidden;
    }
    .layout > .nb-product-filter-category-attribute-vertical-1 .nb-filter-close{
        display: block;
        position: absolute;
        right: 15px;
        top: 15px;
        font-size: 30px;
    }

    .nb-product-filter-category-attribute-vertical-1  .nb-product-listing-filters-wrapper {
        overflow-y: auto;
        max-height: calc(100vh - 100px);
        padding-right: 5px;
    }

    .layout > .nb-product-filter-category-attribute-vertical-1 {
        padding-right: 0;
    }

    /* Scroll width */
    .nb-product-filter-category-attribute-vertical-1 .nb-product-listing-filters-wrapper::-webkit-scrollbar {
        width: 5px;
    }

    /* Track */
    .nb-product-filter-category-attribute-vertical-1  .nb-product-listing-filters-wrapper::-webkit-scrollbar-track {
        background: transparent;
    }

    .nb-product-filter-category-attribute-vertical-1  .nb-product-listing-filters-wrapper::-webkit-scrollbar-thumb {
        background: var(--nb-color-blue);
    }

    /* Handle on hover */
    .nb-product-filter-category-attribute-vertical-1  .nb-product-listing-filters-wrapper::-webkit-scrollbar-thumb:hover {
        background: var(--nb-color-gray-300);
    }

    .nb-product-filters-control-2,
    .layout > .nb-product-filter-category-attribute-vertical-1 .nb-filter-close {
        display: block;
    }

    .layout > .nb-product-filter-category-attribute-vertical-1:has(.nb-mobile-title-wrapper .nb-title) {
        padding-top: 15px;
    }

    .layout > .nb-product-filter-category-attribute-vertical-1:has(.nb-mobile-title-wrapper .nb-title) .nb-filter-close {
        top: 10px;
    }

    .nb-product-filter-category-attribute-vertical-1 .nb-mobile-title-wrapper:has(.nb-title) {
        display: flex;
        justify-content: center;
        border-bottom: var(--nb-border-width) var(--nb-border-style) var(--nb-border-color);
        padding-bottom: 15px;
        margin: 0px 0px 15px;
        margin-left: -15px;
    }

    .nb-product-filter-category-attribute-vertical-1 .nb-mobile-title-wrapper .nb-title{
        display: block;
    }

}

/* Sticky filters */
@media screen and (min-width: 992px) {
    .layout:has(>.nb-product-filter-category-attribute-vertical-1.sticky-filters){
        height: fit-content;
        position: sticky;
        top: 100px;
        max-height: calc(100vh - 100px);
        overflow: auto;
    }
}
/*
/* NB Fajl:'./_blocks/attribute/attribute-value/attribute-value-description/attribute-value-description-1/attribute-value-description-1.css.'
*/:root {
    --nb-attribute-value-description-1-attribute-name-font-size: var(--nb-font-size-32);
    --nb-attribute-value-description-1-attribute-name-font-weight: var(--nb-font-bold);
    --nb-attribute-value-description-1-attribute-name-margin-bottom: 20px;
}

.nb-attribute-value-description-1 .nb-attribute-value-name {
    font-size: var(--nb-attribute-value-description-1-attribute-name-font-size);
    font-weight: var(--nb-attribute-value-description-1-attribute-name-font-weight);
    margin-bottom: var(--nb-attribute-value-description-1-attribute-name-margin-bottom);
}
/*
/* NB Fajl:'./components/complex/product/product-filters/product-count/number-of-displayed-products/number-of-displayed-products.css.'
*/:root {
    --nb-number-of-displayed-products-font-size: var(--nb-paragraph-xs);
    --nb-number-of-displayed-products-font-weight: var(--nb-paragraph-font-weight);
    --nb-number-of-displayed-products-color: var(--nb-text-color-primary);
}

.nb-number-of-displayed-products {
    font-size: var(--nb-number-of-displayed-products-font-size);
    font-weight: var(--nb-number-of-displayed-products-font-weight);
    color: var(--nb-number-of-displayed-products-color);
}
/*
/* NB Fajl:'./_blocks/product/product-filter/applied-product-filter/applied-product-filter-2/applied-product-filter-2.css.'
*/body.block-editing .nb-applied-product-filter-2 {
    min-height: 50px;
}
.nb-applied-product-filter-2 .nb-main-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nb-applied-product-filter-2 .nb-main-wrapper .nb-wrapper{
    display: flex;
    gap: 10px;
}
@media screen and (max-width: 576px) {
    .nb-applied-product-filter-2 .nb-main-wrapper {
        flex-direction: column;
        align-items: unset;
        gap: 10px;
    }

    .nb-applied-product-filter-2 .nb-main-wrapper .nb-wrapper {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: row-reverse;
    }
}
/*
/* NB Fajl:'./components/complex/product/product-load-more/product-load-more-2/product-load-more-2.css.'
*/:root {
    --nb-product-load-more-2-btn-min-width: 380px;
    --nb-product-load-more-2-info-font-size: var(--nb-font-size-14);
    --nb-product-load-more-2-info-font-weight: var(--nb-font-regular);
    --nb-product-load-more-2-info-color: var(--nb-text-color-primary);
    --nb-product-load-more-2-numbers-font-weight: var(--nb-font-semibold);
}

.nb-product-load-more-2 {
    text-align: center;
    margin: 20px 0;
}
.nb-product-load-more-2:last-child{
    margin-bottom: 0;
}

.nb-product-load-more-2 .nb-product-list-current-nubmer,
.nb-product-load-more-2 .nb-product-list-max-nubmer {
    margin: 0 2px;
    font-size: var(--nb-product-load-more-2-info-font-size);
    font-weight: var(--nb-product-load-more-2-numbers-font-weight);
    color: var(--nb-product-load-more-2-info-color);
}

.nb-product-load-more-2 .nb-product-load-more-2-info {
    margin-bottom: 15px;
    font-size: var(--nb-product-load-more-2-info-font-size);
    font-weight: var(--nb-product-load-more-2-info-font-weight);
    color: var(--nb-product-load-more-2-info-color);
}

.nb-product-load-more-2 .nb-btn{
    min-width: var(--nb-product-load-more-2-btn-min-width);
}

.nb-product-load-more-2 .nb-btn .nb-load-more-loader{
    position: absolute;
    height: 20px;
    width: 20px;
    margin-left: 10px;
    display: none;
}

.nb-product-load-more-2 .nb-btn.active .nb-load-more-loader{
    display: inline-block;
}

@media screen and (max-width: 576px) {
    .nb-product-load-more-2 .nb-btn{
        min-width: unset;
        width: 100%;
    }
}
/*
/* NB Fajl:'./components/complex/product/product-list/product-list-grid-1/product-list-grid-1.css.'
*/.nb-products-list-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--nb-gutter-x);
    grid-auto-flow: dense;
    /*grid-auto-rows: 1fr;*/
}
.nb-products-list-grid > *{
    min-width: 0;
    word-break: break-word; /* ili break-all ako baš mora */
    overflow: hidden;
}
.nb-products-list-grid .nb-carousel-wrapper {
    display: grid;
    gap: var(--nb-gutter-x);
    grid-column: auto / span 2;
    grid-auto-flow: dense;
    grid-template-columns: repeat(1, 1fr);
}

/* ✅ Slick specific styles */
.nb-products-list-grid .nb-carousel-wrapper.slick-slider {
    margin: 0 calc(-1 * var(--nb-gutter-x) / 2);
}

.nb-products-list-grid .nb-carousel-wrapper.slick-slider .slick-slide {
    margin: 0 calc(var(--nb-gutter-x) / 2);
}

.nb-products-list-grid .nb-carousel-wrapper .slick-dots{
    width: 100%;
    justify-content: flex-start;
}

/* Indicators style */
.nb-products-list-grid .nb-carousel-wrapper .slick-dots{
    margin-top: 0;
}
.nb-products-list-grid .nb-carousel-wrapper .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);
}
.nb-products-list-grid .nb-carousel-wrapper .slick-dots > li.slick-active{
    background: var(--nb-indicators-inline-active-bg);
}
.nb-products-list-grid .nb-carousel-wrapper .slick-dots > li + li{
    margin-left: 0;
}
.nb-products-list-grid .nb-carousel-wrapper .slick-dots > li:before {
    background-color: transparent;
}

/* Grid versions */

/* Version 1 */
@media (min-width: 1200px) {
    .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-products-list-grid.nb-grid-ver-1 .nb-carousel-wrapper {
        grid-column: auto / span 4;
    }
}
/* Version 2 */
@media (min-width: 992px) {
    .nb-products-list-grid.nb-grid-ver-2 {
        grid-template-columns: repeat(3, 1fr);
    }
    .nb-products-list-grid.nb-grid-ver-2 .nb-carousel-wrapper {
        grid-column: auto / span 3;
    }
}
@media (min-width: 1200px) {
    .nb-products-list-grid.nb-grid-ver-2,
    .nb-products-list-grid.nb-grid-ver-2 .nb-carousel-wrapper {
        grid-template-columns: repeat(4, 1fr);
    }
    .nb-products-list-grid.nb-grid-ver-2 .nb-carousel-wrapper {
        grid-column: auto / span 4;
    }
}
/* Version 3 */
@media (min-width: 768px) {
    .nb-products-list-grid.nb-grid-ver-3 {
        grid-template-columns: repeat(3, 1fr);
    }
    .nb-products-list-grid.nb-grid-ver-3 .nb-carousel-wrapper {
        grid-column: auto / span 3;
    }
}
@media (min-width: 992px) {
    .nb-products-list-grid.nb-grid-ver-3 {
        grid-template-columns: repeat(4, 1fr);
    }
    .nb-products-list-grid.nb-grid-ver-3 .nb-carousel-wrapper {
        grid-column: auto / span 4;
    }
}
@media (min-width: 1700px) {
    .nb-products-list-grid.nb-grid-ver-3,
    .nb-products-list-grid.nb-grid-ver-3 .nb-carousel-wrapper {
        grid-template-columns: repeat(6, 1fr);
    }
    .nb-products-list-grid.nb-grid-ver-3 .nb-carousel-wrapper {
        grid-column: auto / span 6;
    }
}
/* Version 4 */
@media (min-width: 1200px) {
    .nb-products-list-grid.nb-grid-ver-4,
    .nb-products-list-grid.nb-grid-ver-4 .nb-carousel-wrapper {
        grid-template-columns: repeat(3, 1fr);
    }
    .nb-products-list-grid.nb-grid-ver-4 .nb-carousel-wrapper {
        grid-column: auto / span 3;
    }
}
/* Version 5 */
@media (min-width: 576px) {
    .nb-products-list-grid.nb-grid-ver-5,
    .nb-products-list-grid.nb-grid-ver-5 .nb-carousel-wrapper {
        grid-template-columns: repeat(3, 1fr);
    }
    .nb-products-list-grid.nb-grid-ver-5 .nb-carousel-wrapper {
        grid-column: auto / span 3;
    }
}
/* Version 6 */
@media (min-width: 991px) {
    .nb-products-list-grid.nb-grid-ver-6,
    .nb-products-list-grid.nb-grid-ver-6 .nb-carousel-wrapper {
        grid-template-columns: repeat(3, 1fr);
    }
    .nb-products-list-grid.nb-grid-ver-6 .nb-carousel-wrapper {
        grid-column: auto / span 3;
    }
}
@media (min-width: 1200px) {
    .nb-products-list-grid.nb-grid-ver-6,
    .nb-products-list-grid.nb-grid-ver-6 .nb-carousel-wrapper {
        grid-template-columns: repeat(4, 1fr);
    }
    .nb-products-list-grid.nb-grid-ver-6 .nb-carousel-wrapper {
        grid-column: auto / span 4;
    }
}
@media (min-width: 1440px) {
    .nb-products-list-grid.nb-grid-ver-6,
    .nb-products-list-grid.nb-grid-ver-6 .nb-carousel-wrapper {
        grid-template-columns: repeat(5, 1fr);
    }
    .nb-products-list-grid.nb-grid-ver-6 .nb-carousel-wrapper {
        grid-column: auto / span 5;
    }
}
/* Version 7 */
.nb-products-list-grid.nb-grid-ver-7{
    grid-template-columns: repeat(3, 1fr);
}
@media (min-width: 768px) {
    .nb-products-list-grid.nb-grid-ver-7,
    .nb-products-list-grid.nb-grid-ver-7 .nb-carousel-wrapper {
        grid-template-columns: repeat(4, 1fr);
    }
    .nb-products-list-grid.nb-grid-ver-7 .nb-carousel-wrapper {
        grid-column: auto / span 4;
    }
}
@media (min-width: 1200px) {
    .nb-products-list-grid.nb-grid-ver-7,
    .nb-products-list-grid.nb-grid-ver-7 .nb-carousel-wrapper {
        grid-template-columns: repeat(6, 1fr);
    }
    .nb-products-list-grid.nb-grid-ver-7 .nb-carousel-wrapper {
        grid-column: auto / span 6;
    }
}
/* Version 8 */
.nb-products-list-grid.nb-grid-ver-8{
    grid-template-columns: repeat(1, 1fr);
}
@media screen and (min-width: 576px){
    .nb-products-list-grid.nb-grid-ver-8, .nb-products-list-grid .nb-carousel-wrapper{
        grid-template-columns: repeat(2, 1fr);
    }
    .nb-products-list-grid.nb-grid-ver-8 .nb-carousel-wrapper {
        grid-column: auto / span 2;
    }
}

/* *** */

@media (max-width: 576px) {
    .nb-products-list-grid {
        gap: calc(var(--nb-gutter-x) / 2);
    }
}

/*
/* NB Fajl:'./components/core/stickers/sticker-1/sticker-1.css.'
*/:root {
    --nb-sticker-1-padding-x: 10px;
    --nb-sticker-1-padding-y: 7px;

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

    --nb-sticker-1-bg: transparent;

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nb-product-brand-1:hover {
    color: var(--nb-product-brand-1-hover-color);
}
/*
/* NB Fajl:'./components/complex/size/selected-size/selected-size-1/selected-size-1.css.'
*/:root {
    --nb-selected-size-1-font-size: var(--nb-h6-font-size);
    --nb-selected-size-1-font-weight: var(--nb-h6-font-weight);
    --nb-selected-size-1-color: var(--nb-text-color-primary);
}

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

.nb-selected-size-1 > .custom-text{
    display: inline-block;
}
/*
/* NB Fajl:'./components/complex/product/product-size/product-size-info-1/product-size-info-1.css.'
*/.nb-product-size-info-1 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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


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

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

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

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

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

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

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

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

.nb-product-bubble-3 .nb-product-size-picker-wrapper {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 20px;
}
/*
/* NB Fajl:'./components/complex/product/product-button-with-bubble/product-button-with-bubble-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-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-card/product-card-24/product-card-24.css.'
*/.nb-product-card-24 {
    padding: 5px 0;
}

.nb-product-card-24 .nb-product-card {
    box-shadow: 1px 2px 8px 0px #00000014;
}

.nb-product-card-24 .nb-product-content-position-1 .nb-favorite {
    width: 30px;
    height: 30px;
}


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

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

.nb-product-card-24 .nb-btn.nb-add-to-cart {
    max-width: 40px;
    max-height: 40px;
    height: 40px;
    width: 40px;
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.nb-product-card-24 .nb-product-card a {
    color: var(--nb-color-gray);
    font-size: var(--nb-font-size-14);
}

.nb-product-card-24 .nb-product-prices-1 {
    margin-top: 36px !important;
}

.nb-product-card-24:has(.nb-product-author-component) .nb-product-prices-1 {
    margin-top: var(--nb-product-card-spacer-y) !important;
}

.nb-product-listing-grid-view .nb-product-card-24 {
    padding: 0;
    box-shadow: 1px 2px 8px 0px #00000014;
}

.nb-product-card-24 .nb-product-name .nb-title {
    font-size: var(--nb-font-size-14);
    text-transform: uppercase;
    font-weight: var(--nb-font-semibold);
}

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

.nb-product-card-24 .nb-btn.nb-add-to-cart .nb-icon:before {
    font-size: 20px;
}

.nb-product-card-24 .nb-card.nb-product-card .card-body.nb-card-body.nb-product-card-body{
    padding: 10px;
}

.nb-product-card-24 .nb-product-card a {
    color: var(--nb-color-gray);
}

.nb-product-card-24 .nb-product-card .author-name  {
    font-size: var(--nb-font-size-s);
    color: var(--nb-color-black);
}

.nb-product-card-24 .nb-product-name {
    height: 35px;
    margin-top: 26px;
    overflow: hidden;
}

.nb-product-card-24:has(.nb-product-brand-1) .nb-product-name {
    margin-top: 0;
}

.nb-product-card-24 .nb-price.nb-price-active {
    font-weight: var(--nb-font-bold);
    font-size: var(--nb-btn-font-size-l);
}

.nb-product-card-24 .nb-price.nb-price-prev {
    font-size: 14px
}

.nb-product-card-24 .nb-product-prices-1  {
    height: 70px;
}

.nb-product-card-24 .nb-btn.nb-add-to-cart.addingItem .nb-icon {
    display: none;
}

.nb-product-card-24 .nb-btn.nb-add-to-cart.addingItem .nb-add-to-cart-loader {
    display: flex;
}

.nb-product-card-24 .nb-btn.nb-add-to-cart.addingItem .nb-dot,
.nb-product-card-24 .nb-btn.nb-add-to-cart.addingItem .nb-dot-2,
.nb-product-card-24 .nb-btn.nb-add-to-cart.addingItem .nb-dot-4 {
    font-size: 10px;
}

.nb-product-listing-grid-view .nb-product-card-24 {
    padding: 0;
}

@media (max-width: 576px) {

    .nb-product-card-24 .nb-price.nb-price-prev,
    .nb-product-card-24 .nb-product-card a,
    .nb-product-card-24 .nb-product-name,
    .nb-product-card-24 .nb-product-name .nb-title {
        font-size: var(--nb-font-size-s);
    }


    .nb-product-card-24 .nb-price.nb-price-active {
        font-size: var(--nb-font-size-14);
    }

    .nb-product-card-24 .nb-card.nb-product-card .card-body.nb-card-body.nb-product-card-body {
        padding: 5px;
    }

}
/*
/* NB Fajl:'./components/complex/elements/pagination/pagination/pagination.css.'
*/.nb-pagination.pagination {
    justify-content: center;
    padding: 0;

    --bs-pagination-border-radius: var(--nb-pagination-border-radius);
}

.nb-pagination .nb-page-item .nb-page-link {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--nb-pagination-border-radius);
    width: var(--nb-pagination-width);
    height: var(--nb-pagination-height);
    font-size: var(--nb-pagination-font-size);
    border: var(--nb-border-width) var(--nb-border-style) var(--nb-pagination-bg);
}

.nb-pagination .nb-page-item{
    margin-right: calc(var(--nb-spacer-x)/2);
}

.nb-pagination .nb-link {
    margin-right: calc(var(--nb-spacer-x)/2);
}

.nb-pagination .nb-page-item:last-child{
    margin-right: 0;
}

/*.nb-pagination .nb-page-item.nb-prev{*/
/*    margin-right: calc(var(--nb-spacer-x)/2);*/
/*}*/

.nb-pagination .nb-page-item .nb-page-link {
    background: var(--nb-pagination-bg);
}

.nb-pagination .nb-page-item .nb-page-link {
    color: var(--nb-pagination-color);
    cursor: pointer;
}

.nb-pagination .nb-page-item.active .nb-page-link {
    color: var(--nb-pagination-active-color);
    background-color: var(--nb-pagination-active-bg);
    border-color: var(--nb-pagination-active-border-color);
}

.nb-pagination .nb-page-item:hover .nb-page-link,
.nb-pagination .nb-page-item:focus .nb-page-link {
    color: var(--nb-pagination-hover-color);
    border-color: var(--nb-spec-color);
    background-color: var(--nb-pagination-hover-bg);
}

.nb-pagination .nb-page-item.active:hover .nb-page-link {
    color: var(--nb-pagination-active-color);
    background-color: var(--nb-pagination-active-bg);
}

.nb-pagination .nb-page-item .nb-page-link .nb-icon {
    font-size: var(--nb-font-size-14);
}

@media screen and (max-width: 576px) {
    .nb-pagination .nb-link:has(.nb-page-item.hidden-xs) {
        margin-right: 0;
    }
}
/*
/* 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:hover {
    color: var(--nb-color-white);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .nb-cookie-consent-1 .container .nb-cookie-wrapper .nb-cookie-info-wrapper-top .nb-cookie-info-wrapper .nb-controls-wrapper .nb-cookie-btn-wrapper-agree-and-learn .nb-btn {
        flex: 1;
    }
}
/*
/* NB Fajl:'./components/complex/elements/scroll-to-top/scroll-to-top.css.'
*/:root{
    --nb-scroll-to-top-right-position: 30px;
    --nb-scroll-to-top-left-position: unset;
    --nb-scroll-to-top-bottom-position: 10%;
    --nb-scroll-to-top-top-position: unset;
    --nb-scroll-to-top-border-width: var(--nb-border-width);
    --nb-scroll-to-top-border-color: transparent;
    --nb-scroll-to-top-border-radius: 50%;
    --nb-scroll-to-top-bg-color: unset;
    --nb-scroll-to-top-opacity: 1;
    --nb-scroll-to-top-color: var(--nb-color-white);
    --nb-scroll-to-top-width: 50px;
    --nb-scroll-to-top-height: 50px;
}

body.block-editing .nb-scroll-to-top .nb-link{
    display: none;
}
body:not(.block-editing) .nb-scroll-to-top .nb-link{
    position: fixed;
    right: var(--nb-scroll-to-top-right-position);
    bottom: var(--nb-scroll-to-top-bottom-position);
    left: var(--nb-scroll-to-top-left-position);
    top: var(--nb-scroll-to-top-top-position);
    border: var(--nb-scroll-to-top-border-width) var(--nb-border-style) var(--nb-scroll-to-top-border-color);
    border-radius: var(--nb-scroll-to-top-border-radius);
    background: var(--nb-scroll-to-top-bg-color);
    width: var(--nb-scroll-to-top-width);
    height: var(--nb-scroll-to-top-height);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--nb-scroll-to-top-color);
    z-index: 9999;
    opacity: var(--nb-scroll-to-top-opacity);
}
/*
/* NB Fajl:'./components/complex/footer/footer-logo/footer-logo.css.'
*/.nb-footer-logo {
    margin-bottom: 20px;
}
/*
/* NB Fajl:'./components/complex/footer/footer-trustmark/footer-trustmark.css.'
*/.nb-footer-trustmark {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: start;
    gap: 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-name-font-size: var(--nb-font-size-13);
    --nb-cart-reserve-box-2-cart-item-name-font-weight: var(--nb-font-regular);
    --nb-cart-reserve-box-2-cart-item-name-color: var(--nb-text-color-primary);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*
/* NB Fajl:'./components/complex/cart/cart-price/cart-price-courier/cart-price-courier.css.'
*/:root{
    --nb-cart-courier-price-color: var(--nb-text-color-primary);
    
    --nb-cart-courier-price-font-size: var(--nb-paragraph-s);
    --nb-cart-courier-price-line-height: var(--nb-body-line-height);
    --nb-cart-courier-price-font-weight: var(--nb-font-regular);

}

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


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

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

}

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


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

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

}

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


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

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

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

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

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

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

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

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

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

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

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

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

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

.nb-btn.nb-btn-reservation-pricing-quick-basket.addingItem .nb-dot-4 {
    animation-delay: 1s;
}
@keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 0; }
    100% { opacity: 1; }
}
/*
/* NB Fajl:'./components/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-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/core/size/size-type-link-1/size-type-link-1.css.'
*/:root {
    --nb-size-type-link-1-font-size: var(--nb-paragraph-m);
    --nb-size-type-link-1-color: var(--nb-text-color-secondary);
    --nb-size-type-link-1-active-color: var(--nb-text-color-primary);
}

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

.nb-size-type-link-1.active {
    color: var(--nb-size-type-link-1-active-color);
    text-decoration: underline;
    text-underline-offset: 5px;
}
/*
/* NB Fajl:'./components/complex/product/product-size-list/product-size-list-1/product-size-list-1.css.'
*/:root {
    --nb-product-size-list-1-border-width: var(--nb-border-width);
    --nb-product-size-list-1-border-color: var(--nb-border-color);
    --nb-product-size-list-1-border-active-color: var(--nb-spec-color);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .nb-product-size-list-1 .nb-size-with-popover {
        flex: 0 0 25%;
    }
}
/*
/* NB Fajl:'./components/complex/product/product-determine-size/product-determine-size-1/product-determine-size-1.css.'
*/:root{
    --nb-product-determine-size-1-color: var(--nb-text-link-2-secondary-color);
    --nb-product-determine-size-1-hover-color: var(--nb-text-link-2-secondary-hover-color);
    --nb-product-determine-size-1-font-size: var(--nb-link-xs);
}

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

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

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

.nb-product-size-availability-indicator.green{
    color: var(--nb-product-size-availability-indicator-on-stock-color);
}
.nb-product-size-availability-indicator.yellow{
    color: var(--nb-product-size-availability-indicator-low-stock-color);
}
.nb-product-size-availability-indicator.red{
    color: var(--nb-product-size-availability-indicator-very-low-stock-color);
}
/*
/* NB Fajl:'./components/complex/size/size-picker/tab-size-picker/tab-size-picker-1/tab-size-picker-1.css.'
*/.nb-tab-size-picker-1 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    --nb-mini-cart-content-reservation-2-content-padding-x: 20px;
    --nb-mini-cart-content-reservation-2-content-padding-y: 10px;
}

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

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

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

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

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

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

@media screen and (max-width: 576px) {
    :root {
        --nb-mini-cart-content-reservation-2-footer-padding-x: 10px;
        --nb-mini-cart-content-reservation-2-content-padding-x: 10px;
    }
}
/*
/* NB Fajl:'./components/complex/cart/cart-price/cart-price-total/cart-price-total-1/cart-price-total-1.css.'
*/:root {
    --nb-price-cart-total-1-font-size: var(--nb-price-cart-total-1-font-size-m);
    --nb-price-cart-total-1-font-size-xs: var(--nb-paragraph-xs);
    --nb-price-cart-total-1-font-size-s: var(--nb-paragraph-s);
    --nb-price-cart-total-1-font-size-m: var(--nb-paragraph-m);
    --nb-price-cart-total-1-font-size-l: var(--nb-paragraph-l);

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

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

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

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

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

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

.nb-price-cart-total-1.nb-price-cart-total-1-l {
    font-size: var(--nb-price-cart-total-1-font-size-l);
    line-height: var(--nb-price-cart-total-1-line-height-l);
}
/*
/* NB Fajl:'./components/complex/cart/cart-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/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-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;
}

.nb-cart-box-9 .nb-product-info-wrapper .nb-cart-item-name {
    padding-right: 25px;
}
/*
/* 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/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/core/messaging/NBAlert2/NBAlert2.css.'
*/.nb-alert-2 {
    padding: 30px 20px;
    background-color: var(--nb-alert-2-bg);
    color: var(--nb-alert-2-color);
    position: relative;
}

.nb-alert-2 .nb-icon {
    font-size: 32px;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%) translateY(-50%);
}

.nb-alert-2 .nb-icon:before {
    background-color: var(--nb-color-white);
    border-radius: var(--nb-border-radius-full);
}

.nb-alert-2 .nb-alert-2-content {
    font-size: var(--nb-alert-2-font-size);
    line-height: var(--nb-alert-2-line-height);
    font-weight: var(--nb-alert-2-font-weight);
    text-align: center;
}

.nb-alert-2.nb-alert-2-success,
.nb-alert-2.nb-alert-success {
    border: var(--nb-alert-2-success-border-width) var(--nb-border-style) var(--nb-alert-2-success-border-color);
}

.nb-alert-2.nb-alert-2-success .nb-icon,
.nb-alert-2.nb-alert-success .nb-icon {
    color: var(--nb-color-success);
}

.nb-alert-2.nb-alert-2-danger,
.nb-alert-2.nb-alert-danger {
    border: var(--nb-alert-2-danger-border-width) var(--nb-border-style) var(--nb-alert-2-danger-border-color);
}

.nb-alert-2.nb-alert-2-danger .nb-icon,
.nb-alert-2.nb-alert-danger .nb-icon {
    color: var(--nb-color-danger);
}

.nb-alert-2.nb-alert-2-info,
.nb-alert-2.nb-alert-info {
    border: var(--nb-alert-2-info-border-width) var(--nb-border-style) var(--nb-alert-2-info-border-color);
}

.nb-alert-2.nb-alert-2-info .nb-icon,
.nb-alert-2.nb-alert-info .nb-icon {
    color: var(--nb-color-info-dark);
}
/*
/* NB Fajl:'./components/complex/form/social-login/social-login.css.'
*/:root {
    --nb-social-login-btn-color: var(--nb-color-dark);
    --nb-social-login-btn-bg: transparent;
    --nb-social-login-btn-border-color: var(--nb-btn-dark-border-color);

    --nb-social-login-btn-active-color: var(--nb-color-dark);
    --nb-social-login-btn-active-bg: transparent;
    --nb-social-login-btn-active-border-color: var(--nb-btn-dark-border-color);
}

.nb-social-login {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-bottom: 28px;
    border-bottom: var(--nb-login-form-2-border-width) var(--nb-border-style) var(--nb-login-form-2-border-color);
    gap: 10px;
}

.nb-social-login .nb-btn {
    display: flex;
    align-items: center;
    min-width: unset;
    font-size: 13px;
    line-height: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: var(--nb-social-login-btn-bg);
    color: var(--nb-social-login-btn-color);
    border-color: var(--nb-social-login-btn-border-color)
}

.nb-social-login .nb-btn:hover {
    background: var(--nb-social-login-btn-active-bg);
    color: var(--nb-social-login-btn-active-color);
    border-color: var(--nb-social-login-btn-active-border-color)
}

.nb-social-login .nb-btn .nb-icon{
    margin-right: 10px;
}

.nb-social-login > * {
    flex: 1;
    justify-content: center;
}
/*
/* NB Fajl:'./components/complex/forms/login-forms/login-form-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:'./components/complex/form/password/NBShowHidePassword/NBShowHidePassword.css.'
*/.nb-show-hide-password{
    position: absolute;
    right: 10px;
    bottom: 8px;
    cursor: pointer;
    display: none;

    > .nb-icon{
        font-size: 20px;
    }

    .nb-visible-password{
        display: none;
    }

    &.visible-password{
        .nb-visible-password{
            display: block;
        }

        .nb-hidden-password{
            display: none;
        }
    }
}
/*
/* NB Fajl:'./_blocks/user/account/login/login-modal-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/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-1/register-form-1.css.'
*/.nb-register-form-1 .nb-btn-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.nb-register-form-1 .nb-login-link {
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: center;
    align-items: center;
}

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

.tempus-dominus-widget{
    z-index: 100000;
}

.nb-register-form-1 .nb-genders-wrapper{
    display: flex;
    flex-direction: row;
    gap: 50px;
    position: relative;
    margin-left: 10px;
}

.nb-register-form-1 .nb-genders-wrapper .nb-form-radio-button{
    margin-bottom: 0;
}
.nb-register-form-1 .nb-form-check p{
    margin-bottom: 0;
}
.nb-register-form-1 .custom-text{
    margin-bottom: 10px;
}
.nb-register-form-1 .nb-form-check ~ .parsley-errors-list.filled{
    margin-top: -10px;
}
.nb-register-form-1 .col-12:has(.nb-form-check){
    position: relative;
}
/*
/* 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-modal-1/registration-modal-1.css.'
*/:root{
    --nb-register-modal-description-max-width: 350px;
}

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

.nb-registration-modal-1 .nb-modal-body {
    padding: 32px;
}

.nb-registration-modal-1 .nb-description {
    text-align: center;
    margin-bottom: var(--nb-spacer-y);
    max-width: var(--nb-register-modal-description-max-width);
    margin-left: auto;
    margin-right: auto;
}

/*
/* 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:'./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:'./components/complex/user/mandatory-login/mandatory-login-1/mandatory-login-1.css.'
*/:root {
    --nb-mandatory-login-1-title-font-size: var(--nb-font-size-14);
    --nb-mandatory-login-1-title-font-weight: var(--nb-font-weight-600);
    --nb-mandatory-login-1-title-color: var(--nb-text-color-primary);

    --nb-mandatory-login-1-subtitle-font-size: var(--nb-font-size-14);
    --nb-mandatory-login-1-subtitle-font-weight: var(--nb-body-font-weight);
    --nb-mandatory-login-1-subtitle-color: var(--nb-text-color-primary);
}

.nb-mandatory-login-1 {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: center;
}

.nb-mandatory-login-1 .nb-text-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.nb-mandatory-login-1 .nb-mandatory-login-title {
    text-align: center;
    font-size: var(--nb-mandatory-login-1-title-font-size);
    font-weight: var(--nb-mandatory-login-1-title-font-weight);
    color: var(--nb-mandatory-login-1-title-color);
}

.nb-mandatory-login-1 .nb-mandatory-login-subtitle {
    font-size: var(--nb-mandatory-login-1-subtitle-font-size);
    font-weight: var(--nb-mandatory-login-1-subtitle-font-weight);
    color: var(--nb-mandatory-login-1-subtitle-color);
}

.nb-mandatory-login-1 .nb-btn {
    min-width: 100%;
}
/*
/* NB Fajl:'./components/complex/user/mandatory-login/mandatory-register-1/mandatory-register-1.css.'
*/:root {
    --nb-mandatory-register-1-title-font-size: var(--nb-font-size-14);
    --nb-mandatory-register-1-title-font-weight: var(--nb-font-weight-600);
    --nb-mandatory-register-1-title-color: var(--nb-text-color-primary);

    --nb-mandatory-register-1-subtitle-font-size: var(--nb-font-size-14);
    --nb-mandatory-register-1-subtitle-font-weight: var(--nb-body-font-weight);
    --nb-mandatory-register-1-subtitle-color: var(--nb-text-color-primary);
}

.nb-mandatory-register-1 {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: center;
}

.nb-mandatory-register-1 .nb-text-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.nb-mandatory-register-1 .nb-mandatory-register-title {
    text-align: center;
    font-size: var(--nb-mandatory-register-1-title-font-size);
    font-weight: var(--nb-mandatory-register-1-title-font-weight);
    color: var(--nb-mandatory-register-1-title-color);
}

.nb-mandatory-register-1 .nb-mandatory-register-subtitle {
    font-size: var(--nb-mandatory-register-1-subtitle-font-size);
    font-weight: var(--nb-mandatory-register-1-subtitle-font-weight);
    color: var(--nb-mandatory-register-1-subtitle-color);
}

.nb-mandatory-register-1 .nb-btn {
    min-width: 100%;
}
/*
/* NB Fajl:'./components/complex/user/mandatory-login/mandatory-login-case-1/mandatory-login-case-1.css.'
*/:root {
    --nb-mandatory-login-case-1-width: 200px;
    --nb-mandatory-login-case-1-description-bg: var(--nb-color-gray-100);
    --nb-mandatory-login-case-1-description-font-size: var(--nb-font-size-14);
    --nb-mandatory-login-case-1-description-font-weight: var(--nb-body-font-weight);
    --nb-mandatory-login-case-1-description-color: var(--nb-text-color-primary);
}

.nb-mandatory-login-case-1 {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
    justify-content: center;
}

.nb-mandatory-login-case-1 .nb-img-wrapper {
    max-width: var(--nb-mandatory-login-case-1-width);
}

.nb-mandatory-login-case-1 .nb-mandatory-login-case-description {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px;
    background-color: var(--nb-mandatory-login-case-1-description-bg);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: var(--nb-rows);
    -webkit-box-orient: vertical;
    font-size: var(--nb-mandatory-login-case-1-description-font-size);
    font-weight: var(--nb-mandatory-login-case-1-description-font-weight);
    color: var(--nb-mandatory-login-case-1-description-color);
}
/*
/* NB Fajl:'./components/complex/user/mandatory-login/mandatory-login-modal-1/mandatory-login-modal-1.css.'
*/.nb-mandatory-login-modal-1 .nb-modal-body {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
/*
/* NB Fajl:'./_blocks/header-and-footer/footer/ecommerce-footer/ecommerce-footer-15/ecommerce-footer-15.css.'
*/:root {
    --nb-ecommerce-footer-15-footer-wrapper-bg: #343A40;
    --nb-footer-newsletter-1-input-bg: var(--nb-color-white);
    --nb-footer-newsletter-viber-1-input-bg: var(--nb-color-white);
    --nb-footer-newsletter-1-input-label-color: var(--nb-color-gray-700);
    --nb-footer-newsletter-viber-1-input-label-color: var(--nb-color-gray-700);
    --nb-ecommerce-footer-15-company-link-value-font-weight: var(--nb-font-weight-400);
    --nb-footer-copyright-color:var(--nb-color-gray-900);
    --nb-footer-disclaimer-color:var(--nb-color-gray-900);
}

.nb-ecommerce-footer-15 .nb-top-footer-wrapper {
    background-color: var(--nb-ecommerce-footer-15-footer-wrapper-bg);
    padding: 50px 0 20px;
    background-size: contain;
}

.nb-ecommerce-footer-15 .nb-footer-payment-cards {
    background-color: var(--nb-color-white);
    margin-bottom: 0;
    padding: 10px 0;
}

.nb-ecommerce-footer-15 .nb-footer-disclaimer {
    max-width: 1000px;
}

.nb-ecommerce-footer-15 .nb-bottom-footer-inner-wrapper {
    background-color: var(--nb-color-white);
    padding: 15px 0;
}

.nb-ecommerce-footer-15 .nb-footer-copyright .nb-link {
    color: var(--nb-footer-disclaimer-color);
}

.nb-ecommerce-footer-15 .nb-footer-copyright {
    border-top: unset;
    margin-top: 5px;
    padding-top: 0;
    padding-bottom: 0;
}

.nb-ecommerce-footer-15 .nb-footer-copyright .copyright-developer .nb-link {
    font-weight: var(--nb-font-weight-600);
}

.nb-ecommerce-footer-15 .nb-footer-newsletter-viber-1,
.nb-ecommerce-footer-15 .nb-footer-newsletter-1 {
    flex-direction: column;
    padding: 0;
    margin-bottom: 20px;
}

.nb-ecommerce-footer-15 .nb-footer-newsletter-viber-1 .nb-submit-newsletter-wrapper .nb-btn,
.nb-ecommerce-footer-15 .nb-footer-newsletter-1 .nb-submit-newsletter-wrapper .nb-btn {
    width: 125px;
    height: calc(var(--nb-input-height) + 1px);
    right: -4px;
    border-top-left-radius: var(--nb-border-radius-0);
    border-bottom-left-radius: var(--nb-border-radius-0);
    transform: translateY(-50%);
    background-color: var(--nb-spec-color);
    border-color: var(--nb-spec-color);
}

.nb-ecommerce-footer-15 .nb-footer-mobile-collapse .nb-collapse-button:before {
    display: none;
}

.nb-ecommerce-footer-15 .nb-info-box-8-wrapper .custom-text {
    display: flex;
    align-items: center;
    gap: 5px;
}

.nb-ecommerce-footer-15 .nb-info-box-8-wrapper .custom-text p {
    font-weight: var(--nb-ecommerce-footer-15-company-link-value-font-weight);
}

.nb-ecommerce-footer-15 .nb-footer-payment-cards .nb-img {
    height: 25px;
}

.nb-ecommerce-footer-15  .nb-footer-social-networks {
    margin-bottom: 20px;
}

.nb-footer-newsletter-viber-1 .nb-submit-newsletter-wrapper .nb-input,
.nb-footer-newsletter-1 .nb-submit-newsletter-wrapper .nb-input {
    border-radius: var(--nb-border-radius-s);
}


.nb-ecommerce-footer-15 .nb-footer-links .nb-title .nb-img {
    margin-right: 10px;
}

.nb-ecommerce-footer-15 .nb-footer-social-networks .nb-footer-social-networks-title,
.nb-ecommerce-footer-15 .nb-footer-newsletter-viber-1 .nb-newsletter-title,
.nb-ecommerce-footer-15 .nb-footer-newsletter-1 .nb-newsletter-title,
.nb-ecommerce-footer-15 .nb-footer-mobile-collapse .nb-title {
    font-weight: var(--nb-font-semibold);
    font-size: var(--nb-btn-font-size-l);
}

.nb-ecommerce-footer-15 .company-info-footer .nb-title {
    display: none;
}

.nb-ecommerce-footer-15 .nb-newsletter-form-popup-4 .nb-newsletter-title {
    text-transform: none;
}

.nb-ecommerce-footer-15 .nb-newsletter-form-popup-4 .nb-bottom-wrapper .nb-btn {
   height: 45px;
}

.nb-ecommerce-footer-15 .nb-newsletter-form-popup-4 .nb-newsletter-title {
   font-size: 26px;
}

.nb-ecommerce-footer-15 .nb-top-footer-slider-wrapper {
    padding: 20px 0;
    background: var(--nb-color-gray-100);
}

.nb-ecommerce-footer-15 .nb-top-footer-slider-wrapper .container{
    display: flex;
    justify-content: space-between;
}

.mauticform-recaptcha {
    margin-top: 20px;
}

.mauticform-label {
    color: transparent;
    font-size: 14px;
}

.mauticform-errormsg {
    color: var(--nb-color-red);
    font-size: var(--nb-font-size-s);
}

.mauticform_wrapper .nb-form-group:not(:last-child) {
    margin: 0;
}

.mauticform-button-wrapper {
    margin-top: 20px;
}

#mauticform_wrapper_newsletterforma > .title:has(h3) {
    display: flex;
    gap: 10px;
    align-items: center;
    color: var(--nb-color-white);
}

@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-15 .nb-footer-newsletter-viber-1 .nb-submit-newsletter-wrapper .nb-input,
    .nb-ecommerce-footer-15 .nb-footer-newsletter-1 .nb-submit-newsletter-wrapper .nb-input {
        min-width: 100%;
    }
}

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

    .nb-ecommerce-footer-15 .company-info-footer {
        margin-top: 10px;
    }

    #mauticform_input_newsletterforma_submit {
        width: 100%;
    }


    .nb-ecommerce-footer-15 .company-info-footer .nb-title {
        display: block;
    }

    .nb-ecommerce-footer-15 .nb-footer-social-networks {
        margin-top: 20px;
    }

    .nb-ecommerce-footer-15 .nb-top-footer-slider-wrapper .container {
        flex-direction: column;
        gap: 10px;
        justify-content: center;
        align-items: center;
    }

    .nb-ecommerce-footer-15 .nb-footer-mobile-collapse .nb-collapse-content {
        display: none;
        margin-bottom: 15px;
    }

    .nb-ecommerce-footer-15 .nb-footer-mobile-collapse .nb-collapse-button:before {
        display: block;
        color: var(--nb-color-white);
    }

    .nb-ecommerce-footer-15 .nb-footer-mobile-collapse {
        margin-bottom: 0;
        border-bottom: 1px solid var(--nb-color-white);
    }

    .nb-ecommerce-footer-15 .nb-footer-mobile-collapse .nb-title {
        margin-bottom: 15px;
        margin-top: 5px;
        font-size: 14px;
    }

    .nb-ecommerce-footer-15 .nb-footer-wrapper {
        --nb-gutter-y: 0;
    }

    .nb-ecommerce-footer-15 .nb-collapse-button {
        position: relative;
    }

    .nb-ecommerce-footer-15 .nb-collapse-button:before {
        position: absolute;
        right: 10px;
        color: var(--nb-spec-color);
        font-size: 14px;
        top: 50%;
        transform: translateY(-50%);
        display: block;
    }

    .nb-ecommerce-footer-15 .nb-collapse-button.active:before {
        transform: translateY(-50%) rotateZ(180deg);
    }

    .nb-ecommerce-footer-15 .nb-top-footer-wrapper {
        background-size: 100px !important;
        background-position: 85% 60px !important;
        padding: 20px 0 0;
    }

    .nb-ecommerce-footer-15 .nb-top-footer-wrapper .nb-content-wrapper > .row > * {
        margin-top: 10px;
    }

    .nb-ecommerce-footer-15 .nb-footer-newsletter-viber-1,
    .nb-ecommerce-footer-15 .nb-footer-newsletter-1 {
        margin-top: 20px;
    }

    .nb-ecommerce-footer-15 .nb-top-footer-wrapper .nb-content-wrapper .nb-footer-links .row > .col:nth-child(n+2) {
        margin-top: 10px;
    }

    .nb-ecommerce-footer-15 .nb-collapse-button,
    .nb-ecommerce-footer-15 .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: 20px;
    }

    .nb-ecommerce-footer-15 .nb-footer-payment-cards {
        padding: 10px;
        justify-content: start;
    }


    .nb-ecommerce-footer-15 .nb-footer-payment-cards .nb-img {
        height: 20px;
    }

    #mauticform_wrapper_newsletterforma {
        margin-top: 30px;
        margin-bottom: -10px;
    }

}
/*
/* NB Fajl:'./nbthemes/nbshop_vulkani/css/nb7.custom.css.'
*/:root {
    --nb-carousel-banner-33-slider-title-color: var(--nb-color-blue);
    --nb-card-product-name-color: #181921;
    --nb-product-product-not-available-info-1-bg-color: var(--nb-color-white);
    --nb-product-product-not-available-info-1-border-color: var(--nb-border-color);
    --nb-product-product-not-available-info-1-font-size: var(--nb-font-size-14);
    --nb-product-product-not-available-info-1-border-radius: var(--nb-border-radius-4);
}

.nb-check:checked {
    background-size: 10px;
}

.nb-ecommerce-header-9 .nb-header-info-carousel-col .nb-header-info-carousel-1 {
    max-width: 400px;
}

.back-in-stock-list-grid-1 .nb-product-card-body .custom-text,
.nb-cart-item-size,
.nb-cart-selected-size {
    display: none;
}

.error-page-block .btn,
.nb-cart-summary-2-card .nb-card-footer .nb-btn,
.nb-ecommerce-footer-15 .nb-newsletter-form-popup-4 .nb-bottom-wrapper .nb-btn,
.nb-header-user-links-4 .nb-not-logged-in-links-wrapper .nb-user-login-link,
.nb-header-user-links-4 .nb-not-logged-in-links-wrapper .nb-user-register-link,
.nb-menu-first-level-item-list-5 .nb-header-user-links-3 .nb-user-login-link,
.nb-menu-first-level-item-list-5 .nb-header-user-links-3 .nb-user-register-link,
.nb-pricing-quick-basket-1 a.nb-btn-pricing-quick-basket,
.nb-register-form-1 .nb-btn-wrapper .nb-btn.nb-btn-primary,
.nb-login-form-2 .nb-form .nb-btn,
.nb-login-form-2 .nb-registration-wrapper .nb-btn,
.nb-ecommerce-header-9 .nb-search-button {
    border-radius: 30px;
    text-transform: none;
}

.nb-register-form-1 .custom-text {
    font-size: var(--nb-font-size-12);
    margin: 15px 0;
}
.nb-register-form-1 .nb-label.nb-genders-label,
.nb-register-form-1 .nb-antispam-select .nb-label,
.nb-register-form-1 .nb-checkbox-wrapper .nb-label {
    font-size: var(--nb-font-size-12);
}

.nb-register-form-1 .nb-genders-wrapper {
    margin: 0;
}

.wsactive .nb-menu-first-level-item-list-5 .nb-mobile-search-button .nb-icon:before,
.nb-ecommerce-header-9 .nb-search-button .nb-icon:before {
    color: var(--nb-color-white) !important;
}

.wsactive .nb-menu-first-level-item-list-5 .nb-mobile-search-button .nb-icon,
.nb-ecommerce-header-9 .nb-search-button .nb-icon {
    background-color: var(--nb-color-blue);
    border-radius: 50%;
    padding: 8px 12px;
    margin: -8px;
    bottom: -1px;
    position: relative;
}


.nb-ecommerce-header-9 .nb-search-button .nb-icon {
    padding: 5px 8px;
    margin: -8px -10px;
    bottom: -3px;
    position: relative;
    max-height: 30px;
}

.slick-dots {
    height: 12px;
    overflow: hidden;
}

.nb-header-user-links-4 .nb-not-logged-in-links-wrapper {
    gap: 10px;
}

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

.nb-header-user-links-4 .nb-not-logged-in-links-wrapper .nb-user-register-link,
.nb-header-user-links-4 .nb-not-logged-in-links-wrapper .nb-user-login-link {
    font-size: 16px;
    font-weight: var(--nb-font-regular);
    max-height: 40px;
    height: 40px;
    padding: 10px 20px;
}

.nb-ecommerce-header-9 .nb-search-button .nb-icon:before {
    color: var(--nb-color-white) !important;
    font-weight: 400 !important;
    font-size: 18px !important;
}

.nb-ecommerce-header-9 .nb-search-button .nb-icon:before,
.wsactive .nb-menu-first-level-item-list-5 .nb-mobile-search-button .nb-icon:before {
    color: var(--nb-color-white) !important;
    font-weight: 400 !important;
    font-size: 15px !important;
}

.nb-ecommerce-header-9 .nb-search-input-wrapper > .nb-input {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border: var(--nb-border-width) var(--nb-border-style) var(--nb-ecommerce-header-9-search-button-border-color);
    background-color: var(--nb-ecommerce-header-9-search-button-bg);
}

.nb-smart-search-1 .left-search-wrapper {
    padding-top: 0;
}

.nb-header-favorite-count-wrapper,
.nb-header-cart-count-total-wrapper {
    display: flex;
    flex-direction: row-reverse;
    gap: 10px;
}

.nb-header-site-user-3 .nb-register-link .nb-icon,
.nb-header-cart-2 .nb-header-cart-count:not(.nbf-cart-total),
.nb-header-favorite-2 .nb-header-favorite-count-value {
    display: none;
}

.nb-article-card-4 .bottom-wrapper .nb-link,
.nb-header-favorite-2 .nb-header-favorite-count,
.nb-header-cart-2 .nb-header-cart-count {
    color: var(--nb-color-blue);;
}

.nb-article-card-4 .nb-article-name {
    padding-bottom: 5px;
}

.nb-article-card-4 .bottom-wrapper .nb-link:hover {
    text-decoration: underline;
}

.nb-header-site-user-3 > .nb-login-link {
    display: flex;
    gap: 20px;
    align-items: center;
}

.nb-header-site-user-3 > .nb-login-link .bi-person::before {
    margin-right: -10px;
}

.nb-header-favorite-2:after,
.nb-header-site-user-3 > .nb-login-link:after {
    content: '';
    width: 1px;
    background-color: var(--nb-color-white);
    height: 100%;
    min-height: 10px;
    position: relative;
    display: block;
    opacity: 0.3;
}

.nb-header-favorite-2:after {
    background-color: var(--nb-color-gray-400);
    margin-left: 10px;
    margin-right: 10px;
}

.nb-ecommerce-header-9 .nb-header-middle-wrapper .nb-menu-row {
    padding: 0;
}

.nb-ecommerce-header-9 .wsmenu>.wsmenu-list>li.nb-menu-first-level-item-1 .nb-first-level-menu-item-link {
    padding: 8px 25px 9px 25px;
}

.nb-slider-indicators-inline .slick-dots {
    justify-content: center !important;;
}


.nb-slider-dots .slick-dots > li {
    box-shadow: none !important;
    height: 8px !important;;
    width: 8px !important;;
    border-radius: 20px !important;;
}

.nb-slider-dots .slick-dots > li.slick-active {
    height: 12px !important;;
    border-radius: 45% !important;;
    box-shadow: none !important;;
}

.nb-slider-dots .slick-dots > li + li {
    margin-left: 5px !important;;
    border-radius: 50% !important;;
    transition: all 0.3s !important;;
}

.nb-card.nb-product-card .card-body.nb-card-body.nb-product-card-body .nb-btn.nb-add-to-cart {
    border-radius: 50%;
}

.nb-card.nb-product-card .card-body.nb-card-body.nb-product-card-body .nb-btn.nb-add-to-cart .nb-icon {
    color: var(--nb-color-white);
}

.nbtmp-user-reorder-tmp-1 .block-heading-with-subheading h2,
.similar-product-list-carousel-2 .nb-heading-with-icon-1 .nb-title,
.nb-last-viewed-product-list-carousel-2 .nb-heading-with-icon-1 .nb-title,
h5.display-title-5:before,
h1.nb-title,
.heading-with-icon-1 .nb-title,
.nb-heading-with-subheading .nb-title {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}


.tp-article_listing h1.nb-title,
.tp-article_details .heading-with-icon-1 .nb-title,
.nbtmp-regular-page-tmp-1 h1.nb-title,
.nbtmp-basic-contact-form-page-tmp-7 h1.nb-title,
.tp-career h1.nb-title {
    justify-content: left;
}

.nb-ecommerce-header-9 .nb-header-site-quick-links-2 > .nb-html-editor:has(:nth-child(2)) {
    > p:not(:first-child):before {
        opacity: 0.3;
    }
}

.nbtmp-user-reorder-tmp-1 .block-heading-with-subheading h2,
.nb-product-list-heading-and-description-1 .nb-heading-with-subheading .nb-title,
.nb-review-list-product-detail-1 .nb-heading-with-subheading .nb-title,
.nb-cooperation-form-line-1 .nb-heading-with-subheading .nb-title,
.heading-with-icon-1 h1.display-title-1,
.similar-product-list-carousel-2 .nb-heading-with-icon-1 .nb-title,
.nb-last-viewed-product-list-carousel-2 .nb-heading-with-icon-1 .nb-title,
.block:has(.nb-slider) h1.nb-title,
.nb-single-banner-2 h2.nb-title,
.tp-user_order_details h1.nb-title,
.tp-cooperation h1.nb-title,
.block:has(.nb-slider) .heading-with-icon-1 .nb-title,
.reset-password-page-1 h5.display-title-5,
.nbtmp-career-form-page-tmp-1 .nb-heading-with-subheading .nb-title,
.nbtmp-cooperation-form-page-tmp-1 .nb-heading-with-subheading .nb-title,
body:has(.nb-profile-menu-3) .nb-heading-with-subheading .nb-title,
.nb-product-detail-name-1 .nb-product-name-with-attribute .nb-product-detail-product-name.nb-title,
.block:has(.nb-slider-item-box-21) .nb-heading-with-subheading .nb-title,
.nb-custom-product-list-placeholder-with-list-links-1 .nb-heading-with-subheading .nb-title,
.block:has(.nb-slider) .nb-heading-with-subheading .nb-title {
    justify-content: start;
    width: fit-content;
    margin-bottom: 0;
    font-weight: var(--nb-font-bold);
}

.nbtmp-user-reorder-tmp-1 .block-heading-with-subheading h2:before,
.similar-product-list-carousel-2 .nb-heading-with-icon-1 .nb-title:before,
.nb-last-viewed-product-list-carousel-2 .nb-heading-with-icon-1 .nb-title:before,
h5.display-title-5:before,
h1.nb-title:before,
.heading-with-icon-1 .nb-title:before,
.nb-heading-with-subheading .nb-title:before {
    content: var(--nb-vul-feather-img);
    width: 35px;
    height: 35px;
}

.uc-article_details  .heading-with-icon-1 h1.display-title-1:before,
.heading-with-icon-1 .nb-title .nb-icon,
.nb-cooperation-form-line-1 .nb-heading-with-subheading .nb-title:before,
.nb-product-detail-name-1 .nb-product-name-with-attribute .nb-product-detail-product-name.nb-title:before,
.nbtmp-career-form-page-tmp-1 .nb-heading-with-subheading .nb-title:before,
.nbtmp-cooperation-form-page-tmp-1 .nb-heading-with-subheading .nb-title:before {
    display: none;
}

.nb-product-detail-name-1 .nb-product-name-with-attribute .nb-product-detail-product-name.nb-title {
    font-family: var(--nb-body-font-family-secondary);
}

.tp-user_order_details h1.nb-title {
    margin-bottom: 40px;
}

.tp-home .nb-carousel-banner-30 {
    aspect-ratio: 1920 / 700;
}

.nb-custom-product-list-carousel-4 .nb-slider-arrows {
    width: calc(100% + 80px);
    left: -40px;
}

.nb-custom-product-list-carousel-4 .nb-slider-arrows i.nb-arrow-right,
.nb-custom-product-list-carousel-4 .nb-slider-arrows i.nb-arrow-left,
.nb-carousel-banner-30 .nb-slider-arrows .slider-arrow > i.nb-arrow-right,
.nb-carousel-banner-30 .nb-slider-arrows .slider-arrow > i.nb-arrow-left {
    content: none !important;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--nb-color-white);
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 1px 5px;
}

.nb-custom-product-list-carousel-4 .nb-slider-arrows i {
    width: 25px;
    height: 25px;
}

.nb-custom-product-list-carousel-4 .nb-slider-arrows i:before,
.nb-carousel-banner-30 .nb-slider-arrows .slider-arrow > i:before {
    font-weight: 600 !important;
}

.nb-custom-product-list-carousel-4 .nb-slider-arrows i:before {
    font-size: 14px;
}

.nb-custom-product-list-carousel-4 .slick-list {
    margin: 0 -10px;
}

.nb-cooperation-form-line-1 .nb-heading-with-subheading .nb-title {
    font-size: var(--nb-h2-font-size);
}

.nb-article-see-more-link,
.nb-article-list-carousel-4 > .see-more-btn,
.nb-custom-product-list-placeholder-with-list-links-1 .nb-product-link-list {
    display: block;
    color: var(--nb-spec-color);
    margin: 0;
    position: absolute;
    top: 10px;
    right: 25px;
    font-weight: var(--nb-font-medium);
    font-size: 14px;
}

.nb-product-card-24 .nb-product-name {
    margin-top: 4px !important;
    height: 42px !important;
}

.nb-product-card-24 .nb-product-name .nb-title {
    text-transform: unset !important;
}

.nb-product-card-24:has(.nb-product-author-component) .nb-product-prices-1 {
    margin-top: 0 !important;
}

.nb-product-card-24 .nb-product-prices-1 {
    margin-top: 25px !important;
}

.nb-slider-arrows .slider-arrow > i.nb-arrow-left {
    content: var(--nb-vul-link-arrow-left-img);
    color: var(--nb-spec-color);
    font-weight: var(--nb-font-semibold);
}

.nb-slider-arrows .slider-arrow > i.nb-arrow-right {
    content: var(--nb-vul-link-arrow-right-img);
    color: var(--nb-spec-color);
    font-weight: var(--nb-font-semibold);
}

.nb-product-detail-gallery-compound-carousel-3 .nb-slider-arrows .slider-arrow > i.nb-arrow-right,
.nb-header-info-carousel-1 .nb-slider-arrows .slider-arrow > i.nb-arrow-right,
.nb-product-detail-gallery-compound-carousel-3 .nb-slider-arrows .slider-arrow > i.nb-arrow-left,
.nb-header-info-carousel-1 .nb-slider-arrows .slider-arrow > i.nb-arrow-left {
    content: unset;
    color: var(--nb-color-white);
    font-weight: var(--nb-font-regular);
}

.nb-product-detail-gallery-compound-carousel-3 .nb-slider-arrows .slider-arrow > i.nb-arrow-left,
.nb-product-detail-gallery-compound-carousel-3 .nb-slider-arrows .slider-arrow > i.nb-arrow-right {
    color: var(--nb-color-black);

}

.nb-header-info-carousel-1 .nb-slider-arrows .slider-arrow > i:before {
    font-size: 10px !important;
}

.carousel-banner-31 .nb-slider-arrows {
    width: calc(100% + 20px);
    left: -10px;
}

.nb-carousel-banner-31 .nb-slider-item-box-46 .bi-arrow-right:before {
    content: var(--nb-vul-link-arrow-right-img);
    color: var(--nb-spec-color);
    right: -5px;
    position: relative;
}

.nb-article-see-more-link:after,
.nb-article-list-carousel-4 > .see-more-btn:after,
.nb-carousel-banner-33 > .see-more-btn:after,
.nb-carousel-banner-13 > .see-more-btn:after,
.nb-custom-product-list-placeholder-with-list-links-1 .nb-product-link-list:after {
    content: var(--nb-vul-link-arrow-right-img);
    color: var(--nb-spec-color);
    margin: 0;
    position: absolute;
    top: 0;
    right: -25px;
    font-weight: var(--nb-font-semibold);
}

.nb-article-see-more-link {
    top: 15px;
}


.nb-custom-product-list-carousel-5 .nb-slider-arrows {
    transform: none;
    right: 0;
    width: 50px;
    left: unset;
    top: -40px;
}

.nb-discount-rectangle {
    margin-top: 10px;
    margin-right: 10px;
}

.nb-discount.nb-discount-rectangle .nb-discount-value-wrapper,
.nb-discount.nb-discount-rectangle .nb-additional-discount-value-wrapper {
    max-height: 25px;
    font-size: 14px;
    border-radius: 2px;
    padding-top: 1px;
    font-weight: 600;
    width: 45px;
}

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

.nb-product-gallery-3 .nb-discount.nb-discount-rectangle .nb-discount-value-wrapper,
.nb-product-gallery-3 .nb-discount.nb-discount-rectangle .nb-additional-discount-value-wrapper {
    max-height: 30px;
    font-size: 14px;
    border-radius: 2px;
}

.nb-product-gallery-3 .nb-discount-rectangle {
    margin: 0;
}

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

.nb-carousel-banner-33 .nb-slider-item-box-42 .nb-slider-item-content .nb-sub-heading.nb-sub-heading-m {
    color: var(--nb-color-black);
}

.nb-carousel-banner-33 .nb-slider-item-box-42 .nb-slider-item-content .nb-display.nb-display-xs {
    height: 50px;
    line-height: 25px;
}

.nb-custom-product-list-carousel-5 .nb-product-card-25 > .nb-icon {
    background: var(--nb-color-blue);
}

.nb-carousel-banner-17 .nb-right-wrapper {
    background-image: var(--nb-vul-slider-bg-img);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    background-color: var(--nb-color-white);
}

.nb-carousel-banner-17 .nb-right-wrapper .nb-slider .nb-right-slider .nb-slider-item.slick-active:not(.slick-center) {
    opacity: 1;
}

.nb-carousel-banner-17 .nb-slider-item-box-20 .nb-title {
    font-family: var(--nb-body-font-family) !important;
}

.nb-custom-product-list-carousel-5 .nb-product-card-25 > .nb-icon:before {
    color: var(--nb-color-white) !important;
}

.nb-product-list-tab {
    border: 1px solid var(--nb-color-gray-300) !important;
    padding: 7px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: var(--nb-border-radius-4);
    font-size: 16px;
    font-weight: var(--nb-font-semibold);
    color: var(--nb-color-blue);
    background: var(--nb-color-white);
}

.nb-product-list-tab:hover {
    border: 1px solid var(--nb-color-blue) !important;
}

.nb-product-list-tab.active {
    border: 1px solid var(--nb-color-blue) !important;
    font-weight: var(--nb-font-semibold);
    color: var(--nb-color-white);
    background: var(--nb-color-blue);
}

.nb-article-list-carousel-4 > .see-more-btn {
    color: var(--nb-color-blue) !important;
    padding: 0;
    background: unset !important;
    border-radius: 0;
    border: none !important;
    font-weight: var(--nb-font-semibold);
    top: 15px;
}

/*.display-title-2 {*/
/*    font-family: var(--nb-body-font-family-secondary);*/
/*    font-style: var(--nb-h3-font-style);*/
/*    font-size: var(--nb-h3-font-size);*/
/*    font-weight: var(--nb-h3-font-weight);*/
/*    line-height: var(--nb-h3-line-height);*/
/*    color: var(--nb-h3-color);*/
/*    height: calc(var(--nb-dt-rows) * var(--nb-h3-line-height) * var(--nb-h3-font-size));*/
/*    letter-spacing: var(--nb-h3-letter-spacing);*/
/*}*/

#mauticform_wrapper_newsletterforma {
    margin-top: 30px;
}

.mauticform-row label {
    font-size: 14px;
    margin-bottom: 5px;
    color: var(--nb-color-white);
}

.mauticform-recaptcha > p{
    margin: 0 !important;
}



.nb-slider-item-box-20 .nb-link {
    transition: all 0.3s;
}

.nb-slider-item-box-20 .nb-link:hover {
    color: var(--nb-btn-dark-color);
    background: var(--nb-btn-dark-bg);
    border-color: var(--nb-btn-dark-border-color);
}

.mauticform-row:not(:first-child) label {
    margin-top: 15px
}

.mauticform-errormsg {
    color: var(--nb-color-red);
    font-size: var(--nb-font-size-s);
}

.mauticform_wrapper .nb-form-group:not(:last-child) {
    margin: 0;
}

.mauticform_wrapper > .title {
    color: var(--nb-color-white);
    display: flex;
    gap: 10px;
}

.mauticform-button-wrapper {
    margin-top: 20px;
}

.mauticform-button-wrapper .nb-btn.nb-btn-primary {
    background-color: var(--nb-color-white);
    color: var(--nb-color-blue);
    border-color: var(--nb-color-white);
}

.mauticform-button-wrapper .nb-btn.nb-btn-primary:hover {
    background-color: var(--nb-color-gray-800);
    color: var(--nb-color-white);
    border-color: var(--nb-color-gray-800);
}

.nb-ecommerce-footer-15 .nb-bottom-footer-inner-wrapper {
    background-color: #FAFAFA;
}

.nb-ecommerce-footer-15 .nb-top-footer-wrapper {
    background-repeat: repeat !important;
}

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

.nb-footer-social-networks .nb-footer-social-networks-wrapper .nb-link:hover {
    color: var(--nb-color-blue);
}

/*.nb-modal .nb-modal-body {*/
/*    background: #dfeef1 var(--nb-vul-modal-bg-img) no-repeat center;*/
/*    background-size: cover;*/
/*}*/

.nb-form-group:not(:last-child) {
    margin-bottom: 30px;
}

#mauticform_newsletterforma {
    margin-top: 20px;
}

#mauticform_newsletterforma_message {
    color: var(--nb-color-white);
    margin-bottom: 10px;
}

.object-details-v1 {
    margin-top: 40px !important;
}

.heading-date-badge-content > .nb-title {
    margin-bottom: 40px;
    justify-content: start;
}

.nb-product-card .nb-product-name .nb-title {
    text-transform: uppercase;
    line-height: 20px;
    color: var(--nb-card-product-name-color) !important;
}

.nb-product-card-24 .nb-product-prices-1 {
    bottom: -15px;
    position: relative;
}

.nb-offcanvas .nb-offcanvas-header .nb-btn-close {
    color: var(--nb-color-white);
}

.nb-mini-cart-offcanvas.nb-offcanvas.offcanvas-end {
    border: none;
}

.nb-slider-item-box-21 .nb-slider-item-name,
#mauticform_wrapper_newsletterforma  h3.nb-title,
.nb-slider-item-box-20 h3.display-title-2 {
    font-family: var(--nb-body-font-family);
    font-weight: var(--nb-font-semibold);
}

.tp-cart #cart_onepage_form *,
.nb-info-6 .nb-text-wrapper .nb-title,
.nb-cooperation-form-line-1 .nb-heading-with-subheading .nb-title,
.object-location-grid-v1 .nb-title,
.object-details-v1 .nb-heading-margin,
.nb-slider-item-box-15 .nb-slider-item-name,
.nb-order-card-1 .nb-card-header .nb-title,
.nb-icon-left-title-and-description-right-horizontal .nb-title,
.career-form-line-1 .nb-title,
.contact-info .nb-title,
.contact-form-1 .nb-title,
.nb-user-account-voucher-card-1 .nb-title,
.text-info-3 .block-heading-with-subheading .nb-title,
.nb-ecommerce-footer-15 .nb-footer-social-networks .nb-footer-social-networks-title,
.nb-ecommerce-footer-15 .nb-collapse-button,
.nb-ecommerce-footer-15 .nb-footer-mobile-collapse .nb-title {
    font-family: var(--nb-body-font-family) !important;
}

.object-location-grid-v1 .nb-title,
.object-details-v1 .nb-heading-margin,
.nb-slider-item-box-15 .nb-slider-item-name,
.nb-icon-left-title-and-description-right-horizontal .nb-title,
.article-list-1 .banner-with-tag-and-content-below .nb-text-wrapper .nb-title {
    font-weight: var(--nb-font-regular);
}

.nb-user-account-voucher-card-1 .nb-title {
    font-size: var(--nb-font-size-16);
}

.nb-card-8 .nb-card-body .nb-points-wrapper .nb-display.nb-display-s {
    font-size: var(--nb-font-size-20);
}

/* Product detail */

.page-gallery img,
.nb-product-add-to-cart-button-2 .nb-quantity-product .nb-quantity-wrapper,
.nb-product-add-to-cart-button-2 .nb-quantity-product.nb-product-quantity-m .nb-quantity-input input,
.nb-product-add-to-cart-button-2 .nb-product-quantity-add-to-cart-and-favorite-2 .nb-favorite {
    border-radius: var(--nb-border-radius-4) !important;
}

.nb-product-query-button.nb-btn {
    color: var(--nb-btn-primary-color);
    background: var(--nb-btn-primary-bg);
    border-color: var(--nb-btn-primary-border-color);
    font-size: var(--nb-font-size-16);
    height: 50px;
    flex: 1;
}

.nb-price.nb-price-active {
    font-weight: var(--nb-font-semibold);
}

.nb-product-detail-description-1,
.nb-product-detail-short-description-1 {
    font-size: var(--nb-font-size-14);
    line-height: 20px;
}

.nb-gallery-item .nb-img-wrapper picture {
    width: fit-content;
    display: block;
    margin: auto;
}

.nb-product-detail-document-1 .nb-download-document {
    color: var(--nb-color-black);
}

.nb-product-detail-document-1 .nb-download-document:hover {
    color: var(--nb-link-color-primary);
}

#productReviewBtn {
    max-height: 50px;
    padding: 8px;
    min-width: 150px;
}

.nb-social-feed-carousel-1 .slick-slider .nb-slider-item .nb-instagram-item-with-media video,
.nb-social-feed-carousel-1 .nb-instagram-item-with-media img {
    object-fit: cover;
}

.nb-custom-scroll-1{
    --nb-scroll-1-width: 5px;
    --nb-scroll-1-track-bg: var(--nb-color-light-2);
    --nb-scroll-1-bg: var(--nb-color-gray-600);
}

.nb-product-quantity-add-to-cart-and-favorite-2 .nb-favorite .nb-icon {
    position: relative;
    bottom: -2px;
}

.nb-ecommerce-header-9 .nb-search-button {
    height: 30px;
    padding: 5px 10px;
}


.nb-product-detail-list-info-description-2 .nb-product-list-description {
    height: 60px;
    overflow: hidden;
}

.nb-product-detail-list-info-description-2 {
    display: none;
}

.nb-product-detail-list-info-description-2:has(.nb-single-list-description) {
    display: flex;
}

.banner-with-tag-and-content-below .nb-text-wrapper a {
    margin-bottom: 65px !important;
}

.banner-with-tag-and-content-below .nb-text-wrapper:has(.nb-paragraph) a {
    margin-bottom: 0 !important;
}


.nb-how-to-buy-banner-1 .nb-main-wrapper .nb-title {
    text-align: center;
}

.nb-how-to-buy-banner-1 .nb-main-wrapper .nb-icon-title-link-horizontal .nb-title {
    font-family: var(--nb-body-font-family);
    font-size: 14px;
}

.nb-product-add-to-cart-button-2 .nb-quantity-product.nb-product-quantity-m .nb-quantity-input input {
    border-left: 1px solid var(--nb-color-gray-300) !important;
    border-right: 1px solid var(--nb-color-gray-300) !important;
    border-radius: 0 !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: 18px;
}

.nb-last-viewed-product-list-carousel-2 .nb-heading-with-icon-1 .nb-icon,
.similar-product-list-carousel-2 .nb-heading-with-icon-1 .nb-icon {
    display: none;
}


.nb-review-list-product-detail-1 .nb-heading-with-subheading .nb-title,
.nb-last-viewed-product-list-carousel-2 .nb-heading-with-icon-1 .nb-title,
.similar-product-list-carousel-2 .nb-heading-with-icon-1 .nb-title {
    font-family: var(--nb-h2-font-family);
    font-style: var(--nb-h2-font-style);
    font-size: var(--nb-h2-font-size);
    font-weight: var(--nb-font-bold);
    line-height: var(--nb-h2-line-height);
    color: var(--nb-h2-color);
}


.nb-modal .modal-header .nb-btn-close, .nb-modal .modal-header .nb-modal-title {
    font-family: var(--nb-body-font-family);
    font-weight: var(--nb-font-medium);
}

.nb-cart-box-7 .nb-dropdown .nb-dropdown-menu .nb-dropdown-content:before {
    border: none;
}

.nb-product-content-position-1 .nb-favorite .nb-icon:before {
    color: var(--nb-color-blue);
}

/* Product list */

.nb-product-listing-grid-view .nb-product-card-24 .card.nb-card.nb-product-card {
    box-shadow: none;
}

.nb-product-content-position-1 .nb-position.nb-bottom-right-content {
    right: 0;
}

.nb-accordion .nb-accordion-item:has(#accordionHeader_product-lists),
.nb-accordion .nb-accordion-item:has(#accordionHeader_product-search) {
    display: none;
}

.nb-product-list-heading-and-description-1 .nb-heading-with-subheading .nb-title {
    margin-top: 10px;
    margin-bottom: 20px;
}

.nb-product-list-v1 {
    flex-direction: column !important;
}

.form-control.nb-input.parsley-error {
    background: var(--nb-color-white) !important;
}

.nb-product-filter-categories-1 .nb-link {
    color: var(--nb-color-black);
}

.nb-product-filter-categories-1 .nb-link:hover {
    color: var(--nb-color-blue)
}

.nb-form-radio-button .nb-label, .nb-form-check .nb-label {
    margin-left: 10px;
}

.nb-product-listing-options-and-category-heading-2 .nb-product-category-headline-1 .nb-title {
    margin-bottom: 0;
}

.nb-mini-cart-offcanvas .nb-offcanvas-header .nb-offcanvas-title {
    font-family: var(--nb-body-font-family);
}

/* PROFILE */

body:has(.nb-profile-menu-3) .nb-heading-with-subheading,
body:has(.nb-profile-menu-3) .nb-heading-with-subheading .nb-title {
    margin-bottom: 30px;
}

.price-drop-list-grid-1 .nb-product-prices-3 .nb-top-wrapper {
    flex-direction: column;
    align-items: start;
}

.price-drop-list-grid-1 .nb-product-prices-3 .nb-price.nb-price-prev {
    font-size: var(--nb-font-size-14);
}

.price-drop-list-grid-1 .nb-product-prices-3 .nb-top-wrapper .nb-separator {
    display: none;
}

body:has(.nb-profile-menu-3) .nb-heading-with-subheading:has(.nb-sub-heading) .nb-title {
    margin-bottom: 10px;
}

.nb-user-favorite-product-list-grid-1 .nb-remove-favorite > .nb-btn:hover {
    color: var(--nb-color-blue) !important;
}

/* Articles */

.card-with-content-below-and-horizontal-img-content .nb-card-footer .nb-date {
    color: var(--nb-color-black);
}

.article-list-1 .banner-with-tag-and-content-below .nb-text-wrapper .nb-title {
    font-size: var(--nb-font-size-20);
    height: 48px;
    margin-bottom: 10px;
}

.article-list-1 .banner-with-tag-and-content-below .nb-text-wrapper .nb-paragraph {
    font-size: var(--nb-font-size-14);
}

.category-detail-heading .nb-sub-heading.nb-sub-heading-s {
    text-align: left;
}

.nb-footer-links .nb-title {
    font-family: var(--nb-body-font-family-secondary) !important;
}

/* Menu */

.nb-ecommerce-header-9 .nb-header-site-quick-links-2 > .nb-html-editor p a {
    display: flex;
    align-items: center;
    gap: 10px;
}

.nb-ecommerce-header-9 .nb-menu-second-level-item-list .row > *:not(:last-of-type) {
    border: none;
}

.nb-ecommerce-header-9 .nb-header-site-quick-links-2 > .nb-html-editor p:first-child a:before {
    content: var(--nb-vul-header-quick-link-status-img);
    height: 20px;
}

.nb-ecommerce-header-9 .nb-header-site-quick-links-2 > .nb-html-editor p:nth-child(2) a:before {
    content: var(--nb-vul-header-quick-link-b2b-img) !important;
    height: 20px;
}

.nb-ecommerce-header-9 .nb-header-site-quick-links-2 > .nb-html-editor p a:hover {
    color: var(--nb-color-white);
    text-decoration: underline;
}

.nb-ecommerce-header-9 .nb-menu-second-level-item-2 {
    border-bottom: 1px solid #E6E7E8;
}

.nb-ecommerce-header-9  .nb-menu-second-level-item-2 .nb-second-level-menu-item-link {
    width: 100%;
}
.nb-ecommerce-header-9  .nb-menu-second-level-item-2 .nb-second-level-menu-item-link .nb-menu-image{
    max-width: 30px;
}

.nb-ecommerce-header-9 .nb-horizontal-navigation-2 .nb-menu-dropdown .container {
    margin: auto;
}

.nb-ecommerce-header-9 .nb-horizontal-navigation-2 .wsmenu>.wsmenu-list>li>.wsmegamenu {
    position: fixed;
    top: var(--nb-ecommerce-header-12-wsmegamenu-top);
}

.nb-menu-second-level-item-2 .nb-second-level-menu-item-link .nb-second-level-menu-item-title,
.wsmenu>.wsmenu-list>li.nb-menu-first-level-item-3 .nb-menu-image {
    width: fit-content;
}

.wsmenu>.wsmenu-list>li.nb-menu-first-level-item-3 .nb-first-level-menu-item-link .nb-menu-image {
    max-width: 150px;
    max-height: 25px;
}

.nb-ecommerce-header-9 .nb-header-middle-wrapper .nb-logo {
    max-width: 150px;
}

.wsmenu>.wsmenu-list>li.nb-menu-first-level-item-3>.nb-first-level-menu-item-link .nb-menu-title {
    text-transform: none;
    font-weight: 500;
    color: #181921;
    width: fit-content;
}

.nb-horizontal-navigation-2 .nb-menu-first-level-item-list.wsmenu-list li > .navtext {
    text-decoration: none !important;
}

.nb-horizontal-navigation-2 .nb-menu-first-level-item-list.wsmenu-list li > .navtext:has(.nb-menu-image) .nb-menu-title {
    display: none;
}

.nb-horizontal-navigation-2 .nb-menu-first-level-item-list.wsmenu-list li > .navtext:hover {
    color: var(--nb-color-blue);
}

.nb-product-card-5 .nb-product-card {
    border: none;
    box-shadow: 1px 2px 8px 0px #00000012;
    border-radius: 4px;
}


.nb-search-product-grid-2 .nb-title-link-wrapper .nb-link {
    color: var(--nb-color-blue) !important;
    margin-right: 15px;
}

.nb-product-card-24 .nb-product-content-position-1 .nb-favorite .nb-icon {
    font-size: 16px !important;
}

.nb-ecommerce-footer-15 .nb-info-box-8-wrapper .custom-text p {
    font-weight: var(--nb-font-semibold);
}

.block:not(.nb-custom-product-list-carousel-5) .nb-slider:has(.nbf-product) .nb-slider-arrows {
    left: -30px;
    width: calc(100% + 60px);
}

.nb-product-content-position-1 .nb-favorite {
    background: transparent;
}

.nb-header-favorite-2 {
    margin-right: 0;
}

.nb-header-cart-2 span,
.nb-header-favorite-2 span {
    bottom: 0;
}

.nb-ecommerce-header-9 .nb-search-button .custom-text {
    color: #6A6969;
    padding-left: 5px;
}

.nb-article-card-4 .nb-card .nb-card-body {
    background: #FAFAFA;
    border-top-right-radius: var(--nb-border-radius-4);
    border-bottom-right-radius: var(--nb-border-radius-4);
    gap: 10px;
}

.nb-article-card-4 .nb-article-short-description {
    line-height: 24px;
}

.nb-article-card-4 .nb-card {
    border: none;
}

.nb-gallery-item .nb-img-wrapper,
.nb-single-banner-2 .nb-img-wrapper .nb-img {
    border-radius: var(--nb-border-radius-4);
}

.nb-single-banner-2 {
    margin-bottom: 10px;
}

.nb-carousel-banner-17 .nb-left-slider .nb-slider-item .nb-img-wrapper img {
    border-top-left-radius: var(--nb-border-radius-4);
    border-bottom-left-radius: var(--nb-border-radius-4);
}


.nb-carousel-banner-17 .nb-right-wrapper {
    border-top-right-radius: var(--nb-border-radius-4);
    border-bottom-right-radius: var(--nb-border-radius-4);
}

.nb-article-card-4 .nb-article-category > a:hover {
    text-decoration: underline;
}

body.open-search main {
    filter: blur(4px);
}

.nb-menu-second-level-item-2 .nb-second-level-menu-item-link .nb-second-level-menu-item-title {
    font-weight: var(--nb-font-regular);
    flex: unset;
}

.nb-horizontal-navigation-2 .nb-menu-third-level-item-list-2 .nb-third-level-menu-item-link:hover {
    text-decoration: none;
}

.wsmenu>.wsmenu-list>li.nb-menu-first-level-item-3>.navtext:after {
    display: none;
}

.wsmenu>.wsmenu-list>li.nb-menu-first-level-item-3:hover>.navtext:after {
    display: block;
}

/* Landing Page */

.nb-image-box-with-text .custom-text {
    font-weight: var(--nb-font-medium);
}

.nb-slider-item-box-21 .nb-slider-item-name {
    font-weight: var(--nb-font-medium);
    font-size: var(--nb-font-size-24);
}

.nb-horizontal-image-with-content-1 .nb-paragraph.nb-paragraph-s {
    line-height: 24px;
}

.nb-image-box-with-text .nb-img-wrapper {
    border: none;
}

.nb-carousel-banner-13 .nb-image-box-with-text .nb-img-wrapper {
    background: transparent;
}

.carousel-banner-13 .nb-slider-arrows {
    left: -30px;
    width: calc(100% + 60px);
}

.subcategory-links .nb-item,
.nb-image-box-with-text .nb-img-wrapper,
.nbtmp-landing-page-tmp-26 .block .nb-img-wrapper img {
    border-radius: var(--nb-border-radius-4);
}


.nb-text-editor-1 h2 {
    font-family: var(--nb-body-font-family);
}

.nb-product-card-24 .nb-product-card {
    border-radius: var(--nb-border-radius-4);
}

.nb-product-card-24 .nb-product-card .author-name:hover {
    color: var(--nb-color-blue) !important;
}

.uc-page-content-1 {
    margin-left: 0;
}

.nb-carousel-banner-17 .nb-right-wrapper {
    padding: 0 20px;
}

.nb-slider-item-box-20 .nb-slider-item-description {
     min-height: unset;
    height: 50px;
    overflow: hidden;
}

.nb-product-card-24 .nb-product-content-position-1 .nb-favorite {
    opacity: 0;
    transition: all 0.3s;
}

.nb-product-card-24:hover .nb-product-content-position-1 .nb-favorite {
    opacity: 1;
}
.nb-smart-search-1 .left-search-wrapper .nb-box-with-link-list.nb-search-brands-1 {
    display: none;
}

.nb-ecommerce-header-9 .nb-icon.nb-search-close {
    top: 4px;
}

.form-floating .form-control.nb-input {
    border: 1px solid var(--nb-color-gray-300);
}

.nb-newsletter-form-popup-4 .nb-modal .nb-modal-body,
.nb-newsletter-form-popup-4 {
    background: var(--nb-color-white);
}

.nbtmp-regular-page-tmp-1 .container.nb-container-small,
.tp-article_listing .container.nb-container-small {
    max-width: calc(var(--nb-container-width) + var(--nb-gutter-x));
}

.tp-article_details .container.nb-container-large {
    max-width: calc(var(--nb-container-width) + var(--nb-gutter-x));
}

/* new mini cart */

.nb-cart-box-9 .nb-product-info-wrapper .nb-cart-item-name .nb-title {
    height: 32px;
    margin-bottom: 5px;
}

.nb-product-card-26 .nb-img-wrapper img {
    border: none;
}

.article-list-1 .banner-with-tag-and-content-below .nb-text-wrapper .nb-paragraph{
    height: 60px;
}

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: 100%;
}

.nb-product-listing-options-and-category-heading-2 .nb-main-wrapper .nb-product-filters-intro-sort-3 .nb-select {
    padding-right: 40px;
}

footer .bi-twitter::before {
    content: var(--nb-vul-x-icon-img);
}

footer .bi-facebook::before {
    content: var(--nb-vul-fb-icon-img);
}

footer .bi-linkedin::before {
    content: var(--nb-vul-linkedin-icon-img);
}

footer .bi-instagram::before {
    content: var(--nb-vul-instagram-icon-img);
}

.nb-footer-social-networks .nb-footer-social-networks-wrapper .nb-link .nb-icon::before {
    filter: brightness(0) saturate(100%) invert(58%) sepia(46%) saturate(5715%) hue-rotate(164deg) brightness(101%) contrast(101%);
}

.nb-footer-social-networks .nb-footer-social-networks-wrapper .nb-link:hover .nb-icon::before {
    filter: brightness(0) saturate(100%) invert(99%) sepia(13%) saturate(0%) hue-rotate(70deg) brightness(110%) contrast(101%);
}

.nb-footer-social-networks .nb-footer-social-networks-wrapper .nb-link:has(.bi-facebook) {
    order: 1;
}

.nb-footer-social-networks .nb-footer-social-networks-wrapper .nb-link:has(.bi-twitter) {
    order: 2;
}

.nb-footer-social-networks .nb-footer-social-networks-wrapper .nb-link:has(.bi-instagram) {
    order: 3;
}

.nb-footer-social-networks .nb-footer-social-networks-wrapper .nb-link:has(.bi-youtube) {
    order: 4;
}

.nb-footer-social-networks .nb-footer-social-networks-wrapper .nb-link:has(.bi-tiktok) {
    order: 5;
}

.nb-footer-social-networks .nb-footer-social-networks-wrapper .nb-link:has(.bi-linkedin) {
    order: 6;
}

.nb-user-order-tracking-1 .nb-info-box-v2 {
    height: 100%;
}

    /* table page */

.tp-page .page-content table{
    margin: auto;
}

.tp-page .page-content table > thead > tr > th{
    color: #3973b5;
    font-size: 1.143rem;
    padding: 2px 8px;
}

.tp-page .page-content table > thead {
    border-bottom: 1px solid #cacaca;
}

.tp-page .page-content table > thead > tr > th,
.tp-page .page-content table > tbody > tr > th,
.tp-page .page-content table > tfoot > tr > th,
.tp-page .page-content table > thead > tr > td,
.tp-page .page-content table > tbody > tr > td,
.tp-page .page-content table > tfoot > tr > td{
    border: 0;
    vertical-align: middle;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    padding: 8px;
}

.tp-page .page-content table>tbody>tr>td{
    border-bottom: 1px solid #e5e7e9;
    font-size: 1.143rem;
}

.tp-page .page-content table>tbody>tr:nth-child(2n+1){
    background: rgba(0,0,0,0.03);
}

.tp-page .page-content table > tbody > tr:last-child > td{
    border-bottom: 0;
}

.tp-page .page-content table>tbody>tr:hover>td,
.tp-page .page-content table>tbody>tr:hover>th {
    background-color: #f0f6f8;
}

.tp-page .page-content table-striped>tbody>tr:nth-child(odd)>td,
.tp-page .page-content table-striped>tbody>tr:nth-child(odd)>th{
    background-color: #fff;
}

.tp-page .page-content table-striped>tbody>tr:nth-child(even)>td,
.tp-page .page-content table-striped>tbody>tr:hover>td,
.tp-page .page-content table-striped>tbody>tr:nth-child(even)>th
.tp-page .page-content table-striped>tbody>tr:hover>th {
    background-color: #f0f6f8;
}

.nb-product-card-23 .nb-img-wrapper img {
    max-width: 90px;
    max-height: 90px;
    border-radius: 0;
}

.nb-product-available-notification-link {
    flex: 1;
}

.nb-product-available-notification-link .nb-notify-about-availability{
    border: var(--nb-border-width) var(--nb-border-style) var(--nb-product-quantity-add-to-cart-and-favorite-2-favorite-border-color);
    border-radius: var(--nb-product-product-not-available-info-1-border-radius);
    transition: all 0.2s;
}

.nb-product-available-notification-link .nb-notify-about-availability:hover  {
    border-color: var(--nb-color-blue) !important;
}

.nb-product-available-notification-link .custom-text  {
    transition: all 0.2s;
}

.nb-product-available-notification-link .nb-notify-about-availability:hover .nb-link.text-link-1.nb-secondary-link,
.nb-product-available-notification-link .nb-notify-about-availability:hover .custom-text  {
    color: var(--nb-color-blue) !important;
}

.nb-product-available-notification-link .nb-notify-about-availability {
    display: flex;
    align-items: center;
    cursor: pointer;
    gap: 10px;
    padding: 15px 10px;
    background-color: var(--nb-product-product-not-available-info-1-bg-color);
    border-radius: var(--nb-product-product-not-available-info-1-border-radius);
    transition: all 0.2s;
}

.nb-product-available-notification-link .nb-notify-about-availability .nb-icon {
    color: var(--nb-color-blue);
}

.nb-product-card-23 .nb-product-card > .nb-img-wrapper {
    min-width: 90px;
    max-width: 90px;
    border-radius: 0;
    flex: 1;
}

.nb-product-card .author-name {
    font-size: var(--nb-font-size-s);
    color: var(--nb-color-black);
}

.nb-product-card .author-name:hover {
    color: var(--nb-color-blue);
}

.nb-search-product-grid-2 .nb-product-card-5 .nb-product-card .nb-img-wrapper .nb-img {
    height: 115px;
    max-height: 100px;
}

.nb-search-product-grid-2 .nb-element-hover > a {
    display: inline;
}

.lost-password-modal-2 .nb-lost-password-description {
    margin-bottom: 20px;
}

.nb-login-form-2 .nb-registration-wrapper {
    border-top: var(--nb-login-form-2-border-width) var(--nb-border-style) var(--nb-login-form-2-border-color);
    padding-top: 20px;
}

.nb-login-form-2:has(.nb-social-login) .nb-registration-wrapper {
    border: none;
    padding: 0;
}

.nb-modal .nb-btn {
    font-size: var(--nb-font-size-16);
    text-transform: none;
}

.nb-search-product-grid-2 .nb-title-link-wrapper .custom-text {
    font-weight: var(--nb-font-semibold);
}

.nb-image-box-with-text.has-custom-color .custom-text {
    border-radius: 40px;
}

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

.nb-carousel-banner-33:has(.slick-dots) {
    margin-bottom: var(--nb-carousel-banner-33-margin-bottom);
}

.nb-carousel-banner-33 {
    margin-bottom: calc(var(--nb-carousel-banner-33-margin-bottom) - 50px);
}

.nb-search-product-grid-2 .nb-items-wrapper {
    max-height: calc(100vh - 450px);
}

/* CART PAGE */

.nb-delivery-group-list-2 .nb-accordion .nb-accordion-button,
.nb-payment-method-options-list-2 .nb-accordion .nb-accordion-button,
.nb-checkout-code-selection-accordion-list-1 .nb-action-loyalty-list-2,
.nb-checkout-code-selection-accordion-list-1 .accordion-header .nb-description,
.nb-checkout-code-selection-accordion-list-1 .accordion-header .bi-chevron-down {
    display: none;
}

.nb-checkout-code-selection-accordion-list-1 .accordion-header {
    pointer-events: none;
}

.tp-cart .nb-accordion.nb-accordion-4 .nb-accordion-collapse.show {
    border: none;
}

.edit-account-email-form-page-1 .nb-sub-heading.nb-sub-heading-s {
    visibility: hidden;
}

.profile-menu-3-content .nb-link-with-image-1 .nb-img {
    background-color: #ffffff;
    font-size: 0;
}

@media (min-width: 1300px) {
    #layout7 .nb-custom-product-list-carousel-4 {
        bottom: 80px;
    }

    .nb-product-card-23 .nb-product-card {
        border-radius: var(--nb-border-radius-4) !important;
    }

    #layout7 {
        max-height: 100px;
    }


    .nb-article-card-4 .nb-article-category {
        margin: 0;
    }


    .nb-gallery-item .nb-img-wrapper picture img {
        max-height: 600px;
    }

    .contact-form-1 {
        padding-right: 20px;
    }

    .tp-contact .block.text-info-3 {
        padding-left: 20px;
    }

}

@media (max-height: 900px) {
    .nb-smart-search-1 .nb-search-product-grid-2 .nb-items-wrapper {
        max-height: calc(100vh - 350px);
    }
}

@media (max-width: 1600px) {
    .nb-gallery-item .nb-img-wrapper picture img {
        max-height: 450px;
    }

    .nb-search.nb-search-2 {
        max-height: calc(100vh - 100px);
    }

}

@media (min-width: 1200px) {
    .nb-ecommerce-header-9 .wsanimated-arrow {
        display: none;
    }

    .uc-article_details .nb-text-editor p,
    .uc-article_details .nb-text-editor li,
    .uc-article_details .nb-text-editor li span,
    .uc-article_details .nb-text-editor p span {
        font-size: 20px !important;
    }
    .nb-single-banner-2 h2.nb-title,
    .nb-review-list-product-detail-1 .nb-heading-with-subheading .nb-title,
    .nb-cooperation-form-line-1 .nb-heading-with-subheading .nb-title,
    .heading-with-icon-1 h1.display-title-1,
    .similar-product-list-carousel-2 .nb-heading-with-icon-1 .nb-title,
    .nb-last-viewed-product-list-carousel-2 .nb-heading-with-icon-1 .nb-title,
    .block:has(.nb-slider) h1.nb-title,
    .tp-user_order_details h1.nb-title,
    .block:has(.nb-slider) .heading-with-icon-1 .nb-title,
    .reset-password-page-1 h5.display-title-5,
    .nbtmp-career-form-page-tmp-1 .nb-heading-with-subheading .nb-title,
    .nbtmp-cooperation-form-page-tmp-1 .nb-heading-with-subheading .nb-title,
    body:has(.nb-profile-menu-3) .nb-heading-with-subheading .nb-title,
    .block:has(.nb-slider-item-box-21) .nb-heading-with-subheading .nb-title,
    .nb-custom-product-list-placeholder-with-list-links-1 .nb-heading-with-subheading .nb-title,
    .block:has(.nb-slider) .nb-heading-with-subheading .nb-title {
        font-size: 32px;
        line-height: 39px;
    }

    .wsmenu>.wsmenu-list.nb-menu-first-level-item-list-5 {
        justify-content: space-between;
    }

    .nb-register-form-1 .nb-btn-wrapper .nb-btn.nb-btn-primary {
        min-width: 420px;
    }

    .nbtmp-cooperation-form-page-tmp-1 .nb-heading-with-subheading .nb-title,
    .career-form-line-1 h2 {
        font-size: var(--nb-h2-font-size) !important;
        font-weight: var(--nb-font-semibold) !important;
        line-height: var(--nb-h2-line-height) !important;
    }

    .nb-ecommerce-header-9 .nb-smart-search-modal-2 .nb-search.nb-search-2 .nb-search-banner-1 .nb-img-wrapper img,
    .nb-ecommerce-header-9 .nb-smart-search-modal-2 .nb-search.nb-search-2 .nb-search-banner-1 .nb-img-wrapper,
    .nb-ecommerce-header-9 .nb-smart-search-modal-2 .nb-search.nb-search-2,
    .nb-search-2 .nb-append-search-mobile,
    .nb-smart-search-1 .search-content-with-banner .nb-search-banner-1 {
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    .nb-ecommerce-footer-15 .nb-footer-mobile-collapse li {
        display: flex;
        align-items: center;
    }

    .nb-ecommerce-footer-15 .nb-footer-mobile-collapse li:hover a,
    .nb-ecommerce-footer-15 .nb-footer-mobile-collapse li a:hover {
        color: var(--nb-color-white);
    }

    .nb-ecommerce-footer-15 .nb-footer-mobile-collapse li:before {
        content: '';
        transition: all 0.3s;
        height: 1px;
        background: var(--nb-color-white);
        width: 0;
        margin-right: 0;
    }

    .nb-ecommerce-footer-15 .nb-footer-mobile-collapse li:hover:before {
        width: 10px;
        margin-right: 5px;
    }

    .nb-article-card-4 .nb-card > .nb-img-wrapper {
        margin: -1px -1px -4px;
    }

    .nb-carousel-banner-17 .nb-slider-item-box-20 {
        align-items: center;
        max-width: 300px;
        margin: auto;
        text-align: center;
    }

    .layout100percent .nb-slider:has(.nbf-product) .slick-list {
        margin: 0 -10px;
    }

    .nb-ecommerce-header-9 .nb-search-button .custom-text {
        position: relative;
        bottom: 2px;
    }

    .login-modal-2 .nb-paragraph.nb-paragraph-s {
        font-size: var(--nb-font-size-16);
    }

    .nb-login-form-2 .nb-registration-wrapper {
        width: 100%;
        justify-content: center;
        align-items: center;
    }

    .nb-login-form-2 .nb-registration-wrapper .nb-registration-text {
        max-width: 350px;
        text-align: center;
    }

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

}

@media (min-width: 1000px) and (max-width: 1400px) {
    .nb-additional-product-info-display-1 {
        flex-direction: column;
        justify-content: left;
        align-items: flex-start;
        gap: 10px;
    }
    .nb-additional-product-info-display-1 .nb-additional-product-info {
        display: flex;
        flex-direction: column;
        gap: 10px;
        align-items: flex-start;
        justify-content: left;
    }
}

@media (min-width: 1000px) {
    .nb-product-category.nb-product-category-s,
    .nb-product-specification-2 .nb-item .nb-paragraph,
    .nb-product-specification-2 .nb-item .nb-link-s,
    .nb-tab-and-accordion.nb-tab-and-accordion-v1 .nb-nav-item .nb-nav-link,
    .nb-product-detail-category-name-1 .nb-link {
        font-size: var(--nb-font-size-16) !important;
    }

    .nb-product-detail-name-1 .nb-product-name-with-attribute .nb-product-detail-product-name.nb-title {
        font-size: 28px;
        line-height: 36px;
    }

}

@media (min-width: 992px) {

    .nb-ecommerce-header-9 .nb-menu-second-level-item-2 {
        max-width: 160px;
    }

    .nb-ecommerce-header-9 .nb-menu-second-level-item-list .row > [class*="col-"] {
        min-width: 16.66666667%;
        width: fit-content;
    }

    .nb-ecommerce-header-9 .nb-menu-third-level-item-list-2 {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        height: calc(7 * 36px);
        column-gap: 40px;
    }

    .nb-ecommerce-header-9 .nb-menu-third-level-item-list-2:has(.nb-third-level-menu-item-link:nth-child(10)) {
        min-width: 370px;
    }

    .nb-ecommerce-header-9 .nb-menu-third-level-item-list-2:has(.nb-third-level-menu-item-link:nth-child(20)) {
        min-width: 570px;
    }
}


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

    .nb-box-with-link-list .nb-items-wrapper .nb-slider-item:has(img) {
        background: unset;
    }

    .nb-ecommerce-header-9 .nb-search-button .nb-icon, .wsactive .nb-menu-first-level-item-list-5 .nb-mobile-search-button .nb-icon {
        padding: 5px 8px;
        margin: -15px;
        bottom: 0;
    }

    .wsanimated-arrow span, .wsanimated-arrow span:before, .wsanimated-arrow span:after {
        height: 1px;
    }


    .wsactive .nb-ecommerce-header-9 .wsanimated-arrow {
        top: 3px !important;
        right: 0 !important;
        font-weight: 400;
    }

    .nb-menu-first-level-item-list-5 .nb-logged-user-wrapper {
        align-items: center;
    }

    .nb-menu-first-level-item-list-5 .nb-logged-user-wrapper .nb-user-logout {
        color: var(--nb-color-gray);
        text-decoration: underline;
    }

    .nb-menu-first-level-item-list-5 .nb-logged-user-wrapper .nb-user-info-wrapper a {
        font-size: 14px;
        font-weight: var(--nb-font-semibold);
        color: var(--nb-color-black);
        max-width: 150px;
        text-align: left;
    }

    .nb-menu-first-level-item-list-5 .nb-logged-user-wrapper .nb-user-info-wrapper a:before {
        content: var(--nb-vul-mobile-menu-user-img);
    }

    .wsactive .nb-ecommerce-header-9 .wsanimated-arrow span,
    .wsactive .nb-ecommerce-header-9 .wsanimated-arrow span:before,
    .wsactive .nb-ecommerce-header-9 .wsanimated-arrow span:after {
        background-color: var(--nb-color-white);
        width: 20px;
    }

    .nb-ecommerce-header-9 .nb-menu-second-level-item-2,
    .wsmenu>.wsmenu-list>li.nb-menu-first-level-item-3 {
        border: none !important;
        margin-top: 10px;
    }

    .nb-ecommerce-header-9 .nb-menu-second-level-item-2:last-child {
        margin-bottom: 10px;
    }

    .nb-ecommerce-header-9 .nb-menu-second-level-item-2,
    .nb-horizontal-navigation-2 .nb-menu-first-level-item-list.wsmenu-list li > .navtext {
        background: var(--nb-color-gray-100);
        border: none !important;
        padding: 10px !important;
    }

    .wsmenu>.wsmenu-list>li.nb-menu-first-level-item-3>.wsmenu-click {
        right: 10px;
    }

    .wsmenu>.wsmenu-list>li>.wsmegamenu.nb-menu-dropdown-4 .nb-content-wrapper .row .nb-menu-banner-col {
        display: none;
    }

    .nb-ecommerce-header-9 .nb-menu-second-level-item-list:has(.nb-menu-second-level-item-2.active) .nb-menu-third-level-item-list-2 {
        background-color: var(--nb-color-gray-100);
        max-width: 100%;
        left: 20px;
        position: relative;
    }

    .wsmenu>.wsmenu-list.nb-menu-first-level-item-list-5 .nb-mobile-header .nb-current-menu-item-name {
        bottom: -2px;
        position: relative;
        font-size: 16px;
    }

    .nb-horizontal-navigation-2 .nb-menu-first-level-item-list.wsmenu-list li > .navtext {
        font-size: var(--nb-font-size-16);
        font-weight: var(--nb-font-regular);
    }

    .nb-menu-first-level-item-list-5 .nb-footer-links-wrapper {
        padding-bottom: 40px;
    }

    .nb-menu-first-level-item-list-5 .nb-footer-links-wrapper .nb-footer-links {
        border-top: var(--nb-border-width) var(--nb-border-style) var(--nb-border-color);
        margin-top: 15px;
    }

    .nb-menu-first-level-item-list-5 .nb-footer-links-wrapper .nb-footer-links .nb-title {
        font-family: var(--nb-body-font-family) !important;
        font-weight: var(--nb-font-regular);
        padding: 0 10px;
    }


    .nb-menu-first-level-item-list-5 .nb-header-user-links-3 .nb-user-login-link {
        color: var(--nb-color-blue);
        background: var(--nb-color-white);
        border: 1px solid var(--nb-color-blue);
    }


    .nb-menu-first-level-item-list-5 .nb-header-user-links-3 .nb-user-login-link:hover {
        color: var(--nb-color-white);
        background: var(--nb-color-blue);
        border: 1px solid var(--nb-color-blue);
    }

    .nb-ecommerce-header-9 .nb-icon.nb-search-close {
        right: 15px;
    }

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


    .nb-ecommerce-header-9 .nb-search-button,
    body.open-search .nb-ecommerce-header-9 .nb-search-input-wrapper #search-text {
        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-right: 5px;
    }

    .nb-ecommerce-header-9 .nb-icon.nb-search-close {
        top: 0;
    }

    .nb-ecommerce-footer-15 .nb-footer-mobile-collapse .nb-title {
        font-size: 16px;
    }

    .nb-discount.nb-discount-rectangle .nb-discount-value-wrapper, .nb-discount.nb-discount-rectangle .nb-additional-discount-value-wrapper {
        height: 40px;
    }

    .nb-product-quantity-add-to-cart-and-favorite-2 .nb-main-wrapper {
        gap: 10px;
    }

    .nb-main-navigation-3 .nb-menu-mobile-bottom-links > .nb-link {
        font-size: var(--nb-font-size-s);
        font-weight: var(--nb-font-regular);
        flex: 1;

    }

    .nb-ecommerce-footer-15 .nb-footer-social-networks .nb-footer-social-networks-title,
    .nb-ecommerce-footer-15 .nb-collapse-button,
    .nb-ecommerce-footer-15 .nb-footer-mobile-collapse .nb-title {
        font-weight: var(--nb-font-regular);
    }

    .nb-slider:has(.nbf-product) .nb-slider-init {
        margin: 0 !important;
    }

    .nb-horizontal-navigation-2 .nb-footer-links .nb-title .nb-img {
        display: none;
    }

    .nb-horizontal-navigation-2 .bi-person-circle::before {
        color: var(--nb-color-blue);
    }

    .nb-menu-second-level-item-2 .nb-icon {
        right: 10px;
    }

    .nb-header-user-links-4 .nb-user-logged-link {
        line-height: 18px;
    }

    .nb-menu-first-level-item-list-5 .nb-header-user-links-4 {
        border: none;
    }

    .nb-product-detail-name-1 .nb-product-name-with-attribute .nb-product-detail-product-name.nb-title {
        font-size: 24px;
        line-height: 36px;
    }

    .wsmenu>.wsmenu-list.nb-menu-first-level-item-list-5 .nb-mobile-header .nb-mobile-header-title-wrapper {
        position: relative;
    }

    .wsmenu>.wsmenu-list.nb-menu-first-level-item-list-5 .nb-mobile-header .nb-menu-back.show{
        margin-right: 10px;
        position: absolute;
        width: 100%;
        display: flex !important;
        z-index: 99;
        bottom: 6px;
    }

    .wsmenu>.wsmenu-list.nb-menu-first-level-item-list-5 .nb-mobile-header:has(.nb-img) .nb-menu-back.show {
        bottom: 2px;
    }

    .wsmenu>.wsmenu-list.nb-menu-first-level-item-list-5 .nb-mobile-header:has(.nb-menu-back.show) .nb-current-menu-item-name {
        margin-left: 20px;
        height: 25px;
    }

    .tp-home .nb-carousel-banner-30 {
        aspect-ratio: 1 / 1;
    }

    .nb-product-card-24 .nb-product-card a.nb-product-category {
        height: 30px;
        overflow: hidden;
    }

    .nb-article-card-4 .nb-card > .nb-img-wrapper, .nb-article-card-4 .nb-card > .nb-img-wrapper img {
        border-bottom-left-radius: 0;
        margin: 0;
    }

    .nb-article-card-4 .nb-card .nb-card-body {
        padding: 10px;
    }

    .nb-article-card-4 .nb-article-category {
        position: relative;
        top: unset;
        bottom: unset;
        margin-bottom: -5px;
    }

}

@media (max-width: 576px) {

    main .nb-margin-bottom-60 {
        margin-bottom: 20px !important;
    }

    main .nb-padding-top-60 {
        padding-top: 20px !important;
    }

    /* CART PAGE */


    .nb-delivery-group-list-2 .accordion-collapse,
    .nb-checkout-code-selection-accordion-list-1 .accordion-collapse {
        border-top: none !important;
    }

    .nb-newsletter-form-popup-4 .nb-info-wrapper,
    .nb-newsletter-form-popup-4 .nb-bottom-wrapper {
        padding: 0 15px;
    }

    .carousel-banner-10 .slick-dots {
        justify-content: center;
        gap: 5px;
    }

    .nb-location-map-form-3 .nb-close {
        display: none;
    }

    .form-control.nb-input.nb-input-2 {
        font-size: var(--nb-font-size-16);
    }

    .nb-ecommerce-footer-15 .nb-newsletter-form-popup-4 .nb-bottom-wrapper .nb-btn {
        height: 40px;
    }

    .nb-ecommerce-footer-15 .nb-newsletter-form-popup-4 .nb-newsletter-title {
        font-size: var(--nb-font-size-24);
    }

    .nb-product-add-to-cart-button-2 .nb-product-quantity-add-to-cart-and-favorite-2 .nb-btn.nb-add-to-cart {
        font-size: 16px;
    }

    .nb-ecommerce-footer-15 .nb-top-footer-wrapper .nb-content-wrapper > .row > .col-12:first-child .nb-footer-mobile-collapse {
        margin-top: -38px;
    }

    .nb-ecommerce-footer-15 .nb-top-footer-wrapper .nb-content-wrapper > .row > .col-12:first-child .nb-footer-mobile-collapse .nb-title span {
        font-size: 0;
    }

    .nb-footer-logo {
        max-width: 100px;
    }

    .nb-product-list-tab {
        min-width: 180px;
        font-size: 14px;
        right: unset;
    }

    .nb-article-see-more-link,
    .nb-article-list-carousel-4 > .see-more-btn,
    .nb-custom-product-list-placeholder-with-list-links-1 .nb-product-link-list {
        top: 7px;
    }

    .nb-article-list-carousel-4 > .see-more-btn {
        margin: 0;
    }

    .nb-custom-product-list-placeholder-with-list-links-1 #custom-product-list-block-wrapper {
        margin-top: 20px;
    }

    .nb-carousel-banner-17:has(.nb-article-see-more-link) .nb-row-wrapper {
        margin-top: 20px;
    }

    .nb-product-list-tabs {
        display: flex;
        align-items: center;
        margin-bottom: 20px;
        justify-content: unset;
        flex-wrap: nowrap;
        overflow-x: auto;
        gap: 10px;
        padding-bottom: 10px;
        margin-top: 20px;
    }


    .nb-smart-search-1 .search-content-with-banner .nb-search-banner-1 {
        display: none;
    }

    .nb-smart-search-1 .nb-search-product-grid-2 .nb-items-wrapper {
        max-height: calc(100vh - 200px);
        padding-bottom: 20px;
    }



    h5.display-title-5:before,
    h1.nb-title:before,
    .heading-with-icon-1 .nb-title:before,
    .nb-heading-with-subheading .nb-title:before {
        content: var(--nb-vul-feather-heading-mob-img);
        width: 30px;
        height: 30px;
    }


    .nb-carousel-banner-31 .nb-heading-with-subheading .nb-title,
    h5.display-title-5:before,
    h1.nb-title,
    .heading-with-icon-1 .nb-title,
    .nb-heading-with-subheading .nb-title {
        display: flex;
        gap: 10px;
        align-items: center;
        justify-content: start;
        margin-bottom: 20px;
        font-size: 22px;
    }

    .nb-slider-item-box-46  .nb-slider-item-name,
    .nb-carousel-banner-31 .nb-heading-with-subheading .nb-sub-heading {
        font-size: 16px;
        line-height: 18px;
    }


    .nb-ecommerce-footer-15 .nb-top-footer-wrapper {
        background-size: 190px !important;
        background-position: 100% 0 !important;
    }

    .nb-ecommerce-header-9 .nb-header-shop-utilities-wrapper .nb-header-shop-utilities {
        gap: 0;
    }

    .nb-ecommerce-header-9 .wsanimated-arrow {
        right: -10px;
    }

    .wsanimated-arrow span:after,
    .wsanimated-arrow span, .wsanimated-arrow span:before, .wsanimated-arrow span:after {
        width: 20px;
        height: 1px;
    }

    .nb-ecommerce-header-9 .wsanimated-arrow {
        right: -10px;
        left: unset;
    }

    .nb-carousel-banner-33 .nb-slider-item,
    .nb-slider:has(.nbf-product) .nb-slider-item {
        margin: 0 5px !important;
    }

    .nb-carousel-banner-33 {
        margin-bottom: calc(var(--nb-carousel-banner-33-margin-bottom) - 80px);
    }

    .nb-product-card .nb-product-name .nb-title {
        line-height: 16px;
        height: 31px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .nb-product-card-24 .nb-product-prices-1 {
        margin-top: 30px !important;
    }

    .nb-how-to-buy-banner-1 .nb-icon-wrapper {
        width: 35px;
        height: 35px;
    }

    .nb-how-to-buy-banner-1:not(.dragbox) {
        top: 50%;
    }

    .nb-gallery-item .nb-img-wrapper picture img {
        max-height: calc(50vh - 50px)
    }

    .nb-how-to-buy-banner-1 .nb-icon-wrapper .nb-icon:before {
        font-size: 13px;
    }

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

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

    .nb-how-to-buy-banner-1.nb-closed .nb-icon-wrapper,
    .nb-how-to-buy-banner-1.nb-closed {
        transform: none
    }

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

    .nb-product-available-notification-link .nb-notify-about-availability {
        padding: 10px;
    }

    .nb-product-available-notification-link .nb-notify-about-availability .custom-text {
        font-size: var(--nb-font-size-14);
    }

    .nb-article-see-more-link,
    .nb-article-list-carousel-4 > .see-more-btn,
    .nb-carousel-banner-33 > .see-more-btn,
    .nb-carousel-banner-13 .see-more-btn,
    .nb-custom-product-list-placeholder-with-list-links-1 .nb-product-link-list {
        position: relative;
        right: unset;
        text-align: left;
        top: unset;
        margin-bottom: 15px;
    }

    .nb-carousel-banner-13 .see-more-btn,
    .nb-carousel-banner-33 > .see-more-btn {
        margin-top: 10px;
        margin-bottom: 0;
    }

    .nb-carousel-banner-13 .nb-heading-with-subheading,
    .nb-custom-product-list-placeholder-with-list-links-1 .nb-heading-with-subheading,
    .nb-article-list-carousel-4 .nb-heading-with-subheading {
        margin-bottom: 10px;
    }

    .nb-article-see-more-link:after,
    .nb-carousel-banner-33 > .see-more-btn:after,
    .nb-carousel-banner-13 > .see-more-btn:after,
    .nb-article-list-carousel-4 > .see-more-btn:after,
    .nb-custom-product-list-placeholder-with-list-links-1 .nb-product-link-list:after {
        top: 2px;
        position: relative;
        right: -10px;
    }
    .modal-fullscreen-sm-down .modal-body {
        padding: 20px !important;
    }

    .registration-form-page-1 .nb-heading-with-subheading .nb-title + .nb-sub-heading {
        text-align: left;
    }

    .tp-home .layout-container .nb-custom-product-list-placeholder-with-list-links-1 {
        margin-bottom: -20px !important;
    }

    .tp-home .layout-container .nb-custom-product-list-placeholder-with-list-links-1:has(.slick-dots) {
        margin-bottom: auto !important;
    }

    .nb-image-box-with-text.has-custom-color .custom-text {
        font-size: 12px;
        height: 45px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .nb-cart-product-items-3 .nb-cart-product-item-4 .nb-info-wrapper {
        margin-bottom: -20px;
        margin-top: 40px;
    }

}