
/*
/* 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/images/image-with-text/image-with-text-over/image-with-text-over.css.'
*/:root{
    --nb-image-with-text-over-description-rows: 2;
    --nb-image-with-text-over-text-color: var(--nb-color-white);

    --nb-image-with-text-over-title-font-size: var(--nb-font-size-30);
    --nb-image-with-text-over-title-font-weight: var(--nb-font-bold);

    --nb-image-with-text-over-descriptiom-font-size: var(--nb-font-size-20);
    --nb-image-with-text-over-descriptiom-letter-spacing: 3px;
    --nb-image-with-text-over-descriptiom-font-weight: var(--nb-font-regular);
}

.nb-image-with-text-over{
    width: fit-content;
    position: relative;
}
.nb-image-with-text-over .nb-img-wrapper:before{
    content: "";
    position: absolute;
    height: 40%;
    bottom: 0;
    width: 100%;
    z-index: 1;
    background: linear-gradient(180deg, #73737300 0%, #00000090);
    pointer-events: none;
}
.nb-image-with-text-over .nb-title-and-description-wrapper{
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    text-align: center;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.nb-image-with-text-over .nb-title-and-description-wrapper .custom-text{
    font-size: var(--nb-image-with-text-over-title-font-size);
    font-weight: var(--nb-image-with-text-over-title-font-weight);
    color: var(--nb-image-with-text-over-text-color);
}
.nb-image-with-text-over .nb-title-and-description-wrapper .nb-subtitle{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: var(--nb-image-with-text-over-description-rows);
    -webkit-box-orient: vertical;
    font-size: var(--nb-image-with-text-over-descriptiom-font-size);
    font-weight: var(--nb-image-with-text-over-descriptiom-font-weight);
    margin-top: 10px;
    color: var(--nb-image-with-text-over-text-color);
}
.nb-image-with-text-over .nb-title-and-description-wrapper .nb-link{
    margin-top: 10px;
    display: block;
    width: fit-content;
}
@media screen and (max-width: 768px) {
    :root{
        --nb-image-with-text-over-title-font-size: var(--nb-font-size-20);

        --nb-image-with-text-over-descriptiom-font-size: var(--nb-font-size-16);
    }
}
/*
/* NB Fajl:'./_blocks/content/promo-carousel-and-banner/grid-banner/grid-banner-49/grid-banner-49.css.'
*/:root{
    --nb-grid-banner-49-title-fs: 30px;
    --nb-grid-banner-49-title-fw: var(--nb-font-regular);
    --nb-grid-banner-49-title-color: var(--nb-text-color-primary);

    --nb-grid-banner-49-link-fs: 14px;
    --nb-grid-banner-49-link-fw: var(--nb-font-regular);
    --nb-grid-banner-49-link-color: var(--nb-link-color-primary);
    --nb-grid-banner-49-link-hover-color: var(--nb-link-color-secondary);
}
.nb-grid-banner-49 .nb-row {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}
.nb-grid-banner-49 .nb-row > *:first-child{
    padding-left: 0;
}
.nb-grid-banner-49 .nb-row > *:last-child{
    padding-right: 0;
}
.nb-grid-banner-49 .nb-row .nb-logo-col{
    text-align: center;
}
.nb-grid-banner-49 .nb-slider-item-box-7 .nb-image-with-text-over .nb-title-and-description-wrapper {
    align-items: start;
    text-align: left;
}
.nb-grid-banner-49 .nb-slider-item-box-7 .nb-image-with-text-over .nb-title-and-description-wrapper .custom-text{
    font-size: var(--nb-grid-banner-49-title-fs);
    font-weight: var(--nb-grid-banner-49-title-fw);
    color: var(--nb-grid-banner-49-title-color);
}
.nb-grid-banner-49 .nb-slider-item-box-7 .nb-title-and-description-wrapper .nb-link{
    font-size: var(--nb-grid-banner-49-link-fs);
    font-weight: var(--nb-grid-banner-49-link-fw);
    color: var(--nb-grid-banner-49-link-color);
}
.nb-grid-banner-49 .nb-slider-item-box-7 .nb-title-and-description-wrapper .nb-link:hover{
    color: var(--nb-grid-banner-49-link-hover-color);
}
@media screen and (min-width: 768px){
    body:not(.block-editing) .nb-grid-banner-49 .nb-row{
        height: 100svh;
        margin: auto;
        align-items: center;
    }
    .nb-grid-banner-49 .nb-row .col{
        margin: auto;
    }
}
@media screen and (max-width: 1200px){
    :root{
        --nb-grid-banner-49-title-fs: 24px;
    }
}
@media screen and (max-width: 767px){
    .nb-grid-banner-49 .nb-row > *{
        padding-right: 0;
        padding-left: 0;
    }
    .nb-grid-banner-49 .nb-row .nb-logo-col{
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .nb-grid-banner-49 .nb-row .nb-logo-col + .col{
        margin-top: 0;
    }
    .nb-grid-banner-49 .nb-slider-item-box-7 .nb-img{
        aspect-ratio: 1 / 1;
        object-fit: cover;
        object-position: center center;
    }
}

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

}
