
/*
/* 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:'./_blocks/nb7-drag-and-drop/dd-edit-block-wrapper/dd-edit-block-wrapper.css.'
*//* Block options */

.block{
    position: relative;
}
.block.small-block:before{
    content: '';
    position: absolute;
    left: -2px;
    right: -2px;
    top: -2px;
    bottom: -2px;
    border: 2px dashed var(--nb-dd-spec-color);
    z-index: 1;
}
.small-block .dd-edit-block-wrapper{
    top: -55px;
    bottom: -20px;
}
.small-block .dd-edit-block-wrapper.bottom{
    top: -20px;
    bottom: -55px;
}
.dd-edit-block-wrapper{
    min-width: 500px;
    width: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    right: 0;
    top: -35px;
    bottom: 0;
    z-index: 1;
    border: 2px solid var(--nb-dd-spec-color);
    display: none;
}

/*.block.dragbox:hover .dd-edit-block-wrapper,*/
/*.layout.dragbox:hover .dd-edit-block-wrapper{*/
/*    display: flex;*/
/*}*/

.block.dragbox.hover > .dd-edit-block-wrapper,
.layout.dragbox.hover > .dd-edit-block-wrapper{
    display: flex;
}

/* Fix za blok header*/
.block.dragbox.hover > .wsmenucontainer > .dd-edit-block-wrapper{
    display: flex;
}

.dd-edit-block-wrapper.to-right{
    left: 0;
    transform: none;
}
.dd-edit-block-wrapper.to-left{
    left: unset;
    right: 0;
    transform: none;
}
.dd-edit-block-wrapper.bottom{
    top: 0;
    bottom: -35px;
    flex-direction: column-reverse;
}
.dd-edit-block{
    background: var(--nb-dd-spec-color);
    color: var(--nb-color-white);
    height: 35px;
    display: flex;
    justify-content: space-between;
    padding: 0 40px;
    width: 100%;
    cursor: initial;
}

.dd-edit-block > *{
    display: flex;
    align-items: center;
    cursor: pointer;
}

.dd-edit-block > * > *{
    display: flex;
    align-items: center;
    padding: 0 20px;
}
.dd-edit-block > * > *:first-of-type{
    padding-left: 0;
}
.dd-edit-block > * > *:last-of-type{
    padding-right: 0;
}
.dd-edit-block .dd-replace,
.dd-edit-block .dd-edit,
.dd-edit-block .dd-delete{
    padding: 3px 10px;
    border-radius: var(--nb-dd-border-radius);
    transition: all .3s ease-in-out;
}
.dd-edit-block .dd-replace:hover,
.dd-edit-block .dd-edit:hover,
.dd-edit-block .dd-delete:hover{
    background: #0E5599;
}

.dd-edit-block .dd-replace .nb-icon:before{
    content: url("../../../static/images/drag-and-drop/dd-replace.svg");
    margin-right: 10px;
    position: relative;
    top: 2px;
}
.dd-edit-block .dd-edit .nb-icon:before{
    content: url("../../../static/images/drag-and-drop/dd-edit_2.svg");
    margin-right: 10px;
}
.dd-edit-block .dd-delete .nb-icon:before{
    content: url("../../../static/images/drag-and-drop/dd-delete.svg");
    margin-right: 10px;
}
.dd-edit-block .dd-options .nb-icon:before{
    content: url("../../../static/images/drag-and-drop/dd-options.svg");
    margin-right: 10px;
    position: relative;
    top: 2px;
}

.dd-edit-block .dd-options .nb-dropdown-menu{
    padding: 0;
    border-radius: var(--nb-dd-border-radius);
    box-shadow: 0px 0px 6px #55555529;
    border: none;
}
.dd-edit-block .dd-options .nb-dropdown-menu li{
    font-size: 14px;
    line-height: 1.2;
    padding: 10px 20px;
    border-bottom: 1px solid #EEEEEE;
    display: flex;
    align-items: center;
}
.dd-edit-block .dd-options .nb-dropdown-menu li:hover{
    color: var(--nb-dd-spec-color);
}
.dd-edit-block .dd-options .nb-dropdown-menu li:before{
    content: url("../../../static/images/drag-and-drop/dd-icon-option.svg");
    display: inline-block;
    margin-right: 10px;
}
.dd-edit-block .dd-options .nb-dropdown-menu li:last-of-type{
    border-bottom: 0;
}
.dd-edit-block .nb-form-switch .nb-switch{
    width: var(--nb-switch-2-width);
    height: var(--nb-switch-2-height);
    border-radius: var(--nb-switch-2-border-radius);
    background-color: var(--nb-switch-2-bg);
    border-color: var(--nb-color-white);
}

.dd-edit-block .nb-form-switch .nb-switch:before{
    width: calc(var(--nb-switch-2-height) - 5px);
    height: calc(var(--nb-switch-2-height) - 5px);
    background: var(--nb-switch-2-bg-disabled);
}

.dd-edit-block .nb-form-switch .nb-switch:checked{
    background-color: var(--nb-switch-2-bg);
}

.dd-edit-block .nb-form-switch .nb-switch:checked:before{
    background:  var(--nb-switch-2-bg-active);
}
.dd-edit-block .nb-form-switch .nb-label{
    color: #ffffff;
    font-size: 15px;
    top: 2px;
}
.dd-edit-block .nb-form-switch{
    margin-bottom: 5px;
}

/* test */
/*.dd-options-dropdown{*/
/*    position: absolute;*/
/*    width: 150px;*/
/*    height: 300px;*/
/*    background: #ffffff;*/
/*    z-index: 9999999;*/
/*}*/
/*
/* NB Fajl:'./_blocks/nb7-drag-and-drop/dd-options-block-popup/dd-options-block-popup.css.'
*/.modal.confirm-delete,
#ddBlockOptionsModal{
    z-index: 10009;
}
.modal-backdrop{
    /*z-index: 99998;*/
}

.nb-modal .nb-btn-close{
    position: absolute;
    right: 15px;
    font-size: 20px;
    cursor: pointer;
}

#ddBlockOptionsModal .nb-modal-header{
    padding: 15px 20px;
    background: #FBFBFB;
    border-bottom: none;
}

#ddBlockOptionsModal .nb-modal-title{
    font-size: 15px;
    line-height: 25px;
    font-weight: 600;
    color: #000000;
}

#ddBlockOptionsModal .nb-modal-body{
    padding: 20px;
}

#ddBlockOptionsModal .modal-dialog{
    max-width: 750px;
}

#ddBlockOptionsModal .nb-modal-content{
    background: #FFFFFF;
    box-shadow: 0px 0px 8px #44444433;
    border-radius: 5px;
}

#ddBlockOptionsModal .nb-label{
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 5px;
    font-weight: 500;
    color: var(--nb-dd-text-color);
}

#ddBlockOptionsModal .nb-input,
#ddBlockOptionsModal .nb-select{
    border: 1px solid #E5E5E5;
    border-radius: 5px;
    height: 40px;
    color: #919191;
    font-size: 13px;
}

#ddBlockOptionsModal .nb-input::placeholder{
    font-size: 13px;
    color: #919191;
}

#ddBlockOptionsModal .nb-input:focus,
#ddBlockOptionsModal .nb-select:focus{
    box-shadow: none;
}

#ddBlockOptionsModal .nb-form-group{
    margin-bottom: 10px;
}

#ddBlockOptionsModal .nb-form-check{
    margin-bottom: 5px;
}

#ddBlockOptionsModal .nb-form-check .nb-label{
    margin-bottom: 0;
    color: #919191;
    font-weight: 400;
}

#ddBlockOptionsModal .nb-radio{
    width: 15px;
    height: 15px;
    background: #ffffff;
    border: 1px solid #126ABF;
}

#ddBlockOptionsModal .nb-radio:checked{
    background: #ffffff;
    border-color: #126ABF;
    background-image: url('../../../static/images/core/nb-radio.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50% 100%;
}

#ddBlockOptionsModal input[type='color']{
    width: 40px;
    height: 40px;
    cursor: pointer;
    padding: 0;
}

#ddBlockOptionsModal .nb-modal-footer{
    border-top: 0;
    padding: 0 20px 20px;
}

#ddBlockOptionsModal .nb-modal-footer .nb-btn-button{
    background: #126ABF;
    border: 1px solid #126ABF;
    color: #ffffff;
    height: 40px;
    line-height: 38px;
    border-radius: 5px;
    min-width: 150px;
    padding: 0 15px;
    transition: all .3s ease-in-out;
}

#ddBlockOptionsModal .nb-modal-footer .nb-btn-button:hover{
    background: #0E5599;
}

#editBlockFormContent{
    padding-right: 10px;
}

/* Scroll width */
#ddBlockOptionsModal ::-webkit-scrollbar {
    width: 5px;
}
/* Track */
#ddBlockOptionsModal ::-webkit-scrollbar-track {
    background: #D1D1D1;

}
/* Handle */
#ddBlockOptionsModal ::-webkit-scrollbar-thumb {
    background: #BCBCBC;
}
/* Handle on hover */
#ddBlockOptionsModal ::-webkit-scrollbar-thumb:hover{
    background: #BCBCBC;
}


/* Lang */
#ddBlockOptionsModal .lang-wrapper{
    display: flex;
    gap: 10px;
    margin-right: 40px;
}

#ddBlockOptionsModal .lang-wrapper .nb-item{
    width: 24px;
    height: 24px;
    font-size: 13px;
    line-height: 22px;
    text-align: center;
    border: 1px solid #ECECEC;
    background: #ffffff;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 600;
}

#ddBlockOptionsModal .lang-wrapper .nb-item:hover,
#ddBlockOptionsModal .lang-wrapper .nb-item.active{
    color: var(--nb-dd-spec-color);
}

#ddBlockOptionsModal .nbshop-loader{
    position: absolute;
    inset: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffffffE6;
    z-index: 1;
}

.cke_maximized,
.cke_panel{
    z-index: 10010 !important;
}

/* Slelect 2 css */
.select2-container{
    z-index: 100000;
    display: block;
    border: 1px solid #E5E5E5;
    border-radius: 5px;
    height: 40px;
    color: #919191;
    font-size: 13px;
}
.select2-container .select2-selection,
.select2-container .select2-selection .select2-selection,
.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px;
    line-height: 38px;
}

.select2-container--default .select2-selection--single {
    border: none;
    /*border-color: #E5E5E5;*/
}
/*
/* NB Fajl:'./_blocks/nb7-drag-and-drop/dd-options-custom-block-popup/dd-options-custom-block-popup.css.'
*/.modal.confirm-delete,
#ddCustomBlockOptionsModal{
    z-index: 10009;
}
.modal-backdrop{
    /*z-index: 99998;*/
}

.nb-modal .nb-btn-close{
    position: absolute;
    right: 15px;
    font-size: 20px;
    cursor: pointer;
}

#ddCustomBlockOptionsModal .nb-modal-header{
    padding: 15px 20px;
    background: #FBFBFB;
    border-bottom: none;
}

#ddCustomBlockOptionsModal .nb-modal-title{
    font-size: 15px;
    line-height: 25px;
    font-weight: 600;
    color: #000000;
}

#ddCustomBlockOptionsModal .nb-modal-body{
    padding: 20px;
}

#ddCustomBlockOptionsModal .modal-dialog{
    max-width: 750px;
}

#ddCustomBlockOptionsModal .nb-modal-content{
    background: #FFFFFF;
    box-shadow: 0px 0px 8px #44444433;
    border-radius: 5px;
}

#ddCustomBlockOptionsModal .nb-label{
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 5px;
    font-weight: 500;
    color: var(--nb-dd-text-color);
}

#ddCustomBlockOptionsModal .nb-input,
#ddCustomBlockOptionsModal .nb-select{
    border: 1px solid #E5E5E5;
    border-radius: 5px;
    height: 40px;
    color: #919191;
    font-size: 13px;
}

#ddCustomBlockOptionsModal .nb-input::placeholder{
    font-size: 13px;
    color: #919191;
}

#ddCustomBlockOptionsModal .nb-input:focus,
#ddCustomBlockOptionsModal .nb-select:focus{
    box-shadow: none;
}

#ddCustomBlockOptionsModal .nb-form-group{
    margin-bottom: 10px;
}

#ddCustomBlockOptionsModal .nb-form-check{
    margin-bottom: 5px;
}

#ddCustomBlockOptionsModal .nb-form-check .nb-label{
    margin-bottom: 0;
    color: #919191;
    font-weight: 400;
}

#ddCustomBlockOptionsModal .nb-radio{
    width: 15px;
    height: 15px;
    background: #ffffff;
    border: 1px solid #126ABF;
}

#ddCustomBlockOptionsModal .nb-radio:checked{
    background: #ffffff;
    border-color: #126ABF;
    background-image: url('../../../static/images/core/nb-radio.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50% 100%;
}

#ddCustomBlockOptionsModal input[type='color']{
    width: 40px;
    height: 40px;
    cursor: pointer;
    padding: 0;
}

#ddCustomBlockOptionsModal .nb-modal-footer{
    border-top: 0;
    padding: 0 20px 20px;
}

#ddCustomBlockOptionsModal .nb-modal-footer .nb-btn-button{
    background: #126ABF;
    border: 1px solid #126ABF;
    color: #ffffff;
    height: 40px;
    line-height: 38px;
    border-radius: 5px;
    min-width: 150px;
    padding: 0 15px;
    transition: all .3s ease-in-out;
}

#ddCustomBlockOptionsModal .nb-modal-footer .nb-btn-button:hover{
    background: #0E5599;
}

#editCustomBlockFormContent{
    padding-right: 10px;
}

/* Scroll width */
#ddCustomBlockOptionsModal ::-webkit-scrollbar {
    width: 5px;
}
/* Track */
#ddCustomBlockOptionsModal ::-webkit-scrollbar-track {
    background: #D1D1D1;

}
/* Handle */
#ddCustomBlockOptionsModal ::-webkit-scrollbar-thumb {
    background: #BCBCBC;
}
/* Handle on hover */
#ddCustomBlockOptionsModal ::-webkit-scrollbar-thumb:hover{
    background: #BCBCBC;
}


/* Lang */
#ddCustomBlockOptionsModal .lang-wrapper{
    display: flex;
    gap: 10px;
    margin-right: 40px;
}

#ddCustomBlockOptionsModal .lang-wrapper .nb-item{
    width: 24px;
    height: 24px;
    font-size: 13px;
    line-height: 22px;
    text-align: center;
    border: 1px solid #ECECEC;
    background: #ffffff;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 600;
}

#ddCustomBlockOptionsModal .lang-wrapper .nb-item:hover,
#ddCustomBlockOptionsModal .lang-wrapper .nb-item.active{
    color: var(--nb-dd-spec-color);
}

#ddCustomBlockOptionsModal .nbshop-loader{
    position: absolute;
    inset: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffffffE6;
    z-index: 1;
}

