
/*
/* 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_tike/css/nb7.custom.css.'
*/:root{
    --nb-custom-color-1: #666666;
    --nb-custom-color-2: #034E76;
}


.nb-form-radio-button .nb-label, .nb-form-check .nb-label{
    color: var(--nb-text-color-primary);
}

.text-info-3 .nb-icon-left-title-and-description-right-horizontal .nb-title{
    font-size: 14px;
}

.basic-contact-form-3 .block-heading-with-subheading .nb-title,
.text-info-3 .block-heading-with-subheading .nb-title{
    font-size: 26px;
}

.nb-location-map-list-3 .gm-style .gm-style-iw-c{
    width: 460px;
}
.nb-location-item-wrapper .nb-heading-wrapper .nb-title{
    font-size: 14px;
}
.nb-map-location-form-v2 .nbf-locations-location-search .nb-title{
    font-size: 18px;
}
.error-page-block{
    border-radius: var(--nb-border-radius-0);
}
.img-with-display-paragraph-png-img-2 .nb-left-content .nb-paragraph,
.img-with-display-paragraph-png-img-1 .nb-left-content .nb-paragraph,
.img-horizontal-with-display-and-paragraph .nb-paragraph,
.page-content .nb-text-editor{
    color: var(--nb-text-color-secondary);
}
.text-info-3 .nb-title,
.basic-contact-form-3 .nb-title,
.carousel-banner-10 .nb-title,
.nb-cooperation-form-2 .nb-title,
.nb-career-form-2 .nb-title{
    font-family: var(--nb-body-font-family);
}
.text-info-3 .nb-icon-left-title-and-description-right-horizontal .nb-icon{
    color: var(--nb-color-black);
    font-size: 20px;
}
.text-info-3 .nb-icon-left-title-and-description-right-horizontal .nb-paragraph{
    color: var(--nb-custom-color-1);
}
.newsletter-form-1 .nb-btn{
    text-transform: uppercase;
    min-width: 140px;
}
.newsletter-form-1 .nb-content-wrapper .nb-button-inline-wrapper:has(.nb-input:-webkit-autofill) .nb-label{
    color: var(--nb-color-black);
}
.newsletter-form-1 .nb-content-wrapper .nb-button-inline-wrapper .nb-input:-webkit-autofill{
    box-shadow: unset;
    color: var(--nb-color-black) !important;
    -webkit-text-fill-color: var(--nb-color-black) !important;
}

.hero-banner-carousel .nb-text-wrapper p{
    margin: 0;
}

.nb-card-21 .category-and-date *{
    /*font-size: 14px;*/
}

.heading-with-icon-1 .nb-icon.nb-heading-icon::before,
.nb-heading-with-icon-1 .nb-icon.nb-heading-icon::before{
    content: url('../../../static/images/tike-redizajn/tike-znak-8.png') !important;
}

.ecommerce-header-3 .language-dropdown,
.ci-header-info-account,
.nb-sort-1,
.product-filter-category-attribute-horizontal-1,
.nb-title{
    text-transform: lowercase;
}
.ecommerce-header-3 .ci-header-info-account .nb-login{
    padding-right: 10px;
    border-right: 1px solid var(--nb-color-yellow);
}
.ecommerce-header-3 .info-account-1 .nb-login{
    border-color: var(--nb-color-yellow);
}
.nb-product-card-v3 .nb-product-name .nb-title{
    text-transform: uppercase;
}

h1.nb-title.nb-product-detail-product-name{
    font-family: var(--nb-h1-font-family);
}

.nb-product-description{
    font-size: 14px;
    padding-top: 20px;
}
.nb-product-short-description{
    font-size: 14px;
    color: var(--nb-color-gray-800);
}

.nb-article-list-accordion-2 .nb-accordion .accordion-button .nb-title {
    padding-right: 30px;
}

/* Navigation toggle */
.wsanimated-arrow span, .wsanimated-arrow span:before, .wsanimated-arrow span:after, .wsactive .wsanimated-arrow span:after{
    width: 25px;
    background: var(--nb-color-black);
    height: 3px;
}
.wsanimated-arrow span:before{
    top: 10px;
}
.wsanimated-arrow span:after{
    top: -10px;
}

.ecommerce-footer-3 .nb-footer-wrapper{
    background-image: url('../../../static/images/tike-redizajn/tike-footer-img.png');
    background-position: top left;
    background-repeat: no-repeat;
}
.ecommerce-footer-3 .nbf-footer-mobile-collapse{
    border-color: #dbdbdb4d;
}
.footer .Tike .ci-wrapper .gigya-screen-caption{
    font-family: var(--nb-body-font-family-secondary);
    text-transform: lowercase;
}
.footer .Tike .ci-wrapper .gigya-input-text{
    text-transform: lowercase;
}
.ecommerce-footer-3.footer .Tike .ci-wrapper .gigya-screen:has(.gigya-composite-control-checkbox.gigya-terms-error) .gigya-label *{
    color: var(--nb-color-red);
}

