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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nb-caption-discount-rectangle{
    max-width: var(--nb-discount-width-l);
    max-height: var(--nb-discount-height-l);
}
.nb-caption-discount.nb-caption-discount-rectangle .nb-discount,
.nb-caption-discount.nb-caption-discount-rectangle .nb-additional-discount {
    height: calc(var(--nb-discount-height)/2);
    border-radius: var(--nb-border-0);
}
/*
/* NB Fajl:'./components/complex/header/header-cart/header-cart-with-badge-1/header-cart-with-badge-1.css.'
*/:root {
    --nb-header-cart-with-badge-1-icon-font-size: var(--nb-font-size-26);
    --nb-header-cart-with-badge-1-count-color: var(--nb-color-white);
    --nb-header-cart-with-badge-1-count-font-size: var(--nb-font-size-12);
    --nb-header-cart-with-badge-1-count-font-weight: var(--nb-font-semibold);
    --nb-header-cart-with-badge-1-count-bg: var(--nb-color-primary);
    --nb-header-cart-with-badge-1-count-border-radius: var(--nb-border-radius-full);
    --nb-header-cart-with-badge-1-label-font-size: var(--nb-font-size-13);
}

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

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

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


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

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

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

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

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

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

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

.nb-header-favorite-with-badge-1 .nb-header-favorite-label{
    font-size: var(--nb-header-favorite-with-badge-1-label-font-size);
    display: none;
}
/*
/* NB Fajl:'./components/complex/user/user-loyalty/is-user-loyalty-trigger/is-user-loyalty-trigger.css.'
*/:root {
    --nb-is-user-loyalty-trigger-color: var(--nb-text-color-primary);
    --nb-is-user-loyalty-trigger-font-size: 12px;
    --nb-is-user-loyalty-trigger-font-weight: var(--nb-font-weight-400);
}

.nb-is-user-loyalty-trigger {
    cursor: pointer;
    color: var(--nb-is-user-loyalty-trigger-color);
    font-size: var(--nb-is-user-loyalty-trigger-font-size);
    font-weight: var(--nb-is-user-loyalty-trigger-font-weight);
}

.nb-is-user-loyalty-trigger:has(.nb-icon) {
    display:flex;
    align-items: center;
    gap: 10px;
}

.nb-is-user-loyalty-trigger .nb-icon {
    line-height: 1;
    font-size: 18px;
}
/*
/* NB Fajl:'./components/complex/header/header-site-user/header-site-user-dropdown-1/header-site-user-dropdown-1.css.'
*/:root {
    --nb-header-site-user-dropdown-1-icon-font-size: var(--nb-font-size-26);
    --nb-header-site-user-dropdown-1-font-size: var(--nb-font-size-13);
    --nb-header-site-user-dropdown-1-font-weight: var(--nb-font-regular);
}

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

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

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

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

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

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

.nb-header-site-user-dropdown-1 .dropdown-menu .nb-is-user-loyalty-trigger:hover,
.nb-header-site-user-dropdown-1 .dropdown-menu .nb-is-user-loyalty-trigger:focus,
.nb-header-site-user-dropdown-1 .dropdown-menu .nb-is-user-loyalty-trigger:active {
    color: var(--nb-spec-color);
}

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

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