.cke_maximized,
.cke_panel{
    z-index: 10010 !important;
}
/*
/* NB Fajl:'./_blocks/nb7-drag-and-drop/dd-layout/dd-layout-one-col/dd-layout-one-col.css.'
*/.layout-blocks-preview{
    width: 100%;
    background: #FBFBFB;
    border: 2px dashed #CECECE;
    padding: 10px;
}
.layout-preview{
    min-height: 120px;
    background: #FBFBFB;
    border: 2px dashed #CECECE;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.layout-preview:not(.grid-layout-preview){
    width: 100%;
}

.layout-apply .dragbox{
    cursor: initial;
}

.layout-preview.grid-layout-preview{
    float: left;
}

.g-0 > *:not(:first-child) .layout-preview{
    border-left: none;
}

.layout-preview .nb-title{
    font-size: 14px;
    line-height: 19px;
    color: #919191;
}

/*.dd-layout:not(:last-child){*/
/*    margin-bottom: 30px;*/
/*}*/
/*
/* NB Fajl:'./components/complex/header/header-cart/header-cart-with-badge-1/header-cart-with-badge-1.css.'
*/:root {
    --nb-header-cart-with-badge-1-icon-font-size: var(--nb-font-size-26);
    --nb-header-cart-with-badge-1-count-color: var(--nb-color-white);
    --nb-header-cart-with-badge-1-count-font-size: var(--nb-font-size-12);
    --nb-header-cart-with-badge-1-count-font-weight: var(--nb-font-semibold);
    --nb-header-cart-with-badge-1-count-bg: var(--nb-color-primary);
    --nb-header-cart-with-badge-1-count-border-radius: var(--nb-border-radius-full);
    --nb-header-cart-with-badge-1-label-font-size: var(--nb-font-size-13);
}

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

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

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


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

.nb-header-cart-with-badge-1 .nb-header-cart-label{
    font-size: var(--nb-header-cart-with-badge-1-label-font-size);
    display: none;
}
/*
/* NB Fajl:'./_blocks/header-and-footer/header/ecommerce-header/ecommerce-header-10/ecommerce-header-10.css.'
*/.nb-ecommerce-header-10{
    --nb-gutter-x: 40px;
    background: var(--nb-color-white);
    top: 0;
    left: 0;
    right: 0;
    z-index: 10000;
    position: sticky;

    .nb-header-cart-with-badge-1 .nb-header-cart-count-wrapper{
        top: -5px;
        right: -5px;
        transform: none;
    }
}
.nb-ecommerce-header-10 .nb-header-wrapper{
    display: flex;
    justify-content: center;
    padding: 12px 0;
    align-items: center;
    height: 64px;
}
.nb-ecommerce-header-10 .nb-header-wrapper > *{
    flex: 1;
}
.nb-ecommerce-header-10 .nb-header-wrapper .nb-header-icons-wrapper{
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}
.nb-ecommerce-header-10 .nb-header-wrapper .nb-logo{
    display: flex;
    justify-content: center;
    .nb-img{
        width: 70px;
    }
}
.nb-ecommerce-header-10 .nb-header-wrapper .nb-icon{
    font-size: 25px;
    cursor: pointer;

    width: 40px;
    height: 40px;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .2s ease-in-out;
    border-radius: 2px;
}

.nb-ecommerce-header-10 .nb-header-wrapper .nb-icon:hover{
    background-color: #262424e6;
    color: var(--nb-color-white);
}

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

@media screen and (max-width: 1024px){
    .nb-ecommerce-header-10 a:has(.nb-toggle-main-navigation-desk),
    .nb-ecommerce-header-10 .nb-header-wrapper .nb-header-icons-wrapper{
        display: none;
    }
    .nb-ecommerce-header-10 .nb-header-icons-wrapper-mobile{
        display: flex;
        justify-content: flex-end;
        gap: 10px;
    }
    .nb-ecommerce-header-10 .nb-header-wrapper{
        height: 56px;
    }
    .nb-ecommerce-header-10{
        --nb-gutter-x: 30px;
    }
    .nb-ecommerce-header-10 .nb-header-wrapper .nb-icon{
        font-size: 20px;
        cursor: pointer;
        width: 30px;
        height: 30px;
    }
    .nb-ecommerce-header-10 .nb-header-cart-with-badge-1 .nb-header-cart-count-wrapper{
        width: 20px;
        height: 20px;
    }
    .nb-ecommerce-header-10 .nb-header-wrapper .nb-logo{
        justify-content: flex-start;
        max-width: 100px;
    }
}

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

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

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

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

.block-editing .header.nb-ecommerce-header-10{
    position: relative !important;
}
/*
/* NB Fajl:'./_blocks/navigation-and-search/navigation/vertical-navigation/vertical-navigation-sticky-1/vertical-navigation-sticky-1.css.'
*/body.block-editing .nb-vertical-navigation-sticky-1{
    position: relative;
    top: 0;
}
.nb-vertical-navigation-sticky-1{
    position: fixed;
    top: 64px;
    right: 0;
    bottom: 0;
    width: 50px;
    z-index: 1;
    background: var(--nb-color-gray-900);
    padding: 30px 0;
    overflow: auto;
    scrollbar-width: none;  /* Firefox */
    -ms-overflow-style: none; /* Internet Explorer and Edge */
    &::-webkit-scrollbar {
        display: none; /* Chrome, Safari, Opera */
    }

    ul{
        list-style-type: none;
        padding-left: 0;

        li{
            text-align: center;
            margin-bottom: 10px;
            position: relative;

            &.active:before{
                content: "";
                position: absolute;
                left: 0;
                top: 50%;
                transform: translateY(-50%);
                width: 0;
                height: 0;
                border-top: 6px solid transparent;
                border-bottom: 6px solid transparent;
                border-left: 8px solid var(--nb-color-white);
            }

            &.nb-dot a{
                font-size: 25px;
                top: -8px;
                position: relative;
            }
        }

        a{
            font-size: 12px;
            line-height: 20px;
            font-weight: var(--nb-font-semibold);
            color: var(--nb-color-white);
            display: block;
            text-align: center;

        }
    }
}

body:has(.nb-vertical-navigation-sticky-1) main{
    padding-right: 50px;
}

@media screen and (max-width: 1024px) {
    .nb-vertical-navigation-sticky-1{
        top: 56px;
    }
}
/*
/* NB Fajl:'./_blocks/content/promo-carousel-and-banner/single-banner/single-banner-12/single-banner-12.css.'
*/.nb-single-banner-12{
    .inner-wrapper{
        display: flex;
        align-items: center;
        flex-direction: column;
        gap: 20px;
        max-width: 350px;
        margin: auto;
        padding: 60px 0;

        .nb-img{
            max-width: 240px;
        }

        .title{
            font-size: 48px;
            line-height: 52px;
            color: var(--nb-text-color-primary);
            text-align: center;
        }
    }
    .bg-wrapper{
        background-size: 100%;
    }
}

@media screen and (max-width: 768px) {
    .nb-single-banner-12{
        .inner-wrapper{

            padding: 35px;

            .title{
                font-size: 32px;
                line-height: 34px;
            }
        }
    }
}
/*
/* NB Fajl:'./_static/css/nbcss/layout-css/layout-container-start-with-middle-line.css.'
*//* Layout with line */
.nb-layout-with-line{
    position: relative;
    padding-bottom: 60px;
    margin-bottom: 10px;
    scroll-margin-top: 100px;


    .layout-title{
        text-align: center;
        font-size: 64px;
        line-height: 70px;
        margin-bottom: 80px;
        position: relative;

        &:before{
            content: '';
            position: absolute;
            bottom: -20px;
            left: 50%;
            transform: translateX(-50%);
            width: 12px;
            height: 12px;
            background: var(--nb-color-black);
            border-radius: 50%;
        }
    }

    .row{
        justify-content: center;

        .layout{
            display: block !important;
        }
    }
    .row.g-0{
        --bs-gutter-x: 2px;
        --bs-gutter-y: 20px;
    }
}
.nb-layout-with-line:before{
    content: '';
    position: absolute;
    top: calc(70px + 20px);
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: calc(100% - 90px);
    background: var(--nb-color-black);
}

.nb-layout-with-line:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 12px;
    height: 12px;
    background: var(--nb-color-black);
    border-radius: 50%;
}

@media screen and (max-width: 768px) {
    .nb-layout-with-line {

        .layout-title {
            font-size: 40px;
        }
    }
}
/*
/* NB Fajl:'./_blocks/element/text/text-editor/text-editor-2/text-editor-2.css.'
*/.nb-text-editor-2{
    padding: 40px;
    background: var(--nb-color-white);
    /*border: 1px solid var(--nb-border-color);*/

    .nb-html-editor{
        --nb-dt-rows: auto;

        h1 {
            margin-bottom: 10px;
        }
    }
}

@media screen and (max-width: 768px) {
    .nb-text-editor-2{
        padding: 20px;
    }
}

/*
/* NB Fajl:'./components/core/video/yt-video-2/yt-video-2.css.'
*/.nb-yt-video-2 {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16/9;
}

.nb-yt-video-2 .nb-yt-iframe {
    width: 100%;
    height: 100%;
}
/*
/* NB Fajl:'./components/complex/footer/footer-payment-cards/footer-payment-cards.css.'
*/.nb-footer-payment-cards {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    padding: 20px 0;
    margin-bottom: 15px;
}
/*
/* NB Fajl:'./components/complex/footer/footer-social-networks/footer-social-networks.css.'
*/:root {
    --nb-footer-social-networks-margin-bottom: 14px;

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

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

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

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


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

.nb-footer-social-networks .nb-footer-social-networks-wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

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

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

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

@media screen and (max-width: 576px) {
    :root {
        --nb-footer-social-networks-margin-bottom: 24px;
    }
}
/*
/* NB Fajl:'./components/complex/footer/footer-links-accordion/footer-links-accordion.css.'
*/:root{
    --nb-footer-links-accordion-text-color: var(--nb-color-white);
    --nb-footer-links-accordion-title-fs: 14px;
    --nb-footer-links-accordion-title-fw: var(--nb-font-semibold);
    --nb-footer-links-accordion-title-text-transform: none;
    --nb-footer-links-accordion-link-fs: 14px;
    --nb-footer-links-accordion-link-text-transform: capitalize;
}

.nb-footer-links-accordion {

    .nb-accordion{

        ul {
            list-style: none;
            padding: 0; /* Optional: removes indentation */
            margin: 0;  /* Optional: removes default margin */
        }

        .nb-accordion-button{
            color: var(--nb-footer-links-accordion-text-color);
            padding: 12px 0;
            background: transparent;
            font-size: var(--nb-footer-links-accordion-title-fs);
            font-weight: var(--nb-footer-links-accordion-title-fw);
            text-transform: var(--nb-footer-links-accordion-title-text-transform);
        }

        .nb-accordion-body{
            padding: 0 0 10px;

            li{
                margin-bottom: 10px;

                .nb-link{
                    color: var(--nb-footer-links-accordion-text-color);
                    position: relative;
                    font-size: var(--nb-footer-links-accordion-link-fs);
                    text-transform: var(--nb-footer-links-accordion-link-text-transform);

                    &:before{
                        content: '';
                        position: absolute;
                        left: 0;
                        bottom: 0;
                        width: 0;
                        height: 1px;
                        background: var(--nb-footer-links-accordion-text-color);
                        transition: width .3s ease-in-out;
                    }

                    &:hover:before{
                        width: 100%;
                    }
                }
            }

        }

        .accordion-button .nb-toggle-icon{
            right: 0;
        }

        .nb-accordion-item{
            border-bottom: 1px solid var(--nb-footer-links-accordion-text-color);
        }
    }

}

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

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


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

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

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

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

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

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

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

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

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

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

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

.nb-change-site-instance-1 .nb-link-with-image-1 .nb-link {
    padding: 0;
}

.nb-change-site-instance-1 .nb-country-name {
    font-size: var(--nb-font-size-14);
    font-weight: var(--nb-font-semibold);
}

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

.nb-change-site-instance-1 .nb-change-button:hover {
    text-decoration: underline;
    color: var(--nb-text-link-1-primary-hover-color);
}
/*
/* NB Fajl:'./components/complex/footer/footer-copyright/footer-copyright.css.'
*/:root {
    --nb-footer-copyright-color: var(--nb-color-white);
    --nb-footer-copyright-font-size: var(--nb-copyright-font-size);
    --nb-footer-copyright-font-weight: var(--nb-copyright-font-weight);
    --nb-footer-copyright-line-height: var(--nb-copyright-line-height);

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

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

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

.nb-footer-copyright .nb-link:hover{
    color: var(--nb-spec-color);
}
/*
/* NB Fajl:'./components/complex/cart/mini-cart/mini-cart-offcanvas/mini-cart-offcanvas.css.'
*/:root {
    --nb-mini-cart-offcanvas-header-padding-y: 12px;
    --nb-mini-cart-offcanvas-header-padding-x: 20px;

    --nb-mini-cart-offcanvas-header-bg: var(--nb-color-white);

    --nb-mini-cart-offcanvas-header-color: var(--nb-text-color-primary);

    --nb-mini-cart-offcanvas-header-font-size: var(--nb-font-size-22);
    --nb-mini-cart-offcanvas-header-font-weight: var(--nb-font-weight-600);

    --nb-mini-cart-offcanvas-header-border-width: var(--nb-border-width);
    --nb-mini-cart-offcanvas-header-border-color: var(--nb-color-gray-300);

    --nb-mini-cart-offcanvas-body-padding-y: 20px;
    --nb-mini-cart-offcanvas-body-padding-x: 20px;

    --nb-mini-cart-offcanvas-width: var(--nb-offcanvas-width);
}

.nb-mini-cart-offcanvas.nb-offcanvas.offcanvas-start,
.nb-mini-cart-offcanvas.nb-offcanvas.offcanvas-end {
    width: var(--nb-mini-cart-offcanvas-width);
}

.nb-mini-cart-offcanvas .nb-offcanvas-header {
    padding: var(--nb-mini-cart-offcanvas-header-padding-y) var(--nb-mini-cart-offcanvas-header-padding-x);
    background-color: var(--nb-mini-cart-offcanvas-header-bg);
    border-bottom: var(--nb-mini-cart-offcanvas-header-border-width) var(--nb-border-style) var(--nb-mini-cart-offcanvas-header-border-color);
}

.nb-mini-cart-offcanvas .nb-offcanvas-header .nb-offcanvas-title {
    color: var(--nb-mini-cart-offcanvas-header-color);
    font-size: var(--nb-mini-cart-offcanvas-header-font-size);
    font-weight: var(--nb-mini-cart-offcanvas-header-font-weight);
}

.nb-mini-cart-offcanvas .nb-offcanvas-body {
    padding: var(--nb-mini-cart-offcanvas-body-padding-y) var(--nb-mini-cart-offcanvas-body-padding-x);
}

.nb-mini-cart-offcanvas .nb-mini-cart-offcanvas-ajax-wrapper {
    height: 100%;
}

@media screen and (max-width: 425px) {
    :root {
        --nb-mini-cart-offcanvas-width: 425px;
    }
}

@media screen and (max-width: 375px) {
    :root {
        --nb-mini-cart-offcanvas-width: 375px;
    }
}

@media screen and (max-width: 320px) {
    :root {
        --nb-mini-cart-offcanvas-width: 320px;
    }
}
/*
/* NB Fajl:'./components/complex/cart/mini-cart/mini-cart-total-1/mini-cart-total-1.css.'
*/:root {
    --nb-mini-cart-total-1-color: var(--nb-text-color-primary);
    --nb-mini-cart-total-1-font-size: var(--nb-font-size-14);
    --nb-mini-cart-total-1-font-weight: var(--nb-font-weight-400);

    --nb-mini-cart-total-1-value-color: var(--nb-text-color-primary);
    --nb-mini-cart-total-1-value-font-size: var(--nb-font-size-14);
    --nb-mini-cart-total-1-value-font-weight: var(--nb-font-weight-400);
}

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

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

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

}

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

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nb-cart-price-and-quantity-1 .nb-quantity-price-wrapper {
    text-align: end;
}
/*
/* NB Fajl:'./components/complex/cart/mini-cart/cart-box-8/cart-box-8.css.'
*/:root {
    --nb-cart-box-8-cart-item-name-font-size: 16px;
    --nb-cart-box-8-cart-item-name-font-weight: var(--nb-font-semibold);
    --nb-cart-box-8-cart-item-name-color: var(--nb-text-color-primary);
    --nb-cart-box-8-cart-item-name-line-height: 20px;

    --nb-cart-box-8-cart-small-font-size: 12px;
    --nb-cart-box-8-cart-small-color: var(--nb-text-color-primary);

    --nb-cart-box-8-active-price-color: var(--nb-color-red);
    --nb-cart-box-8-active-price-font-size: 16px;
    --nb-cart-box-8-active-price-font-weight: var(--nb-font-bold);

    --nb-cart-box-8-old-price-color: var(--nb-color-gray-700);
    --nb-cart-box-8-old-price-font-size: 12px;
    --nb-cart-box-8-old-price-font-weight: var(--nb-font-regular);
}

.nb-cart-box-8 {
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: relative;
    --nb-dt-rows: auto;
}

.nb-cart-box-8 .nb-text-wrapper{
    display: flex;
    gap: 10px;
}
.nb-cart-box-8 .nb-text-wrapper .nb-content-wrapper > * + *{
    margin-top: 5px;
}

.nb-cart-box-8 .nb-content-wrapper.nb-prices-wrapper{
    flex: 1.5;
}
.nb-cart-box-8 .nb-content-wrapper.nb-quantity-price-wrapper{
    flex: 1;
}

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

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

    &>.nb-content-wrapper{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
}

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

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


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

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

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

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

.nb-cart-items-list > .nb-product-item:last-child {
    margin-bottom: 0;
}

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

}

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


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

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

}

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


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

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

}

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


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

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

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

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

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

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

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

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

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

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

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

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

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

