
/*
/* 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;
}
/*
/* 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:'./nbthemes/nbshop_bebakids/css/nb7.custom.css.'
*//* Generalni scroll */
html {
    scrollbar-gutter: stable;
}

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

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

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

html::-webkit-scrollbar-track,
body::-webkit-scrollbar-track {
    background: var(--nb-color-gray-100) !important;
}

.nb-scroll-to-top .nb-link .nb-icon {
    color: var(--nb-color-black);
}

.nb-select:focus-visible {
    outline: unset;
}

*:focus-visible {
    box-shadow: unset;
    -webkit-box-shadow: unset;
    -moz-box-shadow: unset;
}

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

/* padding na container-u */
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{
    padding-right: 15px;
    padding-left: 15px;
}

/* Home strana */

.uc-home {
    overflow-x: hidden;
}

.uc-home .layout:first-of-type .carousel-banner-12 {
    aspect-ratio: 1920 / 900;
}

.three-item-carousel-with-text-and-image .nb-item {
    padding: 20px;
    background-color: unset;
    border: var(--nb-border-width) var(--nb-border-style) var(--nb-border-color);
}

.three-item-carousel-with-text-and-image .nb-item:not(.slick-slide){
    display: inline-block;
}

.three-item-carousel-with-text-and-image .nb-item .nb-link {
    color: var(--nb-text-color-primary);
}

.three-item-carousel-with-text-and-image .nb-item .nb-link:hover {
    color: var(--nb-spec-color);
}

.three-item-carousel-with-text-and-image .nb-item .nb-img-wrapper {
    padding-right: 15px;
    max-width: 45px;
}
.three-item-carousel-with-text-and-image .nb-item .nb-content-wrapper .nb-text-wrapper{
    margin-bottom: 0;
}
.three-item-carousel-with-text-and-image .nb-item .nb-content-wrapper .nb-description {
    font-size: var(--nb-font-size-14);
    color: var(--nb-color-gray-400);
}
.three-item-carousel-with-text-and-image .nb-item .nb-content-wrapper .nb-title{
    font-size: var(--nb-font-size-15);
}
.nb-product-button-with-bubble-3 .nb-add-to-cart{
    padding-left: 5px;
    padding-right: 5px;
}

/* Kontakt strana */

.uc-contact .nb-text-info-4 .nb-title {
    font-size: var(--nb-h3-font-size);
}

.page-title-and-description .block-heading-with-subheading {
    text-align: left;
}

.contact-form-1 {
    padding-right: 70px;
}

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

.contact-form-1 .nb-btn {
    min-width: 219px;
}

.nb-text-info-4 {
    padding-left: 70px;
    border-left: var(--nb-border-width) var(--nb-border-style) var(--nb-border-color);
}

.three-item-carousel-with-text-and-image .nb-link {
    font-size: var(--nb-font-size-14);
}

/* Regular strana */

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

.page-content a {
    color: var(--nb-spec-color);
}

.page-content a:hover {
    color: var(--nb-spec-color);
    text-decoration: underline;
}

/* FAQ strana */

.faq-search-form .nb-content-wrapper .nb-input,
.faq-search-form .nb-content-wrapper .nb-btn {
    height: 48px;
}
.faq-search-form .nb-btn{
    max-width: fit-content;
}

/* Listing clanka */

.nb-article-list-accordion-2 .nb-accordion.nb-accordion-2 .nb-accordion-button,
.nb-article-list-accordion-2 .nb-accordion.nb-accordion-2 .nb-accordion-collapse .nb-accordion-body {
    background-color: unset;
}

.nb-article-list-accordion-2 .nb-accordion .accordion-button .nb-collapse-icon:before {
    content: '\F2E6';
    color: var(--nb-spec-color);
}

.nb-article-list-accordion-2 .nb-accordion .accordion-button .nb-collapsed-icon:before {
    content: '\F4FA';
}

.nb-pagination .nb-page-item:not(.active):hover .nb-page-link,
.nb-pagination .nb-page-item:not(.active):focus .nb-page-link {
    background-color: var(--nb-color-white);
}

.card-with-content-below-and-horizontal-img-content .nb-card .nb-card-footer {
    background-color: unset;
    border-top: unset;
}

.card-with-content-below-and-horizontal-img-content .nb-card-footer .nb-btn {
    opacity: 1;
}

.card-with-content-below-and-horizontal-img-content .nb-card-footer {
    padding-top: 0;
}

.card-with-content-below-and-horizontal-img-content .nb-card .nb-card-footer {
    border-bottom: var(--nb-border-width-s) var(--nb-border-style) transparent;
    border-radius: var(--nb-border-radius-0);
}

.card-with-content-below-and-horizontal-img-content:hover .nb-card .nb-card-footer {
    border-bottom-color: var(--nb-spec-color);
}

.card-with-content-below-and-horizontal-img-content:hover .nb-card .nb-card-body,
.card-with-content-below-and-horizontal-img-content:hover .nb-card .nb-card-footer {
    background-color: var(--nb-color-gray-100);
}

