
/*
/* 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/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:'./_blocks/checkout/checkout-info/checkout-info-notice/checkout-info-notice-1/checkout-info-notice-1.css.'
*/.nb-checkout-info-notice-1 .nb-cart-status-notice-1 {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.nb-checkout-info-notice-1 .nb-cart-status-notice-1 .nb-continue-shopping-btn {
    min-width: 340px;
    margin: 20px auto 0;
    padding: 8px;
    font-size: var(--nb-font-size-14);
}

@media screen and (max-width: 576px) {
    .nb-checkout-info-notice-1 .nb-cart-status-notice-1 .nb-continue-shopping-btn {
        min-width: 100%;
    }
}
/*
/* NB Fajl:'./_blocks/element/text/text-editor/text-editor-1/text-editor-1.css.'
*/:root {
    --nb-text-editor-1-accordion-title-font-size: 18px;
    --nb-text-editor-1-accordion-title-font-weight: var(--nb-font-semibold);
    --nb-text-editor-1-accordion-title-color: var(--nb-text-color-primary);
    --nb-text-editor-1-accordion-title-padding-x: 20px;
    --nb-text-editor-1-accordion-title-padding-y: 20px;
    --nb-text-editor-1-accordion-title-active-bg: var(--nb-color-gray-100);

    --nb-text-editor-1-accordion-body-font-size: 14px;
    --nb-text-editor-1-accordion-body-bg: var(--nb-color-gray-100);
    --nb-text-editor-1-accordion-body-padding: 20px;
}

.nb-text-editor-1 .nb-html-editor{
    --nb-dt-rows: auto;
}

.nb-text-editor-1 .nb-html-editor h1 {
    margin-bottom: 10px;
}

.nb-text-editor-1 .nb-btn-style1:has(> a){
    all: unset;
    display: block;
}

.nb-text-editor-1 .nb-btn-style1:has(> a) a{
    font-size: var(--nb-btn-font-size);
    line-height: var(--nb-btn-line-height);
    font-weight: var(--nb-btn-font-weight);
    color: var(--nb-btn-primary-color);
    background: var(--nb-btn-primary-bg);
    height: var(--nb-btn-height);
    border-radius: var(--nb-btn-border-radius);
    border: var(--nb-btn-border-width) var(--nb-btn-border-style) var(--nb-btn-primary-border-color);
    padding: var(--nb-btn-padding-y) var(--nb-btn-padding-x);
    min-width: var(--nb-btn-min-width);
    position: relative;
    display: inline-block;
}

.nb-text-editor-1 .nb-btn-style1:has(> a) a: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-text-editor-1 .ckeditor-acordian.acordian-items-wrapper .item .title{
    font-weight: var(--nb-text-editor-1-accordion-title-font-weight);
    color: var(--nb-text-editor-1-accordion-title-color);
    font-size: var(--nb-text-editor-1-accordion-title-font-size);
    padding: var(--nb-text-editor-1-accordion-title-padding-y) var(--nb-text-editor-1-accordion-title-padding-x);
    padding-right: 50px;
    border-bottom: var(--nb-border-width) var(--nb-border-style) var(--nb-border-color);
    position: relative;
    cursor: pointer;
}

.nb-text-editor-1 .ckeditor-acordian.acordian-items-wrapper .item.active .title{
    border-bottom-color: transparent;
    background-color: var(--nb-text-editor-1-accordion-title-active-bg);
}

.nb-text-editor-1 .ckeditor-acordian.acordian-items-wrapper .item .title:before {
    content: "\e9ea";
    font-family: 'nbi-font';
    line-height: 1;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    position: absolute;
    right: 20px;
    font-size: 16px;
    font-weight: var(--nb-font-regular);
}

.nb-text-editor-1 .ckeditor-acordian.acordian-items-wrapper .item.active .title:before {
    content: "\e9ed";
}

.nb-text-editor-1 .ckeditor-acordian.acordian-items-wrapper .item .content{
    background-color: var(--nb-text-editor-1-accordion-body-bg);
    overflow: hidden;
    max-height: 0;
    height: 0px;
}

.nb-text-editor-1 .ckeditor-acordian.acordian-items-wrapper .item.active .content{
    height: 100%;
    max-height: 500px;
    overflow-y: auto;
    padding: 0px var(--nb-text-editor-1-accordion-body-padding) var(--nb-text-editor-1-accordion-body-padding);
    border-bottom: var(--nb-border-width) var(--nb-border-style) var(--nb-spec-color);
    transition: max-height .5s ease;
    margin-left: 0;
}

.nb-text-editor-1 .ckeditor-acordian.acordian-items-wrapper .item .content p {
    font-size: var(--nb-text-editor-1-accordion-body-font-size);
}

@media screen and (max-width: 768px) {
    :root {
        --nb-text-editor-1-accordion-title-font-size: 14px;
        --nb-text-editor-1-accordion-title-padding-x: 12px;
        --nb-text-editor-1-accordion-title-padding-y: 14px;
        --nb-text-editor-1-accordion-body-padding: 12px;
    }

    .nb-text-editor-1 .ckeditor-acordian.acordian-items-wrapper .item .title:before {
        right: 12px;
    }
}
/*
/* NB Fajl:'./components/complex/cart/cart-heading/cart-heading-1/cart-heading-1.css.'
*/:root {
    --nb-cart-heading-font-size: var(--nb-font-size-22);
    --nb-cart-heading-font-weight: var(--nb-font-semibold);
    --nb-cart-heading-color: var(--nb-text-color-primary);
}
.nb-cart-heading-1 .nb-title {
    font-size: var(--nb-cart-heading-font-size);
    font-weight: var(--nb-cart-heading-font-weight);
    color: var(--nb-cart-heading-color);
}

@media screen and (max-width: 786px) {
    :root {
        --nb-cart-heading-font-size: var(--nb-font-size-16);
    }
}
/*
/* NB Fajl:'./components/complex/user/login-or-register/login-or-register-2/login-or-register-2.css.'
*/:root {
    --nb-login-or-register-2-btn-bg: transparent;
    --nb-login-or-register-2-btn-color: var(--nb-link-color-secondary);
    --nb-login-or-register-2-btn-border-color: var(--nb-border-color);
    --nb-login-or-register-2-btn-font-size: var(--nb-btn-font-size);
    --nb-login-or-register-2-btn-font-weight: var(--nb-btn-font-weight);
    --nb-login-or-register-2-btn-padding-y: var(--nb-btn-padding-y);
    --nb-login-or-register-2-btn-padding-x: var(--nb-btn-padding-x);

    --nb-login-or-register-2-btn-active-bg: transparent;
    --nb-login-or-register-2-btn-active-color: var(--nb-link-color-secondary);
    --nb-login-or-register-2-btn-active-border-color: var(--nb-border-color);
}

.nb-login-or-register-2 .nb-btn-wrapper .nb-btn {
    color: var(--nb-login-or-register-2-btn-color);
    background-color: var(--nb-login-or-register-2-btn-bg);
    border-color: var(--nb-login-or-register-2-btn-border-color);
    font-weight: var(--nb-login-or-register-2-btn-font-weight);
    font-size: var(--nb-login-or-register-2-btn-font-size);
    padding: var(--nb-login-or-register-2-btn-padding-y) var(--nb-login-or-register-2-btn-padding-x);
}

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

.nb-login-or-register-2 .nb-btn-wrapper {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.nb-login-or-register-2 .nb-btn-wrapper .nb-btn {
    --nb-btn-min-width: 220px;
}
/*
/* NB Fajl:'./components/complex/cart/cart-benefits/cart-benefits-description-and-cta-2/cart-benefits-description-and-cta-2.css.'
*/:root{
    --nb-cart-benefits-and-cta-2-listing-icon-color: var(--nb-color-black);
    --nb-cart-benefits-and-cta-2-listing-icon: '\e97f';
}

.nb-cart-benefits-and-cta-2 .nb-cart-heading-1 .nb-title {
    margin-bottom: 15px;
}

.nb-cart-benefits-and-cta-2 > .nb-benefit-wrapper {
    display: flex;
    align-items: center;
    background-color: var(--nb-cart-block-bg);
    gap: 10px;
    padding: 20px;
}

.nb-cart-benefits-and-cta-2 .nb-component.nb-img-wrapper {
    max-width: 100px;
    flex-shrink: 0;
}

.nb-cart-benefits-and-cta-2 .nb-text-wrapper {
    flex-grow: 1;
}

.nb-cart-benefits-and-cta-2 .nb-html-editor p{
    font-size: var(--nb-font-size-14);
}

.nb-cart-benefits-and-cta-2 .nb-html-editor img{
    width: 14px;
    height: 14px;
}

.nb-cart-benefits-and-cta-2 .nb-html-editor ul {
    margin-bottom: 0;
}

.nb-cart-benefits-and-cta-2 .nb-html-editor ul {
    list-style: none;
    padding-left: 0;
}

.nb-cart-benefits-and-cta-2 .nb-html-editor ul li{
    margin-bottom: 10px;
    font-size: var(--nb-font-size-14);
    display: flex;
    align-items: center;
}

.nb-cart-benefits-and-cta-2 .nb-html-editor ul li:last-child{
    margin-bottom: 0;
}

.nb-cart-benefits-and-cta-2 .nb-html-editor ul li:before{
    content: var(--nb-cart-benefits-and-cta-2-listing-icon);
    font-family: 'nbi-font';
    color: var(--nb-cart-benefits-and-cta-2-listing-icon-color);
    margin-right: 10px;
    vertical-align: middle;
    display: block;
}

.nb-cart-benefits-and-cta-2 .nb-info-wrapper {
    font-size: var(--nb-font-size-16);
    font-weight: var(--nb-font-semibold);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 35px;
}

.nb-cart-benefits-and-cta-2 .nb-info-wrapper .nb-label-no-reg {
    text-align: center;
    padding: 0 20px;
}

.nb-cart-benefits-and-cta-2 .nb-border-left-no-reg,
.nb-cart-benefits-and-cta-2 .nb-border-right-no-reg {
    content: '';
    position: relative;
    height: 1px;
    background-color: var(--nb-border-color);
    width: fit-content;
    flex: 1 1;
}

.nb-cart-benefits-and-cta-2 .nb-border-right-no-reg{
    right: 0;
}

.nb-cart-benefits-and-cta-2 .nb-border-left-no-reg {
    left: 0;
}

@media screen and (max-width: 768px) {
    .nb-cart-benefits-and-cta-2 > .nb-benefit-wrapper {
        --nb-dt-rows: auto;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: start;
        padding: 20px 15px;
    }

    .nb-cart-benefits-and-cta-2 .nb-component.nb-img-wrapper {
        display: none;
    }

    .nb-cart-benefits-and-cta-2 .nb-info-wrapper {
        margin-top: 25px;
    }

    .nb-cart-benefits-and-cta-2 .nb-info-wrapper .nb-label-no-reg {
        font-size: var(--nb-font-size-14);
    }

    .nb-cart-benefits-and-cta-2 .nb-login-or-register-2 {
        margin-top: 10px;
        width: 100%;
    }

    .nb-cart-benefits-and-cta-2 .nb-html-editor ul li{
        font-size: var(--nb-font-size-12);
    }

    .nb-cart-benefits-and-cta-2 .nb-login-or-register-2 .nb-btn {
        width: 100%;
    }
}

/*
/* NB Fajl:'./components/core/filter-checkbox/filter-checkbox-1/filter-checkbox-1.css.'
*/:root {
    --nb-filter-checkbox-1-border-width: var(--nb-border-width);
    --nb-filter-checkbox-1-border-color: var(--nb-color-gray-200);
    --nb-filter-checkbox-1-checked-border-color: var(--nb-color-gray-300);
    --nb-filter-checkbox-1-checked-bg: var(--nb-color-gray-200);
    --nb-filter-checkbox-1-border-radius: var(--nb-border-radius-xs);

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

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

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

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

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

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

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

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

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

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

.nb-filter-checkbox-2:hover .nb-label,
.nb-filter-checkbox-2:has(.nb-check:checked) .nb-label {
    background-color: var(--nb-filter-checkbox-2-checked-bg);
    border-color: var(--nb-filter-checkbox-2-checked-border-color);
}
/*
/* NB Fajl:'./components/core-components/custom-fields/custom-select-field-1/custom-select-field-1.css.'
*/.nb-custom-select-field-1 {

}

.nb-custom-select-field-1 img {
    width: 35px;
    height: 35px;
    border-radius: var(--nb-border-radius-full);
}

.nb-custom-select-field-1 .nb-header-wrapper {
    display: flex;
    align-items: center;
    min-height: 50px;
    padding: 10px 40px 10px 10px;
    gap: 10px;
    cursor: pointer;
    border: var(--nb-border-width) var(--nb-border-style) var(--nb-border-color);
    border-radius: var(--nb-border-radius-8);
    position: relative;
}

.nb-custom-select-field-1 .nb-header-wrapper .nb-header-text {
    font-size: var(--nb-font-size-14);
}

.nb-custom-select-field-1 .nb-header-wrapper .nb-header-text span {
    font-weight: var(--nb-font-semibold);
    margin-left: 5px;
}

.nb-custom-select-field-1 .nb-header-wrapper .nb-icon {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.nb-custom-select-field-1 .nb-options-wrapper {
    display: none;
    padding: 10px;
    max-height: 200px;
    overflow-y: auto;
    position: absolute;
    z-index: 2;
    background-color: var(--nb-color-white);
    width: 100%;
    border: var(--nb-border-width) var(--nb-border-style) var(--nb-border-color);
    border-top: unset;
    border-bottom-left-radius: var(--nb-border-radius-8);
    border-bottom-right-radius: var(--nb-border-radius-8);
}

.nb-custom-select-field-1 .nb-options-wrapper .nb-option-item-text {
    font-size: var(--nb-font-size-14);
    cursor: pointer;
}

.nb-custom-select-field-1 .nb-options-wrapper .nb-option-item {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.nb-custom-select-field-1 .nb-options-wrapper .nb-option-item:last-child {
    margin-bottom: 0px;
}

.nb-custom-select-field-1 .nb-options-wrapper.active {
    display: block;
}

.nb-custom-select-field-1 .nb-options-wrapper .nb-option-item-text:hover {
    color: var(--nb-spec-color);
}

.nb-custom-select-field-1:has(.nb-options-wrapper.active) .nb-header-wrapper {
    border-bottom-left-radius: unset;
    border-bottom-right-radius: unset;
}

/*
/* NB Fajl:'./components/complex/cart/delivery-on-cart/delivery-note-1/delivery-note-1.css.'
*/:root {
    --nb-delivery-note-1-label-font-size: var(--nb-font-size-14);
    --nb-delivery-note-1-label-font-weight: var(--nb-font-medium);
    --nb-delivery-note-1-label-color: var(--nb-text-color-primary);
}

.nb-delivery-note-1 .nb-label {
    font-size: var(--nb-delivery-note-1-label-font-size);
    font-weight: var(--nb-delivery-note-1-label-font-weight);
    color: var(--nb-delivery-note-1-label-color)
}
/*
/* NB Fajl:'./components/complex/cart/delivery-on-cart/delivery-option-2/delivery-option-parcel-machine-2/selected-parcel-machine-2/selected-parcel-machine-2.css.'
*/.nb-selected-parcel-machine-2  .nb-title {
    font-size: var(--nb-font-size-14);
    font-weight: var(--nb-font-semibold);
    margin-bottom: 5px;
}

.nb-selected-parcel-machine-2  .nb-description {
    font-size: var(--nb-font-size-13);
}
/*
/* NB Fajl:'./components/complex/cart/delivery-on-cart/delivery-option-2/delivery-option-parcel-machine-2/delivery-option-parcel-machine-2.css.'
*/:root {
    --nb-delivery-option-parcel-machine-2-btn-color: var(--nb-spec-color);
    --nb-delivery-option-parcel-machine-2-btn-border-color: var(--nb-spec-color);
    --nb-delivery-option-parcel-machine-2-btn-bg: transparent;

    --nb-delivery-option-parcel-machine-2-btn-active-color: var(--nb-color-white);
    --nb-delivery-option-parcel-machine-2-btn-active-border-color: var(--nb-spec-color);
    --nb-delivery-option-parcel-machine-2-btn-active-bg: var(--nb-spec-color);
}
.nb-delivery-option-parcel-machine-2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 10px 15px;
    background-color: var(--nb-color-gray-100);
}

.nb-delivery-option-parcel-machine-2 .nb-title {
    font-size: var(--nb-font-size-14);
    font-weight: var(--nb-font-semibold);
    margin-bottom: 5px;
}

.nb-delivery-option-parcel-machine-2 .nb-description {
    font-size: var(--nb-font-size-13);
}

.nb-delivery-option-parcel-machine-2 .nb-btn {
    color: var(--nb-delivery-option-parcel-machine-2-btn-color);
    background: var(--nb-delivery-option-parcel-machine-2-btn-bg);
    border: var(--nb-border-width) var(--nb-border-style) var(--nb-delivery-option-parcel-machine-2-btn-border-color);
    min-width: 200px;
}

.nb-delivery-option-parcel-machine-2 .nb-btn:active,
.nb-delivery-option-parcel-machine-2 .nb-btn:hover,
.nb-delivery-option-parcel-machine-2 .nb-btn:focus {
    color: var(--nb-delivery-option-parcel-machine-2-btn-active-color);
    background: var(--nb-delivery-option-parcel-machine-2-btn-active-bg);
    border-color: var(--nb-delivery-option-parcel-machine-2-btn-active-border-color);
}
@media screen and (max-width: 768px) {
    .nb-delivery-option-parcel-machine-2 {
        flex-wrap: wrap;
        flex-direction: column;
        align-items: start;
        justify-content: start;
        padding: 10px;
    }

    .nb-delivery-option-parcel-machine-2 .nb-btn {
        width: 100%;
    }
}
/*
/* NB Fajl:'./components/complex/cart/delivery-on-cart/delivery-option-2/delivery-option-parcel-machine-2/delivery-option-parcel-machine-boxnow-2/delivery-option-parcel-machine-boxnow-2.css.'
*/.nb-parcel-machine-boxnow-wrapper iframe{
    z-index: 999999;
}
/*
/* NB Fajl:'./components/complex/cart/delivery-on-cart/delivery-option-2/delivery-option-click-and-collect-2/delivery-option-click-and-collect-2.css.'
*/:root {
    --nb-delivery-option-click-and-collect-2-btn-color: var(--nb-spec-color);
    --nb-delivery-option-click-and-collect-2-btn-border-color: var(--nb-spec-color);
    --nb-delivery-option-click-and-collect-2-btn-bg: transparent;

    --nb-delivery-option-click-and-collect-2-btn-active-color: var(--nb-color-white);
    --nb-delivery-option-click-and-collect-2-btn-active-border-color: var(--nb-spec-color);
    --nb-delivery-option-click-and-collect-2-btn-active-bg: var(--nb-spec-color);
}
.nb-delivery-option-click-and-collect-2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 10px 15px;
    background-color: var(--nb-color-gray-100);
}

.nb-delivery-option-click-and-collect-2 .nb-btn {
    color: var(--nb-delivery-option-click-and-collect-2-btn-color);
    background: var(--nb-delivery-option-click-and-collect-2-btn-bg);
    border: var(--nb-border-width) var(--nb-border-style) var(--nb-delivery-option-click-and-collect-2-btn-border-color);
    min-width: 200px;
}

.nb-delivery-option-click-and-collect-2 .nb-btn:active,
.nb-delivery-option-click-and-collect-2 .nb-btn:hover,
.nb-delivery-option-click-and-collect-2 .nb-btn:focus {
    color: var(--nb-delivery-option-click-and-collect-2-btn-active-color);
    background: var(--nb-delivery-option-click-and-collect-2-btn-active-bg);
    border-color: var(--nb-delivery-option-click-and-collect-2-btn-active-border-color);
}

.nb-delivery-option-click-and-collect-2 .nb-title {
    font-size: var(--nb-font-size-14);
    font-weight: var(--nb-font-semibold);
    margin-bottom: 5px;
}

.nb-delivery-option-click-and-collect-2 .nb-description {
    font-size: var(--nb-font-size-13);
}

@media screen and (max-width: 768px) {
    .nb-delivery-option-click-and-collect-2 {
        flex-wrap: wrap;
        flex-direction: column;
        align-items: start;
        justify-content: start;
        padding: 10px;
    }

    .nb-delivery-option-click-and-collect-2 .nb-btn {
        width: 100%;
    }
}
/*
/* NB Fajl:'./components/complex/cart/delivery-on-cart/delivery-option-show-description-link/delivery-option-show-description-link.css.'
*/:root {
    --nb-delivery-option-show-description-text-font-size: var(--nb-font-size-12);
    --nb-delivery-option-show-description-text-font-weight: var(--nb-font-medium);
    --nb-delivery-option-show-description-text-color: var(--nb-text-color-primary);
}

.nb-delivery-option-show-description {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
}

.nb-delivery-option-show-description .custom-text {
    font-size: var(--nb-delivery-option-show-description-text-font-size);
    font-weight: var(--nb-delivery-option-show-description-text-font-weight);
    color: var(--nb-delivery-option-show-description-text-color);
    font-style: italic;
}
/*
/* NB Fajl:'./components/complex/cart/delivery-on-cart/delivery-option-short-description-1/delivery-option-short-description-1.css.'
*/:root {
    --nb-delivery-option-short-description-1-font-size: var(--nb-font-size-14);
    --nb-delivery-option-short-description-1-weight: var(--nb-font-regular);
    --nb-delivery-option-short-description-1-color: var(--nb-text-color-primary);
}

.nb-delivery-option-short-description-1 {
    font-size: var(--nb-delivery-option-short-description-1-font-size);
    font-weight: var(--nb-delivery-option-short-description-1-weight);
    color: var(--nb-delivery-option-short-description-1-color)
}
/*
/* NB Fajl:'./components/complex/cart/delivery-on-cart/delivery-option-3/delivery-option-3.css.'
*/.nb-delivery-option-3 {
    border: var(--nb-border-width) var(--nb-border-style) var(--nb-border-color);

    &+.nb-delivery-option-3:not(:has(.nb-radio:checked)){
        border-top: none;
    }
    .nb-radio {
        display: none;
    }

    .nb-form-radio-button,
    .nb-form-check {
        padding-left: 0;
        margin-bottom: 0;
        width: 100%;
    }

    .nb-delivery-option-title {
        font-size: var(--nb-font-size-14);
        font-weight: var(--nb-font-medium);
    }

    .nb-delivery-option-text-wrapper{
        display: flex;
        justify-content: space-between;
        width: 100%;
        align-items: center;
    }

    .nb-price-icon-wrapper {
        flex-shrink: 0;
        display: flex;
        align-items: center;
        gap: 10px;

        .nb-icon {
            font-size: 20px;
            border: var(--nb-border-width) var(--nb-border-style) var(--nb-border-color);
            border-radius: var(--nb-border-radius-full);
            background-color: var(--nb-color-white);
            width: 20px;
            height: 20px;
            display: inline-block;

            &:before {
                display: none;
            }
        }
    }

    &:has(.nb-radio:checked) .nb-price-icon-wrapper .nb-icon:before {
        display: block;
        color: var(--nb-check-checked-bg);
    }

    .nb-form-radio-button .nb-label {
        margin-left: 0;
        padding: 10px 15px;
        top: 0;
        flex-grow: 1;
        min-height: 53px;
        display: flex;
        align-items: center;
    }

    .nb-option-wrapper {
        display: flex;
        align-items: center;
        gap: 15px;
        width: 100%;
        img {
            max-width: 60px;
            max-height: 25px;
            flex-shrink: 0;
        }
    }

    &:has(.nb-radio:checked) {
        border-color: var(--nb-color-blue-700);

        .delivery-option-heading .nb-label{
            background-color: var(--nb-color-blue-100);
        }
    }

    > .nb-form-group{
        padding: 15px
    }
    .nb-delivery-option-price {
        display: none;
    }

    .nb-delivery-option-short-description-1 {
        padding: 20px 16px;
        background-color: var(--nb-color-gray-100);
        border: var(--nb-border-width) var(--nb-border-style) var(--nb-border-color);
        display: none;
    }

    &:has(.nb-radio:checked) .nb-delivery-option-short-description-1 {
        display: block;
        border-top-width: 2px;
    }
}


@media screen and (max-width: 768px) {
    .nb-delivery-option-3 {
        .nb-form-radio-button .nb-label {
            padding: 10px;
        }
        > .nb-form-group{
            padding: 10px
        }
    }
}
/*
/* NB Fajl:'./components/complex/cart/payment-on-cart/payment-name-selected-payment/payment-name-selected-payment.css.'
*/:root {
    --nb-payment-name-selected-payment-font-size: var(--nb-font-size-12);
    --nb-payment-name-selected-payment-font-weight: var(--nb-font-regular);
    --nb-payment-name-selected-payment-color: var(--nb-color-gray);
    --nb-payment-name-selected-payment-separator: '/';
}

.nb-payment-name-selected-payment {
    margin-left: 5px;
    display: flex;
    gap: 5px;
}

.nb-payment-name-selected-payment .nb-separator:before {
    content: var(--nb-payment-name-selected-payment-separator);
}

.nb-payment-name-selected-payment .nb-separator,
.nb-payment-name-selected-payment .nb-separator:before,
.nb-payment-name-selected-payment .nb-selected {
    font-size: var(--nb-payment-name-selected-payment-font-size);
    font-weight: var(--nb-payment-name-selected-payment-font-weight);
    color: var(--nb-payment-name-selected-payment-color);
}
/*
/* NB Fajl:'./components/complex/cart/payment-on-cart/payment-option/payment-option-card/payment-option-card.css.'
*/.nb-payment-option .save-card-info{
    margin-bottom: 10px;
}
/*
/* NB Fajl:'./components/complex/cart/payment-on-cart/payment-option/payment-option-voucher/payment-option-voucher.css.'
*/.nb-payment-option > .nb-btn{
    margin-bottom: 20px;
}
/*
/* NB Fajl:'./components/complex/cart/cart-voucher-box-2/cart-voucher-box-2.css.'
*/:root {
    --nb-cart-voucher-box-2-bg: var(--nb-color-white);
    --nb-cart-voucher-box-2-border-width: var(--nb-border-width);
    --nb-cart-voucher-box-2-border-color: var(--nb-border-color);
    --nb-cart-voucher-box-2-active-border-color: var(--nb-color-green);

    --nb-cart-voucher-box-2-label-font-size: var(--nb-font-size-12);
    --nb-cart-voucher-box-2-label-font-weight: var(--nb-body-font-weight);
    --nb-cart-voucher-box-2-label-color: var(--nb-text-color-primary);

    --nb-cart-voucher-box-2-value-font-size: var(--nb-font-size-12);
    --nb-cart-voucher-box-2-value-font-weight: var(--nb-font-bold);
    --nb-cart-voucher-box-2-value-color: var(--nb-text-color-primary);
}

.nb-cart-voucher-box-2 {
    display: flex;
    justify-content: space-between;
    padding: 15px;
    background-color: var(--nb-cart-voucher-box-2-bg);
    border: var(--nb-cart-voucher-box-2-border-width) var(--nb-border-style) var(--nb-cart-voucher-box-2-border-color);
    align-items: center;
    position: relative;
}

.nb-cart-voucher-box-2 .nb-voucher-code-wrapper,
.nb-cart-voucher-box-2 .nb-voucher-price-wrapper {
    display: flex;
    flex-direction: column;
}

.nb-cart-voucher-box-2 .nb-voucher-code-label,
.nb-cart-voucher-box-2 .nb-voucher-price-label {
    font-size: var(--nb-cart-voucher-box-2-label-font-size);
    font-weight: var(--nb-cart-voucher-box-2-label-font-weight);
    color: var(--nb-cart-voucher-box-2-label-color);
}

.nb-cart-voucher-box-2 .nb-voucher-code-value,
.nb-cart-voucher-box-2 .nb-price-voucher {
    font-size: var(--nb-cart-voucher-box-2-value-font-size);
    font-weight: var(--nb-cart-voucher-box-2-value-font-weight);
    color: var(--nb-cart-voucher-box-2-value-color);
}

.nb-cart-voucher-box-2 .nb-btn {
    border-radius: var(--nb-border-radius-0);
    min-width: 85px;
}

.nb-cart-voucher-box-2:before,
.nb-cart-voucher-box-2:after {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: var(--nb-color-gray-100);
    border-radius: var(--nb-border-radius-full);
}

.nb-cart-voucher-box-2:before {
    left: -11px;
    border-right: var(--nb-cart-voucher-box-2-border-width) var(--nb-border-style) var(--nb-cart-voucher-box-2-border-color);
}

.nb-cart-voucher-box-2:after {
    right: -11px;
    border-left: var(--nb-cart-voucher-box-2-border-width) var(--nb-border-style) var(--nb-cart-voucher-box-2-border-color);
}

.nb-cart-voucher-box-2.checked,
.nb-cart-voucher-box-2.checked:before{
    border-color: var(--nb-cart-voucher-box-2-active-border-color);
}

.nb-cart-voucher-box-2.checked:after {
    content: '\F26B';
    font-family: bootstrap-icons;
    border: unset;
    font-size: 19px;
    color: var(--nb-cart-voucher-box-2-active-border-color);
    z-index: 2;
}

.nb-cart-voucher-box-2 .nb-btn {
    min-width: 70px;
    padding: 5px 0;
}

@media screen and (max-width: 425px) {
    .nb-cart-voucher-box-2 {
        flex-direction: column;
        align-items: unset;
        gap: 5px;
    }
}
/*
/* NB Fajl:'./components/complex/cart/cart-voucher-box-list/cart-voucher-box-list.css.'
*/.nb-cart-voucher-box-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.nb-cart-voucher-box-list > * {
    flex: 0 0 calc(50% - 10px);
}

@media screen and (max-width: 1699px) {
    .nb-cart-voucher-box-list > * {
        flex: 0 0 100%;
    }
}
/*
/* NB Fajl:'./components/complex/cart/cart-voucher-missing-funds-1/cart-voucher-missing-funds-1.css.'
*/:root {
    --nb-cart-voucher-missing-funds-1-icon-color: var(--nb-color-danger);
    --nb-cart-voucher-missing-funds-1-icon-size: var(--nb-font-size-20);

    --nb-cart-voucher-missing-funds-1-label-font-size: var(--nb-font-size-14);
    --nb-cart-voucher-missing-funds-1-label-font-weight: var(--nb-font-bold);
    --nb-cart-voucher-missing-funds-1-label-color: var(--nb-text-color-primary);

    --nb-cart-voucher-missing-funds-1-message-font-size: var(--nb-font-size-14);
    --nb-cart-voucher-missing-funds-1-message-font-weight: var(--nb-font-regular);
    --nb-cart-voucher-missing-funds-1-message-color: var(--nb-text-color-primary);
}

.nb-cart-voucher-missing-funds-1 {
    display: flex;
    gap: 10px;
    margin-top: 15px;
    align-items: center;
}

.nb-cart-voucher-missing-funds-1 .nb-icon {
    color: var(--nb-cart-voucher-missing-funds-1-icon-color);
    font-size: var(--nb-cart-voucher-missing-funds-1-icon-size);
}

.nb-cart-voucher-missing-funds-1 .nb-info-wrapper {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.nb-cart-voucher-missing-funds-1 .nb-info-wrapper .nb-missing-funds-label {
    font-size: var(--nb-cart-voucher-missing-funds-1-label-font-size);
    font-weight: var(--nb-cart-voucher-missing-funds-1-label-font-weight);
    color: var(--nb-cart-voucher-missing-funds-1-label-color);
}

.nb-cart-voucher-missing-funds-1 .nb-info-wrapper .nb-missing-funds-message {
    font-size: var(--nb-cart-voucher-missing-funds-1-message-font-size);
    font-weight: var(--nb-cart-voucher-missing-funds-1-message-font-weight);
    color: var(--nb-cart-voucher-missing-funds-1-message-color);
}

/*
/* NB Fajl:'./components/complex/cart/cart-voucher-sufficient-funds-1/cart-voucher-sufficient-funds-1.css.'
*/:root {
    --nb-cart-voucher-sufficient-funds-1-icon-color: var(--nb-color-green);
    --nb-cart-voucher-sufficient-funds-1-icon-size: var(--nb-font-size-20);

    --nb-cart-voucher-sufficient-funds-1-label-font-size: var(--nb-font-size-14);
    --nb-cart-voucher-sufficient-funds-1-label-font-weight: var(--nb-font-bold);
    --nb-cart-voucher-sufficient-funds-1-label-color: var(--nb-text-color-primary);

    --nb-cart-voucher-sufficient-funds-1-message-font-size: var(--nb-font-size-14);
    --nb-cart-voucher-sufficient-funds-1-message-font-weight: var(--nb-font-regular);
    --nb-cart-voucher-sufficient-funds-1-message-color: var(--nb-text-color-primary);
}

.nb-cart-voucher-sufficient-funds-1 {
    display: flex;
    gap: 10px;
    margin-top: 15px;
    align-items: center;
}

.nb-cart-voucher-sufficient-funds-1 .nb-icon {
    color: var(--nb-cart-voucher-sufficient-funds-1-icon-color);
    font-size: var(--nb-cart-voucher-sufficient-funds-1-icon-size);
}

.nb-cart-voucher-sufficient-funds-1 .nb-info-wrapper {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.nb-cart-voucher-sufficient-funds-1 .nb-info-wrapper .nb-sufficient-funds-label {
    font-size: var(--nb-cart-voucher-sufficient-funds-1-label-font-size);
    font-weight: var(--nb-cart-voucher-sufficient-funds-1-label-font-weight);
    color: var(--nb-cart-voucher-sufficient-funds-1-label-color);
}

.nb-cart-voucher-sufficient-funds-1 .nb-info-wrapper .nb-sufficient-funds-message {
    font-size: var(--nb-cart-voucher-sufficient-funds-1-message-font-size);
    font-weight: var(--nb-cart-voucher-sufficient-funds-1-message-font-weight);
    color: var(--nb-cart-voucher-sufficient-funds-1-message-color);
}

/*
/* NB Fajl:'./components/complex/cart/cart-voucher-payment-option/cart-voucher-payment-option.css.'
*/.nb-cart-voucher-payment-option-accordion.nb-accordion-3 .nb-accordion-button {
    padding: 20px;
}

.nb-cart-voucher-payment-option-accordion.nb-accordion-3 .nb-accordion-button .nb-toggle-icon {
    left: unset;
    right: 20px;
}

.nb-cart-voucher-payment-option-accordion.nb-accordion-3 .nb-accordion-item:has(.nb-accordion-button:not(.collapsed)) {
    background-color: var(--nb-color-gray-100);
}

.nb-cart-voucher-payment-option-accordion.nb-accordion-3 .nb-accordion-button:not(.collapsed) {
    background-image: unset;
}

.nb-cart-voucher-payment-option-accordion.nb-accordion-3 .nb-accordion-body {
    padding: 0 20px 20px;
}

.nb-cart-voucher-payment-option-accordion .nb-cart-voucher-form {
    margin-top: 15px;
    padding-top: 15px;
    max-width: 320px;
    border-top: var(--nb-border-width) var(--nb-border-style) var(--nb-border-color);
    display: flex;
    flex-direction: column;
}

.nb-cart-voucher-payment-option-accordion .nb-cart-voucher-form .nb-cart-voucher-form-title {
    font-size: var(--nb-font-size-14);
    font-weight: var(--nb-font-semibold);
    color: var(--nb-text-color-primary);
    margin-bottom: 20px;
}

.nb-cart-voucher-payment-option-accordion .nb-cart-voucher-form .nb-btn {
    max-width: 150px;
    border-radius: var(--nb-border-radius-xs);
}
/*
/* NB Fajl:'./components/complex/cart/payment-on-cart/payment-option-show-description-link/payment-option-show-description-link.css.'
*/:root {
    --nb-payment-option-show-description-text-font-size: var(--nb-font-size-12);
    --nb-payment-option-show-description-text-font-weight: var(--nb-font-medium);
    --nb-payment-option-show-description-text-color: var(--nb-text-color-primary);
}

.nb-payment-option-show-description {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
}

.nb-payment-option-show-description .custom-text {
    font-size: var(--nb-payment-option-show-description-text-font-size);
    font-weight: var(--nb-payment-option-show-description-text-font-weight);
    color: var(--nb-payment-option-show-description-text-color);
    font-style: italic;
}
/*
/* NB Fajl:'./components/complex/cart/payment-on-cart/payment-option-images-1/payment-option-images-1.css.'
*/:root {
    --nb-payment-options-images-1-more-color: var(--nb-text-color-primary);
    --nb-payment-options-images-1-more-font-size: var(--nb-font-size-12);
    --nb-payment-options-images-1-more-font-weight: var(--nb-font-weight-400);
    --nb-payment-options-images-1-more-padding-x: 6px;
    --nb-payment-options-images-1-more-padding-y: 5px;
    --nb-payment-options-images-1-more-border-color: var(--nb-border-color);
    --nb-payment-options-images-1-more-border-radius: 0;
    --nb-payment-options-images-1-more-bg: var(--nb-color-white);
    --nb-payment-options-images-1-more-popover-bg: var(--nb-color-black);
}

.nb-payment-options-images-1 {
    display: flex;
    align-items: center;
    gap: 10px;
}

.nb-payment-option-image {
    max-height: 26px;
}

.nb-payment-options-images-1 .nb-payment-options-images-more {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--nb-payment-options-images-1-more-color);
    font-size: var(--nb-payment-options-images-1-more-font-size);
    font-weight: var(--nb-payment-options-images-1-more-font-weight);
    padding: var(--nb-payment-options-images-1-more-padding-y) var(--nb-payment-options-images-1-more-padding-x);
    border: var(--nb-border-width) var(--nb-border-style) var(--nb-payment-options-images-1-more-border-color);
    -webkit-border-radius: var(--nb-payment-options-images-1-more-border-radius);
    -moz-border-radius: var(--nb-payment-options-images-1-more-border-radius);
    border-radius: var(--nb-payment-options-images-1-more-border-radius);
    background-color: var(--nb-payment-options-images-1-more-bg);
    min-height: 26px;
}

.nb-payment-options-images-1 .nb-payment-options-images-more-popover {
    -webkit-border-radius: var(--nb-payment-options-images-1-more-border-radius);
    -moz-border-radius: var(--nb-payment-options-images-1-more-border-radius);
    border-radius: var(--nb-payment-options-images-1-more-border-radius);
}

.nb-payment-options-images-more-popover.hidden {
    position: absolute !important;
    opacity: 0 !important;
    pointer-events: none !important;
    display: block !important;
}

.popover:has(.nb-payment-option-image-wrapper),
.popover:has(.nb-payment-option-image-wrapper) .popover-body {
    -webkit-border-radius: var(--nb-payment-options-images-1-more-border-radius);
    -moz-border-radius: var(--nb-payment-options-images-1-more-border-radius);
    border-radius: var(--nb-payment-options-images-1-more-border-radius);
}

.popover:has(.nb-payment-option-image-wrapper) .popover-body {
    background-color: var(--nb-payment-options-images-1-more-popover-bg);
}

.popover:has(.nb-payment-option-image-wrapper) .popover-body .nb-popover-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}

.popover:has(.nb-payment-option-image-wrapper)[data-popper-placement^=top]>.popover-arrow::before,
.popover:has(.nb-payment-option-image-wrapper)[data-popper-placement^=top]>.popover-arrow::after {
    border-top-color: var(--nb-payment-options-images-1-more-popover-bg);
}

.popover:has(.nb-payment-option-image-wrapper)[data-popper-placement^=right]>.popover-arrow::before,
.popover:has(.nb-payment-option-image-wrapper)[data-popper-placement^=right]>.popover-arrow::after {
    border-right-color: var(--nb-payment-options-images-1-more-popover-bg);
}

.popover:has(.nb-payment-option-image-wrapper)[data-popper-placement^=bottom]>.popover-arrow::before,
.popover:has(.nb-payment-option-image-wrapper)[data-popper-placement^=bottom]>.popover-arrow::after {
    border-bottom-color: var(--nb-payment-options-images-1-more-popover-bg);
}

.popover:has(.nb-payment-option-image-wrapper)[data-popper-placement^=left]>.popover-arrow::before,
.popover:has(.nb-payment-option-image-wrapper)[data-popper-placement^=left]>.popover-arrow::after {
    border-left-color: var(--nb-payment-options-images-1-more-popover-bg);
}
/*
/* NB Fajl:'./components/complex/cart/payment-on-cart/payment-option-message-1/payment-option-message-1.css.'
*/:root {
    --nb-payment-option-message-1-color: var(--nb-text-color-primary);
    --nb-payment-option-message-1-font-size: var(--nb-font-size-12);
    --nb-payment-option-message-1-font-weight: var(--nb-font-weight-400);
    --nb-payment-option-message-1-type-font-weight: var(--nb-font-weight-600);
    --nb-payment-option-message-1-padding-x: 20px;
    --nb-payment-option-message-1-padding-y: 16px;
    --nb-payment-option-message-1-bg: var(--nb-color-gray-100);
    --nb-payment-option-message-1-min-height: 51px;
    --nb-payment-option-message-1-border-color: var(--nb-border-color);
    --nb-payment-option-message-1-border-radius: 0;
}

.nb-payment-option-message-1 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: var(--nb-payment-option-message-1-min-height);
    padding: var(--nb-payment-option-message-1-padding-y) var(--nb-payment-option-message-1-padding-x);
    background-color: var(--nb-payment-option-message-1-bg);
    border: var(--nb-border-width) var(--nb-border-style) var(--nb-payment-option-message-1-border-color);
    -webkit-border-radius: var(--nb-payment-option-message-1-border-radius);
    -moz-border-radius: var(--nb-payment-option-message-1-border-radius);
    border-radius: var(--nb-payment-option-message-1-border-radius);
}

.nb-payment-option-message-1 .nb-payment-option-message {
    color: var(--nb-payment-option-message-1-color);
    font-size: var(--nb-payment-option-message-1-font-size);
    font-weight: var(--nb-payment-option-message-1-font-weight);
}

.nb-payment-option-message-1 .nb-payment-option-message-type {
    color: var(--nb-payment-option-message-1-color);
    font-size: var(--nb-payment-option-message-1-font-size);
    font-weight: var(--nb-payment-option-message-1-type-font-weight);
}
/*
/* NB Fajl:'./components/complex/cart/payment-on-cart/payment-option-3/payment-option-3.css.'
*/.nb-payment-option-3{
    .nb-radio {
        display: none;
    }

    .nb-form-radio-button,
    .nb-form-check {
        padding-left: 0;
        margin-bottom: 0;
        width: 100%;
    }

    &+.nb-payment-option-3:not(:has(.nb-radio:checked)) .nb-form-radio-button .nb-label{
        border-top: none;
    }

    .nb-payment-option-title {
        font-size: var(--nb-font-size-14);
        font-weight: var(--nb-font-medium);
    }

    .nb-icon-wrapper .nb-icon {
        font-size: 20px;
        border: var(--nb-border-width) var(--nb-border-style) var(--nb-border-color);
        border-radius: var(--nb-border-radius-full);
        background-color: var(--nb-color-white);
        width: 20px;
        height: 20px;
        display: inline-block;
    }

    .nb-icon-wrapper .nb-icon:before {
        display: none;
    }

    &:has(.nb-radio:checked) .nb-icon-wrapper .nb-icon:before {
        display: block;
    }

    &:has(.nb-radio:checked) .nb-icon-wrapper .nb-icon {
        border: unset;
        color: var(--nb-check-checked-bg);
    }

    &:has(.nb-radio:checked) .nb-form-radio-button .nb-label{
        border-color: var(--nb-color-blue-700);
        background: var(--nb-color-blue-100);
    }

    .nb-form-radio-button .nb-label {
        margin-left: 0;
        padding: 10px 15px;
        top: 0;
        flex-grow: 1;
        border: 1px solid var(--nb-border-color);
        min-height: 55px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .nb-payment-option-text-wrapper {
        display: flex;
        align-items: center;
        gap: 15px;
        justify-content: space-between;
        width: 100%;
    }

    .nb-option-wrapper {
        display: flex;
        align-items: center;
        gap: 15px;

        img {
            max-width: 60px;
            flex-shrink: 0;
        }
    }

    .nb-save-payment-card .nb-form-group .nb-label {
        background-color: unset;
    }
    .nb-save-payment-card .nb-form-group {
        margin-bottom: 10px;
        .nb-form-check {
            margin-bottom: 10px;
            padding-left: 20px;
        }
    }

    .nb-cart-voucher-box-list > * {
        flex: 0 0 calc(50% - 10px);
        gap: 10px;
    }

    .nb-cart-voucher-payment-option-accordion.nb-accordion-3 .nb-accordion-body {
        padding-top: 20px;
    }

    .nb-cart-payment-in-installments-2{
        max-width: 300px;
        margin-left: 75px;
    }

    .nb-payment-option-message-1 {
        display: none;
    }

    &:has(.nb-radio:checked) .nb-payment-option-message-1 {
        display: flex;
    }
}

@media screen and (max-width: 1024px) {
    .nb-payment-option-3 .nb-cart-voucher-box-list > * {
        flex: 0 0 100%;
    }
}

@media screen and (max-width: 768px) {
    .nb-payment-option-3 .nb-payment-option-text-wrapper {
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: start;
        align-items: start;
        position: static;
        padding-right: 20px;
    }

    .nb-payment-option-3 .nb-payment-option-text-wrapper .nb-icon {
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
    }

    .nb-payment-option-3 .nb-form-radio-button .nb-label {
        padding: 10px;
    }
}

/*
/* 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/core/icon-with-text/icon-with-heading-and-text-1/icon-with-heading-and-text-1.css.'
*/.nb-icon-left-title-and-description-right-horizontal {
    display: flex;
    align-items: center;
}

.nb-icon-left-title-and-description-right-horizontal:last-of-type {
    margin-bottom: 0;
}

.nb-icon-left-title-and-description-right-horizontal .nb-title {
    margin: 0;
}

.nb-icon-left-title-and-description-right-horizontal .nb-paragraph {
    margin: 0;
}

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

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

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

.nb-icon-left-title-and-description-right-horizontal .nb-content-wrapper {
    display: flex;
    flex-direction: column;
}

.nb-icon-left-title-and-description-right-horizontal.nb-icon-left-title-and-description-right-horizontal-bg {
    padding: calc(var(--nb-spacer)/2);
    background-color: var(--nb-color-gray-200);
}

/*
/* 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-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/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-terms-of-use/terms-of-use-and-sale-checkbox/terms-of-use-and-sale-checkbox.css.'
*/.nb-terms-of-use-and-sale-checkbox {
    position: relative;
}

.nb-terms-of-use-and-sale-checkbox .parsley-errors-list.filled {
    bottom: -15px;
}

.nb-terms-of-use-and-sale-checkbox .nb-html-editor p {
    margin-bottom: 0;
}
/*
/* NB Fajl:'./components/core/cart/cart-step-1/cart-step-1.css.'
*/:root {

    --nb-step-basket-step-bg: var(--nb-color-gray-200);
    --nb-step-basket-step-color: var(--nb-color-gray);
    --nb-step-basket-step-font-size: var(--nb-paragraph-s);
    --nb-step-basket-step-width: 30px;
    --nb-step-basket-step-height: 30px;
    --nb-step-basket-step-border-radius: var(--nb-border-radius-full);
    --nb-step-basket-step-border-color: var(--nb-color-gray-200);

    --nb-step-basket-active-step-bg: var(--nb-spec-color);
    --nb-step-basket-active-step-color: var(--nb-color-white);
    --nb-step-basket-active-step-border-color: var(--nb-spec-color);

    --nb-step-basket-solved-step-bg: var(--nb-color-white);
    --nb-step-basket-solved-step-color: var(--nb-spec-color);
    --nb-step-basket-solved-step-border-color: var(--nb-spec-color);

    --nb-step-basket-step-title-font-size: var(--nb-paragraph-s);
    --nb-step-basket-step-title-color: var(--nb-color-gray);
    --nb-step-basket-active-step-title-color: var(--nb-color-dark);

}


.nb-step-basket .nb-step-number {
    width: var(--nb-step-basket-step-width);
    height: var(--nb-step-basket-step-height);
    background: var(--nb-step-basket-step-bg);
    border-radius: var(--nb-step-basket-step-border-radius);
    border: var(--nb-border-width) var(--nb-border-style) var(--nb-step-basket-step-border-color);
    text-align: center;
    line-height: calc(var(--nb-step-basket-step-height) - 2px);
    color: var(--nb-step-basket-step-color);
    margin: 0 auto 10px;
    position: relative;
    overflow: visible;
}

.nb-step-basket.active .nb-step-number {
    background: var(--nb-step-basket-active-step-bg);
    color: var(--nb-step-basket-active-step-color);
    border-color: var(--nb-step-basket-active-step-border-color);
}

.nb-step-basket.solved .nb-step-number {
    background: var(--nb-step-basket-solved-step-bg);
    color: var(--nb-step-basket-solved-step-color);
    border-color: var(--nb-step-basket-solved-step-border-color);
}

.nb-step-basket .nb-step-title {
    font-size: var(--nb-step-basket-step-title-font-size);
    color: var(--nb-step-basket-step-title-color);
    text-align: center;
}

.nb-step-basket.solved .nb-step-title,
.nb-step-basket.active .nb-step-title {
    color: var(--nb-step-basket-active-step-title-color);
}

.nb-step-basket.error-on-step .nb-step-number:after {
    content: '!';
    position: absolute;
    top: -13px;
    right: -8px;
    color: var(--nb-color-red);
    font-size: var(--nb-font-size-20);
}

@media screen and (max-width: 768px) {
    .nb-step-basket .nb-step-title{
        font-size: var(--nb-font-size-12);
    }
}
/*
/* NB Fajl:'./components/complex/cart/cart-step/previous-and-next-cart-step/previous-and-next-cart-step.css.'
*/:root{
    --nb-previous-cart-step-color: var(--nb-spec-color);
    --nb-previous-cart-step-border-color: var(--nb-btn-primary-border-color);
    --nb-previous-cart-step-bg-color: var(--nb-btn-bg);

    --nb-next-cart-step-color: var(--nb-btn-primary-color);
    --nb-next-cart-step-border-color: var(--nb-btn-primary-border-color);
    --nb-next-cart-step-bg-color: var(--nb-btn-primary-bg);

    --nb-previous-cart-step-color-hover: var(--nb-spec-color);
    --nb-previous-cart-step-border-color-hover: var(--nb-btn-primary-hover-border-color);
    --nb-previous-cart-step-bg-color-hover: var(--nb-btn-bg);

    --nb-next-cart-step-color-hover: var(--nb-btn-primary-hover-color);
    --nb-next-cart-step-border-color-hover: var(--nb-btn-primary-hover-border-color);
    --nb-next-cart-step-bg-color-hover: var(--nb-btn-primary-hover-bg);
}

.nb-previous-and-next-cart-step .nb-content-wrapper {
    display: flex;
    justify-content: space-between;
}

.nb-previous-and-next-cart-step .nb-btn {
    --nb-btn-min-width: 205px;
}
.nb-previous-and-next-cart-step .nb-prev-button-step{
    color: var(--nb-previous-cart-step-color);
    border-color: var(--nb-previous-cart-step-border-color);
    background-color: var(--nb-previous-cart-step-bg-color);
}

.nb-previous-and-next-cart-step .nb-prev-button-step:focus,
.nb-previous-and-next-cart-step .nb-prev-button-step:active,
.nb-previous-and-next-cart-step .nb-prev-button-step:hover{
    color: var(--nb-previous-cart-step-color-hover);
    border-color: var(--nb-previous-cart-step-border-color-hover);
    background-color: var(--nb-previous-cart-step-bg-color-hover);
}

.nb-previous-and-next-cart-step .nb-next-button-step{
    color: var(--nb-next-cart-step-color);
    border-color: var(--nb-next-cart-step-border-color);
    background-color: var(--nb-next-cart-step-bg-color);
}
.nb-previous-and-next-cart-step .nb-next-button-step:hover{
    color: var(--nb-next-cart-step-color-hover);
    border-color: var(--nb-next-cart-step-border-color-hover);
    background-color: var(--nb-next-cart-step-bg-color-hover);
}

@media (max-width: 576px) {
    .nb-previous-and-next-cart-step .nb-btn {
        --nb-btn-min-width: 160px;
    }

    .nb-previous-and-next-cart-step .nb-content-wrapper {
        gap: 10px;
    }
}
/*
/* NB Fajl:'./components/core/box/box-28/box-28.css.'
*/:root {
    --nb-box-28-bg-color: var(--nb-color-white);

    --nb-box-28-text-one-font-size: var(--nb-font-size-14);
    --nb-box-28-text-one-font-weight: var(--nb-font-medium);
    --nb-box-28-text-one-color: var(--nb-text-color-primary);

    --nb-box-28-text-two-font-size: var(--nb-font-size-12);
    --nb-box-28-text-two-font-weight: var(--nb-font-regular);
    --nb-box-28-text-two-color: var(--nb-text-color-primary);
}

.nb-box-28 {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    gap: 10px;
    background-color: var(--nb-box-28-bg-color);
    cursor: pointer;
}

.nb-box-28 .nb-content-wrapper.nb-info-wrapper {
    position: relative;
    padding-right: 40px;
    display: block;
    flex-grow: 1;
}

.nb-box-28 .nb-info-wrapper .nb-first-text {
    font-size: var(--nb-font-size-14);
    font-weight: var(--nb-font-medium);
    margin-bottom: 5px;
}

.nb-box-28 .nb-info-wrapper .nb-second-text {
    font-size: var(--nb-font-size-12);
}

.nb-box-28 .nb-info-wrapper .nb-icon {
    font-size: var(--nb-font-size-12);
}

.nb-box-28 .nb-img-wrapper {
    max-width: 60px;
    flex-shrink: 0;
}

.nb-box-28 .nb-info-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/*
/* NB Fajl:'./components/complex/cart/cart-code-selection/loyalty-verification-token-message-2/loyalty-verification-token-message-2.css.'
*/:root {
    --nb-verification-token-message-2-font-size: var(--nb-font-size-12);
    --nb-verification-token-message-2-font-weight: var(--nb-body-font-weight);
    --nb-verification-token-message-2-color: var(--nb-text-color-primary);
}

.nb-verification-token-message-2 {
    font-size: var(--nb-verification-token-message-2-font-size);
    font-weight: var(--nb-verification-token-message-2-font-weight);
    color: var(--nb-verification-token-message-2-color);
}
/*
/* NB Fajl:'./components/complex/cart/cart-code-selection/loyalty-verification-token-info/loyalty-verification-token-info.css.'
*/:root {
    --nb-verification-token-info-success-bg: var(--nb-color-green-100);
    --nb-verification-token-info-danger-bg: var(--nb-color-red-100);
    --nb-verification-token-info-info-bg: var(--nb-color-blue-100);
    --nb-verification-token-info-link-color: var(--nb-color-red);
}

.nb-verification-token-info {
    padding: 5px 10px;
    display: flex;
    gap: 10px;
    align-items: baseline;
}

.nb-verification-token-info .nb-icon {
    font-size: 14px;
    position: relative;
    top: 2px;
}

.nb-verification-token-info:has(.nb-verification-token-message-success) {
    background-color: var(--nb-verification-token-info-success-bg);
}

.nb-verification-token-info:has(.nb-verification-token-message-danger) {
    background-color: var(--nb-verification-token-info-danger-bg);
}

.nb-verification-token-info:has(.nb-verification-token-message-info) {
    background-color: var(--nb-verification-token-info-info-bg);
}

.nb-verification-token-info .nb-info-wrapper {
    line-height: 1;
}

.nb-verification-token-info .nb-info-wrapper .nb-btn {
    padding: 0;
    min-width: unset;
    width: unset;
    height: unset;
    min-height: unset;
    background-color: unset;
    text-decoration: underline;
    border: unset;
    color: var(--nb-verification-token-info-link-color);
    font-size: var(--nb-font-size-12);
    font-weight: var(--nb-font-semibold);
    display: inline;
}

.nb-verification-token-info .nb-verification-token-message-2{
    display: inline;
    padding-right: 5px;
    line-height: 1;
    font-style: italic;
}
/*
/* NB Fajl:'./components/complex/cart/cart-code-selection/action-loyalty-verification-form/action-loyalty-verification-form.css.'
*/.nb-action-loyalty-verification-form .nb-form-title {
    font-size: var(--nb-font-size-16);
    font-weight: var(--nb-font-semibold);
    margin-bottom: 10px;
}

.nb-action-loyalty-verification-form .nb-form-wrapper {
    display: flex;
    gap: 0;
}

.nb-action-loyalty-verification-form .header-wrapper {
    margin-top: 15px;
}

.nb-action-loyalty-verification-form .nb-form-wrapper .nb-form-group{
    margin-bottom: 0;
    flex-grow: 1;
}

.nb-action-loyalty-verification-form .nb-form-wrapper .nb-btn{
    flex-shrink: 0;
    margin-left: -5px;
}
/*
/* NB Fajl:'./components/complex/cart/cart-code-selection/action-loyalty-box-2/action-loyalty-box-2.css.'
*/:root {
    --nb-action-loyalty-box-2-loyalty-name-font-size: var(--nb-font-size-14);
    --nb-action-loyalty-box-2-loyalty-name-font-weight: var(--nb-font-medium);
    --nb-action-loyalty-box-2-loyalty-name-color: var(--nb-text-color-primary);

    --nb-action-loyalty-box-2-loyalty-code-font-size: var(--nb-font-size-12);
    --nb-action-loyalty-box-2-loyalty-code-font-weight: var(--nb-body-font-weight);
    --nb-action-loyalty-box-2-loyalty-code-color: var(--nb-text-color-primary);

}

.nb-action-loyalty-box-2 {
    cursor: pointer;
}

.nb-action-loyalty-box-2.checked {
    border: var(--nb-border-width) var(--nb-border-style) var(--nb-border-color);
}

.nb-action-loyalty-box-2 .nb-first-text {
    font-size: var(--nb-action-loyalty-box-2-loyalty-name-font-size);
    font-weight: var(--nb-action-loyalty-box-2-loyalty-name-font-weight);
    color: var(--nb-action-loyalty-box-2-loyalty-name-color);
}

.nb-action-loyalty-box-2 .nb-second-text {
    font-size: var(--nb-action-loyalty-box-2-loyalty-code-font-size);
    font-weight: var(--nb-action-loyalty-box-2-loyalty-code-font-weight);
    color: var(--nb-action-loyalty-box-2-loyalty-code-color);
}

.nb-action-loyalty-box-2 .nb-info-wrapper .nb-icon {
    width: 20px;
    height: 20px;
    border-radius: var(--nb-border-radius-full);
    border: var(--nb-border-width) var(--nb-border-style) var(--nb-border-color);
    background-color: var(--nb-color-white);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: var(--nb-font-size-20);
}

.nb-action-loyalty-box-2.checked .nb-info-wrapper .nb-icon {
    border: unset;
}

.nb-action-loyalty-box-2 .nb-info-wrapper .nb-icon:before {
    display: none;
}

.nb-action-loyalty-box-2.checked .nb-info-wrapper .nb-icon:before {
    display: block;
}

/*
/* NB Fajl:'./components/complex/cart/cart-code-selection/action-loyalty-list-2/action-loyalty-list-2.css.'
*/.nb-action-loyalty-list-2 > .nb-action-loyalty-box-2:not(:last-child) {
    margin-bottom: 15px;
}
/*
/* NB Fajl:'./components/complex/cart/cart-code-selection/loyalty-verification-token-message-1/loyalty-verification-token-message-1.css.'
*/:root {
    --nb-verification-token-message-font-size: var(--nb-font-size-14);
    --nb-verification-token-message-font-weight: var(--nb-body-font-weight);
    --nb-verification-token-message-color: var(--nb-text-color-primary);
    --nb-verification-token-message-success-color: var(--nb-color-green);
    --nb-verification-token-message-danger-color: var(--nb-color-red);
}

.nb-verification-token-message {
    font-size: var(--nb-verification-token-message-font-size);
    font-weight: var(--nb-verification-token-message-font-weight);
    color: var(--nb-verification-token-message-color);
}

.nb-verification-token-message.nb-verification-token-message-success {
    color: var(--nb-verification-token-message-success-color);
}

.nb-verification-token-message.nb-verification-token-message-danger {
    color: var(--nb-verification-token-message-danger-color);
}
/*
/* NB Fajl:'./components/complex/cart/cart-code-selection/loyalty-code-info-1/loyalty-code-info-1.css.'
*/.nb-loyalty-code-info-1 {
    background-color: var(--nb-color-info-light);
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 7px 15px;

}

.nb-loyalty-code-info-1 .nb-icon-info {
    font-size: var(--nb-font-size-14);
}

.nb-loyalty-code-info-1 .custom-text {
    font-size: var(--nb-font-size-12);
    margin-right: 5px;
}

.nb-loyalty-code-info-1 .nb-show-popup {
    font-weight: var(--nb-font-medium);
    text-decoration: underline;
    cursor: pointer;
    margin-right: 0px;
}

.nb-loyalty-code-info-1 .nb-popup-wrapper {
    display: none;
    position: absolute;
    right: 50%;
    transform: translateX(50%);
    bottom: 25px;
    background-color: var(--nb-color-white);
    z-index: 9;
    box-shadow: 0px 4px 4px 0px #0000002B;
    padding: 10px;
    min-width: 220px;
}


.nb-loyalty-code-info-1 .nb-popup-wrapper:after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
    width: 0;
    height: 0;
    border-width: 10px;
    border-style: solid;
    border-color: var(--nb-color-white) transparent transparent transparent;
}

.nb-loyalty-code-info-1.nb-component .nb-content-wrapper.nb-text-wrapper {
    display: block
}

.nb-loyalty-code-info-1.nb-component .nb-content-wrapper.nb-text-wrapper > * {
    flex: 1 1 auto;
    text-align: left !important;
    display: inline-block;
}

.nb-loyalty-code-info-1 .nb-info-wrapper {
    position: relative;
}

.nb-loyalty-code-info-1 .nb-popup-wrapper .nb-img-wrapper {
    max-width: 200px;
}

.nb-loyalty-code-info-1 .nb-popup-wrapper .nb-icon {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 22px;
    height: 22px;
    text-align: center;
    line-height: 1;
    font-size: var(--nb-font-size-22);
    border-radius: var(--nb-border-radius-full);
    background-color: var(--nb-color-white);
    cursor: pointer;
}

.nb-loyalty-code-info-1 .nb-popup-wrapper.active {
    display: inline-block;
}

/*
/* NB Fajl:'./components/complex/cart/cart-code-selection/action-loyalty-form/action-loyalty-form.css.'
*/:root {
    --nb-action-loyalty-form-input-height: var(--nb-input-height);
    --nb-action-loyalty-form-input-border-color: var(--nb-input-border-color);
}

.nb-action-loyalty-form.nb-collapse .nb-form-wrapper {
    display: none;
    background-color: var(--nb-color-white);
    padding: 0 10px 10px;
}

.nb-action-loyalty-form .header-wrapper .nb-icon {
    display: none;
}

.nb-action-loyalty-form.nb-collapse .header-wrapper .nb-icon {
    display: block;
}

.nb-action-loyalty-form.nb-collapse .header-wrapper {
    background-color: var(--nb-color-white);
    padding: 15px 10px;
    margin-bottom: 0;
    cursor: pointer;
}

.nb-action-loyalty-form.nb-collapse.open .nb-form-wrapper {
    display: flex;
}

.nb-action-loyalty-form.nb-collapse.open .header-wrapper .nb-icon {
    transform: rotate(180deg);
}

.nb-action-loyalty-form .nb-loyalty-title {
    font-size: var(--nb-font-size-16);
    font-weight: var(--nb-font-semibold);
}

.nb-action-loyalty-form .header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.nb-action-loyalty-form .nb-form-wrapper {
    display: flex;
    gap: 0;
}

.nb-action-loyalty-form .nb-form-wrapper .nb-form-group{
    margin-bottom: 0;
    flex-grow: 1;
}

.nb-action-loyalty-form .nb-form-wrapper .nb-btn{
    flex-shrink: 0;
    margin-left: -5px;
    height: var(--nb-action-loyalty-form-input-height);
    display: flex;
    padding: 0 10px;
    align-items: center;
    justify-content: center;
    max-width: 230px;
    font-size: var(--nb-font-size-14);
}

.nb-action-loyalty-form .form-control.nb-input {
    height: var(--nb-action-loyalty-form-input-height);
    line-height: calc(var(--nb-action-loyalty-form-input-height) - 2 * var(--nb-input-border-width));
    border-color: var(--nb-action-loyalty-form-input-border-color);
}

.nb-action-loyalty-form .nb-float-label {
    line-height: calc(var(--nb-action-loyalty-form-input-height) - 2 * var(--nb-input-border-width));
}
/*
/* NB Fajl:'./components/complex/cart/cart-code-selection/action-loyalty-2/action-loyalty-2.css.'
*/.nb-action-loyalty-2 {
    --nb-action-loyalty-2-login-btn-bg: var(--nb-color-white);
    --nb-action-loyalty-2-login-btn-color: var(--nb-color-black);
    --nb-action-loyalty-2-login-btn-border-color: var(--nb-login-or-register-2-btn-border-color);

    --nb-action-loyalty-2-login-btn-active-bg: var(--nb-color-white);
    --nb-action-loyalty-2-login-btn-active-color: var(--nb-color-black);
    --nb-action-loyalty-2-login-btn-active-border-color: var(--nb-login-or-register-2-btn-border-color);
}

.nb-action-loyalty-2 .nb-box-28 .nb-text-wrapper .nb-icon {
    width: 20px;
    height: 20px;
    border-radius: var(--nb-border-radius-full);
    border: var(--nb-border-width) var(--nb-border-style) var(--nb-border-color);
    background-color: var(--nb-color-white);
    position: absolute;
    right: 0;
}

.nb-action-loyalty-2 .nb-box-28 .nb-text-wrapper .nb-icon:before {
    display: none;
}

.nb-action-loyalty-2 .nb-box-28 .nb-text-wrapper .nb-icon:before {
    display: block;
}

.nb-action-loyalty-2 .nb-action-loyalty-list-2 {
    margin-bottom: 20px;
}

.nb-action-loyalty-2 .nb-login-or-register-2 .nb-btn-wrapper {
    flex-direction: row;
    gap: 10px;
}

.nb-action-loyalty-2 .nb-login-or-register-2 .nb-btn-wrapper .nb-btn {
    --nb-btn-min-width: unset;
    flex: 1 1 50%;
    background-color: var(--nb-action-loyalty-2-login-btn-bg);
    color: var(--nb-action-loyalty-2-login-btn-color);
    border-color: var(--nb-action-loyalty-2-login-btn-border-color);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 7px 10px;
}

.nb-action-loyalty-2 .nb-login-or-register-2 .nb-btn-wrapper .nb-btn .nb-icon {
    font-size: 18px;
}

.nb-action-loyalty-2 .nb-login-or-register-2 .nb-btn-wrapper .nb-btn:hover {
    background-color: var(--nb-action-loyalty-2-login-btn-active-bg);
    color: var(--nb-action-loyalty-2-login-btn-active-color);
    border-color: var(--nb-action-loyalty-2-login-btn-active-border-color);
}

.nb-action-loyalty-2 .nb-loyalty-points-selection-1 {
    margin-top: 15px;
}

@media screen and (max-width: 576px) {
    .nb-action-loyalty-2 .nb-login-or-register-2 .nb-btn-wrapper {
        flex-direction: column;
    }
}
/*
/* NB Fajl:'./components/complex/cart/cart-code-selection/checkout-code-selection-accordion-list-1/checkout-code-selection-accordion-list-1.css.'
*/.nb-checkout-code-selection-accordion-list-1 .nb-accordion-button .nb-header-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0;
}

.nb-checkout-code-selection-accordion-list-1 .nb-header-wrapper .nb-img-wrapper {
    max-width: 30px;
}

.nb-checkout-code-selection-accordion-list-1 .nb-accordion-button .nb-header-wrapper .nb-text-wrapper {
    display: block;
}

.nb-checkout-code-selection-accordion-list-1 .nb-accordion-button .nb-header-wrapper .nb-text-wrapper .nb-description {
    text-align: left;
}

.nb-checkout-code-selection-accordion-list-1 .nb-header-wrapper > .nb-text-wrapper > *:not(:last-child) {
    margin-bottom: 5px;
}

.nb-checkout-code-selection-accordion-list-1 .nb-header-wrapper .nb-title {
    font-size: var(--nb-font-size-14);
    font-weight: var(--nb-font-semibold);
}

.nb-checkout-code-selection-accordion-list-1 .nb-header-wrapper .nb-link {
    font-size: var(--nb-font-size-14);
    font-weight: var(--nb-font-semibold);
    color: var(--nb-text-color-primary);
    text-decoration: underline;
}

.nb-checkout-code-selection-accordion-list-1 .nb-accordion.nb-accordion-4 .accordion-button .nb-toggle-icon {
   right: 15px;
}

.nb-checkout-code-selection-accordion-list-1 > .nb-accordion > .nb-accordion-item.active > .nb-accordion-header > .accordion-button.collapsed .nb-toggle-icon:before {
    content: '\F4CA';
}

.nb-checkout-code-selection-accordion-list-1 .nb-header-wrapper .nb-description {
    font-size: var(--nb-font-size-12);
    font-weight: var(--nb-font-regular);
}

.nb-checkout-code-selection-accordion-list-1 .nb-accordion.nb-accordion-4 .nb-accordion-button,
.nb-checkout-code-selection-accordion-list-1 .nb-accordion.nb-accordion-4 .nb-accordion-button.collapsed {
    background-color: var(--nb-cart-block-bg);
    padding: 10px 15px;
}

.nb-checkout-code-selection-accordion-list-1 .nb-accordion.nb-accordion-4 .nb-accordion-body {
    background-color: var(--nb-cart-block-bg);
    padding: 20px 15px;
}

@media screen and (max-width: 768px) {
    .nb-checkout-code-selection-accordion-list-1 .nb-accordion.nb-accordion-4 .nb-accordion-body {
        padding: 15px;
    }
}
/*
/* 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-summary/cart-summary-4/cart-summary-4.css.'
*/.nb-cart-summary-4 .nb-header-wrapper {
    background-color: var(--nb-cart-block-bg);
    padding: 12px 15px;
}

.nb-cart-summary-4 .nb-body-wrapper {
    border: var(--nb-border-width) var(--nb-border-style) var(--nb-cart-block-bg);
    padding: 15px;
}

.nb-cart-summary-4 .nb-footer-wrapper {
    background-color: var(--nb-cart-block-bg);
    padding: 15px;
}

.nb-cart-summary-4 .nb-body-wrapper .nb-text-wrapper{
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 15px;
}

.nb-cart-summary-4 .nb-body-wrapper .nb-body-top-wrapper {
    border-bottom: var(--nb-border-width) var(--nb-border-style) var(--nb-color-gray-100);
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.nb-cart-summary-4 .nb-body-wrapper .nb-text-wrapper .nb-paragraph {
    font-size: var(--nb-font-size-14);
}

.nb-cart-summary-4 .nb-body-wrapper .nb-text-wrapper > *{
    flex: 1;
}

.nb-cart-summary-4 .nb-body-wrapper .nb-text-wrapper > *:last-child{
    text-align: right;
}

.nb-cart-summary-4 .nb-body-wrapper .nb-price-saving {
    display: block;
}

.nb-cart-summary-4 .nb-body-wrapper .nb-text-wrapper:last-child{
    margin-bottom: 0;
}

.nb-cart-summary-4 .nb-footer-wrapper .nb-btn{
    width: 100%;
}

.nb-cart-summary-4 .total-value{
    font-weight: var(--nb-font-semibold);
}

.nb-cart-summary-4 .content-wrapper.nb-free-delivery-wrapper{
    display: flex;
    flex-direction: column;
}

.nb-cart-summary-4 .nb-text-wrapper .nb-price-without-taxes .nb-price-value {
    font-size: var(--nb-font-size-16);
}

.nb-cart-summary-4 .nb-text-wrapper .nb-price-value {
    font-weight: var(--nb-font-semibold);
    font-size: var(--nb-font-size-14);
}

.nb-cart-summary-4 .nb-body-wrapper .nb-text-wrapper .nb-total-label {
    font-size: var(--nb-font-size-16);
}

.nb-cart-summary-4 .nb-text-wrapper .nb-price-with-taxes .nb-price-value {
    font-weight: var(--nb-font-bold);
    font-size: var(--nb-font-size-20);
}
.nb-cart-summary-4 .nb-previous-and-next-cart-step .container {
    padding: 0;
}

.nb-cart-summary-4 .nb-footer-wrapper .nb-btn-form {
    margin-bottom: 15px;
}
.nb-cart-summary-4 .nb-previous-and-next-cart-step .nb-content-wrapper {
    flex-direction: column;
    gap: 15px;
}

.nb-cart-total-2 .nb-cart-payment-in-installments-1 {
    font-size: var(--nb-font-size-11);
    font-style: italic;
    margin-bottom: 10px;
}
body:has(.nb-till-free-delivery-2) .nb-back-to-products {
    display: none;
}

.nb-cart-total-2 .nb-previous-and-next-cart-step .nb-back-to-products {
    order: 1;
}

.nb-cart-total-2 .nb-previous-and-next-cart-step .nb-back-to-products {
    order: 1;
}

.nb-cart-total-2 .nb-previous-and-next-cart-step button.nb-prev-button-step {
    order: 3;
}

.nb-cart-total-2 .nb-previous-and-next-cart-step .nb-next-button-step {
    order: 2;
}
.nb-cart-summary-4 .nb-terms-of-use-and-sale-checkbox .nb-form-check {
    margin-bottom: 20px;
}
.nb-cart-summary-4 .nb-previous-and-next-cart-step .nb-back-to-products {
    display: none !important;
}

.nb-cart-summary-4:has(.nb-cart-price-total-without-vat) .nb-body-wrapper .nb-text-wrapper {
    margin-top: 10px;
}

.nb-cart-summary-4:has(.nb-cart-price-total-without-vat) .nb-text-wrapper .nb-total-label {
    font-size: var(--nb-font-size-16);
    font-weight: var(--nb-font-weight-600);
}

.nb-cart-summary-4:has(.nb-cart-price-total-without-vat) .nb-text-wrapper .nb-price-with-taxes .nb-price-value {
    font-size: var(--nb-font-size-20);
    font-weight: var(--nb-font-weight-700);
}

@media screen and (max-width: 1600px) {
    .nb-cart-summary-4 .nb-body-wrapper .nb-text-wrapper{
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 576px) {
    .nb-cart-summary-4:has(.nb-cart-price-total-without-vat) .nb-text-wrapper .nb-total-label {
        font-size: var(--nb-font-size-14);
    }

    .nb-cart-summary-4:has(.nb-cart-price-total-without-vat) .nb-text-wrapper .nb-price-with-taxes .nb-price-value {
        font-size: var(--nb-font-size-18);
    }
}
/*
/* NB Fajl:'./_blocks/element/link/text-link/text-link-grid-w-offcanvas-content-1/text-link-grid-w-offcanvas-content-1.css.'
*/.nb-text-link-grid-w-offcanvas-content-1 .nb-text-link-content-offcanvas-1 .nb-links-wrapper{
    display: flex;
    gap: 5px 38px;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.nb-text-link-grid-w-offcanvas-content-1 .nb-text-link-content-offcanvas-1 .nb-link{
    font-size: var(--nb-font-size-12);
    font-weight: var(--nb-font-weight-400);
    line-height: 20px;
    color: var(--nb-color-gray-900);
    text-decoration:underline;
    white-space: nowrap;
}

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

    .nb-text-link-grid-w-offcanvas-content-1 .nb-text-link-content-offcanvas-1 .nb-links-wrapper{
        gap: 5px 17px;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }
}

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

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

}

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

}

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

}
/*
/* NB Fajl:'./components/complex/cart/cart-item-size/cart-item-size-1/cart-item-size-1.css.'
*/:root {
    --nb-cart-item-size-1-font-size: var(--nb-cart-item-size-1-font-size-m);
    --nb-cart-item-size-1-font-size-xs: var(--nb-paragraph-xs);
    --nb-cart-item-size-1-font-size-s: var(--nb-paragraph-s);
    --nb-cart-item-size-1-font-size-m: var(--nb-paragraph-m);
    --nb-cart-item-size-1-font-size-l: var(--nb-paragraph-l);

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

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

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

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

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

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

.nb-cart-item-size.nb-cart-item-size-l {
    font-size: var(--nb-cart-item-size-1-font-size-l);
    line-height: var(--nb-cart-item-size-1-line-height-l);
}
/*
/* NB Fajl:'./components/complex/cart/cart-price/cart-price-with-discount/cart-price-with-discount.css.'
*/:root {
    --nb-cart-price-with-discount-font-size: var(--nb-cart-price-with-discount-font-size-m);
    --nb-cart-price-with-discount-font-size-xs: var(--nb-paragraph-xs);
    --nb-cart-price-with-discount-font-size-s: var(--nb-paragraph-s);
    --nb-cart-price-with-discount-font-size-m: var(--nb-paragraph-m);
    --nb-cart-price-with-discount-font-size-l: var(--nb-paragraph-l);

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

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

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

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

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

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

.nb-cart-price-with-discount.nb-cart-price-with-discount-l {
    font-size: var(--nb-cart-price-with-discount-font-size-l);
    line-height: var(--nb-cart-price-with-discount-line-height-l);
}
/*
/* NB Fajl:'./components/complex/cart/cart-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/core/size/size-type-link-1/size-type-link-1.css.'
*/:root {
    --nb-size-type-link-1-font-size: var(--nb-paragraph-m);
    --nb-size-type-link-1-color: var(--nb-text-color-secondary);
    --nb-size-type-link-1-active-color: var(--nb-text-color-primary);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 991px) {
    .nb-size-value-box-1 {
        padding: 14px 9px
    }
}
/*
/* NB Fajl:'./components/complex/cart/cart-item-size-list/cart-item-size-list-1/cart-item-size-list-1.css.'
*/:root {
    --nb-cart-item-size-list-1-border-width: var(--nb-border-width);
    --nb-cart-item-size-list-1-border-color: var(--nb-border-color);
    --nb-cart-item-size-list-1-border-active-color: var(--nb-spec-color);
}

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

.nb-cart-item-size-list-1 .nb-size-value-box-1 {
    flex: 0 0 16.666666%;
    border: var(--nb-cart-item-size-list-1-border-width) var(--nb-border-style) var(--nb-cart-item-size-list-1-border-color);
    border-left: var(--nb-cart-item-size-list-1-border-width) var(--nb-border-style) transparent;
}

.nb-cart-item-size-list-1 .nb-size-value-box-1:not(:nth-of-type(-n+6)) {
    border-top-color: transparent;
}

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

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

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

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

@media screen and (max-width: 1024px) {
    .nb-cart-item-size-list-1 .nb-size-value-box-1 {
        flex: 0 0 25%;
    }
    .nb-cart-item-size-list-1 .nb-size-value-box-1:not(:nth-of-type(-n+4)) {
        border-top-color: transparent;
    }
    .nb-cart-item-size-list-1 .nb-size-value-box-1.active:nth-of-type(-n+4),
    .nb-cart-item-size-list-1 .nb-size-value-box-1:hover:nth-of-type(-n+4),
    .nb-cart-item-size-list-1 .nb-size-value-box-1:focus:nth-of-type(-n+4){
        margin-top: 0;
    }
}
/*
/* NB Fajl:'./components/complex/cart/cart-item-change-size/cart-item-change-size-picker-1/cart-item-change-size-picker-1.css.'
*/:root {
    --nb-cart-item-change-size-picker-1-bg: var(--nb-color-white);
    --nb-cart-item-change-size-picker-1-border-width: var(--nb-border-width);
    --nb-cart-item-change-size-picker-1-border-color: transparent;
    --nb-cart-item-change-size-picker-1-border-radius: var(--nb-border-radius-xs);
}

.nb-cart-item-change-size-picker-1 {
    background-color: var(--nb-cart-item-change-size-picker-1-bg);
    padding: 12px;
    border: var(--nb-cart-item-change-size-picker-1-border-width) var(--nb-border-style) var(--nb-cart-item-change-size-picker-1-border-color);
    border-radius: var(--nb-cart-item-change-size-picker-1-border-radius);
}

.nb-cart-item-change-size-picker-1 > * + * {
    margin-top: 10px;
}

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


/*
/* NB Fajl:'./components/complex/cart/cart-item-change-size/cart-item-change-size-2/cart-item-change-size-2.css.'
*/.nb-cart-item-change-size-2:has(.nb-icon) {
    display: flex;
    gap: 5px;
    align-items: center;
}
/*
/* NB Fajl:'./components/complex/cart/cart-item-delete/cart-item-delete-1/cart-item-delete-1.css.'
*/:root {
    --nb-cart-item-delete-1-icon-color: var(--nb-color-black);
    --nb-cart-item-delete-1-label-font-size: var(--nb-font-size-13);
    --nb-cart-item-delete-1-label-font-weight: var(--nb-btn-font-weight);
    --nb-cart-item-delete-1-label-color: var(--nb-text-color-primary);
    --nb-cart-item-delete-1-bg: var(--nb-color-gray);
    --nb-cart-item-delete-1-border-width: var(--nb-border-width);
    --nb-cart-item-delete-1-border-color: var(--nb-border-color);
}

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

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


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

    --nb-quantity-cart-4-arrows-bg: var(--nb-color-gray-100);

    --nb-quantity-cart-4-input-font-size: var(--nb-font-size-12);
    --nb-quantity-cart-4-input-font-weight: var(--nb-font-regular);
    --nb-quantity-cart-4-input-color: var(--nb-text-color-primary);

    --nb-quantity-cart-4-width: 34px;
    --nb-quantity-cart-4-height: 28px;

}

.nb-quantity-cart-4 {
    display: flex;
    align-items: center;
}

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

.nb-quantity-cart-4 .nb-quantity-arrows {
    display: flex;
    align-items: center;
    justify-content: center;
    width: var(--nb-quantity-cart-4-width);
    height: var(--nb-quantity-cart-4-height);
    background-color: var(--nb-quantity-cart-4-arrows-bg);
    color: var(--nb-text-color-primary);
    cursor: pointer;
}

.nb-quantity-cart-4 .nb-quantity-arrows.nb-minus {
    border-top-left-radius: var(--nb-quantity-cart-4-border-radius);
    border-bottom-left-radius: var(--nb-quantity-cart-4-border-radius);
}

.nb-quantity-cart-4 .nb-quantity-arrows.nb-plus {
    border-top-right-radius: var(--nb-quantity-cart-4-border-radius);
    border-bottom-right-radius: var(--nb-quantity-cart-4-border-radius);
}

.nb-quantity-cart-4 .nb-quantity-input .nb-input {
    text-align: center;
    width: var(--nb-quantity-cart-4-width);
    height: var(--nb-quantity-cart-4-height);
    font-size: var(--nb-quantity-cart-4-input-font-size);
    font-weight: var(--nb-quantity-cart-4-input-font-weight);
    color: var(--nb-quantity-cart-4-input-color);
    border: unset;
    padding: 0;
}

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

.nb-quantity-cart-4.nb-quantity-cart-4-label-above .nb-quantity-label {
    margin-right: 0;
    margin-bottom: 10px;
}
/*
/* NB Fajl:'./components/complex/cart/cart-price/cart-price-total/cart-price-total-1/cart-price-total-1.css.'
*/:root {
    --nb-price-cart-total-1-font-size: var(--nb-price-cart-total-1-font-size-m);
    --nb-price-cart-total-1-font-size-xs: var(--nb-paragraph-xs);
    --nb-price-cart-total-1-font-size-s: var(--nb-paragraph-s);
    --nb-price-cart-total-1-font-size-m: var(--nb-paragraph-m);
    --nb-price-cart-total-1-font-size-l: var(--nb-paragraph-l);

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

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

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

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

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

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

.nb-price-cart-total-1.nb-price-cart-total-1-l {
    font-size: var(--nb-price-cart-total-1-font-size-l);
    line-height: var(--nb-price-cart-total-1-line-height-l);
}
/*
/* NB Fajl:'./components/complex/cart/cart-price/cart-price-total/cart-price-total-with-label-1/cart-price-total-with-label-1.css.'
*/:root{
    --nb-cart-price-total-with-label-1-label-fs: 10px;
    --nb-cart-price-total-with-label-1-label-fw: var(--nb-font-regular);
    --nb-cart-price-total-with-label-1-price-fs: 12px;
    --nb-cart-price-total-with-label-1-price-fw: var(--nb-font-bold);
}

.nb-cart-price-total-with-label-1{
    display: flex;
    flex-direction: column;
}
.nb-cart-price-total-with-label-1 .custom-text{
    font-size: var(--nb-cart-price-total-with-label-1-label-fs);
    font-weight: var(--nb-cart-price-total-with-label-1-label-fw);
}
.nb-cart-price-total-with-label-1 .nb-price-cart-total-1{
    font-size: var(--nb-cart-price-total-with-label-1-price-fs);
    font-weight: var(--nb-cart-price-total-with-label-1-price-fw);
    line-height: 1.3;
}
/*
/* NB Fajl:'./components/complex/cart/cart-product-item/cart-product-item-9/cart-product-item-9.css.'
*/.nb-cart-product-item-9 {
    padding: 10px;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    position: relative;

    .nb-cart-product-image-info-wrapper{
        position: relative;
        .quantity{
            font-size: 12px;
            width: 20px;
            height: 20px;
            display: flex;
            justify-content: center;
            align-items: center;
            color: var(--nb-color-white);
            background-color: var(--nb-color-black);
            position: absolute;
            right: -10px;
            top: -10px;
        }
        .nb-quantity-cart-4,
        .nb-quantity-cart-4 .nb-quantity-wrapper{
            max-width: 60px;

            .nb-quantity-arrows{
                background-color: var(--nb-color-white);
                width: 20px;
                &:hover{
                    background-color: var(--nb-color-gray-100);
                }
            }
            .nb-quantity-input,
            .nb-quantity-input .nb-input{
                width: 20px;
            }
        }
    }

    .nb-right-wrapper{
        display: flex;
        flex-shrink: 1;
        justify-content: space-between;
        gap: 10px;

        .nb-prices-and-delete-icon-wrapper {
            display: flex;
            gap: 10px;

            .nb-cart-item-delete-1 {
                padding: unset;
                height: fit-content;
            }
        }
    }

    .nb-prices-wrapper{
        text-align: right;
        .nb-cart-price-with-discount-label{
            display: none;
        }

        .nb-price, .nb-cart-price-with-discount{
            font-size: 14px;
            font-weight: var(--nb-font-bold);
            color: var(--nb-text-color-primary);
            white-space: nowrap;
        }

        .nb-price-prev{
            font-size: 12px;
            font-weight: 400;
            color: var(--nb-color-gray-400);
        }
        .nb-cart-price-total-with-label-1 {
            text-align: left;

            .nb-price-cart-total-1{
                font-size: var(--nb-cart-price-total-with-label-1-price-fs);
                font-weight: var(--nb-cart-price-total-with-label-1-price-fw);
            }
        }
    }

    .nb-cart-item-change-size-2,
    .nb-cart-item-size{
        font-size: 12px;
        color: var(--nb-text-color-primary);
        margin-top: 5px;
        
        .nb-cart-item-size-label{
            display: none;
        }
    }
    .nb-cart-item-delete-1-label{
        display: none;
    }
}
.nb-cart-product-item-9 .nb-cart-product-image-info-wrapper .nb-quantity-cart-4 .nb-quantity-wrapper,
.nb-cart-product-item-9 .nb-cart-product-image-info-wrapper .nb-quantity-cart-4 .nb-quantity-wrapper .nb-quantity-arrows{
    border-radius: 0;
}
.nb-cart-product-item-9 .nb-cart-product-image-info-wrapper .nb-quantity-cart-4{
    margin-top: 5px;
}

.nb-cart-product-item-9 .nb-cart-item-name .nb-title {
    font-size: var(--nb-font-size-16);
    font-weight: var(--nb-font-regular);
}

.nb-cart-product-item-9 .nb-cart-product-image-info-wrapper > .nb-img-wrapper {
    max-width: 60px;

    .nb-img{
        aspect-ratio: 1;
        object-fit: cover;
    }
}


/*
/* NB Fajl:'./components/complex/cart/cart-click-and-reserve-promo-code/cart-click-and-reserve-promo-code.css.'
*/:root {
    --nb-cart-click-and-reserve-promo-code-font-size: var(--nb-paragraph-xs);
    --nb-cart-click-and-reserve-promo-code-font-weight: var(--nb-font-regular);
    --nb-cart-click-and-reserve-promo-code-color: var(--nb-text-color-primary);
}

.nb-cart-click-and-reserve-promo-code {
    font-size: var(--nb-cart-click-and-reserve-promo-code-font-size);
    color: var(--nb-cart-click-and-reserve-promo-code-color);
    font-weight: var(--nb-cart-click-and-reserve-promo-code-font-weight);
}
/*
/* NB Fajl:'./components/complex/cart/cart-benefits/cart-benefits-info-box-2/cart-benefits-info-box-2.css.'
*/.nb-cart-benefits-info-box-2 {
    display: flex;
    align-items: flex-start;
    padding: 10px 20px;
    gap: 10px;
    background-color: var(--nb-color-red-100);
}

.nb-cart-benefits-info-box-2 .nb-cart-click-and-reserve-promo-code {
    font-size: var(--nb-font-size-13);
}

.nb-cart-benefits-info-box-2 .nb-cart-click-and-reserve-promo-code-value {
    font-weight: var(--nb-font-bold);
}

@media screen and (max-width: 768px) {
    .nb-cart-benefits-info-box-2 {
        padding: 10px 15px;
    }
}
/*
/* NB Fajl:'./components/complex/cart/cart-item-code/cart-item-code/cart-item-code.css.'
*/:root {
    --nb-cart-item-code-1-font-size: var(--nb-cart-item-code-1-font-size-m);
    --nb-cart-item-code-1-font-size-xs: var(--nb-paragraph-xs);
    --nb-cart-item-code-1-font-size-s: var(--nb-paragraph-s);
    --nb-cart-item-code-1-font-size-m: var(--nb-paragraph-m);
    --nb-cart-item-code-1-font-size-l: var(--nb-paragraph-l);

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

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

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

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

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

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

.nb-cart-item-code.nb-cart-item-code-l {
    font-size: var(--nb-cart-item-code-1-font-size-l);
    line-height: var(--nb-cart-item-code-1-line-height-l);
}
/*
/* NB Fajl:'./components/complex/cart/cart-price/cart-item-price-saving/cart-item-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/cart-product-item/cart-gift-product-item-1/cart-gift-product-item-1.css.'
*/:root {
    --nb-cart-gift-product-item-1-bg: var(--nb-color-white);
    --nb-cart-gift-product-item-1-unvailable-message-bg: var(--nb-bg-primary);
    --nb-cart-gift-product-item-1-border-width: var(--nb-border-width);
    --nb-cart-gift-product-item-1-border-color: var(--nb-border-color-light);

    --nb-cart-gift-product-item-1-prev-price-font-size: var(--nb-font-size-14);
    --nb-cart-gift-product-item-1-prev-price-font-weight: var(--nb-font-regular);
    --nb-cart-gift-product-item-1-prev-price-color: var(--nb-price-prev-color);

    --nb-cart-gift-product-item-1-active-price-font-size: var(--nb-font-size-18);
    --nb-cart-gift-product-item-1-active-price-font-weight: var(--nb-font-bold);
    --nb-cart-gift-product-item-1-active-price-color: var(--nb-cart-price-with-discount-color);

    --nb-cart-gift-product-item-1-product-name-font-size: var(--nb-font-size-18);
    --nb-cart-gift-product-item-1-product-name-font-weight: var(--nb-font-semibold);
    --nb-cart-gift-product-item-1-product-name-color: var(--nb-text-color-primary);

}

.nb-cart-gift-product-item-1 {
    display: flex;
    align-items: center;
    padding: 20px;
    flex-wrap: wrap;
    background-color: var(--nb-cart-gift-product-item-1-bg);
}

.nb-cart-gift-product-item-1 .nb-product-image-info-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-grow: 1;
    position: relative;
}

.nb-cart-gift-product-item-1 .nb-product-info-price-wrapper > * {
    flex: 1 1;
}

.nb-cart-gift-product-item-1 .nb-product-info-price-wrapper {
    display: flex;
    align-items: center;
    flex-grow: 1;
}

.nb-cart-gift-product-item-1 .nb-price-quantity-wrapper > *:not(:last-child) {
    padding-bottom: 10px;
}

.nb-cart-gift-product-item-1 .nb-price-quantity-wrapper,
.nb-cart-gift-product-item-1 .nb-product-image-info-wrapper .nb-product-info-wrapper {
    padding-right: 10px;
}

.nb-cart-gift-product-item-1 .nb-delete-product-wrapper .nb-icon {
    font-size: 17px;
    cursor: pointer;
}

.nb-cart-gift-product-item-1 .nb-img-wrapper {
    max-width: 115px;
    flex-shrink: 0;
}

.nb-cart-gift-product-item-1 .nb-product-info-wrapper > *:not(:last-child) {
    margin-bottom: 5px;
}

.nb-cart-gift-product-item-1 .nb-price-wrapper > *:not(:last-child) {
    margin-bottom: 5px;
}

.nb-cart-gift-product-item-1 .nb-info-wrapper {
    flex: 0 0 100%;
    border-top: var(--nb-border-width) var(--nb-border-dashed) var(--nb-border-color-light);
    margin-top: 10px;
    color: var(--nb-color-danger);
    padding: 10px 20px 0;
}

.nb-cart-gift-product-item-1 .nb-btn-and-price-wrapper {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.nb-cart-gift-product-item-1 .nb-delete-product-wrapper .nb-cart-gift-product-delete {
    position: absolute;
    top: 0;
    right: 0;
}

.nb-cart-gift-product-item-1  .nb-cart-item-name .nb-title,
.nb-cart-gift-product-item-1  .nb-cart-item-name {
    font-size: var(--nb-cart-gift-product-item-1-product-name-font-size);
    line-height: var(--nb-body-line-height);
    font-weight: var(--nb-cart-gift-product-item-1-product-name-font-weight);
    color: var(--nb-cart-gift-product-item-1-product-name-color);
}

.nb-cart-gift-product-item-1 .nb-price-wrapper .nb-price-prev {
    font-size: var(--nb-cart-gift-product-item-1-prev-price-font-size);
    font-weight: var(--nb-cart-gift-product-item-1-prev-price-font-weight);
    color: var(--nb-cart-gift-product-item-1-prev-price-color);
    text-decoration: line-through;
}

.nb-cart-gift-product-item-1  .nb-cart-item-size,
.nb-cart-gift-product-item-1  .nb-cart-item-code {
    font-size: var(--nb-font-size-14);
    line-height: var(--nb-body-line-height);
    color: var(--nb-text-color-primary);
}

.nb-cart-gift-product-item-1  .nb-cart-item-size .nb-cart-item-size-value,
.nb-cart-gift-product-item-1  .nb-cart-item-code .nb-cart-item-code-value{
    font-weight: var(--nb-font-semibold);
}

.nb-cart-gift-product-item-1 .nb-price-wrapper .nb-cart-price-with-discount {
    font-size: var(--nb-cart-gift-product-item-1-active-price-font-size);
    line-height: var(--nb-body-line-height);
    font-weight: var(--nb-cart-gift-product-item-1-active-price-font-weight);
    color: var(--nb-cart-gift-product-item-1-active-price-color);
}

.nb-cart-gift-product-item-1 .nb-cart-price-with-discount-label {
    display: none;
}

.nb-cart-gift-product-item-1 .nb-quantity-cart-4 .nb-quantity-arrows {
    cursor: unset;
    pointer-events: none;
}

.nb-cart-gift-product-item-1 .nb-quantity-cart-4 .nb-quantity-arrows .nb-icon {
    display: none;
    pointer-events: none;
}

.nb-cart-gift-product-item-1 .nb-quantity-cart-4 .nb-quantity-input .nb-input {
    pointer-events: none;
}

@media screen and (max-width: 768px) {
    :root {
        --nb-cart-gift-product-item-1-active-price-font-size: var(--nb-font-size-14);
        --nb-cart-gift-product-item-1-prev-price-font-size: var(--nb-font-size-12);
        --nb-cart-gift-product-item-1-product-name-font-size: var(--nb-font-size-14);
    }

    .nb-cart-gift-product-item-1 {
        padding: 10px;
    }

    .nb-cart-gift-product-item-1 .nb-cart-item-name,
    .nb-cart-gift-product-item-1 .nb-cart-item-name .nb-title {
        --nb-dt-rows: auto;
    }

    .nb-cart-gift-product-item-1 .nb-product-info-price-wrapper {
        flex-wrap: wrap;
        flex-direction: column;
        align-items: start;
    }

    .nb-cart-gift-product-item-1 .nb-product-image-info-wrapper {
        gap: 10px;
        align-items: start;
    }

    .nb-cart-gift-product-item-1 .nb-img-wrapper {
        max-width: 100px;
    }

    .nb-cart-gift-product-item-1  .nb-quantity-wrapper {
        position: absolute;
        left: 0;
        bottom: 0;
    }

    .nb-cart-gift-product-item-1 .nb-product-image-info-wrapper > .nb-img-wrapper {
        padding-bottom: 40px;
    }

    .nb-product-image-info-wrapper .nb-product-info-wrapper {
        margin-bottom: 10px;
    }

    .nb-cart-gift-product-item-1  .nb-cart-item-size,
    .nb-cart-gift-product-item-1  .nb-cart-item-code {
        font-size: var(--nb-font-size-12);
    }

    .nb-cart-gift-product-item-1 .nb-quantity-cart-2 .nb-quantity-input .nb-input,
    .nb-cart-gift-product-item-1 .nb-quantity-cart-2 .nb-quantity-arrows {
        width: 33px;
        height: 26px;
    }
}

/*
/* NB Fajl:'./components/core/tabs/tabs-2/tabs-2.css.'
*/:root {
    --nb-tab2-padding-x:             20px;
    --nb-tab2-padding-y:             12px;
    --nb-tab2-font-size:             var(--nb-tab-font-size);
    --nb-tab2-line-height:           24px;
    --nb-tab2-font-weight:           var(--nb-tab-font-weight);
    --nb-tab2-color:                 var(--nb-tab-color);
    --nb-tab2-bg:                    var(--nb-tab-bg);
    --nb-tab2-border-radius:         var(--nb-tab-border-radius);
    --nb-tab2-active-color:          var(--nb-color-black);
    --nb-tab2-active-bg:             var(--nb-bg-secondary);
    --nb-tab2-content-padding-x:     0;
    --nb-tab2-content-padding-y:     var(--nb-tab-content-padding-y);
    --nb-tab2-border-bottom-color:   var(--nb-border-color);
    --nb-tab2-border-bottom-active-color: var(--nb-tab-active-color);

}
.nb-tabs.nb-tabs-2 .nb-nav-tabs {
    border-bottom-width: 0;
}

.nb-tabs.nb-tabs-2 .nb-tab-content{
    padding: var(--nb-tab2-content-padding-y) var(--nb-tab2-content-padding-x);
}

.nb-tabs.nb-tabs-2 .nb-nav-link {
    padding: var(--nb-tab2-padding-y) var(--nb-tab2-padding-x);
    font-size: var(--nb-tab2-font-size);
    line-height: var(--nb-tab2-line-height);
    font-weight: var(--nb-tab2-font-weight);
    color: var(--nb-tab2-color);
    background-color: var(--nb-tab2-bg);
    border-radius: 0;
    border: unset;
    border-bottom: var(--nb-border-1) solid transparent;
    margin-bottom: 0;
    cursor: pointer;
    text-align: center;
}

.nb-tabs.nb-tabs-2 .nb-nav-item .nb-nav-link {
    border-bottom-color: var(--nb-tab2-border-bottom-color);
}

.nb-tabs.nb-tabs-2 .nb-nav-item .nb-nav-link.active {
    color: var(--nb-tab2-active-color);
    background-color: var(--nb-tab2-active-bg);
    border-bottom-color: var(--nb-tab2-border-bottom-active-color);
}
/*
/* NB Fajl:'./components/core/box/box-26/box-26.css.'
*/:root {
    --nb-box-26-border-width: var(--nb-border-width);
    --nb-box-26-border-color: var(--nb-border-color);
}

.nb-box-26 {
    border: var(--nb-box-26-border-width) var(--nb-border-style) var(--nb-box-26-border-color);
}

.nb-box-26 .nb-main-wrapper {
    display: flex;
    justify-content: space-between;
    padding: 15px;
}

.nb-box-26 .nb-info-wrapper {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
/*
/* NB Fajl:'./components/complex/cart/cart-code-selection/action-loyalty-box-1/action-loyalty-box-1.css.'
*/:root {
    --nb-action-loyalty-box-1-loyalty-name-font-size: var(--nb-font-size-15);
    --nb-action-loyalty-box-1-loyalty-name-font-weight: var(--nb-body-font-weight);
    --nb-action-loyalty-box-1-loyalty-name-color: var(--nb-text-color-primary);

    --nb-action-loyalty-box-1-loyalty-code-font-size: var(--nb-font-size-12);
    --nb-action-loyalty-box-1-loyalty-code-font-weight: var(--nb-body-font-weight);
    --nb-action-loyalty-box-1-loyalty-code-color: var(--nb-text-color-primary);

    --nb-action-loyalty-box-1-checked-border-color: var(--nb-color-green);
}

.nb-action-loyalty-box-1 {
    cursor: pointer;
}

.nb-action-loyalty-box-1.checked {
    border-color: var(--nb-action-loyalty-box-1-checked-border-color);
}

.nb-action-loyalty-box-1 .nb-first-text {
    font-size: var(--nb-action-loyalty-box-1-loyalty-name-font-size);
    font-weight: var(--nb-action-loyalty-box-1-loyalty-name-font-weight);
    color: var(--nb-action-loyalty-box-1-loyalty-name-color);
}

.nb-action-loyalty-box-1 .nb-second-text {
    font-size: var(--nb-action-loyalty-box-1-loyalty-code-font-size);
    font-weight: var(--nb-action-loyalty-box-1-loyalty-code-font-weight);
    color: var(--nb-action-loyalty-box-1-loyalty-code-color);
}

.nb-action-loyalty-box-1 .nb-icon {
    width: 16px;
    height: 16px;
    border: var(--nb-border-width) var(--nb-border-style) var(--nb-border-color);
    position: relative;
}

.nb-action-loyalty-box-1 .nb-icon:before {
    content: '';
    height: 13px;
    width: 13px;
    position: absolute;
    top: -1px;
}

.nb-action-loyalty-box-1.checked .nb-icon:before {
    content: '\F26E';
}
/*
/* NB Fajl:'./components/complex/cart/cart-code-selection/action-loyalty-list-1/action-loyalty-list-1.css.'
*/:root {
    --nb-action-loyalty-list-1-border-width: var(--nb-border-width);
    --nb-action-loyalty-list-1-border-color: var(--nb-border-color);
}

.nb-action-loyalty-list-1 {
    display: flex;
    gap: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: var(--nb-action-loyalty-list-1-border-width) var(--nb-border-style) var(--nb-action-loyalty-list-1-border-color);
    flex-wrap: wrap;
}

.nb-action-loyalty-list-1 .nb-action-loyalty-box-1 {
    width: 246px;
}
/*
/* NB Fajl:'./components/complex/cart/cart-code-selection/action-loyalty-3/action-loyalty-3.css.'
*/.nb-action-loyalty-3{
    .nb-login-info {
        margin-bottom: 10px;
    }

    > .nb-paragraph{
        font-size: 14px;
        font-weight: var(--nb-font-semibold);
        margin-bottom: 5px;
    }

    .input-btn-wrapper{
        display: flex;

        .nb-form-group{
            flex-grow: 1;
            max-width: 100%;
            margin-bottom: 0;

            .nb-input{
                height: 40px;
                border-top-right-radius: 0;
                border-bottom-right-radius: 0;
            }
            .nb-label{
                line-height: 40px;
            }
        }
        .nb-btn{
            padding-block: 2px;
            height: 40px;
            border-radius: 0;
        }
    }
}

.nb-action-loyalty-3 .nb-btn-wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.nb-action-loyalty-3 .nb-btn{
    --nb-dt-rows: 2;
    max-width: 240px;
    height: calc(var(--nb-dt-rows) * (var(--nb-btn-line-height) + var(--nb-btn-font-size)));
}
.nb-action-loyalty-3 .nb-btn .btn-text{
    overflow: hidden;
    max-height: calc(var(--nb-dt-rows) * var(--nb-btn-line-height));
    text-overflow: ellipsis;
    white-space: normal;
    display: -webkit-box;
    width: fit-content;
    margin: auto;
}

.nb-action-loyalty-3 .nb-form-group{
    max-width: 425px;
}
.nb-action-loyalty-3 :first-child{
    align-items: center;
}
.nb-action-loyalty-3 .nb-action-loyalty-3-box-1 .nb-info-wrapper{
    align-items: start;
}
.nb-action-loyalty-3 .row .nb-paragraph.title{
    margin-bottom: 40px;
}

@media screen and (max-width: 576px) {
    .nb-action-loyalty-3 .nb-btn {
        max-width: 100%;
        width: 100%;
    }
}
/*
/* NB Fajl:'./components/complex/cart/cart-code-selection/checkout-code-selection-tab-list-2/checkout-code-selection-tab-list-2.css.'
*/
.nb-checkout-code-selection-tab-list-2{
    .nb-tabs.nb-tabs-2{
        .nb-nav-tabs{
            gap: 5px 20px;
        }
        .nb-nav-item .nb-nav-link{
            padding: 0;
            background: transparent;
            font-size: 14px;
            text-decoration: underline;
            text-underline-offset: 5px;
            color: var(--nb-text-color-secondary);
            border-bottom: none;
            font-weight: var(--nb-font-semibold);

            &.active{
                color: var(--nb-text-color-primary);
            }
        }
        .nb-tab-content{
            padding-bottom: 0;
        }
    }
}

/*
/* NB Fajl:'./components/complex/cart/cart-summary/cart-summary-6/cart-summary-6.css.'
*/.nb-cart-summary-6 {
    .nb-text-wrapper{
        display: flex;
        align-items: center;
        justify-content: space-between;

        .nb-paragraph,.nb-price{
            font-size: 16px;
            line-height: 20px;
        }

        &+.nb-text-wrapper{
            margin-top: 6px;
        }
    }

    .nb-text-wrapper:has(.nb-total-label){
        margin-top: 10px;

        .nb-paragraph,.nb-price{
            font-size: 22px;
            line-height: 26px;
            font-weight: var(--nb-font-bold);
        }
    }

    .nb-taxes-label{
        font-size: 16px;
        line-height: 20px;
        margin-top: 10px;
    }
}
/*
/* NB Fajl:'./_blocks/checkout/cart-summary/cart-total/cart-total-4/cart-total-4.css.'
*/.nb-cart-total-4 > .heading-wrapper{
    display: none;
}

@media screen and (max-width: 992px) {
    .nb-cart-total-4 > .heading-wrapper{
        display: flex;
        justify-content: space-between;
        align-items: center;

        .title:after{
            font-family: nbi-font;
            content: "\e9ea";
            margin-left: 10px;
        }
        .title{
           font-size: 16px;
        }

        .nb-total-price{
            font-size: 22px;
            font-weight: var(--nb-font-bold);
        }
    }

    .nb-cart-total-4{
        padding: 15px 10px;
        left: -10px;
        width: calc(100% + 20px);
        background: var(--nb-color-gray-100);
        .nb-cart-summary-6{
            display: none;
        }

        &:has(>.heading-wrapper.active){
            .nb-cart-summary-6{
                display: block;
                margin-top: 20px;
            }
        }

        >.heading-wrapper.active{
            .title{
                width: 100%;

                &:after{
                    float: right;
                    transform: rotateZ(180deg);
                }
            }
            .nb-total-price{
                display: none;
            }
        }
    }
}
/*
/* NB Fajl:'./components/complex/location/location-parcel-machine/location-parcel-machine-name/location-parcel-machine-name-1/location-parcel-machine-name-1.css.'
*/:root {
    --nb-location-parcel-machine-name-1-font-size: var(--nb-font-size-12);
    --nb-location-parcel-machine-name-1-font-weight: var(--nb-font-semibold);
    --nb-location-parcel-machine-name-1-color: var(--nb-text-color-primary);
    --nb-location-parcel-machine-name-1-line-height: var(--nb-body-line-height);
}

.nb-location-parcel-machine-name-1 .custom-text {
    font-size: var(--nb-location-parcel-machine-name-1-font-size);
    font-weight: var(--nb-location-parcel-machine-name-1-font-weight);
    color: var(--nb-location-parcel-machine-name-1-color);
}
/*
/* NB Fajl:'./components/core/box/info-box-4/info-box-4.css.'
*/.nb-info-box-4 {
    display: flex;
    align-items: center;
    gap: 5px;
}

.nb-info-box-4 .nb-link {
    display: flex;
    align-items: center;
    gap: 5px;
}

.nb-info-box-4 .nb-label {
    margin-bottom: 0;
}
/*
/* NB Fajl:'./components/complex/location/location-parcel-machine/location-parcel-machine-type/location-parcel-machine-type-1/location-parcel-machine-type-1.css.'
*/:root {
    --nb-location-parcel-machine-type-1-icon-color: var(--nb-spec-color);

    --nb-location-parcel-machine-type-1-value-font-size: var(--nb-paragraph-xs);
    --nb-location-parcel-machine-type-1-value-font-weight: var(--nb-font-bold);
    --nb-location-parcel-machine-type-1-value-color: var(--nb-text-color-primary);

    --nb-location-parcel-machine-type-1-label-font-size: var(--nb-paragraph-xs);
    --nb-location-parcel-machine-type-1-label-font-weight: var(--nb-font-regular);
    --nb-location-parcel-machine-type-1-label-color: var(--nb-text-color-primary);
}

.nb-location-parcel-machine-type-1 .nb-icon {
    color: var(--nb-location-parcel-machine-type-1-icon-color);
}

.nb-location-parcel-machine-type-1 .nb-label {
    font-size: var(--nb-location-parcel-machine-type-1-value-font-size);
    font-weight: var(--nb-location-parcel-machine-type-1-value-font-weight);
    color: var(--nb-location-parcel-machine-type-1-value-color);
}

.nb-location-parcel-machine-type-1 .custom-text {
    font-size: var(--nb-location-parcel-machine-type-1-label-font-size);
    font-weight: var(--nb-location-parcel-machine-type-1-label-font-weight);
    color: var(--nb-location-parcel-machine-type-1-label-color);
}
/*
/* NB Fajl:'./components/complex/location/location-parcel-machine/location-parcel-machine-city/location-parcel-machine-city-1/location-parcel-machine-city-1.css.'
*/:root {
    --nb-location-parcel-machine-city-1-icon-color: var(--nb-spec-color);

    --nb-location-parcel-machine-city-1-value-font-size: var(--nb-paragraph-xs);
    --nb-location-parcel-machine-city-1-value-font-weight: var(--nb-font-bold);
    --nb-location-parcel-machine-city-1-value-color: var(--nb-text-color-primary);

    --nb-location-parcel-machine-city-1-label-font-size: var(--nb-paragraph-xs);
    --nb-location-parcel-machine-city-1-label-font-weight: var(--nb-font-regular);
    --nb-location-parcel-machine-city-1-label-color: var(--nb-text-color-primary);
}

.nb-location-parcel-machine-city-1 .nb-icon {
    color: var(--nb-location-parcel-machine-city-1-icon-color);
}

.nb-location-parcel-machine-city-1 .nb-label {
    font-size: var(--nb-location-parcel-machine-city-1-value-font-size);
    font-weight: var(--nb-location-parcel-machine-city-1-value-font-weight);
    color: var(--nb-location-parcel-machine-city-1-value-color);
}

.nb-location-parcel-machine-city-1 .custom-text {
    font-size: var(--nb-location-parcel-machine-city-1-label-font-size);
    font-weight: var(--nb-location-parcel-machine-city-1-label-font-weight);
    color: var(--nb-location-parcel-machine-city-1-label-color);
}
/*
/* NB Fajl:'./components/complex/location/location-parcel-machine/location-parcel-machine-address/location-parcel-machine-address-1/location-parcel-machine-address-1.css.'
*/:root {
    --nb-location-parcel-machine-address-1-icon-color: var(--nb-spec-color);

    --nb-location-parcel-machine-address-1-value-font-size: var(--nb-paragraph-xs);
    --nb-location-parcel-machine-address-1-value-font-weight: var(--nb-font-bold);
    --nb-location-parcel-machine-address-1-value-color: var(--nb-text-color-primary);

    --nb-location-parcel-machine-address-1-label-font-size: var(--nb-paragraph-xs);
    --nb-location-parcel-machine-address-1-label-font-weight: var(--nb-font-regular);
    --nb-location-parcel-machine-address-1-label-color: var(--nb-text-color-primary);
}

.nb-location-parcel-machine-address-1 .nb-icon {
    color: var(--nb-location-parcel-machine-address-1-icon-color);
}

.nb-location-parcel-machine-address-1 .nb-label {
    font-size: var(--nb-location-parcel-machine-address-1-value-font-size);
    font-weight: var(--nb-location-parcel-machine-address-1-value-font-weight);
    color: var(--nb-location-parcel-machine-address-1-value-color);
}

.nb-location-parcel-machine-address-1 .custom-text {
    font-size: var(--nb-location-parcel-machine-address-1-label-font-size);
    font-weight: var(--nb-location-parcel-machine-address-1-label-font-weight);
    color: var(--nb-location-parcel-machine-address-1-label-color);
}
/*
/* NB Fajl:'./components/complex/location/location-parcel-machine/location-parcel-machine-working-hours/location-parcel-machine-working-hours-1/location-parcel-machine-working-hours-1.css.'
*/:root {
    --nb-location-parcel-machine-working-hours-1-icon-color: var(--nb-spec-color);

    --nb-location-parcel-machine-working-hours-1-value-font-size: var(--nb-font-size-12);
    --nb-location-parcel-machine-working-hours-1-value-font-weight: var(--nb-font-bold);
    --nb-location-parcel-machine-working-hours-1-value-color: var(--nb-text-color-primary);

    --nb-location-parcel-machine-working-hours-1-label-font-size: var(--nb-font-size-12);
    --nb-location-parcel-machine-working-hours-1-label-font-weight: var(--nb-font-regular);
    --nb-location-parcel-machine-working-hours-1-label-color: var(--nb-text-color-primary);
}

.nb-location-parcel-machine-working-hours-1 .nb-info-box-4  {
    align-items: self-start;
}

.nb-location-parcel-machine-working-hours-1 .nb-icon {
    color: var(--nb-location-parcel-machine-working-hours-1-icon-color);
}

.nb-location-parcel-machine-working-hours-1 .nb-label {
    font-size: var(--nb-location-parcel-machine-working-hours-1-value-font-size);
    font-weight: var(--nb-location-parcel-machine-working-hours-1-value-font-weight);
    color: var(--nb-location-parcel-machine-working-hours-1-value-color);
}

.nb-location-parcel-machine-working-hours-1 .custom-text {
    font-size: var(--nb-location-parcel-machine-working-hours-1-label-font-size);
    font-weight: var(--nb-location-parcel-machine-working-hours-1-label-font-weight);
    color: var(--nb-location-parcel-machine-working-hours-1-label-color);
    line-height: 20px;
}

.nb-location-parcel-machine-working-hours-1 .nb-location-parcel-machine-working-hours-wh {
    margin-top: 5px;
    padding-left: 20px;
    text-decoration: underline;
    cursor: pointer;
}
/*
/* NB Fajl:'./components/complex/location/location-parcel-machine/location-parcel-machine-payment-type/location-parcel-machine-payment-type-1/location-parcel-machine-payment-type-1.css.'
*/:root {
    --nb-location-parcel-machine-payment-type-1-icon-color: var(--nb-spec-color);

    --nb-location-parcel-machine-payment-type-1-color: var(--nb-text-color-primary);
    --nb-location-parcel-machine-payment-type-1-font-size: var(--nb-font-size-12);
    --nb-location-parcel-machine-payment-type-1-font-weight: var(--nb-font-weight-400);
}

.nb-location-parcel-machine-payment-type-1 {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.nb-location-parcel-machine-payment-type-1 .nb-location-parcel-machine-payment-type-card,
.nb-location-parcel-machine-payment-type-1 .nb-location-parcel-machine-payment-type-cash {
    display: flex;
    align-items: center;
    gap: 5px;
}

.nb-location-parcel-machine-payment-type-1 .nb-location-parcel-machine-payment-type-1-label,
.nb-location-parcel-machine-payment-type-1 .nb-location-parcel-machine-payment-type-card,
.nb-location-parcel-machine-payment-type-1 .nb-location-parcel-machine-payment-type-cash {
    color: var(--nb-location-parcel-machine-payment-type-1-color);
    font-size: var(--nb-location-parcel-machine-payment-type-1-font-size);
    font-weight: var(--nb-location-parcel-machine-payment-type-1-font-weight);
}

.nb-location-parcel-machine-payment-type-1 .nb-location-parcel-machine-payment-type-card .nb-icon,
.nb-location-parcel-machine-payment-type-1 .nb-location-parcel-machine-payment-type-cash .nb-icon {
    color: var(--nb-location-parcel-machine-payment-type-1-icon-color);
}
/*
/* NB Fajl:'./components/complex/location/location-map-popup/location-map-popup-3/location-map-popup-3.css.'
*/.gm-style-iw-chr {
    display: none;
}

.gm-style .gm-style-iw-c {
    border-radius: var(--nb-border-radius-xs);
}

.nb-location-map-popup-3 {
    padding-top: 10px;
}

.nb-location-map-popup-3 .nb-title-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    gap: 10px;
}

.nb-location-map-popup-3 .nb-location-parcel-machine-choose-btn .nb-btn {
    min-width: 85px;
}

.nb-location-map-popup-3 .nb-main-wrapper {
    display: flex;
    gap: 10px;
}

.nb-location-map-popup-3 .nb-location-info-wrapper {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.nb-location-map-popup-3 .nb-location-parcel-machine-working-hours-wh {
    display: none;
}
/*
/* NB Fajl:'./components/complex/location/location-parcel-machine/location-parcel-machine-box-1/location-parcel-machine-box-1.css.'
*/:root {
    --nb-location-parcel-machine-box-1-border-width: var(--nb-border-width);
    --nb-location-parcel-machine-box-1-border-color: var(--nb-border-color);
    --nb-location-parcel-machine-box-1-active-border-color: var(--nb-spec-color);
    --nb-location-parcel-machine-box-1-border-radius: var(--nb-border-radius-xs);
}

.nb-location-parcel-machine-box-1 {
    border: var(--nb-location-parcel-machine-box-1-border-width) var(--nb-border-style) var(--nb-location-parcel-machine-box-1-border-color);
    border-radius: var(--nb-location-parcel-machine-box-1-border-radius);
    padding: 10px 15px;
    cursor: pointer;
}

.nb-location-parcel-machine-box-1.active {
    border-color: var(--nb-location-parcel-machine-box-1-active-border-color);
}

.nb-location-parcel-machine-box-1 .nb-location-parcel-machine-choose-btn .nb-btn {
    min-width: 85px;
}

.nb-location-parcel-machine-box-1 .nb-title-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.nb-location-parcel-machine-box-1 .nb-location-info-wrapper {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.nb-location-parcel-machine-box-1 .nb-location-parcel-machine-working-hours-1 .custom-text {
    max-height: 20px;
    overflow: hidden;
}
/*
/* NB Fajl:'./components/complex/location/location-parcel-machine/location-parcel-machine-form-search-1/location-parcel-machine-form-search-1.css.'
*/.nb-location-parcel-machine-form-search-1 .nb-form-group .nb-icon {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    cursor: pointer;
}

.nb-location-parcel-machine-form-search-1 .nb-form-group .nb-search-location {
    display: block;
}

.nb-location-parcel-machine-form-search-1 .nb-form-group .nb-input:not(:placeholder-shown) ~ .nb-search-location {
    display: none;
}

.nb-location-parcel-machine-form-search-1 .nb-form-group .nb-delete {
    display: none;
}

.nb-location-parcel-machine-form-search-1 .nb-form-group .nb-input:not(:placeholder-shown) ~ .nb-delete {
    display: block;
}
/*
/* NB Fajl:'./components/complex/location/location-parcel-machine/location-parcel-machine-list/location-parcel-machine-list-1/location-parcel-machine-list-1.css.'
*/.nb-location-parcel-machine-list-1 {

    padding-right: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.nb-location-parcel-machine-list-1 .nb-location-wrapper {
    overflow-y: auto;
    max-height: 415px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.nb-location-parcel-machine-list-1.nb-custom-scroll-1 {
    --nb-scroll-1-width: 3px;
}
/*
/* 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/core/box/box-27/box-27.css.'
*/:root {
    --nb-box-27-border-width: var(--nb-border-width);
    --nb-box-27-border-color: var(--nb-border-color);

    --nb-box-27-custom-text-one-font-size: var(--nb-font-size-12);
    --nb-box-27-custom-text-one-font-weight: var(--nb-font-regular);
    --nb-box-27-custom-text-one-color: var(--nb-text-color-primary);

    --nb-box-27-custom-text-two-font-size: var(--nb-font-size-12);
    --nb-box-27-custom-text-two-font-weight: var(--nb-font-semibold);
    --nb-box-27-custom-text-two-color: var(--nb-text-color-primary);
}

.nb-box-27 {
    display: flex;
    gap: 10px;
    padding: 12px;
    border: var(--nb-box-27-border-width) var(--nb-border-style) var(--nb-box-27-border-color);
    cursor: pointer;
}

.nb-box-27 .nb-first-icon {
    flex: 1;
    font-size: 32px;
}

.nb-box-27 .nb-second-icon {
    flex: 1;
    align-self: center;
    color: var(--nb-spec-color);
}

.nb-box-27 .nb-info-wrapper {
    flex: 8;
}

.nb-box-27 .nb-info-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.nb-box-27 .nb-info-wrapper .nb-custom-text-one {
    font-size: var(--nb-box-27-custom-text-one-font-size);
    font-weight: var(--nb-box-27-custom-text-one-font-weight);
    color: var(--nb-box-27-custom-text-one-color);
}

.nb-box-27 .nb-info-wrapper .nb-custom-text-two {
    font-size: var(--nb-box-27-custom-text-two-font-size);
    font-weight: var(--nb-box-27-custom-text-two-font-weight);
    color: var(--nb-box-27-custom-text-two-color);
}
/*
/* NB Fajl:'./components/complex/location/location-parcel-machine/location-parcel-machine-size/location-parcel-machine-size-1/location-parcel-machine-size-1.css.'
*/:root {
    --nb-location-parcel-machine-size-1-icon-border-width: var(--nb-border-width);
    --nb-location-parcel-machine-size-1-icon-border-color: var(--nb-border-color);
    --nb-location-parcel-machine-size-1-icon-border-radius: var(--nb-border-radius-full);
    --nb-location-parcel-machine-size-1-checked-icon-border-color: var(--nb-spec-color);

    --nb-location-parcel-machine-size-1-border-active-color: var(--nb-spec-color);
}

.nb-location-parcel-machine-size-1.checked {
    border-color: var(--nb-location-parcel-machine-size-1-border-active-color);
}

.nb-location-parcel-machine-size-1 .nb-second-icon {
    width: 16px;
    height: 16px;
    border: var(--nb-location-parcel-machine-size-1-icon-border-width) var(--nb-border-style) var(--nb-location-parcel-machine-size-1-icon-border-color);
    border-radius: var(--nb-location-parcel-machine-size-1-icon-border-radius);
}

.nb-location-parcel-machine-size-1.checked .nb-second-icon {
    border-color: var(--nb-location-parcel-machine-size-1-checked-icon-border-color);
}

.nb-location-parcel-machine-size-1 .nb-second-icon:before {
    content: '';
    height: 13px;
    width: 13px;
    position: relative;
    top: -2px;
}

.nb-location-parcel-machine-size-1.checked .nb-second-icon:before {
    content: '\F26E';
}
/*
/* NB Fajl:'./components/complex/location/location-parcel-machine/location-parcel-machine-size-list/location-parcel-machine-size-list-1/location-parcel-machine-size-list-1.css.'
*/.nb-location-parcel-machine-size-list-1 {
    display: flex;
    align-items: center;
    gap: 20px;
}

.nb-location-parcel-machine-size-list-1 > * {
    flex: 1;
}
/*
/* NB Fajl:'./components/complex/location/location-mobile-map-controls/location-mobile-map-controls-1/location-mobile-map-controls-1.css.'
*/:root {
    --nb-location-mobile-map-controls-1-bg: var(--nb-color-gray-100);
    --nb-location-mobile-map-controls-1-active-bg: var(--nb-color-white);

    --nb-location-mobile-map-controls-1-active-border-width: var(--nb-border-width);
    --nb-location-mobile-map-controls-1-active-border-color: transparent;
    --nb-location-mobile-map-controls-1-active-active-border-color: var(--nb-spec-color);

    --nb-location-mobile-map-controls-1-color: var(--nb-text-color-secondary);
    --nb-location-mobile-map-controls-1-active-color: var(--nb-text-color-primary);
    --nb-location-mobile-map-controls-1-font-size: var(--nb-font-size-16);
    --nb-location-mobile-map-controls-1-font-weight: var(--nb-font-semibold);
}

.nb-location-mobile-map-controls-1 {
    display: none;
    align-items: center;
}

.nb-location-mobile-map-controls-1 > * {
    flex: 0 0 50%;
    text-align: center;
    line-height: 45px;
    border-bottom: var(--nb-location-mobile-map-controls-1-active-border-width) var(--nb-border-style) var(--nb-location-mobile-map-controls-1-active-border-color);
    color: var(--nb-location-mobile-map-controls-1-color);
    font-size: var(--nb-location-mobile-map-controls-1-font-size);
    font-weight: var(--nb-location-mobile-map-controls-1-font-weight);
    background-color: var(--nb-location-mobile-map-controls-1-bg);
}

.nb-location-mobile-map-controls-1 > *.active {
    color: var(--nb-location-mobile-map-controls-1-active-color);
    background-color: var(--nb-location-mobile-map-controls-1-active-bg);
    border-bottom-color: var(--nb-location-mobile-map-controls-1-active-active-border-color);
}

@media screen and (max-width: 576px) {
    .nb-location-mobile-map-controls-1 {
        display: flex;
    }
}
/*
/* NB Fajl:'./_blocks/checkout/checkout-delivery/parcel-machine/parcel-machine-modal-1/parcel-machine-modal-1.css.'
*//* Stil za prvi modal */
.nb-parcel-machine-modals-block .nb-parcel-machine-modal-1 .nb-modal-body {
    padding: 20px 40px;
}

.nb-parcel-machine-modals-block .nb-parcel-machine-modal-1 .nb-modal-body > * + *{
    margin-top: 20px;
}

.nb-parcel-machine-modals-block .nb-parcel-machine-modal-1 .nb-modal-body .nb-html-editor:has(.nb-default-parcel-machine-content) {
    width: 100%;
}

.nb-parcel-machine-modals-block .nb-parcel-machine-modal-1 .nb-modal-body .nb-html-editor .nb-default-parcel-machine-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.nb-parcel-machine-modals-block .nb-parcel-machine-modal-1 .nb-modal-body .nb-html-editor .nb-default-parcel-machine-content .nb-custom-text-with-icon-1 {
    padding: 0;
    background-color: unset;
}

.nb-parcel-machine-modals-block .nb-parcel-machine-modal-1 .nb-modal-body .nb-btn {
    min-width: 200px;
}

.nb-parcel-machine-modals-block .nb-parcel-machine-modal-1 .nb-select.region-error {
    border-color: var(--nb-color-danger);
}

.nb-parcel-machine-modals-block .nb-icon-left-title-and-description-right-horizontal {
    padding-right: 10px;
}

.nb-parcel-machine-modals-block .nb-icon-left-title-and-description-right-horizontal .nb-icon {
    color: var(--nb-color-black);
    font-size: 30px;
}

.nb-parcel-machine-modals-block .nb-icon-left-title-and-description-right-horizontal .nb-title {
    font-size: var(--nb-font-size-14);
    font-weight: var(--nb-font-bold);
    margin-bottom: 5px;
}

.nb-parcel-machine-modals-block .nb-modal .nb-modal-header.nb-modal-header-center {
    justify-content: start;
}


/* Stil za drugi modal */

.nb-parcel-machine-modals-block .nb-parcel-machine-modal-2 .nb-parcel-machine-step-one-label {
    font-size: var(--nb-font-size-16);
    font-weight: var(--nb-font-semibold);
    color: var(--nb-text-color-primary);
    margin-bottom: 15px;
}

.nb-parcel-machine-modals-block .nb-parcel-machine-modal-2 #locations-map {
    width: 100%;
    height: 100%;
    min-height: 415px;
}

.nb-parcel-machine-modals-block .nb-parcel-machine-modal-2 .nb-parcel-machine-step-two-label {
    font-size: var(--nb-font-size-16);
    font-weight: var(--nb-font-semibold);
    color: var(--nb-text-color-primary);
    margin-bottom: 15px;
    margin-top: 20px;
}

.nb-parcel-machine-modals-block .nb-parcel-machine-modal-2 .nb-location-parcel-machine-confirm-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.nb-parcel-machine-modals-block .nb-parcel-machine-modal-2 .nb-location-parcel-machine-confirm-btn .nb-btn {
    margin-top: 20px;
    min-width: 300px;
}
@media screen and (max-width: 768px) {
    .nb-parcel-machine-modals-block .nb-icon-left-title-and-description-right-horizontal .nb-paragraph {
        font-size: var(--nb-font-size-12);
    }
    .nb-parcel-machine-modals-block {
        --nb-dt-rows: auto;
    }
}

@media screen and (max-width: 576px) {
    .nb-parcel-machine-modal-2 .nb-modal-body:has(.nb-location-mobile-panel-control.active)  .nb-map,
    .nb-parcel-machine-modal-2 .nb-modal-body:has(.nb-location-mobile-map-control.active)  .nb-locations-list-panel{
        display: none;
    }
    .nb-parcel-machine-modal-2 .nb-modal-body:has(.nb-location-mobile-map-control.active)  .nb-map,
    .nb-parcel-machine-modal-2 .nb-modal-body:has(.nb-location-mobile-panel-control.active)  .nb-locations-list-panel{
        display: block;
        height: 100%;
    }
    .nb-parcel-machine-modal-2 .nb-modal-body:has(.nb-location-mobile-panel-control.active) .nb-location-parcel-machine-list-1 .nb-location-wrapper{
        max-height: 70vh;
        min-height: unset;
    }
    .nb-parcel-machine-modals-block .nb-parcel-machine-modal-2 #locations-map{
        min-height: 70vh;
    }

}

/*
/* NB Fajl:'./components/complex/cart/cart-item-size-list/cart-item-size-list-2/cart-item-size-list-2.css.'
*/:root {
    --nb-cart-item-size-list-2-size-min-width: 45px;
    --nb-cart-item-size-list-2-size-min-height: 32px;

    --nb-cart-item-size-list-2-size-font-size: var(--nb-font-size-12);
    --nb-cart-item-size-list-2-size-font-weight: var(--nb-font-regular);
    --nb-cart-item-size-list-2-size-border-color: var(--nb-border-color);
    --nb-cart-item-size-list-2-size-color: var(--nb-size-box-1-color);
    --nb-cart-item-size-list-2-size-bg: transparent;

    --nb-cart-item-size-list-2-size-active-border-color: var(--nb-color-black);
    --nb-cart-item-size-list-2-size-active-color: var(--nb-size-box-1-color);
    --nb-cart-item-size-list-2-size-active-bg: transparent;

    --nb-cart-item-size-list-2-size-disabled-border-color: var(--nb-border-color);
    --nb-cart-item-size-list-2-size-disabled-color: var(--nb-text-color-secondary);
    --nb-cart-item-size-list-2-size-disabled-bg: transparent;
}

.nb-cart-item-size-list-2 {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.nb-cart-item-size-list-2 .nb-size-value-box-1 {
    min-width: var(--nb-cart-item-size-list-2-size-min-width);
    min-height: var(--nb-cart-item-size-list-2-size-min-height);
    padding: 5px;
    font-size: var(--nb-cart-item-size-list-2-size-font-size);
    font-weight: var(--nb-cart-item-size-list-2-size-font-weight);
    color: var(--nb-cart-item-size-list-2-size-color);
    border-color: var(--nb-cart-item-size-list-2-size-border-color);
    background-color: var(--nb-cart-item-size-list-2-size-bg);
}

.nb-cart-item-size-list-2 .nb-size-value-box-1.active {
    color: var(--nb-cart-item-size-list-2-size-active-color);
    border-color: var(--nb-cart-item-size-list-2-size-active-border-color);
    background-color: var(--nb-cart-item-size-list-2-size-active-bg);
}

.nb-cart-item-size-list-2 .nb-size-value-box-1.disabled {
    color: var(--nb-cart-item-size-list-2-size-disabled-color);
    border-color: var(--nb-cart-item-size-list-2-size-disabled-border-color);
    background-color: var(--nb-cart-item-size-list-2-size-disabled-bg);
    opacity: 0.5;
}
/*
/* NB Fajl:'./components/complex/cart/cart-item-change-size/cart-item-change-size-picker-2/cart-item-change-size-picker-2.css.'
*/:root {
    --nb-cart-item-change-size-picker-2-tab-link-font-size: var(--nb-font-size-16);
    --nb-cart-item-change-size-picker-2-tab-link-font-weight: var(--nb-font-regular);
    --nb-cart-item-change-size-picker-2-tab-link-color: var(--nb-text-color-secondary);
    --nb-cart-item-change-size-picker-2-tab-active-link-color: var(--nb-size-type-link-1-color);

    --nb-cart-item-change-size-picker-2-label-font-size: var(--nb-font-size-14);
    --nb-cart-item-change-size-picker-2-label-font-weight: var(--nb-font-semibold);
    --nb-cart-item-change-size-picker-2-label-color: var(--nb-text-color-primary);
}


.nb-cart-item-change-size-picker-2 .nb-size-type-wrapper {
    display: flex;
    gap: 40px;
    margin-bottom: 10px;
}

.nb-cart-item-change-size-picker-2 .nb-size-type-wrapper .nb-size-type-link-1{
    font-size: var(--nb-cart-item-change-size-picker-2-tab-link-font-size);
    font-weight: var(--nb-cart-item-change-size-picker-2-tab-link-font-weight);
    color: var(--nb-cart-item-change-size-picker-2-tab-link-color);
}

.nb-cart-item-change-size-picker-2 .nb-size-type-wrapper .nb-size-type-link-1.active {
    color: var(--nb-cart-item-change-size-picker-2-tab-active-link-color);
    text-decoration: underline;
}

.nb-cart-item-change-size-picker-2 .nb-text {
    font-size: var(--nb-cart-item-change-size-picker-2-label-font-size);
    font-weight: var(--nb-cart-item-change-size-picker-2-label-font-weight);
    color: var(--nb-cart-item-change-size-picker-2-label-color);
    margin-bottom: 10px;
}

.nb-cart-item-change-size-picker-2 .nb-cart-item-size-list-2 {
    margin-bottom: 20px;
}

.nb-cart-item-change-size-picker-2 .nb-btn-wrapper {
    border-top: var(--nb-border-width) var(--nb-border-style) var(--nb-border-color);
    padding-top: 10px;
}

.nb-cart-item-change-size-picker-2 .nb-btn-wrapper .nb-btn {
    width: 100%;
}


/*
/* NB Fajl:'./components/complex/cart/cart-product-item/cart-product-item-8/cart-product-item-8.css.'
*/:root {
    --nb-cart-product-item-8-prev-price-font-size: var(--nb-font-size-14);
    --nb-cart-product-item-8-prev-price-font-weight: var(--nb-font-regular);
    --nb-cart-product-item-8-prev-price-color: var(--nb-price-prev-color);

    --nb-cart-product-item-8-active-price-font-size: var(--nb-font-size-18);
    --nb-cart-product-item-8-active-price-font-weight: var(--nb-font-bold);
    --nb-cart-product-item-8-active-price-color: var(--nb-cart-price-with-discount-color);

    --nb-cart-product-item-8-product-name-font-size: var(--nb-font-size-16);
    --nb-cart-product-item-8-product-name-font-weight: var(--nb-font-regular);
    --nb-cart-product-item-8-product-name-color: var(--nb-text-color-primary);
}

.nb-cart-product-item-8 .nb-product-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: var(--nb-border-width) var(--nb-border-style) var(--nb-border-color);
}

.nb-cart-product-item-8 .nb-product-image-info-wrapper {
    display: flex;
    gap: 10px;
    flex-grow: 1;
}

.nb-cart-product-item-8 .nb-price-wrapper {
    flex-shrink: 0;
    text-align: right;
}
.nb-cart-product-item-8 .nb-price-wrapper .nb-cart-price-total-with-label-1{
    flex-direction: row;
    gap: 2px;
    align-items: center;
}
.nb-cart-product-item-8 .nb-price-wrapper .nb-cart-price-total-with-label-1 .custom-text {
    font-size: 12px;
}

.nb-cart-product-item-8 .nb-product-image-info-wrapper .nb-img-wrapper {
    max-width: 60px;
    flex-shrink: 0;
}

.nb-cart-product-item-8  .nb-cart-item-name .nb-title,
.nb-cart-product-item-8  .nb-cart-item-name {
    font-size: var(--nb-cart-product-item-8-product-name-font-size);
    font-weight: var(--nb-cart-product-item-8-product-name-font-weight);
    color: var(--nb-cart-product-item-8-product-name-color);
}

.nb-cart-product-item-8 .nb-price-wrapper .nb-price-prev {
    font-size: var(--nb-cart-product-item-8-prev-price-font-size);
    font-weight: var(--nb-cart-product-item-8-prev-price-font-weight);
    color: var(--nb-cart-product-item-8-prev-price-color);
    text-decoration: line-through;
}

.nb-cart-product-item-8 .nb-price-wrapper .nb-cart-price-with-discount {
    font-size: var(--nb-cart-product-item-8-active-price-font-size);
    font-weight: var(--nb-cart-product-item-8-active-price-font-weight);
    color: var(--nb-cart-product-item-8-active-price-color);

}

.nb-cart-product-item-8 .nb-cart-price-with-discount-label {
    display: none;
}

@media screen and (max-width: 768px) {
    :root {
        --nb-cart-product-item-8-product-name-font-size: var(--nb-font-size-14);
        --nb-cart-product-item-8-active-price-font-size: var(--nb-font-size-16);
        --nb-cart-product-item-8-prev-price-font-size: var(--nb-font-size-12);
    }
}

/*
/* NB Fajl:'./_blocks/checkout/cart-items/cart-product-size-picker/cart-product-size-picker-1/cart-product-size-picker-1.css.'
*/.nb-cart-product-items-3.block {
    padding: 20px;
    background-color: var(--nb-cart-block-bg);
}

.nb-cart-product-items-3.block .nb-cart-heading-1 {
    margin-bottom: 20px;
}

.nb-cart-product-items-3.block .nb-cart-benefits-info-box-2 {
    margin: 20px -20px -20px;
}
@media screen and (max-width: 768px) {
    .nb-cart-product-items-3.block {
        padding: 20px 15px;
    }
    .nb-cart-product-items-3.block .nb-cart-benefits-info-box-2 {
        margin: 20px -15px -20px;
    }
}
/*
/* NB Fajl:'./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;
    }

}