.nb-btn.nb-btn-pricing-quick-basket.addingItem .nb-dot-4 {
    animation-delay: 1s;
}
@keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 0; }
    100% { opacity: 1; }
}
/*
/* NB Fajl:'./components/complex/cart/mini-cart/free-delivery-info/free-delivery-info-2/free-delivery-info-2.css.'
*/:root {
    --nb-free-delivery-info-2-font-size: var(--nb-font-size-14);
    --nb-free-delivery-info-2-color: var(--nb-text-color-primary);
}

.nb-free-delivery-info-2 {
    position: relative;
    font-size: var(--nb-free-delivery-info-2-font-size);
    color: var(--nb-free-delivery-info-2-color);
}


/*
/* NB Fajl:'./components/complex/cart/mini-cart/total-saving-amount-1/total-saving-amount-1.css.'
*/:root{
    --nb-total-saving-amount-1-bg: var(--nb-color-gray-100);
    --nb-total-saving-amount-1-title-fs: 16px;
    --nb-total-saving-amount-1-title-fw: var(--nb-font-semibold);
}
.nb-total-saving-amount-1{
    background: var(--nb-total-saving-amount-1-bg);
    display: flex;
    flex-direction: column;
    gap: 5px;
    justify-content: center;
    align-items: center;

    .title{
        font-size: var(--nb-total-saving-amount-1-title-fs);
        font-weight: var(--nb-total-saving-amount-1-title-fw);
    }

    .description{
        font-size: 12px;
    }
}
/*
/* NB Fajl:'./components/complex/cart/mini-cart/mini-cart-content-product-2/mini-cart-content-product-2.css.'
*/.nb-mini-cart-content-product-2{
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;

    .top-wrapper{
        overflow: auto;
    }

    .bottom-wrapper{
        border-top: 1px solid var(--nb-border-color);
    }

    .nb-mini-cart-pricing-wrapper{
        padding: 16px;
    }

    .nb-free-delivery-info-2{
        padding: 16px;
        border-bottom: 1px solid var(--nb-border-color);
    }

    .nb-cart-items-list{
        padding: 16px;
    }

    .nb-total-saving-amount-1{
        padding: 16px;
    }
}
/*
/* NB Fajl:'./_blocks/checkout/mini-cart/mini-cart-offcanvas/mini-cart-offcanvas-3/mini-cart-offcanvas-3.css.'
*/.nb-mini-cart-offcanvas-3{
    height: 100%;
}

.nb-offcanvas-body:has(.nb-mini-cart-offcanvas-3){
    padding: 0;
}
/*
/* NB Fajl:'./components/complex/menu/menu-navigation-with-tabs/menu-navigation-with-tabs.css.'
*/:root{
    --nb-menu-navigation-with-tabs-link-fs: 16px;
    --nb-menu-navigation-with-tabs-link-lh: 20px;
    --nb-menu-navigation-with-tabs-link-fw: 400;
    --nb-menu-navigation-with-tabs-link-color: var(--nb-color-white);
    --nb-menu-navigation-with-tabs-link-hover-color: var(--nb-color-white);
    --nb-menu-navigation-with-tabs-link-hover-bg: var(--nb-spec-color);
}

.nb-menu-navigation-with-tabs {

    .nb-tabs-wrapper{
        display: flex;
        gap: 5px;
        flex-wrap: nowrap;
        overflow: auto;
        margin-bottom: 24px;
        padding-bottom: 10px;

        /* Scroll width */
        &::-webkit-scrollbar {
            height: 5px;
            cursor: pointer;
            padding: 2px;
        }
        /* Track */
        &::-webkit-scrollbar-track {
            background: transparent;
        }
        /* Handle */
        &::-webkit-scrollbar-thumb:hover,
        &::-webkit-scrollbar-thumb {
            background: gray;
            cursor: pointer;
        }

        .nb-tab{
            font-size: var(--nb-menu-navigation-with-tabs-link-fs);
            line-height: var(--nb-menu-navigation-with-tabs-link-lh);
            padding: 2px 4px;
            cursor: pointer;
            font-weight: var(--nb-menu-navigation-with-tabs-link-fw);
            transition: all .3s ease-in-out;
            white-space: nowrap;
            border-radius: 2px;
            color: var(--nb-menu-navigation-with-tabs-link-color);

            &:hover, &.active{
                color: var(--nb-menu-navigation-with-tabs-link-hover-color);
                background: var(--nb-menu-navigation-with-tabs-link-hover-bg);
            }
        }
    }

    &:has(.tab-content .nb-item.active) .nb-tabs-wrapper{
        display: none;
    }

    &:has(.tab-content .nb-item.active) .nb-item.active{
        margin-top: 0;
    }

    .tab-content {

        .menu-subtree:has(.nb-item.active) > .nb-item:not(.active){
            display: none;
        }

        .menu-subtree:has(.nb-item.active) > .nb-item.active{
            & > .nb-link{
                padding-left: 30px;
                margin-bottom: 35px;
            }
            & > .nb-icon{
                left: 0;
                right: unset;
                transform: rotateZ(180deg);
            }
        }

        .nb-item.active:has(.nb-item.active) > .nb-link{
            display: none;
        }

        .nb-item {

            margin-top: 22px;
            position: relative;

            .nb-icon{
                position: absolute;
                right: 0;
                top: 0;
                color: var(--nb-menu-navigation-with-tabs-link-color);
                pointer-events: none;
            }

            .menu-subtree{
                display: none;
            }

            &.active {
                >.menu-subtree{
                    display: block;
                }
            }

            .nb-link{
                display: block;
                font-size: 16px;
                line-height: 20px;
                color: var(--nb-menu-navigation-with-tabs-link-color);
            }

        }

        ul {
            list-style-type: none;
            padding: 0; /* optional: removes the indent */
            margin: 0;  /* optional: removes the margin */
        }
    }
}
/*
/* NB Fajl:'./components/complex/menu-links/menu-images-first-level/menu-images-first-level.css.'
*/.nb-menu-images-first-level{
    padding: 20px 0;
    border-top: 1px solid var(--nb-color-white);
    border-bottom: 1px solid var(--nb-color-white);
    display: flex;
    gap: 10px;
    flex-direction: column;

    .nb-img{
        max-height: 40px;
    }

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

@media screen and (max-width: 768px) {
    .nb-menu-images-first-level .nb-img{
        max-height: 30px;
    }
}


/*
/* NB Fajl:'./_blocks/navigation-and-search/navigation/vertical-navigation/vertical-navigation-offcanvas-1/vertical-navigation-offcanvas-1.css.'
*/:root{
    --nb-vertical-navigation-offcanvas-1-width: 375px;
    --nb-vertical-navigation-offcanvas-1-bg: #000000CC;
    --nb-vertical-navigation-offcanvas-1-backdrop-bg: transparent;
    --nb-vertical-navigation-offcanvas-1-color: var(--nb-color-white);
}
.nb-vertical-navigation-offcanvas-1 {

    --nb-offcanvas-width: var(--nb-vertical-navigation-offcanvas-1-width);
    --nb-offcanvas-backdrop-color: var(--nb-vertical-navigation-offcanvas-1-backdrop-bg);

    &:has(.nb-menu-navigation-with-tabs .tab-content .nb-item.active) .nb-menu-images-first-level,
    &:has(.nb-menu-navigation-with-tabs .tab-content .nb-item.active) .nb-menu-links-first-level{
        display: none;
    }

    .nb-btn-close{
        width: 48px;
        height: 48px;
        background: var(--nb-color-white);
        border-radius: 2px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        bottom: 32px;
        right: 25px;
    }

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

    .nb-offcanvas-body{
        padding: 48px 25px 32px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 20px;
    }

    .nb-menu-links-first-level{
        flex-direction: column;

        .nb-link{
            color: var(--nb-vertical-navigation-offcanvas-1-color);

            & + .nb-link{
                margin-top: 10px;
            }
            &:hover{
                text-decoration: underline;
            }
        }
    }

}
/*
/* NB Fajl:'./static/css/nbcomponent/nb7.addtocart.css.'
*/
/*
    ADD TO CART komponenta
*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    --nb-size-box-2-availability-indicator-color: var(--nb-text-color-primary);
    --nb-size-box-2-availability-indicator-fs: 12px;
}

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

    .nb-stock-indicator{
        position: relative;
        width: fit-content;
        inset: 0;
        height: auto;
    }
}

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

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

.nb-size-value-box-2 .nb-stock-indicator{
    font-size: var(--nb-size-box-2-availability-indicator-fs);
    color: var(--nb-size-box-2-availability-indicator-color);
}

/*
/* NB Fajl:'./components/complex/product/product-box/product-box-quick-shop-1/product-box-quick-shop-1.css.'
*/:root {
    --nb-product-box-detail-floater-2-bg: var(--nb-color-white);
    --nb-product-box-detail-floater-2-prev-price-font-size: var(--nb-font-size-12);
    --nb-product-box-detail-floater-2-active-price-font-size: var(--nb-font-size-18);
}

.dragbox .nb-product-box-detail-floater-2 {
    position: unset;
}

.nb-product-box-detail-floater-2 {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
    background: var(--nb-product-box-detail-floater-2-bg);
    padding: 20px 0;
    -webkit-box-shadow: 0px -1px 7px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px -1px 7px 0px rgba(0,0,0,0.25);
    box-shadow: 0px -1px 7px 0px rgba(0,0,0,0.25);
}

.nb-product-box-detail-floater-2.active {
    display: block;
}

.nb-product-box-detail-floater-2 .nb-product-box-detail-floater-2-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nb-product-box-detail-floater-2 .nb-left-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
}

.nb-product-box-detail-floater-2 .nb-left-wrapper .nb-img-wrapper {
    max-width: 65px;
    max-height: 65px;
}

.nb-product-box-detail-floater-2 .nb-left-wrapper .nb-img-wrapper .nb-img {
    height: 65px;
}

.nb-product-box-detail-floater-2 .nb-left-wrapper .nb-product-info-wrapper {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.nb-product-box-detail-floater-2 .nb-right-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
}

.nb-product-box-detail-floater-2 .nb-right-wrapper .nb-btn {
    min-width: 320px;
}

.nb-product-box-detail-floater-2 .nb-right-wrapper .nb-product-prices-2 {
    text-align: right;
}

.nb-product-box-detail-floater-2 .nb-right-wrapper .nb-product-prices-2 .nb-price.nb-price-prev {
    font-size: var(--nb-product-box-detail-floater-2-prev-price-font-size);
}

.nb-product-box-detail-floater-2 .nb-right-wrapper .nb-product-prices-2 .nb-price.nb-price-active {
    font-size: var(--nb-product-box-detail-floater-2-active-price-font-size);
}

.nb-product-box-detail-floater-2 .nb-right-wrapper .nb-product-prices-2 .nb-price-saving {
    display: none;
}

@media screen and (max-width: 768px) {
    .nb-product-box-detail-floater-2 .nb-left-wrapper {
        display: none;
    }

    .nb-product-box-detail-floater-2 .nb-right-wrapper .nb-product-prices-2 {
        display: none;
    }

    .nb-product-box-detail-floater-2 .nb-right-wrapper {
        width: 100%;
    }

    .nb-product-box-detail-floater-2 .nb-right-wrapper .nb-btn-with-bubble-wrapper {
        width: 100%;
    }

    .nb-product-box-detail-floater-2 .nb-right-wrapper .nb-btn-with-bubble-wrapper .nb-btn {
        min-width: unset;
        width: 100%;
    }
}

@media (min-width: 577px) {
    .nb-product-box-detail-floater-2 .nb-product-bubble-3.active {
        display: none;
    }
}

@media screen and (max-width: 576px) {
    body:has(.nb-product-box-detail-floater-2.active .nb-product-bubble-3.active):before {
        content: '';
        position: fixed;
        inset: 0;
        backdrop-filter: blur(15px);
        background-color: #00000080;
        z-index: 9;
    }
}