.uc-article_listing .info-box-with-icon .nb-text-wrapper .nb-title {
    font-size: var(--nb-font-size-16);
}

.uc-article_listing .info-box-with-icon .nb-text-wrapper p {
    margin-bottom: 0;
}

/* Detalj clanka */

.comments-content-1 .nb-comment-item-1 {
    padding-bottom: 20px;
    border-bottom: var(--nb-border-width) var(--nb-border-style) var(--nb-border-color);
    margin-top: 0;
}
.comments-content-1 .nb-comment-item-1 .nb-comment-review .nb-icon{
    color: var(--nb-color-gray-400);
}
.nb-comment-item-1 .nb-date{
    margin-bottom: 0;
}

.subcategory-links .nb-items-wrapper {
    justify-content: unset;
    gap: unset;
}

.subcategory-links .nb-link .nb-item {
    height: 20px;
    line-height: unset;
    text-transform: uppercase;
    min-width: max-content;
    border: unset;
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 15px;
}

.subcategory-links .nb-link:first-of-type .nb-item {
    padding-left: unset;
}

.subcategory-links .nb-link:not(:last-of-type) .nb-item:before {
    display: block;
    content: '';
    position: absolute;
    right: 0;
    width: 1px;
    height: 16px;
    background-color: var(--nb-color-black);
}

.article-carousel .block-heading-with-subheading,
.similar-article-carousel .block-heading-with-subheading,
.nb-article-product-list-carousel-1 .block-heading-with-subheading,
.nb-carousel-banner-13 .block-heading-with-subheading,
.nb-carousel-banner-6 .block-heading-with-subheading {
    text-align: left;
}

.article-carousel.nb-slider .slider,
.similar-article-carousel.nb-slider .slider,
.nb-article-product-list-carousel-1.nb-slider .slider,
.nb-carousel-banner-13.nb-slider .slider,
.nb-carousel-banner-6.nb-slider .slider {
    margin: 0;
}

.article-carousel .slider-arrow i.nb-arrow-left,
.article-carousel .slider-arrow i.nb-arrow-right,
.similar-article-carousel .slider-arrow i.nb-arrow-left,
.similar-article-carousel .slider-arrow i.nb-arrow-right,
.nb-article-product-list-carousel-1 .slider-arrow i.nb-arrow-left,
.nb-article-product-list-carousel-1 .slider-arrow i.nb-arrow-right,
.nb-carousel-banner-13 .slider-arrow i.nb-arrow-left,
.nb-carousel-banner-13 .slider-arrow i.nb-arrow-right,
.nb-carousel-banner-6 .slider-arrow i.nb-arrow-left,
.nb-carousel-banner-6 .slider-arrow i.nb-arrow-right,
.two-column-hero-banner-carousel .slider-arrow i.nb-arrow-left,
.two-column-hero-banner-carousel .slider-arrow i.nb-arrow-right,
.nb-custom-product-list-carousel-1 .slider-arrow i.nb-arrow-left,
.nb-custom-product-list-carousel-1 .slider-arrow i.nb-arrow-right,
.brand-logo-carousel .slider-arrow i.nb-arrow-right,
.brand-logo-carousel .slider-arrow i.nb-arrow-left {
    width: 40px;
    height: 40px;
    border-radius: var(--nb-border-radius-full);
    box-shadow: 0px 0px 4px 0px #0000001A;
    background: var(--nb-color-white);
}

.article-carousel .nb-slider-arrows .slider-arrow > i.nb-arrow-left,
.similar-article-carousel .nb-slider-arrows .slider-arrow > i.nb-arrow-left,
.nb-article-product-list-carousel-1 .nb-slider-arrows .slider-arrow > i.nb-arrow-left,
.nb-carousel-banner-13 .nb-slider-arrows .slider-arrow > i.nb-arrow-left,
.nb-carousel-banner-6 .nb-slider-arrows .slider-arrow > i.nb-arrow-left {
    left: -30px;
}

.article-carousel .nb-slider-arrows .slider-arrow > i.nb-arrow-right,
.similar-article-carousel .nb-slider-arrows .slider-arrow > i.nb-arrow-right,
.nb-article-product-list-carousel-1 .nb-slider-arrows .slider-arrow > i.nb-arrow-right,
.nb-carousel-banner-13 .nb-slider-arrows .slider-arrow > i.nb-arrow-right,
.nb-carousel-banner-6 .nb-slider-arrows .slider-arrow > i.nb-arrow-right {
    right: -30px;
}

.article-carousel .slick-dots,
.similar-article-carousel .slick-dots,
.nb-article-product-list-carousel-1 .slick-dots,
.nb-carousel-banner-13 .slick-dots,
.brand-logo-carousel .slick-dots,
.nb-carousel-banner-6 .slick-dots,
.nb-custom-product-list-carousel-1 .slick-dots,
.three-item-carousel-with-text-and-image {
    width: 100%;
    justify-content: flex-start;
}