.nb-rating .nb-icon,
.nb-rating-show-with-count-of-reviews{
    font-size: 12px;
    color: var(--nb-color-black);
}

.nb-info-5 .nb-paragraph{
    font-size: 10px;
}



/* inputi */
.form-floating:has(.nb-input-2) .nb-float-label,
.form-floating .form-control.nb-input-2,
.form-floating .form-control.nb-textarea-2,
.form-floating .form-control.nb-textarea-2:focus,
.form-floating:has(.nb-textarea-2) .nb-float-label,
.form-floating .form-select.nb-select-2,
.form-floating:has(.nb-select-2) .nb-float-label{
    padding-left: 0;
}
.form-floating .form-select.nb-select-2{
    padding-left: 5px;
}
.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{
    transform: scale(.85) translateY(-.5rem) translateX(0px);
}
.form-floating .form-control.nb-input:focus,
.nb-select:focus{
    border-color: var(--nb-color-black);
}

/* cart */
.nb-step-basket .nb-step-title,
.nb-step-basket.solved .nb-step-title{
    color: var(--nb-color-gray-600);
}
.nb-checkout-progress-bar-1{
    max-width: 1000px;
    margin: auto;
}
.nb-prev-button-step, .nb-next-button-step{
    font-size: var(--nb-font-size-14);
}
.nb-cart-summary-1 .nb-price-without-taxes{
    font-weight: var(--nb-font-bold);
}
.nb-order-total-card-1 .nb-order-total-card-1-body .bottom-wrapper .nb-price-order-tax{
    font-size: var(--nb-font-size-20);
    font-weight: var(--nb-font-bold);
}

/* step 1 */
.nb-select:focus-visible{
    outline: none;
}
.nb-cart-product-items-1 .nb-products-wrapper .nb-cart-product-item-1{
    border-width: 0;
}
.nb-cart-product-items-1 .nb-products-wrapper .nb-cart-product-item-1:nth-of-type(even){
    background-color: var(--nb-color-white);
}
.block.nb-cart-product-items-1 .nb-desktop-title-wrapper .nb-paragraph{
    font-weight: var(--nb-font-semibold);
}
.nb-cart-item-name.nb-cart-item-name-m .nb-title{
    font-weight: var(--nb-font-medium);
}
.checkout-code-selection-1 .nb-title{
    font-family: var(--nb-body-font-family);
}
.nb-checkout-code-selection-tab-list-1 .nb-tabs.nb-tabs-2 .nb-nav-item .nb-nav-link {
    color: var(--nb-color-gray-600);
}
.nb-checkout-code-selection-tab-list-1 .nb-tabs.nb-tabs-2 .nb-nav-item .nb-nav-link.active{
    color: var(--nb-tab2-active-color);
}
.nb-checkout-code-selection-1 .nb-html-editor p{
    font-size: var(--nb-font-size-14);
}
.nb-checkout-code-selection-1 .nb-title{
    font-size: var(--nb-font-size-18);
}
.nb-free-delivery-threshold-notification-1 .nb-till-free-delivery .nb-bold-text{
    font-weight: var(--nb-font-bold);
}
.nb-free-delivery-threshold-notification-1 .nb-till-free-delivery .nb-paragraph{
    font-weight: var(--nb-font-semibold);
    font-size: var(--nb-font-size-16);
}
.nb-free-delivery-threshold-notification-1 .nb-till-free-delivery .nb-icon{
    color: var(--nb-color-black);
    margin-right: 20px;
}
.nb-gift-product-banner-1 .nb-title{
    font-size: var(--nb-font-size-30);
}
.nb-cart-gift-product-1 .nb-sub-heading{
    margin-bottom: 15px;
    font-size: var(--nb-font-size-18);
}
.nb-cart-gift-product-1 .nb-form-check {
    margin-bottom: 20px;
}
.nb-gift-product-banner-1 .nb-cart-gift-product-1 .nb-form-check .nb-label{
    font-size: var(--nb-font-size-14);
    margin-left: 15px;
}



/* step 3 */
.nb-delivery-method-options-list-1 .nb-title,
.nb-payment-method-options-list-1 .nb-title{
    font-family: var(--nb-body-font-family);
    font-size: var(--nb-font-size-20);
}

.nb-delivery-method-options-list-1 .nb-accordion .nb-accordion-button{
    font-family: var(--nb-body-font-family);
}
.nb-payment-method-options-list-1 .nb-accordion .nb-accordion-button{
    font-family: var(--nb-body-font-family);
}
.nb-delivery-method-options-list-1 .nb-accordion .nb-accordion-body .nb-delivery-option + .nb-delivery-option{
    margin-top: 40px;
}