/*
/* NB Fajl:'./_blocks/product/product-list/quick-purchase/quick-purchase-offcanvas-1/quick-purchase-offcanvas-1.css.'
*/.block-editing .nb-quick-purchase-offcanvas-1{
    min-width: 100%;
    min-height: 100px;
}
.nb-quick-purchase-offcanvas-1 .nb-offcanvas{
    outline: none !important;
    box-shadow: none !important;
    z-index: 99999;
}
.nb-quick-purchase-offcanvas-1 .nb-offcanvas-body{
    padding: 0;
    outline: none !important;
    box-shadow: none;

    .nb-product-box-quick-shop-1{
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        height: 100%;

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

    .nb-product-box-quick-shop-1:has(.nb-size-value.active){
        .btn-wrapper{
            opacity: 1;
        }
    }
    .no-sizes-info{
        font-size: 14px;
        padding: 10px 24px;
    }
    .no-sizes-info + .btn-wrapper{
        opacity: 1;
        .nb-btn{
            width: 100%;
        }
    }

    .nb-size-value{
        border: none;
        border-bottom: 1px solid var(--nb-border-color);
        padding: 13px 24px;
        justify-content: space-between;

        &.active > *,
        &.active{
            background: var(--nb-spec-color);
            color: var(--nb-color-white);
        }
    }

    .nb-product-size-list-7{
        flex: 1;
        overflow: auto;
    }

    .btn-wrapper{
        padding: 16px 24px;
        border-top: 1px solid var(--nb-border-color);
        opacity: 0;
    }
}

@media screen and (max-width: 576px) {
    .nb-quick-purchase-offcanvas-1 .nb-offcanvas{
        height: 65vh;
        bottom: 0;
        top: auto;
    }
}
/*
/* NB Fajl:'./components/complex/elements/marketing/social-network/social-network.css.'
*/:root {
    --nb-social-network-title-color: var(--nb-text-color-primary);
    --nb-social-network-title-font-size: var(--nb-font-size-18);
    --nb-social-network-title-font-weight: var(--nb-font-weight-600);

    --nb-social-network-width: 40px;
    --nb-social-network-height: 40px;
    --nb-social-network-color: var(--nb-text-color-primary);
    --nb-social-network-hover-color: var(--nb-color-white);
    --nb-social-network-bg: var(--nb-color-white);
    --nb-social-network-hover-bg: var(--nb-spec-color);
    --nb-social-network-border-radius: var(--nb-border-radius-xs);

    --nb-social-network-gap: 16px;
    --nb-social-network-wrapper-gap: 20px;
}

.nb-social-network {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: var(--nb-social-network-gap);
}

.nb-social-network .nb-social-network-title {
    color: var(--nb-social-network-title-color);
    font-size: var(--nb-social-network-title-font-size);
    font-weight: var(--nb-social-network-title-font-weight);
}

.nb-social-network .nb-social-network-wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: var(--nb-social-network-wrapper-gap);
}

.nb-social-network .nb-social-network-wrapper .nb-link:hover > * {
    color: var(--nb-social-network-hover-color);
}

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

.nb-social-network .nb-social-network-wrapper .nb-link > * {
    display: flex;
    align-items: center;
    justify-content: center;
    width: var(--nb-social-network-width);
    height: var(--nb-social-network-height);
    background-color: var(--nb-social-network-bg);
    border-radius: var(--nb-social-network-border-radius);
    color: var(--nb-social-network-color);
}
/*
/* NB Fajl:'./components/complex/newsletter/newsletter-form-popup-5/newsletter-form-popup-5.css.'
*/:root{
    --nb-newsletter-form-popup-5-modal-width: 375px;
    --nb-newsletter-form-popup-5-modal-title-fs: 20px;
    --nb-newsletter-form-popup-5-modal-description-fs: 14px;
}

.nb-newsletter-form-popup-5-block {

    .nb-modal .nb-modal-header.nb-modal-header-center{
        justify-content: flex-start;

        .nb-img{
            max-height: 22px;
        }
    }

    .nb-modal{

        top: unset;
        bottom: 0;
        height: fit-content;
        right: 40px;
        width: fit-content;
        left: unset;

        .modal-dialog{
            max-width: var(--nb-newsletter-form-popup-5-modal-width);
            margin: 0;
        }
        .nb-modal-content{
            border-radius: 0;

            .nb-modal-body{
                padding: 24px 16px;
            }
        }
    }

    .nb-newsletter-title{
        font-size: var(--nb-newsletter-form-popup-5-modal-title-fs);
        line-height: 1.3;
        font-weight: var(--nb-font-semibold);
        --nb-dt-rows: auto;
    }

    .nb-newsletter-description{
        font-size: var(--nb-newsletter-form-popup-5-modal-description-fs);
        line-height: 1.3;
        margin-top: 10px;
        margin-bottom: 24px;
    }

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

    .nb-checkbox-wrapper{
        margin-top: 20px;
        position: relative;

        .nb-form-check .nb-label{
            font-size: 12px;
            line-height: 16px;
            color: var(--nb-text-color-primary);
        }
        .nb-form-check{
            align-items: flex-start;
            margin-bottom: 0;
        }

        a{
            text-decoration: underline;
        }
    }
}

@media screen and (max-width: 768px){
    .nb-newsletter-form-popup-5-block {

        .nb-modal{
            left: 0;
            right: 0;
            width: 100%;
            height: 100%;

            .modal-dialog{
                max-width: 100%;
            }
        }
    }
}
/*
/* NB Fajl:'./_blocks/marketing/newsletter/newsletter-form/newsletter-form-popup-5/newsletter-form-popup-5.css.'
*/nb-newsletter-form-popup-5-block .nb-popup-newsletter-form-popup-5.advertisement-modal .nb-modal-content .nb-modal-body{
    padding: 0;
}

/*
/* NB Fajl:'./components/complex/cookie/cookie-consent/cookie-consent-2/cookie-consent-2.css.'
*/:root{
    --nb-cookie-consent-2-title-fs: 20px;
    --nb-cookie-consent-2-title-lh: 26px;
    --nb-cookie-consent-2-title-fw: var(--nb-font-semibold);
    --nb-cookie-consent-2-description-fs: 18px;
    --nb-cookie-consent-2-description-lh: 28px;
    --nb-cookie-consent-2-description-fw: var(--nb-font-regular);
}

.nb-cookie-consent-2{

    .title{
        font-size: var(--nb-cookie-consent-2-title-fs);
        line-height: var(--nb-cookie-consent-2-title-lh);
        font-weight: var(--nb-cookie-consent-2-title-fw);
        margin-bottom: 20px;
    }

    .description{
        font-size: var(--nb-cookie-consent-2-description-fs);
        line-height: var(--nb-cookie-consent-2-description-lh);
        font-weight: var(--nb-cookie-consent-2-description-fw);
        margin-bottom: 20px;
    }

    .nb-cookie-accept-everything-btn{
        display: block;
        margin: auto;
    }
    .nb-close-modal-btn{
        margin-left: auto;
        display: block;
        margin-bottom: 15px;
    }


}
.nb-modal:has(.nb-cookie-consent-2) .nb-btn-close{
    display: none;
}