@media screen and (max-width: 576px) {
    .nb-header-site-user-dropdown-1 {
        display: none;
    }
}
/*
/* NB Fajl:'./components/complex/menu/menu-navigation-links-2/menu-navigation-links-2.css.'
*/:root {
    --nb-menu-navigation-links-2-menu-title-fs: 16px;
    --nb-menu-navigation-links-2-menu-title-lh: 1.2;
    --nb-menu-navigation-links-2-menu-title-fw: var(--nb-font-regular);
    --nb-menu-navigation-links-2-menu-title-hover-fw: var(--nb-font-semibold);
    --nb-menu-navigation-links-2-menu-title-color: var(--nb-text-color-primary);

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

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

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

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

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

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


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

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

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

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

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

.nb-menu-navigation-links-2 .menu-subtree:has(.nb-item.active) > .nb-item.active > .nb-link {
    padding-left: 50px;
    margin-bottom: 10px;
    --nb-menu-navigation-links-2-menu-title-fs: 20px;
    --nb-menu-navigation-links-2-menu-title-fw: var(--nb-font-semibold);
    --nb-menu-navigation-links-2-menu-subtitle-fs: 16px;
}


.nb-menu-navigation-links-2 .nb-second-level.active > .nb-link > span {
    font-weight: 400;
    font-size: 16px;
}

.nb-menu-navigation-links-2 .menu-subtree:has(.nb-item.active) > .nb-item.active:has(.nb-second-level.active) > .nb-link,
.nb-menu-navigation-links-2 .menu-subtree:has(.nb-item.active) > .nb-item.active:has(.nb-second-level.active) > .bi-chevron-right {
    display: none;
}

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


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

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

.nb-menu-navigation-links-2 .nb-item {
    padding: 7px 0;
}


@media (max-width: 900px) {

    .nb-menu-navigation-links-2 .menu-subtree:has(.nb-item.active) > .nb-item.active > .nb-link {
        position: relative;
    }

    .nb-menu-navigation-links-2 .menu-subtree:has(.nb-item.active) > .nb-item.active > .nb-icon,
    .nb-menu-navigation-links-2 .menu-subtree:has(.nb-item.active) > .nb-item.active > .nb-link {
        left: 15px !important;
    }

    .nb-menu-navigation-links-2 .nb-item.active {
        padding: 0 10px;
    }

    .nb-menu-navigation-links-2 .nb-item.nb-third-level {
        padding: 7px 15px;
    }

    .nb-menu-navigation-links-2 .menu-subtree:has(.nb-item.active) > .nb-item.active > .nb-link {
        padding-left: 30px;
    }

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

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

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

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

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

.nb-slider-dots .slick-dots > li{
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: var(--nb-dots-color);
    position: relative;
    cursor: pointer;
    margin: 0;
    transition: all 0.3s ease;
    opacity: 1;

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

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

    &::before {
        background-color: var(--nb-dots-active-shadow-color);
    }
}

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

/* Slider inline indicators */

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

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

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

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

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

/* Vertical indicators */

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

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

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

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

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

/* Absolute bottom left*/

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


/* horizontal scrollbar */

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

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

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

.nb-slider-dots.loader-indicators .slick-active .nb-progress-slider-dot{
    &>span{
        display: none;
    }
    &.paused{
        .nb-icon.bi-play{
            display: flex;
        }
    }
    &:not(.paused) .nb-icon.bi-pause{
        display: flex;
    }
}
@media screen and (max-width: 768px){
    .nb-slider-dots.nb-mobile-bottom-left-indicators{
        position: absolute;
        bottom: var(--nb-spacer-y);
        left: var(--nb-spacer-x);
    }
}
@media screen and (max-width: 576px){
    .nb-slider-dots .slick-dots > li + li{
        margin-left: 16px;
    }
}

/*
/* NB Fajl:'./components/complex/menu-links/menu-item-images-carousel/menu-item-images-carousel.css.'
*/:root{
    --nb-menu-item-images-carousel-image-border-radius: var(--nb-border-radius-s);
    --nb-menu-item-images-carousel-text-fs: 16px;
    --nb-menu-item-images-carousel-text-fw: var(--nb-font-regular);
}
.nb-menu-item-images-carousel .nb-slider .slick-slide{
    margin: 0 5px;
}
.nb-menu-item-images-carousel .nb-slider-item .nb-slider-item-image .nb-img{
    border-radius: var(--nb-menu-item-images-carousel-image-border-radius);
}
.nb-menu-item-images-carousel .nb-slider-item .nb-content-wrapper .custom-text {
    margin-top: 10px;
    font-size: var(--nb-menu-item-images-carousel-text-fs);
    font-weight: var(--nb-menu-item-images-carousel-text-fw);
}
/*
/* NB Fajl:'./components/core/link-with-image/link-with-image-1/link-with-image-1.css.'
*/:root{
    --nb-link-with-image-1-padding-x: 10px;
    --nb-link-with-image-1-padding-y: 10px;
    --nb-link-with-image-1-spacer: 10px;
    --nb-link-with-image-1-color: var(--nb-link-secondary-color);
    --nb-link-with-image-1-hover-color: var(--nb-link-secondary-color);
    --nb-link-with-image-1-bg: var(--nb-color-white);
    --nb-link-with-image-1-hover-bg: var(--nb-color-gray-100);
    --nb-link-with-image-1-active-bg: var(--nb-color-gray-100);
    --nb-link-with-image-1-active-font-weight: var(--nb-font-semibold);
    --nb-link-with-image-1-img-width: 20px;
    --nb-link-with-image-1-img-height: 20px;
}

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

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

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

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

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

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

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

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

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

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

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


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

.nb-change-site-instance-1 .nb-change-button:hover {
    text-decoration: underline;
    color: var(--nb-text-link-1-primary-hover-color);
}
/*
/* NB Fajl:'./_blocks/navigation-and-search/navigation/vertical-navigation/vertical-navigation-offcanvas-3/vertical-navigation-offcanvas-3.css.'
*/:root{
    --nb-vertical-navigation-offcanvas-3-width: 375px;
    --nb-vertical-navigation-offcanvas-3-bg: var(--nb-color-white);
    --nb-vertical-navigation-offcanvas-3-backdrop-bg: #00000066;
    --nb-vertical-navigation-offcanvas-3-color: var(--nb-text-color-primary);
    --nb-vertical-navigation-offcanvas-3-padding-x: 16px;
    --nb-vertical-navigation-offcanvas-3-padding-y: 16px;
    --nb-menu-navigation-links-2-menu-item-padding-y: 10px;

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

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

.nb-vertical-navigation-offcanvas-3 .nb-btn-close{
    width: 20px;
    height: 20px;
    background: var(--nb-color-white);
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 40px;
    right: 40px
}

.nb-vertical-navigation-offcanvas-3 .nb-offcanvas{
    background: var(--nb-vertical-navigation-offcanvas-3-bg);
    border-right: none;
    backdrop-filter: blur(10px);
    box-shadow: 7px -6px 12px 0px #0000002B;
}

.nb-vertical-navigation-offcanvas-3 .nb-offcanvas-body{
    padding: unset;
    display: flex;
    flex-direction: column;
}
.nb-vertical-navigation-offcanvas-3 .nb-offcanvas-body .nb-header-content{
    padding: 40px 40px 0;
}

.nb-vertical-navigation-offcanvas-3 .nb-offcanvas-body > *{
    padding: 0 var(--nb-vertical-navigation-offcanvas-3-padding-x);
}
.nb-vertical-navigation-offcanvas-3 .nb-header-content{
    margin-bottom: 32px;
}
.nb-vertical-navigation-offcanvas-3 .nb-body-content{
    overflow-y: auto;
    height: 100%;
    overflow-x: hidden;
    padding: 0 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.nb-vertical-navigation-offcanvas-3 .nb-body-content > .nb-menu-item-images-carousel{
    margin-top: 32px;
}
.nb-vertical-navigation-offcanvas-3:has(.nb-menu-navigation-links-2 > .menu-subtree > .nb-item.active) .nb-body-content > .nb-menu-item-images-carousel{
    display: none;
}
.nb-vertical-navigation-offcanvas-3 .nb-menu-links-first-level{
    padding: 20px 15px;
    flex-direction: column;
    gap: 5px;
}


.nb-vertical-navigation-offcanvas-3 .nb-menu-links-first-level .nb-link {
    color: var(--nb-vertical-navigation-offcanvas-3-color);
    font-weight: 300;
    font-size: 16px;
    line-height: 100%;
    text-transform: uppercase;
}
.nb-vertical-navigation-offcanvas-3 .nb-menu-links-first-level .nb-link + .nb-link{
    margin-top: 15px;
}
.nb-vertical-navigation-offcanvas-3 .nb-menu-links-first-level .nb-link:hover{
    text-decoration: underline;
}

.nb-header-icons-placeholder{
    display: none;
}

.nb-menu-navigation-links-2 .nb-first-level .nb-menu-title, .nb-menu-navigation-links-2 .nb-second-level .nb-link span {
    font-weight: 300;
    line-height: 100%;
    text-transform: uppercase;
}

.nb-menu-navigation-links-2 .nb-second-level .nb-link span,
.nb-menu-navigation-links-2 .nb-third-level .nb-link span {
    font-size: 14px;
}

.nb-menu-navigation-links-2 .nb-first-level:not(.active):hover .nb-menu-title,
.nb-menu-navigation-links-2 .nb-second-level:not(.active) .nb-link:hover > span,
.nb-menu-navigation-links-2 .nb-third-level:not(.active) .nb-link:hover > span {
    font-weight: 300;
    text-decoration: underline;
}

.nb-menu-navigation-links-2 .nb-third-level.see-all:not(.active) .nb-link > span {
    text-decoration: underline;
    font-weight: var(--nb-font-regular);
}

.nb-menu-navigation-links-2 .menu-subtree:has(.nb-item.active) > .nb-item.active:not(.nb-second-level, .nb-third-level) > .nb-link span {
    font-weight: 400;
    font-size: 16px;
}

.nb-menu-navigation-links-2 .nb-item {
    padding: 10px 15px;
}

.nb-menu-navigation-links-2 .nb-item.active {
    padding: 0 0 40px;
}

.nb-menu-navigation-links-2 .nb-item .nb-icon {
    display: none;
}

.nb-menu-navigation-links-2 .nb-item:has(.menu-subtree) .nb-icon {
    display: block;
    top: 8px;
}

.nb-menu-navigation-links-2 .nb-item .menu-subtree:has(.nb-second-level.active) .nb-second-level:not(.active) {
    display: none;
}

.nb-vertical-navigation-offcanvas-3 .nb-btn-close{
    background: var(--nb-color-white);
    border-radius: 2px;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 40px;
    background: var(--nb-color-black);
    right: 40px;
    width: 45px;
    height: 45px;
    display: flex;
    color: var(--nb-color-white);
    font-size: 20px;
    font-stretch: condensed;
}

.nb-vertical-navigation-offcanvas-3 .nb-offcanvas-body .nb-header-content .nb-logo{
    max-width: 160px;
}

@media screen and (max-width: 576px){
    :root{
        --nb-vertical-navigation-offcanvas-3-padding-x: 10px;
    }
    .nb-vertical-navigation-offcanvas-3 .nb-offcanvas-body .nb-header-content .nb-logo{
        margin-left: 0;
        width: fit-content;
    }
    .nb-vertical-navigation-offcanvas-3 .nb-offcanvas-body .nb-header-content .nb-img{
        max-height: 26px;
    }

    .nb-vertical-navigation-offcanvas-3 .nb-offcanvas-body .nb-header-content{
        display: flex;
        gap: 35px;
        justify-content: space-between;
        align-items: center;
    }
    .nb-vertical-navigation-offcanvas-3 .nb-header-icons-placeholder{
        display: block;
        width: fit-content;
    }
    .nb-vertical-navigation-offcanvas-3 .nb-header-icons-placeholder .nb-header-icons-wrapper{
        display: flex;a:root{
        --nb-vertical-navigation-offcanvas-3-width: 375px;
        --nb-vertical-navigation-offcanvas-3-bg: var(--nb-color-white);
        --nb-vertical-navigation-offcanvas-3-backdrop-bg: #00000066;
        --nb-vertical-navigation-offcanvas-3-color: var(--nb-text-color-primary);
        --nb-vertical-navigation-offcanvas-3-padding-x: 16px;
        --nb-vertical-navigation-offcanvas-3-padding-y: 16px;

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

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


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

        .nb-vertical-navigation-offcanvas-3 .nb-offcanvas-body{
            padding: unset;
            display: flex;
            flex-direction: column;
        }
        .nb-vertical-navigation-offcanvas-3 .nb-offcanvas-body .nb-header-content{
            padding: 40px 40px 0;
        }

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

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

        @media screen and (max-width: 576px){
            :root{
                --nb-vertical-navigation-offcanvas-3-padding-x: 10px;
            }
            .nb-vertical-navigation-offcanvas-3 .nb-offcanvas-body .nb-header-content .nb-logo{
                margin-left: 30px;
                width: fit-content;
            }
            .nb-vertical-navigation-offcanvas-3 .nb-offcanvas-body .nb-header-content .nb-img{
                max-height: 26px;
            }

            .nb-vertical-navigation-offcanvas-3 .nb-offcanvas-body .nb-header-content{
                display: flex;
                gap: 35px;
                justify-content: space-between;
                align-items: center;
            }
            .nb-vertical-navigation-offcanvas-3 .nb-header-icons-placeholder{
                display: block;
                width: fit-content;
            }
            .nb-vertical-navigation-offcanvas-3 .nb-header-icons-placeholder .nb-header-icons-wrapper{
                display: flex;
                gap: 16px;
            }
            .nb-vertical-navigation-offcanvas-3 .nb-header-icons-placeholder .nb-header-icons-wrapper .nb-icon{
                font-size: 22px;
            }
            .nb-vertical-navigation-offcanvas-3 .nb-header-icons-placeholder .nb-header-icons-wrapper .nb-header-site-user-dropdown-1 .nb-header-site-user-dropdown-label{
                display: none;
            }
            .nb-vertical-navigation-offcanvas-3 .nb-header-icons-placeholder .nb-header-favorite-with-badge-1 .nb-header-favorite-count-wrapper,
            .nb-vertical-navigation-offcanvas-3 .nb-header-icons-placeholder .nb-header-cart-with-badge-1 .nb-header-cart-count-wrapper{
                display: none;
            }
            .nb-vertical-navigation-offcanvas-3 .nb-footer-content{
                width: 100%;
            }
        }

        gap: 16px;
    }
    .nb-vertical-navigation-offcanvas-3 .nb-header-icons-placeholder .nb-header-icons-wrapper .nb-icon{
        font-size: 22px;
    }
    .nb-vertical-navigation-offcanvas-3 .nb-header-icons-placeholder .nb-header-icons-wrapper .nb-header-site-user-dropdown-1 .nb-header-site-user-dropdown-label{
        display: none;
    }
    .nb-vertical-navigation-offcanvas-3 .nb-header-icons-placeholder .nb-header-favorite-with-badge-1 .nb-header-favorite-count-wrapper,
    .nb-vertical-navigation-offcanvas-3 .nb-header-icons-placeholder .nb-header-cart-with-badge-1 .nb-header-cart-count-wrapper{
        display: none;
    }
    .nb-vertical-navigation-offcanvas-3 .nb-footer-content{
        width: 100%;
    }

    .nb-vertical-navigation-offcanvas-3 .nb-body-content {
        padding: 0;
    }

    .nb-vertical-navigation-offcanvas-3 .nb-offcanvas-body .nb-header-content {
        padding: 30px 15px 0;
    }

    .nb-vertical-navigation-offcanvas-3  .nb-change-site-instance-1 {
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 10px 15px;
    }
}

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

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

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

body.open-search{
    overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

}

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

}

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

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

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

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

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

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

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

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

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

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

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

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

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

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

body.open-search{
    overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

}

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

#searchHolder {
    display: none;
}

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

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

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

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

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

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

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

/*
/* NB Fajl:'./_blocks/header-and-footer/header/ecommerce-header/ecommerce-header-23/ecommerce-header-23.css.'
*/:root {
    --nb-ecommerce-header-23-middle-wrapper-search-button-max-height: 40px;
    --nb-ecommerce-header-23-middle-wrapper-search-button-padding-x: 12px;
    --nb-ecommerce-header-23-middle-wrapper-search-button-padding-y: 10px;
    --nb-ecommerce-header-23-middle-wrapper-search-button-border-color: var(--nb-border-color);
    --nb-ecommerce-header-23-middle-wrapper-search-button-border-radius: 4px;
    --nb-ecommerce-header-23-middle-wrapper-search-button-wrapper-label-color: var(--nb-color-gray-600);
    --nb-ecommerce-header-23-middle-wrapper-search-button-wrapper-label-font-size: var(--nb-font-size-14);
    --nb-ecommerce-header-23-middle-wrapper-search-button-wrapper-label-font-weight: var(--nb-font-weight-400);
    --nb-ecommerce-header-23-middle-wrapper-search-button-wrapper-label-line-height: 20px;
    --nb-ecommerce-header-23-middle-wrapper-search-button-wrapper-icon-color: #757575;
    --nb-ecommerce-header-23-middle-wrapper-search-button-wrapper-icon-font-size: 20px;
}

.nb-ecommerce-header-23{
    --nb-gutter-x: 40px;
    background: var(--nb-color-white);
    top: 0;
    left: 0;
    right: 0;
    z-index: 10000;
    position: sticky;
    box-shadow: 0px 4px 7px 0px #0000000D;

    .nb-header-cart-with-badge-1 .nb-header-cart-count-wrapper{
        top: -5px;
        right: -5px;
        transform: none;
    }
}
.nb-ecommerce-header-23 .nb-header-wrapper{
    display: flex;
    justify-content: center;
    padding: 12px 10px;
    align-items: center;
    height: 70px;
}
.nb-ecommerce-header-23 .nb-header-wrapper > *{
    flex: 1;
}
.nb-ecommerce-header-23 .nb-header-wrapper .nb-header-icons-wrapper{
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}
.nb-ecommerce-header-23 .nb-header-wrapper .nb-logo{
    display: flex;
    justify-content: center;
    .nb-img{
        width: auto;
        max-width: 220px;
    }
}
.nb-ecommerce-header-23 .nb-header-favorite-with-badge-1 .nb-header-favorite-count-wrapper{
    right: -40%;
}

.nb-ecommerce-header-23 .nb-header-wrapper .nb-icon.bi-list {
    font-size: 24px;
}

.nb-ecommerce-header-23 .nb-header-wrapper .nb-icon.nbi-menu-11 {
    font-size: 25px;
}

.nb-ecommerce-header-23 .nb-header-wrapper .nb-header-site-user-dropdown-1 .nb-icon.bi-person:before {
    content: "\eac2";
}

.nb-ecommerce-header-23 .nb-header-wrapper .nb-icon{
    font-size: 20px;
    cursor: pointer;
    width: 25px;
    height: 25px;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .2s ease-in-out;
    border-radius: 2px;
}

.nb-ecommerce-header-23 .nb-header-site-user-dropdown-1 .nb-header-site-user-dropdown-label{
    display: none;
}

.nb-ecommerce-header-23 .nb-header-cart-with-badge-1 .nb-header-cart-icon-wrapper,
.nb-ecommerce-header-23 .nb-header-favorite-with-badge-1 .nb-header-favorite-icon-wrapper {
    width: fit-content;
    position: relative;
    margin: auto;
    display: flex;
    gap: 2px;
    align-items: center;
}

.nb-ecommerce-header-23 .nb-header-cart-with-badge-1 .nb-header-cart-count-wrapper {
    margin-left: -5px;
}

.nb-ecommerce-header-23 .nb-header-cart-with-badge-1 .nb-header-cart-count-wrapper,
.nb-ecommerce-header-23 .nb-header-favorite-with-badge-1 .nb-header-favorite-count-wrapper {
    right: unset;
    position: relative;
    top: unset;
    border-radius: 0;
    background: transparent;
    color: var(--nb-color-black);
    left: unset;
    transform: unset;
    justify-content: start;
    width: fit-content;
    height: fit-content;
    font-weight: var(--nb-font-bold);
}


.nb-ecommerce-header-23 .nb-header-wrapper .nb-icon:hover{
    color: var(--nb-color-black);
}

.nb-ecommerce-header-23 .nb-header-icons-wrapper-mobile{
    display: none;
}

.nb-ecommerce-header-23 {

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

    .nb-menu-icon-wrapper {
        display: flex;
        align-items: center;

        .custom-text {
            text-transform: uppercase;
            font-weight: 300;
            font-size: 14px;
            line-height: 100%;
            cursor: pointer;
            margin-left: 10px;
        }
    }
}

body.open-search .nb-ecommerce-header-23  .nb-smart-search-modal-2{
    top: 69px;
}

.nb-ecommerce-header-23 .nb-mobile-search-wrapper {
    position: fixed;
    top: 69px;
    left: 0;
    width: 100%;
    padding: 10px;
    background: #F8F9FA;
}

.nb-ecommerce-header-23 .nb-search-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-height: var(--nb-ecommerce-header-23-middle-wrapper-search-button-max-height);
    padding: var(--nb-ecommerce-header-23-middle-wrapper-search-button-padding-y) var(--nb-ecommerce-header-23-middle-wrapper-search-button-padding-x);
    border: var(--nb-border-width) var(--nb-border-style) var(--nb-ecommerce-header-23-middle-wrapper-search-button-border-color);
    -webkit-border-radius: var(--nb-ecommerce-header-23-middle-wrapper-search-button-border-radius);
    -moz-border-radius: var(--nb-ecommerce-header-23-middle-wrapper-search-button-border-radius);
    border-radius: var(--nb-ecommerce-header-23-middle-wrapper-search-button-border-radius);
    cursor: pointer;
}

.nb-ecommerce-header-23 .nb-search-button .custom-text {
    color: var(--nb-ecommerce-header-23-middle-wrapper-search-button-wrapper-label-color);
    font-size: var(--nb-ecommerce-header-23-middle-wrapper-search-button-wrapper-label-font-size);
    font-weight: var(--nb-ecommerce-header-23-middle-wrapper-search-button-wrapper-label-font-weight);
    line-height: var(--nb-ecommerce-header-23-middle-wrapper-search-button-wrapper-label-line-height);
}

.nb-ecommerce-header-23 .nb-search-button .nb-icon {
    color: var(--nb-ecommerce-header-23-middle-wrapper-search-button-wrapper-icon-color);
    font-size: var(--nb-ecommerce-header-23-middle-wrapper-search-button-wrapper-icon-font-size);
}
.nb-ecommerce-header-23 .nb-body-content-low-level{
    margin-bottom: 40px;
}


.nb-ecommerce-header-23 .nb-header-wrapper .nb-icon.bi-suit-heart:before {
    content: "\e9a0";
}

.nb-ecommerce-header-23.scrolled .nb-search-on-scroll {
    display: flex  !important;
}

.nb-ecommerce-header-23.scrolled .nb-search-primary-block,
.nb-ecommerce-header-23 .nb-search-on-scroll {
    display: none !important;
}


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

    .nb-ecommerce-header-23 .nb-menu-icon-wrapper {
        display: none !important;
    }

    .nb-ecommerce-header-23 .nb-header-site-user-dropdown-1 {
        display: block;
    }

    .nb-ecommerce-header-23 a:has(.nb-toggle-main-navigation-desk),
    .nb-ecommerce-header-23 .nb-header-wrapper .nb-header-icons-wrapper{
        display: none;
    }
    .nb-ecommerce-header-23 .nb-header-icons-wrapper-mobile{
        display: flex;
        justify-content: flex-end;
        gap: 0;
        align-items: center;
        .nb-menu-icon-wrapper {
            display: flex !important;
            flex-direction: column;
            margin-left: 5px;

            .custom-text {
                font-size: 12px;
                margin-left: 0;
            }
        }
    }
    .nb-ecommerce-header-23 .nb-header-wrapper{
        height: 70px;
        padding: 10px 0;
    }
    .nb-ecommerce-header-23{
        --nb-gutter-x: 30px;
    }
    .nb-ecommerce-header-23 .nb-header-wrapper .nb-icon{
        font-size: 20px;
        cursor: pointer;
        width: 30px;
        height: 30px;
    }
    .nb-ecommerce-header-23 .nb-header-cart-with-badge-1 .nb-header-cart-count-wrapper{
        width: fit-content;
        height: fit-content;
    }

    .nb-ecommerce-header-23 .nb-header-wrapper .nb-logo{
        justify-content: flex-start;
        max-width: 100px;
    }


    .nb-ecommerce-header-23 .nb-header-wrapper .nb-logo {
        .nb-img {
            width: auto;
            max-width: 60px;
        }
    }

}

/* Transparent header */
.nb-ecommerce-header-23.nb-transparent{
    background: transparent;
    position: fixed !important;

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

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

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

.block-editing .header.nb-ecommerce-header-23{
    position: relative !important;
}
/*
/* NB Fajl:'./components/text/headlines/block-heading-with-subheading/block-heading-with-subheading.css.'
*/.block-heading-with-subheading{
    text-align: center;
    margin-bottom: 20px;
    --nb-dt-rows: auto;
    --nb-rows: auto;
}

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

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

.block-heading-with-subheading.text-right{
    text-align: right;
}
/*
/* NB Fajl:'./components/complex/category/category-box-6/category-box-6.css.'
*/:root {
    --nb-category-box-6-link-fs: var(--nb-font-size-20);
    --nb-category-box-6-link-fw: var(--nb-font-weight-400);
    --nb-category-box-6-link-lh: 24px;
    --nb-category-box-6-link-color: var(--nb-link-secondary-color);
    --nb-category-box-6-link-hover-color: var(--nb-spec-color);
    --nb-category-box-6-link-decoration: underline;

    --nb-category-box-6-link-mb: 30px;
}

.nb-category-box-6 {
    width: fit-content;
    margin-bottom: var(--nb-category-box-6-link-mb);
}

.nb-category-box-6:last-child {
    margin-bottom: 0;
}

.nb-category-box-6 .nb-category-link .nb-link {
    font-size: var(--nb-category-box-6-link-fs);
    font-weight: var(--nb-category-box-6-link-fw);
    line-height: var(--nb-category-box-6-link-lh);
    color: var(--nb-category-box-6-link-color);
    text-decoration: var(--nb-category-box-6-link-decoration);
    transition: color 0.2s ease;
}

.nb-category-box-6 .nb-category-link .nb-link:hover {
    color: var(--nb-category-box-6-link-hover-color);
}


@media screen and (max-width: 576px) {
    :root {
        --nb-category-box-6-link-fs: var(--nb-font-size-16);
        --nb-category-box-6-link-mb: 16px;
    }
    
}
/*
/* NB Fajl:'./_blocks/content/article-category/article-subcategory/subcategory-carousel-2/subcategory-carousel-2.css.'
*/:root{
    --nb-subcategory-carousel-2-pagination-bottom-position: -25px;
}
.subcategory-links{
    /*margin:  0 calc(-1 * var(--nb-gutter-x) / 2);*/
}
.subcategory-links .nb-item{
    height: 40px;
    line-height: 38px;
    min-width: 140px;
    padding: 0 10px;
    border: var(--nb-border-width) var(--nb-border-style) var(--nb-border-color);
    border-radius: var(--nb-border-radius-s);
    text-align: center;
    color: var(--nb-text-color-primary);
}
.subcategory-links .nb-item:hover,
.subcategory-links .nb-item.active{
    color: var(--nb-spec-color);
}

.subcategory-links .slick-track{
    width: fit-content;
}
.nb-subcategory-carousel-2{
    padding-bottom: calc(-1 * var(--nb-subcategory-carousel-2-pagination-bottom-position));
}
.nb-subcategory-carousel-2 .nb-swiper-wrapper{
    width: fit-content;
    margin: auto;
}
.nb-subcategory-carousel-2 .nb-swiper-slide{
    width: fit-content;
}
.nb-subcategory-carousel-2 .swiper-pagination.swiper-pagination-horizontal{
    bottom: var(--nb-subcategory-carousel-2-pagination-bottom-position);
}
/*
/* NB Fajl:'./_blocks/content/page/faq-page/faq-page-accordion-1/faq-page-accordion-1.css.'
*/.faq-accordion{
    .nb-accordion .nb-accordion-button{
        background: transparent;
    }
    .nb-accordion .nb-accordion-body{padding-top: 0; font-size: 12px;}

    .nb-accordion .accordion-button .nb-title{
        font-size: 18px;
        font-weight: 600;
    }
    .nb-accordion .nb-accordion-item:last-child{
        border-bottom: var(--nb-accordion-btn-border);
    }

    @media screen and (max-width: 576px) {
        .nb-accordion .accordion-button .nb-title{
            font-size: 14px;
        }
    }
}
/*
/* NB Fajl:'./_blocks/content/promo-carousel-and-banner/list-banner/list-banner-5/list-banner-5.css.'
*/.nb-list-banner-5.nb-dark-bg .nb-slider-item-box-15 {
    --nb-slider-item-box-15-bg: #FF8019;
    --nb-slider-item-box-15-border-radius: var(--nb-border-radius-0);
    --nb-slider-item-box-15-border-color: transparent;
    background: var(--nb-slider-item-box-15-bg);
    border-radius: var(--nb-slider-item-box-15-border-radius);
    border-color: var(--nb-slider-item-box-15-border-color);
}

.nb-list-banner-5.nb-dark-bg .nb-slider-item-box-15 .nb-slider-item-name {
    font-size: var(--nb-font-size-18);
    line-height: var(--nb-body-line-height);
}

.nb-list-banner-5.nb-dark-bg .nb-slider-item-box-15 .nb-slider-item-description {
    --nb-slider-item-box-15-description-font-weight: var(--nb-font-weight-600);
}

@media screen and (max-width: 576px) {
    .nb-list-banner-5.nb-dark-bg .nb-slider-item-box-15 {
        display: block;
    }

    .nb-list-banner-5.nb-dark-bg .nb-slider-item-box-15 .nb-img-wrapper {
        top: 13px;
    }

    .nb-list-banner-5.nb-dark-bg .nb-slider-item-box-15 .nb-slider-item-name {
        font-size: var(--nb-font-size-16);
        line-height: var(--nb-body-line-height);
        --nb-dt-rows: auto;
    }

    .nb-list-banner-5.nb-dark-bg .nb-slider-item-box-15 .nb-slider-item-description {
        margin-top: 25px;
    }

    .nb-list-banner-5.nb-dark-bg .nb-slider-item-box-15 .nb-title {
        margin-left: 53px;
    }

    .nb-list-banner-5.nb-dark-bg .nb-slider-item-box-15 .nb-img-wrapper .nb-img {
        max-width: 50px;
        max-height: 50px;
    }
}

@media screen and (max-width: 375px) {
    .nb-list-banner-5.nb-dark-bg .nb-slider-item-box-15 .nb-slider-item-description {
        margin-top: 10px;
    }
}
/*
/* NB Fajl:'./components/complex/slider/slider-item/slider-item-box-15/slider-item-box-15.css.'
*/:root {
    --nb-slider-item-box-15-padding-x: 20px;
    --nb-slider-item-box-15-padding-y: 20px;

    --nb-slider-item-box-15-gap: 20px;

    --nb-slider-item-box-15-border-width: var(--nb-border-width);
    --nb-slider-item-box-15-border-color: var(--nb-border-color);

    --nb-slider-item-box-15-border-radius: var(--nb-border-radius-s);

    --nb-slider-item-box-15-bg: var(--nb-bg-primary);

    --nb-slider-item-box-15-title-font-size: 18px;

    --nb-slider-item-box-15-description-color: var(--nb-text-color-primary);
    --nb-slider-item-box-15-description-font-size: var(--nb-font-size-16);
    --nb-slider-item-box-15-description-font-weight: var(--nb-font-regular);
}

.nb-slider-item-box-15 {
    display: flex;
    align-items: center;
    gap: var(--nb-slider-item-box-15-gap);
    border: var(--nb-slider-item-box-15-border-width) var(--nb-border-style) var(--nb-slider-item-box-15-border-color);
    background-color: var(--nb-slider-item-box-15-bg);
    border-radius: var(--nb-slider-item-box-15-border-radius);
    padding: var(--nb-slider-item-box-15-padding-y) var(--nb-slider-item-box-15-padding-x);
}

.nb-slider-item-box-15 .nb-wrapper {
    display: flex;
    flex-direction: column;
    max-width: max-content;

    .nb-title{
        font-size: var(--nb-slider-item-box-15-title-font-size)
    }
}

.nb-slider-item-box-15 .nb-slider-item-description {
    color: var(--nb-slider-item-box-15-description-color);
    font-size: var(--nb-slider-item-box-15-description-font-size);
    font-weight: var(--nb-slider-item-box-15-description-font-weight);
}

.nb-slider-item-box-15 .nb-slider-item-description p {
    margin-bottom: 0;
}

.nb-slider-item-box-15 .nb-slider-item-name {
    margin-bottom: 10px;
}

@media screen and (max-width: 576px) {
    :root{
        --nb-slider-item-box-15-title-font-size: 14px;
        --nb-slider-item-box-15-description-font-size: 12px;
    }
    .nb-slider-item-box-15 .nb-img-wrapper .nb-img {
        max-width: 20px;
        max-height: 20px;
    }

    .nb-slider-item-box-15 .nb-title {
        margin-left: 0;
        --nb-dt-rows: auto;
    }
}
/*
/* NB Fajl:'./components/complex/slider/slider-item/slider-item-box-18/slider-item-box-18.css.'
*/:root{
    --nb-slider-item-box-18-title-font-size: var(--nb-font-size-14);
    --nb-slider-item-box-18-title-font-weight: var(--nb-font-bold);
    --nb-slider-item-box-18-description-font-size: var(--nb-font-size-14);
    --nb-slider-item-box-18-description-font-weight: var(--nb-font-regular);
}

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

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

.nb-slider-item-box-18 .nb-wrapper {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.nb-slider-item-box-18 .nb-wrapper .nb-slider-item-name{
    font-size: var(--nb-slider-item-box-18-title-font-size);
    font-weight: var(--nb-slider-item-box-18-title-font-weight);
}
.nb-slider-item-box-18 .nb-wrapper .nb-slider-item-description{
    font-size: var(--nb-slider-item-box-18-description-font-size);
    font-weight: var(--nb-slider-item-box-18-description-font-weight);
}
@media screen and (max-width: 576px) {
    .nb-slider-item-box-18 {
        flex-direction: column;
    }
    .nb-slider-item-box-18 .nb-wrapper {
        text-align: center;
    }
    .nb-slider-item-box-18 .nb-slider-item-image{
        margin-right: 0;
    }
}
/*
/* NB Fajl:'./components/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/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/footer/footer-newsletter/footer-newsletter-3/footer-newsletter-3.css.'
*/:root {
    --nb-footer-newsletter-3-title-font-size: var(--nb-font-size-16);
    --nb-footer-newsletter-3-input-width: 125px;
}

.nb-footer-newsletter-3 .nb-heading-with-subheading .nb-title {
    font-size: var(--nb-footer-newsletter-3-title-font-size);
}

.nb-footer-newsletter-3 .nb-submit-newsletter-wrapper {
    position: relative;
}
.nb-footer-newsletter-3 .nb-submit-newsletter-wrapper .nb-input{
    width: calc(100% - var(--nb-footer-newsletter-3-input-width));
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

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

@media screen and (max-width: 1200px){
    .nb-footer-newsletter-3 .nb-submit-newsletter-wrapper .nb-btn {
        position: static;
        transform: unset;
        border-top-left-radius: var(--nb-input-border-radius);
        border-bottom-left-radius: var(--nb-input-border-radius);
        margin-top: 20px;
        width: 100%;
        margin-bottom: 20px;
    }
    .nb-footer-newsletter-3 .nb-submit-newsletter-wrapper .nb-input{
        width: 100%;
        border-top-right-radius:var(--nb-input-border-radius);
        border-bottom-right-radius:var(--nb-input-border-radius);
    }
}
@media screen and (max-width: 768px){
    .nb-footer-newsletter-3 .nb-submit-newsletter-wrapper .nb-btn {
        position: absolute;
        transform: translateY(-50%);
        border-top-left-radius: var(--nb-border-radius-0);
        border-bottom-left-radius: var(--nb-border-radius-0);
        margin-top: 0;
        width: var(--nb-footer-newsletter-3-input-width);
        margin-bottom: 0;
    }
    .nb-footer-newsletter-3 .nb-submit-newsletter-wrapper .nb-input{
        width: calc(100% - var(--nb-footer-newsletter-3-input-width));
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
}
/*
/* NB Fajl:'./components/complex/footer/footer-social-networks/footer-social-networks.css.'
*/:root {
    --nb-footer-social-networks-margin-bottom: 14px;

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

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

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

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


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

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

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

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

@media screen and (max-width: 576px) {
    :root {
        --nb-footer-social-networks-margin-bottom: 24px;
    }
}
/*
/* NB Fajl:'./components/complex/footer/footer-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:'./_blocks/header-and-footer/footer/ecommerce-footer/ecommerce-footer-1/ecommerce-footer-1.css.'
*/:root{
    --nb-ecommerce-footer-1-color: var(--nb-color-black);
    --nb-ecommerce-footer-1-bg-color: var(--nb-color-gray-100);
}
.nb-ecommerce-footer-1 .nb-footer-copyright *,
.nb-ecommerce-footer-1 .nb-footer-disclaimer,
.nb-ecommerce-footer-1 .nb-footer-links *,
.nb-ecommerce-footer-1 .nb-footer-social-networks-title,
.nb-ecommerce-footer-1 .nb-footer-company-info-1 *{
    color: var(--nb-ecommerce-footer-1-color);
}
.nb-ecommerce-footer-1 .nb-footer-middle-wrapper {
    background-color: var(--nb-ecommerce-footer-1-bg-color);
}
body.block-editing .nb-ecommerce-footer-1 .nb-footer-top-wrapper{
    overflow: hidden;
}
.nb-ecommerce-footer-1 .nb-footer-top-wrapper{
    height: 110px;
    display: flex;
    align-items: center;
}
.nb-ecommerce-footer-1 .nb-footer-top-wrapper .slick-active:not(:last-of-type) {
    border-right: var(--nb-border-width) var(--nb-border-style) var(--nb-border-color);
}
.nb-ecommerce-footer-1 .nb-footer-top-wrapper *{
    color: var(--nb-color-white);
}
.nb-ecommerce-footer-1 .nb-footer-middle-wrapper{
    padding: 50px 0;
    border-bottom: var(--nb-border-width) var(--nb-border-style) var(--nb-border-color);
}
.nb-ecommerce-footer-1 .nb-footer-middle-wrapper .nb-info-box-8-wrapper .custom-text{
    font-weight: 700;
}
.nb-ecommerce-footer-1 .nb-footer-middle-wrapper .nb-info-box-8-wrapper .custom-text p{
    display: inline;
}
.nb-ecommerce-footer-1 .nb-footer-middle-wrapper .nb-footer-links .col{
    border-right: var(--nb-border-width) var(--nb-border-style) var(--nb-border-color);
}
.nb-ecommerce-footer-1 .nb-footer-middle-wrapper .nb-content-wrapper .row>.col-12:first-of-type{
    border-right: var(--nb-border-width) var(--nb-border-style) var(--nb-border-color);
}
.nb-ecommerce-footer-1 .nb-footer-middle-wrapper .nb-footer-newsletter-3 .nb-heading-with-subheading{
    text-align: left;
}
.nb-ecommerce-footer-1 .nb-footer-middle-wrapper .nb-change-site-instance-1{
    margin-top: 40px;
}
.nb-ecommerce-footer-1 .nb-footer-bottom-wrapper .nb-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.nb-ecommerce-footer-1 .nb-footer-copyright {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    border-top: var(--nb-border-width) var(--nb-border-style) var(--nb-border-color);
}
.nb-ecommerce-footer-1 .nb-footer-disclaimer{
    overflow: hidden;
    flex: 1;
}
.nb-ecommerce-footer-1 .nb-footer-payment-cards{
    flex: 1;
    justify-content: end;
}
.nb-ecommerce-footer-1 .nb-footer-payment-cards .nb-img {
    height: 25px;
}

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


@media screen and (max-width: 992px) {
    .nb-ecommerce-footer-1 .nb-footer-top-wrapper .slick-active:not(:last-of-type) {
        border-right: unset;
    }
}
@media screen and (max-width: 768px) {
    .nb-ecommerce-footer-1 .nb-footer-middle-wrapper{
        padding: 20px 16px;
    }
    .nb-ecommerce-footer-1 .nb-footer-middle-wrapper .nb-footer-links .col{
        border-right: unset;
    }
    .nb-ecommerce-footer-1 .nb-footer-middle-wrapper .nb-content-wrapper .row>.col-12:first-of-type{
        border-right: unset;
    }
    .nb-ecommerce-footer-1 .nb-footer-middle-wrapper .nb-footer-newsletter-3 .nb-heading-with-subheading{
        text-align: center;
    }
    .nb-ecommerce-footer-1 .nb-footer-middle-wrapper .nb-footer-social-networks{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .nb-ecommerce-footer-1 .nb-footer-bottom-wrapper .nb-wrapper {
        flex-direction: column-reverse;
    }
    .nb-ecommerce-footer-1 .nb-footer-payment-cards{
        justify-content: center;
    }
    .nb-ecommerce-footer-1 .nb-footer-disclaimer{
        text-align: center;
    }
    .nb-ecommerce-footer-1 .nb-footer-middle-wrapper .nb-content-wrapper .row> .col-12:first-of-type,
    .nb-ecommerce-footer-1 .nb-footer-middle-wrapper .nb-footer-links .col{
        border-bottom: var(--nb-border-width) var(--nb-border-style) var(--nb-border-color);
    }
    .nb-ecommerce-footer-1 .nb-footer-middle-wrapper .nb-info-box-8-wrapper.nb-collapse-content{
        padding-bottom: 15px;
    }
}
@media screen and (max-width: 576px) {
    .nb-ecommerce-footer-1 .nb-footer-top-wrapper {
        height: 140px;
        padding-bottom: 10px;
    }
    .nb-ecommerce-footer-1 .nb-footer-mobile-collapse .nb-collapse-button:before {
        position: absolute;
        right: 10px;
        font-size: 14px;
        transform: translateY(50%);
        display: block;
        color: var(--nb-color-black);
    }
    .nb-ecommerce-footer-1 .nb-collapse-button.active:before {
        transform: translateY(50%) rotateZ(180deg);
    }
    .nb-ecommerce-footer-1 .nb-footer-copyright{
        flex-direction: column;
        align-items: center;
        gap: 0;
    }
}

/*
/* NB Fajl:'./components/complex/cart/cart-price/cart-price-regular/cart-price-regular.css.'
*/:root{
    --nb-cart-item-regular-price-color: var(--nb-product-regular-price-color);
    --nb-cart-item-regular-price-decoration: var(--nb-product-regular-price-decoration);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

}

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

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

}

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


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

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

}

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


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

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

}

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


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

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

.nb-cart-price-total-without-vat {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

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

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

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

@media screen and (max-width: 576px) {
    :root {
        --nb-cart-price-total-without-vat-label-font-size: 12px;
        --nb-cart-price-total-without-vat-label-line-height: 16px;
        --nb-cart-price-total-without-vat-value-font-size: 14px;
        --nb-cart-price-total-without-vat-value-line-height: 19px;
    }
}
/*
/* NB Fajl:'./components/complex/cart/cart-price/cart-price-saving/cart-price-saving.css.'
*/:root{
    --nb-cart-item-saving-price-color: var(--nb-product-saving-price-color);

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

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

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

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

.nb-price-saving {
    color: var(--nb-cart-item-saving-price-color);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nb-btn.nb-btn-pricing-quick-basket.addingItem .nb-dot-4 {
    animation-delay: 1s;
}
@keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 0; }
    100% { opacity: 1; }
}
/*
/* NB Fajl:'./_blocks/checkout/mini-cart/mini-cart-offcanvas/mini-cart-offcanvas-1/mini-cart-offcanvas-1.css.'
*/.nb-mini-cart-offcanvas-1 .nb-cart-items-list {
    margin-top: 25px;
}


/*
/* NB Fajl:'./components/core/messaging/NBAlert2/NBAlert2.css.'
*/.nb-alert-2 {
    padding: 30px 20px;
    background-color: var(--nb-alert-2-bg);
    color: var(--nb-alert-2-color);
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

.nb-alert-2.nb-alert-2-warning .nb-icon,
.nb-alert-2.nb-alert-warning .nb-icon {
    color: var(--nb-alert-2-warning-border-color);
}
/*
/* NB Fajl:'./components/complex/form/checkbox/register-privacy-policy-consent-checkbox/register-privacy-policy-consent-checkbox.css.'
*/.nb-btn.nb-btn-primary-transparent.nb-check-all-btn {
    background-color: var(--nb-color-white);
    color: var(--nb-spec-color);
    font-size: 12px;
    font-weight: var(--nb-font-weight-400);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    min-width: 78px;
    min-height: 28px;
    padding: 0 14px;
}

.nb-btn.nb-btn-primary-transparent.nb-check-all-btn:focus,
.nb-btn.nb-btn-primary-transparent.nb-check-all-btn:active,
.nb-btn.nb-btn-primary-transparent.nb-check-all-btn:hover {
    background-color: var(--nb-spec-color);
    border-color: var(--nb-spec-color);
    color: var(--nb-color-white);
}
/*
/* NB Fajl:'./components/complex/forms/registration-forms/register-form-company-user-1/register-form-company-user-1.css.'
*/:root {
    --nb-register-form-company-user-1-gap: 20px;

    --nb-register-form-company-user-1-submit-btn-min-width: 420px;

    --nb-register-form-company-user-1-login-wrapper-gap: 10px;

    --nb-register-form-company-user-1-login-link-label-color: var(--nb-text-color-primary);
    --nb-register-form-company-user-1-login-link-label-font-size: var(--nb-font-size-14);
    --nb-register-form-company-user-1-login-link-label-font-weight: var(--nb-font-weight-400);

    --nb-register-form-company-user-1-login-link-color: var(--nb-text-color-primary);
    --nb-register-form-company-user-1-login-link-hover-color: var(--nb-spec-color);
    --nb-register-form-company-user-1-login-link-font-size: var(--nb-font-size-14);
    --nb-register-form-company-user-1-login-link-font-weight: var(--nb-font-weight-400);
}

.nb-register-form-company-user-1 {
    display: flex;
    flex-direction: column;
    gap: var(--nb-register-form-company-user-1-gap);
}

.nb-register-form-company-user-1 .nb-alert-2 {
    margin-bottom: 15px;
}

.nb-register-form-company-user-1 .nb-btn.nb-btn-form {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    min-width: var(--nb-register-form-company-user-1-submit-btn-min-width);
}

.nb-register-form-company-user-1 .nb-login-link-wrapper {
    display: flex;
    align-items: center;
    gap: var(--nb-register-form-company-user-1-login-wrapper-gap);
    margin: 0 auto;
}

.nb-register-form-company-user-1 .nb-login-link-wrapper .nb-login-link-label {
    color: var(--nb-register-form-company-user-1-login-link-label-color);
    font-size: var(--nb-register-form-company-user-1-login-link-label-font-size);
    font-weight: var(--nb-register-form-company-user-1-login-link-label-font-weight);
}

.nb-register-form-company-user-1 .nb-login-link-wrapper .nb-login-link {
    color: var(--nb-register-form-company-user-1-login-link-color);
    font-size: var(--nb-register-form-company-user-1-login-link-font-size);
    font-weight: var(--nb-register-form-company-user-1-login-link-font-weight);
}

.nb-register-form-company-user-1 .nb-login-link-wrapper .nb-login-link:hover {
    color: var(--nb-register-form-company-user-1-login-link-hover-color);
}
/*
/* NB Fajl:'./components/complex/form/social-login/social-login.css.'
*/:root {
    --nb-social-login-btn-color: var(--nb-color-dark);
    --nb-social-login-btn-bg: transparent;
    --nb-social-login-btn-border-color: var(--nb-btn-dark-border-color);

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

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

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

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

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

.nb-social-login > * {
    flex: 1;
    justify-content: center;
}
/*
/* NB Fajl:'./components/complex/forms/registration-forms/register-form-physical-user-1/register-form-physical-user-1.css.'
*/:root {
    --nb-register-form-physical-user-1-gap: 20px;

    --nb-register-form-physical-user-1-submit-btn-min-width: 420px;

    --nb-register-form-physical-user-1-login-wrapper-gap: 10px;

    --nb-register-form-physical-user-1-login-link-label-color: var(--nb-text-color-primary);
    --nb-register-form-physical-user-1-login-link-label-font-size: var(--nb-font-size-14);
    --nb-register-form-physical-user-1-login-link-label-font-weight: var(--nb-font-weight-400);

    --nb-register-form-physical-user-1-login-link-color: var(--nb-text-color-primary);
    --nb-register-form-physical-user-1-login-link-hover-color: var(--nb-spec-color);
    --nb-register-form-physical-user-1-login-link-font-size: var(--nb-font-size-14);
    --nb-register-form-physical-user-1-login-link-font-weight: var(--nb-font-weight-400);
}

.nb-register-form-physical-user-1 {
    display: flex;
    flex-direction: column;
    gap: var(--nb-register-form-physical-user-1-gap);
}

.nb-register-form-physical-user-1 .nb-alert-2 {
    margin-bottom: 15px;
}

.nb-register-form-physical-user-1 .nb-btn.nb-btn-form {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    min-width: var(--nb-register-form-physical-user-1-submit-btn-min-width);
}

.nb-register-form-physical-user-1 .nb-login-link-wrapper {
    display: flex;
    align-items: center;
    gap: var(--nb-register-form-physical-user-1-login-wrapper-gap);
    margin: 0 auto;
}

.nb-register-form-physical-user-1 .nb-login-link-wrapper .nb-login-link-label {
    color: var(--nb-register-form-physical-user-1-login-link-label-color);
    font-size: var(--nb-register-form-physical-user-1-login-link-label-font-size);
    font-weight: var(--nb-register-form-physical-user-1-login-link-label-font-weight);
}

.nb-register-form-physical-user-1 .nb-login-link-wrapper .nb-login-link {
    color: var(--nb-register-form-physical-user-1-login-link-color);
    font-size: var(--nb-register-form-physical-user-1-login-link-font-size);
    font-weight: var(--nb-register-form-physical-user-1-login-link-font-weight);
}

.nb-register-form-physical-user-1 .nb-login-link-wrapper .nb-login-link:hover {
    color: var(--nb-register-form-physical-user-1-login-link-hover-color);
}

.nb-register-form-physical-user-1 .nb-social-login {
    display: flex;
    gap: 20px;
    padding-bottom: 20px;
}

.nb-register-form-physical-user-1 .nb-social-login:has(.nb-btn-wrapper) {
    flex-direction: column;
}

.nb-register-form-physical-user-1 .nb-social-login .nb-social-login-label {
    color: var(--nb-text-color-primary);
    font-size: var(--nb-font-size-14);
    font-weight: var(--nb-font-weight-400);
    display: flex;
    align-items: center;
    text-align: center;
    gap: 15px;
}

.nb-register-form-physical-user-1 .nb-social-login-label::before,
.nb-register-form-physical-user-1 .nb-social-login-label::after {
    content: "";
    flex: 1;
    height: 1px;
    background: var(--nb-border-color);
}

.nb-register-form-physical-user-1 .nb-social-login .nb-btn-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
}

.nb-register-form-physical-user-1 .nb-social-login:has(:not(.nb-btn-wrapper)) > *,
.nb-register-form-physical-user-1 .nb-social-login .nb-btn-wrapper > * {
    flex: 1;
    justify-content: center;
}

@media screen and (max-width: 576px) {
    .nb-register-form-physical-user-1 .nb-btn.nb-btn-form{
        min-width: 100%;
    }
}
/*
/* NB Fajl:'./static/css/nbcomponent/nb7.autocomplete.css.'
*/.twitter-typeahead .tt-dropdown-menu {
    background: #ffffff;
    width: 100%;
    border: 1px solid var(--nb-border-color);
    padding: 10px;
    cursor: pointer;
    z-index: 99999 !important;
}
.twitter-typeahead{
    display: block !important;
}

.form-floating:has(>.twitter-typeahead .form-control:focus) .nb-label, .form-floating:has(.twitter-typeahead>.form-control.tt-input:not(:placeholder-shown)) .nb-label{
    opacity: .65;
    transform: scale(.85) translateY(-.5rem) translateX(.15rem);
}

.autocomplete-spinner{
    position: absolute;
    right: 10px;
    top: 12px;
    width: 20px;
    height: 20px;
    border-width: 2px;
    display: none;
}


/*
/* NB Fajl:'./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/registration/registration-form-1/registration-form-1.css.'
*/.nb-registration-form-1-block .nb-genders-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
}

.nb-registration-form-1-block .nb-checkbox-wrapper {
    position: relative;
}

.nb-registration-form-1-block .nb-checkbox-wrapper + .nb-checkbox-wrapper {
    margin-top: 15px;
}

.nb-registration-form-1-block .nb-checkbox-wrapper .nb-form-check {
    max-width: max-content;
}

.nb-registration-form-1-block .nb-checkbox-wrapper .parsley-errors-list {
    bottom: -15px;
}

:root {
    --nb-registration-page-form-tmp-4-title-color: var(--nb-text-color-primary);
    --nb-registration-page-form-tmp-4-title-font-size: 32px;
    --nb-registration-page-form-tmp-4-title-font-weight: var(--nb-font-weight-700);

    --nb-registration-page-form-tmp-4-subtitle-color: var(--nb-text-color-primary);
    --nb-registration-page-form-tmp-4-subtitle-font-size: 18px;
    --nb-registration-page-form-tmp-4-subtitle-font-weight: var(--nb-font-weight-400);
}

.nbtmp-registration-page-form-tmp-4 .layout:has(.nb-registration-form-1-block) {
    height: 100%;
    place-content: center;
    max-width: 850px;
    margin: auto;
    padding: 30px 0;
}

.nbtmp-registration-page-form-tmp-4 .nb-heading-with-subheading .nb-title {
    color: var(--nb-registration-page-form-tmp-4-title-color);
    font-size: var(--nb-registration-page-form-tmp-4-title-font-size);
    font-weight: var(--nb-registration-page-form-tmp-4-title-font-weight);
}

.nbtmp-registration-page-form-tmp-4 .nb-heading-with-subheading .nb-sub-heading {
    color: var(--nb-registration-page-form-tmp-4-subtitle-color);
    font-size: var(--nb-registration-page-form-tmp-4-subtitle-font-size);
    font-weight: var(--nb-registration-page-form-tmp-4-subtitle-font-weight);
}

.nbtmp-registration-page-form-tmp-4 .nb-registration-form-1-block {
    width: 100%;
}

.nbtmp-registration-page-form-tmp-4 .nb-registration-form-1-block .nb-social-login {
    padding: 0;
}

@media screen and (max-width: 768px) {
    :root {
        --nb-registration-page-form-tmp-4-title-font-size: 32px;
        --nb-registration-page-form-tmp-4-subtitle-font-size: 18px;
    }

    .nbtmp-registration-page-form-tmp-4 .layout:has(.nb-registration-form-1-block) {
        max-width: calc(100% - (2 * var(--nb-gutter-x)));
    }
}
/*
/* NB Fajl:'./_blocks/user/account/registration/registration-modal-placeholder-1/registration-modal-placeholder-1.css.'
*/:root {
    --nb-registration-modal-placeholder-1-header-padding-x: 16px;
    --nb-registration-modal-placeholder-1-header-padding-y: 16px;

    --nb-registration-modal-placeholder-1-title-color: var(--nb-text-color-primary);
    --nb-registration-modal-placeholder-1-title-font-size: var(--nb-font-size-22);
    --nb-registration-modal-placeholder-1-title-font-weight: var(--nb-font-weight-600);
    --nb-registration-modal-placeholder-1-title-text-transform: uppercase;

    --nb-registration-modal-placeholder-1-description-color: var(--nb-text-color-primary);
    --nb-registration-modal-placeholder-1-description-font-size: var(--nb-font-size-16);
    --nb-registration-modal-placeholder-1-description-font-weight: var(--nb-font-weight-400);
    --nb-registration-modal-placeholder-1-description-text-align: center;

    --nb-registration-modal-placeholder-1-close-btn-width: 24px;
    --nb-registration-modal-placeholder-1-close-btn-height: 24px;
    --nb-registration-modal-placeholder-1-close-btn-color: var(--nb-text-color-primary);
    --nb-registration-modal-placeholder-1-close-btn-bg: transparent;
    --nb-registration-modal-placeholder-1-close-btn-border-radius: var(--nb-border-radius-full);
    --nb-registration-modal-placeholder-1-close-btn-font-size: var(--nb-font-size-18);
    --nb-registration-modal-placeholder-1-close-btn-font-weight: var(--nb-font-weight-500);

    --nb-registration-modal-placeholder-1-body-gap: 28px;
    --nb-registration-modal-placeholder-1-body-padding-x: 26px;
    --nb-registration-modal-placeholder-1-body-padding-y: 32px;
}

.nb-registration-modal-placeholder-1-block .nb-registration-modal-placeholder-1 .nb-modal-header {
    padding: var(--nb-registration-modal-placeholder-1-header-padding-y) var(--nb-registration-modal-placeholder-1-header-padding-x);
}

.nb-registration-modal-placeholder-1-block .nb-registration-modal-placeholder-1 .nb-modal-title {
    color: var(--nb-registration-modal-placeholder-1-title-color);
    font-size: var(--nb-registration-modal-placeholder-1-title-font-size);
    font-weight: var(--nb-registration-modal-placeholder-1-title-font-weight);
    text-transform: var(--nb-registration-modal-placeholder-1-title-text-transform);
}

.nb-registration-modal-placeholder-1-block .nb-registration-modal-placeholder-1 .nb-html-editor {
    text-align: var(--nb-registration-modal-placeholder-1-description-text-align);
}

.nb-registration-modal-placeholder-1-block .nb-registration-modal-placeholder-1 .nb-html-editor,
.nb-registration-modal-placeholder-1-block .nb-registration-modal-placeholder-1 .nb-html-editor > * {
    color: var(--nb-registration-modal-placeholder-1-description-color);
    font-size: var(--nb-registration-modal-placeholder-1-description-font-size);
    font-weight: var(--nb-registration-modal-placeholder-1-description-font-weight);
}

.nb-registration-modal-placeholder-1-block .nb-registration-modal-placeholder-1 .nb-btn-close {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--nb-registration-modal-placeholder-1-close-btn-color);
    width: var(--nb-registration-modal-placeholder-1-close-btn-width);
    height: var(--nb-registration-modal-placeholder-1-close-btn-height);
    background-color: var(--nb-registration-modal-placeholder-1-close-btn-bg);
    border-radius: var(--nb-registration-modal-placeholder-1-close-btn-border-radius);
}

.nb-registration-modal-placeholder-1-block .nb-registration-modal-placeholder-1 .nb-btn-close:before {
    font-size: var(--nb-registration-modal-placeholder-1-close-btn-font-size);
    font-weight: var(--nb-registration-modal-placeholder-1-close-btn-font-weight) !important;
}

.nb-registration-modal-placeholder-1-block .nb-registration-modal-placeholder-1 .nb-modal-body {
    display: flex;
    flex-direction: column;
    gap: var(--nb-registration-modal-placeholder-1-body-gap);
    padding: var(--nb-registration-modal-placeholder-1-body-padding-y) var(--nb-registration-modal-placeholder-1-body-padding-x);
}

.nb-registration-modal-placeholder-1-block .nb-registration-modal-placeholder-1 .nb-modal-body:has(.nb-registration-form-2-block) {
    padding: 20px;
}
/*
/* NB Fajl:'./components/complex/forms/login-forms/login-form-1/login-form-1.css.'
*/:root {
    --nb-login-form-1-border-width: var(--nb-border-width);
    --nb-login-form-1-border-color: var(--nb-border-color);

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

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

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

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

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

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

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

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

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

/*
/* NB Fajl:'./_blocks/user/account/login/login-modal-1/login-modal-1.css.'
*/.block-editing .block .nb-modal{
    position: relative;
    opacity: 1;
    display: block;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 576px) {
    .login-modal{
        --nb-modal-padding-y: var(--nb-spacer-y);
        --nb-modal-padding-x: var(--nb-spacer-x);
    }
}
/*
/* NB Fajl:'./components/complex/forms/lost-password-forms/lost-password-form-1/lost-password-form-1.css.'
*/.nb-lost-password-form-1 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

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

.nb-lost-password-form-1 .nb-btn {
    width: 100%;
    margin-top: var(--nb-spacer-y);
}

.nb-lost-password-form-1 .nb-form-fields-wrapper {
    margin-bottom: 20px;
}

.nb-lost-password-form-1 .nb-link {
    font-size: var(--nb-font-size-14);
}
/*
/* NB Fajl:'./_blocks/user/account/lost-password/lost-password-modal-1/lost-password-modal-1.css.'
*/.block-editing .block .nb-modal {
    position: relative;
    opacity: 1;
    display: block;
    z-index: 1;
}

.nb-lost-password-modal-1 .nb-lost-password-description {
    font-size: var(--nb-paragraph-s);
    margin-bottom: 30px;
    text-align: center;
    padding: 0 50px;
}
/*
/* NB Fajl:'./components/complex/newsletter/newsletter-form-popup-1/newsletter-form-popup-1.css.'
*/:root {
    --nb-newsletter-form-popup-1-title-color: var(--nb-text-color-primary);
    --nb-newsletter-form-popup-1-title-font-size: var(--nb-font-size-20);
    --nb-newsletter-form-popup-1-title-font-weight: var(--nb-font-weight-600);

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 576px) {
    .nb-newsletter-form-popup-1 .nb-submit-newsletter-wrapper .nb-btn {
        position: relative;
        top: unset;
        right: unset;
        transform: unset;
        width: 100%;
        border-top-left-radius: var(--nb-btn-border-radius);
        border-bottom-left-radius: var(--nb-btn-border-radius);
        margin: 20px 0;
    }

    .nb-newsletter-form-popup-1 .nb-newsletter-description {
        max-width: 264px;
        text-align: center;
        margin: 0 auto;
    }
}
/*
/* NB Fajl:'./_blocks/marketing/newsletter/newsletter-form/newsletter-form-popup-1/newsletter-form-popup-1.css.'
*/:root {
    --nb-popup-newsletter-form-popup-1-height: 400px;

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

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

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

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

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

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

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

.nb-popup-newsletter-form-popup-1 .modal-header {
    text-transform: capitalize;
}

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

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

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

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

.nb-popup-newsletter-form-popup-1 .nb-newsletter-form-popup-1 .nb-img-wrapper {
    flex: 0 0 320px;
}

.nb-popup-newsletter-form-popup-1 .nb-newsletter-form-popup-1 .nb-img-wrapper .nb-link,
.nb-popup-newsletter-form-popup-1 .nb-newsletter-form-popup-1 .nb-img-wrapper .nb-link .nb-img {
    width: 100%;
}

.nb-popup-newsletter-form-popup-1 .nb-newsletter-form-popup-1 .nb-newsletter-info-wrapper {
    flex: 1;
}

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

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

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

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

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

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

    :root {
        --nb-popup-newsletter-form-popup-1-title-color: var(--nb-text-color-primary);
        --nb-popup-newsletter-form-popup-1-height: 100%;
        --nb-popup-newsletter-form-popup-1-padding-y: 13px;
    }

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

    .nb-popup-newsletter-form-popup-1 .nb-btn-close {
        top: 50%;
        transform: translateY(-50%);
        right: 30px;
        position: absolute;
    }
    
    .nb-popup-newsletter-form-popup-1 .nb-newsletter-form-popup-1 .nb-img-wrapper {
        flex: none;
    }

    .nb-popup-newsletter-form-popup-1 .nb-newsletter-form-popup-1 .nb-newsletter-info-wrapper {
        flex: none;
    }

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

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

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

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

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

    .nb-popup-newsletter-form-popup-1 .nb-newsletter-title {
        display: none;
    }
}
/*
/* NB Fajl:'./components/complex/slider/slider-item/slider-item-box-23/slider-item-box-23.css.'
*/.nb-slider-item-box-23{
    display: flex;
    flex-direction: row;
}
.nb-slider-item-box-23 .nb-img{
    max-width: 30px;
    max-height: 30px;
    border-radius: 50%;
}
.nb-slider-item-box-23 .nb-slider-item-image{
    margin-right: 10px;
}
.nb-slider-item-box-23 .nb-link{
    font-size: var(--nb-font-size-16);
    font-weight: var(--nb-font-regular);
}
/*
/* NB Fajl:'./_blocks/content/site-info-block/content-country/country-selection-offcanvas-1/country-selection-offcanvas-1.css.'
*/body.block-editing .nb-country-selection-offcanvas-1 .nb-offcanvas{
    position: relative;
    visibility: visible;
    z-index: 3;
    max-height: 70vh;
}
.nb-country-selection-offcanvas-1 .nb-slider-item-box-23,
.nb-country-selection-offcanvas-1 .nb-last-line{
    margin-bottom: 20px;
}

.nb-country-selection-offcanvas-1 .nb-link-with-image-1 .nb-link,
.nb-country-selection-offcanvas-1 .nb-link-with-image-1 .nb-link.text-link-1.nb-secondary-link {
    padding: 0;
    font-size: var(--nb-font-size-16);
    margin-bottom: 20px;
    background-color: unset;
}
/*
/* NB Fajl:'./components/complex/user/mandatory-login/mandatory-login-1/mandatory-login-1.css.'
*/:root {
    --nb-mandatory-login-1-title-font-size: var(--nb-font-size-14);
    --nb-mandatory-login-1-title-font-weight: var(--nb-font-weight-600);
    --nb-mandatory-login-1-title-color: var(--nb-text-color-primary);

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

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

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

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

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

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

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

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

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

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

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

.nb-mandatory-register-1 .nb-btn {
    min-width: 100%;
}
/*
/* NB Fajl:'./components/complex/user/mandatory-login/mandatory-login-case-1/mandatory-login-case-1.css.'
*/:root {
    --nb-mandatory-login-case-1-width: 100%;

    --nb-mandatory-login-case-1-title-font-size: var(--nb-font-size-16);
    --nb-mandatory-login-case-1-title-font-weight: var(--nb-font-weight-600);
    --nb-mandatory-login-case-1-title-color: var(--nb-text-color-primary);

    --nb-mandatory-login-case-1-description-bg: var(--nb-color-gray-100);
    --nb-mandatory-login-case-1-description-font-size: var(--nb-font-size-14);
    --nb-mandatory-login-case-1-description-font-weight: var(--nb-body-font-weight);
    --nb-mandatory-login-case-1-description-color: var(--nb-text-color-primary);
}

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

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

.nb-mandatory-login-case-1 .nb-mandatory-login-case-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    padding: 10px;
    background-color: var(--nb-mandatory-login-case-1-description-bg);
}

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

.nb-mandatory-login-case-1 .nb-mandatory-login-case-description {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: var(--nb-rows);
    -webkit-box-orient: vertical;
    font-size: var(--nb-mandatory-login-case-1-description-font-size);
    font-weight: var(--nb-mandatory-login-case-1-description-font-weight);
    color: var(--nb-mandatory-login-case-1-description-color);
}
/*
/* NB Fajl:'./components/complex/user/mandatory-login/mandatory-login-modal-1/mandatory-login-modal-1.css.'
*/.nb-mandatory-login-modal-1 .nb-modal-body {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
/*
/* NB Fajl:'./_blocks/element/icon/contact-icon/contact-icon-1/contact-icon-1.css.'
*/:root{
    --nb-contact-1-right-position: 50px;
    --nb-contact-1-bottom-position: 50px;
    --nb-contact-1-width: 50px;
    --nb-contact-1-height: 50px;
    --nb-contact-1-bg: var(--nb-color-white);
    --nb-contact-1-border-color: var(--nb-color-black);
    --nb-contact-1-icon-color: var(--nb-color-black);
    --nb-contact-1-icon-fs: 24px;
}
body:not(.block-editing) .nb-contact-1{
    position: fixed;
    right: var(--nb-contact-1-right-position);
    bottom: var(--nb-contact-1-bottom-position);

    z-index: 99;
}
.block-editing .nb-contact-1 .dd-edit-block-wrapper{
    transform: translateX(-50px);
}
.nb-contact-1{
    width: var(--nb-contact-1-width);
    height: var(--nb-contact-1-height);
    background: var(--nb-contact-1-bg);
    border: 2px solid var(--nb-contact-1-border-color);
    box-shadow: 0px 16px 48px 0px #00000038;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.nb-contact-1:hover{
    --nb-contact-1-bg: var(--nb-color-black);
    --nb-contact-1-icon-color: var(--nb-color-white);
}
.nb-contact-1 .nb-link{
    color: var(--nb-contact-1-icon-color);
}
.nb-contact-1 .nb-link .nb-icon{
    font-size: var(--nb-contact-1-icon-fs);
    line-height: 1;
}
.nb-contact-1 .nb-link .nb-icon:before{
    vertical-align: middle;
}
@media screen and (max-width: 576px){
    :root{
        --nb-contact-1-right-position: 20px;
        --nb-contact-1-bottom-position: 20px;
    }
}
/*
/* NB Fajl:'./nbthemes/nbshop_tiffany/css/nb7.custom.css.'
*/:root{
    --nb-custom-color-1: #212529; /* top footer border color  */
    --nb-custom-color-2: #3B3B3B; /* footer links border color  */
    --nb-custom-color-3: #0000002d; /* carousel-banner-3 arrow background color  */
    --nb-custom-color-4: #00000040; /* article listing card box-shadow */
    --nb-custom-color-5: #888888; /* article listing date color */
    --nb-custom-color-6: #212529; /* mini cart */
    --nb-custom-color-7: #ADB5BD; /* mini cart prev price color */
    --nb-custom-color-8: #00000033; /* offcanvas footer box-shadow */
    --nb-custom-color-9: #F9F9F9; /* product listing filter bg i quantity arrows */
    --nb-custom-color-10: #D9D9D9; /* product detail dots bg */
    --nb-custom-color-11: #595858; /* boja teksta na regular stranama - klijent */
}

/* Generalni scroll */
html {
    scrollbar-gutter: stable;
}

html::-webkit-scrollbar-button,
body::-webkit-scrollbar-button {
    display: none !important;
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
    width: 4px !important;
}

html::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb {
    background: var(--nb-spec-color) !important;
}

html::-webkit-scrollbar-track,
body::-webkit-scrollbar-track {
    background: var(--nb-color-gray-100) !important;
}
html:has(.nb-offcanvas.show, .nb-modal.show){
    overflow: hidden;
}
body:has(.nb-carousel-banner-3, .three-banner-carousel-with-left-text-content){
    overflow-x: unset !important;
}
.nb-custom-scroll-1{
    --nb-scroll-1-width: 3px;
}
.nb-offcanvas:focus-visible {
    outline: unset;
    outline-offset: unset;
}
*:focus-visible {
    box-shadow: unset;
    -webkit-box-shadow: unset;
    -moz-box-shadow: unset;
}
.nb-select:focus-visible {
    outline: unset;
}
.form-control.nb-input.parsley-error,
.form-select.nb-select.parsley-error,
.form-control.nb-textarea.parsley-error{
    background-color: var(--nb-input-bg);
}

main > *:first-child .nb-carousel-banner-30:first-child .nb-slider-item-box-42{
    height: calc(100svh - 70px);
    width: 100%;
}
.nb-carousel-banner-30 .nb-slider-item-box-42 .nb-html-video,
.nb-carousel-banner-30 .nb-slider-item-box-42 .nb-slider-item-image,
.nb-carousel-banner-30 .nb-slider-item-box-42 .nb-slider-item-image > .nb-img-wrapper{
    width: 100%;
    height: 100%;
}

.nb-carousel-banner-30 .nb-slider-item-box-42 .nb-html-video video,
.nb-carousel-banner-30 .nb-slider-item-box-42 .nb-slider-item-image .nb-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.nb-grid-banner-49 .nb-slider-item-box-7 .nb-image-with-text-over .nb-title-and-description-wrapper .custom-text{
    text-transform: uppercase;
}
.nb-grid-banner-49 .nb-slider-item-box-7 .nb-title-and-description-wrapper .nb-link{
    margin-top: 4px;
    text-decoration: underline;
}
.nb-grid-banner-49 .nb-slider-item-box-7 .nb-title-and-description-wrapper .nb-link:hover{
    text-decoration: unset;
}

/*-------------------------------------*/
/* Header i footer */
.nb-ecommerce-header-14{
    width: 100vw;
}
.nb-ecommerce-header-14 .nb-header-top-wrapper .nb-header-site-quick-links > *{
    font-size: unset;
}
.nb-ecommerce-header-14 .nb-header-top-wrapper .nb-header-site-quick-links .nb-icon:before{
    font-size: 16px;
}
.nb-ecommerce-header-14 .nb-header-top-wrapper .nb-header-site-quick-links .nb-link{
    text-decoration: underline;
    line-height: 18px;
    text-underline-offset: 3px;
    font-size: 12px;
}
.nb-ecommerce-header-14 .nb-header-top-wrapper .nb-header-site-quick-links .nb-link:hover{
    text-decoration: unset;
}
.nb-ecommerce-header-14 .nb-header-top-wrapper .nb-header-info-carousel-1 .nb-slider .nb-slider-arrows .slider-arrow > i{
    font-size: 10px;
}
.nb-ecommerce-header-14 .nb-header-top-wrapper .nb-header-info-carousel-1 .nb-link:hover{
    text-decoration: underline;
}
.nb-ecommerce-header-14 .nb-header-wrapper:has(.wsmenu-list>li:hover),
.nb-ecommerce-header-14 .nb-header-wrapper{
    padding: 12px;
    /*box-shadow: unset;*/
    border-bottom: var(--nb-border-width) var(--nb-border-style) var(--nb-color-gray);
}
.nb-ecommerce-header-14 .wsmenu>.wsmenu-list>li>.wsshoptabing.nb-dropdown-2{
    top: 56px;
}
.nb-ecommerce-header-14 .nb-header-middle-wrapper .nb-header-shop-utilities{
    gap: 20px;
}
.nb-ecommerce-header-14 .nb-header-favorite-with-badge-1 .nb-header-favorite-count-wrapper,
.nb-ecommerce-header-14 .nb-header-cart-with-badge-1 .nb-header-cart-count-wrapper{
    width: 17px;
    height: 17px;
}
.nb-ecommerce-header-14 .nb-header-shop-utilities-wrapper .nb-header-shop-utilities .nb-search,
.nb-ecommerce-header-14 .nb-header-favorite-with-badge-1 .nb-icon,
.nb-ecommerce-header-14 .nb-header-cart-with-badge-1 .nb-icon{
    font-size: 20px;
}
.nb-ecommerce-header-14 .nb-header-site-user-1 .nb-login-link{
    position: relative;
    border-right-color: transparent;
    padding-right: 15px;
}
.nb-ecommerce-header-14 .nb-header-site-user-1 .nb-login-link:after{
    content: '';
    height: 10px;
    border-right: var(--nb-border-width) var(--nb-border-style) var(--nb-color-white);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.nb-ecommerce-header-14 .nb-header-site-user-1 .nb-link:hover{
    text-decoration: underline;
}
.nb-ecommerce-header-14 .nb-header-shop-utilities .nb-icon:hover{
    color: var(--nb-text-color-secondary);
}
.nb-ecommerce-header-14 .nb-header-site-quick-links .nb-link{
    position: relative;
}

.nb-ecommerce-header-14 .nb-menu-first-level-item-list li:hover .nb-first-level-menu-item-title{
    text-decoration: underline;
}
.nb-ecommerce-header-23 .nb-header-wrapper .nb-header-favorite-with-badge-1 .nb-icon{
    font-size: 24px;
}
.nb-search-icon-2 .nb-search-input-wrapper .nb-input{
    border-radius: var(--nb-input-border-radius);
    padding-right: 35px;
}
.nb-smart-search-modal-2 .nb-search.nb-search-2{
    top: 10px;
}
.nb-search-input-wrapper .nb-search-close{
    right: 10px;
    top: 5px;
}
.nb-search-product-grid-2 .nb-title-link-wrapper{
    margin-bottom: 20px;
}
.nb-search-product-grid-2 .nb-title-link-wrapper .nb-link{
    text-decoration: underline;
}
.nb-search-product-grid-2 .nb-title-link-wrapper .nb-link:hover{
    text-decoration: none;
}
.nb-search-product-grid-2 .nb-items-wrapper{
    padding-bottom: 0;
}
.nb-product-card-5 .nb-product-card .nb-img-wrapper{
    padding-right: 5px;
}
.nb-product-card-5 .nb-product-card .nb-img-wrapper .nb-img{
    border: 1px solid var(--nb-border-color);
    max-height: 98px;
}
.nb-product-card-5 .nb-product-card.nb-card .nb-card-body.nb-product-card-body .nb-product-prices-1{
    height: 50px;
    margin-top: 8px;
}
.nb-product-card-5 .nb-card.nb-product-card .card-body.nb-card-body.nb-product-card-body{
    padding-top: 12px;
    padding-bottom: 10px;
    padding-left: 5px;
}
.nb-product-card-5 .nb-product-card .nb-card-body .nb-product-prices-1:has(.nb-price-regular:not(.hidden)) .nb-price.nb-price-active{
    color: var(--nb-color-red);
}
.nb-product-card-5 .nb-product-prices-1 .nb-price.nb-price-prev,
.nb-product-card-5 .nb-product-prices-1 .nb-price.nb-price-active{
    line-height: 1.5;
}
.wsmenu>.wsmenu-list>li.nb-menu-first-level-item-3>.nb-first-level-menu-item-link .nb-menu-title{
    text-transform: none;
}

.nb-ecommerce-footer-1 {
    --nb-dots-color: var(--nb-color-gray);
    --nb-dots-shadow-color: var(--nb-color-white);
    --nb-dots-active-shadow-color: var(--nb-color-white);
}
.nb-ecommerce-footer-1  .nb-slider-dots .slick-dots > li{
    border-color: var(--nb-dots-color) !important;
    width: 6px !important;
    height: 6px !important;
}
.nb-ecommerce-footer-1  .nb-slider-dots .slick-dots > li.slick-active{
    border-color: var(--nb-dots-active-color);
}
.nb-ecommerce-footer-1.footer  .nb-footer-top-wrapper ,
.nb-ecommerce-footer-1.footer  .nb-footer-middle-wrapper{
    background: var(--nb-color-black);
}
.nb-ecommerce-footer-1  .nb-footer-top-wrapper .nb-slider-item-box-18 .nb-wrapper{
    gap: 0;
}
.nb-ecommerce-footer-1  .nb-footer-top-wrapper .nb-slider-item-box-18 .nb-title{
    text-transform: uppercase;
    font-weight: var(--nb-font-regular);
    font-size: 16px;
    line-height: 20px;
}
.nb-ecommerce-footer-1  .nb-footer-top-wrapper .nb-slider-item-box-18 .nb-slider-item-description{
    --nb-slider-item-box-18-description-font-size: var(--nb-font-size-16);
    line-height: 24px;
}

.nb-ecommerce-footer-1 .nb-footer-middle-wrapper *:not(.nb-input, .nb-btn, .nb-btn *, .nb-alert, .nb-label),
.nb-ecommerce-footer-1 .nb-collapse-content .nb-item a{
    color: var(--nb-color-white);
}
.nb-ecommerce-footer-1  .nb-footer-middle-wrapper .nb-footer-links a:hover{
    text-decoration: underline;
    color: var(--nb-color-white);
}
.nb-ecommerce-footer-1  .nb-footer-middle-wrapper .nb-footer-links a:before{
    content: unset;
}
.nb-ecommerce-footer-1  .nb-footer-newsletter-3 .nb-form .nb-btn{
    border: var(--nb-border-width) var(--nb-border-style) var(--nb-color-white);
    padding-inline: 5px;
}
.nb-ecommerce-footer-1  .nb-footer-newsletter-3 .nb-form .nb-btn:hover *{
    color: var(--nb-color-black);
}
.nb-ecommerce-footer-1  .nb-footer-newsletter-3 .form-control.nb-input.parsley-success,
.nb-ecommerce-footer-1  .nb-footer-newsletter-3 .form-select.nb-select.parsley-success,
.nb-ecommerce-footer-1  .nb-footer-newsletter-3 .form-control.nb-textarea.parsley-success{
    background-color: var(--nb-color-white);
}
.nb-ecommerce-footer-1  .nb-footer-social-networks-wrapper a{
    border-radius: 0;
    border: var(--nb-border-width) var(--nb-border-style) var(--nb-color-black);
    background: var(--nb-color-white);
}

.nb-ecommerce-footer-1  .nb-footer-social-networks-wrapper a .nb-icon{
    color: var(--nb-color-black);
}
.nb-ecommerce-footer-1  .nb-footer-social-networks-wrapper a:hover{
    border-color: var(--nb-color-white);
    background: var(--nb-color-black);
}
.nb-ecommerce-footer-1  .nb-footer-social-networks-wrapper a:hover .nb-icon{
    color: var(--nb-color-white);
}

.nb-ecommerce-footer-1  .nb-footer-top-wrapper{
    border: var(--nb-border-width) var(--nb-border-style) var(--nb-custom-color-1);
}
.nb-ecommerce-footer-1 .nb-footer-top-wrapper .slick-active:not(:last-of-type){
    border-right-color: transparent;
}
.nb-ecommerce-footer-1 .nb-footer-middle-wrapper .nb-content-wrapper .row>.col-12:first-of-type,
.nb-ecommerce-footer-1 .nb-footer-middle-wrapper .nb-footer-links .col{
    border-right-color: var(--nb-custom-color-2);
}
.nb-ecommerce-footer-1  .nb-footer-middle-wrapper .nb-title,
.nb-ecommerce-footer-1  .nb-footer-middle-wrapper .nb-title > *,
.nb-ecommerce-footer-1  .nb-footer-middle-wrapper .nb-footer-social-networks-title{
    text-transform: uppercase;
    font-weight: var(--nb-font-medium);
    line-height: 24px;
}
.nb-ecommerce-footer-1  .nb-footer-middle-wrapper .nb-footer-social-networks .nb-footer-social-networks-title{
    display: none;
}
.nb-ecommerce-footer-1  .nb-footer-newsletter-3 .nb-sub-heading{
    font-size: var(--nb-font-size-12);
    line-height: 18px;
}
.nb-ecommerce-footer-1  .nb-footer-newsletter-3 .nb-title{
    margin-bottom: 20px;
}
.nb-ecommerce-footer-1  .nb-footer-newsletter-3{
    padding-bottom: 25px;
}
.nb-ecommerce-footer-1  .nb-footer-bottom-wrapper > * > *:first-child{
    padding: 20px 0 10px 0;
}
.nb-ecommerce-footer-1  .nb-footer-bottom-wrapper .nb-footer-payment-cards{
    padding: 0;
    margin-bottom: 0;
}
.nb-ecommerce-footer-1  .nb-footer-middle-wrapper .row .nb-col:not(:first-of-type),
.nb-ecommerce-footer-1  .nb-footer-middle-wrapper .row .col:not(:first-of-type){
    padding-left: 25px;
}
.nb-ecommerce-footer-1 .nb-footer-bottom-wrapper .nb-footer-copyright{
    border-top-color: transparent;
}
.nb-ecommerce-footer-1 .nb-footer-disclaimer{
    text-align: left;
}
/*-------------------------------------*/

/* Homepage */
.nb-carousel-banner-30 .nb-slider-arrows .slider-arrow > i.nb-arrow-left{
    left: 120px !important;
}
.nb-carousel-banner-30 .nb-slider-arrows .slider-arrow > i.nb-arrow-right{
    right: 120px !important;
}
.nb-carousel-banner-30 .nb-slider-arrows .slider-arrow > i{
    background: transparent;
    font-size: 26px;
}
.block.nb-carousel-banner-30 .nb-slider .nb-slider-dots .slick-dots > li{
    width: 12px;
    height: 12px;
}
.nb-carousel-banner-3.three-banner-carousel-with-left-text-content .nb-slider .slider,
.nb-carousel-banner-3.three-banner-carousel-with-left-text-content .nb-right-slides .nb-slider .slider{
    margin: 0 -8px;
}
.nb-carousel-banner-3 .nb-left-content .nb-content-wrapper{
    padding-left: 80px;
}
.nb-carousel-banner-3 .nb-left-content .nb-content-wrapper .nb-title.nb-slider-title,
.nb-carousel-banner-3 .nb-left-content .nb-content-wrapper .nb-description{
    margin-bottom: 0;
}
.nb-carousel-banner-3 .nb-right-slides .nb-slider .slider .slick-slide{
    margin: 0 8px;
}
.nb-carousel-banner-3 .nb-left-content .nb-content-wrapper .nb-title.nb-slider-title > *{
    font-size: var(--nb-display-text-l);
    line-height: 64px;
    text-transform: uppercase;
    font-weight: var(--nb-font-bold);
}
.nb-carousel-banner-3 .nb-left-content .nb-content-wrapper .nb-link.nb-see-more-link{
    position: absolute;
    top: -5px;
    font-size: var(--nb-font-size-20);
    line-height: 24px;
    text-decoration: underline;
    text-underline-offset: 5px;
}
.nb-carousel-banner-3 .nb-left-content .nb-content-wrapper .nb-link.nb-see-more-link:hover{
    text-decoration: unset;
}
.nb-carousel-banner-3 .nb-left-content .nb-content-wrapper .nb-link.nb-see-more-link:after{
    display: none;
}
.nb-carousel-banner-3 .nb-slider .nb-slider-arrows{
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 92%;
    left: 50%;
}
.nb-carousel-banner-3 .nb-slider .nb-slider-arrows .slider-arrow > i{
    width: 62px;
    height: 62px;
    border-radius: 50%;
    background-color: var(--nb-custom-color-3);
    color: var(--nb-color-white);
    cursor: pointer;
    font-size: 26px;
}
.nb-carousel-banner-3 .nb-slider:has(.nb-slider-item:first-of-type.slick-active) .nb-slider-arrows .slider-arrow.slider-prev{
    opacity: 0;
}
.nb-carousel-banner-3 .nb-slider:has(.nb-slider-item:last-of-type.slick-active) .nb-slider-arrows .slider-arrow.slider-next{
    opacity: 0;
}
.nb-carousel-banner-3 .nb-slider-item-box-7 .nb-title-and-description-wrapper{
    align-items: start;
}
.nb-carousel-banner-3 .nb-slider-item-box-7 .nb-title-and-description-wrapper .custom-text{
    display: none;
}
.nb-carousel-banner-3 .nb-slider-item-box-7 .nb-title-and-description-wrapper .nb-link{
    text-decoration: underline;
    color: var(--nb-color-white);
    font-size: 16px;
    font-weight: var(--nb-font-regular);
}
.nb-carousel-banner-3 .nb-slider-item-box-7 .nb-title-and-description-wrapper .nb-link:hover{
    text-decoration: unset;
}
.nb-grid-banner-16 .nb-slider-item-box-13:has(.nb-slider-item-image) {
    margin-bottom: 20px;
}
.nb-grid-banner-16 .nb-slider-item-box-13:has(.nb-slider-item-image) > .nb-link,
.nb-grid-banner-16 .nb-slider-item-box-13:has(.nb-slider-item-image) .nb-slider-item-subtitle,
.nb-grid-banner-16 .nb-slider-item-box-13:has(.nb-slider-item-image) .nb-display{
    display: none;
    visibility: hidden;
}
.nb-grid-banner-16 .nb-slider-item-box-13 .nb-display{
    text-transform: uppercase;
    line-height: 1.075;
    font-size: 48px;
}
.nb-grid-banner-16 .nb-slider-item-box-13 .nb-link {
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;
}
.nb-grid-banner-16 .nb-slider-item-box-13 .nb-link:hover{
    text-decoration: unset;
}
.nb-grid-banner-16 .nb-slider-item-box-13 .nb-smaller-font{
    font-size: var(--nb-font-size-48);
}
.nb-interactive-tag-popover .nb-content-wrapper .nb-product-interactive-box-1 .nb-product-link{
    padding: 10px 15px;
}
.nb-tagged-image-carousel-1 .nb-content-wrapper .nb-btn-see-all{
    width: 300px;
    height: 52px;
    padding: 14px 20px;
    text-align: center;
    font-size: var(--nb-font-size-18);
    font-weight: var(--nb-font-regular);
    text-transform: none;
}
.nb-product-interactive-box-1 .nb-product-content-position-1 .nb-favorite{
    width: 35px;
    height: 35px;
}
.nb-product-interactive-box-1 .nb-product-content-position-1 .nb-favorite .nb-icon{
    font-size: 20px;
    position: relative;
    top: -2px;
}

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

.nbtmp-regular-page-tmp-3 .page-content .nb-text-editor *:not(a, h1, h2, h3, h4, h5, h6){
    color: var(--nb-custom-color-11);
    line-height: 1.3;
}

/* Listing clanaka */

.uc-article_listing .category-detail-heading .nb-title{
    text-transform: uppercase;
}

.uc-article_listing .subcategory-links .nb-item {
    border-radius: var(--nb-border-radius-0);
    background-color: var(--nb-color-gray-300);
    font-size: var(--nb-font-size-14);
    line-height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.uc-article_listing .subcategory-links .nb-item:hover {
    background-color: transparent;
    border-color: var(--nb-color-black);
}

.layout:not(.layout100percent) .nb-slider .slider .nbf-slider-init:not(.slick-vertical) .slick-slide {
    margin: 0 10px;
}

.banner-with-tag-and-content-below .nb-card-body {
    padding-bottom: 0;
}

.banner-with-tag-and-content-below .nb-img-wrapper-with-content .nb-position.nb-bottom-left-content{
    bottom: 16px;
    left: 16px;
}
.banner-with-tag-and-content-below:hover {
    box-shadow: 3px 5px 8px 0px var(--nb-custom-color-4);
}

.banner-with-tag-and-content-below .nb-card-footer .date {
    color: var(--nb-custom-color-5);
}

.banner-with-tag-and-content-below .nb-card-footer .nb-btn-link-style {
    opacity: 0;
    font-size: var(--nb-font-size-14);
}

.banner-with-tag-and-content-below:hover .nb-card-footer .nb-btn-link-style {
    opacity: 1;
    text-decoration: underline;
}
.banner-with-tag-and-content-below:hover .nb-card-footer .nb-btn-link-style:hover {
    opacity: 1;
    text-decoration: unset;
}

.banner-with-tag-and-content-below .nb-card-footer {
    background-color: transparent;
    border-color: transparent;
}

.banner-with-tag-and-content-below .nb-text-wrapper .nb-title {
    --nb-dt-rows: 1;
}
.banner-with-tag-and-content-below .nb-text-wrapper > *{
    margin-bottom: 0;
}
.banner-with-tag-and-content-below .nb-card .nb-card-footer{
    padding-top: var(--nb-card-spacer-y);
}

/*-------------------------------------*/
/* Detalj clanka */

.article-gallery-grid-1 .heading-with-icon-1{
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.article-detail-compound-1 .heading-with-icon-1 .nb-title{
    font-weight: var(--nb-font-semibold);
}

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

/* Mini korpa */
.nb-mini-cart-offcanvas-1 .nb-added-product-info{
    display: flex;
    gap: 3px;
    justify-content: start;
}
.nb-mini-cart-offcanvas-1 .nb-cart-box-6 .nb-cart-price-and-quantity-1 .nb-quantity-price-wrapper p{
    display: flex;
    gap: 2px;
    justify-content: end;
}

.nb-mini-cart-offcanvas-1 .nb-offcanvas .nb-offcanvas-body .nb-added-product-info {
    font-size: var(--nb-font-size-14);
    color: var(--nb-custom-color-6);
}

.nb-mini-cart-offcanvas-1 .nb-offcanvas .nb-offcanvas-body .nb-product-name .nb-title {
    font-weight: var(--nb-font-weight-400);
}

.nb-mini-cart-offcanvas-1 .nb-offcanvas .nb-offcanvas-body .nb-price.nb-price-prev {
    color: var(--nb-custom-color-7);
    font-size: var(--nb-font-size-12);
}

.nb-mini-cart-offcanvas-1 .nb-offcanvas .nb-offcanvas-body .nb-price.nb-price-active {
    font-size: var(--nb-font-size-16);
    font-weight: var(--nb-font-weight-700);
}

.nb-mini-cart-offcanvas-1 .nb-cart-price-and-quantity-1 .nb-quantity-price-wrapper .nb-paragraph {
    line-height: 20px;
}

.nb-mini-cart-offcanvas-1 .nb-offcanvas-footer {
    box-shadow: 0px 0px 7px 0px var(--nb-custom-color-8);
}

.nb-accordion.nb-accordion-2 .nb-accordion-item:last-child {
    border: none !important;
}

.nb-mini-cart-offcanvas-1 .nb-offcanvas-footer .nb-btn-pricing-quick-basket{
    height: 40px;
    padding: 10px 15px;
}
.nb-mini-cart-offcanvas-1 .nb-cart-items-list .nb-product-item{
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.nb-mini-cart-offcanvas-1 .nb-cart-box-6{
    align-items: unset;
}
.nb-mini-cart-offcanvas-1 .nb-cart-box-6 .nb-text-wrapper .nb-prices-wrapper{
    display: flex;
    flex-direction: column;
    gap: 4px;
}

/*-------------------------------------*/
.nb-order-pay .btn,
.nb-btn:not(.nb-btn-link-style),
.nb-btn.nb-add-to-cart {
    text-transform: uppercase;
    font-weight: var(--nb-font-semibold);
}
.nb-action-loyalty-form .nb-form-wrapper .nb-btn{
    text-transform: unset;
    font-weight: var(--nb-font-regular);
}
/* Listing proizvoda */
.nb-product-card-7 {
    --nb-product-card-spacer-x: var(--nb-product-card-spacer);
    --nb-product-card-border-radius: var(--nb-border-radius-0);
    --nb-price-active-font-weight: var(--nb-font-semibold);
    --nb-price-active-font-size: 16px;
    --nb-product-size-list-5-gap: 10px;
    --nb-selected-size-1-font-size: var(--nb-font-size-14);
    --nb-selected-size-1-font-weight: var(--nb-font-medium);
}
.nb-add-to-cart .nb-icon{
    display: none;
}

.nb-product-listing-options-and-category-heading-with-apf-1 .nb-main-wrapper .nb-wrapper{
    background-color: var(--nb-custom-color-9);
    padding: 15px;
    border-bottom-color: transparent;
}
.nb-product-listing-options-and-category-heading-with-apf-1 .nb-wrapper .nb-product-category-headline-1 .nb-title{
    text-transform: uppercase;
    font-weight: 500;
    font-size: 28px;
}

.nb-pagination-3 .nb-page-item .nb-page-link {
    padding-top: 3px;
}

.nb-product-listing-options-and-category-heading-with-apf-1 .nb-main-wrapper .nb-sort-1 .nb-select{
    border: var(--nb-border-width) var(--nb-border-style) var(--nb-border-color);
    padding: 8px;
    line-height: 1;
    border-radius: 0;
}
.nb-product-listing-options-and-category-heading-with-apf-1 .nb-product-filters-control-1 .nb-icon:hover{
    --nb-product-filters-control-1-icon-border-color: var(--nb-color-black);
}


.nb-product-listing-options-and-category-heading-with-apf-1 .nb-applied-filters-main-wrapper .nb-number-and-delete-wrapper .nb-number-of-displayed-products{
    align-self: center;
}
.nb-product-listing-options-and-category-heading-with-apf-1 .nb-applied-filters-main-wrapper .nb-tag-product-applied-filter-tag{
    letter-spacing: 1px;
}
.nb-product-listing-options-and-category-heading-with-apf-1 .nb-applied-filters-main-wrapper .nb-tag-product-applied-filter-tag .nb-icon{
    line-height: 14px;
}

.nb-product-card-51 .nb-card .nb-product-image-with-positioned-content-v1,
.nb-product-card-51 .nb-card .nb-product-related-image-1{
    border: 1px solid var(--nb-color-gray-200);
}
.nb-product-card-51 .nb-card .nb-product-related-image-1:hover{
    border-color: var(--nb-spec-color);
}
.nb-product-filters-offcanvas-1 .nb-filters-offcanvas-1 .nb-offcanvas-header{
    border-bottom-color: var(--nb-border-color);
}
.nb-product-filters-offcanvas-1 .nb-filters-offcanvas-1 .nb-offcanvas-title{
    color: var(--nb-color-black);
    font-size: var(--nb-h4-font-size);
    font-weight: var(--nb-h4-font-weight);
    text-align: left;
    letter-spacing: 3%;
}
.nb-product-filters-offcanvas-1 .nb-filters-offcanvas-1 .nb-offcanvas-header .nb-btn-close{
    font-size: var(--nb-font-size-20);
}

.nb-product-filters-offcanvas-1 .nb-product-filter-category-attribute-vertical-1 > .nb-form > .nb-product-listing-filters-wrapper > .nb-btn {
    height: 50px;
    padding: 15px;
    margin-top: 20px;
    margin-bottom: 5px;
}
.nb-product-filters-offcanvas-1 .nb-product-filter-category-attribute-vertical-1 > .nb-form > .nb-product-listing-filters-wrapper > .nb-btn:focus,
.nb-product-filters-offcanvas-1 .nb-product-filter-category-attribute-vertical-1 > .nb-form > .nb-product-listing-filters-wrapper > .nb-btn:active,
.nb-product-filters-offcanvas-1 .nb-product-filter-category-attribute-vertical-1 > .nb-form > .nb-product-listing-filters-wrapper > .nb-btn:hover{
    color: var(--nb-color-black);
}
.nb-product-price-drop-card-1 .nb-card.nb-product-card .card-body.nb-card-body.nb-product-card-body > * + *,
.nb-product-back-in-stock-card-1 .nb-card.nb-product-card .card-body.nb-card-body.nb-product-card-body > * + *{
    margin-top: 10px;
}
.nb-product-price-drop-card-1 .nb-card-body > .custom-text,
.nb-product-back-in-stock-card-1 .nb-card-body > .custom-text{
    font-size: 14px;
}
.nb-product-filters-offcanvas-1 .nb-product-filter-category-attribute-vertical-1 > .nb-form > .nb-product-listing-filters-wrapper > .nb-wrapper {
    max-height: 100%;
}
.nb-product-filters-offcanvas-1 .nb-product-filter-category-attribute-vertical-1 .nb-product-filter-categories-1 .nb-link.nb-product-filter-selected-category:hover{
    text-decoration: unset;
}
.nb-product-filters-offcanvas-1 .nb-product-filter-category-attribute-vertical-1 .nb-product-filter-categories-1 .nb-link:hover,
.nb-product-filters-offcanvas-1 .nb-product-filter-category-attribute-vertical-1 .nb-product-filter-categories-1 .nb-link.nb-product-filter-selected-category:hover > span{
    text-decoration: underline;
}
.nb-product-filters-offcanvas-1 .nb-product-filter-category-attribute-vertical-1 .nb-filters-clear-2 .nb-icon{
    display: none;
}
.nb-product-filters-offcanvas-1 .nb-product-filter-category-attribute-vertical-1 .nb-filters-clear-2 .nb-filters-clear-label{
    color: var(--nb-color-black);
}
.nb-product-filters-offcanvas-1 .nb-product-filter-category-attribute-vertical-1 .nb-filters-clear-2{
    margin-bottom: unset;
    display: none;
}
.nb-product-filter-category-attribute-vertical-1 .nb-product-listing-filters-wrapper .nb-filter-attributes-2 .nb-filter-checkbox-1 .nb-label{
    letter-spacing: 0.5px;
}
.nb-product-filter-category-attribute-vertical-1 .nb-product-listing-filters-wrapper .nb-filter-attributes-2 .nb-filter-checkbox-1 .nb-label span{
    margin-left: 2px;
}
.nb-product-filter-category-attribute-vertical-1 .nb-accordion.nb-accordion-2 .nb-accordion-button{
    font-size: 16px;
    text-transform: uppercase;
}
.nb-product-filter-category-attribute-vertical-1 .nb-filter-btn-apply:hover,
.nb-product-filter-category-attribute-vertical-1 .nb-filter-btn-apply:focus{
    color: var(--nb-text-color-primary);
}
.nb-product-filter-category-attribute-vertical-1 .nb-filter-btn-apply{
    font-size: 16px;
}
/*-------------------------------------*/

/* Detalj proizvoda */

.nb-product-detail-gallery-carousel-2{
    /*max-width: 580px;*/
    /*margin-left: auto;*/
    /*margin-right: auto;*/
    padding: 0 60px;
    --nb-product-content-position-1-bottom-right-bottom-postion: var(--nb-spacer-y);
    --nb-product-content-position-1-bottom-right-right-postion: var(--nb-spacer-x);
}
/*.nb-product-detail-gallery-carousel-2 .nb-product-gallery-1{*/
/*    border: var(--nb-border-width) var(--nb-border-style) var(--nb-border-color);*/
/*}*/
.nb-product-detail-gallery-carousel-2 .nb-slider-dots .slick-dots > li{
    background-color: var(--nb-custom-color-10);
    border-color: transparent;
    width: 12px !important;
    height: 12px !important;
    margin-left: 12px;
    border: none !important;
}
.nb-product-detail-gallery-carousel-2 .nb-slider-dots .slick-dots > li.slick-active{
    background-color: var(--nb-dots-active-color);
    border-color: transparent;
}
.nb-product-detail-gallery-carousel-2 .nb-product-content-position-1 .nb-favorite .nb-icon:before{
    vertical-align: bottom;
    font-weight: 500 !important;
    font-size: 20px;
}
.nb-product-detail-gallery-carousel-2 .nb-product-content-position-1 .nb-favorite{
    width: 36px;
    height: 36px;
    border: var(--nb-border-width) var(--nb-border-style) var(--nb-border-color);
    box-shadow: 0 3px 5px rgba(0,0,0,0.25);
}
.nb-product-detail-gallery-carousel-2 .nb-product-content-position-1 .nb-favorite:hover{
    border-color: var(--nb-color-black);
}
.nb-product-detail-gallery-carousel-2 .nb-product-content-position-1 .nb-favorite .nb-icon{
    font-size: 18px;
}
.nb-product-detail-gallery-carousel-2 .nb-gallery-zoom .nb-img-wrapper:hover::after,
.nb-product-detail-gallery-carousel-2 .nb-gallery-item .nb-img-wrapper:hover::after{
    background-color: transparent;
}
.nb-product-detail-gallery-carousel-2 .nb-gallery-zoom .nb-img-wrapper::before,
.nb-product-detail-gallery-carousel-2 .nb-gallery-item .nb-img-wrapper::before{
    color: var(--nb-color-black);
    text-shadow: 0 0 5px var(--nb-color-white);
}
.nb-product-detail-gallery-carousel-2 .nb-discount{
    display: none;
}
.lg-media-overlap .lg-toolbar{
    background: transparent;
}
.lg-media-overlap .lg-toolbar .lg-download{
    display: none;
}

.nb-breadcrumb-item:first-child a {
    color: #ADB5BD;
}

.nb-product-detail-info-with-cta-3 .nb-main-wrapper .nb-top-wrapper {
    gap: 30px;
}

.nb-product-detail-info-with-cta-3 .nb-top-wrapper .nb-product-name .nb-title{
    font-size: var(--nb-font-size-22);
    text-transform: uppercase;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 3%;
}

.nb-product-detail-info-with-cta-3 .nb-main-wrapper .nb-middle-wrapper {
    border-bottom: none;
}


.nb-product-detail-info-with-cta-3:has(.nb-product-related-image-list-wrapper) .nb-main-wrapper .nb-middle-wrapper {
    border-bottom: var(--nb-border-width) var(--nb-border-style) #EEEEEE;
}

.nb-product-code.nb-product-code-s {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 3%;
}

.nb-product-detail-info-with-cta-3 .nb-main-wrapper .nb-middle-wrapper .nb-wrapper .nb-product-lower-price-notification-link .nb-icon {
    display: none;
}

.nb-selected-size-1 {
    font-weight: var(--nb-font-regular);
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 3%;
}

.nb-product-detail-info-with-cta-3 .nb-product-lower-price-notification-link .nb-link-with-icon-1 .nb-link{
    font-weight: var(--nb-font-medium);
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 3%;
}

.nb-product-detail-info-with-cta-3 .nb-product-lower-price-notification-link .nb-link-with-icon-1 .nb-link:hover{
    text-decoration: underline;
}

.nb-product-available-in-store-box-1 .nb-accordion.nb-accordion-2 .nb-accordion-item .nb-accordion-header .nb-accordion-button .nb-collapsed-icon:before {
    font-size: 14px;
}

.nb-product-detail-info-with-cta-3 .nb-bottom-wrapper .nb-product-quantity-and-add-to-cart{
    gap: 20px;
}
.nb-product-detail-info-with-cta-3 .nb-product-quantity-and-add-to-cart .nb-choose-size-info{
    color: var(--nb-color-red);
    top: -20px;
}
.nb-product-detail-info-with-cta-3 .nb-main-wrapper .nb-bottom-wrapper .nb-add-to-cart {
    height: 40px;
    min-width: 290px;
    font-size: 16px;
    font-weight: 400;
}
.nb-product-detail-info-with-cta-3 .nb-main-wrapper .nb-bottom-wrapper {
    padding-bottom: 30px;
    border-bottom: var(--nb-border-width) var(--nb-border-style) var(--nb-border-color);
}
.nb-product-detail-info-with-cta-3 .nb-product-quantity-and-add-to-cart .nb-quantity-product .nb-quantity-wrapper{
    border-radius: 0;
    font-weight: 400;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 5%;
    text-align: center;
}
.nb-product-detail-info-with-cta-3 .nb-product-quantity-and-add-to-cart .nb-quantity-product .nb-quantity-arrows{
    background-color: var(--nb-custom-color-9);
}

.nb-product-detail-info-with-cta-3 .nb-product-quantity-and-add-to-cart .nb-quantity-product .nb-quantity-arrows,
.nb-product-detail-info-with-cta-3 .nb-quantity-product.nb-product-quantity-m .nb-quantity-input input {
    width: 47px;
    height: 40px;
    font-weight: 400;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 5%;
    text-align: center;
}

.nb-product-detail-info-with-cta-3 .nb-product-quantity-and-add-to-cart .nb-quantity-product .nb-quantity-arrows:first-of-type{
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-right: var(--nb-border-width) var(--nb-border-style) var(--nb-border-color);
}
.nb-product-detail-info-with-cta-3 .nb-product-quantity-and-add-to-cart .nb-quantity-product .nb-quantity-arrows:last-of-type{
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-left: var(--nb-border-width) var(--nb-border-style) var(--nb-border-color);
}
.nb-product-detail-info-with-cta-3 .nb-main-wrapper .nb-bottom-wrapper .nb-product-determine-size-3 .nb-icon{
    display: block;
}
.nb-product-detail-info-with-cta-3 .nb-main-wrapper .nb-bottom-wrapper .nb-product-determine-size-3 .nb-icon:before{
    font-size: 26px;
}

.nb-product-related-image-list-1 .nb-product-related-image-list-wrapper {
    display: flex;
}

.nb-product-detail-info-with-cta-3 .nb-product-related-image-list-1 .nb-product-related-image-1{
    border: var(--nb-border-width) var(--nb-border-style) var(--nb-border-color);
    max-width: 60px;
    max-height: 90px;
}

.nb-product-detail-info-with-cta-3 .nb-size-value-box-1 {
    max-width: 40px;
    max-height: 40px;
}

.nb-product-detail-info-with-cta-3 .nb-size-value-box-1 .nb-stock-indicator.nb-progress-indicator{
    bottom: 5px;
}

.nb-product-detail-info-with-cta-3 .nb-size-value-box-1 span{
    line-height: 1;
}

.nb-product-related-image-list-1 .nb-product-related-images-label {
    font-size: 16px;
}

/* letter spacing */
.nb-product-related-image-list-1 .nb-product-related-images-label,
.nb-product-box-7 .nb-product-name .nb-title,
.nb-product-available-in-store-box-1 .nb-product-box-7,
.nb-product-determine-size-3 .nb-product-determine-size-label,
.nb-additional-product-info-displays-accordion-1 .nb-accordion.nb-accordion-2 .nb-accordion-button,
.nb-product-quantity-and-add-to-cart .nb-quantity-product.nb-product-quantity-m .nb-quantity-label {
    letter-spacing: 3%;
}

.nb-product-box-7 .nb-reset-size-wrapper {
    margin: 0 !important;
}
.nb-product-box-7 .nb-reset-size-wrapper p:hover {
    text-decoration: underline;
}

.nb-product-stock-by-location-1 .nb-accordion.nb-accordion-2 .nb-accordion-button .nb-title {
    font-size: var(--nb-font-size-14);
    font-weight: var(--nb-font-semibold);
    line-height: 1;
    text-transform: uppercase;
}

.nb-product-available-in-store-box-1 .nb-stock-indicator {
    position: absolute;
    bottom: 2px;
    left: 5px;
    right: 5px;
    width: unset;
}

.nb-product-box-7 .nb-reset-size-wrapper .nb-icon {
    display: flex;
}

.nb-accordion.nb-accordion-2 .nb-accordion-item:has(.nb-accordion-collapse.show) {
    border-bottom-color: var(--nb-color-black) !important;
}

.nb-accordion .accordion-button i.nb-toggle-icon:before,
.nb-accordion .accordion-button.collapsed i.nb-toggle-icon:before{
    font-size: 18px;
    color: var(--nb-color-black);;
}

.nb-stock-indicator {
    position: absolute;
    bottom: 2px;
    left: 5px;
    right: 5px;
    width: unset;
    background: var(--nb-color-gray-300);
    height: 2px;
}

.nb-product-size-list-2 .nb-size-value-box-1 {
    padding: 8px;
    /* border: 0; */
    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;
    max-width: 40px !important;
    max-height: 40px;
    position: relative;
}

.nb-size-value-box-1.disabled,
.nb-size-value-box-1.disabled:focus,
.nb-size-value-box-1.disabled:hover{
    background-color: var(--nb-color-white) !important;
}
.layout:has(.nb-product-detail-info-with-cta-3 + .nb-additional-product-info-displays-accordion-1) .nb-additional-product-info-displays-accordion-1{
    margin-top: 0;
}

.nb-additional-product-info-displays-accordion-1 {
    margin-top: -15px !important;
}

.nb-additional-product-info-displays-accordion-1  .nb-html-editor {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 3%;
}

.nb-additional-product-info-displays-accordion-1 .nb-accordion.nb-accordion-2 .nb-accordion-button{
    font-size: var(--nb-font-size-16);
    font-weight: var(--nb-font-semibold);
    line-height: 1;
    text-transform: uppercase;
}
.nb-product-specification-1,
.nb-product-detail-description-1,
.nb-product-available-in-store-box-1,
.nb-tab-and-accordion.nb-tab-and-accordion-v1 .nb-accordion-item .nb-comments-form-1{
    margin-top: 0;
}
.nb-product-detail-description-1 .nb-html-editor *{
    font-size: var(--nb-font-size-14);
}
.nb-product-stock-by-location-1 .nb-product-available-in-store-box-1 .nb-product-size-list-2 > .nb-size-value,
.nb-product-stock-by-location-1 .nb-product-available-in-store-box-1 .nb-product-size-list-2 .nb-size-with-indicator{
    border-radius: 0;
    flex: 0 0 18%;
}

.nb-similar-product-list-carousel-3 .nb-slider-arrows {
    top: 35%;
    transform: translateY(-35%);
}

.nb-similar-product-list-carousel-3 .nb-display{
    font-size: 32px;
    padding: 0 10px;
    transform: translateY(-12%);
}
.nb-similar-product-list-carousel-3 .nb-slider .nb-slider-arrows .slider-arrow > i{
    width: 40px;
    height: 40px;
    background-color: var(--nb-color-white);
    color: var(--nb-color-black);
    cursor: pointer;
    border: var(--nb-border-width) var(--nb-border-style) var(--nb-color-black);
    font-size: var(--nb-font-size-12);
}
.nb-similar-product-list-carousel-3 .nb-slider .nb-slider-arrows .slider-arrow:hover > i{
    background-color: var(--nb-color-black);
    color: var(--nb-color-white);
}
.nb-similar-product-list-carousel-3 .nb-slider .nb-slider-arrows .slider-arrow > i.nb-arrow-left{
    left: -20px;
}
.nb-similar-product-list-carousel-3 .nb-slider .nb-slider-arrows .slider-arrow > i.nb-arrow-right{
    right: -20px;
}

.nb-determine-size-modal .nb-modal-body .nb-table .nb-table-head{
    display: none;
}


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

/* Carousel dots */

.nb-slider-dots .slick-dots > li:before {
    background: transparent;
}
.block:not(.carousel-banner-10) .nb-slider-dots .slick-dots > li {
    border: var(--nb-border-width) var(--nb-border-style) #D9D9D9;
    background: #D9D9D9;
    width: 8px;
    height: 8px;
}

.block:not(.carousel-banner-10) .nb-slider-dots .slick-dots > li.slick-active{
    border: var(--nb-border-width) var(--nb-border-style) var(--nb-color-black);
    background: var(--nb-color-black);
}

/*-------------------------------------*/
/* Newsletter i sistemske strane */

.nb-popup-newsletter-form-popup-1 .nb-newsletter-info-wrapper{
    gap: 20px;
    flex: 1.2;
    padding-left: 15px;
}
.nb-popup-newsletter-form-popup-1 .nb-newsletter-info-wrapper form{
    margin-top: 10px;
}
.nb-popup-newsletter-form-popup-1 .nb-btn-close{
    right: 26px;
    top: 26px;
    font-size: 16px;
}
.nb-popup-newsletter-form-popup-1 .nb-newsletter-info-wrapper .nb-newsletter-title{
    font-size: var(--nb-font-size-16);
    line-height: 1.4;
    text-transform: uppercase;
}
.nb-popup-newsletter-form-popup-1 .nb-newsletter-info-wrapper .nb-newsletter-description{
    font-size: var(--nb-font-size-14);
    line-height: 1.5;
}
.nb-popup-newsletter-form-popup-1 .nb-newsletter-info-wrapper .nb-checkbox-wrapper .nb-form-check{
    align-items: start;
    margin-top: 20px;
}
.nb-popup-newsletter-form-popup-1 .nb-newsletter-info-wrapper .nb-checkbox-wrapper .nb-form-check label{
    line-height: 1.5;
}
.nb-popup-newsletter-form-popup-1 .nb-newsletter-info-wrapper .nb-checkbox-wrapper .nb-form-check .nb-check{
    margin-top: 4px;
}

.nb-vertical-navigation-offcanvas-3 .nb-menu-navigation-links-2 .nb-item:has(.menu-subtree) .nb-icon{
    top: 4px;
}
.nb-vertical-navigation-offcanvas-3 .nb-menu-navigation-links-2 .nb-item{
    padding: 6px 15px;
}
.nb-offcanvas-header .nb-title,
.nb-modal .nb-modal-header .nb-title{
    text-transform: uppercase;
    font-weight: var(--nb-font-semibold);
}

.nb-location-info-box-1 .nb-location-detail-link:hover,
.nb-popup-newsletter-form-popup-1 .nb-link:hover{
    text-decoration: underline;
}

.nb-login-modal-2 .nb-modal-body .nb-paragraph{
    max-width: 330px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}
.nb-login-modal-2 .nb-login-form-1 .nb-form-fields-wrapper .nb-form-group{
    margin-bottom: 30px;
}
.nb-login-form-1 .nb-form-fields-wrapper .nb-btn,
.nb-login-form-2 .nb-form-fields-wrapper .nb-btn,
.nb-login-form-1 .nb-social-login .nb-btn,
.nb-login-form-2 .nb-social-login .nb-btn{
    color: var(--nb-btn-primary-hover-color);
    background: var(--nb-btn-primary-hover-bg);
    border-color: var(--nb-btn-primary-hover-border-color);
    height: 40px;
    padding: 10px 15px;
}
.nb-login-form-1 .nb-form-fields-wrapper .nb-btn:hover,
.nb-login-form-2 .nb-form-fields-wrapper .nb-btn:hover,
.nb-login-form-1 .nb-social-login .nb-btn:hover,
.nb-login-form-2 .nb-social-login .nb-btn:hover{
    color: var(--nb-btn-primary-color);
    background: var(--nb-btn-primary-bg);
    border-color: var(--nb-btn-primary-border-color);
}
.nb-login-form-1,
.nb-login-form-2{
    gap: 10px;
}
.nb-login-form-1 .nb-social-login,
.nb-login-form-2 .nb-social-login{
    margin-top: 10px;
}
.nb-login-form-1 .nb-registration-wrapper,
.nb-login-form-2 .nb-registration-wrapper{
    margin-top: 20px;
}
.nb-login-form-1 .nb-registration-wrapper .nb-link,
.nb-login-form-2 .nb-registration-wrapper .nb-link{
    color: var(--nb-btn-primary-color);
    background: var(--nb-btn-primary-bg);
    border-color: var(--nb-btn-primary-border-color);
    height: 40px;
    padding: 10px 15px
}
.nb-login-form-1 .nb-registration-wrapper .nb-link:hover,
.nb-login-form-2 .nb-registration-wrapper .nb-link:hover{
    color: var(--nb-btn-primary-hover-color);
    background: var(--nb-btn-primary-hover-bg);
    border-color: var(--nb-btn-primary-hover-border-color);
}
.nb-registration-form-1-block .nb-form [class^="col-"]:empty,
.nb-registration-form-1-block .nb-form [class*=" col-"]:empty{
    display: block;
}
.nb-registration-form-1-block .nb-form{
    max-width: 800px;
    margin: auto;
}
.nb-registration-form-1-block .nb-form .nb-form-fields-wrapper .row > *{
    margin-top: 16px;
}
.nb-registration-form-1-block .nb-form-check .nb-label{
    color: var(--nb-text-color-primary);
}
.nb-registration-form-1-block .nb-form-check .nb-check,
.nb-career-form-1 .nb-form-check .nb-check{
    border-color: var(--nb-color-black);
}
.nb-registration-form-1-block .nb-btn{
    height: 40px;
    padding: 10px 15px;
}
.nb-registration-form-1-block .nb-checkbox-wrapper{
    position: relative;
}
.nb-registration-form-1-block .nb-checkbox-wrapper .parsley-errors-list.filled{
    left: 22px;
    width: max-content;
    /*top: 100%;*/
}
.nb-registration-form-1-block .nb-form-group:has(.parsley-errors-list.filled){
    margin-bottom: 5px;
}
.nb-login-form-1 .nb-login-forgot-password-link,
.nb-login-form-2 .nb-login-forgot-password-link,
.nb-registration-form-1-block a:not(.nb-google-login),
.nb-form-check .nb-label a,
.nb-lost-password-form-1 .nb-link,
.nb-reset-password-form-1 .nb-link,
.nb-product-lower-price-notification-link .nb-link{
    text-decoration: underline;
}
.nb-login-form-1 .nb-login-forgot-password-link:hover,
.nb-login-form-2 .nb-login-forgot-password-link:hover,
.nb-registration-form-1-block a:hover,
.nb-form-check .nb-label a:hover,
.nb-lost-password-form-1 .nb-link:hover,
.nb-reset-password-form-1 .nb-link:hover,
.nb-product-lower-price-notification-link .nb-link:hover{
    text-decoration: unset;
}
.nb-form-fields-wrapper .nb-btn,
.nb-info-box-1 .nb-btn{
    height: 40px;
    padding: 10px 15px;
}
.nb-form-check .nb-label {
    color: var(--nb-text-color-primary);
}

.letters-list .nb-item:hover,
.brands-list-by-letters .nb-link:hover{
    text-decoration: underline;
}
.nb-selectable-tag-1:hover{
    border-color: var(--nb-color-black);
}
.nb-horizontal-image-content-v2 a:hover{
    text-decoration: underline;
}
.nb-horizontal-image-content-v2 a{
    margin-top: 15px;
}

.sales-list-v1 .heading-date-badge-content{
    padding-bottom: unset;
    border-bottom: unset;
}

.page-headline-1 .nb-title{
    text-transform: uppercase;
}
.page-content .nb-text-editor *{
    font-size: var(--nb-font-size-18);
    line-height: 28px;
}
.page-content .nb-text-editor strong{
    font-size: var(--nb-font-size-20);
    line-height: 26px;
}
/*-------------------------------------*/

/* Cart */

.nb-checkout-code-selection-1 .nb-btn.nb-btn-dark-transparent {
    color: var(--nb-color-white);
}

.nb-action-loyalty .nb-btn {
    height: 52px;
}
.nb-cart-product-item-4 .nb-cart-item-discount{
    background-color: var(--nb-spec-color);
}
.nb-cart-product-item-4 .nb-cart-item-change-size-2:hover{
    text-decoration: unset;
}
.nb-cart-product-item-4 .nb-delete-product-wrapper .nb-icon:hover{
    color: var(--nb-text-color-secondary);
}
.nb-checkout-confirmation-button-1 .nb-btn{
    font-size: 16px;
    margin-top: 5px;
}
.nb-delivery-address-form-2 .first-email-wrapper .heading-wrapper .nb-link {
    font-weight: var(--nb-font-bold);
}
.nb-delivery-address-form-2 .first-email-wrapper .heading-wrapper .nb-link:hover{
    text-decoration: unset;
}
.nb-order-item-list-3 .nb-cart-heading-1 .nb-title,
.nb-order-total-amount-3 .nb-order-total-card-1-header .nb-title,
.nb-order-information-overview-2 .nb-cart-heading-1 .nb-title,
.nb-order-payment-information-overview-2 .nb-cart-heading-1 .nb-title {
    text-transform: uppercase;
}
.nb-cart-product-item-9 .nb-cart-item-size .nb-cart-item-size-label{
        display: inline-block;
}
.nb-cart-product-item-9 .nb-cart-product-image-info-wrapper > .nb-img-wrapper .nb-img{
    aspect-ratio: unset;
}
.nb-checkout-code-selection-3 .nb-action-loyalty-3 > .nb-paragraph{
    display: none;
}
/*-------------------------------------*/

/* Contact */

.carousel-banner-10{
    --nb-dots-color: #DEE2E6;
}
.carousel-banner-10 .nb-slider-dots .slick-dots > li{
    border-color: transparent;
}
.layout-container-grid:has(.block.contact-form-1){
    padding-right: 100px;
}
.contact-form-1 .block-heading-with-subheading {
    text-align: left;
    margin-bottom: 45px;
}
.contact-form-1 .block-heading-with-subheading .nb-title,
.text-info-3 .block-heading-with-subheading .nb-title{
    text-transform: uppercase;
}
.contact-form-1 .nb-form .nb-btn{
    width: 300px;
    height: 40px;
    padding: 10px 15px;
}
.text-info-3 .block-heading-with-subheading{
    margin-bottom: 45px;
}
.text-info-3 .nb-icon-left-title-and-description-right-horizontal .nb-title,
.contact-info .nb-items-wrapper .nb-item .nb-title{
    line-height: 24px;
    font-size: 18px;
}
.text-info-3 .nb-icon-left-title-and-description-right-horizontal .nb-paragraph,
.contact-info .nb-items-wrapper .nb-item .nb-description{
    --nb-paragraph-line-height: 18px;
    font-size: 12px;
}
.nb-cooperation-form-1 .nb-form-fields-wrapper .nb-btn,
.nb-career-form-1 .nb-form-fields-wrapper .nb-btn{
    width: 300px;
}
.nb-btn-input-file,
.error-page-block,
.nb-order-items-list-1{
    border-radius: 0;
}
.nb-user-order-list-2 .nb-order-card-1 .nb-order-link-list-1{
    min-height: 128px;
}
.nb-location-map-form-2 .nb-locations-location-search .nb-input{
    border-width: var(--nb-border-width);
}
.nb-location-map-form-2 .nb-category-wrapper .nb-form-check .nb-label{
    line-height: 17px;
}
.nb-location-map-popup-2 .nb-location-logo-and-name-1 .nb-img-wrapper{
    display: none;
}

.nb-order-total-card-1 .nb-order-pay.nb-btn-primary:hover form .btn{
    color: var(--nb-color-black);
}
.nb-poll-card .nb-poll-card-body .nb-link:hover,
.nb-promotion-card-1 .nb-promotion-card-1-body a:hover,
.nb-message-card-1 .nb-message-card-1-body a:hover{
    text-decoration: underline;
}
.nb-country-selection-offcanvas-1 .nb-menu-item-link-with-image-1:hover{
    text-decoration: underline;
}

.subcategory-links .nb-item {
    background-color: var(--nb-color-gray-300);
    border-radius: var(--nb-border-radius-0);
}
.subcategory-links .nb-item:hover {
    background-color: var(--nb-color-white);
    border: var(--nb-border-width) var(--nb-border-style) var(--nb-color-black);
}
.nb-tab-link-list-3 .nb-slider .slider .nb-slider-init.slick-slider .nb-slider-item.slick-slide{
    margin: 0 !important;
}
/*-------------------------------------*/
/* ikonice */

.nb-ecommerce-header-14 .nb-header-site-user-1 .bi-person:before{
    content: '\e998';
}
.nb-ecommerce-header-14 .nb-header-shop-utilities .nb-search:before{
    content: '\e9cf';
}
.nb-ecommerce-header-14 .nb-header-shop-utilities .bi-suit-heart:before,
.bi-heart:before{
    content: '\e99c';
}
.nb-ecommerce-header-14 .nb-header-cart-with-badge-1 .nb-icon:before{
    content: '\e9b9';
}
.bi-facebook:before{
    content: '\ea35';
}
.bi-instagram:before{
    content: '\e9c1';
}
.bi-twitter:before{
    content: '\e9c8';
}
.bi-linkedin:before{
    content: '\e9c6';
}
.bi-youtube:before{
    content: '\e9cb';
}
.bi-rulers:before{
    content: '\e936';
}
.bi-plus-circle:before{
    content: '\e997';
}
.bi-dash-circle:before{
    content: '\e914';
}
.bi-buildings:before{
    content: '\e93b';
}
.bi-telephone:before{
    content: '\e980';
}
.bi-geo-alt:before{
    content: '\e909';
}
.bi-envelope:before{
    content: '\e985';
}
.bi-clock:before{
    content: '\e925';
}
.bi-sliders:before{
    content: '\e92e';
}
/*-------------*/

/* stil naslova na profilnim stranicama */
.nb-user-account-dashboard-1 .nb-heading-with-subheading .nb-title,
.nb-loyalty-detail-2 .nb-heading-with-subheading .nb-title,
.nb-user-order-list-2 .nb-heading-with-subheading .nb-title,
.nb-my-loyalty-purchase-filters-1 .nb-heading-with-subheading .nb-title,
.nb-user-favorite-product-list-grid-1 .nb-heading-with-subheading .nb-title,
.nb-last-viewed-product-list-grid-1 .nb-heading-with-subheading .nb-title,
.nb-edit-account-1 .nb-heading-with-subheading .nb-title,
.nb-user-order-detail-1 .nb-heading-with-subheading .nb-title,
.nb-user-address-list-1 .nb-heading-with-subheading .nb-title,
.nb-voucher-status-check-form-1 .nb-heading-with-subheading .nb-title,
.nb-user-order-reservation-list-1 .nb-heading-with-subheading .nb-title,
.nb-saved-payment-cards-list-grid-1 .nb-heading-with-subheading .nb-title,
.nbtmp-user-reorder-tmp-1 .page-headline-1 .block-heading-with-subheading .nb-title,
.nbtmp-edit-account-data-form-tmp-2 .nb-edit-account-1 .nb-heading-with-subheading .nb-title,
.nbtmp-edit-account-password-form-tmp-1 .nb-change-password-form-page-1 .nb-heading-with-subheading .nb-title,
.nbtmp-back-in-stock-request-list-grid-tmp-1 .nb-back-in-stock-list-grid-1 .nb-heading-with-subheading .nb-title,
.nbtmp-user-preference-product-attribute-tmp-2 .nb-privacy-policy-consent-1 .nb-heading-with-subheading .nb-title,
.nbtmp-user-preference-product-attribute-tmp-2 .nb-user-preference-product-attribute-3 .nb-heading-with-subheading .nb-title,
.nb-price-drop-list-grid-1 .nb-heading-with-subheading .nb-title,
.nbtmp-user-order-detail-with-recommender-tmp-1 .nb-user-order-tracking-1 .nb-title,
.nbtmp-edit-account-email-and-password-form-tmp-1 .nb-heading-with-subheading .nb-title,
.nbtmp-tiffany-user-reorder-tmp-1 .page-headline-1 .block-heading-with-subheading .nb-title,
.nbtmp-tiffany-edit-account-data-form-tmp-2 .nb-edit-account-1 .nb-heading-with-subheading .nb-title,
.nbtmp-tiffany-back-in-stock-request-list-grid-tmp-1 .nb-back-in-stock-list-grid-1 .nb-heading-with-subheading .nb-title,
.nbtmp-tiffany-user-preference-product-attribute-tmp-2 .nb-privacy-policy-consent-1 .nb-heading-with-subheading .nb-title,
.nbtmp-tiffany-user-preference-product-attribute-tmp-2 .nb-user-preference-product-attribute-3 .nb-heading-with-subheading .nb-title,
.nbtmp-tiffany-user-order-detail-with-recommender-tmp-1 .nb-user-order-tracking-1 .nb-title,
.nbtmp-tiffany-edit-account-email-and-password-form-tmp-1 .nb-heading-with-subheading .nb-title{
    font-size: 24px;
    line-height: 30px;
    color: var(--nb-text-color-primary);
    font-weight: 700;
}
/* stil podnaslova na profilnim  stranicama */
.nbtmp-user-account-dashboard-tmp-2 .nb-user-account-dashboard-1 .nb-heading-with-subheading .nb-sub-heading,
.nbtmp-user-order-list-tmp-1 .nb-user-order-list-2 .nb-heading-with-subheading .nb-sub-heading,
.nbtmp-user-favorite-product-list-grid-tmp-1 .nb-user-favorite-product-list-grid-1 .nb-heading-with-subheading .nb-sub-heading,
.nbtmp-last-viewed-list-grid-tmp-1 .nb-last-viewed-product-list-grid-1 .nb-heading-with-subheading .nb-sub-heading,
.nbtmp-price-drop-request-list-grid-tmp-1 .nb-price-drop-list-grid-1 .nb-heading-with-subheading .nb-sub-heading,
.nbtmp-back-in-stock-request-list-grid-tmp-1 .nb-back-in-stock-list-grid-1 .nb-heading-with-subheading .nb-sub-heading,
.nbtmp-loyalty-dashboard-tmp-2 .nb-loyalty-detail-2 .nb-heading-with-subheading .nb-sub-heading,
.nbtmp-edit-account-email-and-password-form-tmp-1 .nb-heading-with-subheading .nb-sub-heading,
.nbtmp-tiffany-user-account-dashboard-tmp-2 .nb-user-account-dashboard-1 .nb-heading-with-subheading .nb-sub-heading,
.nbtmp-tiffany-user-order-list-tmp-1 .nb-user-order-list-2 .nb-heading-with-subheading .nb-sub-heading,
.nbtmp-tiffany-user-favorite-product-list-grid-tmp-1 .nb-user-favorite-product-list-grid-1 .nb-heading-with-subheading .nb-sub-heading,
.nbtmp-tiffany-last-viewed-list-grid-tmp-1 .nb-last-viewed-product-list-grid-1 .nb-heading-with-subheading .nb-sub-heading,
.nbtmp-tiffany-product-price-drop-request-list-grid-tmp-1 .nb-price-drop-list-grid-1 .nb-heading-with-subheading .nb-sub-heading,
.nbtmp-tiffany-back-in-stock-request-list-grid-tmp-1 .nb-back-in-stock-list-grid-1 .nb-heading-with-subheading .nb-sub-heading,
.nbtmp-tiffany-edit-account-email-and-password-form-tmp-1 .nb-heading-with-subheading .nb-sub-heading {
    font-size: 14px;
    line-height: 21px;
    color: var(--nb-text-color-primary);
    font-weight: 500;
}
.nb-user-account-dashboard-1 .layout:has(.nb-breadcrumb),
.nb-loyalty-detail-2 .layout:has(.nb-breadcrumb),
.nb-user-order-list-2 .layout:has(.nb-breadcrumb),
.nb-my-loyalty-purchase-filters-1 .layout:has(.nb-breadcrumb),
.nb-user-favorite-product-list-grid-1 .layout:has(.nb-breadcrumb),
.nb-last-viewed-product-list-grid-1 .layout:has(.nb-breadcrumb),
.nb-edit-account-1 .layout:has(.nb-breadcrumb),
.nb-user-order-detail-1 .layout:has(.nb-breadcrumb),
.nb-user-address-list-1 .layout:has(.nb-breadcrumb),
.nb-voucher-status-check-form-1 .layout:has(.nb-breadcrumb),
.nb-user-order-reservation-list-1 .layout:has(.nb-breadcrumb),
.nb-saved-payment-cards-list-grid-1 .layout:has(.nb-breadcrumb),
.nbtmp-user-reorder-tmp-1 .page-headline-1 .layout:has(.nb-breadcrumb),
.nbtmp-edit-account-data-form-tmp-2 .layout:has(.nb-breadcrumb),
.nbtmp-edit-account-password-form-tmp-1 .layout:has(.nb-breadcrumb),
.nbtmp-back-in-stock-request-list-grid-tmp-1 .layout:has(.nb-breadcrumb),
.nbtmp-user-preference-product-attribute-tmp-2 .layout:has(.nb-breadcrumb),
.nbtmp-user-preference-product-attribute-tmp-2 .layout:has(.nb-breadcrumb),
.nb-price-drop-list-grid-1 .layout:has(.nb-breadcrumb),
.nbtmp-user-order-detail-with-recommender-tmp-1 .layout:has(.nb-breadcrumb),
.nbtmp-edit-account-email-and-password-form-tmp-1 .layout:has(.nb-breadcrumb),
.nbtmp-user-account-dashboard-tmp-2 .layout:has(.nb-breadcrumb),
.nbtmp-user-order-list-tmp-1 .layout:has(.nb-breadcrumb),
.nbtmp-user-favorite-product-list-grid-tmp-1 .layout:has(.nb-breadcrumb),
.nbtmp-last-viewed-list-grid-tmp-1 .layout:has(.nb-breadcrumb),
.nbtmp-price-drop-request-list-grid-tmp-1 .layout:has(.nb-breadcrumb),
.nbtmp-back-in-stock-request-list-grid-tmp-1 .layout:has(.nb-breadcrumb),
.nbtmp-loyalty-dashboard-tmp-2 .layout:has(.nb-breadcrumb),
.nbtmp-edit-account-email-and-password-form-tmp-1 .layout:has(.nb-breadcrumb),
.nbtmp-tiffany-user-reorder-tmp-1 .page-headline-1 .layout:has(.nb-breadcrumb),
.nbtmp-tiffany-edit-account-data-form-tmp-2 .layout:has(.nb-breadcrumb),
.nbtmp-tiffany-back-in-stock-request-list-grid-tmp-1 .layout:has(.nb-breadcrumb),
.nbtmp-tiffany-user-preference-product-attribute-tmp-2 .layout:has(.nb-breadcrumb),
.nbtmp-tiffany-user-preference-product-attribute-tmp-2 .layout:has(.nb-breadcrumb),
.nbtmp-tiffany-user-order-detail-with-recommender-tmp-1 .layout:has(.nb-breadcrumb),
.nbtmp-tiffany-edit-account-email-and-password-form-tmp-1 .layout:has(.nb-breadcrumb),
.nbtmp-tiffany-user-account-dashboard-tmp-2 .layout:has(.nb-breadcrumb),
.nbtmp-tiffany-user-order-list-tmp-1 .layout:has(.nb-breadcrumb),
.nbtmp-tiffany-user-favorite-product-list-grid-tmp-1 .layout:has(.nb-breadcrumb),
.nbtmp-tiffany-last-viewed-list-grid-tmp-1 .layout:has(.nb-breadcrumb),
.nbtmp-tiffany-product-price-drop-request-list-grid-tmp-1 .layout:has(.nb-breadcrumb),
.nbtmp-tiffany-back-in-stock-request-list-grid-tmp-1 .layout:has(.nb-breadcrumb),
.nbtmp-tiffany-edit-account-email-and-password-form-tmp-1 .layout:has(.nb-breadcrumb){
    margin-bottom: 40px !important;
}
.nb-price-drop-list-grid-1 .nb-top-wrapper,
.nb-back-in-stock-list-grid-1 .nb-top-wrapper,
.nb-user-favorite-product-list-grid-1 .nb-top-wrapper{
    align-items: baseline;
}
.nb-remove-favorite:hover .btn-text{
    text-decoration: underline;
}
.nb-card .nb-remove:hover{
    color: var(--nb-text-color-secondary);
}

.faq-accordion{
    --nb-accordion-btn-padding-y: var(--nb-spacer-y);
}
.nb-footer-payment-cards{
    justify-content: center !important;
}
.nb-footer-payment-cards > .nb-img-wrapper:has(img[src*="intesa"]){
    width: 100%;
    text-align: center;
}
.nb-register-form-physical-user-1 .nb-login-link-wrapper .nb-login-link{
    padding: 0;
    text-decoration: underline;
    height: unset;
}
.nb-search-results-wrapper{
    padding: 0;
}


#cart_insert_ticket_nb_action {
    font-size: 14px;
    line-height: 16px;
    text-transform: none;
}

.nb-terms-of-use-and-sale-checkbox {
    margin: 10px 0;
}

.nb-terms-of-use-and-sale-checkbox .nb-label  {
    font-size: 12px;
}

.nb-cart-product-item-9 .nb-right-wrapper {
    flex: 1;
}

.uc-cart-confirm .nb-alert-3.nb-alert-3-info {
    border-color: transparent;
}

/* novi header */

.nb-header-site-user-dropdown-1 .dropdown-menu {
    border-radius: 0;
}

body.nbtmp-tiffany-op-checkout-tmp-2 {
    padding: 90px 0 0 0;
}
body.nbtmp-tiffany-op-checkout-tmp-2 .nb-container-1200:has(.nb-delivery-address-form-2) {
    padding-inline: 40px;
}
body.nbtmp-tiffany-op-checkout-tmp-2 .nb-container-1200:has(.nb-delivery-address-form-2) > .row > .col-12:has(.nb-cart-total-4){
    position: sticky;
    top: 40px;
    height: fit-content;
}
body.nbtmp-tiffany-op-checkout-tmp-2 .row:has(.nb-delivery-address-form-2) {
    margin-inline: -40px;
}
body.nbtmp-tiffany-op-checkout-tmp-2 .row:has(.nb-delivery-address-form-2) > * {
    padding-inline: 40px;
}

body.nbtmp-tiffany-op-checkout-tmp-2::after {
    content: "";
    position: fixed;
    top: 0;
    left: 50%;
    height: 100%;
    width: 50vw;
    background-color: var(--nb-color-gray-100);
    pointer-events: none;
    z-index: -1;
}

.nbtmp-tiffany-op-checkout-tmp-2 .nb-text-link-grid-w-offcanvas-content-1{
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid var(--nb-color-gray-200);
}

.nb-delivery-option-3 & .nb-option-wrapper img {
    max-width: 100px;
    max-height: 40px;
}

.nb-payment-option-message-1 {
    justify-content: start;
}
.nb-ecommerce-header-23 .nb-search-results-wrapper {
    padding: 0;
}

.nb-ecommerce-header-23 .nb-menu-icon-wrapper {
    display: flex;
    align-items: center;
}
.nb-ecommerce-header-23 .nb-menu-icon-wrapper .custom-text {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 14px;
    line-height: 100%;
    cursor: pointer;
    margin-left: 10px;
}


.nb-ecommerce-header-23 .nb-search-button {
    flex-direction: row-reverse;
    gap: 5px;
    background: var(--nb-color-white);
    color: var(--nb-color-black);
    justify-content: start;
    border: none;
    border-radius: 0;
    padding: 10px 5px;
}

.nb-ecommerce-header-23 .nb-mobile-search-wrapper {
    padding: 10px 20px;
    background: transparent;
    border: none;
}

.nb-ecommerce-header-23 .nb-mobile-search-wrapper .nb-search-button .custom-text {
    color: var(--nb-color-black);
    opacity: 0.5;
}

.nb-ecommerce-header-23 .nb-mobile-search-wrapper .nb-menu-icon-wrapper .custom-text {
    font-size: 12px;
}
.nb-ecommerce-header-23 .nb-header-wrapper .nb-logo {
    display: flex;
    justify-content: center;
}
.nb-ecommerce-header-23 .nb-header-wrapper .nb-logo .nb-img{
    width: auto;
    max-width: 220px;
}


.order-status-notice-2 {
    margin-top: 40px;
}

.uc-cart-confirm .order-status-notice-2 .nb-alert-3-info {
    border: var(--nb-alert-2-success-border-width) var(--nb-border-style) var(--nb-alert-2-success-border-color);
    padding: 30px 20px;
}

.order-status-notice-2 .nb-alert-3-info:before {
    content: "\e9e7";
    font-family: 'nbi-font', 'bootstrap-icons' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    color: var(--nb-color-success);
    font-size: 32px;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%) translateY(-50%);
    z-index: 9;
    background: var(--nb-color-white);
}

.order-status-notice-2 .nb-alert-3 .nb-alert-3-content,
.order-status-notice-2 .nb-alert-3 .nb-alert-3-label {
    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;
}
body:not(.block-editing) .nb-contact-1{
    display: none;
}
@media screen and (min-width: 1200px) {
    body.open-search .nb-smart-search-modal-2{
        width: 1140px;
        transform: translateX(-45%);
    }
}
@media screen and (max-width: 1200px) {
    .nb-carousel-banner-3 .nb-left-content .nb-content-wrapper{
        padding: 20px;
    }
    .layout-container-grid:has(.block.contact-form-1){
        padding-right: 10px;
    }
}
@media screen and (min-width: 992px) {
    .nb-smart-search-modal-2 .nb-search.nb-search-2{
        box-shadow: 0 7px 10px rgba(0,0,0,0.3);
    }
    body.open-search .nb-search-input-wrapper{
        box-shadow: 0 0 10px rgba(0,0,0,0.3);
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .nb-product-detail-info-with-cta-3 .nb-main-wrapper .nb-bottom-wrapper .nb-add-to-cart{
        min-width: fit-content;
    }
}
@media screen and (max-width: 1024px) {
    .nb-ecommerce-header-23 .nb-header-icons-wrapper-mobile .nb-menu-icon-wrapper{
        display: flex !important;
        flex-direction: column;
        margin-left: 5px;
    }
    .nb-ecommerce-header-23 .nb-header-icons-wrapper-mobile .nb-menu-icon-wrapper .custom-text{
        font-size: 12px;
        margin-left: 0;
    }
    .nb-ecommerce-header-23 .nb-header-wrapper .nb-logo .nb-img {
        width: auto;
        max-width: 60px;
    }
}
@media screen and (max-width: 991px) {

    body.nbtmp-tiffany-op-checkout-tmp-2 .nb-container-1200:has(.nb-delivery-address-form-2) > .row > .col-12:last-child {
        display: flex;
        flex-direction: column;
        gap: 40px;
    }
    body.nbtmp-tiffany-op-checkout-tmp-2 .nb-container-1200:has(.nb-delivery-address-form-2) > .row > .col-12:last-child .nb-cart-product-items-4 {
        background: var(--nb-color-gray-100);
        margin-inline: -10px;
        margin-top: -20px;
    }
    .nb-product-filters-offcanvas-1 .nb-product-filter-category-attribute-vertical-1  .nb-product-listing-filters-wrapper {
        position: relative;
    }
    .nb-product-filters-offcanvas-1 .nb-product-filter-category-attribute-vertical-1 .nb-filters-clear-2{
        position: absolute;
        bottom: 5px;
        width: calc(50% - 10px);
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        background: var(--nb-color-white);
        border: 1px solid var(--nb-color-black);
        padding: 0;
        text-transform: uppercase;
    }
    .nb-product-filters-offcanvas-1 .nb-product-filter-category-attribute-vertical-1 .nb-filters-clear-2:hover,
    .nb-product-filters-offcanvas-1 .nb-product-filter-category-attribute-vertical-1 .nb-filters-clear-2:focus{
        background: var(--nb-color-black);
    }
    .nb-product-filters-offcanvas-1 .nb-product-filter-category-attribute-vertical-1 .nb-filters-clear-2:hover .nb-filters-clear-label,
    .nb-product-filters-offcanvas-1 .nb-product-filter-category-attribute-vertical-1 .nb-filters-clear-2:focus .nb-filters-clear-label{
        color: var(--nb-color-white);
    }
    .nb-product-filters-offcanvas-1 .nb-product-filter-category-attribute-vertical-1 > .nb-form > .nb-product-listing-filters-wrapper > .nb-btn {
        height: 50px;
        padding: 15px;
        margin-top: 20px;
        margin-bottom: 5px;
        width: calc(50% - 10px);
        left: 50%;
        text-transform: uppercase;
    }

    .nb-ecommerce-header-23 .nb-header-wrapper .nb-icon {
        color: #010101;
    }

    body.nbtmp-tiffany-op-checkout-tmp-2::after {
        display: none;
    }

    body.nbtmp-tiffany-op-checkout-tmp-2 .nb-container-1200:has(.nb-delivery-address-form-2) {
        padding-inline: 10px;
    }

    body.nbtmp-tiffany-op-checkout-tmp-2 .nb-container-1200:has(.nb-delivery-address-form-2) > .row > .col-12:has(.nb-cart-total-4){
        position: relative;
        top: unset;
    }

    body.nbtmp-tiffany-op-checkout-tmp-2 .nb-container-1200:has(.nb-delivery-address-form-2) > .row > .col-12:first-child {
        position: static;
    }
    body.nbtmp-tiffany-op-checkout-tmp-2 .nb-container-1200:has(.nb-delivery-address-form-2) > .row > .col-12:first-child .nb-text-editor-1 {
        position: absolute;
        top: 20px;
        left: 50%;
        transform: translateX(-50%);
    }

    body.nbtmp-tiffany-op-checkout-tmp-2 .nb-container-1200:has(.nb-delivery-address-form-2) > .row > .col-12:first-child .nb-text-editor-1+.block{
        margin-top: 0;
    }

    body.nbtmp-tiffany-op-checkout-tmp-2 .nb-container-1200:has(.nb-delivery-address-form-2) > .row > .col-12:last-child {
        display: flex;
        flex-direction: column;
        gap: 40px;
    }
    body.nbtmp-tiffany-op-checkout-tmp-2 .nb-container-1200:has(.nb-delivery-address-form-2) > .row > .col-12:last-child > .block {
        margin: 0 !important;
    }

    body.nbtmp-tiffany-op-checkout-tmp-2 .nb-container-1200:has(.nb-delivery-address-form-2) > .row > .col-12:last-child .nb-cart-total-4 {
        order: -1;
    }

    body.nbtmp-tiffany-op-checkout-tmp-2 .nb-container-1200:has(.nb-delivery-address-form-2) > .row > .col-12:last-child .nb-cart-product-items-4{
        background: var(--nb-color-gray-100);
        margin-inline: -10px;
    }
    body.nbtmp-tiffany-op-checkout-tmp-2 .row:has(.nb-delivery-address-form-2) {
        margin-inline: -10px;
    }

    body.nbtmp-tiffany-op-checkout-tmp-2 .row:has(.nb-delivery-address-form-2) > * {
        padding-inline: 10px;
    }

    body.nbtmp-tiffany-op-checkout-tmp-2 .nb-container-1200 > .row {
        flex-direction: column-reverse;
    }


    /* uzi meni */
    /*.nb-ecommerce-header-14 .nb-horizontal-navigation-2 .wsmenu{*/
    /*    width: 80%;*/
    /*}*/
    /*.wsactive .nb-ecommerce-header-14 .nb-header-middle-wrapper .wsanimated-arrow {*/
    /*right: calc(20% + 20px) !important;*/
    /*}*/
    /*.nb-ecommerce-header-14 .nb-horizontal-navigation-2 .wsmenu>.wsmenu-list>li>.wsmegamenu{*/
    /*    transform: translateX(0);*/
    /*}*/
    /*.nb-ecommerce-header-14 .nb-menu-first-level-item-list-5 .nb-header-user-links-3{*/
    /*    padding: 20px 0;*/
    /*    border-top: 1px solid var(--nb-ecommerce-header-14-user-login-border-top-color);*/
    /*    border-bottom: 1px solid var(--nb-ecommerce-header-14-user-login-border-bottom-color);*/
    /*}*/
    /*.nb-ecommerce-header-14 .nb-user-login-link,*/
    /*.nb-ecommerce-header-14 .nb-user-register-link{*/
    /*    color: var(--nb-text-color-primary) !important;*/
    /*    padding: unset !important;*/
    /*    background-color: unset !important;*/
    /*    border: unset !important;*/
    /*    border-radius: unset !important;*/
    /*}*/
    /*.nb-ecommerce-header-14 .nb-menu-first-level-item-list-5 .nb-header-user-links-3 .nb-user-login-link,*/
    /*.nb-ecommerce-header-14 .nb-header-user-links-3 .nb-user-register-link{*/
    /*    width: fit-content;*/
    /*}*/
    /*.nb-ecommerce-header-14 .nb-header-user-links-3 .nb-user-links-wrapper{*/
    /*    text-align: left;*/
    /*}*/
    /* uzi meni end */
    .wsactive .wsmenu>.wsmenu-list.nb-menu-first-level-item-list>li>.nb-menu-dropdown.active{
        display: block;
    }
    .wsmenu>.wsmenu-list.nb-menu-first-level-item-list>li>.nb-menu-dropdown.active{
        display: none;
    }
    .nb-ecommerce-header-14 .wsanimated-arrow span:before{
        width: 17px;
    }
    .nb-ecommerce-header-14 .nb-header-site-quick-links .nb-icon{
        display: none;
    }

    .nb-product-detail-gallery-carousel-2{
        padding: 0;
    }
    /*.subcategory-links .slick-track{*/
    /*    width: 120%;*/
    /*}*/
    .nb-smart-search-1 .left-search-wrapper{
        background-color: var(--nb-color-gray-100);
        max-width: 100%;
        width: 100%;
        position: relative;
        left: calc(-1 * var(--nb-gutter-x) * .5);
        right: calc(-1 * var(--nb-gutter-x) * .5);
        padding-left: calc(var(--nb-gutter-x) * .5);
        padding-right: calc(var(--nb-gutter-x) * .5);
    }
    .nb-box-with-link-list .nb-items-wrapper .nb-slider-item{
        background-color: var(--nb-color-white);
        border-radius: var(--nb-border-radius-0);
    }
    .nb-smart-search-1 .right-search-wrapper,
    .nb-smart-search-1 .left-search-wrapper .nb-box-with-link-list,
    .nb-smart-search-1 .search-content-with-banner .nb-search-banner-1{
        padding-right: 7px;
        padding-left: 7px;
    }
    .nb-search-product-grid-2 .nb-items-wrapper{
        padding-right: 0;
    }
    .nb-search-mobile-close{
        display: none;
    }
    .nb-search-input-wrapper .nb-input{
        min-width: 330px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding-right: 25px;
    }
    .wsmenu>.wsmenu-list>li.nb-menu-first-level-item-3>.nb-first-level-menu-item-link .nb-menu-title,
    .nb-ecommerce-header-14 .nb-header-user-links-3 .nb-user-links-wrapper,
    .nb-menu-second-level-item-2 .nb-second-level-menu-item-link .nb-second-level-menu-item-title{
        padding-left: 10px;
    }
    .nb-menu-dropdown-4 .nb-menu-second-level-item-2{
        border-bottom: 1px solid var(--nb-border-color);
    }
    .nb-menu-dropdown-4 .nb-menu-third-level-item-list-2 .nb-third-level-menu-item-link{
        padding: 20px 8px;
        border-bottom: 1px solid var(--nb-border-color);
    }
    .nb-horizontal-navigation-2 .nb-menu-third-level-item-list-2{
        gap: 0;
    }
    .wsactive .nb-ecommerce-header-14 .wsanimated-arrow {
        background-color: var(--nb-color-black);
        border-radius: var(--nb-border-radius-full);
    }
    .wsactive .nb-ecommerce-header-14 .wsanimated-arrow span{
        left: 6px;
        top: 9px;
    }
    .wsactive .nb-ecommerce-header-14 .wsanimated-arrow span:before,
    .wsactive .nb-ecommerce-header-14 .wsanimated-arrow span:after{
        width: 9px;
        background-color: var(--nb-color-white);
    }
}
@media screen and (max-width: 767px) {
    .nb-grid-banner-49 .nb-slider-item-box-7 .nb-img{
        object-position: center -30px;
    }
    .nb-user-order-list-2 .nb-order-card-1 .nb-order-link-list-1{
        min-height: unset;
    }
    /*.nb-product-filters-offcanvas-1 .nb-product-filter-category-attribute-vertical-1 .nb-filters-clear-2{*/
    /*    bottom: 35px;*/
    /*}*/
    .layout:not(.layout100percent) .subcategory-links .nb-slider .slider .nbf-slider-init:not(.slick-vertical) .slick-slide{
        margin: 0 5px;
    }
    .layout100percent:not(:has(.nb-carousel-banner-30, .nb-tagged-image-carousel-1, .nb-grid-banner-49)){
        padding-left: var(--nb-gutter-x);
        padding-right: var(--nb-gutter-x);
    }
    .layout100percent:has(.nb-carousel-banner-3){
        padding-right: 0;
    }
    .layout100percent:has(.nb-grid-banner-16){
        margin-top: 40px !important;
    }
    .nb-ecommerce-header-14 .nb-header-wrapper:has(.wsmenu-list>li:hover), .nb-ecommerce-header-14 .nb-header-wrapper{
        padding: 12px 25px 12px 0;
    }
    .nb-ecommerce-header-14 .nb-header-site-quick-links,
    .nb-ecommerce-header-14 .nb-header-site-user-1{
        display: none;
    }
    .nb-ecommerce-footer-1.footer  .nb-footer-middle-wrapper{
        background: var(--nb-color-gray-300);
        padding: 25px calc(var(--nb-gutter-x) * .5);
    }
    .nb-ecommerce-footer-1  .nb-footer-bottom-wrapper > * > *:first-child{
        padding: 20px calc(var(--nb-gutter-x) * .5);
    }
    .nb-ecommerce-footer-1  .nb-footer-middle-wrapper *:not(.nb-input, .nb-btn, .nb-btn *, .nb-label),
    .nb-footer-middle-wrapper .nb-collapse-wrapper .nb-item a{
        color: var(--nb-color-black);
    }
    .nb-ecommerce-footer-1  .nb-footer-middle-wrapper a:hover{
        text-decoration: underline;
        color: var(--nb-color-black);
    }
    .nb-ecommerce-footer-1  .nb-footer-newsletter-3 .nb-form .nb-btn{
        border: var(--nb-border-width) var(--nb-border-style) var(--nb-color-black);
    }
    .nb-ecommerce-footer-1  .nb-footer-newsletter-3 .nb-form .nb-btn *{
        color: var(--nb-color-white);
    }
    .nb-ecommerce-footer-1  .nb-footer-newsletter-3 .nb-form .nb-btn:hover *{
        color: var(--nb-color-black);
    }
    .nb-ecommerce-footer-1  .nb-footer-middle-wrapper .nb-company-info-wrapper,
    .nb-ecommerce-footer-1  .nb-footer-middle-wrapper .nb-footer-middle-wrapper .nb-collapse-content{
        border-bottom-color: transparent;
    }
    .nb-ecommerce-footer-1  .nb-footer-middle-wrapper .row .nb-col:not(:first-of-type),
    .nb-ecommerce-footer-1 .nb-footer-middle-wrapper .row .col:not(:first-of-type){
        padding-left: calc(var(--nb-gutter-x) * .5);
    }
    .nb-ecommerce-footer-1 .nb-footer-middle-wrapper .nb-footer-social-networks .nb-footer-social-networks-title{
        display: block;
    }
    .nb-ecommerce-footer-1 .nb-footer-middle-wrapper .nb-footer-social-networks .nb-footer-social-networks-wrapper{
        width: 100%;
        gap: 37px;
    }
    .nb-ecommerce-footer-1 .nb-footer-middle-wrapper .nb-change-site-instance-1 .nb-change-button{
        border-left-color: var(--nb-color-gray-600);
    }
    .nb-ecommerce-footer-1  .nb-footer-newsletter-3{
        padding-bottom: 15px;
    }
    .nb-ecommerce-footer-1  .nb-footer-bottom-wrapper .nb-footer-payment-cards{
        margin-bottom: 15px;
    }

    .nb-accordion .nb-accordion-item:has(#accordionHeader_product-sort) {
        display: none;
    }

    .nb-product-filters-offcanvas-1 .nb-filters-offcanvas-1 .nb-offcanvas-body {
        padding-top: 0;
    }

    .nb-carousel-banner-30 .nb-slider-dots{
        bottom: 55px;
    }
    .nb-carousel-banner-3 .nb-left-content .nb-content-wrapper{
        display: flex;
        flex-direction: column-reverse;
        gap: 5px;
        padding-bottom: 0;
        padding-left: 0;

    }
    .nb-carousel-banner-3 .nb-left-content .nb-content-wrapper .nb-link.nb-see-more-link{
        position: relative;
        top: 0;
    }
    .nb-carousel-banner-3 .nb-left-content .nb-content-wrapper .nb-title.nb-slider-title > *{
        font-size: var(--nb-font-size-48);
        line-height: 56px;
    }
    .nb-slider-item-box-13:not(:has(.nb-img-wrapper)){
        padding: 0;
        margin-bottom: 10px;
    }
    .nb-grid-banner-16 .nb-slider-item-box-13 .nb-display{
        font-size: var(--nb-font-size-48);
        line-height: 56px;
        margin-top: 10px;
    }

    .nb-interactive-tag-popover.popover[data-popper-placement="right"] {
        left: -80px !important;
        top: 223px !important;
    }

    .nb-grid-banner-16 .nb-slider-item-box-13 .nb-smaller-font{
        font-size: var(--nb-font-size-38);
    }
    .uc-article_listing .banner-with-tag-and-content-below .nb-card-footer .nb-btn-link-style {
        opacity: 1;
    }
    .uc-article_listing .banner-with-tag-and-content-below:hover {
        box-shadow: none;
    }
    .nb-newsletter-form-popup-1-block .nb-modal-content .nb-modal-header{
        border-bottom-color: transparent;
        height: 35px;
    }
    .nb-popup-newsletter-form-popup-1 .nb-btn-close {
        right: 18px;
        top: 20px;
    }
    .nb-newsletter-form-popup-1-block .nb-modal-content .nb-modal-header .nb-modal-title{
        display: none;
    }
    .nb-newsletter-form-popup-1-block .nb-modal-content .nb-modal-body .nb-newsletter-form-popup-1{
        text-align: center;
        justify-content: start;
    }
    .nb-newsletter-form-popup-1-block .nb-modal-content .nb-modal-body .nb-newsletter-form-popup-1 .nb-form .nb-form-check{
        text-align: left;
    }
    .nb-popup-newsletter-form-popup-1 .nb-modal-content .nb-modal-body .nb-img-wrapper{
        display: none;
    }
    .nb-popup-newsletter-form-popup-1 .nb-modal-content .nb-modal-body .nb-newsletter-title{
        display: block;
    }
    .nb-popup-newsletter-form-popup-1 .nb-modal-content .nb-modal-body{
        overflow-y: hidden;
    }
    .nb-popup-newsletter-form-popup-1 .nb-newsletter-info-wrapper form{
        margin-top: 0;
    }
    .nb-popup-newsletter-form-popup-1 .modal-header .nb-btn-close{
        color: var(--nb-text-color-primary);
    }
    .banner-with-tag-and-content-below .nb-text-wrapper .nb-title,
    .banner-with-tag-and-content-below .nb-text-wrapper .nb-title > *{
        font-size: var(--nb-font-size-22);
        line-height: 28px;
        height: unset;
    }
    .banner-with-tag-and-content-below .nb-text-wrapper .nb-title{
        --nb-dt-rows: 2;
    }
    .article-list-1 .banner-with-tag-and-content-below .nb-text-wrapper .nb-title{
        margin-bottom: 10px;
    }
    .wsmenu>.wsmenu-list>li>.wsmenu-click{
        right: 10px;
    }
    .wsmenu>.wsmenu-list>li.nb-menu-first-level-item-3>.wsmenu-click>i{
        transform: rotate(135deg)
    }
    .nb-menu-second-level-item-2.active .nb-second-level-menu-item-link{
        color: var(--nb-color-white);
    }
    .wsmenu>.wsmenu-list.nb-menu-first-level-item-list-5 .nb-mobile-header .nb-mobile-header-title-wrapper .nb-current-menu-item-name{
        line-height: 1;
        padding-top: 2px;
    }
    .nb-horizontal-navigation-2 .nb-menu-third-level-item-list-2{
        padding: 0;
    }

    .nb-product-detail-gallery-carousel-2 .nb-slider-dots .slick-dots > li {
        width: 10px !important;
        height: 10px !important;
        margin-left: 10px;
    }

    .nb-product-detail-info-with-cta-3 .nb-main-wrapper .nb-top-wrapper {
        gap: 15px;
    }

    .nb-product-prices-2 {
        flex: calc(3/5);
        gap: 5px;
    }

    .nb-product-lower-price-notification-link {
        flex: calc(2/5);
    }

    .nb-margin-top-60:has(.similar-product-list-carousel-3) {
        margin-top: 30px !important;
    }

    .nb-margin-bottom-60:has(.similar-product-list-carousel-3) {
        margin-bottom: 40px !important;
    }

    .nb-vertical-navigation-offcanvas-3 .nb-offcanvas-body .nb-header-content .nb-img {
        max-height: unset;
    }

    body:not(.uc-home) main {
        margin-top: 70px;
    }
    body.uc-home main {
        margin-top: 60px;
    }

    body .nb-ecommerce-header-23 .nb-mobile-search-wrapper {
        background: #ededed;
    }
    .nb-similar-product-list-carousel-3 .nb-display{
        transform: unset;
        padding: unset;
    }

}
@media screen and (max-width: 576px) {
    .nb-grid-banner-16 .nb-slider-item-box-13:has(.nb-img-wrapper) {
        margin-bottom: 0;
    }
    /*.nb-product-filters-offcanvas-1 .nb-product-filter-category-attribute-vertical-1 .nb-filters-clear-2{*/
    /*    bottom: 45px;*/
    /*}*/
    .layout:has(.nb-product-list-page-carousel-banner-1){
        margin-bottom: 20px !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .nb-product-related-image-list-1 .nb-product-related-images-label {
        font-size: 14px;
    }

    .wsactive .nb-ecommerce-header-14 .nb-header-middle-wrapper .wsanimated-arrow {
        right: 15px !important;
    }

    .nb-ecommerce-footer-1 .nb-footer-top-wrapper {
        height: 160px;
    }


    .layout100percent:has(.nb-tagged-image-carousel-1) {
        margin-bottom: 40px !important;
    }

    .nb-slider-item-box-18 .nb-slider-item-image {
        margin-bottom: 10px;
    }

    .nb-carousel-banner-3 > .row{
        width: 100%;
        margin-left: -8px;
    }
    .nbtmp-product-listing-page-tmp-4 .layout:has(.nb-product-listing-display-grid-2){
        margin-bottom: 20px !important;
    }
    .nb-product-listing-display-grid-2 .row>*{
        --nb-gutter-x: 10px;
        padding-left: calc(var(--nb-gutter-x) * .5);
        padding-right: calc(var(--nb-gutter-x) * .5);
        margin-top: calc(var(--nb-gutter-y) * .5);
    }
    .nb-interactive-tag-popover .nb-product-image-with-positioned-content-v1 > .nb-img-wrapper{
        text-align: center;
    }
    .nb-interactive-tag-popover .nb-product-image-with-positioned-content-v1 > .nb-img-wrapper .nb-img{
        width: 100px;
        aspect-ratio: 2 / 3;
    }
    .nb-registration-form-1-block .nb-form [class^="col-"]:empty,
    .nb-registration-form-1-block .nb-form [class*=" col-"]:empty{
        display: none;
    }
    .layout.nb-margin:has(.page-title-and-description),
    .layout.nb-margin:has(.nb-message-list-heading-2),
    .layout.nb-margin:has(.nb-promotion-detail-heading-2),
    .layout.nb-margin:has(.nb-promotion-list-heading-2),
    .layout.nb-margin:has(.nb-poll-list-heading-2),
    .layout.nb-margin:has(.page-detail-headline-icon-1),
    .layout.nb-margin:has(.category-detail-heading),
    .layout.nb-margin:has(.page-headline-1) {
        margin-bottom: 20px !important;
    }
    .layout:not(:has(.nb-slider, .article-detail-cover-image, .nb-grid-banner-49)){
        padding-left: var(--nb-gutter-x);
        padding-right: var(--nb-gutter-x);
    }

    .nb-smart-search-1 .left-search-wrapper{
        max-width: 100vw;
        width: 100vw;
    }
    .layout:has(.nb-breadcrumb) {
        display: none;
    }
    .layout:has(.nb-breadcrumb) + .layout:not(:has(.nb-product-detail-gallery-carousel-2)) {
        margin-top: 30px;
    }
    .nb-grid-banner-16 .nb-slider-item-box-13:has(.nb-img-wrapper){
        gap: 0;
    }
    .uc-article_listing .subcategory-links .nb-item{
        min-width: 100px;
    }
    .uc-article_details .layout:has(.nb-breadcrumb) + .layout:has(.article-detail-cover-image){
        margin-top: 0 !important;
    }
    .uc-article_details .layout:has( .article-detail-cover-image){
        padding-left: 0;
        padding-right: 0;
        margin-bottom: unset !important;
    }
    .uc-article_details .layout:has(.article-detail-compound-1){
        margin-top: 10px !important;
    }
    .article-detail-compound-1 .heading-with-icon-1 .nb-title{
        font-size: var(--nb-font-size-24);
        line-height: 1.25;
    }
    .article-gallery-grid-1 .heading-with-icon-1 .nb-title{
        font-size: var(--nb-font-size-26);
        font-weight: var(--nb-font-semibold);
    }
    .article-gallery-grid-1 .nb-gallery-wrapper{
        margin-top: calc(-1 * var(--nb-gutter-y) / 2);
    }
    /* galerija na detalju clanka i na obicnoj strani */
    .nb-gallery-wrapper .nb-gallery-item{
        padding-left: calc(var(--nb-gutter-x) / 4);
        padding-right: calc(var(--nb-gutter-x) / 4);
        margin-top: calc(var(--nb-gutter-x) / 2);
    }

    .nb-product-detail-gallery-carousel-2 .nb-gallery-item {
     margin: 0 -10px;
    }

    .nb-product-detail-gallery-carousel-2 .nb-slider-dots.nb-indicators-bottom-left {
        left: 0;
    }

    .nb-product-detail-info-with-cta-3 .nb-product-related-image-list-1 .nb-product-related-image-1 {
        max-width: 40px;
    }

    .nb-selected-size-1 {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 3%;
    }
    .nb-additional-product-info-displays-accordion-1 .nb-accordion.nb-accordion-2 .nb-accordion-button{
        font-size: 14px;
    }


    .contact-form-1{
        margin-bottom: 40px;
    }
    .contact-form-1 .block-heading-with-subheading .nb-title,
    .text-info-3 .block-heading-with-subheading .nb-title{
        font-size: var(--nb-font-size-22);
    }
    .contact-form-1 .nb-form .nb-btn{
        width: 100%;
    }
    .contact-form-1 .block-heading-with-subheading,
    .text-info-3 .block-heading-with-subheading{
        margin-bottom: 20px;
    }
    .nb-product-listing-options-and-category-heading-with-apf-1 .nb-wrapper .nb-product-category-headline-1 .nb-title{
        font-size: var(--nb-font-size-22);
        letter-spacing: 1px;
        font-weight: var(--nb-font-semibold);
    }
    .nb-product-listing-options-and-category-heading-with-apf-1 .nb-main-wrapper {
        gap: 10px;
    }
    .nb-product-listing-options-and-category-heading-with-apf-1 .nb-main-wrapper .nb-wrapper{
        background-color: var(--nb-bg-primary);
        padding: 0;
    }
    .nb-product-listing-options-and-category-heading-with-apf-1 .nb-main-wrapper .nb-sort-1 .nb-select{
        padding: 12px;
    }

    .nb-product-filters-offcanvas-1 .nb-filters-offcanvas-1 .nb-offcanvas-header .nb-btn-close{
        font-size: var(--nb-font-size-12);
    }
    .nb-product-filters-offcanvas-1 .nb-filters-offcanvas-1 .nb-offcanvas-title{
        text-align: center;
        font-size: var(--nb-font-size-18);
        font-weight: var(--nb-font-medium);
    }
    .nb-product-filters-offcanvas-1 .nb-filters-offcanvas-1 .nb-offcanvas-header{
        padding: 10px;
    }
    .nb-product-detail-info-with-cta-3 .nb-top-wrapper .nb-product-name .nb-title{
        font-size: var(--nb-font-size-22);
    }
    .nb-product-detail-info-with-cta-3  .nb-product-lower-price-notification-link .nb-link-with-icon-1 .nb-link{
        font-size: var(--nb-font-size-12);
        font-weight: var(--nb-font-regular);
    }
    .nb-product-detail-info-with-cta-3 .nb-bottom-wrapper .nb-product-quantity-and-add-to-cart{
        gap: 10px;
    }
    .nb-product-detail-info-with-cta-3 .nb-product-quantity-and-add-to-cart .nb-quantity-product .nb-quantity-label{
        width: max-content;
    }
    .nb-product-detail-info-with-cta-3 .nb-bottom-wrapper .nb-product-quantity-and-add-to-cart .nb-wrapper{
        width: calc(100% + 40px);
        left: -15px;
    }
    .nb-product-detail-info-with-cta-3 .nb-main-wrapper .nb-bottom-wrapper .nb-add-to-cart {
        min-width: 200px;
        width: calc(100% + 40px) !important;
        left: -25px;
        font-weight: 400;
    }

    .similar-product-list-carousel-3  {
        padding: 0 10px;
    }

    .similar-product-list-carousel-3 .nb-slider .slider .nbf-slider-init:not(.slick-vertical) .slick-slide {
        margin: 0 5px !important;
    }

    .nb-product-detail-info-with-cta-3 .nb-product-quantity-and-add-to-cart .nb-quantity .nb-quantity-wrapper .nb-quantity-arrows{
        display: none;
    }
    .nb-similar-product-list-carousel-3 .nb-display{
        font-size: 25px;
    }

    .nb-popup-newsletter-form-popup-1 .nb-newsletter-info-wrapper form .nb-btn{
        position: static;
        transform: unset;
        width: 100%;
        margin-bottom: 20px;
    }
    .nb-ecommerce-footer-1 .nb-footer-mobile-collapse .nb-collapse-button:before{
        right: 16px;
    }
    .nb-search-product-grid-2 .nb-product-col{
        margin-top: 10px;
    }

    .nb-ecommerce-footer-1 .nb-slider-dots .slick-dots {
        gap: 10px;
    }

    .nb-ecommerce-footer-1 .nb-footer-middle-wrapper .nb-content-wrapper .row>.col-12:first-of-type,
    .nb-ecommerce-footer-1 .nb-footer-middle-wrapper .nb-footer-links .col{
        border-right-color: var(--nb-custom-color-2);
        border-bottom: var(--nb-border-width) var(--nb-border-style) #DADADA;
    }
    body:not(.block-editing) .nb-contact-1{
        display: flex;
    }

}