.article-carousel .slick-dots li,
.similar-article-carousel .slick-dots li,
.nb-article-product-list-carousel-1 .slick-dots li,
.nb-carousel-banner-13 .slick-dots li,
.brand-logo-carousel .slick-dots li,
.nb-custom-product-list-carousel-1 .slick-dots li,
.three-item-carousel-with-text-and-image .slick-dots li,
.nb-carousel-banner-6 .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);
}

.article-carousel .slick-dots > li.slick-active,
.similar-article-carousel .slick-dots > li.slick-active,
.nb-article-product-list-carousel-1 .slick-dots > li.slick-active,
.brand-logo-carousel .slick-dots > li.slick-active,
.nb-carousel-banner-13 .slick-dots > li.slick-active,
.nb-custom-product-list-carousel-1 .slick-dots > li.slick-active,
.three-item-carousel-with-text-and-image .slick-dots > li.slick-active,
.nb-carousel-banner-6 .slick-dots > li.slick-active{
    background: var(--nb-indicators-inline-active-bg);
}

.article-carousel .slick-dots > li + li,
.similar-article-carousel .slick-dots > li + li,
.nb-article-product-list-carousel-1 .slick-dots > li + li,
.brand-logo-carousel .slick-dots > li + li,
.nb-carousel-banner-13 .slick-dots > li + li,
.nb-custom-product-list-carousel-1 .slick-dots > li + li,
.three-item-carousel-with-text-and-image .slick-dots > li + li,
.nb-carousel-banner-6 .slick-dots > li + li {
    margin-left: 0;
}

.article-carousel .slick-dots > li:before,
.similar-article-carousel .slick-dots > li:before,
.nb-article-product-list-carousel-1 .slick-dots > li:before,
.brand-logo-carousel .slick-dots > li:before,
.nb-carousel-banner-13 .slick-dots > li:before,
.nb-custom-product-list-carousel-1 .slick-dots > li:before,
.three-item-carousel-with-text-and-image .slick-dots > li:before,
.nb-carousel-banner-6 .slick-dots > li:before {
    background-color: transparent;
}
.similar-article-carousel .nb-card-body .nb-text-wrapper .nb-link .nb-title{
    --nb-dt-rows: 2;
}
.similar-article-carousel .nb-card-body .nb-text-wrapper .nb-paragraph{
    --nb-rows: 4;
}
.article-list-2 .nb-card-body .nb-content-wrapper .date{
    font-size: var(--nb-font-size-s);
    color: var(--nb-text-color-secondary)
}
.card-with-content-below-and-horizontal-img-content .nb-text-wrapper .nb-link{
    margin-top: 5px;
}
.card-with-content-below-and-horizontal-img-content .nb-text-wrapper .nb-paragraph{
    margin-top: 20px;
}
.category-detail-heading .block-heading-with-subheading{
    text-align: left;
    margin-bottom: 10px;
}
.category-detail-heading .category-and-date-wrapper{
    justify-content: start;
    gap: 10px;
}
.category-detail-heading .category-and-date-wrapper *{
    color: var(--nb-color-gray-400);
}

/* Home strana */

.brand-logo-carousel.nb-slider .slider{
    margin: 0;
}

.brand-logo-carousel .nb-slider-arrows .slider-arrow > i.nb-arrow-left,
.nb-carousel-banner-13 .nb-slider-arrows .slider-arrow > i.nb-arrow-left,
.two-column-hero-banner-carousel .nb-slider-arrows .slider-arrow > i.nb-arrow-left,
.nb-custom-product-list-carousel-1 .nb-slider-arrows .slider-arrow > i.nb-arrow-left,
.article-carousel .nb-slider-arrows .slider-arrow > i.nb-arrow-left {
    left: -75px;
}

.brand-logo-carousel .nb-slider-arrows .slider-arrow > i.nb-arrow-right,
.nb-carousel-banner-13 .nb-slider-arrows .slider-arrow > i.nb-arrow-right,
.two-column-hero-banner-carousel .nb-slider-arrows .slider-arrow > i.nb-arrow-right,
.nb-custom-product-list-carousel-1 .nb-slider-arrows .slider-arrow > i.nb-arrow-right,
.article-carousel .nb-slider-arrows .slider-arrow > i.nb-arrow-right {
    right: -75px;
}

.brand-logo-carousel .nb-item {
    cursor: pointer;
    background-color: var(--nb-color-gray-100);
    border: var(--nb-border-width) var(--nb-border-style) transparent;
    border-radius: var(--nb-border-radius-xs);
}

.brand-logo-carousel .nb-item:hover {
    border-color: var(--nb-color-gray-200);
}

/* Mini korpa */

.nb-mini-cart-offcanvas-1 .nb-cart-item-name .nb-title {
    --nb-dt-rows: 2;
}

.nb-mini-cart-offcanvas-1 .nb-cart-price-and-quantity-1 .nb-quantity-price-wrapper {
    text-align: unset;
}

.nb-mini-cart-offcanvas-1 .nb-cart-price-and-quantity-1 .nb-quantity-price-wrapper > * {
    color: var(--nb-color-gray);
    line-height: 20px;
}