.nb-accordion-3 .nb-accordion-item:has(.nb-accordion-button.collapsed){
    border-color: transparent;
    transition: border 0.4s ease;
}
.nb-accordion-3 .nb-accordion-item:has(.nb-accordion-collapse.show, .nb-accordion-collapse.collapsing){
    border: var(--nb-accordion-3-border-width) var(--nb-border-style) var(--nb-accordion-3-border-color);
}
.nb-delivery-method-options-list-1 .nb-accordion-3 .nb-accordion-item .nb-accordion-button,
.nb-payment-method-options-list-1 .nb-accordion-3 .nb-accordion-item .nb-accordion-button{
    flex-wrap: wrap;
}
.nb-delivery-method-options-list-1  .nb-accordion-body .nb-delivery-option .nb-form-check .nb-label,
.nb-payment-method-options-list-1 .nb-accordion-body .nb-payment-option .nb-form-check .nb-label{
    font-size: var(--nb-label-s);
}


/* step 4 */
.nb-delivery-address-form-1 .nb-cart-address-form-1 .nb-title,
.nb-delivery-address-form-1 .nb-cart-benefits-and-cta-1 .nb-title{
    font-family: var(--nb-body-font-family);
    font-size: var(--nb-font-size-20);
}
.nb-delivery-address-form-1 .nb-cart-address-form-1 .nb-sub-heading,
.nb-delivery-address-form-1 .nb-cart-benefits-and-cta-1 .nb-sub-heading{
    font-size: var(--nb-font-size-14);
}
.nb-delivery-address-form-1 .nb-cart-benefits-and-cta-1 .nb-btn-primary,
.nb-delivery-address-form-1 .nb-cart-benefits-and-cta-1 .nb-btn-dark:hover{
    color: var(--nb-btn-primary-hover-color);
    background: var(--nb-btn-primary-hover-bg);
    border-color: var(--nb-btn-primary-hover-border-color);
}
.nb-delivery-address-form-1 .nb-cart-benefits-and-cta-1 .nb-btn-dark,
.nb-delivery-address-form-1 .nb-cart-benefits-and-cta-1 .nb-btn-primary:hover{
    color: var(--nb-btn-secondary-hover-color);
    background: var(--nb-btn-secondary-hover-bg);
    border-color: var(--nb-btn-secondary-hover-border-color);
}
.nb-cart-address-form-1 .nb-heading-with-subheading,
.nb-cart-benefits-and-cta-1 .nb-heading-with-subheading{
    margin-bottom: 30px;
}

/* step 5 */
.nb-cart-total-1 .nb-cart-summary-2-card .nb-terms-of-use-and-sale a{
    color: var(--nb-text-color-primary);
    text-decoration: underline;
}
.nb-cart-total-1 .nb-cart-summary-2-card .nb-terms-of-use-and-sale a:hover{
    color: var(--nb-spec-color);
}
.nb-pre-confirmation-checkout-overview-1 .nb-overview-wrapper{
    border-radius: var(--nb-border-radius-0);
}
.nb-cart-total-1 .nb-cart-summary-2-card .nb-cart-summary-2-card-header .nb-title{
    font-family: var(--nb-body-font-family);
    font-size: var(--nb-font-size-18);
}
.nb-cart-product-items-2-block .nb-cart-product-item-3 .nb-price-wrapper .nb-cart-item-discount{
    font-size: var(--nb-font-size-14);
}
.nb-cart-product-items-2-block .nb-cart-product-item-3 .nb-price-wrapper .nb-cart-price-with-discount{
    font-size: var(--nb-font-size-14);
}
.nb-cart-product-items-2-block .nb-cart-product-item-3 .nb-cart-item-quantity-wrapper .nb-quantity-value{
    font-size: var(--nb-font-size-14);
}

/* order status */
.block.order-item-list-1 .nb-order-items-list-1{
    border-radius: var(--nb-border-radius-0);
}
.nb-order-total-amount-1 .nb-order-total-card-1-header .nb-title{
    font-size: var(--nb-font-size-18);
    font-family: var(--nb-body-font-family);
}
.nb-order-items-list-1 .nb-desktop-title-wrapper > *{
    font-size: var(--nb-font-size-14);
}

.nb-product-prices-3:has(.nb-top-wrapper .nb-price-regular.hidden) {
    flex-direction: row;
    align-items: center;
}

.nb-product-prices-3:has(.nb-top-wrapper .nb-price-regular.hidden):has(.nb-bottom-wrapper .nb-price:not(.hidden)) .nb-separator.hidden,
.nb-product-prices-3:has(.nb-top-wrapper .nb-price-regular.hidden):has(.nb-price-last-min-listview:not(.hidden)) .nb-separator.hidden {
    display: block !important;
}