@media screen and (max-width: 1024px) {
    :root{
        --nb-cookie-consent-2-description-fs: 12px;
        --nb-cookie-consent-2-description-lh: 22px;
    }

    .nb-cookie-consent-2{

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

.nb-country-selection-offcanvas-1 .nb-link-with-image-1 .nb-link,
.nb-country-selection-offcanvas-1 .nb-link-with-image-1 .nb-link.text-link-1.nb-secondary-link {
    padding: 0;
    font-size: var(--nb-font-size-16);
    margin-bottom: 20px;
    background-color: unset;
}
/*
/* NB Fajl:'./components/core/messaging/NBAlert2/NBAlert2.css.'
*/.nb-alert-2 {
    padding: 30px 20px;
    background-color: var(--nb-alert-2-bg);
    color: var(--nb-alert-2-color);
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nb-social-login > * {
    flex: 1;
    justify-content: center;
}
/*
/* NB Fajl:'./components/complex/forms/login-forms/login-form-3/login-form-3.css.'
*/.nb-login-form-3{

    .nb-login-description{
        font-size: 16px;
        margin-bottom: 15px;
    }

    .nb-login-title{
        font-size: 16px;
        margin-bottom: 15px;
    }

    .nb-create-account{
        font-size: 14px;
        text-decoration: underline;
    }

    .nb-login-trouble{
        font-size: 14px;
        color: var(--nb-link-color-secondary);
    }

    .nb-btn-form{
        width: 100%;
        margin: 15px 0;
    }
}
/*
/* NB Fajl:'./components/complex/form/checkbox/register-privacy-policy-consent-checkbox/register-privacy-policy-consent-checkbox.css.'
*/.nb-btn.nb-btn-primary-transparent.nb-check-all-btn {
    background-color: transparent;
    padding: 1px 6px;
    margin-bottom: 10px;
    min-width: 80px;
}

.nb-btn.nb-btn-primary-transparent.nb-check-all-btn .btn-text {
    font-size: var(--nb-font-size-12);
}
/*
/* NB Fajl:'./components/complex/forms/registration-forms/register-form-4/register-form-4.css.'
*/.nb-register-form-4 {

    .nb-register-title{
        font-size: 16px;
        margin-bottom: 15px;
    }

    .nb-btn-wrapper{
        padding-top: 10px;
        border-top: 1px solid var(--nb-border-color);

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

    .nb-register-description{
        font-size: 12px;
        margin-bottom: 16px;
    }

}
/*
/* NB Fajl:'./components/complex/forms/lost-password-forms/lost-password-form-2/lost-password-form-2.css.'
*/.nb-lost-password-form-2{

    .nb-lost-password-title{
        font-size: 16px;
        margin-bottom: 15px;
    }
}
/*
/* NB Fajl:'./components/complex/user/logged-in-user/logged-in-user-1/logged-in-user-1.css.'
*/:root{
    --nb-logged-user-1-title-fs: 22px;
    --nb-logged-user-1-title-lh: 28px;
    --nb-logged-user-1-title-fw: var(--nb-font-semibold);

    --nb-logged-user-1-link-fs: 16px;
    --nb-logged-user-1-link-lh: 16px;
    --nb-logged-user-1-link-fw: var(--nb-font-semibold);
    --nb-logged-user-1-link-bg: var(--nb-color-gray-200);
    --nb-logged-user-1-link-height: 72px;
}

.nb-logged-user-1{

    .nb-user-title{
        font-size: var(--nb-logged-user-1-title-fs);
        line-height: var(--nb-logged-user-1-title-lh);
        font-weight: var(--nb-logged-user-1-title-fw);
        margin-bottom: 20px;
    }

    .nb-logout{
        width: 100%;
        height: 50px;
        line-height: 48px;
        padding: 0 20px;
        margin-top: 20px;
    }

    .nb-link-item{
        padding: 16px;
        height: var(--nb-logged-user-1-link-height);
        display: flex;
        align-items: center;
        background: var(--nb-logged-user-1-link-bg);
        font-size: var(--nb-logged-user-1-link-fs);
        line-height: var(--nb-logged-user-1-link-lh);
        font-weight: var(--nb-logged-user-1-link-fw);

        &+.nb-link-item{
            margin-top: 20px;
        }

        .nb-icon{
            font-size: 22px;
            margin-right: 10px;
        }
    }
}
/*
/* NB Fajl:'./components/complex/form/password/NBShowHidePassword/NBShowHidePassword.css.'
*/.nb-show-hide-password{
    position: absolute;
    right: 10px;
    bottom: 8px;
    cursor: pointer;
    display: none;

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

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

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

        .nb-hidden-password{
            display: none;
        }
    }
}
/*
/* NB Fajl:'./static/css/nbcomponent/nb7.autocomplete.css.'
*/.twitter-typeahead .tt-dropdown-menu {
    background: #ffffff;
    width: 100%;
    border: 1px solid var(--nb-border-color);
    padding: 10px;
    cursor: pointer;
    z-index: 99999 !important;
}
.twitter-typeahead{
    display: block !important;
}

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

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


/*
/* NB Fajl:'./components/complex/form/password/NBPasswordRules/NBPasswordRules.css.'
*/.nb-password-rules {

    .title{
        font-size: 12px;
        margin-bottom: 10px;
    }

    .rule{
        color: var(--nb-text-color-secondary);

        &+.rule{
            margin-top: 5px;
        }

        &.active{
            color: var(--nb-color-success);

            .correct{
                display: initial;
            }
            .wrong{
                display: none;
            }
        }

        .correct{
            display: none;
        }

        span{
            font-size: 14px;
            margin-left: 10px;
        }
    }
}
/*
/* NB Fajl:'./_blocks/user/account/general-account-forms/general-account-form-offcanvas-1/general-account-form-offcanvas-1.css.'
*/.nb-general-account-form-offcanvas-1{

    .nb-offcanvas-header{
        .nb-btn-back{
            margin-right: 10px;
        }
    }

    .nb-logo{
        text-align: center;
        margin-bottom: 15px;

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

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

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

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

body.open-search{
    overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

}

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

}

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

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

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

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

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

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

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

@media screen and (max-width: 768px) {
    .nb-product-card-5 .nb-product-card .nb-card-body .nb-product-name .nb-title{
        --nb-dt-rows: auto;
    }
    .nb-product-card-5 .nb-img-wrapper{
        max-width: 100px;
    }
    .nb-product-card-5 .nb-img{
        max-width: 80px;
    }
}
/*
/* NB Fajl:'./components/complex/elements/indicators/carousel-indicators/carousel-arrows-1/carousel-arrows-1.css.'
*/.nb-slider-arrows.nb-slider-arrows-1 .slider-arrow i.nb-arrow-left,
.nb-slider-arrows.nb-slider-arrows-1 .slider-arrow i.nb-arrow-right {
    width: 25px;
    height: 25px;
    border-radius: var(--nb-border-radius-full);
    box-shadow: 0px 0px 4px 0px #0000001A;
    background: var(--nb-color-white);
}
/*
/* NB Fajl:'./components/complex/elements/indicators/carousel-indicators/carousel-indicators/carousel-indicators.css.'
*//* Slider dots */

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

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

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

/* Slider inline indicators */

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

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

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

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

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

/* Vertical indicators */

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

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

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

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

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

/* Absolute bottom left*/

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


/* horizontal scrollbar */

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

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

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

.nb-slider-dots.loader-indicators .slick-active .nb-progress-slider-dot{
    &>span{
        display: none;
    }
    &.paused{
        .nb-icon.bi-play{
            display: flex;
        }
    }
    &:not(.paused) .nb-icon.bi-pause{
        display: flex;
    }
}
/*
/* NB Fajl:'./components/complex/search/search-product-carousel/search-product-carousel-1/search-product-carousel-1.css.'
*/.nb-search-product-carousel-1{

    .nb-title-link-wrapper .title{
        font-size: 12px;
        color: var(--nb-text-color-secondary);
        margin-bottom: 12px;
    }

    .slick-track{
        margin: 0 -2px;
    }

    .nb-slider-item{
        margin: 0 2px;
    }

    .nb-product-card-11{

        .nb-product-size-trigger-offcanvas-1,
        .nb-product-available-colors-count-2,
        .nb-sticker-2-list-wrapper{
            display: none;
        }
    }
}
/*
/* NB Fajl:'./components/core/video/html-video/html-video.css.'
*/.nb-html-video {
    position: relative;
    /*max-width: max-content;*/
    /*max-height: max-content;*/
}

.nb-html-video video {
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.nb-html-video .nb-img-wrapper {
    position: relative;
}

.nb-html-video .nb-img-wrapper img {
    visibility: hidden;
}

.nb-html-video .nb-volume-controls {
    display: block;
    position: absolute;
    right: 100px;
    bottom: 150px;
    width: var(--nb-yt-video-volume-controls-width);
    height: var(--nb-yt-video-volume-controls-height);
    background-color: var(--nb-yt-video-volume-controls-bg);
    border-radius: var(--nb-yt-video-volume-controls-border-radius);
    cursor: pointer;
    z-index: 9;
}

.nb-html-video .nb-volume-controls .nb-icon {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    font-size: var(--nb-yt-video-volume-controls-icon-font-size);
    color: var(--nb-yt-video-volume-controls-color);
    transform: translate(-50%, -50%);
}
/*
/* NB Fajl:'./components/complex/slider/slider-item/slider-item-box-31/slider-item-box-31.css.'
*/:root{
    --nb-slider-item-box-31-title-fs: var(--nb-display-text-l);
    --nb-slider-item-box-31-title-fs-mob: 40px;
    --nb-slider-item-box-31-text-color: var(--nb-color-white);
    --nb-slider-item-box-31-link-fs: 16px;
    --nb-slider-item-box-31-description-fs: 18px;
}
.nb-slider-item-box-31{
    position: relative;
    --nb-dt-rows: auto;
}
.nb-slider-item-box-31 .nb-content-wrapper{
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 24px;
    z-index: 2;
}
.nb-slider-item-box-31 .nb-content-wrapper > a > * + *{
    margin-top: 10px;
}
.nb-slider-item-box-31 .nb-content-wrapper .nb-title{
    font-size: var(--nb-slider-item-box-31-title-fs);
    line-height: 1.2;
    height: calc(var(--nb-dt-rows) * 1.2 * var(--nb-slider-item-box-31-title-fs));
    color: var(--nb-slider-item-box-31-text-color);
    margin-bottom: 10px;
}
.nb-slider-item-box-31 .nb-content-wrapper .nb-slider-item-description{
    font-size: var(--nb-slider-item-box-31-description-fs);
    line-height: 1.2;
    color: var(--nb-slider-item-box-31-text-color);
    margin-bottom: 10px;
}
.nb-slider-item-box-31 .nb-content-wrapper .nb-text-link{
    font-size: var(--nb-slider-item-box-31-link-fs);
    color: var(--nb-slider-item-box-31-text-color);
    position: relative;
}
.nb-slider-item-box-31 .nb-content-wrapper .nb-text-link:after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: var(--nb-slider-item-box-31-text-color);
}
.nb-slider-item-box-31 .nb-content-wrapper .nb-text-link:hover:after{
    display: none;
}
.nb-slider-item-box-31 .nb-content-wrapper .nb-text-link:before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    transform: scaleX(0);
    transform-origin: left;
    height: 1px;
    background: var(--nb-slider-item-box-31-text-color);
    transition: transform .3s ease-in-out;
}
.nb-slider-item-box-31 .nb-content-wrapper .nb-text-link:hover:before{
    transform: scaleX(1);
}

@media screen and (max-width: 1024px) {
    .nb-slider-item-box-31 .nb-content-wrapper .nb-title{
        font-size: var(--nb-slider-item-box-31-title-fs-mob);
    }
    .nb-slider-item-box-31 .nb-content-wrapper{
        padding: 16px;
    }
}
/*
/* NB Fajl:'./components/complex/search/search-banner/search-banner-carousel-2/search-banner-carousel-2.css.'
*/.nb-search-banner-carousel-2{
    margin-top: 20px;

    .title{
        font-size: 12px;
        color: var(--nb-text-color-secondary);
        margin-bottom: 12px;
    }

    .slick-track{
        margin: 0 -2px;
    }
    .nb-slider-item{
        margin: 0 2px;
    }
    .nb-img{
        width: 100%;
    }
}
/*
/* NB Fajl:'./components/core/box/box-with-link-list/box-with-link-list.css.'
*/:root{
    --nb-box-with-link-list-title-font-size: var(--nb-font-size-16);
    --nb-box-with-link-list-title-font-weight: var(--nb-font-semibold);
    --nb-box-with-link-list-title-line-height: 24px;

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

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

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

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

    .nb-box-with-link-list .nb-items-wrapper .nb-slider-item{
        padding: 2px 8px;
        background: var(--nb-color-gray-100);
        border-radius: var(--nb-border-radius-4);
    }
}
/*
/* NB Fajl:'./components/complex/search/search-links/search-links-1/search-links-1.css.'
*/.nb-search-links-1{
    display: flex;
    flex-direction: column;
    gap: 10px;

    .title{
        font-size: 12px;
        color: var(--nb-text-color-secondary);
    }

    .nb-link{
        font-size: 16px;
        line-height: 20px;
        color: var(--nb-text-color-primary);
        position: relative;
        width: fit-content;

        &:before{
            content: '';
            position: absolute;
            left: 0;
            bottom: 0;
            height: 1px;
            width: 0;
            background: var(--nb-text-color-primary);
            transition: width .3s ease-in-out;
        }

        &:hover:before{
            width: 100%;
        }
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .nb-search-suggestions-1 .nb-items-wrapper .nb-custom-text-with-icon-1 {
        padding-left: 0;
    }
}
/*
/* NB Fajl:'./components/complex/search/search-categories/search-categories-3/search-categories-3.css.'
*/.nb-search-categories-3{

    margin-bottom: 20px;

    .title{
        font-size: 12px;
        color: var(--nb-text-color-secondary);
        margin-bottom: 10px;
    }

    .items-wrapper{
        display: flex;
        flex-wrap: nowrap;
        overflow: auto;
        gap: 14px;

        .nb-link{
            font-size: 12px;
            line-height: 20px;
            border: 1px solid var(--nb-border-color);
            border-radius: 4px;
            padding: 0 8px;
        }
        &::-webkit-scrollbar{
            width: 0;
            height: 0;
        }
    }


}
/*
/* NB Fajl:'./components/complex/search/recent-searches/recent-searches-1/recent-searches-1.css.'
*/.nb-recent-searches-1{

    margin-bottom: 20px;

    .title{
        font-size: 12px;
        color: var(--nb-text-color-secondary);
        margin-bottom: 10px;
    }

    .items-wrapper{
        display: flex;
        flex-wrap: nowrap;
        overflow: auto;
        gap: 14px;

        .nb-item{
            font-size: 12px;
            line-height: 20px;
            border: 1px solid #F8F9FA;
            border-radius: 4px;
            padding: 0 8px;
            background: #F8F9FA;
            display: flex;
            gap: 5px;
            align-items: center;

            .nb-icon{
                cursor: pointer;
            }
        }

        &::-webkit-scrollbar{
            width: 0;
            height: 0;
        }
    }
}
/*
/* NB Fajl:'./components/complex/search/search-product-grid/search-product-grid-1/search-product-grid-1.css.'
*/:root {
    --nb-search-product-grid-1-title-font-size: var(--nb-font-size-14);
    --nb-search-product-grid-1-title-font-weight: var(--nb-h3-font-weight);
    --nb-search-product-grid-1-title-line-height: 20px;
    --nb-search-product-grid-1-title-color: var(--nb-h3-color);

    --nb-search-product-grid-1-link-font-size: var(--nb-link-s);
    --nb-search-product-grid-1-link-font-weight: var(--nb-body-font-weight);
    --nb-search-product-grid-1-link-line-height: 20px;
    --nb-search-product-grid-1-link-color: var(--nb-h3-color);
}

.nb-search-product-grid-1 .nb-title-link-wrapper{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 40px;
}

.nb-search-product-grid-1 .nb-title-link-wrapper .nb-title{
    font-size: var(--nb-search-product-grid-1-title-font-size);
    line-height: var(--nb-search-product-grid-1-title-line-height);
    font-weight: var(--nb-search-product-grid-1-title-font-weight);
    color: var(--nb-search-product-grid-1-title-color);
    margin-bottom: 0;
}

.nb-search-product-grid-1 .nb-title-link-wrapper .nb-link{
    font-size: var(--nb-search-product-grid-1-link-font-size);
    line-height: var(--nb-search-product-grid-1-link-line-height);
    font-weight: var(--nb-search-product-grid-1-link-font-weight);
    color: var(--nb-search-product-grid-1-link-color);
    display: block;
    padding: 7px 20px;
    border: var(--nb-border-width) var(--nb-border-style) var(--nb-search-product-grid-1-link-color);
}

.nb-search-product-grid-1 .nb-product-size-bubble-2 .nb-popover-sizing-2 .nb-product-size {
    flex: 0 0 32%;
}

.nb-search-product-grid-1 .nb-product-size-bubble-2 .nb-popover-sizing-2 .nb-product-size .nb-paragraph.nb-paragraph-s {
    font-size: var(--nb-font-size-12);
}

@media screen and (min-width: 1200px) {
    .nb-search-product-grid-1{
        padding-right: 100px;
    }
}

@media screen and (max-width: 992px) {
    .nb-search-product-grid-1 .title-link-wrapper{
        margin-bottom: 15px;
    }

}


/*
/* NB Fajl:'./components/complex/search/search-categories/search-categories-1/search-categories-1.css.'
*/:root {
    --nb-search-categories-1-title-font-size: var(--nb-font-size-14);
    --nb-search-categories-1-title-font-weight: var(--nb-h3-font-weight);
    --nb-search-categories-1-title-line-height: 20px;
    --nb-search-categories-1-title-color: var(--nb-h3-color);
}

.nb-search-categories-1{
    max-height: 350px;
    overflow: auto;
}

.nb-search-categories-1 .nb-no-results-text{
    margin-bottom: 20px;
    font-size: var(--nb-h6-font-size);
    font-weight: var(--nb-h6-font-weight);
}

.nb-search-categories-1 .nb-trending-text{
    margin-bottom: 15px;
    font-size: var(--nb-font-size-14);
    color: var(--nb-text-color-secondary);
}

.nb-search-categories-1 .nb-items-wrapper .nb-slider-item + .nb-slider-item{
    margin-top: 15px;
}


.nb-search-categories-1 > .nb-title{
    font-size: var(--nb-search-categories-1-title-font-size);
    line-height: var(--nb-search-categories-1-title-line-height);
    font-weight: var(--nb-search-categories-1-title-font-weight);
    color: var(--nb-search-categories-1-title-color);
    margin-bottom: 20px;
}

@media screen and (max-width: 992px) {
    .nb-search-categories-1 .nb-items-wrapper .nb-slider-item + .nb-slider-item{
        margin-top: 0;
        margin-left: 10px;
    }

    .nb-search-categories-1 .nb-items-wrapper .nb-slider-item{
        padding: 2px 8px;
        background: var(--nb-color-gray-100);
        border-radius: var(--nb-border-radius-4);
    }
}
/*
/* NB Fajl:'./components/complex/search/search-1/search-1.css.'
*/:root {
    --nb-search-1-border-width: var(--nb-border-width);
    --nb-search-1-border-color: var(--nb-border-color);

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

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

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

html:has(body.open-search),
body.open-search{
    overflow: hidden;
}

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

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

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

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

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

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

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

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

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

/*
/* NB Fajl:'./_blocks/navigation-and-search/search/smart-search/smart-search-2/smart-search-2.css.'
*/.nb-smart-search-2 {
    padding-bottom: 20px;
    .search-content-wrapper{
        display: flex;
        gap: 20px;
    }

    .search-content-wrapper .left-wrapper{
        max-width: 300px;
        flex: 1;
    }
    .search-content-wrapper .right-wrapper{
        flex: 1;
        width: calc(100% - 320px);
    }

    .nb-slider-item-box-31:before{
        content: '';
        position: absolute;
        inset: 0;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
        pointer-events: none;
    }
    .nb-slider-item-box-31 .nb-link:has(.nb-title){
        display: none;
    }
}

@media screen and (max-width: 1024px) {
    .nb-smart-search-2 {
        .search-content-wrapper {
            flex-direction: column-reverse;
        }

        .search-content-wrapper .right-wrapper,
        .search-content-wrapper .left-wrapper{
            width: 100%;
        }
    }
}
/*
/* NB Fajl:'./_blocks/navigation-and-search/search/smart-search/smart-search-modal-3/smart-search-modal-3.css.'
*/body.block-editing .nb-smart-search-modal-3{
    display: block;
    position: relative;
    height: auto;
    min-height: unset;
    overflow: visible;
}

.nb-smart-search-modal-3{

    position: fixed;
    inset: 0 0 auto 0;
    height: 100vh;
    overflow: auto;
    background: var(--nb-color-white);
    z-index: 99999;
    display: none;
    &.active{
        display: block;
    }

    .search-modal-top-content-wrapper{
        display: flex;
        gap: 20px;
        align-items: center;
        padding: 24px 0;
    }

    .search-modal-top-content-wrapper .left-wrapper{
        max-width: 300px;
        flex: 1;
    }
    .search-modal-top-content-wrapper {
        .right-wrapper{
            flex: 1;
            width: calc(100% - 320px);
            display: flex;
            align-items: center;
            gap: 20px   ;

            .nb-btn{
                background: none;
                border: none;
                padding: 0;
                color: var(--nb-text-color-primary);
            }
        }
    }

    .nb-logo{
        max-width: 75px;
    }

    .search-modal-top-content-wrapper .right-wrapper{
        position: relative;

        #search-text{
            padding-left: 45px;
        }
    }
    .search-modal-top-content-wrapper .right-wrapper:before{
        content: '\F52A';
        display: inline-block;
        font-family: bootstrap-icons !important;
        position: absolute;
        left: 15px;
    }
}

@media screen and (max-width: 1024px) {
    .nb-smart-search-modal-3{

        .search-modal-top-content-wrapper .left-wrapper{
            display: none;
        }
        .search-modal-top-content-wrapper .right-wrapper{
            width: 100%;
        }
    }
}
/*
/* NB Fajl:'./_blocks/header-and-footer/footer/ecommerce-footer/ecommerce-footer-10/ecommerce-footer-10.css.'
*/:root {
    --nb-footer-10-bg: var(--nb-color-gray-900);
    --nb-footer-10-color: var(--nb-color-white);
}
.nb-ecommerce-footer-10 {
    background: var(--nb-footer-10-bg);
    padding: 40px 0;

    &>.conteiner-fluid{
        --nb-gutter-x: 48px;
    }

    .nb-footer-wrapper {
        max-width: 375px;
    }

    .nb-footer-payment-cards {
        justify-content: flex-start;
        margin-top: 80px;
        padding: 0;

        .nb-img{
            max-height: 35px;
        }
    }

    .nb-footer-social-networks {

        .nb-footer-social-networks-title {
            display: none;
        }

        .nb-footer-social-networks-wrapper {
            margin-top: 25px;

            .nb-link > * {
                background: transparent;
                color: var(--nb-color-white);
            }
        }
    }

    .nb-menu-links-first-level {
        margin-top: 16px;

        .nb-link {
            color: var(--nb-footer-10-color);
            text-decoration: underline;
        }
    }

    .nb-change-site-instance-link {
        color: var(--nb-footer-10-color);
        margin-top: 25px;
    }

    .nb-change-site-instance-1{
        color: var(--nb-footer-10-color);
        .nb-change-button{
            color: var(--nb-footer-10-color);
        }
    }
}
@media screen and (max-width: 1024px) {
    .nb-ecommerce-footer-10{
        padding: 16px 0;
        --nb-gutter-x: 32px;

        .nb-footer-wrapper{
            max-width: 100%;
            width: 100%;
        }
        .nb-footer-payment-cards{
            margin-top: 50px;
        }
    }
}
/*
/* NB Fajl:'./static/css/nbtemplates/landing-page-tmp-17.css.'
*/body.nbtmp-landing-page-tmp-17:not(.block-editing){
    background-color: var(--nb-color-gray-100);

    .nb-layout-with-line:last-of-type{
        margin-bottom: 50px;
    }
    .nb-layout-with-line:first-of-type{
        margin-top: 50px;
    }
}
/*
/* NB Fajl:'./nbthemes/nbshop_vans/css/nb7.custom.css.'
*/:root{
    --nb-cont-fluid-padding: 24px;
    --nb-container-padding: 16px;
}
/* Change font */
.nb-grid-banner-24 .nb-title,
.nb-product-category-cover-image-box-1 .nb-content-wrapper .nb-title,
.nb-cookie-consent-2 .title,
.nb-slider-item-box-31 .nb-content-wrapper .nb-title{
    font-family: var(--nb-body-font-family-secondary);
}

/* letter spacing */
.nb-grid-banner-24 .nb-title,
.nb-product-category-cover-image-box-1 .nb-content-wrapper .nb-title,
.nb-slider-item-box-31 .nb-content-wrapper .nb-title{
    letter-spacing: -1px;
}

/* Container fluid padding */
.container-fluid{
    padding-left: var(--nb-cont-fluid-padding);
    padding-right: var(--nb-cont-fluid-padding);
}
/* */
.form-floating>.form-control-plaintext~label, .form-floating>.form-control:focus~label, .form-floating>.form-control:not(:placeholder-shown)~label, .form-floating>.form-select~label{
    opacity: 1;
    transform: scale(1) translateY(-.5rem);
}
.nb-show-hide-password{
    display: block;
    bottom: 10px;
}
/* Hover rotate */
.nb-horizontal-image-with-text-editor-1 .nb-html-editor p > a,
.nb-logo .nb-img{
    transition: .3s ease-in-out;
    display: inline-block;
    width: fit-content;

    &:hover{
        transition: .3s ease-in-out;
        transform: rotateZ(-2deg);
        display: inline-block;
        width: fit-content;
    }
}
.nb-vertical-navigation-offcanvas-1 .nb-link span{
    transition: transform .3s ease-in-out;
    display: inline-block;
    width: fit-content;

    &:before{
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 0;
        height: 1px;
        background: var(--nb-color-white);
        transition: width .3s ease-in-out;
    }
}
.nb-vertical-navigation-offcanvas-1 .nb-link:hover span{
    transition: .3s ease-in-out;
    transform: rotateZ(-6deg);
    display: inline-block;
    width: fit-content;
    &:before{
        width: 100%;
    }
}

/* Home */
.nb-carousel-banner-24 .nb-slider-item-box-31 .nb-content-wrapper .nb-text-link{
    font-size: 20px;
}
.nb-carousel-banner-24 .nb-slider-arrows{
    opacity: 0;
    transition: .3s ease-in-out;
}
.nb-carousel-banner-24:hover .nb-slider-arrows{
    opacity: 1;

    .slider-arrow{
        transition: .3s ease-in-out;
        &:hover{
            background: var(--nb-color-gray-900);
        }
    }
}
.nb-dynamic-carousel-banner-1,
.nb-carousel-banner-25 {
    .nb-slider-item-box-31 {
        overflow: hidden;
        &:before {
            z-index: 1;
        }
    }
    .nb-slider-item-box-31 .nb-slider-item-image {
        transition: transform .3s ease;
    }

    .nb-slider-item-box-31:hover{
        &:before{
            z-index: 1;
        }
        .nb-slider-item-image{
            transform: scale(1.05) rotate(1deg);
        }
    }
}
/* Footer */
.nb-footer-social-networks-wrapper .nb-link:hover > * {
        background: var(--nb-color-gray-700) !important;
}
.nb-ecommerce-footer-10 .nb-change-site-instance-link:hover {
    text-decoration: underline;
}
.nb-ecommerce-footer-10 .nb-footer-copyright{
    text-align: left;
    padding-bottom: 0;
}

/* Newsletter */
.nb-newsletter-form-popup-5-block .nb-newsletter-title{
    font-weight: var(--nb-font-medium);
}

/* Login */
.nb-login-form-3 .nb-create-account{
    font-size: 16px;
}
.nb-login-form-3 .nb-login-trouble{
    text-decoration: underline;
    font-size: 12px;
}
.nb-general-account-form-offcanvas-1 .nb-offcanvas-title .title{
    opacity: 0;
}
.nb-logged-user-1 .nb-logout{
    border-width: 2px;
}
/* Mini cart */
.nb-total-saving-amount-1 .description{
    color: var(--nb-color-gray-700);
}

/* Product listing */
.nb-product-listing-options-and-category-heading-1 .nb-wrapper .nb-product-category-headline-1 .nb-title{
    font-size: 24px;
    font-weight: var(--nb-font-regular);
}
.nb-product-listing-options-and-category-heading-1 .nb-wrapper{
    padding-bottom: 0;
    border-bottom: none;
}
.nb-product-listing .nb-breadcrumb-item:first-child a{
    text-decoration: underline;
    text-underline-offset: 3px;
}
.nb-product-listing-options-and-category-heading-1 .nb-main-wrapper{
    gap: 10px;
}
.nb-products-list-grid{
    gap: 16px 8px;
}
.layout:has(.nb-product-listing-options-and-category-heading-1){
    margin-bottom: 15px !important;
}
.nb-product-card-11 {
    .nb-product-short-name,
    .nb-product-available-colors-count-2{
        color: var(--nb-color-gray-600);
    }
    .nb-product-prices-9{
        gap: 8px;
    }
}
.nb-product-filter-category-attribute-vertical-1{
    .nb-accordion.nb-accordion-2 .nb-accordion-button{
        font-weight: var(--nb-font-medium);
    }
    .nb-label{
        color: var(--nb-color-gray-900);
        font-size: 16px;
    }
    .nb-filter-attributes-2 .nb-filter-attributes-wrapper{
        opacity: 1;
    }
    .nb-form-radio-button .nb-label, .nb-form-check .nb-label{
        margin-left: 8px;
    }
}
.nb-product-category-cover-image-box-1 .nb-content-wrapper .nb-title{
    font-size: 32px;
    font-weight: var(--nb-font-bold);
}
.nb-product-load-more-2{
    margin-top: 50px;
}
.nb-product-category-description-1{
    h2{
        font-size: 20px;
        line-height: 24px;
        font-weight: var(--nb-font-medium);
        margin-bottom: 10px;
    }
    p{
        font-size: 12px;
        line-height: 15px;
    }
}
body:not(.block-editing) .layout:has(.block.nb-product-listing-options-and-category-heading-1.fixed){
    position: fixed;
    top: 0;
    z-index: 99999;
    background: var(--nb-color-white);
    margin: 0 !important;
    padding-top: 10px;
    padding-bottom: 10px;

    &>.nb-product-category-breadcrumbs-inline-1{
        display: none;
    }
}
.nb-sort-2{
    .nb-form-radio-button, .nb-form-check{
        margin-bottom: 3px;
    }
}
.nb-product-filter-category-attribute-vertical-1{
    .nb-form-check:not(.nb-form-radio-button) .nb-label{
        top: 1px;
    }
}
/* Quick shop */
.nb-quick-purchase-offcanvas-1 .nb-offcanvas-body .nb-size-value{
    &.active > *,
    &.active{
        background: var(--nb-color-gray-900);
    }
}
.nb-quick-purchase-offcanvas-1 .nb-offcanvas-header{
    padding: 23px 24px;
}
.nb-quick-purchase-offcanvas-1 .nb-offcanvas-header .nb-title{
    font-size: 20px;
    line-height: 25px;
    font-weight: var(--nb-font-medium);
}
/* Product Detail */
.nb-product-detail-info-with-cta-8 {
    .nb-list-breadcrumbs-wrapper {
        .nb-sticker-2 {
            color: var(--nb-color-brown);
            font-size: 12px;
            font-weight: var(--nb-font-medium);
        }
    }
    .nb-product-name .nb-title{
        font-size: 20px;
        font-weight: var(--nb-font-medium);
    }
    .nb-product-short-name{
        color: var(--nb-color-gray-600);
    }
    .nb-product-prices-9,
    .nb-product-prices-9 .product-discount-4,
    .nb-product-prices-9 > *.nb-price{
        font-size: 16px;
        color: var(--nb-color-gray-700);

        &.product-discount-4,
        &.nb-price-prev + .nb-price-active{
            font-weight: var(--nb-font-regular);
        }
    }
    .nb-product-prices-9{
        gap: 8px;
    }
    .nb-product-prices-9 .nb-price.nb-price-active{
        color: var(--nb-text-color-primary);
    }
    .nb-product-related-image-list-2 .nb-product-related-image-1,
    .nb-product-related-image-list-2 .nb-img-wrapper{
        border-radius: 5px;
        overflow: hidden;
    }
    .nb-product-related-image-list-2{
        margin-bottom: 24px;
    }
    button.nb-product-size-trigger-offcanvas-1 .size{
        color: var(--nb-color-gray-700);
    }
    button.nb-product-size-trigger-offcanvas-1 .label{
        font-weight: var(--nb-font-medium);
    }
}
.nb-additional-product-info-displays-accordion-1{
    padding-right: 40px;
}
.similar-product-list-carousel-2,
.nb-custom-product-list-carousel-1,
.nb-complete-the-look-product-list-carousel-1{
    .nb-slider{
        margin: 0 calc(-1 * var(--nb-cont-fluid-padding));
    }
    .nb-slider-init{
        margin: 0 !important;
    }
}
.similar-product-list-carousel-2 .nb-heading-with-icon-1 .nb-title,
.nb-complete-the-look-product-list-carousel-1 .nb-heading-with-subheading .nb-title{
    font-size: 20px;
    font-weight: var(--nb-font-regular);
    .nb-icon{
        display: none;
    }
}
.nb-product-detail-gallery-carousel-3{
    --nb-gutter-x: 5px;
    --nb-gutter-y: 5px;
    --nb-slider-margin-x: 2px;

    .nb-product-content-position-1{
        display: none;
    }
}
.similar-product-list-carousel-2,
.nb-custom-product-list-carousel-1,
.nb-complete-the-look-product-list-carousel-1{
    --nb-slider-margin-x: 2px;
}
.nb-rating-box-1 {
    .description {
        font-size: 12px;
        font-weight: var(--nb-font-regular);
    }

    .title {
        font-size: 16px;
        font-weight: var(--nb-font-regular);
    }
    .nb-rating-show-with-count-of-reviews .nb-rating-show-stars-active .nb-icon{
        color: #7F593B;
    }
}
.nb-review-list-product-detail-1{
    .nb-heading-with-subheading .nb-title{
        font-size: 32px;
        font-weight: var(--nb-font-bold);
        text-align: center;
    }

    .nb-rating-show-stars-active .nb-icon{
        color: #7F593B;
    }
}
.nb-review-form-modal-1{
    .nb-modal .nb-modal-header{
        border-bottom: none;
    }
    .nb-modal-body{
        padding: 16px 32px 32px;
    }
    .nb-modal-title{
        font-size: 24px;
    }
    .nb-review-product-category{
        color: var(--nb-color-gray-700);
    }
    .nb-rating-show-stars-active .nb-icon{
        color: #7F593B;
    }
    .nb-review-product-form .nb-btn{
        width: fit-content;
        margin: auto;
    }
    .nb-review-product-form .nb-paragraph{
        display: none;
    }
}
.nb-product-box-detail-floater-6{
    padding: 10px 0;
    .nb-product-code{
        display: none;
    }
}
.nb-btn.nb-add-to-cart .nb-icon{
    display: none;
}
.layout:has(.nb-comment-rating-product-detail-2){
    padding-top: 50px;
    border-top: 1px solid var(--nb-border-color);
}
/* Heading on pages */
body:has(.nb-vertical-navigation-accordion-1) .page-headline-1 .nb-title,
.category-detail-heading .nb-title{
    font-size: 24px;
    line-height: 30px;
    font-weight: var(--nb-font-regular);
}
body:has(.nb-profile-menu-5) .page-headline-1 .nb-title{
    font-size: 32px;
    font-weight: var(--nb-font-bold);
}
/* Size guide */
.nb-article-list-accordion-3 {
    .nb-accordion.nb-accordion-2 .nb-accordion-button {
        font-size: 16px;
        font-weight: var(--nb-font-regular);
        color: var(--nb-color-gray-800);
    }
}
.nb-form-switch:has(.nb-switch.nb-switch-3){
    .nb-label{
        text-transform: lowercase;
    }
}
.nb-subcategory-tabs-with-article-list-accordion-1{
    th{
        background: var(--nb-color-black);
        color: var(--nb-color-white);
        font-size: 12px;
        font-weight: var(--nb-font-regular);
    }
    td{
        font-size: 12px;
    }
    tbody > tr:nth-child(2n) td{
        background: var(--nb-color-gray-200);
    }
    .nb-accordion .nb-accordion-item{
        padding-right: 10px;
    }
}
/* Article Detail */
.nb-article-detail-heading-2 .nb-title{
    font-size: 64px;
    line-height: 68px;
}
.category-and-date-wrapper .nb-date{
    font-size: 18px;
    color: var(--nb-color-gray-900);
    font-weight: var(--nb-font-medium);
}
.nb-article-card-6 .nb-card .nb-card-body{
    display: flex;
    flex-direction: column;
    gap: 3px;

    .nb-article-category{
        order: 1;
    }
    a:has(.nb-article-name){order: 2;} .nb-article-short-description{order: 4;} .nb-article-date{order: 3;} .nb-article-link{order: 5;}
}
.nb-article-list-grid-6{
    --nb-gutter-x: 8px;
}
.nb-article-list-grid-6 > .btn-wrapper{
    margin-top: 20px;
    text-align: center;
}
/* Help Page*/
.nb-grid-banner-23 .nb-heading-with-subheading .nb-title{
    font-size: 20px;
    font-weight: var(--nb-font-regular);
}
.nb-box-29{
    border-top-width: 3px !important;
}
/* Contact */
body:has(.contact-form-1) .nb-grid-banner-23 .nb-heading-with-subheading .nb-title{
    font-size: 40px;
    font-weight: var(--nb-font-bold);
}
.contact-form-1 .block-heading-with-subheading .nb-title{
    font-size: 20px;
    font-weight: var(--nb-font-regular);
}
.contact-form-1 .nb-form .nb-btn{
    min-width: 355px;
}

body:has(.nb-vertical-navigation-accordion-1) .layout:has(.page-headline-1){
    margin-bottom: 60px;
}
/* Order list */
.nb-user-order-list-2 .nb-heading-with-subheading .nb-title{
    font-size: 20px;
    font-weight: var(--nb-font-regular);
}

.nb-user-order-list-2{
    .nb-tab-link-3 .nb-link-with-icon-1 .nb-link{
        font-size: 16px;
        font-weight: var(--nb-font-bold);
    }
    .nb-link-with-icon-1 .nb-icon{
        display: none;
    }

    .nb-order-card-1{
        background: var(--nb-color-white);
        border-radius: 0;

        .nb-card-header{
            background: var(--nb-color-white);
        }
        .nb-custom-text-with-icon-3 .nb-icon{
            display: none;
        }

        .nb-btn{
            border-width: 2px;
        }
        .nb-custom-text-with-icon-3 .nb-span-wrapper .nb-second-span{
            font-weight: var(--nb-font-medium);
        }
    }
}
.nb-user-order-tracking-1{
    > .nb-title{
        text-align: center;
        font-size: 24px;
        margin-bottom: 20px;
    }
    .nb-custom-text-with-icon-3 .nb-icon{
        display: none;
    }
    .nb-custom-text-with-icon-3 .nb-icon{
        display: none;
    }
    .nb-custom-text-with-icon-3 .nb-span-wrapper .nb-second-span{
        font-weight: var(--nb-font-medium);
    }
}
.nb-user-order-detail-1{
    .nb-order-box-2{
        border-radius: 0;
    }
    .nb-btn{
        border-width: 2px;
    }
    .nb-paragraph:has(.nb-choosed-size){
        font-size: 16px;
        color: var(--nb-color-gray-600);
        font-weight: var(--nb-font-regular);
    }
    .nb-order-card-2{
        border-radius: 0;
    }
}
.nb-user-address-list-1{
    .nb-user-shipment-location-card-1{
        border-radius: 0;

        .nb-card-header{
            background: var(--nb-color-white);
        }
    }
    .nb-title{
        font-size: 20px;
        font-weight: var(--nb-font-medium);
    }
    .nb-sub-heading{
        display: none;
    }
}
.nb-user-address-form-1 {
    .nb-heading-with-subheading{
        margin-bottom: 10px;

        .nb-title{
            font-size: 20px;
            font-weight: var(--nb-font-medium);
        }
        .nb-sub-heading{
            display: none;
        }
    }
}
.nb-pagination .nb-page-item .nb-page-link{
    border-color: var(--nb-color-black);
}
.nb-pagination .nb-page-item .nb-page-link:hover{
    border-width: 2px;
}
.nb-pagination .nb-page-item .nb-page-link:has(.nb-icon){
    border-width: 0;
}

/* Reset password */
.nb-reset-password-form-2 .nb-form {
    .nb-btn-wrapper{
        > *{
            flex: unset;
            text-transform: unset;

            &.nb-btn-secondary{
                border: 1px solid var(--nb-color-black);
                color: var(--nb-color-black);
                background: var(--nb-color-white);

                &:hover{
                    background: var(--nb-color-black);
                    color: var(--nb-color-white);
                }
            }
        }
    }
}
/* Landing page */
.nb-horizontal-image-with-text-editor-1 {
    .nb-html-editor p {
        font-weight: var(--nb-font-medium);
        color: var(--nb-color-brown);
    }
    .nb-html-editor p > a {
        font-size: 32px;
        line-height: 34px;
        font-weight: var(--nb-font-bold);
        color: var(--nb-color-black);
        font-family: var(--nb-body-font-family-secondary);

        &:hover {
            color: var(--nb-color-black);
            text-decoration: underline;
            text-underline-offset: 3px;
        }
    }
}
.nb-horizontal-image-with-content-1 .nb-paragraph{
    font-size: 12px;
}
.nb-single-banner-11 .title{
    font-size: 100px;
}
.nb-grid-banner-24 .nb-slider-description{
    font-style: italic;
    font-size: 16px;
}
.nb-horizontal-navigation-floating-1,
.nb-grid-banner-26 .nb-heading-with-subheading .nb-title,
.nb-grid-banner-25 .nb-heading-with-subheading .nb-title{
    background: #BBDF32;
}
.layout.layout100percent:has(.nb-grid-banner-24,.nb-grid-banner-25) {
    background-image: url('../../../static/images/vans/vans-bg-image-2.png');
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-color: transparent !important;
}
.nb-slider-item-box-36{
    background-image: url('../../../static/images/vans/vans-card-bg.png');
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100% 100%;
}
.layout.layout100percent:has(.nb-single-banner-2 + .nb-text-editor-1) {
    background-image: url('../../../static/images/vans/vans-bg-image-1.png');
    background-repeat: repeat;
    background-position: bottom;
}
.layout.layout100percent:has(.nb-grid-banner-26) {
    background-image: url('../../../static/images/vans/vans-bg-image-1.png');
    background-repeat: repeat;
    background-position: bottom;
}
.nb-grid-banner-25 .nb-heading-with-subheading .nb-title,
.nb-grid-banner-25 .nb-heading-with-subheading .nb-title *,
.nb-grid-banner-26 .nb-heading-with-subheading .nb-title{
    color: var(--nb-color-black);
}
.nb-horizontal-navigation-floating-1 .nb-menu-links-first-level .nb-link{
    color: var(--nb-color-black);
    font-weight: var(--nb-font-bold);
}
.nbtmp-landing-page-tmp-17{
    background-image: url('../../../static/images/vans/vans-landing-bg.png');
    background-repeat: repeat;
    background-position: top;
    background-attachment: fixed;
    .nb-layout-with-line .layout-title{
        color: var(--nb-color-black);
    }
}
/* System pages */
.error-page-block{
    border-radius: 0;
    border-width: 0;
}
.sales-list-v1 {
    .heading-date-badge-content .nb-info-badge-wrapper .nb-badge{
        color: var(--nb-color-white);
    }
    .heading-date-badge-content .nb-text-wrapper .nb-btn:hover{
        text-decoration: underline;
        text-underline-offset: 3px;
    }
}
.poll-list-v1{
    .heading-date-badge-content{
        padding-bottom: 0;
        border-bottom: none;
    }
    .heading-date-badge-content .nb-text-wrapper .nb-btn:hover{
        text-decoration: underline;
        text-underline-offset: 3px;
    }
}
.nb-order-status-history-box-1 .nb-custom-text-with-icon-1 .custom-text,
.nb-order-delivery-information-overview .nb-custom-text-with-icon-1 .custom-text{
    font-weight: var(--nb-font-medium);
}
.nb-order-tracking-status-history-1,
.nb-order-tracking-item-list-1{
    .nb-accordion-body{
        padding: 16px 24px !important;
    }
}
.nb-order-tracking-status-history-1 .nb-title,
.nb-order-tracking-item-list-1 .nb-title{
    font-weight: var(--nb-font-medium);
}
/* --- */
.nb-newsletter-form-popup-5 {
    .nb-form-group:not(:last-child) {
        margin-bottom: 24px;
    }
}
.nb-cookie-popup-1 .nb-modal-body{
    padding: 17px 30px 30px;

    .nb-cookie-accept-everything-btn{
        margin-top: 40px;
    }
}
/* --- */
.nb-similar-article-grid-1{
    --nb-gutter-x: 8px;
}
/*Search*/
.nb-smart-search-2{
    .title{
        color: var(--nb-color-gray-700) !important;
    }
    .nb-search-categories-3 .items-wrapper .nb-link{
        background: var(--nb-color-gray-100);
        border: none;
        color: var(--nb-color-gray-900);
        font-weight: var(--nb-font-medium);
        border-radius: 2px;
        font-size: 16px;
        line-height: 36px;
        padding: 0 16px;
    }
    .nb-recent-searches-1 .items-wrapper .nb-item{
        background: transparent;
        border: none;
        color: var(--nb-color-gray-900);
        font-weight: var(--nb-font-medium);
        border-radius: 2px;
        font-size: 16px;
        padding: 0;
    }
}
#search-text{
    background: var(--nb-color-gray-100);
    border: none;
}
.nb-footer-payment-cards{
    justify-content: space-around !important;
    & > .nb-img-wrapper:has(img[src*="intesa"]){
        width: 100%;
        text-align: center;
        .nb-img{
            max-height: 50px;
        }
    }
}

@media screen and (min-width: 1024px) {
    /* Product listing */
    .layout:has(>.nb-product-filter-category-attribute-vertical-1){
        height: fit-content;
        position: sticky;
        top: 100px;
        max-height: calc(100vh - 100px);
        overflow: auto;

        &::-webkit-scrollbar {
            width: 6px
        }
        &::-webkit-scrollbar-track {
            background: #f0f0f0;
        }
        &::-webkit-scrollbar-thumb {
            background-color: #aaa;
            border-radius: 3px;
        }
        &::-webkit-scrollbar-thumb:hover {
            background-color: #888;
        }
    }
    /* Size guide */
    .nb-vertical-navigation-accordion-1{
        margin-right: 15px;
    }
    /* Landing Page */
    .nb-single-banner-11 .title{
        font-size: 50px;
    }
}
@media screen and (max-width: 1024px) {
    /* Product listing */
    .layout > .nb-product-filter-category-attribute-vertical-1{
        position: fixed;
        inset: 0;
        background: var(--nb-color-white);
        z-index: 99999;
        padding: 20px 15px;
        display: none;
        overflow: auto;
    }
    .layout > .nb-product-filter-category-attribute-vertical-1.active{
        display: block;
    }
    .layout > .nb-product-filter-category-attribute-vertical-1 .nb-filter-close{
        display: block;
        position: absolute;
        right: 15px;
        top: 15px;
        font-size: 30px;
    }
    .nb-product-filters-control-2,
    .layout > .nb-product-filter-category-attribute-vertical-1 .nb-filter-close {
        display: block;
    }
    .layout > .nb-product-filter-category-attribute-vertical-1:has(.nb-mobile-title-wrapper .nb-title) {
        padding-top: 15px;
    }
    .layout > .nb-product-filter-category-attribute-vertical-1:has(.nb-mobile-title-wrapper .nb-title) .nb-filter-close {
        top: 10px;
    }
    .nb-product-filter-category-attribute-vertical-1 .nb-mobile-title-wrapper:has(.nb-title) {
        display: flex;
        justify-content: flex-start;
        border-bottom: var(--nb-border-width) var(--nb-border-style) var(--nb-border-color);
        padding-bottom: 15px;
        padding-left: 20px;
        margin: 0 -15px 15px;
    }
    .nb-product-filter-category-attribute-vertical-1 .nb-mobile-title-wrapper .nb-title{
        display: block;
        font-size: 16px;
        font-weight: var(--nb-font-medium);
        text-align: left;
    }
    .nb-product-listing-options-and-category-heading-1 .nb-main-wrapper{
        flex-direction: row;
        justify-content: space-between;
    }
    .nb-product-listing-options-and-category-heading-1 .nb-wrapper{
        gap: 10px;
        flex-direction: column;
    }

    /*  Product detail  */
    .nb-review-list-product-detail-1{
        .nb-heading-with-subheading .nb-title{
            font-size: 20px;
        }
    }
}

@media screen and (max-width: 992px) {
    /* Product listing */
    .nb-product-filters-control-3{
        top: 10px;
    }
    /*  Product detail  */
    .nb-additional-product-info-displays-accordion-1{
        padding-left: 0;
        padding-right: 0;
    }
    /* Article Detail */
    .nb-article-detail-heading-2 .nb-title{
        font-size: 38px;
        line-height: 42px;
    }
    .category-and-date-wrapper{
        margin-top: 16px;
    }
    .article-detail-content{
        font-size: 12px;
    }
}
@media screen and (max-width: 768px) {
    .product-detail-gallery-carousel-3 .slick-track{
        margin: 0 -8px !important;
    }
    .nb-horizontal-navigation-floating-1{
        .nb-menu-links-first-level{
            padding-top: 55px;
            background: #41AD49;

            .nb-link{
                color: var(--nb-color-white);
            }
        }
        .nb-close-menu{
            top: 20px !important;
            right: 20px !important;
            &:before{
                border: 1px solid var(--nb-color-white);
            }
        }
        .nb-open-menu{
            color: var(--nb-color-black);
            font-size: 30px;
        }
    }
    .nb-horizontal-navigation-floating-1:has(.nb-menu-links-first-level.active) .nb-close-menu{
        color: var(--nb-color-white);
    }
    .nb-horizontal-image-with-text-editor-1 {
        .nb-html-editor p{
            margin-bottom: 5px;
        }
        .nb-html-editor p > a {
            font-size: 24px;
            line-height: 30px;
        }
    }
    .nb-horizontal-image-with-content-1 .nb-img-wrapper{
        margin: 0 calc(-1 * var(--nb-cont-fluid-padding));
    }
    body:has(.nb-vertical-navigation-accordion-1) .layout:has(.page-headline-1){
        margin-bottom: 24px;
    }
}
@media screen and (max-width: 576px) {
    :root{
        --nb-cont-fluid-padding: 16px;
    }
    .container{
        padding-left: var(--nb-container-padding);
        padding-right: var(--nb-container-padding);
    }
    /* Home */
    .nb-carousel-banner-24 .nb-slider-item-box-31:after{
        background: linear-gradient(180deg, rgba(42, 42, 42, 0) 15%, #2A2A2A 150%);
    }
    /* Footer */
    .nb-footer-payment-cards .nb-img{
        max-height: 30px;
    }
    /* Product listing */
    .nb-products-list-grid{
        margin: 0 calc(-1 * var(--nb-cont-fluid-padding));
        gap: 8px 5px;
    }
    .nb-product-listing .nb-breadcrumb-wrapper{
        display: block;
    }
    .layout:has(.nb-product-listing-options-and-category-heading-1){
        margin-bottom: 5px !important;
    }
    .nb-product-load-more-2 .nb-btn {
        min-width: 125px;
        width: auto;
    }
    .nb-product-category-breadcrumbs-inline-1 .nb-breadcrumb{
        margin-bottom: 0;
    }
    .nb-product-listing-options-and-category-heading-1 .nb-wrapper .nb-product-category-headline-1 .nb-title{
        font-size: 20px;
    }
    .nb-product-card-11{
        .nb-card.nb-product-card .card-body.nb-card-body.nb-product-card-body > * + *{
            margin-top: 5px;
        }
        .nb-product-prices-9{
            gap: 4px 8px;
            flex-direction: column;
            align-items: flex-start;
        }
    }
    body:not(.block-editing) .layout:has(.block.nb-product-listing-options-and-category-heading-1.fixed){
        padding-top: 0;
    }
    /* Heading on pages */
    body:has(.nb-vertical-navigation-accordion-1) .page-headline-1 .nb-title,
    .category-detail-heading .nb-title{
        font-size: 20px;
    }
    body:has(.nb-profile-menu-5) .page-headline-1 .nb-title{
        font-size: 24px;
    }
    /* Contact */
    body:has(.contact-form-1){
        .nb-grid-banner-23 .nb-heading-with-subheading .nb-title{
            font-size: 32px;
        }
    }
    .contact-form-1 .nb-form .nb-btn{
        min-width: 100%;
    }
    .layout:has(.page-headline-1, .category-detail-heading){
        margin-bottom: 20px !important;
    }
    /* Breadcrumbs mobile */
    body:has(.page-headline-1, .category-detail-heading){
        .nb-breadcrumb-wrapper{
            display: none;
        }
    }

    /* Reset password */
    .nb-reset-password-form-2 .nb-form {
        .nb-btn-wrapper{
            flex-direction: column;
            gap: 10px;
        }
    }

    .nb-cookie-popup-1 .nb-modal-body{
        padding: 15px 20px 20px;

        .nb-close-modal-btn{
            margin-bottom: 30px;
        }
    }
    .nb-article-list-accordion-3 .nb-form-switch{
        margin-top: 0;
    }
    /* Product detail */
    .nb-product-detail-info-with-cta-8{
        .nb-product-prices-9{
            margin-bottom: 25px;
        }
    }
    .layout:has(.layout .nb-product-additional-info-display-accordion-1){
        margin-bottom: 20px;
    }
    /* ---*/
    .nb-article-card-6{
        --nb-dt-rows: 2;
    }
    .nb-similar-article-grid-1 .nb-article-card-6 .nb-article-short-description{
        display: none;
    }

    .layout:has(.nb-grid-banner-23 + .nb-grid-banner-23){
        margin-top: 0;
    }
    .nb-grid-banner-23{
        --nb-gutter-y: 8px;
    }
    .nb-category-list-grid-5{
        --nb-gutter-x: 8px;
        --nb-gutter-y: 8px;
    }
        /*Search*/
    .nb-search-banner-carousel-2,
    .nb-search-product-carousel-1{
        .nb-slider-init{
            margin: 0 -16px;
        }
    }
        /* Transparent header on product detail */
    body:not(.block-editing):has(.nb-product-detail-gallery-carousel-3) .nb-ecommerce-header-10.nb-transparent.active{
        background: var(--nb-color-white);
    }
    body:not(.block-editing):has(.nb-product-detail-gallery-carousel-3) .nb-ecommerce-header-10.nb-transparent:not(.active) .nb-icon{
        color: var(--nb-color-black);
    }
    body:not(.block-editing):has(.nb-product-detail-gallery-carousel-3) .nb-ecommerce-header-10.nb-transparent:not(.active) .nb-logo .nb-img{
        filter: none;
    }

}
/* Checkout */
.nb-step-basket.nb-step-basket-2 .nb-step-title{
    font-weight: var(--nb-font-medium);
}
.nb-step-basket.nb-step-basket-2.active .nb-icon.active-step-icon{
    bottom: -11px;
}
.order-payment-information-overview-2.block,
.nb-order-item-list-3.block, .order-information-overview-2.block,
.nb-pre-confirmation-checkout-overview-2,
.nb-cart-address-form-3,
.nb-delivery-method-options-list-2,.nb-payment-method-options-list-2,
.nb-cart-summary-4 .nb-footer-wrapper,
.nb-checkout-code-selection-accordion-list-1 .nb-accordion.nb-accordion-4 .nb-accordion-button, .nb-checkout-code-selection-accordion-list-1 .nb-accordion.nb-accordion-4 .nb-accordion-button.collapsed,
.nb-checkout-code-selection-accordion-list-1 .nb-accordion.nb-accordion-4 .nb-accordion-body,
.nb-cart-summary-4 .nb-header-wrapper,
.nb-cart-product-items-3.block{
    padding: 0;
    background-color: transparent;
}
.nb-order-item-box-3,
.nb-cart-product-item-4{
    padding: 16px 0;
    margin-bottom: 0 !important;
    border-bottom: 1px solid var(--nb-border-color);

    .nb-discount-product-wrapper{
        top: 0;
        left: 0;
    }
    .nb-order-item-discount,
    .nb-cart-item-discount{
        background-color: var(--nb-color-red);
    }

    .nb-size-wrapper, .nb-product-code, .nb-size-wrapper .nb-order-item-size, .nb-product-code .nb-product-code-id,
    .nb-cart-item-size, .nb-cart-item-code, .nb-cart-item-code, .nb-cart-item-code .nb-cart-item-code-value{
        font-size: 12px;
        font-weight: var(--nb-font-regular);
    }
    .nb-cart-item-change-size-1 .nb-cart-item-change-size-text{
        font-size: 16px;
        text-decoration: none;
        &:hover{
            text-decoration: underline;
        }
    }
}
.nb-cart-heading-1{
    padding-bottom: 16px;
    border-bottom: 1px solid var(--nb-border-color);
    margin-bottom: 0 !important;
    .nb-title{
        font-size: 20px;
        font-weight: var(--nb-font-regular);
    }
}
.nb-cart-based-recommender-carousel-1 .nb-cart-heading-1{
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 16px !important;
}
.nb-cart-based-recommender-carousel-1 .nb-product-card-11{
    .nb-product-available-colors-count-2,
    .nb-sticker-2-list-wrapper{
        display: none;
    }
}
.nb-cart-summary-4 .nb-body-wrapper{
    border: 1px solid var(--nb-color-gray-600);
    top: -1px;
    position: relative;
}
.nb-cart-summary-4 .nb-antispam-recaptcha-google{
    margin: 10px 0;
}
.nb-quantity-cart-4 .nb-quantity-arrows.nb-minus{
    border-right: 1px solid var(--nb-color-gray-600);
}
.nb-quantity-cart-4 .nb-quantity-arrows.nb-plus{
    border-left: 1px solid var(--nb-color-gray-600);
}
.nb-cart-summary-4 .nb-text-wrapper .nb-price-value,
.nb-cart-summary-4 .nb-body-wrapper .nb-text-wrapper .nb-paragraph{
    font-size: 16px;
    font-weight: var(--nb-font-regular);
    color: var(--nb-color-black);
}
.nb-cart-summary-4 .nb-body-wrapper .nb-text-wrapper .nb-total-label{
    font-weight: var(--nb-font-bold);
}
.nb-cart-summary-4 .nb-text-wrapper .nb-price-with-taxes .nb-price-value{
    font-size: 20px;
}
.nb-cart-total-2 .nb-cart-payment-in-installments-1{
    font-size: 12px;
    font-style: normal;
    margin-bottom: 0;
    color: var(--nb-color-gray-800);
}
.nb-cart-total-2 .nb-antispam-select{
    margin-top: 5px;
}
.nb-checkout-code-selection-accordion-list-1{
    padding-top: 16px;
    margin-top: 20px;
    border-top: 1px solid var(--nb-border-color);

    .nb-accordion.nb-accordion-4 .nb-accordion-collapse.collapsing, .nb-accordion.nb-accordion-4 .nb-accordion-collapse.show{
        border-top: none;
    }
    .nb-action-loyalty-form .nb-loyalty-title{
        display: none;
    }
    .nb-header-wrapper .nb-title{
        font-size: 14px;
        font-weight: var(--nb-font-medium);
    }
    .nb-accordion-button .nb-header-wrapper .nb-text-wrapper .nb-description{
        font-size: 12px;
        font-weight: var(--nb-font-regular);
    }
    .nb-accordion.nb-accordion-4 .accordion-button .nb-toggle-icon{
        right: 0;
    }
    .nb-action-loyalty-2 .nb-login-or-register-2 .nb-btn-wrapper .nb-btn{
        font-weight: var(--nb-font-regular);
        border-color: var(--nb-color-gray-800);
    }
    .nb-action-loyalty-form .nb-form-wrapper{
        flex-direction: column;
        .nb-btn{
            width: 100%;
            margin-left: 0;
            margin-top: 10px;
            max-width: unset;
            background-color: var(--nb-color-gray-300);
            color: var(--nb-color-gray-700);
            border-color: var(--nb-color-gray-300);
            &:hover{
                background-color: var(--nb-color-white);
                color: var(--nb-color-gray-700);
                border-color: var(--nb-color-gray-700);
            }
        }
    }
}
.nb-checkout-benefits-notification-1,
.nb-till-free-delivery-2{
    padding-left: 0;
    padding-right: 0;
}
.nb-loyalty-code-info-1{
    margin-top: 10px;
}
.nb-terms-of-use-and-sale{
    margin-bottom: 15px;
    margin-top: 10px;
}
.nb-delivery-method-options-list-2, .nb-payment-method-options-list-2{
    .nb-cart-heading-1{
        margin-bottom: 20px !important;
    }
    .nb-accordion-4 .nb-accordion-item{
        border: 1px solid var(--nb-border-color) !important;
    }
    .nb-accordion-item:has(.nb-radio:checked) .nb-accordion-button.collapsed{
        border: none;
    }
    .nb-accordion.nb-accordion-4 .nb-accordion-button{
        min-height: 60px;
    }
    .nb-payment-option-2:has(.nb-radio:checked) > *{
        padding: 0;
    }
    .nb-delivery-option-2:has(.nb-radio:checked), .nb-payment-option-2:has(.nb-radio:checked){
        border: none;
        .nb-label{
            background-color: var(--nb-color-gray-100);
        }
    }
    .nb-delivery-option-2, .nb-payment-option-2{
        .nb-icon-wrapper .nb-icon,
        .nb-price-icon-wrapper .nb-icon{
            font-size: 16px;
            width: 16px;
            height: 16px;
        }
    }
    .nb-header-wrapper .nb-text-delivery-wrapper .nb-title,.nb-header-wrapper .nb-text-payment-wrapper .nb-title{
        font-size: 16px;
        font-weight: var(--nb-font-medium);
    }
    .nb-delivery-group-list-2 .nb-delivery-costs,.nb-delivery-group-list-2 .nb-accordion-item:has(.nb-radio:checked) .nb-accordion-button.collapsed .nb-delivery-costs{
        font-size: 14px;
        font-weight: var(--nb-font-regular);
        margin-right: 10px;
    }
}
.nb-cart-product-items-carousel-1 .nb-accordion.nb-accordion-4 .nb-accordion-body, .nb-cart-product-items-carousel-1 .nb-accordion.nb-accordion-4 .nb-accordion-button, .nb-cart-product-items-carousel-1 .nb-accordion.nb-accordion-4 .nb-accordion-button.collapsed{
    padding: 0;
    background-color: transparent;
}
.nb-cart-product-items-carousel-1 .nb-icon-left-title-and-description-right-horizontal .nb-title,
.nb-cart-product-items-carousel-1 .nb-icon-left-title-and-description-right-horizontal .nb-title .nb-cart-items-num{
    font-size: 18px;
    font-weight: var(--nb-font-regular);
}
.nb-previous-and-next-cart-step .nb-prev-button-step:hover{
    background: var(--nb-btn-primary-bg);
    color: var(--nb-color-white);
}
.nb-pre-confirmation-checkout-overview-2{
    margin-top: 40px;
}
.nb-order-status-notice-1 .nb-title {
    text-align: center;
}
.nb-product-load-more-2 .nb-btn .nb-load-more-loader{
    margin-left: 3px;
}
.nb-cart-product-items-carousel-1{
    .nb-slider-item{
        margin: 0 !important;
    }
    .slick-track{
        margin-left: 0;
    }
    .nb-cart-product-item-6{
        .nb-cart-item-name .nb-title{
            font-size: 14px;
            font-weight: var(--nb-font-medium);
        }
        .nb-cart-item-size, .nb-cart-item-code, .nb-cart-item-code, .nb-cart-item-code .nb-cart-item-code-value{
            font-size: 12px;
            font-weight: var(--nb-font-regular);
            color: var(--nb-color-gray-700);
        }
    }
    .slick-dots{
        margin-top: 0;
    }
    .nb-slider-dots .slick-dots > li.slick-active{
        background: var(--nb-color-brown);
    }
    .nb-content-wrapper .nb-paragraph,
    .nb-icon-left-title-and-description-right-horizontal .nb-icon{
        display: none;
    }
    .nb-content-wrapper .nb-title{
        font-size: 20px;
    }
    .nb-accordion-button{
        padding-bottom: 15px !important;
        border-bottom: 1px solid var(--nb-border-color) !important;
    }
    .nb-accordion.nb-accordion-4 .accordion-button .nb-toggle-icon{
        right: 0;
    }
}
.nb-cart-benefits-and-cta-2{
    > .nb-benefit-wrapper{
        background: transparent;
        border: 1px solid var(--nb-color-gray-300);

        .nb-cart-heading-1{
            font-size: 20px;
            padding-bottom: 0;
            border-bottom: none;
        }
    }
    .nb-component.nb-img-wrapper{
        display: none;
    }
    .nb-login-or-register-2 .nb-btn-wrapper .nb-btn{
        border: 2px solid var(--nb-color-gray-800);
        color: var(--nb-color-gray-800);
        max-height: 48px;
    }
}
.order-payment-information-overview-2.block .nb-cart-heading-1,
.order-information-overview-2.block .nb-cart-heading-1,
.nb-pre-confirmation-checkout-overview-2 .nb-cart-heading-1,
.nb-cart-address-form-3 .nb-cart-heading-1{
    margin-bottom: 20px !important;
}
.nb-billing-address-form-2{
    background-color: transparent;
    border: 1px solid var(--nb-border-color);
}
.nb-order-total-amount-2{
    .nb-card{
        border-radius: 0;
        border: none
    }
    .nb-card .nb-card-header{
        background: transparent;
        padding-top: 0;
        border-bottom: none;
        padding-left: 0;
        .nb-title{
            font-size: 20px;
            font-weight: var(--nb-font-regular);
        }
    }
    .nb-order-pay{
        width: 100%;
    }
    .nb-card-body{
        border: 1px solid var(--nb-color-gray-600);
    }
}
.block:has(>.modal) + .block.nb-delivery-address-form-with-benefits-2{
    margin-top: 0 !important;
}
.block:has(>.modal){
    margin: 0 !important;
}
.nb-form-group .parsley-errors-list{
    text-align: right;
}
.nb-subcategory-filters .title{
    font-weight: var(--nb-font-regular);
}
.nb-confirm-modal,
.nb-mini-cart-offcanvas-placeholder-1{
    z-index: 99999;
}
/* Prices converted */
.nb-cart-box-8 .nb-price.nb-price-active:has(.nb-converted-price){
    font-size: 14px;
}
.nb-cart-summary-4 .nb-text-wrapper .nb-price-value:has(.product-convert-price), .nb-cart-summary-4 .nb-body-wrapper .nb-text-wrapper .nb-paragraph{
    font-size: 14px;
}
.nb-cart-summary-4 .nb-text-wrapper .nb-price-with-taxes .nb-price-value:has(.product-convert-price){
    font-size: 15px;
}