.nb-mini-cart-offcanvas-1 .nb-cart-price-and-quantity-1 {
    gap: 10px;
    justify-content: unset;
}

.nb-mini-cart-offcanvas-1 .nb-cart-price-and-quantity-1 > * {
    max-width: max-content;
}

.nb-mini-cart-offcanvas-1 .nb-offcanvas .nb-offcanvas-footer {
    box-shadow: 0px -2px 8px 0px #00000014;
}

.nb-mini-cart-offcanvas-1 .nb-cart-items-list .nb-product-item {
    padding-bottom: 10px;
}

.nb-mini-cart-offcanvas-1 .nb-cart-items-list .nb-product-item:not(:last-of-type) {
    margin-bottom: 15px;
}

.nb-mini-cart-offcanvas-1 .nb-cart-items-list {
    margin-top: 15px;
}

.nb-mini-cart-offcanvas-1 .nb-offcanvas .nb-offcanvas-body::-webkit-scrollbar-button {
    display: none !important;
}

.nb-mini-cart-offcanvas-1 .nb-offcanvas .nb-offcanvas-body::-webkit-scrollbar {
    width: 4px !important;
}

.nb-mini-cart-offcanvas-1 .nb-offcanvas .nb-offcanvas-body::-webkit-scrollbar-thumb {
    background: var(--nb-spec-color) !important;
}

.nb-mini-cart-offcanvas-1 .nb-offcanvas .nb-offcanvas-body::-webkit-scrollbar-track {
    background: var(--nb-color-gray-100) !important;
}

.nb-mini-cart-offcanvas-1 .nb-cart-price-and-quantity-1 .nb-prices-wrapper .nb-price-promotional {
    font-size: var(--nb-font-size-14);
    font-weight: var(--nb-font-weight-600);
}

/* Detalj proizvoda */

.uc-product_details .nb-product-detail-gallery-carousel-2 {
    padding: 0 50px;
}

.nb-product-available-in-store-box-1 .nb-accordion.nb-accordion-2 .nb-accordion-item:last-of-type {
    border-color: transparent;
}

.nb-product-available-in-store-box-1 .nb-accordion.nb-accordion-2 .nb-accordion-item:has(.nb-accordion-collapse.show):last-of-type {
    border-color: transparent;
}

.nb-add-to-cart .nb-add-to-cart-text {
    text-transform: uppercase;
    white-space: nowrap;
}

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

.nb-add-to-cart {
    height: 48px;
    flex-direction: row-reverse;
}

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

.nb-product-detail-info-with-cta-2 .nb-quantity-product .nb-quantity-arrows {
    background-color: var(--nb-color-white);
}

.nb-product-detail-info-with-cta-2 .nb-quantity-product .nb-quantity-arrows:hover,
.nb-product-detail-info-with-cta-2 .nb-quantity-product .nb-quantity-arrows:focus,
.nb-product-detail-info-with-cta-2 .nb-quantity-product .nb-quantity-arrows:active {
    background-color: var(--nb-color-gray-100);
}

.nb-product-detail-info-with-cta-2 .nb-quantity-product .nb-minus {
    border-right: var(--nb-border-width) var(--nb-border-style) var(--nb-border-color);
}

.nb-product-detail-info-with-cta-2 .nb-quantity-product .nb-plus {
    border-left: var(--nb-border-width) var(--nb-border-style) var(--nb-border-color);
}

.nb-product-specification-1 .nb-title-wrapper {
    border-bottom: var(--nb-border-width) var(--nb-border-style) var(--nb-border-color);
}

.nb-product-specification-1 .nb-item:not(:last-of-type) {
    border-bottom: var(--nb-border-width) var(--nb-border-style) var(--nb-border-color);
}

.nb-product-specification-1 .nb-item .nb-product-category {
    color: var(--nb-color-black)
}

.nb-product-specification-1 .nb-item .nb-product-category:hover {
    color: var(--nb-product-category-hover-color);
}

.similar-product-list-carousel-2 .nb-heading-with-icon-1 .nb-title {
    margin-bottom: 30px;
}

.nb-carousel-banner-3 .nb-right-slides .nb-slider .slick-list{
    overflow: visible;
    position: relative;
    clip-path: inset(0 -26% 0 0%);
}

.nb-comment-item-1 .nb-img-wrapper img {
    width: var(--nb-comment-item-image-width);
    height: var(--nb-comment-item-image-width);
}
.nb-block-social-share{
    top: 0;
    margin-top: 0 !important;
}
.nb-article-product-list-carousel-1 .nb-heading-with-subheading{
    text-align: left;
}

/* Korpa */

.nb-checkout-progress-bar-1 .nb-slider {
    display: flex;
    align-items: center;
    justify-content: center;
}

.nb-checkout-progress-bar-1 .nb-slider .slider {
    width: 300px;
}

.nb-cart-product-item-1 .nb-cart-item-change-size-1 {
    display: none;
}