.nb-product-card-v3 .nb-card-body .nb-product-prices-3 *{
    font-size: var(--nb-font-size-15);
}

.nb-card.nb-product-card .card-body.nb-card-body.nb-product-card-body > * + *{
    margin-top: 5px;
}
.hero-banner-carousel .nb-item .nb-content-wrapper .nb-text-wrapper .nb-display{
    font-size: 20px;
    font-weight: var(--nb-font-medium);
    margin-bottom: 10px;
}
.hero-banner-carousel .nb-content-wrapper .nb-btn-wrapper .nb-btn{
    color: var(--nb-btn-primary-hover-color);
    background: var(--nb-btn-primary-hover-bg);
    border-color: var(--nb-btn-primary-hover-border-color);
    width: 250px;
}
.hero-banner-carousel .nb-text-wrapper{
    margin-bottom: 20px;
}


.nb-card-21 .nb-category-and-title-wrapper .nb-title{
    font-size: var(--nb-font-size-30);
    font-weight: var(--nb-font-semibold);
    font-family: var(--nb-body-font-family);
}
.nb-card-21 .nb-category-and-title-wrapper .category-and-date *{
    font-size: var(--nb-font-size-20);
    font-weight: var(--nb-font-semibold);
    font-family: var(--nb-body-font-family);
}

.ecommerce-header-3 .wsmenu .wsmenu-list li:hover a{
    background-color: transparent;
}
.ecommerce-footer-3 .company-info-1 .nb-content-wrapper .nb-paragraph{
    color: var(--nb-color-gray-600);
}
.ecommerce-footer-3 .footer-links-1 .nb-title,
.ecommerce-footer-3 .company-info-1 .nb-title,
.ecommerce-footer-3 .social-networks-1 .nb-title,
.ecommerce-footer-3 .Tike .ci-wrapper .gigya-screen-caption{
    font-size: var(--nb-font-size-18);
}
.footer .Tike .gigya-screen-content .gigya-screen.gigya-subscribe-with-email-container .gigya-layout-row,
.footer .newsletter-form-1{
    min-width: 350px;
}
.footer .Tike .gigya-screen-content .gigya-screen.gigya-composite-control-active .gigya-layout-row.with-two-inputs,
.footer .newsletter-form-1{
    min-width: 350px;
}
.ecommerce-footer-3 .payment-card-1{
    gap: 10px;
}
.ecommerce-footer-3 .payment-card-1 .nb-img{
    max-height: 30px;
}

.product-detail-info-with-cta-1{
    margin-bottom: 40px;
}

.nb-location-info-box-1 .nb-location-phone .nb-link .nb-icon,
.nb-location-info-box-1 .nb-location-phone .nb-link .nb-location-phone-value,
.nb-location-info-box-1 .nb-location-address > * {
    color: var(--nb-text-color-primary);
}
.similar-product-list-carousel-2 .nb-heading-with-icon-1 .nb-title,
.nb-review-list-product-detail-1 .nb-heading-with-subheading .nb-title{
    font-size: var(--nb-h1-font-size);
    line-height: var(--nb-h1-line-height);
    height: calc(var(--nb-dt-rows) * var(--nb-h1-line-height) * var(--nb-h1-font-size));
}
.similar-product-list-carousel-2 .nb-heading-with-icon-1{
    margin-bottom: 20px;
}
.nb-voucher-product-detail-info-and-cta-1 .nb-quantity-product .nb-quantity-wrapper{
    border-radius: var(--nb-border-radius-0);
}
.nb-quantity-product .nb-quantity-arrows:last-of-type,
.nb-quantity-product .nb-quantity-arrows:first-of-type{
    border-radius: var(--nb-border-radius-0);
}

/* modal vaucer u korpi */
.voucher-product-settings-modal-1 .nb-accordion.nb-accordion-3 .nb-accordion-button {
    padding-left: var(--nb-accordion-3-btn-padding-y);
    padding-right: calc(var(--nb-accordion-3-add-padding) + var(--nb-accordion-3-btn-padding-x))
}