.nb-cart-product-item-1 .nb-cart-item-delete-1 .nb-icon {
    background-color: var(--nb-color-white);
    box-shadow: 0px 0px 6px 0px #0000001A;
    border-radius: var(--nb-border-radius-full);
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nb-cart-product-item-1 .nb-cart-item-delete-1 .nb-icon:hover,
.nb-cart-product-item-1 .nb-cart-item-delete-1 .nb-icon:focus,
.nb-cart-product-item-1 .nb-cart-item-delete-1 .nb-icon:active {
    background-color: var(--nb-color-gray-700);
    color: var(--nb-color-white);
    box-shadow: unset;
}

.nb-cart-summary-1 {
    flex-direction: column;
    align-items: flex-end;
    padding: 15px 20px;
}

.nb-cart-summary-1 .nb-price-text {
    font-size: var(--nb-font-size-15);
    color: var(--nb-color-gray-700);
}

.nb-free-delivery-threshold-notification-1 {
    border-bottom: var(--nb-border-width) var(--nb-border-style) var(--nb-spec-color);
}

.nb-free-delivery-threshold-notification-1 .nb-btn {
    min-width: 326px;
}

.nb-checkout-code-selection-1 .nb-tabs.nb-tabs-2 .nb-nav-tabs {
    gap: 20px;
}

.nb-checkout-code-selection-1 .nb-tabs.nb-tabs-2 .nb-nav-item {
    height: max-content;
    width: max-content;
}

.nb-checkout-code-selection-1 .nb-tabs.nb-tabs-2 .nb-nav-item:not(:last-of-type) {
    border-right: var(--nb-border-width) var(--nb-border-style) var(--nb-color-black);
    padding-right: 20px;
}

.nb-checkout-code-selection-1 .nb-tabs.nb-tabs-2 .nb-nav-link {
    padding: 0;
    text-align: left;
    line-height: 1.2;
    max-width: max-content;
}

.nb-checkout-code-selection-1 .nb-action-loyalty .row .nb-paragraph.title {
    display: none;
}

.nb-checkout-code-selection-1 .nb-btn {
    background-color: var(--nb-color-black);
    color: var(--nb-color-white);
    height: 48px;
    max-width: 326px;
}

.nb-login-or-register-1 .nb-btn-wrapper {
    flex-direction: column-reverse;
}

.nb-login-or-register-1 .nb-btn-wrapper > * {
    height: 48px;
}

.nb-login-or-register-1 .nb-btn-wrapper .nb-btn-primary {
    background-color: transparent;
    color: var(--nb-color-black);
}

.nb-delivery-method-options-list-1 .nb-accordion .nb-accordion-item:last-child,
.nb-delivery-method-options-list-1 .nb-accordion .nb-accordion-item:first-child,
.nb-delivery-method-options-list-1 .nb-accordion .nb-accordion-item,
.nb-payment-method-options-list-1 .nb-accordion .nb-accordion-item:last-child,
.nb-payment-method-options-list-1 .nb-accordion .nb-accordion-item:first-child,
.nb-payment-method-options-list-1 .nb-accordion .nb-accordion-item {
    border-left: unset;
    border-top: unset;
    border-right: unset;
}

.nb-delivery-method-options-list-1 .nb-accordion .nb-accordion-item + .nb-accordion-item,
.nb-payment-method-options-list-1 .nb-accordion .nb-accordion-item + .nb-accordion-item {
    margin-top: 0;
}

.nb-delivery-method-options-list-1 .nb-accordion .nb-accordion-button,
.nb-payment-method-options-list-1 .nb-accordion .nb-accordion-button {
    color: var(--nb-accordion-2-btn-color);
    font-size: var(--nb-accordion-2-btn-font-size);
    font-weight: var(--nb-accordion-2-btn-font-weight);
    font-family: var(--nb-accordion-2-btn-font-family);
    font-style: var(--nb-accordion-2-btn-font-style);
}

.nb-delivery-method-options-list-1 .nb-accordion .nb-accordion-button:not(.collapsed),
.nb-payment-method-options-list-1 .nb-accordion .nb-accordion-button:not(.collapsed) {
    background-image: unset;
}

.nb-delivery-method-options-list-1 .nb-accordion .accordion-button .nb-toggle-icon,
.nb-payment-method-options-list-1 .nb-accordion .accordion-button .nb-toggle-icon {
    left: unset;
    right: 0;
}

.nb-delivery-method-options-list-1 .nb-accordion .nb-accordion-collapse .nb-accordion-body,
.nb-payment-method-options-list-1 .nb-accordion .nb-accordion-collapse .nb-accordion-body {
    padding-top: 0;
    background-color: var(--nb-accordion-2-btn-active-bg);
}

.nb-delivery-method-options-list-1 .nb-accordion .accordion-button.collapsed .nb-toggle-icon:before,
.nb-payment-method-options-list-1 .nb-accordion .accordion-button.collapsed .nb-toggle-icon:before {
    content: '\F4FA';
    color: var(--nb-color-black);
}

.nb-delivery-method-options-list-1 .nb-accordion .accordion-button .nb-toggle-icon:before,
.nb-payment-method-options-list-1 .nb-accordion .accordion-button .nb-toggle-icon:before {
    content: '\F2E6';
    color: var(--nb-spec-color);
}

.nb-delivery-method-options-list-1 .delivery-option-heading .nb-label.nb-label-l,
.nb-payment-method-options-list-1 .nb-payment-option .nb-label.nb-label-l {
    font-size: var(--nb-font-size-16);
    font-weight: var(--nb-font-weight-600);
    color: var(--nb-color-gray-700);
}

.nb-previous-and-next-cart-step .nb-btn {
    height: 48px;
}

.nb-previous-and-next-cart-step .nb-prev-button-step {
    color: var(--nb-color-black);
    background-color: transparent;
}

.nb-previous-and-next-cart-step .nb-prev-button-step:hover {
    color: var(--nb-color-white);
}

.nb-delivery-address-form-1 .nb-login-or-register-1 .nb-btn-wrapper .nb-btn {
    min-width: 326px;
}

.nb-delivery-address-form-1 .nb-cart-address-form-1 .form-control.nb-input.nb-input-2 {
    border-top-width: var(--nb-border-width);
    border-left-width: var(--nb-border-width);
    border-right-width: var(--nb-border-width);
}

.nb-cart-total-1 .nb-card .nb-card-header {
    background-color: var(--nb-color-gray-100);
    border-bottom-color: var(--nb-spec-color);
}

.nb-cart-total-1 .nb-card .nb-card-footer {
    background-color: var(--nb-color-gray-100);
}

.nb-heading-with-icon-1 .nb-icon,
.heading-with-icon-1 .nb-icon {
    display: none;
}

.nb-product-detail-info-with-cta-2 .nb-product-name,
.nb-product-detail-info-with-cta-2 .nb-product-name .nb-title {
    font-size: var(--nb-font-size-36);
}

.nb-slider-item-box-5:before{
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1;
    background: linear-gradient(180deg, rgba(217, 217, 217, 0.00) 0%, rgba(0, 0, 0, 0.50) 91.9%);
    pointer-events: none;
}

.newsletter-subscription-status-1{
    align-items: unset;
}

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

.nb-ecommerce-header-5 .nb-header-wrapper.active:has:not(.wsmenu-list>li:hover) *{
    color: #fff
}

.nb-ecommerce-header-5 .nb-header-wrapper.active:has:not(.wsmenu-list>li:hover) .nb-logo img{
    filter: brightness(0) saturate(100%) invert(99%) sepia(57%) saturate(2%) hue-rotate(246deg) brightness(118%) contrast(100%);
}

/* CUSTOM STIL ZA FORME za career i cooperation (SKLONITI) */
.form-control.nb-textarea-2,
.nb-select-2,
.form-control.nb-input.nb-input-2{
    border-top-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-radius: 8px;
}
/* --- */

/*Header*/
.nb-ecommerce-header-5 .nb-header-top-wrapper {
    background-color: #231F20;
}

/* Select slike */
.nb-img {
    user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
}

/* Cooperation */
.uc-cooperation .nb-text-info-4 .nb-title {
    font-size: var(--nb-h3-font-size);
}

/* Career */
.uc-career .nb-text-info-4 .nb-title {
    font-size: var(--nb-h3-font-size);
}

/* Register modal */
.nb-registration-modal-1 .nb-register-form-1 .nb-btn {
    min-width: 360px;
}

.nb-registration-modal-1 .nb-register-form-1 .nb-genders-wrapper {
    margin-left: 0;
}

.nb-price.nb-price-active:has(~ .nb-price-prev) {
    --nb-price-active-color: var(--nb-spec-color);
}

.nb-product-prices-2 .nb-price.nb-price-active {
    --nb-price-active-color: var(--nb-spec-color);
}

.nb-product-listing-display-grid-2 .row>* {
    --bs-gutter-x: 20px;
}

.brands-list-by-letters .nb-items-wrapper .nb-content-wrapper .nb-link {
    color: var(--nb-link-color-primary);
}

.brands-list-by-letters .nb-items-wrapper .nb-content-wrapper .nb-link:hover {
    color: var(--nb-link-color-secondary);
}

.nb-product-card-v3 .nb-product-name .nb-title {
    --nb-dt-rows: 2;
}

.nb-footer-newsletter-1 .nb-btn[type='submit'].active .nb-btn-loading{
    display: none;
}



@media screen and (max-width: 1440px) {
    .brand-logo-carousel .nb-slider-arrows .slider-arrow > i.nb-arrow-left,
    .nb-carousel-banner-13 .nb-slider-arrows .slider-arrow > i.nb-arrow-left,
    .two-column-hero-banner-carousel .nb-slider-arrows .slider-arrow > i.nb-arrow-left,
    .nb-custom-product-list-carousel-1 .nb-slider-arrows .slider-arrow > i.nb-arrow-left,
    .article-carousel .nb-slider-arrows .slider-arrow > i.nb-arrow-left {
        left: -55px;
    }

    .brand-logo-carousel .nb-slider-arrows .slider-arrow > i.nb-arrow-right,
    .nb-carousel-banner-13 .nb-slider-arrows .slider-arrow > i.nb-arrow-right,
    .two-column-hero-banner-carousel .nb-slider-arrows .slider-arrow > i.nb-arrow-right,
    .nb-custom-product-list-carousel-1 .nb-slider-arrows .slider-arrow > i.nb-arrow-right,
    .article-carousel .nb-slider-arrows .slider-arrow > i.nb-arrow-right {
        right: -55px;
    }
}

@media screen and (min-width: 1200px) {
    .article-detail-content{
        padding-left: 80px;
    }
    .nb-block-social-share{
        left: 0;
    }
}

@media screen and (max-width: 1024px) {
    .article-carousel .slider-arrow i.nb-arrow-left,
    .article-carousel .slider-arrow i.nb-arrow-right,
    .similar-article-carousel .slider-arrow i.nb-arrow-left,
    .similar-article-carousel .slider-arrow i.nb-arrow-right,
    .nb-article-product-list-carousel-1 .slider-arrow i.nb-arrow-left,
    .nb-article-product-list-carousel-1 .slider-arrow i.nb-arrow-right,
    .nb-carousel-banner-13 .slider-arrow i.nb-arrow-left,
    .nb-carousel-banner-13 .slider-arrow i.nb-arrow-right,
    .two-column-hero-banner-carousel .slider-arrow i.nb-arrow-left,
    .two-column-hero-banner-carousel .slider-arrow i.nb-arrow-right
    .nb-custom-product-list-carousel-1 .slider-arrow i.nb-arrow-left,
    .nb-custom-product-list-carousel-1 .slider-arrow i.nb-arrow-right,
    .nb-carousel-banner-6 .slider-arrow i.nb-arrow-left,
    .nb-carousel-banner-6 .slider-arrow i.nb-arrow-right,
    .brand-logo-carousel .slider-arrow i.nb-arrow-right,
    .brand-logo-carousel .slider-arrow i.nb-arrow-left {
        width: 30px;
        height: 30px;
    }

    .brand-logo-carousel .nb-slider-arrows .slider-arrow > i.nb-arrow-left,
    .nb-carousel-banner-13 .nb-slider-arrows .slider-arrow > i.nb-arrow-left,
    .two-column-hero-banner-carousel .nb-slider-arrows .slider-arrow > i.nb-arrow-left,
    .nb-custom-product-list-carousel-1 .nb-slider-arrows .slider-arrow > i.nb-arrow-left,
    .article-carousel .nb-slider-arrows .slider-arrow > i.nb-arrow-left {
        left: -40px;
    }

    .brand-logo-carousel .nb-slider-arrows .slider-arrow > i.nb-arrow-right,
    .nb-carousel-banner-13 .nb-slider-arrows .slider-arrow > i.nb-arrow-right,
    .two-column-hero-banner-carousel .nb-slider-arrows .slider-arrow > i.nb-arrow-right,
    .nb-custom-product-list-carousel-1 .nb-slider-arrows .slider-arrow > i.nb-arrow-right,
    .article-carousel .nb-slider-arrows .slider-arrow > i.nb-arrow-right {
        right: -40px;
    }
}

@media screen and (min-width: 991px) {
    .nb-carousel-banner-12 .nb-slider-item-box-5 .nb-slider-item-content.nb-text-align-center {
        transform: translateX(-50%) translateY(0);
    }

    .nb-carousel-banner-12 .nb-slider-item-box-5 .nb-slider-item-content.nb-text-align-center .nb-title span {
        white-space: pre;
    }
}

@media screen and (max-width: 992px) {
    .nb-smart-search-1 .nb-search-suggestions-1 .nb-suggestions-list-title{
        display: block;
        border-bottom-color: transparent;
        margin-left: 0;
    }
    .nb-smart-search-1 .right-search-wrapper .nb-search-tag-list-1{
        display: block;
    }

    .nb-ecommerce-header-5 .nb-header-wrapper.active .wsanimated-arrow span,
    .nb-ecommerce-header-5 .nb-header-wrapper.active .wsanimated-arrow span::before,
    .nb-ecommerce-header-5 .nb-header-wrapper.active .wsanimated-arrow span::after{
        background-color: var(--nb-color-black);
    }
}
@media screen and (max-width: 768px) {
    .uc-product_details .nb-product-detail-gallery-carousel-2 {
        padding: 0;
    }

    .uc-home .layout:first-of-type .carousel-banner-12 {
        aspect-ratio: 780 / 1400;
    }

    .subcategory-links .mobile-view {
        display: none;
    }

    .subcategory-links .nb-items-wrapper {
        display: flex;
        flex-wrap: unset;
        overflow-x: auto;
        padding-bottom: 10px;
    }

    .subcategory-links .nb-items-wrapper::-webkit-scrollbar {
        height: 3px;
    }

    .subcategory-links .nb-items-wrapper::-webkit-scrollbar-track {
        background-color: var(--nb-color-gray-100);
    }

    .subcategory-links .nb-items-wrapper::-webkit-scrollbar-thumb:hover,
    .subcategory-links .nb-items-wrapper::-webkit-scrollbar-thumb {
        background: var(--nb-spec-color);
    }
    .nb-smart-search-1 .nb-product-card-5 .nb-product-card-body{
        display: flex;
        gap: 10px;
        justify-content: space-between;
        align-items: center;
    }
    .nb-smart-search-1 .nb-product-card-5 .nb-product-name,
    .nb-smart-search-1 .nb-product-card-5 .nb-product-prices-1{
        flex: 1;
    }

    .nb-cart-product-item-1 {
        position: relative;
    }

    .nb-cart-product-item-1 .nb-mobile-prices-wrapper .nb-price-title {
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        border-color: transparent;
        background-color: #F6F6F6;
    }

    .nb-cart-product-item-1 .nb-mobile-prices-wrapper .nb-value-wrapper > * {
        border-color: transparent;
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px;
        background-color: var(--nb-color-gray-100);
    }

    .nb-cart-product-item-1 .nb-mobile-prices-wrapper .nb-price-title:first-child {
        border-left: transparent;
    }

    .nb-cart-product-item-1 .nb-mobile-total-price-wrapper .nb-price-cart-total-1 {
        font-weight: var(--nb-font-weight-600);
    }

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

    .nb-cart-product-item-1 .nb-mobile-wrapper .nb-cart-item-delete-1 .nb-icon {
        display: none;
    }

    .nb-cart-product-item-1 .nb-btn-and-price-wrapper .nb-cart-item-delete-1 .nb-cart-item-delete-1-label {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .nb-text-info-4 {
        border-left: unset;
        padding-left: unset;
    }

    .contact-form-1 {
        padding-right: unset;
        padding-bottom: 20px;
        border-bottom: var(--nb-border-width) var(--nb-border-style) var(--nb-border-color);
    }

    .brand-logo-carousel .slider {
        padding: 0;
    }
}
@media screen and (max-width: 576px) {

    .layout:has(.nb-breadcrumb-wrapper) {
        margin-bottom: 10px;
        padding: 0;
        margin-left: 15px;
    }

    .nb-breadcrumb-wrapper {
        display: flex;
    }

    .nb-product-quantity-and-add-to-cart .nb-choose-size-info {
        line-height: normal;
    }

    .nb-product-listing-display-grid-2 .row>* {
        --bs-gutter-x: 10px;
    }

    .article-list-2 .nb-card-body .nb-text-wrapper .nb-title,
    .nb-article-list-grid-5 .nb-card-body .nb-text-wrapper .nb-title{
        font-size: var(--nb-font-size-20);
    }

    .nb-comment-item-1 .nb-img-wrapper {
        position: relative;
    }

    .nb-comment-item-1 .nb-rating,
    .nb-comment-item-1 .nb-title-review-wrapper {
        margin: 0;
    }

    .nb-accordion .accordion-button .nb-title {
        padding-right: 25px;
    }

    .faq-search-form .nb-content-wrapper {
        display: block;
        position: relative;
    }

    .faq-search-form .nb-content-wrapper .nb-btn {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 4px;
        min-width: 34px;
        max-width: unset;
        width: 34px;
        height: 34px;
        padding: 5px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .faq-search-form .nb-content-wrapper .nb-btn:after {
        content: '\F52A';
        font-family: bootstrap-icons;
        font-size: 20px;
    }

    .faq-search-form .nb-content-wrapper .nb-btn .btn-text {
        display: none;
    }

    /* Detalj prozivoda - galerija proizvoda */

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

    .layout:has(.nb-product-detail-gallery-carousel-2) {
        margin-top: 0;
    }

    .uc-product_details .layout:not(.layout100percent) .nb-product-detail-gallery-carousel-2 .nb-slider .slider .nbf-slider-init:not(.slick-vertical) .slick-slide {
        margin: 0;
    }

    .uc-product_details .layout:has(.nb-breadcrumb-nav) {
        margin: 0 !important;
    }

    .uc-product_details .breadcrumb {
        --bs-breadcrumb-margin-bottom: 0;
    }

    .uc-product_details .nb-breadcrumb-nav {
        z-index: 9;
        position: absolute;
        top: 10px;
    }

    .info-box-with-icon .nb-img-wrapper {
        position: absolute;
        top: 23px;
        left: 18px;
    }

    .info-box-with-icon .nb-img-wrapper .nb-img {
        max-width: 20px;
        max-height: 20px;
    }

    .info-box-with-icon .nb-text-wrapper .nb-title {
        margin-left: 27px;
        --nb-dt-rows: 1;
    }

    .uc-article_listing .info-box-with-icon .nb-text-wrapper .nb-title {
        font-size: var(--nb-font-size-14);
    }

    .uc-product_details .similar-product-list-carousel-2 .container {
        padding-left: 0;
        padding-right: 0;
    }

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

    .nb-free-delivery-threshold-notification-1 .nb-btn {
        min-width: 100%;
    }
}

@media screen and (max-width: 320px) {
    .nb-registration-modal-1 .nb-register-form-1 .nb-btn {
        min-width: 300px;
    }
}