/* mini cart */
.nb-mini-cart-offcanvas-1 .nb-offcanvas{
    --nb-offcanvas-width: 450px;
    --nb-pricing-quick-basket-price-font-size: var(--nb-font-size-16);
    --nb-pricing-quick-basket-price-font-weight: var(--nb-font-medium);
    --nb-pricing-quick-basket-text-font-size: var(--nb-font-size-13);
}
.nb-mini-cart-offcanvas-1 .nb-offcanvas .nb-cart-items-list .nb-product-item{
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.nb-mini-cart-offcanvas-1 .nb-offcanvas{
    --nb-offcanvas-padding-x: 15px;
}
.nb-mini-cart-offcanvas-1 .nb-offcanvas-header .nb-title{
    --nb-h4-font-size: var(--nb-font-size-30);
    --nb-h4-line-height: 1.2;
    font-weight: var(--nb-font-bold);
}
.nb-mini-cart-offcanvas-1 .nb-offcanvas-body .nb-added-product-info{
    font-size: var(--nb-font-size-14);
    color: #111010;
}
.nb-mini-cart-offcanvas-1 .nb-offcanvas-body .nb-cart-item-name .nb-title{
    font-weight: var(--nb-font-regular);
}
.nb-mini-cart-offcanvas-1 .nb-cart-items-list .nb-selected-size{
    font-size: var(--nb-font-size-13);
    color: #929292;
}
.nb-mini-cart-offcanvas-1 .nb-cart-items-list .nb-prices-wrapper .nb-price-prev{
    font-size: var(--nb-font-size-14);
    --nb-price-prev-color: #989898;
}
.nb-mini-cart-offcanvas-1 .nb-cart-items-list .nb-price{
    font-size: var(--nb-font-size-16);
}
.nb-mini-cart-offcanvas-1 .nb-offcanvas-footer .nb-price-without-taxes{
    font-weight: var(--nb-font-semibold);
}

.nb-dropdown.nb-dropdown-v1 .nb-dropdown-toggle .nb-toggle:before,
.nb-delivery-method-options-list-1 .nb-accordion .accordion-button i.nb-toggle-icon:before {
    font-weight: 600 !important;
    vertical-align: middle;
}

.nb-last-viewed-product-list-carousel-2 .nb-slider .slick-track {
    margin-left: unset;
}

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

.gm-style .gm-style-iw-c {
    border-radius: var(--nb-border-radius-0);
}
/* product size popover */
.nb-size-popover {
    --nb-size-popover-max-width: 196px;
}
.nb-size-popover .popover-header{
    --nb-popover-header-font-size: var(--nb-font-size-12);
    --nb-popover-text-align: left;
}
.nb-size-popover .popover-body{
    padding: 10px;
    text-align: left;
}
.nb-size-popover .popover-body .nb-popover-size{
   font-size: var(--nb-font-size-12);
}

.nb-product-list-popover{
    z-index: 10000;
}
.nb-product-list-popover .popover-body .nb-popover-wrapper{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
/* brands */
.grid-brand-logo .nb-border{
    border-color: transparent;
}
.grid-brand-logo .nb-item{
    border-color: transparent;
    background-color: var(--nb-bg-secondary);
    margin-top: 0;
    margin-right: 10px;
}
.grid-brand-logo .row :not(:nth-of-type(-n+6)) .nb-item{
     margin-top: 10px;
 }
.grid-brand-logo .row :nth-of-type(6n) .nb-item{
    margin-right: 0;
}
.letters-list {
    background-color: var(--nb-bg-secondary);
    border-color: transparent;
}
.letters-list .nb-items-wrapper .nb-item {
    background-color: var(--nb-bg-primary);
}
.brands-list-by-letters .nb-items-wrapper{
    background-color: var(--nb-bg-secondary);
    padding: 10px;
}
.brands-list-by-letters .nb-items-wrapper .nb-title{
    margin-bottom: 10px;
}
.nb-product-stock-by-location-1 .nb-product-size-list-2 > .nb-size-value,
.nb-product-stock-by-location-1 .nb-product-size-list-2 .nb-component.nb-size-with-indicator{
    border-radius: var(--nb-border-radius-0);
}
.nb-product-stock-by-location-1 .nb-product-size-list-2 .nb-component.nb-size-value-box-1{
    border-radius: var(--nb-border-radius-0);
}
.compound-grid-banner-1{
    padding: 0 10px;
    aspect-ratio: 1920 / 800;
}
.nb-location-logo-and-name-1 a,
.nb-product-available-in-store-box-1 .nb-location-info-box-1 .nb-img-wrapper a{
    pointer-events: none;
}

.nb-heading-1 + .nb-article-list-accordion-2-block {
    margin-top: 0 !important;
}

/* SB Landing */

.nb-carousel-banner-8 .nb-img {
    max-height: 45px;
}

.nb-carousel-banner-8.nb-dark-bg .nb-slider-item .nb-slider-item-image .nb-img-wrapper {
    height: 65px;
}

.nb-single-banner-10 .nb-menu-links-1 .nb-link:before {
    display: none;
}

.nb-single-banner-10 .nb-menu-links-1 .nb-link:hover {
    text-decoration: underline;
    text-underline-offset: 5px;
}

/*********************/

@media screen and (max-width: 1700px) {
    .wsmenu>.wsmenu-list>li>a{
        padding: 0 15px;
    }
}
@media screen and (max-width: 1400px) {
    :root{
        --nb-navigation-1-font-size: 13px;
    }
    .wsmenu>.wsmenu-list>li>a{
        padding: 0 8px;
    }
}
@media screen and (max-width: 1200px) {
    :root{
        --nb-navigation-1-font-size: 12px;
    }
    .wsmenu>.wsmenu-list>li>a{
        padding: 0 5px;
    }

    .grid-brand-logo .row :not(:nth-of-type(-n+4)) .nb-item{
        margin-top: 10px;
    }
    .grid-brand-logo .row :nth-of-type(6n) .nb-item{
        margin-right: 10px;
    }
    .grid-brand-logo .row :nth-of-type(4n) .nb-item{
        margin-right: 0;
    }
}
@media screen and (max-width: 992px) {
    .grid-brand-logo .row :not(:nth-of-type(-n+3)) .nb-item{
        margin-top: 10px;
    }
    .grid-brand-logo .row :nth-of-type(4n) .nb-item{
        margin-right: 10px;
    }
    .grid-brand-logo .row :nth-of-type(3n) .nb-item{
         margin-right: 0;
     }
    .nb-filter-attributes .nb-dropdown-v1 .nb-dropdown-menu,
    .nb-filter-price .nb-dropdown-v1 .nb-dropdown-menu,
    .nb-filter-product-list .nb-dropdown-v1 .nb-dropdown-menu,
    .nb-category-filter .nb-dropdown-v1 .nb-dropdown-menu{
        padding: 20px 0 10px 0;
    }
    .nb-filter-attributes .nb-dropdown .nb-dropdown-toggle.show,
    .nb-filter-price .nb-dropdown .nb-dropdown-toggle.show,
    .nb-filter-product-list .nb-dropdown .nb-dropdown-toggle.show,
    .nb-category-filter .nb-dropdown .nb-dropdown-toggle.show{
        padding-bottom: 0;
    }
    .nb-filter-attributes .nb-dropdown .nb-dropdown-toggle.show .nb-dropdown-menu.show,
    .nb-filter-price .nb-dropdown .nb-dropdown-toggle.show .nb-dropdown-menu.show,
    .nb-filter-product-list .nb-dropdown .nb-dropdown-toggle.show .nb-dropdown-menu.show,
    .nb-category-filter .nb-dropdown .nb-dropdown-toggle.show .nb-dropdown-menu.show{
        padding-top: 20px;
    }
    .nb-product-filter-category-attribute-horizontal-1 .nb-first-row-wrapper{
        padding-top: 0;
    }
    .nb-product-filter-category-attribute-horizontal-1 .nb-sort-1{
        margin-right: 10px;
    }
    .nb-product-filter-category-attribute-horizontal-1 .nb-filter-mobile-button-1{
        flex-grow: 1;
        font-size: var(--nb-font-size-14);
    }
    .nb-product-filter-category-attribute-horizontal-1 .nb-sort-1 .nb-select{
        font-size: var(--nb-font-size-14);
    }

    .overlapblackbg, .wsactive .wsmenu, .wsmenu{
        top: 113px;
    }

    /* Mobile menu */
    .wsmenu>.wsmenu-list>li>a{
        border-bottom: none;
        padding: 15px 0;
    }
    .wsmenu>.wsmenu-list>li{
        width: calc(100% - 26px);
        border-bottom: 1px solid var(--nb-border-color);
    }
    .wsmenu>.wsmenu-list>li>.wsmegamenu.dropdown-1{
        padding: 10px 0;
        border-bottom: 0;
    }
    .user-links .nb-item{
        padding: 7px 13px;
    }
    .wsmenu>.wsmenu-list>li>.wsmenu-click>i{
        margin-right: 3px;
        margin-top: 23px;
    }
    .wsmenu>.wsmenu-list>li .wsmenu-click.ws-activearrow>i{
        margin-top: 28px;
    }

    .nb-search-categories-1 .nb-no-results-text{
        margin-bottom: 0;
    }
    .nb-search-product-grid-1 .nb-title-link-wrapper,
    .nb-search-categories-1 > .nb-title{
        margin-bottom: 10px;
    }
    .nb-search-results-wrapper > .row{
        gap: 0;
    }
    .nb-search-product-grid-1 .nb-title-link-wrapper .nb-link{
        padding: 0;
        border: none;
        text-decoration: underline;
    }
    .gift-product-banner-1 .nb-cart-gift-product-section-1 .col-12:has(.nb-img-wrapper){
        margin-top: 0;
    }
    .gift-product-banner-1 .nb-cart-gift-product-section-1 .nb-img-wrapper{
        display: none;
    }
}
@media screen and (max-width: 768px) {
    .grid-brand-logo .row :not(:nth-of-type(-n+2)) .nb-item{
        margin-top: 10px;
    }
    .grid-brand-logo .row :nth-of-type(3n) .nb-item{
        margin-right: 10px;
    }
    .grid-brand-logo .row :nth-of-type(2n) .nb-item{
        margin-right: 0;
    }
    .hero-banner-carousel .nb-item .nb-content-wrapper .nb-text-wrapper .nb-sub-heading{
        --nb-sub-heading-s: var(--nb-font-size-16);
    }

    .nb-product-listing .layout:first-of-type{
        margin-top: 10px !important;
    }
    .layout:has(.product-category-breadcrumbs-inline-1){
        display: none;
    }
    .nb-breadcrumb-wrapper{
        display: none;
    }

    .nb-card-21 .nb-title{
        font-size: 14px;
        line-height: 20px;
    }
    .ecommerce-footer-3 .nb-footer-bottom-wrapper{
        padding: 20px 0 10px 0;
    }

    .ecommerce-header-3 .nb-logo .nb-img{
        max-height: 30px;
    }
    .nb-delivery-method-options-list-1 .nb-accordion .nb-accordion-button,
    .nb-payment-method-options-list-1 .nb-accordion .nb-accordion-button{
        font-size: var(--nb-font-size-15);
    }
    .nb-cart-summary-2-card .nb-cart-summary-2-card-body .bottom-wrapper .nb-text-wrapper .nb-paragraph{
        font-size: var(--nb-font-size-16);
    }
    .nb-price-with-taxes .nb-price-value {
        font-size: var(--nb-font-size-18);
    }
    .nb-order-item-box-1 .nb-order-item-price-and-quantity-wrapper .nb-order-item-price *{
        font-size: var(--nb-font-size-12);
    }
    .nb-order-total-card-1 .nb-order-total-card-1-body .bottom-wrapper .nb-price-order-tax{
        font-size: var(--nb-font-size-18);
    }
    .nb-order-total-card-1 .nb-order-total-card-1-body .bottom-wrapper .nb-text-wrapper .nb-paragraph{
        font-size: var(--nb-font-size-16);
    }
    .product-detail-info-with-cta-1{
        margin-bottom: 30px;
    }
    .nb-product-detail-info-with-cta-1 .nb-product-prices-4 .nb-price{
        font-size: var(--nb-font-size-16);
    }
    .nb-product-detail-info-with-cta-1 .nb-info-wrapper .nb-product-detail-info-5-slider {
        gap: 5px;
    }
    .compound-grid-banner-1{
        margin-top: -10px;
        padding: 0;
    }
    .nb-card-21 .nb-category-and-title-wrapper .nb-title{
        font-size: var(--nb-font-size-14);
    }
    .nb-card-21 .nb-category-and-title-wrapper .category-and-date *{
        font-size: var(--nb-font-size-14);
    }

    .nb-cart-product-item-3 .nb-mobile-quantity-prices-wrapper {
        border-radius: var(--nb-border-radius-0);
    }

    .ci-header-info-account-mobile .nb-item{
        padding: 17px 20px;
    }
    .nb-profile-menu-3 .profile-menu-3-content .nb-title,
    .nb-profile-menu-3 .profile-menu-3-content .nb-icon{
        color: var(--nb-color-white);
    }
}

.nb-product-card-v3 .nb-product-image-with-positioned-content-v1 .nb-img-wrapper{
    aspect-ratio: 1;
}

@media screen and (min-width: 768px) {
    .product-detail-gallery-carousel-2 .nb-product-content-position-1 .nb-position.nb-top-right-content{
        top: calc(var(--nb-spacer-y) * 2);
        right: calc(var(--nb-spacer-x) * 2);
    }

    .nb-youtube-video-1 .nb-yt-video {
        min-height: 430px;
    }
}
@media screen and (max-width: 576px) {

    .nb-single-banner-10 .nb-menu-links-1 {
        justify-content: space-between;
        padding: 0 20px;
    }

    .nb-grid-banner-6 .nb-login-or-register-1 .nb-btn-wrapper {
        max-width: 100%;
        width: 100%;
    }

    .nb-grid-banner-6 .nb-login-or-register-1 .nb-btn-wrapper .nb-register {
        width: calc(100% - 15px);
        min-width: unset;
        margin: 0 auto;
    }

    .nb-grid-banner-6.nb-dark-bg.nb-dark-bg-2 .nb-img {
        max-height: 50px;
    }

    .nb-grid-banner-8 .row {
        flex-direction: column-reverse;
    }

    .layout:has(.nb-grid-banner-8) {
        background-color: var(--nb-color-black);
    }

    .nb-grid-banner-8 {
        margin: 0 15px;
    }

    .nb-grid-banner-8 .nb-slider-item-box-16 {
        background-color: var(--nb-color-white);
    }

    .nb-grid-banner-8 .nb-slider-item-box-16 .nb-wrapper {
        padding: 20px 15px;
        text-align: left;
    }

    .nb-padding-bottom-80 {
        padding-bottom: 40px !important;
    }

    .nb-padding-top-80 {
        padding-top: 40px !important;
    }

    .layout.layout100percent.nb-block-spacer-50 .block + .block.nb-article-list-accordion-2-block {
        margin-top: 0;
    }

    .layout.layout100percent.nb-block-spacer-50 .block + .block.nb-list-banner-5 {
        margin-top: 20px;
    }

    .nb-article-list-accordion-2-block.nb-dark-bg .nb-accordion.nb-accordion-2 .nb-accordion-button .nb-title {
        font-size: var(--nb-font-size-16);
    }

    .nb-single-banner-2 .nb-img-wrapper .nb-img {
        width: 100%;
    }

    .nb-youtube-video-1 .nb-yt-video .nb-volume-controls {
        bottom: 15px;
    }

    .nb-youtube-video-1 .nb-yt-video {
        min-height: 240px;
    }

    .ecommerce-footer-3 .nb-footer-wrapper .container > .row > * {
        padding-left: 15px;
        padding-right: 15px;
    }
    .ecommerce-footer-3 .footer-links-1 .nb-title,
    .ecommerce-footer-3 .company-info-1 .nb-title,
    .ecommerce-footer-3 .social-networks-1 .nb-title,
    .ecommerce-footer-3 .Tike .ci-wrapper .gigya-screen-caption{
        font-size: var(--nb-font-size-16);
    }
    .footer .Tike .gigya-screen-content .gigya-screen.gigya-subscribe-with-email-container .gigya-layout-row,
    .footer .newsletter-form-1{
        min-width: 320px;
    }
    .footer .Tike .gigya-screen-content .gigya-screen.gigya-composite-control-active .gigya-layout-row.with-two-inputs,
    .footer .newsletter-form-1{
        min-width: 320px;
    }
    .ecommerce-footer-3 .payment-card-1 .nb-img{
        max-height: 25px;
    }

    .nb-mini-cart-offcanvas-1 .nb-offcanvas{
        --nb-pricing-quick-basket-text-font-size: var(--nb-font-size-13);
    }
    .nb-mini-cart-offcanvas-1 .nb-offcanvas-header .nb-title{
        --nb-h4-font-size: var(--nb-font-size-24);
    }
    .nb-mini-cart-offcanvas-1 .nb-offcanvas-body .nb-cart-items-list .nb-product-item .nb-img{
        max-width: 80px;
    }
    .nb-mini-cart-offcanvas-1 .nb-cart-items-list .nb-price{
        font-size: var(--nb-font-size-14);
    }
    .nb-mini-cart-offcanvas-1 .nb-cart-items-list .nb-prices-wrapper .nb-price-prev{
        font-size: var(--nb-font-size-12);
    }
    .nb-pricing-quick-basket-1 .nb-pricing-wrapper .nb-price-without-taxes.nb-price *,
    .nb-pricing-quick-basket-1 .nb-pricing-wrapper .nb-price-courier.nb-price *{
        font-size: var(--nb-font-size-14);
    }
    .nb-pricing-quick-basket-1 .nb-pricing-wrapper .nb-final-price.nb-price *{
        font-size: var(--nb-font-size-16);
    }

    /* popust na kartici proizvoda */
    .nb-discount.nb-discount-rectangle .nb-discount-value-wrapper,
    .nb-discount.nb-discount-rectangle .nb-additional-discount-value-wrapper{
        width: 45px;
        height: 20px;
        font-size: 14px;
    }
    .nb-additional-discount-wrapper .nb-icon{
        font-size: 13px;
    }
    .custom-product-list-carousel-2 .nb-product-card-v3 .nb-card-body .nb-product-name .nb-title,
    .similar-product-list-carousel-2 .nb-product-card-v3 .nb-card-body .nb-product-name .nb-title{
        --nb-product-name-font-size: var(--nb-font-size-14);

    }
    .custom-product-list-carousel-2 .nb-product-card-v3 .nb-card-body .nb-product-prices-3 *,
    .similar-product-list-carousel-2 .nb-product-card-v3 .nb-card-body .nb-product-prices-3 *{
        font-size: var(--nb-font-size-13);
    }
    .nb-product-card-v3 .nb-card-body .nb-product-prices-3 *{
        font-size: var(--nb-font-size-12);
    }

    .nb-gift-product-banner-1 .nb-title{
        display: none;
    }
    .nb-margin-top-80, .nb-margin-top-70, .nb-margin-top-60, .nb-margin-top-50, .nb-margin-top-40, .nb-margin{
        margin-top: 30px !important;
    }
    .nb-margin-bottom-80, .nb-margin-bottom-70, .nb-margin-bottom-60, .nb-margin-bottom-50, .nb-margin-bottom-40, .nb-margin{
        margin-bottom: 30px !important;
    }
}
