
/*
/* 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:'./components/complex/search/search-icon/search-icon.css.'
*/:root {
    --nb-search-icon-font-size: 25px;
}

.nb-search-icon{
    cursor: pointer;
    display: inline-block;
}

.nb-search-icon .nb-icon{
    font-size: var(--nb-search-icon-font-size);
    line-height: 1;
}

.nb-search-icon .nb-icon.nb-search-close{
    position: absolute;
    right: 10px;
    top: 12px;
}

body.open-search .nb-search-icon{
    position: static;
}

.nb-search-icon .nb-search-input-wrapper{
    position: absolute;
    right: 0;
    top: -10px;
    width: 300px;
    display: none;
}

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

/*
/* NB Fajl:'./components/header-components/cart-with-badge/NB7CartWithBadge1/NB7CartWithBadge1.css.'
*/.cart-with-badge-1{
    width: 25px;
    height: 25px;
    border: 1px solid var(--nb-color-black);
    border-radius: var(--nb-border-radius-full);
    display: inline-block;
    font-size: var(--nb-paragraph-s);
    line-height: 23px;
    text-align: center;
    cursor: pointer;
}

.cart-with-badge-1.active{
    border: none;
    position: relative;
}

.cart-with-badge-1.active:before {
    content: '';
    position: absolute;
    inset: -1px;
    border: 1px dashed var(--nb-color-black);
    border-radius: var(--nb-border-radius-full);
    animation: rotate 4s linear infinite;
}

@keyframes rotate {
    100% {
        transform: rotate(1turn);
    }
}
/*
/* NB Fajl:'./_blocks/header-and-footer/header/ecommerce-header/ecommerce-header-3/ecommerce-header-3.css.'
*/.ecommerce-header-3{
    border-bottom: 1px solid var(--nb-border-color);
    background: var(--nb-color-white);
}

.ecommerce-header-3 .nb-header-top-wrapper{
    background-color: var(--nb-color-black);
    padding: 0;
    height: 40px;
}
/* skip header-a */
.ecommerce-header-3 .nb-skip-header-element{
    opacity: 0;
    position: absolute;
}
.ecommerce-header-3 .nb-skip-header-element:focus-visible{
    opacity: 1;
}
.ecommerce-header-3 .nb-skip-header-element:focus-visible ~ .language-dropdown{
    opacity: 0;
}
.ecommerce-header-3 .nb-header-top-wrapper .row{
    height: 40px;
    align-items: center;
}

.ecommerce-header-3 .nb-header-top-wrapper .row,
.ecommerce-header-3 .nb-header-top-wrapper .row > *{
    margin-top: 0;
}

.ecommerce-header-3 .info-account-1{
    justify-content: flex-end;
}

.ecommerce-header-3 .language-dropdown{
    width: fit-content;
}

.ecommerce-header-3 .nb-header-top-wrapper,
.ecommerce-header-3 .nb-header-top-wrapper *{
    color: var(--nb-color-white);
}

.ecommerce-header-3 .nb-header-top-wrapper .nb-icon{
    max-height: 16px;
}

.ecommerce-header-3 .nb-header-wrapper{
    /*padding: 12px 0;*/
}

.ecommerce-header-3 .nb-cart-search-wrapper{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 24px;
    position: relative;
}

.ecommerce-header-3 .nb-logo .nb-img{
    max-height: 50px;
}

.ecommerce-header-3 .info-carousel{
    height: auto;
}

.ecommerce-header-3 .info-carousel .nb-item{
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ecommerce-header-3 .info-carousel .nb-item *{
    -webkit-line-clamp: 2;
}

@media screen and (max-width: 991px){
    .mobile-hidden{
        display: none;
    }
    .nb-logo{
        text-align: center;
        max-width: 150px;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
    .ecommerce-header-3 .info-carousel .nb-slider-arrows > .slider-prev,
    .ecommerce-header-3 .info-carousel .nb-slider-arrows > .slider-next{
        transform: none;
    }

    .ecommerce-header-3 .nb-cart-search-wrapper{
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        gap: 10px;
    }

}

/*
/* NB Fajl:'./components/header-components/language-selector/NB7LanguageDropdown/NB7LanguageDropdown.css.'
*/:root {
    /*  Variables  */
    --nb-language-dropdown-color: var(--nb-text-color-primary);
    --nb-language-dropdown-hover-color: var(--nb-spec-color);
    --nb-language-dropdown-font-size: var(--nb-paragraph-s);
    --nb-language-dropdown-font-weight: var(--nb-font-semibold);
    --nb-language-dropdown-item-font-size: var(--nb-h6-font-size);
    --nb-language-dropdown-item-font-weight: var(--nb-font-semibold);
    --nb-language-dropdown-border-color: var(--nb-border-color);
    --nb-language-dropdown-border-radius: var(--nb-border-radius-0);
    --nb-language-dropdown-min-width: 100px;
}

.language-dropdown > .dropdown-toggle{
    display: flex;
    gap: 5px;
    font-size: var(--nb-language-dropdown-font-size);
    font-weight: var(--nb-language-dropdown-font-weight);
    color: var(--nb-language-dropdown-color);
}

.language-dropdown > .dropdown-toggle.show .nb-icon.bi-chevron-down{
    transform: rotateZ(180deg);
}

.language-dropdown > .nb-dropdown-menu{
    min-width: var(--nb-language-dropdown-min-width);
    border-radius: var(--nb-language-dropdown-border-radius);
    border-color: var(--nb-language-dropdown-border-color);
    padding: 15px;
    top: 10px !important;
}

.language-dropdown > .nb-dropdown-menu .nb-item + .nb-item{
    margin-top: 5px;
}

.language-dropdown > .nb-dropdown-menu a{
    color: var(--nb-language-dropdown-color);
    font-size: var(--nb-language-dropdown-item-font-size);
    font-weight: var(--nb-language-dropdown-item-font-weight);
    display: flex;
    width: inherit;
}

.language-dropdown > .nb-dropdown-menu a:hover{
    color: var(--nb-language-dropdown-hover-color);
}

.language-dropdown > .nb-dropdown-menu a .nb-img{
    max-width: 25px;
    margin-right: 10px;
}

.language-dropdown .dropdown-toggle::after{
    display: none;
}

.language-dropdown > .nb-dropdown-menu:before,
.language-dropdown > .nb-dropdown-menu:after{
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
}

.language-dropdown > .nb-dropdown-menu:before{
    top: -21px;
    border-color: transparent transparent var(--nb-language-dropdown-border-color) transparent;
    border-width: 10px;
}

.language-dropdown > .nb-dropdown-menu:after{
    top: -20px;
    border-color: transparent transparent var(--nb-color-white) transparent;
    border-width: 10px;
}

/*
/* NB Fajl:'./components/complex/elements/indicators/carousel-indicators/carousel-indicators/carousel-indicators.css.'
*//* Slider dots */

.nb-slider-dots .slick-dots > li{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--nb-dots-color);
    position: relative;
    cursor: pointer;
}

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

.nb-slider-dots .slick-dots > li:before{
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--nb-dots-active-color);
    opacity: 0.4;
    top: 0;
    left: 0;
    transform: scale(1);
    transition: transform .3s ease-in-out;
    z-index: -1;
}

.nb-slider-dots .slick-dots > li.slick-active:before{
    transform: scale(1.5);
    z-index: 1;
}

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

/* Slider inline indicators */

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

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

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

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

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

/* Vertical indicators */

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

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

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

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

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

/* Absolute bottom left*/

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


/* horizontal scrollbar */

.nb-slider-indicators-inline-scroll::-webkit-scrollbar{
    height: var(--nb-scrollbar-height);
}
.nb-slider-indicators-inline-scroll::-webkit-scrollbar-track{
    background: var(--nb-scrollbar-track-bg);
}
.nb-slider-indicators-inline-scroll::-webkit-scrollbar-thumb{
    background: var(--nb-scrollbar-thumb-bg);
}
/*
/* NB Fajl:'./components/header-components/NB7InfoCarousel2/NB7InfoCarousel2.css.'
*/:root {
    --nb-info-carousel-2-font-size: var(--nb-link-xs);
    --nb-info-carousel-2-line-height: 15px;
    --nb-info-carousel-2-height: 30px;
}

.info-carousel-2{
    height: calc(2 * var(--nb-info-carousel-2-line-height));
}

.info-carousel-2 .nb-item{
    text-align: center;
    height: var(--nb-info-carousel-2-height);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.info-carousel-2 .nb-item *{
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: var(--nb-info-carousel-2-font-size);
    line-height: var(--nb-info-carousel-2-line-height);
    margin: 0;
}

.info-carousel-2 .nb-slider-arrows > .slider-prev{
    position: relative;
    left: 0;
    transform: translateX(-100%);
}

.info-carousel-2 .nb-slider-arrows > .slider-next{
    position: relative;
    right: 0;
    transform: translateX(100%);
}

/*
/* NB Fajl:'./components/complex/plugin/customer-identity/ci-header-info-account/ci-header-info-account.css.'
*/:root {
    /* Variables */
    --nb-ci-header-info-account-font-size: var(--nb-link-xs);
    --nb-ci-header-info-account-icon-font-size: var(--nb-icon-size-m);
    --nb-ci-header-info-account-font-weight: var(--nb-body-font-weight);
    --nb-ci-header-info-account-color: var(--nb-text-color-primary);
    --nb-ci-header-info-account-border-color: var(--nb-spec-color);
}

.ci-header-info-account{
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 10px;
    color: var(--nb-ci-header-info-account-color);
}

.ci-header-info-account *{
    font-size: var(--nb-ci-header-info-account-font-size);
    font-weight: var(--nb-ci-header-info-account-font-weight);
    cursor: pointer;
}

.ci-header-info-account .nb-icon{
    font-size: var(--nb-ci-header-info-account-icon-font-size);
}

.ci-header-info-account .nb-ci-no-service-info {
    max-height: 30px;
}

.ci-header-info-account .nb-ci-no-service-info .nb-paragraph{
    font-size: var(--nb-paragraph-s);
}
/*
/* NB Fajl:'./components/header-components/navigation-dropdown/dropdown-1/dropdown-1.css.'
*/:root {
    --nb-dropdown-1-link-font-size: var(--nb-link-l);
    --nb-dropdown-1-link-line-height: 24px;
    --nb-dropdown-1-link-font-weight: var(--nb-body-font-weight);
    --nb-dropdown-1-link-color: var(--nb-text-color-secondary);
    --nb-dropdown-1-link-hover-color: var(--nb-spec-color);
}

.wsmenu>.wsmenu-list>li>.wsmegamenu.dropdown-1{
    padding: 40px 0;
}

.dropdown-1 .nb-items-wrapper{
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.dropdown-1 .large-menu-icon{
    font-size: var(--nb-display-text-l);
}

.dropdown-1 .item-image .nb-link{
    margin-top: 15px;
    display: block;
}

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

.dropdown-1 .item-image:hover .nb-link,
.dropdown-1 .nb-link:hover{
    color: var(--nb-dropdown-1-link-hover-color);
}

@media screen and (max-width: 991px) {
    .wsmenu>.wsmenu-list>li>.wsmegamenu.dropdown-1{
        padding: 20px 20px;
    }
    .dropdown-1 .col-12{
        padding: 0;
    }

    .dropdown-1 .nb-link{
        font-size: 14px;
        line-height: 20px;
    }
}

/*
/* NB Fajl:'./components/header-components/user/NB7UserLinks/NB7UserLinks.css.'
*/:root {
    --nb-user-links-font-size: 14px;
    --nb-user-links-font-weight: var(--nb-body-font-weight);
    --nb-user-links-line-height: 20px;
    --nb-user-links-color: var(--nb-text-color-primary);
    --nb-user-links-bg: var(--nb-bg-secondary);
}

.user-links{
    text-align: left;
    background: var(--nb-user-links-bg);
}

.user-links .nb-icon{
    margin-right: 10px;
    color: var(--nb-user-links-color);
}

.user-links .nb-item{
    padding: 7px 20px;
}
.user-links .nb-item + .nb-item{
    border-top: 1px solid var(--nb-color-white);
}

.user-links .nb-link{
    font-size: var(--nb-user-links-font-size);
    line-height: var(--nb-user-links-line-height);
    font-weight: var(--nb-user-links-font-weight);
    color: var(--nb-user-links-color);
}
/*
/* NB Fajl:'./components/complex/plugin/customer-identity/ci-header-info-account-mobile/ci-header-info-account-mobile.css.'
*/:root {
    --nb-ci-header-info-account-mobile-font-size: 14px;
    --nb-ci-header-info-account-mobile-font-weight: var(--nb-body-font-weight);
    --nb-ci-header-info-account-mobile-line-height: 20px;
    --nb-ci-header-info-account-mobile-color: var(--nb-text-color-primary);
    --nb-ci-header-info-account-mobile-bg: var(--nb-bg-secondary);
}

.ci-header-info-account-mobile{
    text-align: left;
    background: var(--nb-ci-header-info-account-mobile-bg);
}

.ci-header-info-account-mobile .nb-icon{
    margin-right: 10px;
    color: var(--nb-ci-header-info-account-mobile-color);
}

.ci-header-info-account-mobile .nb-item{
    padding: 7px 20px;
}
.ci-header-info-account-mobile .nb-item + .nb-item{
    border-top: 1px solid var(--nb-color-white);
}

.ci-header-info-account-mobile .nb-link{
    font-size: var(--nb-ci-header-info-account-mobile-font-size);
    line-height: var(--nb-ci-header-info-account-mobile-line-height);
    font-weight: var(--nb-ci-header-info-account-mobile-font-weight);
    color: var(--nb-ci-header-info-account-mobile-color);
}

@media screen and (max-width: 992px) {
    .ci-header-info-account-mobile .nb-ci-no-service-info {
        padding: 15px;
        max-height: unset;
    }

    .ci-header-info-account-mobile .nb-ci-no-service-info .nb-paragraph {
        color: var(--nb-text-color-primary);
    }
}
/*
/* NB Fajl:'./components/header-components/navigation/main-navigation-1/main-navigation-1.css.'
*/:root{
    --nb-navigation-1-height: 70px;
    --nb-navigation-1-mobile-height: 60px;
    --nb-navigation-1-mobile-width: 300px;

    --nb-navigation-1-font-size: var(--nb-link-s);
    --nb-navigation-1-font-weight: var(--nb-body-font-weight);
    --nb-navigation-1-color: var(--nb-text-color-primary);
    --nb-navigation-1-hover-color: var(--nb-spec-color);
}

.wsmenu{
    font-family: var(--nb-body-font-family);
}

.wsmenu>.wsmenu-list>li{
    float: none;
    display: inline-block;
}
.wsmainfull{
    height: var(--nb-navigation-1-height);
    --nb-gutter-y: 0;
}

.wsmenu-list li + .nb-enter-dropdown{
    opacity: 0;
    position: relative;
    left: -15px;
    top: -35px;
    color: var(--nb-text-color-primary);
}
.wsmenu-list li + .nb-enter-dropdown .nb-icon{
    font-size: var(--nb-font-size-10);
    position: relative;
    left: -1px;
}
.wsmenu-list li + .nb-enter-dropdown:focus-visible{
    opacity: 1;
}

@media screen and (min-width: 992px) {
    .wsmenu-list li + .nb-enter-dropdown{
        top: 0;
        border: unset;
        background-color: transparent;
    }
    .wsmenu{
        float: none;
        width: 100%;
    }

    .wsmenu>.wsmenu-list{
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .wsmenu>.wsmenu-list>li>a{
        color: var(--nb-navigation-1-color);
        padding: 0 25px;
        line-height: var(--nb-navigation-1-height);
        font-size: var(--nb-navigation-1-font-size);
        font-weight: var(--nb-navigation-1-font-weight);
        display: inline-block;
    }
    .wsmenu>.wsmenu-list>li>a.active,
    .wsmenu>.wsmenu-list>li>a:hover{
        color: var(--nb-navigation-1-hover-color);
    }

    .wsmenu>.wsmenu-list>li>.wsmegamenu{
        top: var(--nb-navigation-1-height);
    }

    .main-navigation-1 .wsmenu-list .ci-header-info-account-mobile,
    .main-navigation-1 .wsmenu-list .user-links{
        display: none;
    }
}

@media screen and (max-width: 1400px) {
    .wsmenu>.wsmenu-list>li>a{
        padding: 0 15px;
    }
}

@media screen and (max-width: 1200px) {
    .wsmenu>.wsmenu-list>li>a{
        padding: 0 8px;
    }
}

@media screen and (max-width: 991px) {
    .wsanimated-arrow{
        margin: 0;
        top: 50%;
        transform: translateY(-50%);
        left: 10px;
        z-index: 9999;
    }

    .wsmainfull{
        height: var(--nb-navigation-1-mobile-height);
    }

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

    .wsmenu>.wsmenu-list{
        width: var(--nb-navigation-1-mobile-width);
        margin-left: calc(-1 * var(--nb-navigation-1-mobile-width));
    }

    .overlapblackbg{
        width: calc(100% - var(--nb-navigation-1-mobile-width));
    }

    .wsmenu>.wsmenu-list>li>a{
        font-size: 15px;
        color: var(--nb-navigation-1-color);
        padding: 10px 20px;
        font-weight: var(--nb-navigation-1-font-weight);
    }

    .wsmenu>.wsmenu-list>li>.wsmenu-click>i:before{
        border-color: var(--nb-navigation-1-color);
    }

}

/*
/* NB Fajl:'./components/complex/product/product-card/product-card.css.'
*/
/*
    PRODUCT CARD komponenta
*/

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

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

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

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

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

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

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

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

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

}

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

}

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

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

.nb-price-loyalty {
    display: flex;
    align-items: stretch;
    gap: 2px;
    height: auto;
    font-size: var(--nb-price-loyalty-font-size);
    font-weight: var(--nb-price-loyalty-font-weight);
    line-height: var(--nb-price-loyalty-line-height);
    color: var(--nb-price-loyalty-color);
}
/*
/* NB Fajl:'./components/complex/product/product-price/price-last-min-listview/price-last-min-listview.css.'
*/:root {
    --nb-price-last-min-listview-font-size: var(--nb-price-prev-font-size);
    --nb-price-last-min-listview-font-weight: var(--nb-price-prev-font-weight);
    --nb-price-last-min-listview-line-height: var(--nb-price-prev-line-height);
    --nb-price-last-min-listview-color: var(--nb-price-prev-color);
    --nb-price-last-min-listview-text-decoration: var(--nb-price-prev-text-decoration);
}

.nb-price-last-min-listview {
    display: flex;
    gap: 2px;
    font-size: var(--nb-price-last-min-listview-font-size);
    font-weight: var(--nb-price-last-min-listview-font-weight);
    line-height: var(--nb-price-last-min-listview-line-height);
    color: var(--nb-price-last-min-listview-color);
    text-decoration: var(--nb-price-last-min-listview-text-decoration);
}

.nb-price-last-min-listview .nb-price-last-min-listview-discount,
.nb-price-last-min-listview .nb-price-last-min-listview-label{
    display: none;
}

.nb-price-last-min-listview .nb-price-last-min-discount.red{
    color: var(--nb-color-red);
}
/*
/* NB Fajl:'./components/complex/product/product-prices/product-prices-3/product-prices-3.css.'
*/:root {
    --nb-product-price-v3-separator: '/';
}

.nb-product-prices-3 {
    display: flex;
    gap: 5px;
    flex-direction: column;
    width: fit-content;
}

.nb-product-prices-3 .nb-top-wrapper,
.nb-product-prices-3 .nb-bottom-wrapper {
    display: flex;
    gap: 5px;
    align-items: center;
}

.nb-product-prices-3 .nb-separator::before{
    content: var(--nb-product-price-v3-separator);
}
/*
/* NB Fajl:'./components/product/product-size-2/product-size-2.css.'
*/:root {
    --nb-product-size-2-color: var(--nb-text-color-primary);
    --nb-product-size-2-bg-color: var(--nb-bg-primary);
    --nb-product-size-2-border-color: var(--nb-border-color);

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

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

    --nb-product-size-2-disabled-border-color: var(--nb-border-color);
    --nb-product-size-2-disabled-color: var(--nb-color-secondary);
    --nb-product-size-2-disabled-bg-color: var(--nb-bg-secondary);
}

.nb-product-size{
    color: var(--nb-product-size-2-color);
    background-color: var(--nb-product-size-2-bg-color);
    border: var(--nb-border-width) var(--nb-border-style) var(--nb-product-size-2-border-color);
    border-radius: var(--nb-product-size-2-border-radius);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 12px;
    box-sizing: border-box;
    cursor: pointer;
}
.nb-product-size.active,
.nb-product-size:hover,
.nb-product-size:focus{
    color: var(--nb-product-size-2-active-color);
    background-color: var(--nb-product-size-2-active-bg-color);
    border: var(--nb-border-width) var(--nb-border-style) var(--nb-product-size-2-active-border-color);
}

.nb-product-size.disabled{
    color: var(--nb-product-size-2-disabled-color);
    background-color: var(--nb-product-size-2-disabled-bg-color);
    border: var(--nb-border-width) var(--nb-border-style) var(--nb-product-size-2-disabled-border-color);
    cursor: not-allowed;
}
/*
/* NB Fajl:'./components/complex/size/selected-size/selected-size-1/selected-size-1.css.'
*/:root {
    --nb-selected-size-1-font-size: var(--nb-h6-font-size);
    --nb-selected-size-1-font-weight: var(--nb-h6-font-weight);
    --nb-selected-size-1-color: var(--nb-text-color-primary);
}

.nb-selected-size-1 {
    font-size: var(--nb-selected-size-1-font-size);
    font-weight: var(--nb-selected-size-1-font-weight);
    color: var(--nb-selected-size-1-color);
}

.nb-selected-size-1 > .custom-text{
    display: inline-block;
}
/*
/* NB Fajl:'./components/core/size/size-type-link-1/size-type-link-1.css.'
*/:root {
    --nb-size-type-link-1-font-size: var(--nb-paragraph-m);
    --nb-size-type-link-1-color: var(--nb-text-color-secondary);
    --nb-size-type-link-1-active-color: var(--nb-text-color-primary);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* resiti kao brendove svaki da ima svoj border */
.nb-product-size-list-1 .nb-size-value-box-1 {
    flex: 0 0 16.666666%;
    border: var(--nb-product-size-list-1-border-width) var(--nb-border-style) var(--nb-product-size-list-1-border-color);
    border-left: var(--nb-product-size-list-1-border-width) var(--nb-border-style) transparent;
}

.nb-product-size-list-1 .nb-size-value-box-1:not(:nth-of-type(-n+6)) {
    border-top: 0;
}

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

.nb-product-size-list-1 .nb-size-with-popover {
    flex: 0 0 16.666666%;
}

.nb-product-size-list-1 .nb-size-with-popover:not(:nth-of-type(-n+6)) .nb-size-value-box-1,
.nb-product-size-list-1 .nb-size-with-popover:not(:nth-of-type(-n+6)) .nb-size-value-box-1.disabled.active,
.nb-product-size-list-1 .nb-size-with-popover:not(:nth-of-type(-n+6)) .nb-size-value-box-1.disabled:hover{
    border-top-color: transparent;
}

.nb-product-size-list-1 .nb-size-with-popover .nb-size-value-box-1.active,
.nb-product-size-list-1 .nb-size-with-popover .nb-size-value-box-1:hover,
.nb-product-size-list-1 .nb-size-with-popover .nb-size-value-box-1:focus {
    border-color: var(--nb-product-size-list-1-border-active-color);
}
.nb-product-size-list-1 .nb-size-with-popover .nb-size-value-box-1.disabled.active,
.nb-product-size-list-1 .nb-size-with-popover .nb-size-value-box-1.disabled:hover,
.nb-product-size-list-1 .nb-size-with-popover .nb-size-value-box-1.disabled:focus{
    border-color: var(--nb-size-box-1-disabled-border-color);
    border-left-color: transparent;
}

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

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

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

@media screen and (max-width: 1024px) {
    .nb-product-size-list-1 .nb-size-value-box-1 {
        flex: 0 0 16.66%;
    }

    .nb-product-size-list-1 .nb-size-with-popover {
        flex: 0 0 19.666666%;
    }

    .nb-product-size-list-1 .nb-size-with-popover:not(:nth-of-type(-n+5)) .nb-size-value-box-1 {
        border-top-color: transparent;
    }
    .nb-product-size-list-1 .nb-size-with-popover:not(:nth-of-type(-n+5)) .nb-size-value-box-1.active,
    .nb-product-size-list-1 .nb-size-with-popover:not(:nth-of-type(-n+5)) .nb-size-value-box-1:focus,
    .nb-product-size-list-1 .nb-size-with-popover:not(:nth-of-type(-n+5)) .nb-size-value-box-1:hover {
        border-top-color: var(--nb-product-size-list-1-border-active-color);
    }
    .nb-product-size-list-1 .nb-size-with-popover:not(:nth-of-type(-n+5)) .nb-size-value-box-1.disabled.active,
    .nb-product-size-list-1 .nb-size-with-popover:not(:nth-of-type(-n+5)) .nb-size-value-box-1.disabled:hover,
    .nb-product-size-list-1 .nb-size-with-popover:not(:nth-of-type(-n+5)) .nb-size-value-box-1.disabled:focus{
        border-top-color: transparent;
    }
}

@media screen and (max-width: 768px) {
    .nb-product-size-list-1 .nb-size-with-popover {
        flex: 0 0 24.666666%;
    }

    .nb-product-size-list-1 .nb-size-with-popover:not(:nth-of-type(-n+4)) .nb-size-value-box-1 {
        border-top-color: transparent;
    }
    .nb-product-size-list-1 .nb-size-with-popover:not(:nth-of-type(-n+4)) .nb-size-value-box-1.active,
    .nb-product-size-list-1 .nb-size-with-popover:not(:nth-of-type(-n+4)) .nb-size-value-box-1:focus,
    .nb-product-size-list-1 .nb-size-with-popover:not(:nth-of-type(-n+4)) .nb-size-value-box-1:hover{
        border-top-color: var(--nb-product-size-list-1-border-active-color);
    }
    .nb-product-size-list-1 .nb-size-with-popover:not(:nth-of-type(-n+4)) .nb-size-value-box-1.disabled.active,
    .nb-product-size-list-1 .nb-size-with-popover:not(:nth-of-type(-n+4)) .nb-size-value-box-1.disabled:hover,
    .nb-product-size-list-1 .nb-size-with-popover:not(:nth-of-type(-n+4)) .nb-size-value-box-1.disabled:focus{
        border-top-color: transparent;
    }
}

@media screen and (max-width: 576px) {
    .nb-product-size-list-1 .nb-size-box-1 {
        flex: 0 0 25%;
    }

    .nb-product-size-list-1 .nb-size-with-popover {
        flex: 0 0 25%;
    }
}
/*
/* NB Fajl:'./components/complex/product/product-determine-size/product-determine-size-1/product-determine-size-1.css.'
*/:root{
    --nb-product-determine-size-1-color: var(--nb-text-link-2-secondary-color);
    --nb-product-determine-size-1-hover-color: var(--nb-text-link-2-secondary-hover-color);
    --nb-product-determine-size-1-font-size: var(--nb-link-xs);
}

.nb-product-determine-size-1 .custom-text{
    cursor: pointer;
    color: var(--nb-product-determine-size-1-color);
    font-size: var(--nb-product-determine-size-1-font-size);
    text-decoration: underline;
}
.nb-product-determine-size-1 .custom-text:hover{
    color: var(--nb-product-determine-size-1-hover-color);
}
/*
/* NB Fajl:'./components/complex/product/product-size/product-size-availability-indicator/product-size-availability-indicator.css.'
*/:root{
    --nb-product-size-availability-indicator-font-size: var(--nb-font-size-14);
    --nb-product-size-availability-indicator-font-weight: var(--nb-font-regular);

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

.nb-product-size-availability-indicator{
    font-size: var(--nb-product-size-availability-indicator-font-size);
    font-weight: var(--nb-product-size-availability-indicator-font-weight);
    display: block;
}

.nb-product-size-availability-indicator.green{
    color: var(--nb-product-size-availability-indicator-on-stock-color);
}
.nb-product-size-availability-indicator.yellow{
    color: var(--nb-product-size-availability-indicator-low-stock-color);
}
.nb-product-size-availability-indicator.red{
    color: var(--nb-product-size-availability-indicator-very-low-stock-color);
}
/*
/* NB Fajl:'./components/complex/size/size-picker/tab-size-picker/tab-size-picker-1/tab-size-picker-1.css.'
*/.nb-tab-size-picker-1 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.nb-tab-size-picker-1 .nb-inner-wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.nb-tab-size-picker-1 .nb-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

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


/*
/* NB Fajl:'./components/complex/product/product-quantity/product-quantity-1/product-quantity-1.css.'
*/.nb-quantity-product {
    display: flex;
    align-items: center;
}

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

.nb-quantity-product .nb-quantity-label {
    font-size: var(--nb-product-quantity-label-font-size);
    font-weight: var(--nb-product-quantity-label-font-weight);
    color: var(--nb-product-quantity-label-color);
    line-height: var(--nb-product-quantity-label-line-height);
    margin-right: var(--nb-product-spacer-x);
}

.nb-quantity-product .nb-quantity-arrows {
    display: flex;
    align-items: center;
    justify-content: center;
    width: var(--nb-product-quantity-width);
    height: var(--nb-product-quantity-height);
    background-color: var(--nb-color-light);
    cursor: pointer;
}

.nb-quantity-product .nb-quantity-arrows:first-of-type {
    border-bottom-left-radius: var(--nb-border-radius-s);
    border-top-left-radius: var(--nb-border-radius-s);
}

.nb-quantity-product .nb-quantity-arrows:last-of-type {
    border-top-right-radius: var(--nb-border-radius-s);
    border-bottom-right-radius: var(--nb-border-radius-s);
}

.nb-quantity-product .nb-quantity-input .nb-input {
    text-align: center;
    width: var(--nb-product-quantity-width);
    height: var(--nb-product-quantity-height);
    border: unset;
}
.nb-quantity-product.nb-product-quantity-s .nb-quantity-label {
    font-size: var(--nb-product-quantity-label-font-size-s);
}
.nb-quantity-product.nb-product-quantity-s .nb-quantity-arrows,
.nb-quantity-product.nb-product-quantity-s .nb-quantity-input input {
    width: var(--nb-product-quantity-width-s);
    height: var(--nb-product-quantity-height-s);
}
.nb-quantity-product.nb-product-quantity-m .nb-quantity-label {
    font-size: var(--nb-product-quantity-label-font-size-m);
}
.nb-quantity-product.nb-product-quantity-m .nb-quantity-arrows,
.nb-quantity-product.nb-product-quantity-m .nb-quantity-input input {
    width: var(--nb-product-quantity-width-m);
    height: var(--nb-product-quantity-height-m);
}
.nb-quantity-product.nb-product-quantity-l .nb-quantity-label {
    font-size: var(--nb-product-quantity-label-font-size-l);
}
.nb-quantity-product.nb-product-quantity-l .nb-quantity-arrows,
.nb-quantity-product.nb-product-quantity-l .nb-quantity-input input {
    width: var(--nb-product-quantity-width-l);
    height: var(--nb-product-quantity-height-l);
}

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

.nb-quantity-product.nb-label-above-product-quantity .nb-quantity-label {
    margin-right: 0;
    margin-bottom: calc(var(--nb-product-spacer-y)/2);
}
/*
/* NB Fajl:'./components/product/product-size-bubble-2/product-size-bubble-2.css.'
*/:root {
    --nb-product-size-bubble-2-border-color: var(--nb-product-size-bubble-border-color);
    --nb-product-size-bubble-2-border-radius: var(--nb-border-radius-0);
    --nb-product-size-bubble-2-bg-color: var(--nb-product-size-bubble-bg);
    --nb-product-size-bubble-2-border-color-disabled: var(--nb-border-color);

    --nb-product-size-bubble-2-size-value-box-1-font-size: var(--nb-font-size-12);

    --nb-product-size-bubble-2-quantity-label-font-size: var(--nb-font-size-16);
    --nb-product-size-bubble-2-quantity-label-font-weight: var(--nb-font-regular);
}

.nb-product-size-bubble-2 {
    display: flex;
    flex-direction: column;
    padding: 21px 20px;
    border: var(--nb-border-width) var(--nb-border-style) var(--nb-product-size-bubble-2-border-color);
    border-radius: var(--nb-product-size-bubble-2-border-radius);
    background-color: var(--nb-product-size-bubble-2-bg-color);
    width: 100%;
}

.nb-product-size-bubble-2 .nb-popover-sizing-2 {
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--nb-product-spacer-y)/2);
    border-left: var(--nb-border-width) var(--nb-border-style) var(--nb-product-size-bubble-2-border-color);
}

.nb-product-size-bubble-2 .nb-popover-sizing-2 .nb-product-size:nth-of-type(-n+4) {
    border-top: var(--nb-border-width) var(--nb-border-style) var(--nb-product-size-bubble-2-border-color);
}

.nb-product-size-bubble-2 .nb-popover-sizing-2 .nb-product-size {
    flex: 0 0 25%;
    border: var(--nb-border-width) var(--nb-border-style) var(--nb-product-size-bubble-2-border-color);
    border-top: var(--nb-border-width) var(--nb-border-style) transparent;
    border-left: 0;
    background-color: var(--nb-product-size-bubble-2-bg-color);
    border-radius: var(--nb-product-size-2-border-radius);
}

.nb-product-size-bubble-2 .nb-popover-sizing-2 .nb-component.nb-product-size.disabled{
    border-left: var(--nb-border-width) var(--nb-border-style) transparent;
}
.nb-product-size-bubble-2 .nb-popover-sizing-2 .nb-product-size.active,
.nb-product-size-bubble-2 .nb-popover-sizing-2 .nb-product-size:hover,
.nb-product-size-bubble-2 .nb-popover-sizing-2 .nb-product-size:focus,
.nb-product-size-bubble-2 .nb-popover-sizing-2 .nb-product-size.disabled{
    margin-bottom: 0;
    border: var(--nb-border-width) var(--nb-border-style) var(--nb-spec-color);
}
.nb-product-size-bubble-2 .nb-popover-sizing-2 .nb-product-size.disabled:not(:nth-of-type(-n+4)){
    border-top: var(--nb-border-width) var(--nb-border-style) transparent;
}

.nb-product-size-bubble-2 .nb-popover-sizing-2 .nb-product-size.active .nb-original-size,
.nb-product-size-bubble-2 .nb-popover-sizing-2 .nb-product-size:hover .nb-original-size,
.nb-product-size-bubble-2 .nb-popover-sizing-2 .nb-product-size:focus .nb-original-size,
.nb-product-size-bubble-2 .nb-popover-sizing-2 .nb-product-size.disabled .nb-original-size{
    margin-left: -1px;
}
.nb-product-size-bubble-2 .nb-popover-sizing-2 .nb-product-size.disabled{
    color: var(--nb-product-size-2-disabled-color);
    background-color: var(--nb-product-size-2-disabled-bg-color);
    border: var(--nb-border-width) var(--nb-border-style) var(--nb-product-size-bubble-2-border-color-disabled);
}

.nb-product-size-bubble-2 .nb-product-size-list-1 {
    max-height: 130px;
    overflow: auto;
    padding-right: 10px;
}

.nb-product-size-bubble-2 .nb-product-size-list-1 .nb-size-value-box-1 {
    font-size: var(--nb-product-size-bubble-2-size-value-box-1-font-size);
    flex: 0 0 25%;
    padding: 14px 5px;
    text-align: center;
}

.nb-product-size-bubble-2 .nb-product-size-list-1 .nb-size-value-box-1:not(:nth-of-type(-n+4)):not(:hover):not(.active) {
    border-top-color: transparent;
}

.nb-product-size-bubble-2 .nb-product-size-list-1 .nb-size-with-popover {
    flex: 0 0 25%;
}

.nb-product-size-bubble-2 .nb-product-size-list-1 .nb-size-with-popover:not(:nth-of-type(-n+4)):not(:hover) .nb-size-value-box-1 {
    border-top-color: transparent;
}

.nb-product-size-bubble-2 .nb-product-size-list-1 .nb-size-with-popover .nb-size-value-box-1.disabled,
.nb-product-size-bubble-2 .nb-product-size-list-1 .nb-size-with-popover .nb-size-value-box-1.disabled:hover,
.nb-product-size-bubble-2 .nb-product-size-list-1 .nb-size-with-popover .nb-size-value-box-1.disabled:focus {
    border-left-color: transparent;
    border-top-color: unset;
}
.nb-product-size-bubble-2 .nb-quantity-product{
    flex-direction: column;
    align-items: unset;
    margin-top: 15px;
}
.nb-product-size-bubble-2 .nb-quantity-product .nb-quantity-label{
    font-size: var(--nb-product-size-bubble-2-quantity-label-font-size);
    font-weight: var(--nb-product-size-bubble-2-quantity-label-font-weight);
    margin-bottom: 10px;
}
.nb-product-size-bubble-2 .nb-quantity-wrapper >*{
    flex: 1;
}
.nb-product-size-bubble-2 .nb-quantity-wrapper{
    width: 100%;
}
.nb-product-size-bubble-2 .nb-quantity-product .nb-quantity-input .nb-input{
    width: 100%;
}

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

    .nb-product-size-bubble-2 .nb-product-size-list-1 {
        max-height: 100px;
    }

    .nb-product-size-bubble-2 .nb-product-size-list-1 .nb-size-value-box-1 {
        flex: 0 0 33%;
    }

    .nb-product-size-bubble-2 .nb-product-size-list-1 .nb-size-value-box-1:not(:nth-of-type(-n+3)):not(:hover):not(.active) {
        border-top-color: transparent;
    }
}

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

    .nb-product-size-bubble-2 .nb-product-size-list-1 {
        max-height: 100px;
    }

    .nb-product-size-bubble-2 .nb-product-size-list-1 .nb-size-value-box-1 {
        flex: 0 0 33%;
    }

    .nb-product-size-bubble-2 .nb-product-size-list-1 .nb-size-value-box-1:not(:nth-of-type(-n+3)):not(:hover):not(.active) {
        border-top-color: transparent;
    }

    .nb-product-size-bubble-2 .nb-tab-size-picker-1 .nb-wrapper .nb-size-type-wrapper {
        gap: 15px;
    }
}

@media screen and (max-width: 1199px) {
    .nb-product-size-bubble-2 .nb-product-size-list-1 .nb-size-with-popover {
        flex: 0 0 33%;
    }

    .nb-product-size-bubble-2 .nb-product-size-list-1 .nb-size-with-popover:not(:nth-of-type(-n+3)):not(:hover) .nb-size-value-box-1 {
        border-top-color: transparent;
    }
}
/*
/* NB Fajl:'./components/product/product-button-with-bubble-2/product-button-with-bubble-2.css.'
*/:root {
    --nb-product-button-with-bubble-2-button-bg-color: var(--nb-add-to-cart-bg);
    --nb-product-button-with-bubble-2-button-color: var(--nb-add-to-cart-color);
    --nb-product-button-with-bubble-2-button-border-radius: var(--nb-add-to-cart-border-radius);
    --nb-product-button-with-bubble-2-button-border-color: var(--nb-add-to-cart-border-color);

    --nb-product-button-with-bubble-2-button-hover-bg-color: var(--nb-add-to-cart-hover-bg);
    --nb-product-button-with-bubble-2-button-hover-color: var(--nb-add-to-cart-hover-color);
    --nb-product-button-with-bubble-2-button-hover-border-color: var(--nb-add-to-cart-hover-border-color);
}

.nb-product-button-with-bubble-2 {
    position: relative;
    cursor: pointer;
    z-index: 1;
}

.nb-product-button-with-bubble-2 .nb-product-size-bubble-2 {
    position: absolute;
    bottom: 100%;
    left: 0;
    display: none;
    cursor: initial;
    margin-bottom: 10px;
}
.nb-product-button-with-bubble-2.active .nb-product-size-bubble-2 {
    display: flex;
}

.nb-product-button-with-bubble-2 .nb-btn.nb-add-to-cart{
    color: var(--nb-product-button-with-bubble-2-button-color);
    background-color: var(--nb-product-button-with-bubble-2-button-bg-color);
    border-radius: var(--nb-product-button-with-bubble-2-button-border-radius);
    border: var(--nb-add-to-cart-border-width) var(--nb-add-to-cart-border-style) var(--nb-product-button-with-bubble-2-button-border-color);
    min-width: 100%;
}
.nb-product-button-with-bubble-2 .nb-btn.nb-add-to-cart:hover,
.nb-product-button-with-bubble-2 .nb-btn.nb-add-to-cart:active,
.nb-product-button-with-bubble-2 .nb-btn.nb-add-to-cart:focus{
    color: var(--nb-product-button-with-bubble-2-button-hover-color);
    background-color: var(--nb-product-button-with-bubble-2-button-hover-bg-color);
    border: var(--nb-add-to-cart-border-width) var(--nb-add-to-cart-border-style) var(--nb-product-button-with-bubble-2-button-hover-border-color);
}



/*
/* NB Fajl:'./components/core/stickers/sticker-1/sticker-1.css.'
*/:root {
    --nb-sticker-1-padding-x: 10px;
    --nb-sticker-1-padding-y: 7px;

    --nb-sticker-1-border-width: var(--nb-border-width);
    --nb-sticker-1-border-color: transparent;

    --nb-sticker-1-color: var(--nb-text-color-primary);
    --nb-sticker-1-font-size: var(--nb-font-size-12);
    --nb-sticker-1-font-weight: var(--nb-font-weight-400);

    --nb-sticker-1-rows: var(--nb-rows);

    --nb-sticker-1-green-color: #6B9F32;
    --nb-sticker-1-green-border-color: #6B9F32;

    --nb-sticker-1-light-green-color: #a4d9a0;
    --nb-sticker-1-light-green-border-color: #a4d9a0;

    --nb-sticker-1-blue-color: #3E8BC8;
    --nb-sticker-1-blue-border-color: #3E8BC8;

    --nb-sticker-1-light-blue-color: #77b9ed;
    --nb-sticker-1-light-blue-border-color: #77b9ed;

    --nb-sticker-1-dark-orange-color: #E9651F;
    --nb-sticker-1-dark-orange-border-color: #E9651F;

    --nb-sticker-1-light-orange-color: #f4ccb0;
    --nb-sticker-1-light-orange-border-color: #f4ccb0;

    --nb-sticker-1-orange-color: #FFB000;
    --nb-sticker-1-orange-border-color: #FFB000;

    --nb-sticker-1-purple-color: #512B86;
    --nb-sticker-1-purple-border-color: #512B86;

    --nb-sticker-1-white-color: var(--nb-color-white);
    --nb-sticker-1-white-border-color: var(--nb-color-white);

    --nb-sticker-1-black-color: var(--nb-color-black);
    --nb-sticker-1-black-border-color: var(--nb-color-black);

    --nb-sticker-1-red-color: #E23034;
    --nb-sticker-1-red-border-color: #E23034;

    --nb-sticker-1-dark-red-color: #ad302a;
    --nb-sticker-1-dark-red-border-color: #ad302a;

    --nb-sticker-1-smu-border-color: #FFD881;
    --nb-sticker-1-smu-bg: #FFD881;
    --nb-sticker-1-smu-color: var(--nb-color-black);
}

.nb-sticker-1 .nb-link {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: var(--nb-sticker-1-padding-y) var(--nb-sticker-1-padding-x);
    border: var(--nb-sticker-1-border-width) var(--nb-border-style) var(--nb-sticker-1-border-color);
    color: var(--nb-sticker-1-color);
    font-size: var(--nb-sticker-1-font-size);
    font-weight: var(--nb-sticker-1-font-weight);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: var(--nb-sticker-1-rows);
    -webkit-box-orient: vertical;
}

.nb-sticker-1.nb-sticker-green > * {
    border-color: var(--nb-sticker-1-green-border-color);
    color: var(--nb-sticker-1-green-color);
}

.nb-sticker-1.nb-sticker-light-green > * {
    border-color: var(--nb-sticker-1-light-green-border-color);
    color: var(--nb-sticker-1-light-green-color);
}

.nb-sticker-1.nb-sticker-blue > * {
    border-color: var(--nb-sticker-1-blue-border-color);
    color: var(--nb-sticker-1-blue-color);
}

.nb-sticker-1.nb-sticker-light-blue > * {
    border-color: var(--nb-sticker-1-light-blue-border-color);
    color: var(--nb-sticker-1-light-blue-color);
}

.nb-sticker-1.nb-sticker-dark-orange > * {
    border-color: var(--nb-sticker-1-dark-orange-border-color);
    color: var(--nb-sticker-1-dark-orange-color);
}

.nb-sticker-1.nb-sticker-light-orange > * {
    border-color: var(--nb-sticker-1-light-orange-border-color);
    color: var(--nb-sticker-1-light-orange-color);
}

.nb-sticker-1.nb-sticker-orange > * {
    border-color: var(--nb-sticker-1-orange-border-color);
    color: var(--nb-sticker-1-orange-color);
}

.nb-sticker-1.nb-sticker-purple > * {
    border-color: var(--nb-sticker-1-purple-border-color);
    color: var(--nb-sticker-1-purple-color);
}

.nb-sticker-1.nb-sticker-white > * {
    border-color: var(--nb-sticker-1-white-border-color);
    color: var(--nb-sticker-1-white-color);
}

.nb-sticker-1.nb-sticker-black > * {
    border-color: var(--nb-sticker-1-black-border-color);
    color: var(--nb-sticker-1-black-color);
}

.nb-sticker-1.nb-sticker-red > * {
    border-color: var(--nb-sticker-1-red-border-color);
    color: var(--nb-sticker-1-red-color);
}

.nb-sticker-1.nb-sticker-dark-red > * {
    border-color: var(--nb-sticker-1-dark-red-border-color);
    color: var(--nb-sticker-1-dark-red-color);
}

.nb-sticker-1.nb-sticker-smu > * {
    color: var(--nb-sticker-1-smu-color);
    border-color: var(--nb-sticker-1-smu-border-color);
    background-color: var(--nb-sticker-1-smu-bg);
}
/*
/* NB Fajl:'./components/complex/product/product-list-v1/product-list-v1.css.'
*/.nb-product-list-v1{
    display: flex;
    flex-direction: inherit;
    gap: 5px;
    flex-wrap: wrap;
}

.nb-product-list-v1 .nb-img {
    max-width: var(--nb-product-list-img-width);
    max-height: var(--nb-product-list-img-height);
}
/*
/* NB Fajl:'./components/core/discount/discount-1/discount-1.css.'
*/.nb-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-discount.nb-sum-discount .nb-additional-discount-wrapper .nb-additional-discount-value-wrapper {
    background-color: var(--nb-discount-bg);
}

.nb-discount.nb-sum-discount .nb-discount-value-wrapper {
    background-color: var(--nb-additional-discount-bg);
}

.nb-discount .nb-discount-value-wrapper {
    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-discount .nb-additional-discount-value-wrapper {
    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-discount .nb-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50% , -50%);
    color: var(--nb-discount-icon-color);
}

.nb-discount.nb-discount-s {
    max-width: var(--nb-discount-width-s);
}

.nb-discount.nb-discount-s .nb-discount-value-wrapper,
.nb-discount.nb-discount-s .nb-additional-discount-value-wrapper {
    width: var(--nb-discount-width-s);
    height: var(--nb-discount-height-s);
}

.nb-discount.nb-discount-m {
    max-width: var(--nb-discount-width-m);
}

.nb-discount.nb-discount-m .nb-discount-value-wrapper,
.nb-discount.nb-discount-m .nb-additional-discount-value-wrapper {
    width: var(--nb-discount-width-m);
    height: var(--nb-discount-height-m);
}

.nb-discount.nb-discount-l {
    max-width: var(--nb-discount-width-l);
}

.nb-discount.nb-discount-l .nb-discount-value-wrapper,
.nb-discount.nb-discount-l .nb-additional-discount-value-wrapper {
    width: var(--nb-discount-width-l);
    height: var(--nb-discount-height-l);
}

.nb-discount.nb-discount-square .nb-discount-value-wrapper,
.nb-discount.nb-discount-square .nb-additional-discount-value-wrapper {
    border-radius: var(--nb-border-0);
}

.nb-discount-rectangle{
    max-width: var(--nb-discount-width-l);
    max-height: var(--nb-discount-height-l);
}
.nb-discount.nb-discount-rectangle .nb-discount-value-wrapper,
.nb-discount.nb-discount-rectangle .nb-additional-discount-value-wrapper {
    height: calc(var(--nb-discount-height)/2);
    border-radius: var(--nb-border-0);
}
/*
/* NB Fajl:'./components/core/add-to-favorites/add-to-favorites-1/add-to-favorites-1.css.'
*/.nb-favorite {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: calc(var(--nb-spacer-x)/2);
}

.nb-favorite.active,
.nb-favorite:focus,
.nb-favorite:hover {
    color: var(--nb-spec-color);
}
/*
/* NB Fajl:'./components/complex/elements/carousel-counter/carousel-counter-1/carousel-counter-1.css.'
*/:root {
    --nb-carousel-counter-1-color: var(--nb-color-gray);
    --nb-carousel-counter-1-font-size: 21px;
    --nb-carousel-counter-1-font-weight: var(--nb-font-weight-500);

    --nb-carousel-counter-1-icon-font-size: var(--nb-font-size-13);
}

.nb-carousel-counter-1 {
    display: flex;
    align-items: center;
    gap: 3px;
}

.nb-carousel-counter-1 .nb-carousel-prev,
.nb-carousel-counter-1 .nb-carousel-next {
    font-size: var(--nb-carousel-counter-1-icon-font-size);
    color: var(--nb-carousel-counter-1-color);
}

.nb-carousel-counter-1 .nb-carousel-counter-wrapper {
    display: flex;
    gap: 3px;
}

.nb-carousel-counter-1 .nb-carousel-counter-wrapper > * {
    color: var(--nb-carousel-counter-1-color);
    font-size: var(--nb-carousel-counter-1-font-size);
    font-weight: var(--nb-carousel-counter-1-font-weight);
}
/*
/* NB Fajl:'./components/complex/product/product-brand/product-brand-2/product-brand-2.css.'
*/:root {
    --nb-product-brand-2-width: 25px;
    --nb-product-brand-2-height: 25px;
}

.nb-product-brand-2 {
    max-width: var(--nb-product-brand-2-width);
    max-height: var(--nb-product-brand-2-height);
}
/*
/* NB Fajl:'./components/complex/product/product-content-position/product-content-position-1/product-content-position-1.css.'
*/:root {
    --nb-product-content-position-1-top-left-top-postion: calc(var(--nb-spacer-y)/2);
    --nb-product-content-position-1-top-left-left-postion: calc(var(--nb-spacer-x)/2);

    --nb-product-content-position-1-top-right-top-postion: calc(var(--nb-spacer-y)/2);
    --nb-product-content-position-1-top-right-right-postion: calc(var(--nb-spacer-x)/2);

    --nb-product-content-position-1-bottom-left-bottom-postion: calc(var(--nb-spacer-y)/2);
    --nb-product-content-position-1-bottom-left-left-postion: calc(var(--nb-spacer-x)/2);

    --nb-product-content-position-1-bottom-right-bottom-postion: calc(var(--nb-spacer-y)/2);
    --nb-product-content-position-1-bottom-right-right-postion: calc(var(--nb-spacer-x)/2);
}

.nb-product-content-position-1{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    pointer-events: none;
}
.nb-position{
    pointer-events: auto;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    gap: calc(var(--nb-spacer-y)/2);
    position: absolute;
    max-width: 50%;
    max-height: 50%;
}

.nb-product-content-position-1 .nb-position.nb-top-left-content {
    top: var(--nb-product-content-position-1-top-left-top-postion);
    left: var(--nb-product-content-position-1-top-left-left-postion);
}

.nb-product-content-position-1 .nb-position.nb-top-right-content {
    top: var(--nb-product-content-position-1-top-right-top-postion);
    right: var(--nb-product-content-position-1-top-right-right-postion);
}

.nb-product-content-position-1 .nb-position.nb-bottom-left-content {
    bottom: var(--nb-product-content-position-1-bottom-left-bottom-postion);
    left: var(--nb-product-content-position-1-bottom-left-left-postion);
}

.nb-product-content-position-1 .nb-position.nb-bottom-right-content {
    bottom: var(--nb-product-content-position-1-bottom-right-bottom-postion);
    right: var(--nb-product-content-position-1-bottom-right-right-postion);
}

.nb-product-content-position-1 .nb-favorite {
    width: 42px;
    height: 42px;
    background-color: var(--nb-color-white);
    border-radius: var(--nb-border-radius-full);
    display: flex;
    align-items: center;
    justify-content: center;
}

.nb-product-content-position-1 .nb-favorite .nb-icon {
    font-size: var(--nb-font-size-24);
}

.nb-product-content-position-1 .nb-favorite .nb-icon:before {
    vertical-align: middle;
}
/*
/* NB Fajl:'./components/complex/product/product-image/product-image-with-positioned-content-v1/product-image-with-positioned-content-v1.css.'
*/.nb-product-image-with-positioned-content-v1{
    position: relative;
}

/*
/* NB Fajl:'./components/core/stickers/sticker-2/sticker-2.css.'
*/:root {
    --nb-sticker-2-color: #C28F00;
    --nb-sticker-2-font-size: var(--nb-font-size-12);
    --nb-sticker-2-font-weight: var(--nb-font-weight-400);
    --nb-sticker-2-separator: '/';
}

.nb-sticker-2 {
    max-width: max-content;
    display: flex;
    align-items: center;
    color: var(--nb-sticker-2-color);
    font-size: var(--nb-sticker-2-font-size);
    font-weight: var(--nb-sticker-2-font-weight);
    margin-right: 5px;
}

.nb-sticker-2:last-of-type {
    margin-right: 0;
}

.nb-sticker-2 .nb-link {
    display: flex;
    align-items: center;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
}

.nb-sticker-2::after {
    margin-left: 5px;
    content: var(--nb-sticker-2-separator);
}

.nb-sticker-2:last-child::after {
    content: '';
}

/*
/* NB Fajl:'./components/complex/product/product-sticker/product-sticker-2/product-sticker-2.css.'
*/.nb-sticker-2-list-wrapper {
    display: flex;
    align-items: center;
}
/*
/* NB Fajl:'./components/core/discount/discount-3/discount-3.css.'
*/:root {
    --nb-discount-3-color: var(--nb-color-danger);
    --nb-discount-3-font-size: var(--nb-font-size-12);
    --nb-discount-3-font-weight: var(--nb-font-weight-400);
}

.nb-discount-3 {
    color: var(--nb-discount-3-color);
    font-size: var(--nb-discount-3-font-size);
    font-weight: var(--nb-discount-3-font-weight);
}
/*
/* NB Fajl:'./components/complex/product/product-card/product-card-3/product-card-3.css.'
*/:root {
    /*--nb-add-to-cart-border-radius: var(--nb-border-radius-xs);*/
    --nb-product-card-3-border-color: var(--nb-border-color);
    --nb-product-card-3-border-color-hover: var(--nb-spec-color);
    --nb-product-card-3-overlay-color: var(--nb-color-black);
    --nb-product-card-3-overlay-opacity: 0.4;
    --nb-product-card-3-separator: '/';

}
.nb-product-card-v3 .nb-card.nb-product-card .card-body.nb-card-body.nb-product-card-body{
    padding-bottom: 0;
}

.nb-product-card-v3 .product-price-v3 {
    display: flex;
    align-items: center;
    gap: 5px;
}
.nb-product-card-v3 .product-price-v3 > *{
    margin-bottom: 0;
}

.nb-product-card-v3 .product-price-v3 .nb-separator::before{
    content: var(--nb-product-card-3-separator);
}

.nb-product-card-v3 .nb-product-image-with-positioned-content-v1{
    border-bottom: var(--nb-border-width-s) var(--nb-border-style) var(--nb-product-card-3-border-color);
}
.nb-product-card-v3 .nb-product-image-with-positioned-content-v1 .nb-position{
    z-index: 1;
}

.nb-product-card-v3 .nb-card-body {
    position: relative;
}

.nb-product-card-v3 .nb-product-button-with-bubble-2 {
    position: absolute;
    top: calc(-1 * var(--nb-product-spacer-y));;
    left: var(--nb-product-spacer-x);
    right: var(--nb-product-spacer-x);
    transform: translateY(-100%);
    display: none;
}

.nb-product-card-v3 .nb-card.nb-product-card .nb-card-body .nb-component.nb-product-button-with-bubble-2 {
    margin-top: 0;
}

.nb-product-card-v3 .nb-popover-sizing-2 {
    max-height: 150px;
    overflow-y: auto;
    padding-right: 10px;
}

.nb-product-card-v3 .nb-product-determine-size-1 {
    display: none;
}

@media screen and (min-width: 768px) {
    .nb-product-card-v3.nb-element-hover .nb-product-image-with-positioned-content-v1,
    .nb-product-card-v3:hover .nb-product-image-with-positioned-content-v1{
        border-color: var(--nb-product-card-3-border-color-hover);
    }
    .nb-product-card-v3.nb-element-hover .nb-product-button-with-bubble-2,
    .nb-product-card-v3:hover .nb-product-button-with-bubble-2{
        display: block;
    }

    .nb-product-card-v3.nb-element-hover .nb-product-image-with-positioned-content-v1::before,
    .nb-product-card-v3:hover .nb-product-image-with-positioned-content-v1::before {
        content: '';
        position: absolute;
        inset: 0;
        background: var(--nb-product-card-3-overlay-color);
        opacity: var(--nb-product-card-3-overlay-opacity);
        z-index: 1;
        pointer-events: none;
    }
}

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

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

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

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

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

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

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

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

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

}


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

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

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

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

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


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

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

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

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

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

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

body.open-search{
    overflow: hidden;
}

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

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

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

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

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

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

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

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

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

/*
/* NB Fajl:'./static/css/nbcomponent/nb7.price.css.'
*/:root {
    --nb-price-active-color: var(--nb-spec-color);
    --nb-price-active-font-size: var(--nb-font-size-18);
    --nb-price-active-font-weight: var(--nb-font-regular);
    --nb-price-active-line-height: var(--nb-body-line-height);

    --nb-price-active-red-color: #E23034;

    --nb-price-prev-color: var(--nb-color-gray);
    --nb-price-prev-font-size: var(--nb-font-size-18);
    --nb-price-prev-font-weight: var(--nb-font-regular);
    --nb-price-prev-line-height: var(--nb-body-line-height);
    --nb-price-prev-text-decoration: line-through;
}

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

.nb-price.nb-price-active.red{
    color: var(--nb-price-active-red-color);
}

.nb-price.nb-price-prev {
    font-size: var(--nb-price-prev-font-size);
    font-weight: var(--nb-price-prev-font-weight);
    line-height: var(--nb-price-prev-line-height);
    color: var(--nb-price-prev-color);
    text-decoration: var(--nb-price-prev-text-decoration);
}
/*
/* NB Fajl:'./static/css/nbcomponent/nb7.addtocart.css.'
*/
/*
    ADD TO CART komponenta
*/

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

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

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

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

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

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

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

/*
/* NB Fajl:'./components/complex/elements/breadcrumbs/breadcrumbs-inline/breadcrumbs-inline.css.'
*/
/*
    BREADCRUMBS komponenta
*/

.nb-breadcrumb {
    color: var(--nb-breadcrumb-color);
    padding-left: 0;
}
.nb-breadcrumb-item {
    font-family: var(--nb-breadcrumb-font-family);
    font-size: var(--nb-breadcrumb-font-size);
    font-weight: var(--nb-breadcrumb-font-weight);
    display: inline-block;
}
.nb-breadcrumb-item + .nb-breadcrumb-item{
    margin-left: 5px;
}
.nb-breadcrumb-item a {
    color: var(--nb-breadcrumb-color);
    text-decoration: var(--nb-breadcrumb-text-decoration);
}
.nb-breadcrumb-item a:hover {
    color: var(--nb-breadcrumb-active-color);
}
.nb-breadcrumb-item:last-child,
.nb-breadcrumb-item.active {
    color: var(--nb-breadcrumb-active-color);
}
.nb-breadcrumb-item:last-child:before,
.nb-breadcrumb-item.active:before {
    color: var(--nb-breadcrumb-color);
}
.nb-breadcrumb-item:before {
    content: var(--nb-breadcrumb-divider);
    margin-right: 5px;
}
.nb-breadcrumb-item:first-child:before {
    display: none;
}

@media screen and (max-width: 768px) {
    .nb-breadcrumb-wrapper{
        display: none;
    }
}
/*
/* NB Fajl:'./components/core/style/typography/heading-with-icon-1/heading-with-icon-1.css.'
*/.nb-heading-with-icon-1 {
    --nb-dt-rows: auto;
    --nb-rows: auto;
}

.nb-heading-with-icon-1 .nb-title{
    margin-bottom: 0;
}

.nb-heading-with-icon-1.nb-text-center{
    text-align: center;
}
.nb-heading-with-icon-1.nb-text-right{
    text-align: right;
}

.nb-heading-with-icon-1 .nb-icon.nb-heading-icon:before{
    content: var(--nb-heading-icon);
}
/*
/* NB Fajl:'./_blocks/product/product-category/product-category-heading/product-category-headline-icon-image-1/product-category-headline-icon-image-1.css.'
*/.nb-product-category-headline-icon-image-1 .nb-heading-wrapper {
    display: inline-flex;
    align-items: center;
    margin: 0;
    width: 100%;
}

.nb-product-category-headline-icon-image-1 .nb-heading-wrapper .nb-heading-with-icon-1 {
    padding: 15px 0;
    flex: 0 0 25%;
    min-width: fit-content;
}

@media (max-width: 768px) {
    .nb-product-category-headline-icon-image-1 .nb-heading-wrapper .nb-img-wrapper {
        display: none;
    }

    .nb-product-category-headline-icon-image-1 .nb-heading-wrapper .nb-heading-with-icon-1 {
        padding: 0;
        flex: 0 0 100%;
    }

    .nb-product-category-headline-icon-image-1 .nb-heading-wrapper{
        margin-bottom: 10px;
    }
}
/*
/* NB Fajl:'./components/complex/product/product-filters/filter-product-category/category-filter/category-filter.css.'
*/:root {
    --nb-category-filter-gap: 15px;
}

.nb-category-filter .nb-dropdown-v1 .nb-dropdown-menu.show .nb-dropdown-content{
    display: flex;
    flex-direction: column;
    gap: var(--nb-category-filter-gap);
    padding: 1px;
}

@media screen and (max-width: 992px) {
    .nb-category-filter .nb-dropdown-v1 .nb-dropdown-menu {
        position: relative !important;
        transform: unset !important;
        border: unset;
        padding: 0 0 20px;
        inset: unset !important;
        min-width: unset;
    }

    .nb-category-filter .nb-dropdown .nb-dropdown-toggle {
        padding: 20px 0;
        position: relative;
    }

    .nb-category-filter .nb-dropdown .nb-dropdown-toggle .nb-icon {
        position: absolute;
        right: 0;
    }

    .nb-category-filter .nb-dropdown .nb-dropdown-menu:after,
    .nb-category-filter .nb-dropdown .nb-dropdown-menu:before {
        display: none;
    }

    .nb-category-filter .nb-dropdown {
        border-bottom: var(--nb-border-width) var(--nb-border-style) var(--nb-border-color);
    }

    .nb-category-filter .nb-dropdown:has(.nb-dropdown-toggle.show) {
        border-bottom-color: var(--nb-spec-color);
    }

    .nb-category-filter .nb-dropdown-v1 .nb-dropdown-menu.show {
        padding-top: 10px;
    }
}
/*
/* NB Fajl:'./components/complex/product/product-filters/filter-clear/filters-clear-1/filters-clear-1.css.'
*/:root {
    --nb-clear-filters-color: var(--nb-text-color-primary);
    --nb-clear-filters-font-size: var(--nb-paragraph-xs);
    --nb-clear-filters-line-height: var(--nb-paragraph-line-height);
    --nb-clear-filters-font-weight: var(--nb-paragraph-font-weight);
    --nb-clear-filters-font-family: var(--nb-body-font-family);
    --nb-clear-filters-padding-x: 0;
    --nb-clear-filters-padding-y: 0;
    --nb-clear-filters-icon-color: var(--nb-color-black);
}

.nb-clear-filters.nb-clear-filters-v1 {
    display: flex;
    align-items: center;
    color: var(--nb-clear-filters-color);
    font-size: var(--nb-clear-filters-font-size);
    line-height: var(--nb-clear-filters-line-height);
    font-weight: var(--nb-clear-filters-font-weight);
    font-family: var(--nb-clear-filters-font-family);
    cursor: pointer;
}

.nb-clear-filters.nb-clear-filters-v1 .nb-icon {
    color: var(--nb-clear-filters-icon-color);
    line-height: 1;
}

/*.nb-clear-filters.nb-clear-filters-v1 .nb-icon::before {*/
/*    vertical-align: middle;*/
/*}*/
/*
/* NB Fajl:'./components/complex/product/product-filters/filter-attributes/filter-attributes-1/filter-attributes-1.css.'
*/:root {
    --nb-filter-attributes-gap: 32px;
}

.nb-filter-attributes {
    display: flex;
    flex-wrap: wrap;
    gap: var(--nb-filter-attributes-gap);
}

.nb-filter-attributes .nb-dropdown.nb-color-filter-1 .nb-dropdown-menu.show{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

@media screen and (max-width: 992px) {
    .nb-filter-attributes .nb-dropdown-v1 .nb-dropdown-menu {
        position: relative !important;
        transform: unset !important;
        border: unset;
        padding: 10px 0;
        inset: unset !important;
        min-width: unset;
    }
    .nb-filter-attributes .nb-dropdown.nb-color-filter-1 .nb-dropdown-menu.show{
        justify-content: normal;
    }

    .nb-filter-attributes .nb-dropdown .nb-dropdown-toggle {
        padding: 20px 0;
        position: relative;
    }

    .nb-filter-attributes .nb-dropdown .nb-dropdown-toggle .nb-icon {
        position: absolute;
        right: 0;
    }

    .nb-filter-attributes .nb-dropdown .nb-dropdown-menu:after,
    .nb-filter-attributes .nb-dropdown .nb-dropdown-menu:before {
        display: none;
    }

    .nb-filter-attributes .nb-dropdown {
        border-bottom: var(--nb-border-width) var(--nb-border-style) var(--nb-border-color);
    }

    .nb-filter-attributes .nb-dropdown:has(.nb-dropdown-toggle.show) {
        border-bottom-color: var(--nb-spec-color);
    }

    .nb-filter-attributes .nb-form {
        display: block;
    }
}
/*
/* NB Fajl:'./components/complex/product/product-filters/filter-price/filter-price-1/filter-price-1.css.'
*/:root {
    --nb-filter-attributes-gap: 32px;
}

.nb-filter-price .nb-form {
    display: flex;
    flex-wrap: wrap;
    gap: var(--nb-filter-attributes-gap);
}

@media screen and (max-width: 992px) {
    .nb-filter-price .nb-dropdown-v1 .nb-dropdown-menu {
        position: relative !important;
        transform: unset !important;
        border: unset;
        padding: 10px 0;
        inset: unset !important;
        min-width: unset;
    }

    .nb-filter-price .nb-dropdown .nb-dropdown-toggle {
        padding: 20px 0;
        position: relative;
    }

    .nb-filter-price .nb-dropdown .nb-dropdown-toggle .nb-icon {
        position: absolute;
        right: 0;
    }

    .nb-filter-price .nb-dropdown .nb-dropdown-menu:after,
    .nb-filter-price .nb-dropdown .nb-dropdown-menu:before {
        display: none;
    }

    .nb-filter-price .nb-dropdown {
        border-bottom: var(--nb-border-width) var(--nb-border-style) var(--nb-border-color);
    }

    .nb-filter-price .nb-dropdown:has(.nb-dropdown-toggle.show) {
        border-bottom-color: var(--nb-spec-color);
    }

    .nb-filter-price .nb-form {
        display: block;
    }
}
/*
/* NB Fajl:'./components/complex/product/product-filters/filter-product-lists/filter-product-lists-1/filter-product-lists-1.css.'
*/:root {
    --nb-filter-attributes-gap: 32px;
}

.nb-filter-product-list .nb-form {
    display: flex;
    flex-wrap: wrap;
    gap: var(--nb-filter-attributes-gap);
}

@media screen and (max-width: 992px) {
    .nb-filter-product-list .nb-dropdown-v1 .nb-dropdown-menu {
        position: relative !important;
        transform: unset !important;
        border: unset;
        padding: 10px 0;
        inset: unset !important;
        min-width: unset;
    }

    .nb-filter-product-list .nb-dropdown .nb-dropdown-toggle {
        padding: 20px 0;
        position: relative;
    }

    .nb-filter-product-list .nb-dropdown .nb-dropdown-toggle .nb-icon {
        position: absolute;
        right: 0;
    }

    .nb-filter-product-list .nb-dropdown .nb-dropdown-menu:after,
    .nb-filter-product-list .nb-dropdown .nb-dropdown-menu:before {
        display: none;
    }

    .nb-filter-product-list .nb-dropdown {
        border-bottom: var(--nb-border-width) var(--nb-border-style) var(--nb-border-color);
    }

    .nb-filter-product-list .nb-dropdown:has(.nb-dropdown-toggle.show) {
        border-bottom-color: var(--nb-spec-color);
    }

    .nb-filter-product-list .nb-form {
        display: block;
    }
}
/*
/* NB Fajl:'./components/complex/product/product-filters/product-filters-intro/product-filters-intro-sort/product-filters-intro-sort-1/product-filters-intro-sort-1.css.'
*/:root {
    --nb-sort-1-height: var(--nb-select-height);
    --nb-sort-1-font-size: var(--nb-paragraph-l);
    --nb-sort-1-option-font-size: var(--nb-paragraph-xs);
    --nb-sort-1-background-color-mobile: var(--nb-bg-secondary);
    --nb-sort-1-font-weight: var(--nb-font-semibold);
    --nb-sort-1-border: 0;
    --nb-sort-1-border-radius: 0;
    --nb-sort-1-arrow-padding: 0;

    --nb-sort-1-label-color: var(--nb-text-color-primary);
    --nb-sort-1-label-font-size: var(--nb-font-size-14);
    --nb-sort-1-label-font-weight: var(--nb-font-weight-400);
}

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

.nb-sort-1 .nb-select {
    height: auto;
    line-height: var(--nb-body-line-height);
    font-weight: var(--nb-sort-1-font-weight);
    border: var(--nb-sort-1-border);
    padding: 10px;
    background-position: 100%;
    width: fit-content;
    font-size: var(--nb-sort-1-font-size);
    border-radius: var(--nb-sort-1-border-radius);
    max-width: 200px;
    background-position: right var(--nb-sort-1-arrow-padding) center;
}

.nb-sort-1 .nb-select option {
    font-size: var(--nb-sort-1-option-font-size);
}

.nb-sort-1 .nb-label {
    color: var(--nb-sort-1-label-color);
    font-size: var(--nb-sort-1-label-font-size);
    font-weight: var(--nb-sort-1-label-font-weight);
    margin-bottom: 0;
}

@media screen and (max-width: 992px) {
    .nb-sort-1 {
        --nb-sort-1-height: 36px;
        --nb-sort-1-border-radius: 0;
        --nb-sort-1-font-size: var(--nb-paragraph-xs);
    }

    .nb-sort-1 .nb-select {
        padding: 0 var(--nb-select-padding-x);
        background-position: calc(100% - 10px);
        width: fit-content;
        line-height: calc(var(--nb-sort-1-height) - 2 * var(--nb-select-border-width));
        font-weight: var(--nb-font-semibold);
        background-color: var(--nb-sort-1-background-color-mobile);
    }
}


/*
/* NB Fajl:'./components/core/tag/product-tag/product-applied-filter-tag/product-applied-filter-tag.css.'
*/:root {
    --nb-product-tag-bg: var(--nb-color-gray-100);
    --nb-product-tag-color: var(--nb-text-color-primary);
    --nb-product-tag-border-width: var(--nb-border-width);
    --nb-product-tag-border-color: transparent;
    --nb-product-tag-border-radius: var(--nb-border-radius-s);
    --nb-product-tag-font-size: var(--nb-paragraph-xs);
    --nb-product-tab-padding-x: 10px;
    --nb-product-tab-padding-y: 5px;
    --nb-product-tag-icon-vertical-align: middle;
}

.nb-tag-product-applied-filter-tag {
    font-size: var(--nb-product-tag-font-size);
    padding: var(--nb-product-tab-padding-y) var(--nb-product-tab-padding-x);
    background-color: var(--nb-product-tag-bg);
    color: var(--nb-product-tag-color);
    border: var(--nb-product-tag-border-width) var(--nb-border-style) var(--nb-product-tag-border-color);
    border-radius: var(--nb-product-tag-border-radius);
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.nb-tag-product-applied-filter-tag .nb-icon:before {
    vertical-align: var(--nb-product-tag-icon-vertical-align);
}

.nb-tag-product-applied-filter-tag .nb-icon {
    line-height: 1;
}

.nb-tag-product-applied-filter-tag:hover,
.nb-tag-product-applied-filter-tag:focus {
    text-decoration: line-through;
}

/*
/* NB Fajl:'./components/complex/product/product-filters/product-tag-filter-list/product-applied-filter-tag-list/product-applied-filter-tag-list.css.'
*/.nb-product-applied-filter-tag-list {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
/*
/* NB Fajl:'./components/complex/product/product-filters/product-count/number-of-displayed-products/number-of-displayed-products.css.'
*/:root {
    --nb-number-of-displayed-products-font-size: var(--nb-paragraph-xs);
    --nb-number-of-displayed-products-font-weight: var(--nb-paragraph-font-weight);
    --nb-number-of-displayed-products-color: var(--nb-text-color-secondary);
}

.nb-number-of-displayed-products {
    font-size: var(--nb-number-of-displayed-products-font-size);
    font-weight: var(--nb-number-of-displayed-products-font-weight);
    color: var(--nb-number-of-displayed-products-color);
}
/*
/* NB Fajl:'./components/filter-components/filter-mobile-button-1/filter-mobile-button-1.css.'
*/:root {
    --nb-filter-mobile-button-1-height: 36px;
    --nb-filter-mobile-button-1-min-width: 105px;
    --nb-filter-mobile-button-1-font-size: var(--nb-paragraph-xs);
    --nb-filter-mobile-button-1-bg: var(--nb-color-gray-100);
}

.nb-filter-mobile-button-1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 15px;
    background: var(--nb-filter-mobile-button-1-bg);
    font-size: var(--nb-filter-mobile-button-1-font-size);
    font-weight: var(--nb-font-semibold);
    min-width: var(--nb-filter-mobile-button-1-min-width);
    height: var(--nb-filter-mobile-button-1-height);
}
/*
/* NB Fajl:'./components/complex/product/product-filters/filter-size/filter-size-1/filter-size-1.css.'
*/:root {
    --nb-filter-attributes-gap: 32px;
}

.nb-filter-size .nb-form {
    display: flex;
    flex-wrap: wrap;
    gap: var(--nb-filter-attributes-gap);
}

@media screen and (max-width: 992px) {
    .nb-filter-size {
        padding: 0 15px;
    }

    .nb-filter-size .nb-dropdown-v1 .nb-dropdown-menu {
        position: relative !important;
        transform: unset !important;
        border: unset;
        padding: 10px 0;
        inset: unset !important;
        min-width: unset;
    }

    .nb-filter-size .nb-dropdown .nb-dropdown-toggle {
        padding: 20px 0;
        position: relative;
    }

    .nb-filter-size .nb-dropdown .nb-dropdown-toggle .nb-icon {
        position: absolute;
        right: 0;
    }

    .nb-filter-size .nb-dropdown .nb-dropdown-menu:after,
    .nb-filter-size .nb-dropdown .nb-dropdown-menu:before {
        display: none;
    }

    .nb-filter-size .nb-dropdown {
        border-bottom: var(--nb-border-width) var(--nb-border-style) var(--nb-border-color);
    }

    .nb-filter-size .nb-dropdown:has(.nb-dropdown-toggle.show) {
        border-bottom-color: var(--nb-spec-color);
    }

    .nb-filter-size .nb-form {
        display: block;
    }
}
/*
/* NB Fajl:'./_blocks/product/product-filter/product-filter-category-attribute/product-filter-category-attribute-horizontal-1/product-filter-category-attribute-horizontal-1.css.'
*/.nb-product-filter-category-attribute-horizontal-1 .nb-second-row-wrapper,
.nb-product-filter-category-attribute-horizontal-1 .nb-first-row-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.nb-product-filter-category-attribute-horizontal-1 .nb-first-row-wrapper {
    border-top: var(--nb-border-width) var(--nb-border-style) var(--nb-border-color);
    border-bottom: var(--nb-border-width) var(--nb-border-style) var(--nb-border-color);
    margin-bottom: 10px;
    padding: 13px 0;
}

.nb-product-filter-category-attribute-horizontal-1 .nb-right-content,
.nb-product-filter-category-attribute-horizontal-1 .nb-filter-wrapper {
    display: flex;
    align-items: center;
    gap: var(--nb-filter-attributes-gap);
}

.nb-product-filter-category-attribute-horizontal-1 .nb-tag-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.nb-product-filter-category-attribute-horizontal-1 .nb-mobile-title-wrapper,
.nb-product-filter-category-attribute-horizontal-1 .nb-filter-mobile-button-1 {
    display: none;
}

.nb-product-filter-category-attribute-horizontal-1 .nb-dropdown .nb-dropdown-content{
    max-height: 300px;
    overflow-y: auto;
}
.nb-product-filter-category-attribute-horizontal-1 .nb-dropdown .nb-dropdown-menu label {
    flex-grow: 1;
}

@media screen and (max-width: 1199px) {
    .nb-product-filter-category-attribute-horizontal-1 .nb-first-row-wrapper {
        flex-wrap: wrap;
    }

    .nb-product-filter-category-attribute-horizontal-1 .nb-first-row-wrapper .nb-filter-wrapper .nb-filter-attributes {
        flex-wrap: unset;
    }

    .nb-product-filter-category-attribute-horizontal-1 .nb-first-row-wrapper .nb-sort-1 .nb-select {
        /*padding-left: 0;*/
        padding-right: 0;
    }
}

@media screen and (max-width: 992px) {
    .nb-product-filter-category-attribute-horizontal-1 .nb-first-row-wrapper {
        border-top: unset;
        padding-bottom: 10px;
        gap: 0;
    }

    .nb-product-filter-category-attribute-horizontal-1 .nb-right-content {
        flex-direction: column;
        gap: 5px;
        flex-shrink: 0;
        align-items: flex-end;
    }

    .nb-product-filter-category-attribute-horizontal-1 .nb-second-row-wrapper {
        align-items: flex-start;
    }

    .nb-product-filter-category-attribute-horizontal-1 .nb-mobile-title-wrapper .nb-title {
        display: inline-block;
        margin: 0;
    }

    .nb-product-filter-category-attribute-horizontal-1 .nb-mobile-title-wrapper {
        text-align: center;
        position: relative;
        display: block;
        padding: 15px;
        border-bottom: var(--nb-border-width) var(--nb-border-style) var(--nb-border-color);
    }

    .nb-product-filter-category-attribute-horizontal-1 .nb-mobile-title-wrapper .nb-icon {
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
        line-height: 1;
        font-size: 26px;
    }

    .nb-product-filter-category-attribute-horizontal-1 .nb-filter-mobile-button-1 {
        display: flex;
    }

    .nb-product-filter-category-attribute-horizontal-1 .nb-filter-wrapper {
        display: none;
    }

    .nb-product-filter-category-attribute-horizontal-1 .nb-filter-wrapper.nb-filter-open {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        overflow-y: scroll;
        background-color: var(--nb-bg-primary);
        height: 100vh;
        width: 100%;
        z-index: 10001;
    }

    .nb-product-filter-category-attribute-horizontal-1 .nb-category-filter,
    .nb-product-filter-category-attribute-horizontal-1 .nb-filter-attributes,
    .nb-product-filter-category-attribute-horizontal-1 .nb-filter-price,
    .nb-product-filter-category-attribute-horizontal-1 .nb-filter-product-list {
        padding: 0 15px;
    }

    .nb-product-filter-category-attribute-horizontal-1 .nb-filter-attributes {
        flex-direction: column;
        gap: unset;
    }

    .nb-product-filter-category-attribute-horizontal-1 .nb-sort-1 {
        flex-grow: 1;
    }

    .nb-product-filter-category-attribute-horizontal-1 .nb-sort-1 select {
        width: 100%;
    }
}
@media screen and (max-width: 576px) {
    .nb-product-filter-category-attribute-horizontal-1 .nb-mobile-title-wrapper .nb-title{
        font-size: var(--nb-font-size-16);
    }
    .nb-product-filter-category-attribute-horizontal-1 .nb-dropdown .nb-dropdown-menu label{
        font-size: var(--nb-font-size-12);
    }
    /*.nb-product-filter-category-attribute-horizontal-1 .nb-first-row-wrapper .nb-sort-1 .nb-select{*/
    /*    max-width: unset;*/
    /*}*/
}

/* -- */
.layout:has(.product-filter-category-attribute-horizontal-1.sticky-top){
    position: fixed;
    /*top: 206px;*/
    left: 0;
    right: 0;
    background: #ffffff;
    z-index: 99999;
    padding-bottom: 5px;
    transition: top .5s ease-in-out;
}

.layout:has(.product-filter-category-attribute-horizontal-1.sticky-top):after{
    content: '';
    width: 100%;
    height: 1px;
    display: block;
    background: var(--nb-border-color);
    left: 0;
    position: fixed;
    box-shadow: 0px 6px 5px -5px rgba(0,0,0,0.48);
    margin-top: 4px;
}

@media screen and (max-width: 992px) {
    .layout:has(.product-filter-category-attribute-horizontal-1.sticky-top){
        margin-top: 0 !important;
        padding-top: 10px;
    }
}
/*
/* NB Fajl:'./components/core/text/heading-with-subheading/heading-with-subheading.css.'
*/.nb-heading-with-subheading{
    text-align: center;
    margin-bottom: 20px;
    --nb-dt-rows: auto;
    --nb-rows: auto;
}

.nb-heading-with-subheading .nb-title + .nb-sub-heading{
    margin-top: 5px;
}

.nb-heading-with-subheading.nb-text-align-left{
    text-align: left;
}

.nb-heading-with-subheading.nb-text-align-right{
    text-align: right;
}
/*
/* NB Fajl:'./components/complex/product/product-list/product-list-heading-and-description-1/product-list-heading-and-description-1.css.'
*/:root {
    --nb-product-list-heading-and-description-1-border-width: var(--nb-border-width);
    --nb-product-list-heading-and-description-1-border-color: var(--nb-border-color);
    --nb-product-list-heading-and-description-1-padding-bottom: 15px;
    --nb-product-list-heading-and-description-1-rows: 1;
    --nb-product-list-heading-and-description-1-show-more-color: var(--nb-spec-color);
    --nb-product-list-heading-and-description-1-show-more-font-size: var(--nb-font-size-16);
    --nb-product-list-heading-and-description-1-show-more-font-weight: var(--nb-font-weight-400);
}

.nb-product-list-heading-and-description-1 {
    display: flex;
    align-items: flex-end;
    gap: 10px;
    padding-bottom: var(--nb-product-list-heading-and-description-1-padding-bottom);
    border-bottom: var(--nb-product-list-heading-and-description-1-border-width) var(--nb-border-style) var(--nb-product-list-heading-and-description-1-border-color);
}

.nb-product-list-heading-and-description-1 .nb-heading-with-subheading {
    margin-bottom: 0;
    flex: 1;
}

.nb-product-list-heading-and-description-1 .nb-heading-with-subheading .nb-sub-heading {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: var(--nb-product-list-heading-and-description-1-rows);
    -webkit-box-orient: vertical;
}

.nb-product-list-heading-and-description-1 .nb-heading-with-subheading .nb-sub-heading.nb-show-more {
    --nb-product-list-heading-and-description-1-rows: auto;
}

.nb-product-list-heading-and-description-1 .nb-product-list-description-show-more {
    cursor: pointer;
    color: var(--nb-product-list-heading-and-description-1-show-more-color);
    font-size: var(--nb-product-list-heading-and-description-1-show-more-font-size);
    font-weight: var(--nb-product-list-heading-and-description-1-show-more-font-weight);
}
/*
/* NB Fajl:'./components/core/messaging/NBAlert2/NBAlert2.css.'
*/.nb-alert-2 {
    padding: 30px 20px;
    background-color: var(--nb-alert-2-bg);
    color: var(--nb-alert-2-color);
    position: relative;
}

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

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

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

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

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

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

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

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

.nb-alert-2.nb-alert-2-info .nb-icon,
.nb-alert-2.nb-alert-info .nb-icon {
    color: var(--nb-color-info-dark);
}
/*
/* NB Fajl:'./components/complex/product/product-load-more/product-load-more-2/product-load-more-2.css.'
*/:root {
    --nb-product-load-more-2-btn-min-width: 380px;
    --nb-product-load-more-2-info-font-size: var(--nb-font-size-14);
    --nb-product-load-more-2-info-font-weight: var(--nb-font-regular);
    --nb-product-load-more-2-info-color: var(--nb-text-color-primary);
    --nb-product-load-more-2-numbers-font-weight: var(--nb-font-semibold);
}

.nb-product-load-more-2 {
    text-align: center;
    margin: 20px 0;
}

.nb-product-load-more-2 .nb-product-list-current-nubmer,
.nb-product-load-more-2 .nb-product-list-max-nubmer {
    margin: 0 2px;
    font-size: var(--nb-product-load-more-2-info-font-size);
    font-weight: var(--nb-product-load-more-2-numbers-font-weight);
    color: var(--nb-product-load-more-2-info-color);
}

.nb-product-load-more-2 .nb-product-load-more-2-info {
    margin-bottom: 15px;
    font-size: var(--nb-product-load-more-2-info-font-size);
    font-weight: var(--nb-product-load-more-2-info-font-weight);
    color: var(--nb-product-load-more-2-info-color);
}

.nb-product-load-more-2 .nb-btn{
    min-width: var(--nb-product-load-more-2-btn-min-width);
}

.nb-product-load-more-2 .nb-btn .nb-load-more-loader{
    position: absolute;
    height: 20px;
    width: 20px;
    margin-left: 10px;
    display: none;
}

.nb-product-load-more-2 .nb-btn.active .nb-load-more-loader{
    display: inline-block;
}

@media screen and (max-width: 576px) {
    .nb-product-load-more-2 .nb-btn{
        min-width: unset;
        width: 100%;
    }
}
/*
/* NB Fajl:'./components/complex/product/product-category/product-category-description-with-background-1/product-category-description-with-background-1.css.'
*/:root {
    --nb-product-group-descriptiong-with-background-1-padding-x: 40px;
    --nb-product-group-descriptiong-with-background-1-padding-y: 40px;
    --nb-product-group-descriptiong-with-background-1-bg: var(--nb-color-gray-100);
}

.nb-product-group-description-with-background-1 {
    padding: var(--nb-product-group-descriptiong-with-background-1-padding-x) var(--nb-product-group-descriptiong-with-background-1-padding-y);
    background-color: var(--nb-product-group-descriptiong-with-background-1-bg);
}
/*
/* NB Fajl:'./_blocks/header-and-footer/footer/ecommerce-footer/ecommerce-footer-3/ecommerce-footer-3.css.'
*/.ecommerce-footer-3 .nb-footer-wrapper{
    padding: 40px 0;
    background-color: var(--nb-color-black);
}

.ecommerce-footer-3 .nb-footer-wrapper .nb-title,
.ecommerce-footer-3 .nb-footer-wrapper .footer-links-1 .nb-link:not(:hover),
.ecommerce-footer-3 .nb-footer-wrapper .social-networks-1 .nb-content-wrapper .nb-item .nb-icon:not(:hover),
.ecommerce-footer-3 .nb-footer-wrapper .newsletter-form-1 .nb-label,
.ecommerce-footer-3 .nb-footer-wrapper .company-info-1 .nb-paragraph{
    color: var(--nb-color-white);
}

.ecommerce-footer-3 .nb-footer-wrapper .newsletter-form-1 .nb-input{
    border-color: var(--nb-color-white);
    color: var(--nb-color-white);
    background: transparent;
}

.ecommerce-footer-3 .mobile-apps-links{
    justify-content: center;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.ecommerce-footer-3 .nb-footer-wrapper{
    --nb-gutter-y: 32px;
}

.ecommerce-footer-3 .nb-footer-bottom-wrapper{
    padding: 10px 0;
}

.ecommerce-footer-3 .nb-footer-bottom-wrapper .payment-card-1{
    margin-bottom: 28px;
}

.ecommerce-footer-3 .nb-footer-bottom-wrapper .nb-disclaimer{
    margin-top: 28px;
    margin-bottom: 10px;
}

.ecommerce-footer-3 .nb-footer-bottom-wrapper .nb-copyright{
    margin-top: 10px;
}

.ecommerce-footer-3 .nbf-footer-mobile-collapse .nbf-collapse-content{
    display: block;
}

.ecommerce-footer-3 .nb-title:before{
    display: none;
}

@media screen and (max-width: 576px) {
    .ecommerce-footer-3 .nbf-footer-mobile-collapse .nbf-collapse-content{
        display: none;
        margin-bottom: 15px;
    }

    .ecommerce-footer-3 .nbf-footer-mobile-collapse{
        margin-bottom: 15px;
    }

    .ecommerce-footer-3 .nbf-footer-mobile-collapse .nb-title{
        margin-bottom: 15px;
    }

    .ecommerce-footer-3 .nbf-footer-mobile-collapse{
        border-bottom: 1px solid var(--nb-border-color);
    }

    .ecommerce-footer-3 .nb-footer-wrapper{
        --nb-gutter-y: 0;
    }

    .ecommerce-footer-3 .social-networks-1,
    .ecommerce-footer-3 .newsletter-form-1{
        margin-bottom: 30px;
    }

    .ecommerce-footer-3 .social-networks-1 .nb-title,
    .ecommerce-footer-3 .newsletter-form-1 .nb-title{
        margin-bottom: 10px;
    }

    .ecommerce-footer-3 .mobile-apps-links{
        justify-content: flex-start;
    }

    .ecommerce-footer-3 .nbf-collapse-button{
        position: relative;
    }

    .ecommerce-footer-3 .nbf-collapse-button:before{
        position: absolute;
        right: 10px;
        color: var(--nb-spec-color);
        font-size: 14px;
        top: 50%;
        transform: translateY(-50%);
        display: block;
    }

    .ecommerce-footer-3 .nbf-collapse-button.active:before{
        transform: translateY(-50%) rotateZ(180deg);
    }
}
/*
/* NB Fajl:'./components/footer-components/company-info/NB7CompanyInfo1/NB7CompanyInfo1.css.'
*/:root {
    --nb-company-info-1-title-spacer: 48px;
    --nb-company-info-1-item-spacer: 14px;
    --nb-company-info-1-item-font-size: var(--nb-paragraph-s);
    --nb-company-info-1-item-line-height: 20px;
    --nb-company-info-1-item-font-weight: var(--nb-paragraph-font-weight);
}
.company-info-1 .nb-title{
    margin-bottom: var(--nb-company-info-1-title-spacer);
}
.company-info-1 .nb-paragraph{
    font-size: var(--nb-company-info-1-item-font-size);
    line-height: var(--nb-company-info-1-item-line-height);
    font-weight: var(--nb-company-info-1-item-font-weight);
}
.company-info-1 .nb-paragraph + .nb-paragraph{
    margin-top: var(--nb-company-info-1-item-spacer);
}
.company-info-1 .nb-item{
    display: flex;
    gap: 5px;
    align-items: center;
}
.company-info-1 .nb-item p{
    margin-bottom: 0;
}

.company-info-1 .nb-item a:hover{
    color: var(--nb-link-color-primary);
}
/*
/* NB Fajl:'./components/footer-components/navigation/NB7FooterLinks1/NB7FooterLinks1.css.'
*/:root {
    --nb-footer-links-1-title-spacer: 48px;
    --nb-footer-links-1-item-spacer: 14px;
    --nb-footer-links-1-item-font-size: var(--nb-link-s);
    --nb-footer-links-1-item-line-height: 20px;
    --nb-footer-links-1-item-font-weight: var(--nb-body-font-weight);
    --nb-footer-links-1-item-color: var(--nb-text-color-primary);
    --nb-footer-links-1-item-hover-color: var(--nb-spec-color);
}
.footer-links-1 .nb-title{
    margin-bottom: var(--nb-footer-links-1-title-spacer);
}
.footer-links-1 .nb-link{
    font-size: var(--nb-footer-links-1-item-font-size);
    line-height: var(--nb-footer-links-1-item-line-height);
    font-weight: var(--nb-footer-links-1-item-font-weight);
    display: block;
    color: var(--nb-footer-links-1-item-color);
}
.footer-links-1 .nb-link:hover{
    color: var(--nb-footer-links-1-item-hover-color);
}
.footer-links-1 li:has(.nb-link) + li:has(.nb-link){
    margin-top: var(--nb-footer-links-1-item-spacer);
}
.footer-links-1 ul{
    padding-left: unset;
    list-style: none;
}
/*
/* NB Fajl:'./components/footer-components/social-networks/NB7SocialNetworks1/NB7SocialNetworks1.css.'
*/:root {
    --nb-social-networks-1-title-spacer: 24px;
    --nb-social-networks-1-icon-font-size: var(--nb-icon-size-m);
    --nb-social-networks-1-icon-color: var(--nb-text-color-primary);
    --nb-social-networks-1-icon-hover-color: var(--nb-spec-color);
}

.social-networks-1 .nb-title{
    margin-bottom: var(--nb-social-networks-1-title-spacer);
}

.social-networks-1 .nb-content-wrapper{
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.social-networks-1 .nb-content-wrapper .nb-item{
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-networks-1 .nb-content-wrapper .nb-item .nb-icon{
    line-height: 1;
    font-size: var(--nb-social-networks-1-icon-font-size);
    color: var(--nb-social-networks-1-icon-color);
}

.social-networks-1 .nb-content-wrapper .nb-item:hover .nb-icon{
    color: var(--nb-social-networks-1-icon-hover-color);
}
/*
/* NB Fajl:'./static/css/lib/ci_style.css.'
*/.ci-wrapper .gigya-screen *,
.gigya-screen-content {
    font-family: 'Montserrat', sans-serif;
}

body.modal-open:has(.gigya-screen-content) {
    overflow-y: hidden;
    height: 100vh;
    padding-right: 17px !important;
}

.gigya-screen-content > img {
    width: 100%;
}

#ci_modal.modal-content {
    background-image: unset;
}

.gigya-screen-content .gigya-screen .gigya-composite-control .gigya-label .gigya-label-text {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #010101;
    font-weight: 600;
}

.gigya-screen-content .gigya-screen .gigya-composite-control.gigya-composite-control-label.main-text,
.gigya-screen-content .gigya-screen .gigya-composite-control.gigaya-text,
.gigya-screen-content .gigya-screen .gigya-composite-control.gigya-text,
.gigya-screen-content .gigya-screen .gigya-composite-control.gigay-text,
.gigya-screen-content .gigya-screen h2.gigya-composite-control.gigya-text,
.gigya-screen-content .gigya-screen .gigya-composite-control-label > *,
.gigya-screen-content .gigya-screen .gigya-composite-control-label {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 21px;
    color: #58595b;
    font-weight: 500;
    text-align: center;
    text-transform: unset;
}

.gigya-screen.gigya-update-profile-container .gigya-composite-control-multi-choice.gigya-gender .gigya-multi-choice-item:nth-of-type(1) {
    display: none !important;
}

.gigya-screen-content .gigya-screen .gigya-composite-control select,
.gigya-screen-content .gigya-screen .gigya-composite-control .gigya-input-password,
.gigya-screen-content .gigya-screen .gigya-composite-control .gigya-input-text {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px !important;
    line-height: 22px;
    color: #58595b;
    font-weight: 500;
    border: 1px solid #cccccc;
    padding: 10px !important;
    height: 45px !important;
    border-radius: 23px;
    box-shadow: none;
    margin-bottom: 5px;
}

.gigya-screen-content .gigya-screen .gigya-composite-control.gigya-date-of-birth .gigya-input-text {
    font-weight: 400;
}

.gigya-screen-content .gigya-screen .gigya-composite-control.gigya-date-of-birth .gigya-input-text:focus {
    font-weight: 500;
}

.gigya-screen-content .gigya-screen .gigya-composite-control select {
    -webkit-appearance:none;
    background: url('../../../static/images/plugin/customer-identity/select-input-icon.svg') no-repeat calc(100% - 15px) #fff;
}

.gigya-screen-content .gigya-screen .gigya-composite-control {
    padding-bottom: 0px;
    margin-bottom: 15px;
}

.gigya-screen-content .gigya-composite-control .gigya-input-password.gigya-error,
.gigya-screen-content .gigya-composite-control .gigya-input-text.gigya-error {
    border: 1px solid #cccccc;
    border-radius: 23px;
}

.gigya-screen-content .gigya-screen .gigya-composite-control-link.gigya-button-link,
.gigya-screen-content .gigya-screen .gigya-composite-control.gigya-composite-control-submit {
    margin: 20px auto 20px;
    padding-bottom: 0;
    width: 440px;
}

button.gigya-input-submit,
.gigya-composite-control.gigya-button-link input[type="button"],
.gigya-screen-content .gigya-composite-control-submit .gigya-input-submit {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 22px;
    color: #ffffff;
    background: #ff0000;
    text-align: center;
    font-weight: 700;
    border: 1px solid transparent !important;
    transition: all 0.2s ease-in;
    border-radius: 23px;
    box-sizing: border-box;
    height: 45px;
    padding: 10px 15px;
}

button.gigya-input-submit {
    width: 100%;
    margin-top: 30px;
}

.ci-login-btn.gigya-input-submit:hover,
.ci-login-btn.gigya-input-submit:active,
.ci-login-btn.gigya-input-submit:focus,
.gigya-composite-control.gigya-button-link input[type="button"]:active,
.gigya-composite-control.gigya-button-link input[type="button"]:focus,
.gigya-composite-control.gigya-button-link input[type="button"]:hover,
.gigya-composite-control.gigya-button-link input[type="button"]:active:focus,
.gigya-screen-content .gigya-composite-control-submit .gigya-input-submit:active,
.gigya-screen-content .gigya-composite-control-submit .gigya-input-submit:active:focus,
.gigya-screen-content .gigya-composite-control-submit .gigya-input-submit:focus,
.gigya-screen-content .gigya-composite-control-submit .gigya-input-submit:hover {
    border: 1px solid #ff0000 !important;
    color: #ff0000;
    background: #ffffff;
    box-shadow:none;
    text-decoration: unset;
}

.gigya-screen-content .gigya-screen .gigya-composite-control select:focus,
.gigya-screen-content .gigya-screen .gigya-composite-control select:active,
.gigya-screen-content .gigya-screen .gigya-composite-control select:hover,
.gigya-screen-content .gigya-screen .gigya-composite-control select:active:focus {
    border: 1px solid #cccccc !important;
    box-shadow: none !important;
}

.gigya-screen-content .gigya-composite-control .gigya-label {
    padding-bottom: 10px!important;
    cursor: pointer;
}

.gigya-screen-content .gigya-composite-control.gigya-composite-control-multi-choice .gigya-label {
    padding-bottom: 5px !important;
}

.gigya-screen-content .gigya-screen .gigya-composite-control.gigya-composite-control-textbox,
.gigya-screen-content .gigya-screen .gigya-composite-control.gigya-composite-control-password {
    position: relative;
    padding-bottom: 0px;
    margin-bottom: 15px;
}

.gigya-screen-content .gigya-composite-control .gigya-input-password:focus,
.gigya-screen-content .gigya-composite-control .gigya-input-password:active,
.gigya-screen-content .gigya-composite-control .gigya-input-text:focus,
.gigya-screen-content .gigya-composite-control .gigya-input-text:active {
    border: 1px solid #cccccc;
    box-shadow: none;
}

.gigya-screen-content .gigya-screen input::placeholder {
    color: #58595b !important;
}

.gigya-screen-content .gigya-composite-control .gigya-error-msg.gigya-error-msg-active {
    color: #ff0000;
    font-size: 12px;
    line-height: 14px;
    text-align: left;
    position: absolute;
    bottom: -18px;
    left: 0;
}

#ci_modal h1.gigya-screen-caption,
#ci_modal h2.gigya-screen-caption,
#ci-screen-sets h1.gigya-screen-caption,
.ci-wrapper h1.gigya-screen-caption {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    line-height: 30px;
    color: #010101;
    text-align: center;
    font-weight: 700;
    border-bottom: unset;
    text-transform: unset;
    padding: 0 0 10px;
}

#ci_modal h2.gigya-screen-caption.nb-changed{
    width: 100% !important;
}

.gigya-screen-content .gigya-composite-control.gigya-composite-control-link {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: #ff0000;
    font-weight: 700;
    text-decoration: underline;
}

.gigya-screen-content .gigya-composite-control.gigya-composite-control-link:focus,
.gigya-screen-content .gigya-composite-control.gigya-composite-control-link:active,
.gigya-screen-content .gigya-composite-control.gigya-composite-control-link:active:focus {
    border: unset !important;
    box-shadow: unset !important;
}

.gigya-screen-content .gigya-composite-control.gigya-social-devider:focus,
.gigya-screen-content .gigya-composite-control.gigiya-social-devider:focus,
.gigya-screen-content .gigya-composite-control.gigya-social-devider:active,
.gigya-screen-content .gigya-composite-control.gigiya-social-devider:active {
    box-shadow: unset !important;
}


.gigya-screen-content .gigya-screen .gigya-composite-control.gigya-social-devider,
.gigya-screen-content .gigya-screen .gigya-composite-control.gigiya-social-devider {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    line-height: 16px;
    color: #010101;
    font-weight: 700;
    border: 1px solid #cccccc;
    padding: 5px 15px;
    border-radius: 15px;
    text-decoration:none;
    margin-bottom: 20px;
}

.gigya-screen-content .gigya-composite-control.gigya-composite-control-link.gigiya-social-devider:focus,
.gigya-screen-content .gigya-composite-control.gigya-composite-control-link.gigiya-social-devider:active {
    box-shadow: unset !important;
    border: 1px solid #cccccc !important;
}

.gigya-composite-control.gigya-composite-control-multi-choice .gigya-multi-choice-item {
    display: inline-flex !important;
    flex-direction: row-reverse;
    margin-right: 50px;
    align-items: center !important;
    padding-top: 0;
}

.gigya-composite-control.gigya-composite-control-multi-choice.gigya-gender .gigya-multi-choice-item {
    margin-right: 30px;
}

.gigya-composite-control.gigya-composite-control-multi-choice.gigya-real-estate .gigya-multi-choice-item {
    flex-direction: row;
    margin-right: 40px;
}

.gigya-composite-control.gigya-composite-control-multi-choice .gigya-multi-choice-item label {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 14px;
    color: #010101;
    font-weight: 600;
    margin-left: 0px !important;
    margin-right: 10px !important;
    flex-grow: 0 !important;
    flex-shrink: 1 !important;
    flex-basis: content !important;
    cursor: pointer;
}

.gigya-composite-control.gigya-composite-control-multi-choice.gigya-real-estate .gigya-multi-choice-item label {
    margin-left: 10px !important;
    margin-right: 0px !important;
}

.gigya-composite-control.gigya-composite-control-label.gigya-footnote {
    font-size: 12px;
    line-height: 20px;
    color: #58595b;
    font-weight: 500;
}

.gigya-composite-control-multi-choice .gigya-multi-choice-item .gigya-input-radio:checked {
    background: url('../../../static/images/plugin/customer-identity/radio-button-checked.png') no-repeat center;
    background-size: 14px;
    border: 1px solid #000 !important;
}

.gigya-composite-control-multi-choice .gigya-multi-choice-item .gigya-input-radio {
    width: 18px;
    height: 18px;
    margin-top: 0;
    border-radius: 50%;
    border: 1px solid #cccccc !important;
    appearance: none;
    box-shadow: none !important;
    cursor: pointer;
    box-sizing: content-box;
    -webkit-appearance:none;
}

.gigya-screen .gigya-composite-control.gigya-composite-control-checkbox .gigya-input-checkbox:checked {
    background: #ff0000 url('../../../static/images/plugin/customer-identity/check-icon.svg') no-repeat center;
    border: 1px solid #ff0000 !important;
    box-shadow: none !important;
}

.gigya-screen-content .gigya-screen .gigya-composite-control.gigya-composite-control-checkbox .gigya-label {
    padding-bottom: 0 !important;
    margin-left: 15px;
    flex-shrink: 1;
}

.gigya-screen-content .gigya-screen .gigya-composite-control.gigya-composite-control-checkbox {
    align-items: center;
}

.gigya-screen .gigya-composite-control.gigya-composite-control-checkbox .gigya-input-checkbox {
    width: 23px;
    height: 23px;
    margin-top: 0;
    border-radius: 5px;
    border: 1px solid #cccccc;
    appearance: none;
    box-shadow: none !important;
    cursor: pointer;
    -webkit-appearance:none;
}

.gigya-screen .gigya-composite-control.gigya-composite-control-checkbox .gigya-input-checkbox:active,
.gigya-screen .gigya-composite-control.gigya-composite-control-checkbox .gigya-input-checkbox:focus,
.gigya-screen .gigya-composite-control.gigya-composite-control-checkbox .gigya-input-checkbox:active:focus,
.gigya-screen .gigya-composite-control.gigya-composite-control-checkbox .gigya-input-checkbox:hover {
    border: 1px solid #ff0000 !important;
}

.gigya-screen-content .gigya-layout-row > .gigya-layout-cell:nth-child(1) {
    padding-right: 10px;
    padding-left: 0px;
}

.gigya-screen-content .gigya-layout-row > .gigya-layout-cell:nth-child(2) {
    padding-right: 0px;
    padding-left: 10px;
}

.gigya-screen-content .gigya-layout-row:has(.lnk-forgot-password) .gigya-layout-cell:first-child {
    text-align: left;
}

.gigya-screen-content .gigya-layout-row:has(.lnk-register) .gigya-layout-cell:last-child {
    text-align: right;
}

.gigya-screen-content .gigya-composite-control .lnk-consent {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #2d3b85;
    text-decoration:underline;
}

.gigya-screen-content .gigya-composite-control.gigya-composite-control-label .lnk-apply-for-sport-and-bonus {
    font-weight: 700;
    text-decoration: underline;
    color: #010101;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
}

.gigya-screen.landscape {
    padding-top: 5px;
}

.gigya-screen-content .gigya-social-login .gigya-social-login-container {
    width: 100% !important;
}

.gigya-screen-content .gigya-social-login .gigya-social-login-container > * {
    width: 100% !important;
}

.gigya-screen-content .gigya-login-form .gigya-composite-control.gigya-social-devider {
    margin-top: 30px;
}

.gigya-screen-content .gigya-composite-control .sport-vision-brands {
    display: flex;
    border-top: 1px solid #231f20;
    border-bottom: 1px solid #231f20;
    align-items: center;
    padding: 6px 0px;
    position: relative;
}

.gigya-screen-content .gigya-composite-control .sport-vision-brands span {
    vertical-align: middle;
    position: relative;
    padding: 5px 20px;
}

.gigya-screen-content .gigya-composite-control .sport-vision-brands span.powered-by {
    font-size: 9px;
    font-weight: 600;
    color: #000;
    position: absolute;
    right: 0px;
    bottom: -25px;
    padding: 5px 0;
    font-family: 'Montserrat', sans-serif;
}

.gigya-screen-content .gigya-composite-control .sport-vision-brands span img {
    vertical-align: middle;
}

.gigya-screen-content .gigya-composite-control .sport-vision-brands .logo-sportbonus-logo {
    padding-left: 15px;
    background: #ffffff;
    padding-right: 0;
    border-left: 1px solid #707070;
}

#ci-screen-sets {
    width: 800px !important;
    margin: auto;
}

#customer_identity_layout_modal {
    z-index: 99999;
}

.gigya-screen.portrait,
.gigya-screen.landscape {
    width: unset !important;
    padding: unset !important;
}

#customer_identity_layout_modal .landscape,
#customer_identity_layout_modal  .portrait {
    width: unset !important;
    padding: unset !important;
    max-width: 800px;
}

#customer_identity_layout_modal .modal-dialog {
    padding: 0;
    max-width: 780px;
    width: 100%;
}

#ci_modal {
    padding: 40px 20px 30px;
}

.ci-wrapper {
    margin: 0px auto;
}

.ci-main-wrapper .ci-wrapper {
    max-width: calc(100% - 20px);
}

form.gigya-login-form,
form.gigya-reset-password-form,
form.gigya-register-form {
    width: 800px;
}

#ci_modal form.gigya-login-form,
#ci_modal form.gigya-register-form {
    width: 100%;
}

.gigya-profile-form div[class*='icon'] input {
    display: none;
}

.gigya-composite-control.lnk-resend-verification-code a {
    font-size: 16px;
    line-height: 18px;
    color: #ff0000;
}

.gigya-composite-control.lnk-resend-verification-code a:hover,
.gigya-composite-control.lnk-resend-verification-code a:focus,
.gigya-composite-control.lnk-resend-verification-code a:active {
    font-size: 16px;
    line-height: 18px;
    color: #ff0000;
}

.gigya-screen .gigya-composite-control.gigya-composite-control-header {
    padding-bottom: 0px !important;
}

.gigya-screen-content .js-passSwitch .icon-view {
    content: "";
    width: 23px;
    height: 22px;
    display: inline-block;
    position:absolute;
    top: 46px;
    right: 14px;
    cursor: pointer;
}

div.tempus-dominus-widget {
    z-index: 10003;
}

.gigya-screen .gigya-layout-row {
    position: static;
}

.gigya-screen-content table tbody tr:last-of-type {
    border-bottom: unset;
}

.gigya-screen-content .js-passSwitch {
    position: absolute;
    right: 0;
    top: 0;
}

.gigya-screen-content .js-passSwitch .icon-view.active {
    background: url('../../../static/images/plugin/customer-identity/view-pass-active.png');
    width: 23px;
    height: 22px;
    top: 45px;
    right: 14px;
}

.gigya-screen-content .js-passSwitch .icon-view img {
    margin-top: 3px;
    vertical-align: inherit;
}

.gigya-screen-content .js-passSwitch .icon-view.active img {
    display: none;
}

.gigya-screen-content .gigya-composite-control-social-login .gigya-social-login .gigya-social-login-container > *,
.gigya-screen-content .gigya-composite-control-social-login .gigya-social-login .gigya-social-login-container {
    height: unset !important;
}

.gigya-screen-content .gigya-screen .gigya-composite-control.gigya-composite-control-social-login {
    right: unset;
}

/*Communication*/

.gigya-screen-content .gigya-screen.gigya-communication-container .gigya-composite-control-label.gigya-text {
    text-align: left;
    margin: 0 0 25px;
}

.gigya-screen-content .gigya-screen.gigya-communication-container .gigya-composite-control-label.gigya-consent-title {
    font-size: 16px;
    line-height: 24px;
    color: #010101;
    font-weight: 600;
    float: left;
}

.gigya-screen-content .gigya-screen.gigya-communication-container .gigya-composite-control-label.js-revoke-consent {
    font-size: 12px;
    line-height: 24px;
    color: #999999;
    font-weight: 700;
    float: right;
    cursor: pointer;
}

.gigya-screen-content .gigya-screen.gigya-communication-container .gigya-profile-form .gigya-layout-ro:has(div[class*='icon']),
.gigya-screen-content .gigya-screen.gigya-communication-container .gigya-profile-form .gigya-layout-row:has(div[class*='icon']) {
    margin-bottom: 30px;
}

.gigya-screen-content .gigya-screen.gigya-communication-container .gigya-profile-form .gigya-composite-control-label a {
    font-size: 16px;
    line-height: 18px;
    color: #999999;
    font-weight: 700;
    text-decoration: underline;
}

.gigya-screen-content .gigya-screen.gigya-communication-container .gigya-profile-form .gigya-composite-control-label {
    display: block;
    text-align: left;
}

.gigya-screen-content .gigya-screen.gigya-communication-container .gigya-profile-form .gigya-composite-control.gigya-composite-control-submit {
    margin: 10px 0 25px;
}

.gigya-screen-content .gigya-screen.gigya-communication-container .gigya-profile-form .gigya-label span {
    display: none;
}

.gigya-screen-content .gigya-screen.gigya-communication-container .gigya-profile-form .gigya-composite-control.gigya-composite-control-checkbox .gigya-label img {
    width: unset;
    margin-bottom: 0;
}

.gigya-screen-content .gigya-screen.gigya-communication-container .gigya-profile-form .gigya-composite-control.gigya-composite-control-checkbox .gigya-label {
    padding: 0 5px;
    box-sizing: border-box;
}

.gigya-screen-content .gigya-screen.gigya-communication-container .gigya-profile-form > *:nth-child(6),
.gigya-screen-content .gigya-screen.gigya-communication-container .gigya-profile-form > *:nth-child(4) {
    display: flex;
    gap: 20px;
    justify-content: start;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.gigya-screen-content .gigya-screen.gigya-communication-container .gigya-profile-form .gigya-composite-control-label a.js-delete-user {
  text-decoration: none;
    position: relative;
}

.gigya-screen-content .gigya-screen.gigya-communication-container .gigya-profile-form .gigya-composite-control-label a.js-delete-user:before {
    content: '';
    width: 100%;
    height: 2px;
    background: #ff0000;
    position: absolute;
    bottom: -2px;
    left: 0px;
}

.gigya-screen-content .gigya-screen.gigya-communication-container .subscribe-wrapper .profiling-consent {
    margin-left: 0;
    position: relative;
}

.gigya-screen-content .gigya-screen.gigya-communication-container .subscribe-wrapper .profiling-consent .gigya-checkbox-text {
    position: relative;
}

/*Moja interesovanja*/

.gigya-screen-content .gigya-screen .gigya-profile-form div[class*="icon"] .gigya-label {
    display: flex;
    flex-direction: column-reverse;
    width: 96px;
    height: 96px;
    justify-content: center;
    border: 1px solid #dddddd;
    padding-bottom: 0 !important;
    margin-left: 0;
    border-radius: 7px;
}

.gigya-screen-content .gigya-screen .gigya-profile-form div[class*='icon'] .gigya-label:hover,
.gigya-screen-content .gigya-screen .gigya-profile-form div[class*='icon'] .gigya-label:active,
.gigya-screen-content .gigya-screen .gigya-profile-form div[class*='icon'] .gigya-label:active:focus,
.gigya-screen-content .gigya-screen .gigya-profile-form div[class*='icon'] .gigya-label:focus {
    border-color: #ff0000;
}

.gigya-screen-content .gigya-screen .gigya-profile-form .gigya-composite-control-label.favorites-title {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #010101;
    margin: 25px 0 15px;
    display: block;
    text-align: left;
}

.gigya-screen-content .gigya-screen .gigya-profile-form div[class*='icon'] .gigya-label img {
    width: 40px;
    margin-bottom: 5px;
}

.gigya-screen-content .gigya-screen .gigya-profile-form div[class*='icon'] .gigya-label-text {
    padding: 0 10px;
}

.gigya-screen-content .gigya-screen .gigya-profile-form div[class*='icon'] {
    margin: 0;
    padding-bottom: 0;
}

.gigya-screen-content .gigya-screen .gigya-profile-form div[class*='icon'] .gigya-label .gigya-checkbox-text {
    font-size: 10px;
    line-height: 14px;
    text-transform: uppercase;
    font-weight: 700;

    color: #010101;
    text-align: center;
}

.gigya-screen-content .gigya-screen.gigya-communication-container .gigya-profile-form .gigya-layout-ro:has(div[class*='icon']),
.gigya-screen-content .gigya-screen.gigya-communication-container .gigya-profile-form .gigya-layout-row:has(div[class*='icon']),
.gigya-screen-content .gigya-screen.gigya-favorite-sports-container .gigya-profile-form .gigya-layout-row:has(div[class*='icon']),
.gigya-screen-content .gigya-screen.gigya-favorite-brands-container .gigya-profile-form .gigya-layout-row:has(div[class*='icon']),
.gigya-screen-content .gigya-screen.gigya-favorite-categories-container .gigya-profile-form .gigya-layout-row:has(div[class*='icon']),
.gigya-screen-content .gigya-screen.gigya-my-favorites-container .gigya-profile-form .gigya-layout-row:has(div[class*='icon']) {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    gap: 20px;
}

.gigya-screen-content  .gigya-screen.gigya-favorite-categories-container .gigya-profile-form .gigya-layout-row:nth-child(3),
.gigya-screen-content  .gigya-screen.gigya-favorite-sports-container .gigya-profile-form .gigya-layout-row:nth-child(3),
.gigya-screen-content  .gigya-screen.gigya-favorite-brands-container .gigya-profile-form .gigya-layout-row:nth-child(3) {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    column-gap: 40px;
    row-gap: 0;
    padding: 0 35px;
}

.gigya-screen-content .gigya-screen.gigya-favorite-sports-container .gigya-profile-form .gigya-layout-row:has(div[class*='icon']),
.gigya-screen-content .gigya-screen.gigya-favorite-brands-container .gigya-profile-form .gigya-layout-row:has(div[class*='icon']),
.gigya-screen-content .gigya-screen.gigya-favorite-categories-container .gigya-profile-form .gigya-layout-row:has(div[class*='icon']) {
    padding: 0 35px;
}

.gigya-profile-form .gigya-composite-control-checkbox .gigya-label.active {
    border-color: #ff0000 !important;
    position: relative;
}

.gigya-profile-form div[class*='icon']  .gigya-label.active:before {
    content: url('../../../static/images/plugin/customer-identity/check-icon-new.svg');
    position: absolute;
    top: -1px;
    right: -1px;
    width: 27px;
}

.gigya-screen-content .gigya-screen.gigya-my-favorites-container .gigya-profile-form .gigya-composite-control-label.gigya-text > * {
   text-align: left;
}

.gigya-screen-content .gigya-screen.gigya-my-favorites-container .gigya-profile-form .gigya-composite-control-label.gigya-text {
    margin: 0;
}

.gigya-screen-content .gigya-screen.gigya-my-favorites-container .gigya-profile-form .gigya-composite-control.gigya-composite-control-submit {
    margin-top: 40px;
}

.gigya-screen-content .gigya-screen.gigya-my-favorites-container .gigya-layout-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
}

.gigya-screen-content .gigya-screen.gigya-my-favorites-container .gigya-layout-row:nth-child(5),
.gigya-screen-content .gigya-screen.gigya-my-favorites-container .gigya-layout-row:nth-child(7),
.gigya-screen-content .gigya-screen.gigya-my-favorites-container .gigya-layout-row:nth-child(9),
.gigya-screen-content .gigya-screen.gigya-my-favorites-container .gigya-layout-row:nth-child(11) {
    gap: 20px;
}

/*Moja interesovanja - boje*/

.gigya-screen-content .gigya-screen .gigya-profile-form .favorite-colors-container div[class*="icon"] .gigya-label {
    display: flex;
    flex-direction: column-reverse;
    width: unset;
    height: unset;
    justify-content: center;
    border: unset;
    position: relative;
}

.gigya-screen-content .gigya-screen .gigya-profile-form .favorite-colors-container div[class*="icon"] .gigya-label img {
    margin-bottom: 0;
    z-index: 1;
}

.gigya-screen-content .gigya-screen .gigya-profile-form div[class*='icon'] {
    margin: 0;
    padding-bottom: 0;
}

.gigya-screen-content .gigya-screen .gigya-profile-form .favorite-colors-container div[class*='icon'] .gigya-label .gigya-checkbox-text {
    display: none;
}

.gigya-screen-content .gigya-screen .gigya-profile-form .favorite-colors-container div[class*='icon'].gigya-composite-control-checkbox .gigya-label.active:after,
.gigya-screen-content .gigya-screen .gigya-profile-form .favorite-colors-container div[class*='icon'] .gigya-label:hover:after {
    background: url('../../../static/images/plugin/customer-identity/checkmark.png') no-repeat center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: '';
    width: 11px;
    height: 24px;
    z-index: 50;
}

.gigya-screen-content .gigya-screen .gigya-profile-form .favorite-colors-container div[class*='icon'].gigya-composite-control-checkbox .gigya-label.active:before {
    content: '';
}

.gigya-screen-content .gigya-screen .gigya-profile-form .favorite-colors-container div[class*='icon-bela'].gigya-composite-control-checkbox .gigya-label.active:after,
.gigya-screen-content .gigya-screen .gigya-profile-form .favorite-colors-container div[class*='icon-bela'] .gigya-label:hover:after {
    background: url('../../../static/images/plugin/customer-identity/checkmark-dark.png') no-repeat center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: '';
    width: 11px;
    height: 24px;
    z-index: 50;
}

/*Login*/

.gigya-login-container .gigya-login-form .gigya-layout-row:has(.lnk-forgot-password) .gigya-layout-cell .gigya-composite-control {
    margin-bottom: 0px;
}

.gigya-screen-content .gigya-login-container .gigya-login-form .gigya-composite-control.gigya-text {
    margin: 10px 0 20px;
}

.gigya-screen-content .gigya-login-container .gigya-login-form .gigya-composite-control.gigya-composite-control-submit {
    margin: 10px auto 30px;
}

.gigya-screen-content .gigya-login-container .gigya-login-form .gigya-composite-control.gigya-composite-control-captcha-widget {
    margin-bottom: 0;
}

.gigya-screen-content .gigya-screen .gigya-layout-row .gigya-composite-control.gigya-composite-control-social-login {
    width: unset;
    right: unset;
}

.gigya-screen-content .gigya-composite-control.gigya-composite-control-social-login #social-buttons-login-caption {
    display: none;
}

/*Povezivanje naloga*/

.gigya-screen-content .gigya-screen.gigya-link-accounts-container .gigya-layout-cell.with-social-login.responsive {
    padding-right: 0;
}

.gigya-screen-content .gigya-screen.gigya-link-accounts-container .gigya-composite-control-header.gigya-text {
    margin-top: 10px;
}

.gigya-screen-content .gigya-screen.gigya-link-accounts-container .gigya-composite-control.gigya-composite-control-submit {
    margin: 5px auto 30px;
}

/*Password bubble*/

.gigya-password-strength-bubble > * {
    background: #ffffff;
    box-shadow: 0px 3px 13px 0px rgba(0,0,0,0.21);
}

/*Saglasnost*/

.gigya-screen-content .gigya-profile-form .gigya-composite-control-checkbox.consent-check-all .gigya-label .gigya-label-text {
    font-weight: 700;
}

.gigya-composite-control .js-profiling-consent .profiling-info-label,
.gigya-composite-control .js-profiling-consent .profiling-info-label > *,
.gigya-screen-content .gigya-profile-form .gigya-composite-control-checkbox .gigya-label .gigya-label-text {
    font-size: 14px;
    line-height: 21px;
    color: #58595b;
    font-weight: 500;
}

.gigya-screen-content .gigya-profile-form .gigya-composite-control-checkbox .gigya-label .gigya-label-text a {
    font-size: 14px;
}

.gigya-screen-content .gigya-profile-form .gigya-composite-control-checkbox .gigya-label .gigya-label-text a {
     color: #2d3b85;
     font-weight: 700;
 }

.gigya-screen-content .gigya-screen.gigya-registration-completion-container .gigya-composite-control.gigya-composite-control-submit {
    margin-bottom: 15px;
}

.gigya-screen-content .gigya-screen.gigya-registration-completion-container .main-content-container .gigya-container:nth-of-type(6) .gigya-text {
    margin-top: 35px;
}

.gigya-screen-content .gigya-screen.gigya-registration-completion-container .gigya-composite-control-label.gigya-footnote {
    margin-bottom: 25px;
}


/*Zaboravljena lozinka*/

.gigya-screen-content .gigya-screen .gigya-composite-control.gigya-composite-control-label.main-text,
.gigya-screen-content .gigya-screen .gigya-reset-password-form .gigya-composite-control.gigya-composite-control-label.main-text {
    margin: 10px 0 20px;
    padding: 0;
}

.gigya-screen-content .gigya-screen .gigya-reset-password-form .gigya-composite-control.gigya-composite-control-submit {
    margin-top: 10px;
}

.gigya-screen-content .gigya-screen.gigya-forgot-password-container .gigya-composite-control.email-wrapper {
    width: 440px;
}

.gigya-screen-content .gigya-screen .gigya-composite-control.gigya-composite-control-link.gigya-button-link {
    padding-bottom: 0;
}

.gigya-screen-content .gigya-screen.gigya-forgot-password-sent-containter .gigya-composite-control-link.gigya-button-link {
    margin: 10px auto 0;
}

/*Aktivacioni link*/

.gigya-screen-content .gigya-screen .gigya-composite-control.gigya-spacer {
    padding-bottom: 0;
}

.gigya-screen-content .gigya-screen .gigya-composite-control.gigya-composite-control-submit.lnk-resend-verification .gigya-input-submit {
    margin-top: 0;
    font-size: 16px;
    line-height: 20px;
    color: #2d3b85;
    background: transparent;
    text-align: center;
    font-weight: 700;
    border: none;
    text-decoration: underline;
    border-radius: unset;
    transition: none;
    height: unset;
    box-shadow: none;
    width: 100%;
}

.gigya-screen-content .gigya-screen .gigya-composite-control.gigya-composite-control-submit.lnk-resend-verification .gigya-input-submit:active,
.gigya-screen-content .gigya-screen .gigya-composite-control.gigya-composite-control-submit.lnk-resend-verification .gigya-input-submit:focus,
.gigya-screen-content .gigya-screen .gigya-composite-control.gigya-composite-control-submit.lnk-resend-verification .gigya-input-submit:active:focus,
.gigya-screen-content .gigya-screen .gigya-composite-control.gigya-composite-control-submit.lnk-resend-verification .gigya-input-submit:hover {
    border: 1px solid transparent !important;
}

.gigya-screen-content .gigya-screen.gigya-verification-sent-container .gigya-composite-control.gigya-composite-control-submit.lnk-resend-verification {
    border-top: 1px solid #e1e1e1;
    width: 100%;
    padding-top: 25px;
    margin-top: 30px;
}

.gigya-screen-content .gigya-screen.gigya-verification-pending-container .main-content-container .gigya-composite-control-label.gigya-text,
.gigya-screen-content .gigya-screen.gigya-verification-pending-container .gigya-composite-control-label.gigya-text.gigya-label-text,
.gigya-screen-content .gigya-screen.gigya-verification-link-expired-container .gigya-composite-control-label.gigya-text.main-text,
.gigya-screen-content .gigya-screen.gigya-verification-sent-container .gigya-resend-verification-code-form .gigya-composite-control-label.gigya-text {
    font-size: 16px;
    line-height: 24px;
    color: #58595b;
}

.gigya-screen-content .gigya-screen .gigya-resend-verification-code-form .gigya-composite-control.gigya-composite-control-label.main-text {
    padding-top: 0;
    font-size: 14px;
}

.gigya-screen-content .gigya-screen.gigya-verification-sent-container .gigya-composite-control.gigya-spacer {
    margin-bottom: 0;
}

.gigya-screen-content .gigya-screen.gigya-verification-sent-container .gigya-composite-control.gigya-composite-control-label.main-text {
    margin-top: 0;
}

.gigya-screen-content .gigya-screen.gigya-verification-sent-container .gigya-composite-control.gigya-composite-control-submit {
    margin-bottom: 20px;
}

.gigya-screen-content .gigya-screen.gigya-verification-sent-container {
    max-width: 800px;
    margin: auto;
}

.gigya-screen-content .gigya-screen .gigya-composite-control-label .icon-link {
    content: "";
    background: url('../../../static/images/plugin/customer-identity/icon-link.png');
    width: 50px;
    height: 50px;
    display: inline-block !important;
    margin: 40px 0;
}

.gigya-screen-content .gigya-screen.gigya-verification-link-expired-container .gigya-composite-control-label.gigya-text {
    display: block;
}

.gigya-screen-content .gigya-screen.gigya-verification-link-expired-container .gigya-composite-control-link.gigya-button-link {
    margin-bottom: 30px;
}

.gigya-screen-content .gigya-screen.gigya-verification-pending-container .gigya-composite-control-label.gigya-text.gigya-label-text > *,
.gigya-screen-content .gigya-screen.gigya-verification-pending-container .gigya-composite-control-label.gigya-text.gigya-label-text {
    font-size: 16px;
    line-height: 24px;
    color: #58595b;
    font-family: 'Montserrat', sans-serif;
}

.gigya-screen-content .gigya-screen.gigya-verification-pending-container .gigya-composite-control-label.gigya-text.gigya-label-text strong {
    font-weight: 700;
    color: #010101;
}

/*Moji podaci*/

.gigya-screen-content .gigya-screen.gigya-update-profile-container .gigya-composite-control.gigya-profile-update-title {
    font-size: 18px;
    line-height: 24px;
    color: #010101;
    background: transparent;
    text-align: left;
    font-weight: 600;
    display: block;
}

.gigya-screen-content .gigya-update-profile-container .gigya-layout-row:nth-child(8) .gigya-composite-control.gigya-profile-update-title {
    border-top: 1px solid #dddddd;
    padding-top: 30px;
    margin-top: 10px;
}

.gigya-screen-content .gigya-screen.gigya-update-profile-container .gigya-composite-control-label > *,
.gigya-screen-content .gigya-screen.gigya-update-profile-container .gigya-composite-control-label {
    text-align: left;
    display: block;
}

.gigya-screen-content .gigya-screen.gigya-update-profile-container .gigya-composite-control-label {
    margin-bottom: 20px;
}

.gigya-screen-content .gigya-screen.gigya-my-family-container .gigya-composite-control.gigya-composite-control-submit,
.gigya-screen-content .gigya-screen.gigya-my-favorites-container .gigya-composite-control.gigya-composite-control-submit,
.gigya-screen-content .gigya-communication-container .gigya-composite-control.gigya-composite-control-submit,
.gigya-screen-content .gigya-change-password-container .gigya-composite-control.gigya-composite-control-submit,
.gigya-screen-content .gigya-screen.gigya-update-profile-container .gigya-composite-control.gigya-composite-control-submit {
    margin-left: 0;
    margin-bottom: 0;
    width: 200px;
}

.gigya-screen-content .gigya-screen.gigya-update-profile-container .phone-info {
    background: #ff0000;
    padding: 15px;
    width: 300px;
    display: none;
    position: absolute;
    left: 115px;
    top: -2px;
    border-radius: 5px;
    margin-top: 25px;
    z-index: 10;
}

.gigya-screen-content .gigya-screen.gigya-update-profile-container .phone-info .icon-popup-close {
    content: "";
    background: url('../../../static/images/plugin/customer-identity/close-icon.png');
    width: 9px;
    height: 9px;
    display: inline-block;
    position:absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.gigya-screen-content .gigya-screen.gigya-update-profile-container .phone-info .phone-info-label {
    font-size: 13px;
    line-height: 18px;
    color: #fff;
    font-weight: 500;
    width: calc(100% - 15px);
    font-family: 'Montserrat', sans-serif;
    margin: 0;
}

.gigya-screen-content .gigya-screen.gigya-update-profile-container .phone-info .phone-info-label a {
    font-size: 13px;
    line-height: 18px;
    color: #fff;
    font-weight: 700;
    text-decoration: underline;
}

.gigya-screen-content .gigya-screen.gigya-update-profile-container .gigya-composite-control-label .phone-icons {
    display: inline-block;
    padding-bottom: 10px;
    cursor: pointer;
}

.phone-icons.js-phone-info-icon.hidden + .phone-info + input {
    margin-top: 10px;
}

.gigya-screen-content .gigya-screen.gigya-update-profile-container .gigya-label-text .phone-info:hover {
    display: block;
}


.gigya-screen-content .gigya-screen.gigya-update-profile-container .phone-icons:before {
    content: "";
    background: url('../../../static/images/plugin/customer-identity/info-icon.svg') no-repeat;
    width: 45px;
    height: 15px;
    display: inline-block;
    position: relative;
    top: 3px;
    left: 5px;
}

.gigya-screen-content .gigya-screen.gigya-update-profile-container .gigya-layout-cell:has(.gigya-visible-when.gigya-container-enabled) {
    width: 25%;
    margin-top: 10px;
}

.gigya-screen-content .gigya-screen.gigya-change-password-container .gigya-layout-row > .gigya-layout-cell:nth-child(1),
.gigya-screen-content .gigya-screen.gigya-update-profile-container .gigya-layout-row > .gigya-layout-cell:nth-child(1) {
    padding-right: 20px;
}

.gigya-screen-content .gigya-screen.gigya-change-password-container .gigya-layout-row > .gigya-layout-cell:nth-child(2),
.gigya-screen-content .gigya-screen.gigya-update-profile-container .gigya-layout-row > .gigya-layout-cell:nth-child(2) {
    padding-left: 20px;
}

.gigya-screen-content .gigya-update-profile-container .gigya-profile-form .gigya-layout-row:nth-child(6) div.gigya-container {
    display: block;
}

.gigya-screen-content .gigya-screen.gigya-update-profile-container .gigya-layout-row:has(.phone-icons) .gigya-multi-choice-item label {
    font-size: 12px;
}

.gigya-screen-content .gigya-screen.gigya-update-profile-container .gigya-layout-row:has(.phone-icons) .gigya-multi-choice-item .gigya-input-radio {
    width: 14px;
    height: 14px;
}

.gigya-screen-content .gigya-screen.gigya-update-profile-container .gigya-layout-row:has(.phone-icons) .gigya-multi-choice-item .gigya-input-radio:checked {
    background-size: 10px;
}

.gigya-screen-content .gigya-screen.gigya-update-profile-container .gigya-composite-control.gigya-composite-control-multi-choice .gigya-multi-choice-item {
    padding-top: 5px;
}

.gigya-screen-content .gigya-screen.gigya-update-profile-container .gigya-layout-row:nth-child(5) .gigya-layout-cell {
    position: relative;
}

.gigya-screen-content .gigya-update-profile-container .gigya-layout-cell:has(.gigya-real-estate) {
    width: 100%;
}

.gigya-screen-content .gigya-screen.gigya-update-profile-container .gigya-container .gigya-composite-control-label {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #010101;
    font-weight: 600;
    position: relative;
}

.gigya-screen-content .gigya-screen.gigya-update-profile-container .js-address-street .gigya-label,
.gigya-screen-content .gigya-screen.gigya-update-profile-container .js-address-city .gigya-label {
   display: block;
}

.gigya-screen-content .gigya-screen.gigya-update-profile-container .gigya-composite-control.address-street .gigya-label .gigya-label-text,
.gigya-screen-content .gigya-screen.gigya-update-profile-container .gigya-composite-control.adress-city .gigya-label .gigya-label-text {
    color: #010101;
}

/*Disabled input*/

.gigya-screen-content .gigya-screen .gigya-composite-control:has(input:disabled) .gigya-label .gigya-label-text {
    color: #999999;
}

.gigya-screen-content .gigya-screen .gigya-composite-control-label:has(input:disabled),
.gigya-screen-content .gigya-screen .gigya-composite-control-label:has(input:disabled) > * {
    color: #999999 !important;
}

.gigya-screen-content .gigya-screen .gigya-composite-control .gigya-input-text:disabled {
    background-color: #ffffff;
    color: #999999;
}

.gigya-screen-content .gigya-screen .gigya-composite-control .gigya-input-text:disabled::placeholder {
    color: #999999;
}

/*Date picker*/

.tempus-dominus-widget.light .date-container-days div:not(.no-highlight).today:before {
    border-bottom-color: #ff0000 !important;
}

.tempus-dominus-widget .calendar-header i {
    font-size: 20px;
}

.tempus-dominus-widget.light .date-container-days div:not(.no-highlight).active, .tempus-dominus-widget.light .date-container-decades div:not(.no-highlight).active, .tempus-dominus-widget.light .date-container-months div:not(.no-highlight).active, .tempus-dominus-widget.light .date-container-years div:not(.no-highlight).active, .tempus-dominus-widget.light .time-container-clock div:not(.no-highlight).active, .tempus-dominus-widget.light .time-container-hour div:not(.no-highlight).active, .tempus-dominus-widget.light .time-container-minute div:not(.no-highlight).active, .tempus-dominus-widget.light .time-container-second div:not(.no-highlight).active {
    background-color: #ff0000 !important;
}

/*Uspesna registracija*/

.gigya-screen-content .gigya-verify-sportandbonus-application-container .gigya-composite-control-submit .gigya-input-submit,
.gigya-screen-content .gigya-apply-for-sportandbonus-container .gigya-composite-control-submit .gigya-input-submit,
.gigya-screen-content .gigya-success-sportandbonus-application-container .gigya-composite-control.gigya-composite-control-link {
    font-size: 16px;
    line-height: 18px;
    color: #ffffff;
    background: #010101;
    text-align: center;
    font-weight: 700;
    border: 1px solid #010101;
    transition: all 0.2s ease-in;
    border-radius: 23px;
    text-decoration: none;
    display: block;
    width: 440px;
    padding: 12px 0;
    height: unset;
}

.gigya-screen-content .gigya-apply-for-sportandbonus-container .gigya-composite-control-submit .gigya-input-submit:hover,
.gigya-screen-content .gigya-apply-for-sportandbonus-container .gigya-composite-control-submit .gigya-input-submit:active,
.gigya-screen-content .gigya-apply-for-sportandbonus-container .gigya-composite-control-submit .gigya-input-submit:focus,
.gigya-screen-content .gigya-apply-for-sportandbonus-container .gigya-composite-control-submit .gigya-input-submit:active:focus,
.gigya-screen-content .gigya-success-sportandbonus-application-container a.gigya-composite-control-link:active,
.gigya-screen-content .gigya-success-sportandbonus-application-container a.gigya-composite-control-link:active:focus,
.gigya-screen-content .gigya-success-sportandbonus-application-container a.gigya-composite-control-link:focus,
.gigya-screen-content .gigya-success-sportandbonus-application-container a.gigya-composite-control-link:hover {
    color: #010101;
    border: 1px solid #010101 !important;
    background: #ffffff;
    box-shadow:none;
}

.gigya-screen-content .gigya-success-sportandbonus-application-container .gigya-composite-control.gigya-composite-control-label.gigya-text {
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 0px;
    margin-top: 15px;
    margin-bottom: 35px;
}

.gigya-screen-content .gigya-success-sportandbonus-application-container .sport-vision-brands {
    margin-top: 15px;
}

.gigya-screen-content .gigya-success-sportandbonus-application-container .gigya-composite-control.gigya-composite-control-link {
    margin-bottom: 10px;
}

/*Registracija*/

.gigya-screen-content .gigya-registration-container .gigya-register-form .gigya-layout-row.with-divider {
    display: none;
}

.gigya-screen-content .gigya-registration-container .gigya-register-form .main-content-container {
    margin-top: 10px;
}

.gigya-screen-content .gigya-screen.gigya-registration-container .gigya-composite-control.gigya-composite-control-submit {
    margin: 20px auto 30px;
}

/*Main container od SS*/

.gigya-screen-content .gigya-verify-sportandbonus-application-container .main-content-container,
.gigya-screen-content .gigya-registration-completion-container .main-content-container,
.gigya-screen-content .gigya-registration-container .main-content-container {
    width: 660px;
}

.gigya-screen-content .gigya-apply-for-sportandbonus-container .main-content-container,
.gigya-screen-content .gigya-link-accounts-container .main-content-container,
.gigya-screen-content .gigya-login-container .gigya-login-form .main-content-container {
    width: 440px;
}

.gigya-screen-content .gigya-change-email-container .gigya-composite-control-textbox.gigya-email {
    width: 440px;
}

/*Newsletter*/

.gigya-screen-content .gigya-screen.gigya-composite-control-active .gigya-layout-row.with-two-inputs .gigya-layout-cell .gigya-composite-control-textbox {
    padding: 0;
}

.gigya-screen-content .gigya-screen.gigya-composite-control-active .gigya-layout-row.with-two-inputs .gigya-layout-cell {
    width: calc(50% - 10px);
}

.gigya-screen-content .gigya-screen.gigya-composite-control-active .gigya-spacer-divider {
    display: none;
}

.gigya-screen-content .gigya-screen.gigya-composite-control-active .subscribe-thank-you > *,
.gigya-screen-content .gigya-screen.gigya-composite-control-active .gigya-composite-control,
.gigya-screen-content .gigya-screen.gigya-composite-control-active .gigya-composite-control-header {
    font-size: 14px;
    line-height: 21px;
    color: #58595b;
    font-weight: 500;
    text-align: center;
    text-transform: unset;
}

.footer .gigya-screen-content .gigya-screen.gigya-composite-control-active .subscribe-thank-you > * {
    text-align: left;
}

.gigya-screen-content .gigya-screen.gigya-composite-control-active .gigya-composite-control,
.gigya-screen-content .gigya-screen.gigya-composite-control-active .gigya-composite-control-header {
    margin-bottom: 15px;
}

.gigya-screen-content .gigya-screen.gigya-composite-control-active .gigya-composite-control.gigya-spacer {
   display: none;
}


/*Omiljeno*/

.gigya-screen-content .gigya-screen.gigya-favorite-categories-container .gigya-profile-form div[class*="icon"] .gigya-label,
.gigya-screen-content .gigya-screen.gigya-favorite-brands-container .gigya-profile-form div[class*="icon"] .gigya-label,
.gigya-screen-content .gigya-screen.gigya-favorite-sports-container .gigya-profile-form div[class*="icon"] .gigya-label {
    width: 135px;
    height: 135px;
}

.gigya-screen-content .gigya-screen.gigya-favorite-categories-container .gigya-profile-form div[class*='icon'] .gigya-label img,
.gigya-screen-content .gigya-screen.gigya-favorite-brands-container .gigya-profile-form div[class*='icon'] .gigya-label img,
.gigya-screen-content .gigya-screen.gigya-favorite-sports-container .gigya-profile-form div[class*='icon'] .gigya-label img {
    width: 60px;
    margin-bottom: 15px;
}

.gigya-screen-content .gigya-screen .gigya-profile-form div[class*='icon'] .gigya-label .gigya-checkbox-text {
    font-size: 12px;
    line-height: 16px;
}

.gigya-screen-content .gigya-screen .gigya-profile-form .gigya-composite-control-label.favorites-question {
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
    color: #000000;
    margin: 10px 0 20px;
}

.gigya-screen-content .gigya-screen .gigya-profile-form .gigya-composite-control.gigya-composite-control-checkbox .gigya-label .gigya-label-text {
    /*padding: 0 10px;*/
}

.gigya-screen-content .gigya-screen.gigya-favorite-categories-container .gigya-composite-control.gigya-composite-control-submit,
.gigya-screen-content .gigya-screen.gigya-favorite-sports-container .gigya-composite-control.gigya-composite-control-submit,
.gigya-screen-content .gigya-screen.gigya-favorite-brands-container .gigya-composite-control.gigya-composite-control-submit {
    margin: 0px auto 10px;
}

.gigya-screen-content .gigya-screen.gigya-favorite-categories-container .gigya-profile-form .gigya-layout-row:has(div[class*='icon']),
.gigya-screen-content .gigya-screen.gigya-favorite-sports-container .gigya-profile-form .gigya-layout-row:has(div[class*='icon']),
.gigya-screen-content .gigya-screen.gigya-favorite-brands-container .gigya-profile-form .gigya-layout-row:has(div[class*='icon']) {
    column-gap: 40px;
    row-gap: 0;
}

.gigya-screen-content .gigya-screen.gigya-favorite-categories-container .gigya-profile-form div[class*='icon'],
.gigya-screen-content .gigya-screen.gigya-favorite-sports-container .gigya-profile-form div[class*='icon'],
.gigya-screen-content .gigya-screen.gigya-favorite-brands-container .gigya-profile-form div[class*='icon'] {
    margin-bottom: 40px;
}


.gigya-screen-content .gigya-screen.gigya-favorites-success-container .gigya-profile-form .gigya-composite-control-label.gigya-text {
    margin-top: 10px;
}

.gigya-screen-content .gigya-screen.gigya-favorites-success-container .gigya-profile-form .gigya-composite-control.gigya-composite-control-submit {
    margin: 15px auto 0;
}

/*Moja porodica*/

.gigya-screen-content .gigya-screen.gigya-my-family-container .gigya-composite-control-label > *,
.gigya-screen-content .gigya-screen.gigya-my-family-container .gigya-composite-control-label > *,
.gigya-screen-content .gigya-screen.gigya-my-family-container .gigya-composite-control-label {
    text-align: left;
}

.gigya-screen-content .gigya-screen.gigya-my-family-container .gigya-composite-control-label.add-family-member-title {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    color: #010101;
    text-align: left;
    display: block;
    margin: 5px 0 20px;
}

.gigya-screen-content .gigya-screen.gigya-my-family-container .family-member-container {
    background: #f4f4f4;
    padding: 0px 20px 20px;
    position: relative;
    border-radius: 5px;
}

.gigya-screen-content .gigya-screen.gigya-my-family-container .family-member-container .gigya-label .gigya-label-text {
    font-size: 14px;
}

.gigya-screen-content .gigya-screen.gigya-my-family-container .gigya-composite-control-label.gigya-text p {
    margin-bottom: 20px;
}

.gigya-screen-content .gigya-screen.gigya-my-family-container .gigya-composite-control-label.gigya-text p:last-child {
    margin-bottom: 0;
}

.gigya-screen-content .gigya-screen.gigya-my-family-container .gigya-array-template {
    display: flex;
    align-items: center;
    padding: 20px 0 5px;
    position: relative;
}

.gigya-screen-content .gigya-screen.gigya-my-family-container .gigya-array-template .buttons-wrapper {
    flex-shrink: 0;
    position: initial;
}

.gigya-screen-content .gigya-screen.gigya-my-family-container .gigya-array-template .buttons-wrapper .gigya-array-add-btn {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #ffffff;
    border: 1px solid #ff0000;
    color: #ff0000;
    font-size: 16px;
    line-height: 18px;
    padding: 12px 10px;
    font-weight: 600;
    border-radius: 23px;
    text-align: center;
    min-width: 180px;
}

.gigya-screen-content .gigya-screen.gigya-my-family-container .gigya-array-template .buttons-wrapper .gigya-array-add-btn:before {
    content: url('../../../static/images/plugin/customer-identity/btn-icon.svg');
    width: 18px;
    height: 18px;
    display: inline-block;
    position:relative;
    top: 3px;
    left: -5px;
    cursor: pointer;
}

.gigya-screen-content .gigya-screen.gigya-my-family-container .gigya-array-template .buttons-wrapper .gigya-array-remove-btn {
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    color: #ff0000;
    position: relative;
    padding: 0 30px 0 0;
    margin-top: 8px;
}

.gigya-screen-content .gigya-screen.gigya-my-family-container .gigya-array-template .buttons-wrapper .gigya-array-remove-btn:before {
    content: url('../../../static/images/plugin/customer-identity/delete-icon.svg');
    width: 13px;
    height: 16px;
    display: inline-block;
    position:absolute;
    top: 3px;
    left: -20px;
    cursor: pointer;
}

.gigya-screen-content .gigya-screen.gigya-my-family-container .gigya-array-template .buttons-wrapper .gigya-array-remove-btn:after {
    content: '';
    width: calc(100% - 30px);
    height: 1px;
    background: #ff0000;
    position:absolute;
    bottom: -2px;
    left: 0;
}

.gigya-screen-content .gigya-screen.gigya-my-family-container .gigya-composite-control.gigya-composite-control-submit {
    margin-top: 10px;
}

.gigya-screen-content .gigya-screen.gigya-my-family-container .gigya-array-template .inputs-wrapper .gigya-layout-cell {
    padding-right: 40px;
}

.gigya-screen-content .gigya-screen.gigya-my-family-container .gigya-array-template .inputs-wrapper .gigya-layout-cell > * {
    margin-bottom: 0;
}

.gigya-screen-content .gigya-screen.gigya-my-family-container .gigya-array-template .inputs-wrapper {
    padding-right: 40px;
    margin-left: 0;
}

.gigya-screen-content .gigya-screen.gigya-my-family-container .gigya-array-template:last-child {
    padding-bottom: 55px;
}

.gigya-screen-content .gigya-screen.gigya-my-family-container .gigya-layout-row .gigya-composite-control-textbox {
    width: 50%;
    margin-left: 0;
}

.gigya-screen-content .gigya-screen.gigya-my-family-container .family-member-container .gigya-composite-control select,
.gigya-screen-content .gigya-screen.gigya-my-family-container .family-member-container .gigya-composite-control .gigya-input-text,
.gigya-screen-content .gigya-screen.gigya-my-family-container .family-member-container .gigya-composite-control .gigya-input-text::placeholder {
    color: #010101;
}

.gigya-screen-content .gigya-screen.gigya-my-family-container .gigya-layout-row {
    text-align: left;
}


/*Prijava na S&B*/

.gigya-screen-content .gigya-apply-for-sportandbonus-container .gigya-composite-control.gigya-composite-control-label.sportandbonus-title {
    display: block;
    font-size: 24px;
    line-height: 30px;
    color: #000000;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 10px;
    padding-bottom: 0;
}

.gigya-apply-for-sportandbonus-container .gigya-composite-control.gigya-composite-control-label.mobile-phone-info {
    display: block;
    font-size: 16px;
    line-height: 18px;
    color: #000000;
    font-weight: 600;
}

.gigya-apply-for-sportandbonus-container .gigya-composite-control.gigya-composite-control-label.verify-mobile-phone-info {
    display: block;
    font-size: 12px;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.5);
    font-weight: 500;
    text-align: left;
    margin: 10px 0 20px;
}

.gigya-screen.gigya-apply-for-sportandbonus-container .gigya-composite-control.gigya-composite-control-dropdown,
.gigya-screen-content .gigya-screen.gigya-apply-for-sportandbonus-container .gigya-composite-control.gigya-composite-control-textbox {
    padding-bottom: 0;
    margin-bottom: 0;
}

.gigya-screen.gigya-apply-for-sportandbonus-container .gigya-composite-control.gigya-composite-control-dropdown select {
    margin-bottom: 0;
}

.gigya-screen.gigya-apply-for-sportandbonus-container .main-content-container .gigya-layout-row:nth-child(2) .gigya-layout-cell {
    padding: 0;
    width: 50%;
}

.lc-bg .gigya-screen.gigya-apply-for-sportandbonus-container .main-content-container .gigya-layout-row:nth-child(2) > .gigya-layout-cell:nth-child(1),
.lc-si .gigya-screen.gigya-apply-for-sportandbonus-container .main-content-container .gigya-layout-row:nth-child(2) > .gigya-layout-cell:nth-child(1),
.lc-ro .gigya-screen.gigya-apply-for-sportandbonus-container .main-content-container .gigya-layout-row:nth-child(2) > .gigya-layout-cell:nth-child(1),
.lc-sk .gigya-screen.gigya-apply-for-sportandbonus-container .main-content-container .gigya-layout-row:nth-child(2) > .gigya-layout-cell:nth-child(1),
.lc-cz .gigya-screen.gigya-apply-for-sportandbonus-container .main-content-container .gigya-layout-row:nth-child(2) > .gigya-layout-cell:nth-child(1) {
    width: 25%;
}
.lc-bg .gigya-screen.gigya-apply-for-sportandbonus-container .main-content-container .gigya-layout-row:nth-child(2) > .gigya-layout-cell:nth-child(1) > .gigya-layout-cell,
.lc-si .gigya-screen.gigya-apply-for-sportandbonus-container .main-content-container .gigya-layout-row:nth-child(2) > .gigya-layout-cell:nth-child(1) > .gigya-layout-cell,
.lc-ro .gigya-screen.gigya-apply-for-sportandbonus-container .main-content-container .gigya-layout-row:nth-child(2) > .gigya-layout-cell:nth-child(1) > .gigya-layout-cell,
.lc-sk .gigya-screen.gigya-apply-for-sportandbonus-container .main-content-container .gigya-layout-row:nth-child(2) > .gigya-layout-cell:nth-child(1) > .gigya-layout-cell,
.lc-cz .gigya-screen.gigya-apply-for-sportandbonus-container .main-content-container .gigya-layout-row:nth-child(2) > .gigya-layout-cell:nth-child(1) > .gigya-layout-cell {
    width: 100%;
    max-width: 100%;
}
.lc-bg .gigya-screen.gigya-apply-for-sportandbonus-container .main-content-container .line-number,
.lc-si .gigya-screen.gigya-apply-for-sportandbonus-container .main-content-container .line-number,
.lc-ro .gigya-screen.gigya-apply-for-sportandbonus-container .main-content-container .line-number,
.lc-sk .gigya-screen.gigya-apply-for-sportandbonus-container .main-content-container .line-number,
.lc-cz .gigya-screen.gigya-apply-for-sportandbonus-container .main-content-container .line-number {
    padding-left: 10px;
}
.lc-bg .gigya-screen.gigya-apply-for-sportandbonus-container .main-content-container .gigya-layout-row:nth-child(2) > .gigya-layout-cell:nth-child(2),
.lc-si .gigya-screen.gigya-apply-for-sportandbonus-container .main-content-container .gigya-layout-row:nth-child(2) > .gigya-layout-cell:nth-child(2),
.lc-ro .gigya-screen.gigya-apply-for-sportandbonus-container .main-content-container .gigya-layout-row:nth-child(2) > .gigya-layout-cell:nth-child(2),
.lc-sk .gigya-screen.gigya-apply-for-sportandbonus-container .main-content-container .gigya-layout-row:nth-child(2) > .gigya-layout-cell:nth-child(2),
.lc-cz .gigya-screen.gigya-apply-for-sportandbonus-container .main-content-container .gigya-layout-row:nth-child(2) > .gigya-layout-cell:nth-child(2) {
    width: 75%;
}


.gigya-screen.gigya-apply-for-sportandbonus-container .main-content-container .country-code {
    padding-right: 10px;
}

.gigya-screen.gigya-apply-for-sportandbonus-container .main-content-container .area-code {
    padding-left: 10px;
}

.gigya-screen.gigya-apply-for-sportandbonus-container .main-content-container .line-number {
    padding-left: 20px;
}

.gigya-verify-new-email-container .gigya-composite-control-textbox .gigya-input-text,
.gigya-verify-sportandbonus-application-container .gigya-composite-control-textbox .gigya-input-text {
    display: none;
}

.gigya-verify-new-email-container .gigya-composite-control-textbox .gigya-error-msg,
.gigya-verify-sportandbonus-application-container .gigya-composite-control-textbox  .gigya-error-msg {
    display: none;
}

/*Promena lozinke*/

.gigya-screen-content .gigya-change-password-container .gigya-current-password {
    width: calc(50% - 20px);
    margin-left: 0;
    text-align: left;
}

/*Unesi verifikacioni kod*/

.gigya-screen-content .gigya-verify-sportandbonus-application-container .gigya-composite-control-label .sport-vision-brands {
    margin-top: 10px;
}

.gigya-screen-content .gigya-screen.gigya-verify-new-email-container .gigya-otp-update-form .gigya-composite-control-label.gigay-text,
.gigya-screen-content .gigya-screen.gigya-verify-sportandbonus-application-container .gigya-otp-update-form .gigya-composite-control-label.gigya-text {
    margin: 10px 0 25px;
}

.gigya-screen-content .gigya-screen.gigya-verify-sportandbonus-application-container .gigya-composite-control.gigya-composite-control-submit {
    margin: 10px auto 20px;
}

.gigya-screen-content .gigya-screen.gigya-verify-sportandbonus-application-container .gigya-composite-control.gigya-composite-control-link a {
    font-size: 16px;
    color: #010101;
    font-family: 'Montserrat', sans-serif;
}

.gigya-screen-content .gigya-screen.gigya-verify-sportandbonus-application-container a.change-phone-number-lnk {
    font-size: 16px;
    color: #ff0000;
    font-family: 'Montserrat', sans-serif;
}

.gigya-screen-content .gigya-screen.gigya-verify-new-email-container .gigya-composite-control-textbox span.gigya-error-msg.gigya-error-msg-active,
.gigya-screen-content .gigya-screen.gigya-verify-sportandbonus-application-container .gigya-composite-control-textbox span.gigya-error-msg.gigya-error-msg-active {
    left: 50%;
    transform: translateX(-50%);
}

.gigya-screen-content .gigya-screen.gigya-verify-sportandbonus-application-container .gigya-composite-control-link a {
    cursor: pointer;
}

.gigya-screen-content .gigya-screen .gigya-composite-control-link:has(a.gigya-disabled),
.gigya-screen-content .gigya-screen .gigya-composite-control-link a:disabled,
.gigya-screen-content .gigya-screen .gigya-composite-control-link a.gigya-disabled {
    cursor: not-allowed !important;
}

.gigya-screen-content .gigya-screen.gigya-verify-new-email-container .gigya-composite-control.gigya-composite-control-submit {
    margin: 10px auto 25px;
}


/*Brisanje naloga*/

.gigya-screen-content .gigya-screen.gigya-request-deletion-container .gigya-composite-control-label.gigya-text {
    margin-top: 10px;
}

/*Promena Email adrese*/

.gigya-screen-content .gigya-screen.gigya-change-email-container .gigya-composite-control.gigya-composite-control-submit {
    margin: 0 auto;
}

.gigya-screen-content .gigya-screen.gigya-verify-sportandbonus-application-container .gigya-composite-control-submit .gigya-input-submit:focus,
.gigya-screen-content .gigya-screen.gigya-verify-sportandbonus-application-container .gigya-composite-control-submit .gigya-input-submit:active:focus,
.gigya-screen-content .gigya-screen.gigya-verify-sportandbonus-application-container .gigya-composite-control-submit .gigya-input-submit:active,
.gigya-screen-content .gigya-screen.gigya-verify-sportandbonus-application-container .gigya-composite-control-submit .gigya-input-submit:hover {
    border-color: #010101 !important;
    background: transparent;
    color: #010101 !important;;
}

.ci-wrapper:has(.gigya-profile-form) .gigya-screen-caption,
#ci-screen-sets:has(.gigya-my-family-container) .gigya-screen-caption,
#ci-screen-sets:has(.gigya-my-favorites-container) .gigya-screen-caption,
#ci-screen-sets:has(.gigya-communication-container) .gigya-screen-caption,
#ci-screen-sets:has(.gigya-change-password-container) .gigya-screen-caption,
#ci-screen-sets:has(.gigya-update-profile-container) .gigya-screen-caption {
    text-align: left;
}

.ci-wrapper:has(.gigya-registration-completion-container) .gigya-screen-caption {
    text-align: center;
}

.ci-wrapper:has(.gigya-profile-form) .gigya-screen-caption {
    margin-bottom: 10px;
}

#ci-screen-sets:has(.gigya-change-password-container) .gigya-screen-caption {
    padding-bottom: 15px;
}

#ci-screen-sets:has(.gigya-apply-for-sportandbonus-container) .gigya-screen-caption {
    display: none;
}

.gigya-screen-content .gigya-screen .gigya-layout-cell:has(.gigya-composite-control.gigya-email) {
    position:relative;
}

.gigya-screen-content .gigya-screen.gigya-update-profile-screen  .gigya-composite-control.gigya-composite-control-link {
    display: inline-block;
    position: absolute;
    top: 49px;
    right: 30px;
}

.gigya-screen-content .gigya-screen .gigya-composite-control .gigya-email-edit {
    content: "";
    background: url('../../../static/images/plugin/customer-identity/pencil-icon.svg');
    width: 16px;
    height: 17px;
    display: inline-block;
    cursor: pointer;
}

/*Modal gigya*/

.gigya-screen-dialog-main {
    padding: 40px 20px 30px;
    background: #ffffff !important;
    width: 740px !important;
    border-radius: 5px !important;
    box-shadow: 0 5px 13px 0 rgba(0,0,0,0.2);
}

.gigya-screen-dialog-main div.gigya-screen-dialog-top {
    background-color: #FFFFFF !important;
}

.gigya-screen-dialog-main div.gigya-screen-dialog-top .gigya-screen-dialog-caption {
    color: #000000;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    text-align: center;
    float: none;
    padding-right: 0;
    margin-bottom: 10px;
}

.gigya-screen-dialog-main div.gigya-screen-dialog-top .gigya-screen-dialog-close {
    position: absolute;
    right: 10px;
    top: 10px;
}

.gigya-screen-dialog-main:has(.gigya-apply-for-sportandbonus-container) .gigya-screen-dialog-caption {
    display: none;
}

/*Jacina lozinke*/

.gigya-screen .password-strength-wrapper {
    z-index: 50;
}

.password-strength-wrapper .strength-wrapper {
    display: flex;
    gap: 2px;
}

.password-strength-wrapper:before {
    top: -16px;
    border-color: transparent transparent rgba(0, 0, 0, 0.05) transparent;
    border-width: 8px;
    content: '';
    display: block;
    position: absolute;
    left: 15px;
    width: 0;
    height: 0;
    border-style: solid;
}

.password-strength-wrapper:after {
    top: -15px;
    border-color: transparent transparent #ffffff transparent;
    border-width: 8px;
    content: '';
    display: block;
    position: absolute;
    left: 15px;
    width: 0;
    height: 0;
    border-style: solid;
}

.password-strength-wrapper .strength-wrapper > div {
    height: 3px;
    background: #e1e1e1;
    flex-grow: 1;
}

.password-strength-wrapper .strength-wrapper div.password-label-very-weak {
    background: #d54039;
}

.password-strength-wrapper .password-label-wrapper .label > div.password-label-very-weak {
    color: #d54039;
}

.password-strength-wrapper .strength-wrapper div.password-label-weak {
    background: #da8749;
}

.password-strength-wrapper .password-label-wrapper .label > div.password-label-weak {
    color: #da8749;
}

.password-strength-wrapper .strength-wrapper div.password-label-strong {
    background: #abc671;
}

.password-strength-wrapper .password-label-wrapper .label > div.password-label-strong {
    color: #abc671;
}

.password-strength-wrapper .strength-wrapper div.password-label-very-strong {
    background: #7daa65;
}

.password-strength-wrapper .password-label-wrapper .label > div.password-label-very-strong {
    color: #7daa65;
}

.password-strength-wrapper {
    width: 320px !important;
    background: #fff;
    box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.2);
    border-radius: 5px !important;
    padding: 15px !important;
    position: absolute;
    display: none;
    top: 90px;
}

.password-strength-wrapper .password-description {
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    line-height: 16px;
    color: #58595b;
    font-weight: 500;
    margin-bottom: 10px;
}

.password-strength-wrapper .password-label-wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.password-strength-wrapper .password-label-wrapper .title {
    font-size: 14px !important;
    font-family: 'Montserrat', sans-serif;
    line-height: 20px;
    color: #010101;
    font-weight: 600;
    margin-left: 0;
    text-transform: unset;
}

.password-strength-wrapper .password-label-wrapper .label {
    margin-right: 0;
}

.password-strength-wrapper .password-label-wrapper .label > * {
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    line-height: 14px;
    font-weight: 700;
    margin-right: 0;
}

.gigya-composite-control-password .password-strength-wrapper {
    display: block;
}

.gigya-input-password.gigya-show-checkmark.gigya-valid {
    background-position: right 40px center;
}

/*Small inputs*/
.gigya-screen-content .gigya-verify-new-email-container .gigya-composite-control-textbox,
.gigya-screen-content .gigya-verify-sportandbonus-application-container .gigya-composite-control-textbox {
    display: flex !important;
    justify-content: center;
    gap: 10px;
    text-align: center;
    margin: auto;
}

.gigya-screen-content .gigya-composite-control-textbox .small-input {
    width: 50px;
    height: 50px;
    margin: 0px;
    line-height: 50px;
    padding: 0;
    text-align: center;
}

.gigya-screen-content .gigya-screen .gigya-error-display.gigya-composite-control.gigya-composite-control-form-error:has(.gigya-error-msg.gigya-error-msg-active) {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    width: 100%;
    padding: 15px 0;
    margin: 0 auto 25px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 5px 13px 0 rgba(0, 0, 0, 0.21);
    border-radius: 5px;
    z-index: 50;
    max-width: 440px;
}

.gigya-screen-content .gigya-error-display.gigya-composite-control.gigya-composite-control-form-error .gigya-error-msg.gigya-error-msg-active{
    top: 0;
    position: relative;
    text-align: center;
    margin: 0;
    padding: 10px 25px;
}

.gigya-screen-content .gigya-screen form.gigya-form-error .gigya-composite-control.gigya-composite-control-submit {
    padding-bottom: 0;
}

.ci-alert,
 .gigya-screen .ci-alert {
    background: #ffffff;
    width: 100%;
    max-width: 440px;
    border-radius: 5px;
    box-shadow: 0 5px 13px 0 rgba(0, 0, 0, 0.21);
    border: solid 1px rgba(0, 0, 0, 0.08);
    position: absolute;
    z-index: 9999;
    padding: 15px;
    box-sizing: border-box;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-height: 72px;
}

.gigya-screen #alert-password-change-no-login {
    min-height: 95px;
}

.ci-alert .alert-content {
    display: flex;
    gap: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.ci-alert .title {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    font-weight: 600;
    text-transform: none;
    flex-grow: 1;
    padding-right: 35px;
    text-align: left!important;
}

.ci-alert .ci-marker-alert {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    flex-shrink: 0;
    flex-grow: 0;
    margin-top: 0;
    font-size: 10px;
    text-align: center;
    color: #ffffff;
    line-height: 21px;
}

.ci-alert.ci-danger .ci-success-alert {
    display: none;
}

.ci-alert.ci-success .ci-error-alert {
    display: none;
}

.ci-alert .icon-danger {
    color:  #ff0000;
}

.ci-alert .icon-success {
    color: #7daa65;
}

.ci-alert .close-icon {
    content: url('../../../static/images/plugin/customer-identity/alert-close-icon.png');
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

#ci_modal {
    border-radius: 5px;
    box-shadow: 0 5px 13px 0 rgba(0, 0, 0, 0.21);
    border: solid 1px rgba(0, 0, 0, 0.08);
}

#customer_identity_layout_modal .close-icon.white-icon {
    content: url('../../../static/images/plugin/customer-identity/close-icon-modal-new-white.svg');
    opacity: 1;
    z-index: 9;
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
}

#customer_identity_layout_modal:has(.gigya-apply-for-sportandbonus-container) .gigya-error-display .close-icon,
.gigya-error-display.gigya-composite-control.gigya-composite-control-form-error .close-icon,
#customer_identity_layout_modal .close-icon {
    content: url('../../../static/images/plugin/customer-identity/close-icon-modal-new.svg');
    opacity: 0.4;
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
    z-index: 999;
}

.ci-main-wrapper.no-remove {
    min-height: 500px;
    display: block;
    position: relative;
}

.ci-app-success-login .page-normal {
    padding-top: 50px;
}
.ci-app-success-login .ci-loader {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    max-height: 100%;
    position: relative;
    z-index: 1001;
    width: 100%;
    max-width: 100%;
    background: transparent;
    margin-top: 20px;
}

.ci-app-success-login .ci-loader .ci-loader-icon {
    background: url('../../../static/images/plugin/customer-identity/loader-icon.png') no-repeat;
    border: none;
    border-radius: 0;
    width: 100%;
    background-size: 50px 50px;
    background-position: center;
    -webkit-animation: rotateY 1s infinite linear !important;
    animation: rotateY 1s infinite linear !important;
    display: block;
    height: 50px;
    top: calc(50% - 25px);
    position: relative;
}

.ci-main-wrapper.no-remove .screen-set-loader {
    top: 50%;
    transform: translateY(-50%);
    bottom: unset;
    left: 0;
    right: 0;
    position: absolute;
    z-index: 1001;
    width: 100%;
    max-width: 100%;
    height: fit-content;
    background: transparent;
}

.modal .screen-set-loader,
.ci-main-wrapper .screen-set-loader {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    max-height: 100%;
    position: absolute;
    z-index: 1001;
    width: 100%;
    max-width: 100%;
    background: transparent;
}

.modal .screen-set-loader .ci-loader-icon,
.ci-main-wrapper .screen-set-loader .ci-loader-icon {
    background: url('../../../static/images/plugin/customer-identity/loader-icon.png') no-repeat;
    border: none;
    border-radius: 0;
    width: 100%;
    background-size: 50px 50px;
    background-position: center;
    -webkit-animation: rotateY 1s infinite linear !important;
    animation: rotateY 1s infinite linear !important;
    display: block;
    height: 50px;
    top: calc(50% - 25px) !important;
    position: relative;
    z-index: 99;
}

.modal.ExtraSports .screen-set-loader .ci-loader-icon,
.ci-main-wrapper.ExtraSports .screen-set-loader .ci-loader-icon {
    height: 50px;
    width: 50px;
    left: calc(50% - 5px);
    top: calc(50% - 25px);
    background: unset;
    position: relative;
    display: block;
    border-radius: 50%;
    border: 3px solid rgba(0, 0, 0, .4);
    transform: translateX(-50%);
    -webkit-animation: spin .6s linear infinite !important;
    animation: spin .6s linear infinite !important;
}

.footer .ci-main-wrapper.ExtraSports .screen-set-loader .ci-loader-icon {
    height: 50px;
    width: 50px;
    left: calc(50% - 25px);
    top: calc(50% - 25px);
    background: unset;
    position: relative;
    display: block;
    border-radius: 50%;
    border: 3px solid rgba(0, 0, 0, .4);
    transform: translateX(-50%);
    -webkit-animation: spin .6s linear infinite !important;
    animation: spin .6s linear infinite !important;
}

.modal.ExtraSports .screen-set-loader .ci-loader-icon:after,
.ci-main-wrapper.ExtraSports .screen-set-loader .ci-loader-icon:after {
    content: "";
    position: absolute;
    width: 11px;
    height: 11px;
    top: -5px;
    left: 20px;
    border-radius: 50%;
    background-color: #ec1c24;
}

.ci-no-wrapper.Tike .screen-set-loader .ci-loader-icon:after,
.ci-no-wrapper.Tike .screen-set-loader .ci-loader-icon:before,
.ci-no-wrapper.Tike .screen-set-loader .ci-loader-icon,
.modal.Tike .screen-set-loader .ci-loader-icon:after,
.modal.Tike .screen-set-loader .ci-loader-icon:before,
.modal.Tike .screen-set-loader .ci-loader-icon,
.ci-main-wrapper.Tike .screen-set-loader .ci-loader-icon:before,
.ci-main-wrapper.Tike .screen-set-loader .ci-loader-icon:after,
.ci-main-wrapper.Tike .screen-set-loader .ci-loader-icon {
    background: #000000;
    -webkit-animation: load1 1s infinite ease-in-out !important;
    animation:  load1 1s infinite ease-in-out !important;
    width: 5px;
    height: 4em;
    border-radius: 0;
}

@keyframes load1 {
    0%,
    80%,
    100% {
        box-shadow: 0 0;
        height: 4em;
        color: #000
    }
    40% {
        box-shadow: 0 -2em;
        height: 5em;
        color: #000
    }
}
.ci-no-wrapper.Tike .screen-set-loader .ci-loader-icon,
.modal.Tike .screen-set-loader .ci-loader-icon,
.ci-main-wrapper.Tike .screen-set-loader .ci-loader-icon {
    position: relative;
    display: block;
    border-radius: 0;
    border: none;
    top: 150px;
    left: 50%;
    transform-origin: 50% 50%;
    animation-delay: -0.16s !important;
}
.ci-no-wrapper.Tike .screen-set-loader .ci-loader-icon:before,
.ci-no-wrapper.Tike .screen-set-loader .ci-loader-icon:after,
.modal.Tike .screen-set-loader .ci-loader-icon:before,
.modal.Tike .screen-set-loader .ci-loader-icon:after,
.ci-main-wrapper.Tike .screen-set-loader .ci-loader-icon:before,
.ci-main-wrapper.Tike .screen-set-loader .ci-loader-icon:after {
    position: absolute;
    top: 0;
    content: '';
}
.ci-no-wrapper.Tike .screen-set-loader .ci-loader-icon:before,
.modal.Tike .screen-set-loader .ci-loader-icon:before,
.ci-main-wrapper.Tike .screen-set-loader .ci-loader-icon:before {
    left: -1.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s !important;
}
.ci-no-wrapper.Tike .screen-set-loader .ci-loader-icon:after,
.modal.Tike .screen-set-loader .ci-loader-icon:after,
.ci-main-wrapper.Tike .screen-set-loader .ci-loader-icon:after {
    left: 1.5em;
    border-radius: 0;
    animation-delay: 0s !important;
}

.modal.Buzz .screen-set-loader,
.ci-main-wrapper.Buzz .screen-set-loader {
    text-align: center;
}

.modal.Buzz .screen-set-loader .ci-loader-icon,
.ci-main-wrapper.Buzz .screen-set-loader .ci-loader-icon {
    background: url('../../../static/images/plugin/customer-identity/buzz_loader.gif') no-repeat;
    -webkit-animation: unset !important;
    animation:  unset !important;
    display: inline-block;
    height: 105px;
    width: 170px;
}

.modal.Runnmore .screen-set-loader .ci-loader-icon,
.ci-main-wrapper.Runnmore .screen-set-loader .ci-loader-icon {
    position: relative;
    display: block;
    height: 40px;
    width: 40px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: unset;
    animation: unset !important;
}

.modal.Runnmore .screen-set-loader .ci-loader-icon:after,
.ci-main-wrapper.Runnmore .screen-set-loader .ci-loader-icon:after {
    content: "";
    position: absolute;
    top: -5px;
    left: 20px;
    width: 40px;
    height: 40px;
    background-color: #729736;
    margin: 0 auto;
    -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out !important;
    animation: sk-rotateplane 1.2s infinite ease-in-out !important;
    border-radius: 0;
}

.footer .ci-main-wrapper.Runnmore .screen-set-loader .ci-loader-icon:after {
    top: unset;
    bottom: -40px;
}

.footer .ci-main-wrapper.Tike .screen-set-loader .ci-loader-icon {
    top: 50px;
}

.ci-no-wrapper {
    min-height: 500px;
}

@-webkit-keyframes sk-rotateplane {
    0% { -webkit-transform: perspective(120px) }
    50% { -webkit-transform: perspective(120px) rotateY(180deg) }
    100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}

@keyframes sk-rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
    } 50% {
          transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
          -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
      } 100% {
            transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
            -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        }
}

.gigya-style-modern div.gigya-screen-loader {
    display: none;
}

#ci_modal.gigya-style-modern div.gigya-screen-loader {
    display: block;
}

.ci-main-wrapper .screen-set-loader {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    max-height: 100%;
    position: absolute;
    z-index: 1001;
    width: 100%;
    max-width: 100%;
    background: transparent;
}

/* test */
.ci-main-wrapper.ci-loaded .gigya-screen-loader{
    opacity: 1;
    z-index: 9999999;
}
.ci-main-wrapper .gigya-screen-loader{
    opacity: 0;
}

.ci-main-wrapper .screen-set-loader .ci-loader-icon {
    background: url('../../../static/images/plugin/customer-identity/loader-icon.png') no-repeat;
    border: none;
    border-radius: 0;
    width: 100%;
    background-size: 50px 50px;
    background-position: center;
    -webkit-animation: rotateY 1s infinite linear !important;
    animation: rotateY 1s infinite linear !important;
    display: block;
    height: 50px;
    top: calc(50% - 25px);
    position: relative;
    z-index: 99;
}

.SportReality .gigya-style-modern div.gigya-screen-loader,
#ci_modal.SportReality.gigya-style-modern div.gigya-screen-loader,
.ci-main-wrapper.SportReality .screen-set-loader .ci-loader-icon {
    left: 50%;
    width: 150px;
    height: 150px;
    background: url('../../../static/images/plugin/customer-identity/sr-loader.gif');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 150px 150px;
    border: 0;
    border-radius: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    animation: none !important;
}

.SV .gigya-style-modern div.gigya-screen-loader,
#ci_modal.SV.gigya-style-modern div.gigya-screen-loader {
    background: url('../../../static/images/plugin/customer-identity/loader-icon.png') no-repeat;
    border: unset;
    border-top: unset;
    border-radius: 0;
    width: 100%;
    background-size: 50px 50px;
    background-position: center;
    -webkit-animation: rotateY 1s infinite linear !important;
    animation: rotateY 1s infinite linear !important;
    display: block;
    min-height: 50px;
    height: 50px;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 99;
}

.Buzz .gigya-style-modern div.gigya-screen-loader,
#ci_modal.Buzz.gigya-style-modern div.gigya-screen-loader {
    background: url('../../../static/images/plugin/customer-identity/buzz_loader.gif') no-repeat;
    background-position: center;
    background-size: 170px 105px;
    border: unset;
    border-top: unset;
    border-radius: 0;
    width: 100%;
    -webkit-animation: unset !important;
    animation:  unset !important;
    display: inline-block;
    top: 0;
    left: 0;
    min-height: 105px;
    /*width: 170px;*/
}

.Runnmore .gigya-style-modern div.gigya-screen-loader,
#ci_modal.Runnmore.gigya-style-modern div.gigya-screen-loader {
    content: "";
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    max-height: unset;
    max-width: unset;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: unset;
    animation: unset !important;
}

.Runnmore .gigya-style-modern div.gigya-screen-loader:after,
#ci_modal.Runnmore.gigya-style-modern div.gigya-screen-loader:after {
    content: "";
    position: absolute;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    text-align: center;
    background-color: #729736;
    -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out !important;
    animation: sk-rotateplane 1.2s infinite ease-in-out !important;
    border-radius: 0;
}

.ExtraSports .gigya-style-modern div.gigya-screen-loader,
#ci_modal.ExtraSports.gigya-style-modern div.gigya-screen-loader {
    height: 50px;
    width: 50px;
    left: calc(50% - 25px);
    top: calc(50% - 25px);
    max-height: 50px;
    max-width: 50px;
    background: unset;
    position: absolute;
    display: inline-block;
    border-radius: 50%;
    border: 3px solid rgba(0, 0, 0, .4);
    transform: translate(-50%, -50%);
    -webkit-animation: spin .6s linear infinite !important;
    animation: spin .6s linear infinite !important;
}

.ExtraSports .gigya-style-modern div.gigya-screen-loader:after,
#ci_modal.ExtraSports.gigya-style-modern div.gigya-screen-loader:after {
    content: "";
    position: absolute;
    width: 11px;
    height: 11px;
    left: 0;
    top: 0;
    border-radius: 50%;
    background-color: #ec1c24;
}

.Tike .gigya-style-modern div.gigya-screen-loader:before,
.Tike .gigya-style-modern div.gigya-screen-loader:after,
#ci_modal.Tike.gigya-style-modern div.gigya-screen-loader:before,
#ci_modal.Tike.gigya-style-modern div.gigya-screen-loader:after {
    background: #000000;
    -webkit-animation: load1 1s infinite ease-in-out !important;
    animation:  load1 1s infinite ease-in-out !important;
    width: 5px;
    height: 4em;
    border-radius: 0;
    position: absolute;
    top: 0;
    content: '';
}

.Tike .gigya-style-modern div.gigya-screen-loader,
#ci_modal.Tike.gigya-style-modern div.gigya-screen-loader {
    left: 50%;
    top: 50%;
    width: 5px;
    height: 4em;
    transform: translate(-50%, -50%);
    max-width: 5px;
    min-width: 5px;
    max-height: 6em;
    border: none;
    border-top: none;
    position: absolute;
    display: inline-block;
    border-radius: 0;
    background: #000;
    transform-origin: 50% 50%;
    -webkit-animation: load1 1s infinite ease-in-out !important;
    animation:  load1 1s infinite ease-in-out !important;
    animation-delay: -0.16s !important;
    margin: 0;
}

.Tike .gigya-style-modern div.gigya-screen-loader:before,
#ci_modal.Tike.gigya-style-modern div.gigya-screen-loader:before {
    left: -1.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s !important;
}

.Tike .gigya-style-modern div.gigya-screen-loader:after,
#ci_modal.Tike.gigya-style-modern div.gigya-screen-loader:after {
    left: 1.5em;
    border-radius: 0;
    animation-delay: 0s !important;
}


@keyframes rotateY {
    to { transform: rotateY(360deg); }
}

.gigya-screen-content .js-favorites-back {
    display: none;
}

.gigya-screen-content .gigya-verify-sportandbonus-application-container .main-content-container {
    padding: 0 20px;
}

.gigya-screen-content .gigya-screen .gigya-composite-control.gigya-composite-control-social-login {
    margin: 10px 0 25px;
}

.gigya-composite-control-social-login .gigya-social-login-container .gigya-login-provider #Google_btn {
    padding: 5px 40px;
    border-radius: 23px;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.16);
    background-color: #fff;
    height: 45px !important;
    min-width: 210px;
    box-sizing: border-box;
    text-align: center;

    background-image: url('../../../static/images/plugin/customer-identity/google_1.png') !important;
    background-position: center !important;
    background-size: unset !important;
    background-repeat: no-repeat;
}

.gigya-composite-control-social-login .gigya-social-login-container .gigya-login-provider #Facebook_btn {
    padding: 5px 40px;
    border-radius: 23px;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.16);
    background-color: #fff;
    height: 45px !important;
    min-width: 210px;
    box-sizing: border-box;
    text-align: center;

    background-image: url('../../../static/images/plugin/customer-identity/facebook_1.png') !important;
    background-position: center !important;
    background-size: unset !important;
    background-repeat: no-repeat;
}

.gigya-composite-control-social-login .gigya-social-login-container .gigya-login-provider .tabbing-button img {
    display: none;
}

.gigya-composite-control-social-login .gigya-social-login-container .gigya-login-provider .tabbing-button > div {
    background-image: unset !important;
}

.gigya-composite-control-social-login .gigya-social-login-container .gigya-login-provider.gigya-login-provider-last .tabbing-button > div {
    background-image: unset !important;
}

.gigya-composite-control-social-login .gigya-social-login-container .gigya-login-providers-container {
    width: 100% !important;
    display: flex;
    justify-content: center;
    text-align: center;
}

.gigya-composite-control-social-login .gigya-social-login-container .gigya-login-providers-container .gigya-login-provider-row {
    display: flex;
    gap: 20px;
}

.gigya-composite-control-social-login .gigya-social-login-container .gigya-login-providers-container .gigya-login-provider-row span {
    width: 100% !important;
    margin-right: 0 !important;
}

.footer .gigya-newsletter-thank-you-container .gigya-layout-row {
    text-align: left;
}

/*SV footer newsletter*/

.ci-sv-footer .ci-wrapper {
    margin: 0;
    max-width: 100%;
}

.ci-sv-footer .ci-wrapper > * {
    font-family: 'Roboto', sans-serif !important;
}

.ci-sv-footer .ci-wrapper .gigya-screen-caption {
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    text-transform: uppercase;
    text-align: left;
    padding-bottom: 0;
    line-height: 1.1;
    margin: 10px 0;
    letter-spacing: -0.75px;
}

.ci-sv-footer .ci-wrapper .gigya-screen .gigya-composite-control.gigya-composite-control-checkbox .gigya-input-checkbox {
    width: 14px;
    height: 14px;
    border-radius: 0;
    background: #000000 url('../../../static/images/plugin/customer-identity/newsletter-check-icon.png') no-repeat center;
    border: 1px solid #000000 !important;
    box-shadow: none !important;
    margin: 0;
}

.ci-sv-footer .ci-wrapper .gigya-subscribe-with-email-container {
    margin-bottom: 10px;
}

.ci-sv-footer .ci-wrapper .gigya-screen .gigya-composite-control.gigya-composite-control-checkbox.gigya-terms-error {
    padding: 0;
    margin-bottom: 0px;
    position: relative;
    right: 0;
    width: 100%;
    border-radius: 0;
    border: unset;
}

.ci-sv-footer .ci-wrapper .gigya-screen .gigya-composite-control.gigya-composite-control-checkbox .gigya-input-checkbox.gigya-empty {
    width: 14px;
    height: 14px;
    border-radius: 0;
    background: #ffffff;
    border: 1px solid #d9d9d9 !important;
    box-shadow: none !important;
}


.ci-sv-footer .gigya-screen-content .gigya-screen .gigya-composite-control .gigya-label .gigya-label-text {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    line-height: 15px;
    font-weight: 400;
    color: #6a6a6a;
}

.ci-sv-footer .gigya-screen-content .gigya-screen .gigya-composite-control .gigya-label .gigya-label-text a {
    font-size: 14px;
    line-height: 15px;
    font-weight: 300;
    color: #6b6b6b;
}

.ci-sv-footer .gigya-screen-content .gigya-screen .gigya-composite-control .gigya-label .gigya-label-text a:hover {
    color: #000000;
    text-decoration: none;
}

.ci-sv-footer .ci-wrapper .gigya-screen-content .gigya-composite-control-submit.newsletter-sign-up-btn {
    width: 65px;
    position: absolute;
    top: 0;
    margin: 0;
    right: 0;
    font-family: 'NBIcon', sans-serif;
}

.ci-sv-footer .ci-wrapper .gigya-screen-content .gigya-composite-control-submit.newsletter-sign-up-btn:before {
    content: "\e60a";
    position: absolute;
    z-index: 50;
    color: white;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    pointer-events: none;
}

.ci-sv-footer .gigya-screen-content .gigya-screen.gigya-composite-control-active .gigya-layout-row.with-two-inputs {
    position: relative;
}

.ci-sv-footer .gigya-screen-content .gigya-screen.gigya-composite-control-active .gigya-layout-row.with-two-inputs .gigya-layout-cell {
    width: 100%;
}

.footer .ci-main-wrapper.SV .gigya-composite-control-submit .gigya-input-submit:active,
.footer .ci-main-wrapper.SV .gigya-composite-control-submit .gigya-input-submit:focus,
.footer .ci-main-wrapper.SV .gigya-composite-control-submit .gigya-input-submit:active:focus,
.footer .ci-main-wrapper.SV .gigya-composite-control-submit .gigya-input-submit:hover {
    border-color: #CF2E32 !important;
}

.ci-sv-footer .gigya-screen-content .gigya-screen.gigya-composite-control-active .gigya-layout-row.with-two-inputs .gigya-composite-control-checkbox {
    align-items: center;
}

.ci-sv-footer .ci-wrapper .gigya-composite-control-submit .gigya-input-submit {
    width: unset;
}

.ci-sv-footer .gigya-screen-content .gigya-screen .gigya-composite-control.gigya-composite-control-checkbox .gigya-label {
    margin-left: 10px;
}

.ci-sv-footer .gigya-screen-content .gigya-screen.gigya-composite-control-active .gigya-composite-control {
    margin-bottom: 0;
}

.ci-sv-footer .gigya-screen-content .gigya-screen .gigya-composite-control .gigya-input-text {
    border-radius: 0px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px !important;
    font-weight: 400;
    color: #000000;
    border: 1px solid #cccccc;
}

.ci-sv-footer .gigya-screen-content .gigya-screen .gigya-composite-control .gigya-input-text::placeholder {
    color: #6b6b6b;
}

.ci-sv-footer .gigya-screen-content .gigya-composite-control-submit .gigya-input-submit {
    border-radius: 0;
    background: #036891;
    width: 65px;
    color: transparent;
}

.ci-sv-footer .gigya-screen-content .gigya-composite-control-submit .gigya-input-submit:active:focus,
.ci-sv-footer .gigya-screen-content .gigya-composite-control-submit .gigya-input-submit:active,
.ci-sv-footer .gigya-screen-content .gigya-composite-control-submit .gigya-input-submit:focus,
.ci-sv-footer .gigya-screen-content .gigya-composite-control-submit .gigya-input-submit:hover {
    border-radius: 0;
    background: #036891;
    border-color: #036891;
    color: transparent;
}

.ci-sv-footer .gigya-screen-content .gigya-composite-control .gigya-error-msg.gigya-error-msg-active {
    top: -18px;
    right: 0;
    left: unset;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 11px;
}

.ci-sv-footer .gigya-screen .gigya-layout-row.with-two-inputs>.gigya-layout-cell+.gigya-layout-cell>.gigya-composite-control {
    padding-left: 0;
}

.ci-sv-footer .gigya-screen-content .gigya-screen.gigya-subscribe-with-email-container .gigya-layout-cell {
    width: 100%;
}

.ci-sv-footer .gigya-screen-content .gigya-screen.gigya-subscribe-with-email-container .gigya-layout-row {
    position: relative;
}

.ci-sv-footer .gigya-screen.gigya-subscribe-with-email-container .gigya-composite-control-textbox.gigya-email {
    margin-bottom: 5px;
}

/*tike footer newsletter*/

.footer .Tike .ci-wrapper {
    width: 100%;
    margin: 30px 0;
}
.footer .Tike .ci-wrapper .gigya-screen {
    font-family: "Geologica", sans-serif;
    width: unset !important;
    padding: 0;
}


.footer .Tike .ci-wrapper .gigya-screen-caption {
    font-family: "Geologica", sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    text-align: left;
    padding-bottom: 10px;
    line-height: 1.1;
    padding-left: 0;
}

.footer .Tike .ci-wrapper .gigya-screen .gigya-composite-control.gigya-composite-control-checkbox .gigya-input-checkbox {
    width: 14px;
    height: 14px;
    border-radius: 0;
    background: unset;
    border: 1px solid #fff !important;
    box-shadow: none !important;
}

.footer .Tike .ci-wrapper .gigya-screen .gigya-composite-control.gigya-composite-control-checkbox .gigya-input-checkbox:checked {
    background: #000000 url('../../../static/images/plugin/customer-identity/newsletter-check-icon.png') no-repeat center;
}

.footer .Tike .ci-wrapper .gigya-screen .gigya-composite-control.gigya-composite-control-checkbox.gigya-terms-error {
    padding: 0;
    margin-bottom: 15px;
    position: relative;
    right: 0;
    width: 100%;
    border-radius: 0;
    border: unset;
}

.footer .Tike .ci-wrapper .gigya-screen .gigya-composite-control.gigya-composite-control-checkbox .gigya-input-checkbox.gigya-empty {
    width: 14px;
    height: 14px;
    border-radius: 0;
    background: transparent;
    border: 1px solid #fff !important;
    box-shadow: none !important;
}

.footer .Tike .gigya-screen-content .gigya-screen .gigya-composite-control .gigya-label .gigya-label-text > *,
.footer .Tike .gigya-screen-content .gigya-screen .gigya-composite-control .gigya-label .gigya-label-text {
    font-family: "Geologica", sans-serif;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    color: #fff;
}

.footer .gigya-screen .gigya-required-display {
    color: #DFBF52;
}

.footer .Tike .gigya-screen-content .gigya-screen .gigya-composite-control .gigya-label .gigya-label-text a {
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    color: #fff;
}

.footer .Tike .gigya-screen-content .gigya-screen .gigya-composite-control .gigya-label .gigya-label-text a:hover {
    color: #DFBF52;
    text-decoration: none;
}

.footer .Tike .ci-wrapper .gigya-screen-content .gigya-composite-control-submit.newsletter-sign-up-btn {
    width: unset;
    position: absolute;
    top: 0;
    margin: 0;
    right: 0;
}

.footer .Tike .ci-wrapper .gigya-screen-content .gigya-composite-control-submit.newsletter-sign-up-btn:hover:before {
    margin-left: 25px;
}

.footer .Tike .gigya-screen-content .gigya-screen.gigya-composite-control-active .gigya-layout-row.with-two-inputs {
    position: relative;
}

.footer .Tike .gigya-screen-content .gigya-screen.gigya-composite-control-active .gigya-layout-row.with-two-inputs .gigya-layout-cell {
    width: 100%;
}

.footer .Tike .ci-wrapper .gigya-composite-control-submit .gigya-input-submit {
    width: unset;
}

.footer .Tike .gigya-screen-content .gigya-screen .gigya-composite-control.gigya-composite-control-checkbox .gigya-label {
    margin-left: 10px;
}

.footer .Tike .gigya-screen-content .gigya-screen .gigya-composite-control .gigya-input-text {
    border-radius: 0px;
    font-size: 14px !important;
    font-weight: 400;
    color: #fff;
    border: unset;
    border-bottom: 1px solid #ffffff;
    background: transparent;
    font-family: "Geologica", sans-serif;
}

.footer .Tike .gigya-screen-content .gigya-screen .gigya-composite-control .gigya-input-text::placeholder {
    color: #fff;
}

.footer .Tike .gigya-screen-content .gigya-composite-control-submit .gigya-input-submit {
    border-radius: 0;
    font-family: "Geologica", sans-serif;
    text-transform: uppercase;
    background: #DFBF52;
    font-weight: 500;
    border: 1px solid #DFBF52 !important;
    padding: 0px 10px;
    color: #000;
    min-width: 140px;
}

.footer .Tike .gigya-screen-content .gigya-composite-control-submit .gigya-input-submit:active:focus,
.footer .Tike .gigya-screen-content .gigya-composite-control-submit .gigya-input-submit:active,
.footer .Tike .gigya-screen-content .gigya-composite-control-submit .gigya-input-submit:focus,
.footer .Tike .gigya-screen-content .gigya-composite-control-submit .gigya-input-submit:hover {
    border-radius: 0;
    background: #DFBF52;
    border-color: #000000;
    color: #000;
}

.footer .Tike .gigya-screen-content .gigya-composite-control .gigya-error-msg.gigya-error-msg-active {
    top: -18px;
    right: 0;
    left: unset;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 11px;
}

.footer .Tike .gigya-screen-content .gigya-layout-row > .gigya-layout-cell:nth-child(1) {
    padding-right: 0px;
}

.footer .Tike .gigya-screen-content .gigya-screen .gigya-composite-control:has(input:disabled) .gigya-label .gigya-label-text {
    color: #000000;
}

.footer .Tike .gigya-screen-content .gigya-screen.gigya-subscribe-with-email-container .gigya-layout-cell {
    width: 100%;
}

.footer .Tike .gigya-screen-content .gigya-screen.gigya-subscribe-with-email-container .gigya-layout-row {
    position: relative;
}

.footer .Tike .gigya-screen.gigya-subscribe-with-email-container .gigya-composite-control-textbox.gigya-email {
    margin-bottom: 5px;
}

.footer .Tike .gigya-screen-content .gigya-screen .gigya-composite-control:has(input:disabled) .gigya-input-text {
    background: transparent;
}

.ci-tike-footer.footer-wrapper .ci-wrapper .gigya-screen-caption {
    margin-bottom: 0;
}

/*buzz footer newsletter*/

.ci-buzz-footer .ci-wrapper {
    margin-left: 0;
    width: 100%;
    max-width: 100%;
}

.ci-buzz-footer .ci-wrapper .gigya-screen-caption {
    font-size: 18px;
    font-weight: 500;
    color: #000000;
    text-transform: uppercase;
    text-align: left;
    padding-bottom: 15px;
    display: none;
}

.ci-buzz-footer .ci-wrapper .gigya-screen .gigya-composite-control.gigya-composite-control-checkbox .gigya-input-checkbox {
    width: 14px;
    height: 14px;
    border-radius: 3px;
    background: unset;
    border: 1px solid #000000 !important;
    box-shadow: none !important;
}

.ci-buzz-footer .ci-wrapper .gigya-screen .gigya-composite-control.gigya-composite-control-checkbox .gigya-input-checkbox:checked {
    background: #000000 url('../../../static/images/plugin/customer-identity/check_box_buzz.png') no-repeat center;
}

.ci-buzz-footer .ci-wrapper .gigya-screen .gigya-composite-control.gigya-composite-control-checkbox.gigya-terms-error {
    padding: 0;
    margin-bottom: 0px;
    position: relative;
    right: 0;
    width: 100%;
    border-radius: 0;
    border: unset;
}

.ci-buzz-footer .ci-wrapper .gigya-screen .gigya-composite-control.gigya-composite-control-checkbox .gigya-input-checkbox.gigya-empty {
    width: 14px;
    height: 14px;
    border-radius: 3px;
    background: transparent;
    border: 1px solid #000000 !important;
    box-shadow: none !important;
}

.ci-buzz-footer .ci-wrapper .gigya-screen .gigya-composite-control.gigya-composite-control-checkbox .gigya-input-checkbox.gigya-empty:hover {
    background: #e8e8e8;
}

.ci-buzz-footer .gigya-screen-content .gigya-screen .gigya-composite-control .gigya-label .gigya-label-text > *,
.ci-buzz-footer .gigya-screen-content .gigya-screen .gigya-composite-control .gigya-label .gigya-label-text {
    font-size: 13px;
    line-height: 16px;
    font-weight: 400;
    color: #000000;
}

.ci-buzz-footer .gigya-screen-content .gigya-screen .gigya-composite-control .gigya-label .gigya-label-text a {
    font-size: 14px;
    line-height: 16px;
    font-weight: 300;
    color: #000;
    text-decoration: underline;
    font-family: 'Montserrat', sans-serif;
}

.ci-buzz-footer .gigya-screen-content .gigya-screen .gigya-composite-control .gigya-label .gigya-label-text a:hover {
    color: #000;
    text-decoration: none;
}

.ci-buzz-footer .ci-wrapper .gigya-screen-content .gigya-composite-control-submit.newsletter-sign-up-btn {
    width: unset;
    margin: 0;
}

.ci-buzz-footer .gigya-screen-content .gigya-screen.gigya-composite-control-active .gigya-layout-row.with-two-inputs {
    display: flex;
    align-items: center;
}

.ci-buzz-footer .gigya-screen-content .gigya-screen.gigya-composite-control-active .gigya-layout-row.with-two-inputs .gigya-layout-cell {
    width: fit-content;
    margin: 0;
}

.ci-buzz-footer .gigya-screen-content .gigya-screen.gigya-composite-control-active .gigya-layout-row.with-two-inputs .gigya-layout-cell > * {
    text-align: left;
    margin-bottom: 0;
}

.ci-buzz-footer .ci-wrapper .gigya-composite-control-submit .gigya-input-submit {
    width: unset;
}

.ci-buzz-footer .gigya-screen-content .gigya-screen .gigya-composite-control.gigya-composite-control-checkbox .gigya-label {
    margin-left: 10px;
}

.ci-buzz-footer .gigya-screen-content .gigya-screen.gigya-composite-control-active .gigya-composite-control {
    margin-bottom: 0px;
}

.ci-buzz-footer .gigya-screen-content .gigya-screen .gigya-composite-control .gigya-input-text {
    background: #EFEFEF;
    border-radius: 60px;
    border: none;
    width: 375px;
    height: 46px !important;
    line-height: 46px;
    color: #000000;
    font-size: 15px;
    font-weight: 400;
    padding: 6px 20px;
}

.ci-buzz-footer .gigya-screen-content .gigya-screen .gigya-composite-control input::placeholder {
    color: #6b6b6b !important;
    font-size: 13px;
}


.ci-buzz-footer .gigya-screen-content .gigya-composite-control-submit .gigya-input-submit {
    background: #000000;
    color: #ffffff;
    height: 44px;
    margin-left: 0;
    width: auto;
    position: relative;
    border-radius: 60px;
    font-size: 15px;
    font-weight: 600;
    min-width: 180px;
    border: 1px solid #000000;
    text-transform: uppercase;
}

.ci-buzz-footer .gigya-screen-content .gigya-screen .gigya-composite-control-submit .gigya-input-submit:active:focus,
.ci-buzz-footer .gigya-screen-content .gigya-screen .gigya-composite-control-submit .gigya-input-submit:active,
.ci-buzz-footer .gigya-screen-content .gigya-screen .gigya-composite-control-submit .gigya-input-submit:focus,
.ci-buzz-footer .gigya-screen-content .gigya-screen .gigya-composite-control-submit .gigya-input-submit:hover {
    background: #ffffff;
    color: #000000;
    border: 1px solid #000000 !important;
}

.ci-buzz-footer .gigya-screen-content .gigya-composite-control .gigya-error-msg.gigya-error-msg-active {
    bottom: -18px;
    right: 0;
    left: unset;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 11px;
}

.ci-buzz-footer .gigya-screen .gigya-layout-row.with-two-inputs>.gigya-layout-cell+.gigya-layout-cell>.gigya-composite-control {
    padding-left: 0;
}

.ci-buzz-footer .gigya-screen-content .gigya-screen.gigya-subscribe-with-email-container .gigya-layout-cell {
    width: fit-content;
    margin: 0;
}

.ci-buzz-footer .gigya-screen-content .gigya-screen.gigya-subscribe-with-email-container .gigya-layout-row {
    position: relative;
}

.ci-buzz-footer .gigya-screen.gigya-subscribe-with-email-container .gigya-composite-control-textbox.gigya-email {
    margin-bottom: 5px;
}

.ci-buzz-footer .gigya-screen-content .gigya-screen .gigya-composite-control:has(input:disabled) .gigya-input-text {
    background: #EFEFEF;
}

.ci-buzz-footer.footer-wrapper .ci-wrapper .gigya-screen-caption {
    margin-bottom: 0;
}

/*RNM FOOTER NEWSLETTER*/

.ci-rnm-footer .ci-main-wrapper {
    text-align: center;
    font-family: 'Open Sans', sans-serif !important;
}

.ci-rnm-footer .ci-main-wrapper .ci-wrapper {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin: 0;
}

.ci-rnm-footer .ci-main-wrapper .ci-wrapper .gigya-screen-content {
    min-width: 415px;
}

.ci-rnm-footer .ci-main-wrapper .gigya-composite-control .gigya-input-text {
    height: 50px !important;
    font-family: 'Open Sans', sans-serif;
    background-color: #ffffff;
    border-bottom: 1px solid #E5E5E5;
    border-radius: 0;
    color: #000000;
    padding: 10px 0 10px 10px;
    font-size: 14px;
    margin-bottom: 0;
}

.ci-rnm-footer .ci-main-wrapper .gigya-composite-control-submit .gigya-input-submit {
    font-family: 'Open Sans', sans-serif;
    border-radius: 0;
    min-width: unset;
    background: #BDD731;
    font-size: 16px;
    line-height: 48px;
    height: 50px;
    transition: background .3s ease-in-out;
    padding: 0 20px;
    width: unset;
}
.ci-rnm-footer .ci-main-wrapper .gigya-composite-control-submit .gigya-input-submit:active,
.ci-rnm-footer .ci-main-wrapper .gigya-composite-control-submit .gigya-input-submit:focus,
.ci-rnm-footer .ci-main-wrapper .gigya-composite-control-submit .gigya-input-submit:active:focus,
.ci-rnm-footer .ci-main-wrapper .gigya-composite-control-submit .gigya-input-submit:hover {
    color: #fff;
    border: 1px solid #9fb42c !important;
    background: #9fb42c;
}

.ci-rnm-footer .ci-main-wrapper .gigya-screen-caption {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-transform: unset;
    text-align: left;
    padding-bottom: 0;
    line-height: 28px;
    width: unset !important;
    margin: 0;
    display: block;
    flex-shrink: 1;
}

.ci-rnm-footer .ci-main-wrapper .gigya-screen .gigya-composite-control.gigya-composite-control-checkbox.gigya-terms-error {
    padding: 0;
    margin-bottom: 0px;
    /*position: relative;*/
    right: 0;
    width: 100%;
    border-radius: 0;
    border: unset;
}

.ci-rnm-footer .ci-main-wrapper .gigya-screen .gigya-composite-control.gigya-composite-control-checkbox .gigya-input-checkbox.gigya-empty {
    width: 16px;
    height: 16px;
    border-radius: 0;
    background: #ffffff;
    border: 1px solid #d9d9d9 !important;
    box-shadow: none !important;
}

.ci-rnm-footer .ci-main-wrapper .gigya-screen .gigya-composite-control.gigya-composite-control-checkbox .gigya-input-checkbox {
    width: 16px;
    height: 16px;
    border-radius: 0;
}

.ci-rnm-footer .ci-main-wrapper .gigya-screen .gigya-composite-control.gigya-composite-control-checkbox .gigya-input-checkbox:checked {
    background-color: #BDD731;
    border: 1px solid #BDD731 !important;
}

.ci-rnm-footer .ci-main-wrapper .gigya-screen-content .gigya-screen .gigya-composite-control.gigya-composite-control-checkbox .gigya-label {
    margin-left: 10px;
}

.ci-rnm-footer .ci-main-wrapper .gigya-screen .gigya-composite-control.gigya-composite-control-checkbox .gigya-label-text a,
.ci-rnm-footer .ci-main-wrapper .gigya-screen .gigya-composite-control.gigya-composite-control-checkbox .gigya-label-text {
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
}

.ci-rnm-footer .ci-main-wrapper .gigya-screen .gigya-composite-control.gigya-composite-control-checkbox .gigya-label-text a {
    text-decoration: underline;
}

.ci-rnm-footer .ci-main-wrapper .gigya-screen-content .gigya-composite-control-submit.newsletter-sign-up-btn {
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    text-align: right;
    width: unset;
}

.ci-rnm-footer .ci-main-wrapper .gigya-screen-content .gigya-screen .gigya-layout-row.with-two-inputs {
    position: relative;
    max-width: 415px;
}

.ci-rnm-footer .ci-main-wrapper .gigya-screen-content .gigya-screen.gigya-composite-control-active .gigya-layout-row.with-two-inputs .gigya-layout-cell {
    width: 100%;
    position: static;
}

.ci-rnm-footer .ci-main-wrapper .gigya-screen-content .gigya-screen .gigya-composite-control-checkbox {
    margin: 10px 0 0;
    position: absolute;
    top: -10px;
}

.ci-rnm-footer .ci-main-wrapper .gigya-screen-content .gigya-composite-control .gigya-error-msg.gigya-error-msg-active {
    right: 0;
    left: unset;
    font-weight: 400;
    font-size: 12px;
    color: #ed544a;
    top: -15px;
    bottom: unset;
}

.ci-rnm-footer .ci-main-wrapper .gigya-screen .gigya-layout-row.with-two-inputs>.gigya-layout-cell+.gigya-layout-cell>.gigya-composite-control {
    padding-left: 0;
}

.ci-rnm-footer .ci-main-wrapper .gigya-screen-content .gigya-screen.gigya-subscribe-with-email-container .gigya-layout-cell {
    width: 100%;
    position: static;
}

.ci-rnm-footer .ci-main-wrapper .gigya-screen-content .gigya-screen.gigya-subscribe-with-email-container .gigya-layout-cell > .gigya-container {
    position: static;
}

.ci-rnm-footer .ci-main-wrapper .gigya-screen-content .gigya-screen.gigya-subscribe-with-email-container .gigya-email {
    margin-bottom: 0;
}

.ci-rnm-footer .ci-main-wrapper .gigya-screen-content .gigya-screen.gigya-subscribe-with-email-container .gigya-layout-row {
    position: relative;
}

.ci-rnm-footer .ci-main-wrapper .gigya-subscribe-with-email-container .gigya-composite-control-label.gigya-text,
.ci-rnm-footer .ci-main-wrapper .gigya-newsletter-thank-you-container .gigya-composite-control-label.gigya-text,
.ci-rnm-footer .ci-main-wrapper .gigya-newsletter-thank-you-container .gigya-composite-control-label.gigya-text > *,
.ci-rnm-footer .ci-main-wrapper  .gigya-screen-content .gigya-screen.gigya-composite-control-active .subscribe-thank-you > * {
    color: #fff;
    margin-bottom: 0;
    font-size: 14px;
}

/*EXTRASPORT FOOTER NEWSLETTER*/

.ci-extrasports-footer .ci-main-wrapper {
    text-align: center;
    font-family: 'Open Sans', sans-serif !important;
}

.ci-extrasports-footer .ci-main-wrapper .ci-wrapper {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin: 0;
}

.ci-extrasports-footer .ci-main-wrapper .ci-wrapper .gigya-screen-content {
    min-width: 415px;
}

.ci-extrasports-footer .ci-main-wrapper .gigya-composite-control .gigya-input-text {
    height: 50px !important;
    font-family: 'Open Sans', sans-serif;
    background-color: #ffffff;
    border-bottom: 1px solid #E5E5E5;
    border-radius: 0;
    color: #000000;
    padding: 10px 0 10px 10px;
    font-size: 14px;
    margin-bottom: 0;
}

.ci-extrasports-footer .ci-main-wrapper .gigya-composite-control-submit .gigya-input-submit {
    font-family: 'Open Sans', sans-serif;
    border-radius: 0;
    min-width: unset;
    background: #43D5B0;
    font-size: 16px;
    line-height: 48px;
    height: 50px;
    transition: background .3s ease-in-out;
    padding: 0 20px;
    width: unset;
}
.ci-extrasports-footer .ci-main-wrapper .gigya-composite-control-submit .gigya-input-submit:active,
.ci-extrasports-footer .ci-main-wrapper .gigya-composite-control-submit .gigya-input-submit:focus,
.ci-extrasports-footer .ci-main-wrapper .gigya-composite-control-submit .gigya-input-submit:active:focus,
.ci-extrasports-footer .ci-main-wrapper .gigya-composite-control-submit .gigya-input-submit:hover {
    color: #fff;
    border: 1px solid #39b192 !important;
    background: #39b192;
}

.ci-extrasports-footer .ci-main-wrapper .gigya-screen-caption {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-transform: unset;
    text-align: left;
    padding-bottom: 0;
    line-height: 28px;
    width: unset !important;
    margin: 0;
    display: block;
    flex-shrink: 1;
}

.ci-extrasports-footer .ci-main-wrapper .gigya-screen .gigya-composite-control.gigya-composite-control-checkbox.gigya-terms-error {
    padding: 0;
    margin-bottom: 0px;
    /*position: relative;*/
    right: 0;
    width: 100%;
    border-radius: 0;
    border: unset;
}

.ci-extrasports-footer .ci-main-wrapper .gigya-screen .gigya-composite-control.gigya-composite-control-checkbox .gigya-input-checkbox.gigya-empty {
    width: 16px;
    height: 16px;
    border-radius: 0;
    background: #ffffff;
    border: 1px solid #d9d9d9 !important;
    box-shadow: none !important;
}

.ci-extrasports-footer .ci-main-wrapper .gigya-screen .gigya-composite-control.gigya-composite-control-checkbox .gigya-input-checkbox {
    width: 16px;
    height: 16px;
    border-radius: 0;
}

.ci-extrasports-footer .ci-main-wrapper .gigya-screen .gigya-composite-control.gigya-composite-control-checkbox .gigya-input-checkbox:checked {
    background-color: #43D5B0;
    border: 1px solid #43D5B0 !important;
}

.ci-extrasports-footer .ci-main-wrapper .gigya-screen-content .gigya-screen .gigya-composite-control.gigya-composite-control-checkbox .gigya-label {
    margin-left: 10px;
}

.ci-extrasports-footer .ci-main-wrapper .gigya-screen .gigya-composite-control.gigya-composite-control-checkbox .gigya-label-text a,
.ci-extrasports-footer .ci-main-wrapper .gigya-screen .gigya-composite-control.gigya-composite-control-checkbox .gigya-label-text {
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
}

.ci-extrasports-footer .ci-main-wrapper .gigya-screen .gigya-composite-control.gigya-composite-control-checkbox .gigya-label-text a {
    text-decoration: underline;
}

.ci-extrasports-footer .ci-main-wrapper .gigya-screen-content .gigya-composite-control-submit.newsletter-sign-up-btn {
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    text-align: right;
    width: unset;
}

.ci-extrasports-footer .ci-main-wrapper .gigya-screen-content .gigya-screen .gigya-layout-row.with-two-inputs {
    position: relative;
    max-width: 415px;
}

.ci-extrasports-footer .ci-main-wrapper .gigya-screen-content .gigya-screen.gigya-composite-control-active .gigya-layout-row.with-two-inputs .gigya-layout-cell {
    width: 100%;
    position: static;
}

.ci-extrasports-footer .ci-main-wrapper .gigya-screen-content .gigya-screen .gigya-composite-control-checkbox {
    margin: 10px 0 0;
    position: absolute;
    top: -10px;
}

.ci-extrasports-footer .ci-main-wrapper .gigya-screen-content .gigya-composite-control .gigya-error-msg.gigya-error-msg-active {
    right: 0;
    left: unset;
    font-weight: 400;
    font-size: 12px;
    color: #ed544a;
    top: -15px;
    bottom: unset;
}

.ci-extrasports-footer .ci-main-wrapper .gigya-screen .gigya-layout-row.with-two-inputs>.gigya-layout-cell+.gigya-layout-cell>.gigya-composite-control {
    padding-left: 0;
}

.ci-extrasports-footer .ci-main-wrapper .gigya-screen-content .gigya-screen.gigya-subscribe-with-email-container .gigya-layout-cell {
    width: 100%;
    position: static;
}

.ci-extrasports-footer .ci-main-wrapper .gigya-screen-content .gigya-screen.gigya-subscribe-with-email-container .gigya-layout-cell > .gigya-container {
    position: static;
}

.ci-extrasports-footer .ci-main-wrapper .gigya-screen-content .gigya-screen.gigya-subscribe-with-email-container .gigya-email {
    margin-bottom: 0;
}

.ci-extrasports-footer .ci-main-wrapper .gigya-screen-content .gigya-screen.gigya-subscribe-with-email-container .gigya-layout-row {
    position: relative;
}

.ci-extrasports-footer .ci-main-wrapper .gigya-subscribe-with-email-container .gigya-composite-control-label.gigya-text,
.ci-extrasports-footer .ci-main-wrapper .gigya-newsletter-thank-you-container .gigya-composite-control-label.gigya-text,
.ci-extrasports-footer .ci-main-wrapper .gigya-newsletter-thank-you-container .gigya-composite-control-label.gigya-text > *,
.ci-extrasports-footer .ci-main-wrapper  .gigya-screen-content .gigya-screen.gigya-composite-control-active .subscribe-thank-you > * {
    color: #fff;
    margin-bottom: 0;
    font-size: 14px;
}

/*sportreality footer newsletter*/

.ci-sr-footer .ci-wrapper {
    margin: 0 0 40px;
    max-width: 100%;
}

.ci-sr-footer .ci-main-wrapper {
    position: relative;
}

.ci-sr-footer .ci-wrapper  * {
    font-family: 'Poppins', sans-serif !important;
}

.ci-sr-footer .ci-wrapper .gigya-screen-caption {
    font-size: 18px;
    font-weight: 400;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 0;
    margin-bottom: 10px;
}

.ci-sr-footer .ci-wrapper .gigya-screen .gigya-composite-control.gigya-composite-control-checkbox .gigya-input-checkbox {
    width: 14px;
    height: 14px;
    border-radius: 0;
    background: transparent;
    border: 1px solid #000 !important;
    box-shadow: none !important;
}

.ci-sr-footer .ci-wrapper .gigya-screen .gigya-composite-control.gigya-composite-control-checkbox .gigya-input-checkbox:checked {
    background: #000 url('../../../static/images/plugin/customer-identity/check-icon.svg') no-repeat center;
}

.ci-sr-footer .ci-wrapper .gigya-screen .gigya-composite-control.gigya-composite-control-checkbox.gigya-terms-error {
    padding: 0;
    margin-bottom: 0px;
    position: relative;
    right: 0;
    width: 100%;
    border-radius: 0;
    border: unset;
}

.ci-sr-footer .ci-wrapper .gigya-screen .gigya-composite-control.gigya-composite-control-checkbox .gigya-input-checkbox.gigya-empty {
    width: 14px;
    height: 14px;
    border-radius: 0;
    background: transparent;
    border: 1px solid #000 !important;
    box-shadow: none !important;
}


.ci-sr-footer .gigya-screen-content .gigya-screen .gigya-composite-control .gigya-label .gigya-label-text {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 15px;
    font-weight: 400;
    color: #000;
}

.ci-sr-footer .gigya-screen-content .gigya-screen .gigya-composite-control .gigya-label .gigya-label-text a {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 15px;
    font-weight: 300;
    color: #005DA4;
}

.ci-sr-footer .gigya-screen-content .gigya-screen .gigya-composite-control .gigya-label .gigya-label-text a:hover {
    color: #005DA4;
    text-decoration: none;
}

.ci-sr-footer .ci-wrapper .gigya-screen-content .gigya-composite-control-submit.newsletter-sign-up-btn {
    width: unset;
    position: absolute;
    top: 0;
    margin: 0;
    right: 0;
}

.ci-sr-footer .gigya-screen-content .gigya-screen.gigya-composite-control-active .gigya-layout-row.with-two-inputs {
    position: relative;
    max-width: 400px;
    margin: 0;
}

.ci-sr-footer .gigya-screen-content .gigya-screen.gigya-composite-control-active .gigya-layout-row.with-two-inputs .gigya-layout-cell {
    width: 100%;
}

.ci-sr-footer .ci-wrapper .gigya-composite-control-submit .gigya-input-submit {
    width: unset;
}

.ci-sr-footer .gigya-screen-content .gigya-screen .gigya-composite-control.gigya-composite-control-checkbox .gigya-label {
    margin-left: 10px;
}

.ci-sr-footer .gigya-screen-content .gigya-screen.gigya-composite-control-active .gigya-composite-control {
    margin-bottom: 0;
}

.ci-sr-footer .gigya-screen-content .gigya-screen .gigya-composite-control .gigya-input-text {
    font-family: 'Poppins', sans-serif;
    height: 34px !important;
    font-size: 13px !important;
    line-height: 34px;
    color: #CAC9C9;
    background-color: #FFFFFF;
    border: 0;
    border-radius: 4px;
    font-weight: 400;
}

.ci-sr-footer .gigya-screen-content .gigya-screen .gigya-composite-control .gigya-input-text::placeholder {
    color: #CAC9C9 !important;
}

.ci-sr-footer .gigya-screen-content .gigya-composite-control-submit .gigya-input-submit {
    width: unset;
    height: 34px;
    border: 1px solid #fff;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    background-color: #005DA4;
    border-radius: 4px;
    padding: 5px 25px;
    line-height: 1;
    text-transform: uppercase;
}

.ci-sr-footer .gigya-screen .gigya-layout-row.with-two-inputs>.gigya-layout-cell+.gigya-layout-cell>.gigya-composite-control {
    padding-left: 0;
}

.ci-sr-footer .gigya-screen-content .gigya-composite-control-submit .gigya-input-submit:active:focus,
.ci-sr-footer .gigya-screen-content .gigya-composite-control-submit .gigya-input-submit:active,
.ci-sr-footer .gigya-screen-content .gigya-composite-control-submit .gigya-input-submit:focus,
.ci-sr-footer .gigya-screen-content .gigya-composite-control-submit .gigya-input-submit:hover {
    border-radius: 4px;
    background: #005DA4 !important;
    border: 1px solid #005DA4 !important;
    color: #fff !important;
}

.ci-sr-footer .gigya-screen-content .gigya-composite-control .gigya-error-msg.gigya-error-msg-active {
    top: -18px;
    right: 0;
    left: unset;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 11px;
    color: #ED544A;
}


.ci-sr-footer .gigya-screen-content .gigya-screen.gigya-subscribe-with-email-container .gigya-layout-cell {
    margin: 0;
    width: 100%;
    padding: 0;
}

.ci-sr-footer .gigya-screen.gigya-subscribe-with-email-container .gigya-composite-control-textbox.gigya-email {
    margin-bottom: 5px;
}

.ci-sr-footer .gigya-screen-content .gigya-screen .gigya-composite-control:has(input:disabled) .gigya-input-text {
    background: #fff;
    margin-bottom: 5px;
}

.ci-sr-footer .footer-wrapper .ci-wrapper .gigya-screen-caption {
    margin-bottom: 5px;
}

.ci-sr-footer .gigya-screen.gigya-subscribe-with-email-container .gigya-layout-row {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    position: relative;
}

.ci-sr-footer .ci-main-wrapper.Runnmore .screen-set-loader .ci-loader-icon {
    position: absolute;
    display: block;
    height: 80px;
    width: 80px;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    background: unset;
    animation: unset !important;
}

.ci-sr-footer .ci-main-wrapper.Runnmore .gigya-subscribe-with-email-container .gigya-text,
.ci-sr-footer .ci-main-wrapper.Runnmore .gigya-newsletter-thank-you-container .gigya-text > *,
.ci-sr-footer .ci-main-wrapper.Runnmore .gigya-newsletter-thank-you-container .gigya-composite-control-label > * {
    color: #000;
}

.ci-sr-footer .gigya-screen-content .gigya-screen.gigya-subscribe-with-email-container .gigya-composite-control-label.gigya-text {
    text-align: center;
}

/*CI header mojprofil*/

.ci-header .ci_header_logo-slider .items-wrapper {
    text-align: center;
}

/*Joca*/
form.gigya-reset-password-form{
    width: 440px;
}

.newsletter-block #newsletter-ci_content_caption{
    padding: 0;
}
.newsletter-block #newsletter-ci_content p{
    text-align: left;
}

/*Simple footer CI*/
.uc-ci_login .ci-simple-footer-wrapper{
    display: none;
}
.ci-simple-footer-wrapper{
    width: 717px;
    margin: auto;
}

.ci-simple-footer-wrapper .inline-items .items-wrapper{
    text-align: center;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    padding-top: 5px;
}

.ci-simple-footer-wrapper .inline-items .item{
    padding: 5px 5px;
}
.ci-simple-footer-wrapper .inline-items .item:first-child{
    padding-left: 0;
}

.ci-simple-footer-wrapper .inline-items .item:last-child{
    padding-right: 0;
    position: relative;
}

.ci-simple-footer-wrapper .inline-items .item:last-child:before{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 80%;
    width: 1px;
    background: #000000;
}

.ci-simple-footer-wrapper .inline-items .item .content{
    display: none;
}
.ci-simple-footer-wrapper .inline-items .item:last-child .content{
    display: block;
    position: absolute;
    right: -25px;
    bottom: -25px;
}
.ci-simple-footer-wrapper .inline-items .item .text-wrapper{
    text-align: right;
    font-size: 9px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}
.ci-simple-footer-wrapper .inline-items .item .text-wrapper a{
    color: #000000;
}

/*Stranica za verifikaciju newlsetter prijave*/
.ci-info-heading-wrapper h1,
.ci-page h1{
    margin-top: 20px;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    line-height: 30px;
    color: #010101;
    text-align: center;
    font-weight: 700;
    border-bottom: unset;
    text-transform: unset;
    padding: 0 0 10px;
}

.ci-info-description,
.ci-page{
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 21px;
    color: #58595b;
    font-weight: 500;
    text-transform: unset;
}
.ci-info-description{
    text-align: center;
}

.gigya-screen-content .gigya-screen.gigya-subscribe-with-email-container .gigya-composite-control-label.gigya-text {
    text-align: left;
}

.gigya-composite-control-metadata {
    display: none;
}

.header #nav-user-ci {
    display: flex;
    justify-content: right;
    align-items: center;
}

.header #nav-user-ci.ci-extrasports {
    display: inline-flex;
    justify-content: right;
    align-items: center;
    float: right;
}

.header #nav-user-ci.ci-buzz {
    display: inline-block;
    float: right;
}

.header #nav-user-ci.ci-buzz i.fa-spinner {
    margin: 0 -10px 0 15px;
}

.header #nav-user-ci.ci-runnmore i.fa-spinner {
    margin-right: -9px;
    z-index: 1001;
}

.header-top #nav-user-ci.ci-runnmore i.fa-spinner {
    display: none !important;
}

.header #nav-user-ci i.fa-spinner {
    animation: spin 2s linear infinite;
    z-index: 9;
    color: #000000;
}

.header #nav-user-ci:has(.fa-spinner) .item-login .login-btn {
    pointer-events: none;
}

.header #nav-user-ci:has(.fa-spinner.hidden) .login-btn {
    pointer-events: auto;
}

div.gigya-screen-dimmer {
    top: 0;
    left: 0;
}
.ci-rnm-footer div.gigya-screen-dimmer,
.ci-extrasports-footer div.gigya-screen-dimmer{
    left:unset;
}

.nav-main-useractions .item-login i.fa-spinner {
    animation: spin 2s linear infinite;
    width: 14px;
    font-size: 13px;
    display: inline-block;
    padding: 0;
    line-height: 14px;
    margin-left: 5px;
    position: static;
    height: unset;
}

.visible-date {
    display: block !important;
}

/*Autocomplete*/

.gigya-screen-content .gigya-screen .tt-input:focus{
    background: #fff !important;
    color: #000000;
}

.gigya-screen-content .gigya-screen .twitter-typeahead{
    width: 100%;
}

.gigya-screen-content .gigya-screen .twitter-typeahead .tt-dropdown-menu {
    background: #ffffff;
    width: calc(100% - 20px);
    height: 150px !important;
    overflow-y: auto;
    border: 1px solid #eee;
    padding: 10px;
    cursor: pointer;
    z-index: 999 !important;
    font-size: 16px;
    line-height: 16px;
}
.gigya-screen .tt-suggestion {
    padding: 1px 3px;
    font-size: 14px;
    line-height: 16px;
}
.gigya-screen .tt-suggestion:hover {
    background-color: #f1f1f1;
}
.gigya-screen .twitter-typeahead .tt-dropdown-menu .tt-suggestion > * {
    font-size: 16px;
    line-height: 24px;
    color: #000 !important;
}

.gigya-screen .twitter-typeahead .tt-dropdown-menu .tt-suggestions {
    padding: 0 5px;
    height: 1000px;
    background: transparent;
}

.gigya-screen .twitter-typeahead .tt-dropdown-menu .tt-dataset-grad {
    height: 1000px;
}

.gigya-screen .twitter-typeahead .tt-dropdown-menu .tt-suggestion > *:hover {
    color: rgba(0, 0, 0, 0.75) !important;
}

.gigya-screen-content .gigya-screen .profiling-info,
.gigya-screen-content .gigya-screen .birthday-info {
    background: #ff0000;
    padding: 15px;
    width: 188px;
    display: none;
    position: absolute;
    left: 133px;
    top: -2px;
    border-radius: 5px;
    margin-top: 25px;
    z-index: 10;
}

.gigya-screen-content .gigya-screen .profiling-info {
    left: unset;
    right: unset;
    width: 330px;
}

.gigya-screen-content .gigya-screen .profiling-info .icon-popup-close,
.gigya-screen-content .gigya-screen .birthday-info .icon-popup-close {
    content: "";
    background: url('../../../static/images/plugin/customer-identity/close-icon.png');
    width: 9px;
    height: 9px;
    display: inline-block;
    position:absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.gigya-screen-content .gigya-screen .profiling-info .profiling-info-label,
.gigya-screen-content .gigya-screen .birthday-info .birthday-info-label {
    font-size: 13px;
    line-height: 18px;
    color: #fff;
    font-weight: 500;
    width: calc(100% - 15px);
    font-family: 'Montserrat', sans-serif;
    margin: 0;
}

.gigya-screen-content .gigya-screen .gigya-profile-form .gigya-composite-control .profiling-icons,
.gigya-screen-content .gigya-screen .gigya-composite-control .birthday-icons {
    display: inline;
    padding-bottom: 10px;
    cursor: pointer;
}

.gigya-screen-content .gigya-screen .gigya-label-text .profiling-info:hover,
.gigya-screen-content .gigya-screen .gigya-label-text .birthday-info:hover {
    display: block;
}

.gigya-screen-content .gigya-screen .profiling-icons:before,
.gigya-screen-content .gigya-screen .birthday-icons:before {
    content: "";
    background: url('../../../static/images/plugin/customer-identity/info-icon.svg') no-repeat;
    width: 23px;
    height: 15px;
    display: inline-block;
    position: relative;
    top: 3px;
    left: 5px;
}

.gigya-screen .icon-copy:before {
    content: "";
    background: url('../../../static/images/plugin/customer-identity/copy-icon.svg') no-repeat;
    width: 18px;
    height: 21px;
    display: inline-block;
    position: relative;
    top: 8px;
    left: 5px;
    margin-right: 5px;
    background-size: 14px;
}

.ci-app-success-login {
    text-align: center;
}

.ci-page .page .post-content {
    text-align: center;
}

.ci-info-wrapper-page {
    margin: 50px auto;
    min-height: 250px;
    text-align: center;
}

.ci-info-wrapper-page .ci-info-description > *,
.ci-info-wrapper-page .ci-info-description {
    text-align: center;
}

.ci-info-wrapper-page .ci-info-description > * {
    margin-bottom: 10px;
}

.ci-info-wrapper-page .ci-info-description h2 {
    margin-bottom: 20px;
}

.ci-page ul {
    list-style-type: disc;
}

.ci-page table {
    border-collapse: inherit;
}

.ci-page table tbody td,
.ci-page table thead th {
    font-size: 14px;
    padding: 10px 15px;
}

.ci-page table tbody td p,
.ci-page table thead th p {
    margin-bottom: 0;
}

.js-sports-favorites-back, .js-categories-favorites-back {
    display: none !important;
}

.progressive-profiling .link {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 45px;
    color: #ffffff;
    background: #ff0000;
    text-align: center;
    font-weight: 700;
    border: 1px solid transparent;
    transition: all 0.2s ease-in;
    border-radius: 23px;
    box-sizing: border-box;
    height: 45px;
    display: inline-block;
    padding: 0 15px;
}

.gigya-screen-content .gigya-screen.gigya-communication-container .gigya-profile-form .profiling-consent .gigya-label span {
    display: inline-block;
}

.gigya-screen .gigya-composite-control.gigya-composite-control-label > a{
    font-weight: 700;
    color: #2d3b85;
}
.gigya-screen .gigya-composite-control.gigya-composite-control-label > a:hover{
    text-decoration: underline;
}

.gigya-layout-row.subscribe-wrapper .gigya-composite-control-label{
    position: relative;
    display: inline-block;
    flex: auto;
}

.gigya-apply-for-sportandbonus-container .line-number .gigya-error-msg-active{
    margin-left: 25px;
}

.nb-class-profilisanje{
    display: block !important;
}

button .js-reset-family-members{
    opacity: 1;
    display: inline-block;
}

.js-reset-family-members{
    opacity: 0;
    display: none;
}

.nb-class-profilisanje .gigya-consent-title{
    position: relative;
}

.js-profiling-consent a{
    font-size: 14px !important;
    color: #ffffff !important;
}

/*
Ukloni porodicu
*/
.gigya-screen .gigya-array-manager.disable-delete > .gigya-array-template > .buttons-wrapper button.gigya-array-remove-btn {
    display: block !important;
    pointer-events:none;
    color: transparent;
}

.gigya-screen .gigya-array-manager.disable-delete > .gigya-array-template > .buttons-wrapper button.gigya-array-remove-btn .js-reset-family-members{
    display: block;
    position: static;
    margin: -19px 0 -1px 0;
    pointer-events:all;
    font-size: 14px;
    text-decoration: none;
}
.gigya-screen .gigya-array-manager > .gigya-array-template > .buttons-wrapper button.gigya-array-remove-btn .js-reset-family-members{
    display: none;
}


/*Date picker icons*/

body:has(.gigya-profile-form) .tempus-dominus-widget  i.arrow {
    content: url('../../../static/images/plugin/customer-identity/datepicker-arrow.svg');
    display: inline-block;
    width: 12px;
    color: #1d1d1d;
}

body:has(.gigya-profile-form) .tempus-dominus-widget  i.arrow.arrow-prev {
    transform: rotate(180deg);
}

body:has(.gigya-profile-form) .tempus-dominus-widget  i.arrow.arrow-up {
    transform: rotate(-90deg);
}

body:has(.gigya-profile-form) .tempus-dominus-widget  i.arrow.arrow-down {
    transform: rotate(90deg);
}

.ap-overlay {
    z-index: 99999 !important;
}

.ap-overlay.ap-theme-ios .ap-bg {
    font-family: 'Montserrat', sans-serif;
}

.ap-overlay.ap-theme-ios .ap-header__title {
    color: #ff0000;
    font-size: 15px;
    font-weight: 500;
    width: 34%;
    display: inline-block;
}

.ap-overlay.ap-theme-ios .ap-cont .ap-button {
    color: #000;
    font-size: 15px;
    font-weight: 500;
    padding: 0;
    float: unset;
    text-align: right;
}

.ap-overlay.ap-theme-ios .ap-header .ap-button {
    width: 33%;
}

.ap-overlay.ap-theme-ios .ap-header .ap-button.ap-button-active {
    text-decoration: unset;
}

.ap-theme-ios .ap-content-middle {
    padding: 10px 15px;
    text-align: center;
}

.ap-overlay.ap-theme-ios  .ap-button:not(:last-child) {
    float: unset;
    text-align: left;
}

.ap-overlay.ap-theme-ios.ap-layout-popup .ap-cont {
    z-index: 99999 !important;
}

.ci-main-wrapper {
    min-height: 550px;
}

.footer .ci-main-wrapper,
footer .ci-main-wrapper,
.ci-main-wrapper.ci-loaded {
    min-height: auto;
}

.ci-wrapper .js-forgot-password-ok-btn {
    display: none;
}

.lc-ro .gigya-screen-content .gigya-composite-control-social-login,
.lc-ro .gigya-screen-content .gigya-social-devider,
.lc-ro .gigya-screen-content .gigiya-social-devider{
    display: none !important;
}

.footer .nb-footer-wrapper .ci-wrapper {
    margin: 0;
    max-width: 100%;
    position: relative;
}

.footer .Tike .gigya-screen-content .gigya-screen .gigya-composite-control-label > *,
.footer .Tike .gigya-screen-content .gigya-screen.gigya-composite-control-active .subscribe-thank-you > * {
    color: #fff;
}

.gigya-screen-content .js-capsLock .icon-capsLock {
    display: none !important;
}

@media screen and (max-width: 1025px) {
    .gigya-screen-content .gigya-screen .gigya-profile-form div[class*='icon'] .gigya-label:hover {
        border-color: #dddddd;
    }

    .gigya-screen-content .gigya-screen .gigya-profile-form .favorite-colors-container div[class*='icon'] .gigya-label:hover:after {
        background: unset;
    }
}

@media screen and (max-width: 998px) {
    .ci-buzz-footer .gigya-screen-content .gigya-screen .gigya-composite-control .gigya-input-text {
        height: 42px !important;
        line-height: 42px;
        margin-bottom: 15px;
        width: 100%;
    }

    .ci-buzz-footer .gigya-screen-content .gigya-screen.gigya-composite-control-active .gigya-layout-row.with-two-inputs {
        flex-direction: column;
        margin-bottom: 5px;
    }

    .ci-buzz-footer .gigya-screen-content .gigya-screen.gigya-composite-control-active .gigya-layout-row.with-two-inputs .gigya-layout-cell {
        width: 100%;
        padding: 0;
    }

    .ci-buzz-footer .gigya-screen-content .gigya-composite-control-submit .gigya-input-submit {
        width: 100%;
        height: 40px;
    }

    .ci-buzz-footer .gigya-screen-content .gigya-composite-control .gigya-error-msg.gigya-error-msg-active {
        bottom: -8px;
    }

    .ci-buzz-footer .gigya-screen-content .gigya-screen.gigya-subscribe-with-email-container .gigya-layout-cell {
        width: 100%;
        padding: 0;
    }
}

@media screen and (max-width: 780px) {
    #ci-screen-sets {
        width: 100% !important;
    }

    #ci_modal .gigya-screen-content .gigya-verify-sportandbonus-application-container .main-content-container,
    #ci_modal .gigya-screen-content .gigya-registration-completion-container .main-content-container,
    #ci_modal .gigya-screen-content .gigya-registration-container .main-content-container {
        width: 100%;
    }

    .gigya-screen-content .gigya-verify-sportandbonus-application-container .main-content-container,
    .gigya-screen-content .gigya-registration-completion-container .main-content-container,
    .gigya-screen-content .gigya-registration-container .main-content-container {
        width: calc(100% - 20px);
    }

    .gigya-screen-content .gigya-change-email-container .gigya-composite-control-textbox.gigya-email {
        width: 440px;
    }

    #ci_modal.modal-content {
        height: 100vh;
        background: #FFFFFF;
        overflow: scroll;
    }

    #customer_identity_layout_modal .modal-dialog {
        padding: 0;
        margin: 0;
        width: 100vw;
        max-width: none;
        height: 100%;
        margin-top: 0 !important;
    }

    .gigya-screen-content .gigya-composite-control .sport-vision-brands span {
        padding: 5px 10px;
    }

    form.gigya-login-form, form.gigya-register-form {
        width: unset;
    }

    .modal-content .arrow.arrow-right,
    .modal-content .arrow.arrow-left {
        display: none;
    }

    .gigya-screen-content .gigya-screen.gigya-favorite-categories-container .gigya-composite-control.gigya-composite-control-submit, .gigya-screen-content .gigya-screen.gigya-favorite-sports-container .gigya-composite-control.gigya-composite-control-submit, .gigya-screen-content .gigya-screen.gigya-favorite-brands-container .gigya-composite-control.gigya-composite-control-submit {
        margin-top: 30px;
    }

    .js-sports-favorites-back, .js-categories-favorites-back {
        display: block !important;
    }

    .gigya-screen-content .gigya-screen.gigya-update-profile-screen .gigya-composite-control.gigya-composite-control-link.js-categories-favorites-back,
    .gigya-screen-content .gigya-screen.gigya-update-profile-screen .gigya-composite-control.gigya-composite-control-link.js-sports-favorites-back {
        position: relative;
        top: unset;
        right: unset;
        font-size: 16px;
        text-align: center;
        margin-top: 15px;
    }
}

@media screen and (max-width: 767px) {
    .ci-simple-footer-wrapper {
        width: 100%;
    }

    .ci-simple-footer-wrapper .inline-items .item:last-child:before{
        display: none;
    }

    .header.md-header.ci-header .logo {
        line-height: 50px;
    }

    .header.md-header.ci-header {
        background-color: #fff;
        border-bottom: 1px solid #ccc;
    }

    .ci-header .ci_header_logo-slider .logo {
        margin-top: 0;
    }

    .header.ci-header .logo img {
        max-height: 30px;
    }

    .header.ci-header .logo > a {
        display: inline-block;
        height: unset;
        top: 50%;
        position: absolute;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .header #nav-user-ci i.fa-spinner {
        display: none;
    }

    .gigya-update-profile-container .address-flor-number input::placeholder,
    .gigya-update-profile-container .address-appartment-number input::placeholder {
        font-size: 12px;
    }

    .gigya-layout-row.subscribe-wrapper .gigya-composite-control-label.profiling-consent-infobox{
        margin-top: -20px;
    }

    .gigya-composite-control.gigya-composite-control-multi-choice.gigya-gender .gigya-multi-choice-item {
        margin-right: 30px;
    }
}

@media screen and (max-width: 576px) {
    #ci_modal .gigya-screen-content .gigya-link-accounts-container .main-content-container,
    #ci_modal .gigya-screen-content .gigya-login-container .gigya-login-form .main-content-container {
        width: 100%;
    }

    .gigya-screen-content .gigya-link-accounts-container .main-content-container,
    .gigya-screen-content .gigya-login-container .gigya-login-form .main-content-container {
        width: calc(100% - 20px);
    }

    .gigya-screen-content .gigya-screen.mobile .gigya-layout-cell {
        width: calc(100% - 20px);
    }

    .gigya-screen-content .gigya-layout-row > .gigya-layout-cell:nth-child(1) {
        padding-right:0px;
        padding-left: 0px;
        width: 100%;
    }

    .gigya-screen-content .gigya-layout-row > .gigya-layout-cell:nth-child(2) {
        padding-right: 0px;
        padding-left: 0px;
        width: 100%;
    }

    .gigya-composite-control.gigya-composite-control-multi-choice .gigya-multi-choice-item {
        flex-direction: row;
        flex-wrap: wrap;
        display: flex;
        width: 100%;
    }

    .gigya-composite-control.gigya-composite-control-multi-choice .gigya-multi-choice-item label {
        margin-left: 10px !important;
        margin-right: 0 !important;
    }

    .gigya-screen-content .gigya-composite-control .gigya-error-msg.gigya-error-msg-active {
        font-size: 12px !important;
        bottom: -20px;
    }

    .gigya-screen-content .gigya-screen .gigya-composite-control.gigya-composite-control-submit {
        width: 100%;
    }

    .gigya-screen-content .gigya-screen .gigya-composite-control.gigya-composite-control-textbox,
    .gigya-screen-content .gigya-screen .gigya-composite-control.gigya-composite-control-password {
        padding-bottom: 0px;
        margin-bottom: 15px;
    }

    .gigya-screen .gigya-composite-control.gigya-composite-control-multi-choice .gigya-multi-choice-item,
    .gigya-composite-control.gigya-composite-control-multi-choice .gigya-multi-choice-item {
        margin-right: 0;
    }

    .gigya-screen-content .gigya-layout-row:has(.lnk-register) .gigya-layout-cell:last-child,
    .gigya-screen-content .gigya-layout-row:has(.lnk-forgot-password) .gigya-layout-cell:first-child {
        width: 50%;
    }

    form.gigya-login-form, form.gigya-register-form {
        width: 100%;
    }

    .gigya-screen-content .gigya-composite-control .sport-vision-brands {
        display: flex;
        height: 100px;
        flex-wrap: wrap;
        gap: 10px;
        padding: 10px;
    }

    .gigya-screen-content .gigya-composite-control .sport-vision-brands span {
        flex-shrink: 0;
        padding: 0;
    }

    .gigya-screen-content .gigya-composite-control .sport-vision-brands .logo-sportbonus-logo {
        padding-left: 0;
        background: unset;
        border-left: unset;
    }

    .gigya-composite-control.gigya-button-link input[type="button"],
    .gigya-screen-content .gigya-composite-control-submit .gigya-input-submit {
        width: 100%;
    }

    .gigya-screen-content .gigya-verify-sportandbonus-application-container .gigya-composite-control-submit .gigya-input-submit,
    .gigya-screen-content .gigya-apply-for-sportandbonus-container .gigya-composite-control-submit .gigya-input-submit,
    .gigya-screen-content .gigya-success-sportandbonus-application-container .gigya-composite-control.gigya-composite-control-link,
    .gigya-screen-content .gigya-screen .gigya-composite-control-link.gigya-button-link,
    .gigya-screen-content .gigya-screen .gigya-composite-control.gigya-composite-control-submit {
        width: 100%;
    }

    .gigya-screen-content .gigya-screen.gigya-update-profile-container .gigya-layout-cell:has(.gigya-visible-when.gigya-container-enabled) {
        width: 50%;
    }

    .gigya-screen-content .gigya-screen.gigya-change-password-container .gigya-layout-row  .gigya-layout-cell:nth-child(1),
    .gigya-screen-content .gigya-screen.gigya-update-profile-container .gigya-layout-row > .gigya-layout-cell:nth-child(1) {
        padding-right: 0px;
    }

    .gigya-screen-content .gigya-screen.gigya-change-password-container .gigya-layout-row > .gigya-layout-cell:nth-child(2),
    .gigya-screen-content .gigya-screen.gigya-update-profile-container .gigya-layout-row > .gigya-layout-cell:nth-child(2) {
        padding-left: 0px;
    }

    .gigya-screen-content .gigya-screen.gigya-update-profile-container .gigya-layout-cell:has(.gigya-visible-when.gigya-container-enabled):nth-child(1) {
        padding-right: 10px;
    }

    .gigya-screen-content .gigya-screen.gigya-update-profile-container .gigya-layout-cell:has(.gigya-visible-when.gigya-container-enabled):nth-child(2) {
        padding-left: 10px;
    }

    .gigya-composite-control.gigya-composite-control-multi-choice.gigya-real-estate .gigya-multi-choice-item {
        margin-right: 0;
    }

    .gigya-screen-content .gigya-composite-control .sport-vision-brands span.powered-by {
        right: 0;
    }

    .gigya-screen-content .gigya-screen.gigya-registration-completion-container .main-content-container .gigya-container:nth-of-type(6) .gigya-text {
        margin-top: 20px;
    }

    .gigya-screen-content .gigya-screen.gigya-registration-completion-container .gigya-composite-control.gigya-composite-control-submit {
        margin: 30px 0 20px;
    }

    .gigya-screen-content .gigya-screen.gigya-forgot-password-container .gigya-composite-control.email-wrapper {
        width: 100%;
    }

    .gigya-screen-content .gigya-screen .gigya-composite-control.gigya-composite-control-label.main-text,
    .gigya-screen-content .gigya-screen .gigya-reset-password-form .gigya-composite-control.gigya-composite-control-label.main-text {
        margin-top: 0px;
    }

    .gigya-screen-content .gigya-update-profile-container .gigya-layout-row:nth-child(8) .gigya-composite-control.gigya-profile-update-title {
        padding-top: 20px;
    }

    .gigya-screen-content .gigya-screen.gigya-my-family-container .gigya-composite-control.gigya-composite-control-submit,
    .gigya-screen-content .gigya-my-favorites-container .gigya-composite-control.gigya-composite-control-submit,
    .gigya-screen-content .gigya-communication-container .gigya-composite-control.gigya-composite-control-submit,
    .gigya-screen-content .gigya-change-password-container .gigya-composite-control.gigya-composite-control-submit,
    .gigya-screen-content .gigya-screen.gigya-update-profile-container .gigya-composite-control.gigya-composite-control-submit,
    .gigya-screen-content .gigya-screen.gigya-my-favorites-container .gigya-composite-control.gigya-composite-control-submit {
        width: 100%;
    }

    .gigya-screen-content .gigya-screen.gigya-update-profile-container .gigya-composite-control.gigya-composite-control-multi-choice.gigya-real-estate {
        display: flex;
    }

    .gigya-screen-content .gigya-screen.gigya-verify-sportandbonus-application-container .gigya-composite-control.gigya-composite-control-textbox {
        margin-top: 90px;
    }

    .gigya-screen-content .gigya-screen.gigya-verify-sportandbonus-application-container .gigya-composite-control.gigya-composite-control-link a {
        margin-bottom: 70px;
    }


    .gigya-screen-content .gigya-success-sportandbonus-application-container .gigya-composite-control.gigya-composite-control-link {
        margin-bottom: 10px;
    }

    .gigya-screen-content .gigya-success-sportandbonus-application-container .gigya-composite-control.gigya-composite-control-link {
        margin-bottom: 90px;
        margin-top: 140px
    }

    .gigya-screen-content .gigya-change-password-container .gigya-current-password {
        width: 100%;
    }

    .gigya-screen-content .gigya-screen.gigya-change-password-container .gigya-composite-control.gigya-composite-control-submit {
        margin-top: 10px;
    }

    .gigya-screen-content .gigya-screen.gigya-change-email-container .gigya-composite-control.gigya-composite-control-submit {
        margin: 10px auto 0;
    }

    .gigya-screen-content .gigya-screen.gigya-communication-container .gigya-profile-form .gigya-composite-control-label {
        text-align: center;
    }

    .gigya-screen-content .gigya-screen.gigya-communication-container .gigya-profile-form .gigya-composite-control-label.gigya-consent-title,
    .gigya-screen-content .gigya-screen.gigya-communication-container .gigya-profile-form .gigya-composite-control-label.gigya-text {
        text-align: left;
    }

    .gigya-screen-content .gigya-screen.gigya-communication-container .gigya-profile-form .gigya-layout-ro:has(div[class*='icon']),
    .gigya-screen-content .gigya-screen.gigya-communication-container .gigya-profile-form .gigya-layout-row:has(div[class*='icon']) {
        gap: 15px;
    }

    .gigya-screen-content .gigya-screen.gigya-my-favorites-container .gigya-profile-form .gigya-composite-control.gigya-composite-control-submit {
        margin-top: 30px;
    }

    .gigya-screen-content .gigya-screen.gigya-my-family-container .gigya-array-template {
        flex-direction: column;
    }

    .gigya-screen-content .gigya-screen.gigya-my-family-container .gigya-array-template .inputs-wrapper .gigya-layout-cell {
        width: 100%;
        padding-right: 0;
    }

    .gigya-screen-content .gigya-screen.gigya-my-family-container .gigya-array-template .inputs-wrapper .gigya-layout-cell:first-child {
        margin-bottom: 10px;
    }

    .gigya-screen-content .gigya-screen.gigya-my-family-container .gigya-array-template .buttons-wrapper {
        margin-left: 20px;
        margin-bottom: 20px;
    }

    .gigya-screen-content .gigya-screen.gigya-my-family-container .gigya-array-template .inputs-wrapper {
        padding-right: 0;
    }

    .gigya-screen-content .gigya-screen.gigya-my-family-container .gigya-layout-row .gigya-composite-control-textbox {
        width: 100%;
    }

    .gigya-screen-content .gigya-screen.gigya-my-family-container .gigya-array-template:last-child {
        padding-bottom: 40px;
    }

    .gigya-screen-content .gigya-screen.gigya-my-family-container .gigya-array-template:last-child .gigya-array-remove-btn {
        margin-bottom: 10px;
    }

    .gigya-screen-content .gigya-screen.gigya-my-family-container .gigya-array-template .buttons-wrapper .gigya-array-remove-btn {
        margin-top: 0;
    }

    .gigya-screen-content .gigya-screen.gigya-update-profile-container .phone-info {
        width: calc(100% - 30px);
        left: 0;
    }

    .gigya-screen-content .gigya-screen .birthday-info {
        width: calc(100% - 30px);
        left: 0;
    }

    #ci_modal {
        border-radius: 0px;
        box-shadow: unset;
        border: unset;
        margin: 0;
    }

    .gigya-screen-content .gigya-screen.gigya-verify-sportandbonus-application-container .main-content-container {
        padding: 0;
    }

    .gigya-screen-content .gigya-screen.gigya-verify-new-email-container .gigya-composite-control-textbox .small-input,
    .gigya-screen-content .gigya-screen.gigya-verify-sportandbonus-application-container .gigya-composite-control-textbox .small-input {
        width: 45px;
        height: 45px;
        line-height: 45px;
    }

    .gigya-screen-content .gigya-apply-for-sportandbonus-container .main-content-container, .gigya-screen-content .gigya-link-accounts-container .main-content-container, .gigya-screen-content .gigya-login-container .gigya-login-form .main-content-container {
        width: calc(100% - 20px);
        margin: auto;
    }

    .gigya-screen.gigya-apply-for-sportandbonus-container .main-content-container .country-code {
        padding-right: 5px;
    }

    .gigya-screen.gigya-apply-for-sportandbonus-container .main-content-container .area-code {
        padding-left: 5px;
    }

    .gigya-screen.gigya-apply-for-sportandbonus-container .main-content-container .line-number {
        padding-left: 10px;
    }

    .gigya-screen.gigya-apply-for-sportandbonus-container .gigya-composite-control.gigya-composite-control-label.mobile-phone-info {
        font-size: unset;
    }

    .gigya-screen-content .gigya-apply-for-sportandbonus-container .gigya-composite-control.gigya-composite-control-label.sportandbonus-title {
        margin: 30px 0;
    }

    .gigya-composite-control-social-login .gigya-social-login-container .gigya-login-providers-container .gigya-login-provider-row {
        flex-direction: column;
        height: unset !important;
    }

    .gigya-composite-control-social-login .gigya-social-login-container .gigya-login-providers-container .gigya-login-providers-list-container {
        width: 100% !important;
        display: block;
    }

    .gigya-screen-content .gigya-screen.gigya-login-container  .gigya-composite-control.gigya-composite-control-link {
        font-size: 16px;
    }

    .gigya-composite-control-social-login .gigya-social-login-container .gigya-login-providers-container tr,
    .gigya-composite-control-social-login .gigya-social-login-container .gigya-login-providers-container tbody {
        width: 100% !important;
        display: block;
    }

    .gigya-composite-control-social-login .gigya-social-login-container .gigya-login-providers-container .gigya-login-provider-row button {
        width: 100%;
    }

    .gigya-screen-content .gigya-screen.gigya-favorite-categories-container .gigya-profile-form .gigya-layout-row:has(div[class*='icon']),
    .gigya-screen-content .gigya-screen.gigya-favorite-sports-container .gigya-profile-form .gigya-layout-row:has(div[class*='icon']),
    .gigya-screen-content .gigya-screen.gigya-favorite-brands-container .gigya-profile-form .gigya-layout-row:has(div[class*='icon']) {
        column-gap: 20px;
        row-gap: 0;
        padding: 0;
    }

    .gigya-screen-content .gigya-screen.gigya-favorite-categories-container .gigya-profile-form div[class*='icon'],
    .gigya-screen-content .gigya-screen.gigya-favorite-sports-container .gigya-profile-form div[class*='icon'],
    .gigya-screen-content .gigya-screen.gigya-favorite-brands-container .gigya-profile-form div[class*='icon'] {
        margin-bottom: 20px;
    }

    .footer .Tike .gigya-screen-content .gigya-composite-control-submit .gigya-input-submit {
        padding: 0px 20px;
        width: 100%;
    }

    .gigya-screen-content .gigya-change-email-container .gigya-composite-control-textbox.gigya-email {
        width: 100%;
    }

    .gigya-screen-content .gigya-screen .gigya-error-display.gigya-composite-control.gigya-composite-control-form-error:has(.gigya-error-msg.gigya-error-msg-active) {
        padding: 10px 0 15px;
    }

    .gigya-screen-content .gigya-screen .gigya-error-display.gigya-composite-control.gigya-composite-control-form-error:has(.gigya-error-msg.gigya-error-msg-active) {
        width: calc(100% - 20px);
    }

    #ci_modal .ci-alert,
    .ci-wrapper .ci-alert {
        width: calc(100% - 20px);
        position: fixed;
    }

    .gigya-screen-content .gigya-screen.gigya-communication-container .gigya-profile-form .gigya-layout-ro:has(div[class*='icon']), .gigya-screen-content .gigya-screen.gigya-communication-container .gigya-profile-form .gigya-layout-row:has(div[class*='icon']), .gigya-screen-content .gigya-screen.gigya-favorite-sports-container .gigya-profile-form .gigya-layout-row:has(div[class*='icon']), .gigya-screen-content .gigya-screen.gigya-favorite-brands-container .gigya-profile-form .gigya-layout-row:has(div[class*='icon']), .gigya-screen-content .gigya-screen.gigya-favorite-categories-container .gigya-profile-form .gigya-layout-row:has(div[class*='icon']), .gigya-screen-content .gigya-screen.gigya-my-favorites-container .gigya-profile-form .gigya-layout-row:has(div[class*='icon']) {
        gap: 12px;
    }

    .password-strength-wrapper {
        width: calc(100% - 30px) !important;
        top: -85px;
    }

    .gigya-screen-content .gigya-screen.gigya-favorite-categories-container .gigya-profile-form div[class*="icon"] .gigya-label, .gigya-screen-content .gigya-screen.gigya-favorite-brands-container .gigya-profile-form div[class*="icon"] .gigya-label, .gigya-screen-content .gigya-screen.gigya-favorite-sports-container .gigya-profile-form div[class*="icon"] .gigya-label {
        width: 125px;
        height: 125px;
    }

    .gigya-screen-content .gigya-screen.gigya-favorite-categories-container .gigya-profile-form div[class*='icon'], .gigya-screen-content .gigya-screen.gigya-favorite-sports-container .gigya-profile-form div[class*='icon'], .gigya-screen-content .gigya-screen.gigya-favorite-brands-container .gigya-profile-form div[class*='icon'] {
        margin-bottom: 0;
    }

    .password-strength-wrapper:after {
        bottom: -15px;
        border-color: #ffffff transparent transparent transparent;
        top: unset;
    }

    .password-strength-wrapper:before {
        bottom: -16px;
        border-color: rgba(0, 0, 0, 0.05) transparent transparent transparent;
        top: unset;
    }

    .gigya-forgot-password-container .gigya-reset-password-form {
        width: 100%;
    }

    .gigya-screen-content .gigya-screen .gigya-profile-form div[class*="icon"] .gigya-label {
        width: 92px;
        height: 92px;
    }

    .gigya-reset-password-container  form.gigya-reset-password-form {
        width: 100%;
    }

    .gigya-screen-content .gigya-screen .birthday-info {
        top: -95px;
    }

    .gigya-screen-content .gigya-apply-for-sportandbonus-container .main-content-container{
        position: relative;
        top:50px;
    }

    .ci-wrapper .gigya-composite-control-label.gigya-consent-title,
    .ci-wrapper .gigya-screen-caption,
    .ci-wrapper .gigya-composite-control-label,
    .ci-wrapper .gigya-composite-control-label > * {
        text-align: center !important;
    }

    .footer .Tike .ci-wrapper .gigya-screen-caption {
        text-align: left !important;
    }

    .gigya-update-profile-container .gigya-container .gigya-composite-control-label,
    .gigya-update-profile-container .gigya-container .gigya-composite-control-label > * {
        text-align: left !important;
    }

    .gigya-screen-content .gigya-screen.gigya-communication-container .gigya-composite-control-label.gigya-consent-title {
        float: none;
    }

    .gigya-screen-content .gigya-screen.gigya-communication-container .gigya-composite-control-label.js-revoke-consent {
        float: none;
    }

    .gigya-screen-content .gigya-screen .gigya-profile-form div[class*='icon'] .gigya-label-text {
        padding: 0 5px;
    }

    .gigya-screen-content .gigya-screen .profiling-info {
        width: 90%;
        right: auto;
    }

    .gigya-screen-content .gigya-screen .gigya-composite-control.gigya-date-of-birth .gigya-input-text {
        font-weight: 400;
        cursor: pointer;
    }

    /*RUNNMORE identity newsletter*/
    .ci-rnm-footer .ci-main-wrapper .gigya-screen-caption {
        display: none;
    }

    .ci-rnm-footer .ci-main-wrapper .ci-wrapper .gigya-screen-content {
        min-width: unset;
        width: 100%;
    }

    .ci-rnm-footer .ci-main-wrapper .gigya-screen-content .gigya-screen .gigya-layout-row.with-two-inputs,
    .ci-rnm-footer .ci-main-wrapper .ci-wrapper {
        max-width: 100%;
    }

    .ci-rnm-footer .ci-main-wrapper {
        max-width: 100%;
        line-height: 0;
        font-size: 0;
        margin-bottom: 10px;
    }

    .ci-rnm-footer .ci-main-wrapper .gigya-composite-control .gigya-input-text {
        height: 40px !important;
        font-size: 14px !important;
    }

    .ci-rnm-footer .ci-main-wrapper .gigya-composite-control-submit .gigya-input-submit {
        height: 40px;
        line-height: 40px;
    }

    /*EXTRASPORTS identity newsletter*/

    .ci-extrasports-footer .ci-main-wrapper .gigya-screen-caption {
        display: none;
    }

    .ci-extrasports-footer .ci-main-wrapper .ci-wrapper .gigya-screen-content {
        min-width: unset;
        width: 100%;
    }

    .ci-extrasports-footer .ci-main-wrapper .gigya-screen-content .gigya-screen .gigya-layout-row.with-two-inputs,
    .ci-extrasports-footer .ci-main-wrapper .ci-wrapper {
        max-width: 100%;
    }

    .ci-extrasports-footer .ci-main-wrapper {
        max-width: 100%;
        line-height: 0;
        font-size: 0;
        margin-bottom: 10px;
    }

    .ci-extrasports-footer .ci-main-wrapper .gigya-composite-control .gigya-input-text {
        height: 40px !important;
        font-size: 14px !important;
    }

    .ci-extrasports-footer .ci-main-wrapper .gigya-composite-control-submit .gigya-input-submit {
        height: 40px;
        line-height: 40px;
    }

    .ci-main-wrapper {
        min-height: 400px;
    }

    .footer .Tike .ci-wrapper .gigya-screen-content .gigya-screen .gigya-composite-control-submit.newsletter-sign-up-btn{
        margin: 0 0 10px 0;
        position: relative;
        padding-left: 0;
    }
}



/*
/* NB Fajl:'./static/css/lib/customer-identity/anypicker.css.'
*//* ----------------------------------------------------------------------------- 

  AnyPicker - Customizable Picker for Mobile OS
  Version 2.0.9
  Copyright (c)2017 Lajpat Shah
  Contributors : https://github.com/nehakadam/AnyPicker/contributors
  Repository : https://github.com/nehakadam/AnyPicker
  Homepage : https://nehakadam.github.io/AnyPicker

 ----------------------------------------------------------------------------- */

/* ------------------------- Basic Layout Start ---------------------------------- */

body.noscroll
{
    overflow: hidden;
}

.ap-overlay
{
	display: none;
	z-index: 2000;
	min-width: 250px;

	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	-webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;

    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;

    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
	perspective: 1000px;
}

.ap-layout-popup
{
	position: fixed;
	top: 0;
	left: 0;

	width: 100%;
	height: 100%;

	background: rgba(0, 0, 0, 0.5);
}

.ap-layout-fixed, 
.ap-layout-popover
{
	position: fixed;
	top: 0;
	left: 0;

	width: 100%;
	height: 100%;

	background: rgba(0, 0, 0, 0.5);
}
/*
.ap-layout-relative, .ap-layout-inline
{
	height: auto;
}
*/

.ap-layout-relative, .ap-layout-inline
{
	position: fixed;
	top: 0;
	left: 0;

	width: 100%;
	height: 100%;
}

.ap-overlay *
{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;

	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.ap-bg
{
	width: 100%;
	height: 100%;

	font-family: sans-serif;
	/*font-family: 'Helvetica Neue', Arial, sans-serif;*/
	font-size: 22px;
}

.ap-cont
{
	margin: 0 auto;
	background: #FFFFFF;
}

.ap-theme-default:not(.ap-layout-inline):not(.ap-layout-relative) .ap-cont
{
	-webkit-box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
  	-moz-box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
  	box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
}

.ap-layout-popup .ap-cont
{
	position: relative;
	top: 50%;
	max-width: 500px;
	width: 95%;

	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.ap-layout-relative .ap-cont
{
	max-width: 500px;
	width: 97%;
	border: 1px solid #ECF0F1;
}

.ap-layout-inline .ap-cont
{
	border: 1px solid #ECF0F1;
}

.ap-layout-fixed .ap-cont
{
	width: 100%;
	position: fixed;
}

/* ------------------------- Basic Layout End ---------------------------------- */

/* ------------------------- View Sections Start ---------------------------------- */

.ap-header
{
	height: 50px;
	line-height: 50px;

	text-align: left;
	font-size: 0.9em;

	padding: 0 16px;
}

.ap-dir-rtl .ap-header
{
	text-align: right;
}

.ap-theme-default .ap-header
{
	height: 60px;
	line-height: 60px;
}

.ap-content
{
	max-width: 320px;
	margin: 0 auto;
}

.ap-content-top
{
	height: 50px;
	padding: 8px 16px;
	color:#555;
	text-align:center;
}

.ap-content-switch
{
	margin-top: 8px;
  	margin-bottom: 8px;

  	text-align: center;
}

.ap-content-switch-tab
{
	border: 1px solid #009688;
	padding: 5px 16px;

	cursor: pointer;
	font-size: 0.6em;
	color: #009688;
}

.ap-dir-ltr .ap-content-switch-date
{
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
}

.ap-dir-rtl .ap-content-switch-date
{
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	margin-left: -1px;
}

.ap-dir-ltr .ap-content-switch-time
{
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	margin-left: -1px;
}

.ap-dir-rtl .ap-content-switch-time
{
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
}

.ap-content-switch-selected
{
	background: #009688;
	color: #FFFFFF;
}

.ap-content-middle
{
	min-height: 120px;

	padding-top: 20px;
  	padding-bottom: 20px;
}

.ap-content-bottom
{
	height: 50px;
	padding: 8px 16px;
	color:#555;
	text-align:center;
}

.ap-theme-default .ap-content-top, 
.ap-theme-default .ap-content-bottom
{
	font-size: 0.7em;
}

.ap-footer
{
	display: table;
	table-layout: fixed;
	width: 100%;

	height: 50px;
	text-align: center;
}

.ap-theme-default .ap-footer
{
	padding: 0 16px;
}

.ap-theme-default .ap-footer-top
{
	line-height: 55px;
}

.ap-theme-default .ap-footer-bottom
{
	line-height: 45px;
}

 .ap-header__title
{
	color: #000000;
	font-size: 1.2em;
}

	/* ------------------------- Buttons Start ---------------------------------- */

.ap-theme-default .ap-button
{
	cursor: pointer;

	letter-spacing: 0;
  	text-align: center;
  	font-size: 0.8em;

  	padding: 8px 12px;
  	margin: 8px;

  	color: #009688;
  	background: rgba(255, 255, 255, 1);

  	text-transform: uppercase;
}

.ap-theme-default .ap-button-cont
{
	float: right;
}

.ap-theme-default.ap-dir-rtl .ap-button-cont
{
	float: left;
}

	/* ------------------------- Buttons End ---------------------------------- */

/* ------------------------- View Sections End ---------------------------------- */


/* ------------------------- Animations Start ---------------------------------- */

/* ------------------------------------------------------------------------------ */

.ap-show
{
	opacity: 0;

	animation: ap-anim-show ease 0.5s;
	animation-iteration-count: 1;

	-webkit-animation: ap-anim-show ease 0.5s;
	-webkit-animation-iteration-count: 1;

	-moz-animation: ap-anim-show ease 0.5s;
	-moz-animation-iteration-count: 1;

	-o-animation: ap-anim-show ease 0.5s;
	-o-animation-iteration-count: 1;

	-ms-animation: ap-anim-show ease 0.5s;
	-ms-animation-iteration-count: 1;

	-moz-animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards; /* Chrome, Safari, Opera */
    animation-fill-mode: forwards;
}

@keyframes ap-anim-show
{
	0% { opacity:0; }
	100% { opacity:1; }
}

@-moz-keyframes ap-anim-show
{
  	0% { opacity:0; }
	100% { opacity:1; }
}

@-webkit-keyframes ap-anim-show 
{
  	0% { opacity:0; }
	100% { opacity:1; }
}

@-o-keyframes ap-anim-show 
{
  	0% { opacity:0; }
	100% { opacity:1; }
}

/* ------------------------------------------------------------------------------ */

.ap-hide
{
	animation: ap-anim-hide ease 0.5s;
	animation-iteration-count: 1;

	-moz-animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards; /* Chrome, Safari, Opera */
    animation-fill-mode: forwards;

	-webkit-animation: ap-anim-hide ease 0.5s;
	-webkit-animation-iteration-count: 1;

	-moz-animation: ap-anim-hide ease 0.5s;
	-moz-animation-iteration-count: 1;

	-o-animation: ap-anim-hide ease 0.5s;
	-o-animation-iteration-count: 1;

	-ms-animation: ap-anim-hide ease 0.5s;
	-ms-animation-iteration-count: 1;
}

@keyframes ap-anim-hide
{
	0% { opacity:1; }
	100% { opacity:0; }
}

@-moz-keyframes ap-anim-hide
{
  	0% { opacity:1; }
	100% { opacity:0; }
}

@-webkit-keyframes ap-anim-hide 
{
  	0% { opacity:1; }
	100% { opacity:0; }
}

@-o-keyframes ap-anim-hide 
{
  	0% { opacity:1; }
	100% { opacity:0; }
}

/* ------------------------------------------------------------------------------ */

.ap-bottom-slide-up
{
	opacity: 0;

	animation: ap-anim-bottom-slide-up ease 0.5s;
	animation-iteration-count: 1;

	-webkit-animation: ap-anim-bottom-slide-up ease 0.5s;
	-webkit-animation-iteration-count: 1;

	-moz-animation: ap-anim-bottom-slide-up ease 0.5s;
	-moz-animation-iteration-count: 1;

	-o-animation: ap-anim-bottom-slide-up ease 0.5s;
	-o-animation-iteration-count: 1;

	-ms-animation: ap-anim-bottom-slide-up ease 0.5s;
	-ms-animation-iteration-count: 1;

	-moz-animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards; /* Chrome, Safari, Opera */
    animation-fill-mode: forwards;
}

@keyframes ap-anim-bottom-slide-up
{
	100% { opacity: 1; bottom: 0; }
}

@-moz-keyframes ap-anim-bottom-slide-up
{
  	100% { opacity: 1; bottom: 0; }
}

@-webkit-keyframes ap-anim-bottom-slide-up
{
  	100% { opacity: 1; bottom: 0; }
}

@-o-keyframes ap-anim-bottom-slide-up
{
  	100% { opacity: 1; bottom: 0; }
}

/* ------------------------------------------------------------------------------ */

.ap-bottom-slide-down
{
	opacity: 1;

	animation: ap-anim-bottom-slide-down ease 0.5s;
	animation-iteration-count: 1;

	-webkit-animation: ap-anim-bottom-slide-down ease 0.5s;
	-webkit-animation-iteration-count: 1;

	-moz-animation: ap-anim-bottom-slide-down ease 0.5s;
	-moz-animation-iteration-count: 1;

	-o-animation: ap-anim-bottom-slide-down ease 0.5s;
	-o-animation-iteration-count: 1;

	-ms-animation: ap-anim-bottom-slide-down ease 0.5s;
	-ms-animation-iteration-count: 1;

	-moz-animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards; /* Chrome, Safari, Opera */
    animation-fill-mode: forwards;
}

@keyframes ap-anim-bottom-slide-down
{
	100% { opacity: 0; bottom: -1000px; }
}

@-moz-keyframes ap-anim-bottom-slide-down
{
  	100% { opacity: 0; bottom: -1000px; }
}

@-webkit-keyframes ap-anim-bottom-slide-down
{
  	100% { opacity: 0; bottom: -1000px; }
}

@-o-keyframes ap-anim-bottom-slide-down
{
  	100% { opacity: 0; bottom: -1000px; }
}

/* ------------------------------------------------------------------------------ */

.ap-top-slide-down
{
	opacity: 0;

	animation: ap-anim-top-slide-down ease 0.5s;
	animation-iteration-count: 1;

	-webkit-animation: ap-anim-top-slide-down ease 0.5s;
	-webkit-animation-iteration-count: 1;

	-moz-animation: ap-anim-top-slide-down ease 0.5s;
	-moz-animation-iteration-count: 1;

	-o-animation: ap-anim-top-slide-down ease 0.5s;
	-o-animation-iteration-count: 1;

	-ms-animation: ap-anim-top-slide-down ease 0.5s;
	-ms-animation-iteration-count: 1;

	-moz-animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards; /* Chrome, Safari, Opera */
    animation-fill-mode: forwards;
}

@keyframes ap-anim-top-slide-down
{
	100% { opacity: 1; top: 0; }
}

@-moz-keyframes ap-anim-top-slide-down
{
  	100% { opacity: 1; top: 0; }
}

@-webkit-keyframes ap-anim-top-slide-down
{
  	100% { opacity: 1; top: 0; }
}

@-o-keyframes ap-anim-top-slide-down
{
  	100% { opacity: 1; top: 0; }
}

/* ------------------------------------------------------------------------------ */

.ap-top-slide-up
{
	opacity: 1;

	animation: ap-anim-top-slide-up ease 0.5s;
	animation-iteration-count: 1;

	-webkit-animation: ap-anim-top-slide-up ease 0.5s;
	-webkit-animation-iteration-count: 1;

	-moz-animation: ap-anim-top-slide-up ease 0.5s;
	-moz-animation-iteration-count: 1;

	-o-animation: ap-anim-top-slide-up ease 0.5s;
	-o-animation-iteration-count: 1;

	-ms-animation: ap-anim-top-slide-up ease 0.5s;
	-ms-animation-iteration-count: 1;

	-moz-animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards; /* Chrome, Safari, Opera */
    animation-fill-mode: forwards;
}

@keyframes ap-anim-top-slide-up
{
	100% { opacity: 0; top: -1000px; }
}

@-moz-keyframes ap-anim-top-slide-up
{
  	100% { opacity: 0; top: -1000px; }
}

@-webkit-keyframes ap-anim-top-slide-up
{
  	100% { opacity: 0; top: -1000px; }
}

@-o-keyframes ap-anim-top-slide-up
{
  	100% { opacity: 0; top: -1000px; }
}

/* ------------------------------------------------------------------------------ */

.ap-theme-default .ap-button-active
{
	animation: ap-anim-default-button-active ease 0.5s;
	animation-iteration-count: 1;
	animation-fill-mode:forwards;

	-webkit-animation: ap-anim-default-button-active ease 0.5s;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-fill-mode:forwards;

	-moz-animation: ap-anim-default-button-active ease 0.5s;
	-moz-animation-iteration-count: 1;
	-moz-animation-fill-mode:forwards;

	-o-animation: ap-anim-default-button-active ease 0.5s;
	-o-animation-iteration-count: 1;
	-o-animation-fill-mode:forwards;

	-ms-animation: ap-anim-default-button-active ease 0.5s;
	-ms-animation-iteration-count: 1;
	-ms-animation-fill-mode:forwards;
}

@keyframes ap-anim-default-button-active
{
	100% { background: #E0F2F1; }
}

@-moz-keyframes ap-anim-default-button-active
{
  	100% { background: #E0F2F1; }
}

@-webkit-keyframes ap-anim-default-button-active 
{
  	100% { background: #E0F2F1; }
}

@-o-keyframes ap-anim-default-button-active 
{
  	100% { background: #E0F2F1; }
}

/* ------------------------------------------------------------------------------ */



/* ------------------------- Animations End ---------------------------------- */




/* ------------------------- Picker Component Start ---------------------------------- */

.ap-component-section
{
  	display: table;
  	table-layout: fixed;
  	width: 100%;

  	background: #FFFFFF;
}

.ap-loading
{
	width: 100%;
	height: 100%;

	z-index: 2;
	background: #FFFFFF;
}

.ap-component-section, ap-component-section *
{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);

	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	-ms-touch-select: none;
	-ms-touch-action: none;
	touch-action: none;
}

.ap-component
{
	display: table-cell;
}

.ap-component-label
{
	text-align: center;
	font-size: 0.7em;
}

.ap-theme-default
{
	color: #009688;
}

.ap-component-plus, .ap-component-minus
{
	background: #FFFFFF;
	color: #BDBDBD;

	width: 100%;
	height: 40px;
	line-height: 40px;

	text-align: center;
	font-size: 15px;

	cursor: pointer;
}

.ap-component-cont
{
	position: relative;
	/*height: 200px;*/
	overflow: hidden;
}

.ap-component-data
{
	position: absolute;
	left: 0;
  	top: 0;
	width: 100%;

	-webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;

    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;

	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);

    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
	perspective: 1000px;
}

.ap-row
{
	height: 40px;
	line-height: 40px;

	text-align: center;

	overflow: hidden;
	text-overflow: clip;
	white-space:nowrap;

	cursor: pointer;

	color: #000000;
}

.ap-row-invalid
{
	color: #FFCDD2;
}

.ap-row-hidden
{
	opacity: 0;
}

.ap-component-selector
{
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);

	width: 100%;
	height: 40px;

	border-top: 1px solid #009688;
	border-bottom: 1px solid #009688;
}

.ap-theme-default .ap-component-selector
{
	left: 10%;
	width: 80%;
}

.ap-component-gradient
{
	position: absolute;
	top: -1px;
	left: 0;

	width: 100%;
	height: 102%;

	cursor: pointer;

	/*
	http://www.cssmatic.com/gradient-generator#'\-moz\-linear\-gradient\%28top\%2C\%20rgba\%28255\%2C255\%2C255\%2C0\.8\%29\%200\%25\%2C\%20rgba\%28255\%2C255\%2C255\%2C0\.8\%29\%2030\%25\%2C\%20rgba\%28255\%2C255\%2C255\%2C0\%29\%2045\%25\%2C\%20rgba\%28255\%2C255\%2C255\%2C0\%29\%2055\%25\%2C\%20rgba\%28255\%2C255\%2C255\%2C0\.8\%29\%2070\%25\%2C\%20rgba\%28255\%2C255\%2C255\%2C0\.8\%29\%20100\%25\%29\%3B'
	*/

	background: rgba(255,255,255,0.8);
	background: -moz-linear-gradient(top, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0.8) 30%, rgba(255,255,255,0) 45%, rgba(255,255,255,0) 55%, rgba(255,255,255,0.8) 70%, rgba(255,255,255,0.8) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0.8)), color-stop(30%, rgba(255,255,255,0.8)), color-stop(45%, rgba(255,255,255,0)), color-stop(55%, rgba(255,255,255,0)), color-stop(70%, rgba(255,255,255,0.8)), color-stop(100%, rgba(255,255,255,0.8)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0.8) 30%, rgba(255,255,255,0) 45%, rgba(255,255,255,0) 55%, rgba(255,255,255,0.8) 70%, rgba(255,255,255,0.8) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0.8) 30%, rgba(255,255,255,0) 45%, rgba(255,255,255,0) 55%, rgba(255,255,255,0.8) 70%, rgba(255,255,255,0.8) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0.8) 30%, rgba(255,255,255,0) 45%, rgba(255,255,255,0) 55%, rgba(255,255,255,0.8) 70%, rgba(255,255,255,0.8) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0.8) 30%, rgba(255,255,255,0) 45%, rgba(255,255,255,0) 55%, rgba(255,255,255,0.8) 70%, rgba(255,255,255,0.8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
}

/* ------------------------- Picker Component End ---------------------------------- */


/*
/* NB Fajl:'./static/css/lib/customer-identity/anypicker-font.css.'
*/@font-face {
	font-family: 'anypicker-font';
	src: url('fonts/anypicker-font.eot');
}
@font-face {
	font-family: 'anypicker-font';
	src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SAvQAAAC8AAAAYGNtYXDmP+C4AAABHAAAAFxnYXNwAAAAEAAAAXgAAAAIZ2x5Zk9FXHgAAAGAAAAEFGhlYWQGjJupAAAFlAAAADZoaGVhB8IDzQAABcwAAAAkaG10eCYAAAAAAAXwAAAAMGxvY2EEPgMmAAAGIAAAABptYXhwABAAUQAABjwAAAAgbmFtZTvtFloAAAZcAAABznBvc3QAAwAAAAAILAAAACAAAwPHAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADmAwPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAQAAAAAwACAACAAQAAQAg4APmA//9//8AAAAAACDgAOYA//3//wAB/+MgBBoIAAMAAQAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAADABAACwAADAAAlIQkBBAD8AAIAAgDAAgD+AAAAAQAAAHcEAAMJAAUAAAEnCQEHAQQAkf6R/pGRAgACd5L+kQFvkv4AAAEAAADABAACwAACAAATCQEAAgACAALA/gACAAABAAAAcgP6AwgAGwAACQEmIgcBDgEVFBYfAR4BMzI2NwkBFjI/ATY0JwP6/hUGEgb+FQMDAwOIAwcEBAgDAVUBVQYSBYgGBgEdAesGBv4VAwgEBAgCiAMDAwMBVf6rBgaIBhEGAAAAAAMAAP/ABAADwAAUACkAPwAAASIOAhUUHgIzMj4CNTQuAiMRIi4CNTQ+AjMyHgIVFA4CIxMjNTQmKwEiBh0BFBY7ATI2PQE0JiMCAGq7i1BQi7tqaruLUFCLu2pYmnJDQ3KaWFiackNDcppYvZAUDhYOFBQOyA4UFA4DwFCLu2pqu4tQUIu7amq7i1D8WUNymlhYmnJDQ3KaWFiackMB1KYOFBQO3g4UFA4WDhQAAAAAAwAA/8AEAAPAABQAKQBLAAABIg4CFRQeAjMyPgI1NC4CIxEiLgI1ND4CMzIeAhUUDgIjEyYiDwEnJiIPAQYUHwEUMBUXFDIxFxYyPwE+AT8BNjQvAQIAaruLUFCLu2pqu4tQUIu7aliackNDcppYWJpyQ0NymlipChsKm1oKHAoQCgpxEAECChwKEAMEAagKChADwFCLu2pqu4tQUIu7amq7i1D8WUNymlhYmnJDQ3KaWFiackMCHQoKm1oKChAKHApwAQEPAQIKChECBwSoChwJEAADAAD/wAQAA8AAFAApAE4AAAEiDgIVFB4CMzI+AjU0LgIjESIuAjU0PgIzMh4CFRQOAiMTJyYiDwEnJiIPAQYUHwEHBhQfARYyPwEXFjI/ATY0LwE3NjQnAgBqu4tQUIu7amq7i1BQi7tqWJpyQ0NymlhYmnJDQ3KaWKMQChwJZGQJHAoQCQlkZAkJEAocCWRkCRwKEAkJZGQJCQPAUIu7amq7i1BQi7tqaruLUPxZQ3KaWFiackNDcppYWJpyQwI6EAkJZGQJCRAKHAlkZAkcChAJCWRkCQkQChwJZGQJHAoAAAADAAD/wAQAA8AAFAApADoAAAEiDgIVFB4CMzI+AjU0LgIjESIuAjU0PgIzMh4CFRQOAiMTISIGHQEUFjMhMjY9ATQmIwIAaruLUFCLu2pqu4tQUIu7aliackNDcppYWJpyQ0Nymlin/rIOExMOAU4OExMOA8BQi7tqaruLUFCLu2pqu4tQ/FlDcppYWJpyQ0NymlhYmnJDAdQUDhYOFBQOFg4UAAEAAAABGZrL7g4nXw889QALBAAAAAAA0baeyQAAAADRtp7JAAD/wAQAA8AAAAAIAAIAAAAAAAAAAQAAA8D/wAAABAAAAAAABAAAAQAAAAAAAAAAAAAAAAAAAAwEAAAAAAAAAAAAAAACAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAAAAAAAAoAFAAeAC4AQgBQAIQA3AFGAbgCCgAAAAEAAAAMAE8AAwAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQANAAAAAQAAAAAAAgAHAJYAAQAAAAAAAwANAEgAAQAAAAAABAANAKsAAQAAAAAABQALACcAAQAAAAAABgANAG8AAQAAAAAACgAaANIAAwABBAkAAQAaAA0AAwABBAkAAgAOAJ0AAwABBAkAAwAaAFUAAwABBAkABAAaALgAAwABBAkABQAWADIAAwABBAkABgAaAHwAAwABBAkACgA0AOxBbnlQaWNrZXJGb250AEEAbgB5AFAAaQBjAGsAZQByAEYAbwBuAHRWZXJzaW9uIDEuMQBWAGUAcgBzAGkAbwBuACAAMQAuADFBbnlQaWNrZXJGb250AEEAbgB5AFAAaQBjAGsAZQByAEYAbwBuAHRBbnlQaWNrZXJGb250AEEAbgB5AFAAaQBjAGsAZQByAEYAbwBuAHRSZWd1bGFyAFIAZQBnAHUAbABhAHJBbnlQaWNrZXJGb250AEEAbgB5AFAAaQBjAGsAZQByAEYAbwBuAHRGb250IGdlbmVyYXRlZCBieSBJY29Nb29uLgBGAG8AbgB0ACAAZwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABJAGMAbwBNAG8AbwBuAC4AAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format('truetype');
	font-weight: normal;
	font-style: normal;
}

[class^="ap-icon-"], [class*=" ap-icon-"] {
	font-family: 'anypicker-font';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.ap-icon-now:before {
	content: "\e600";
}
.ap-icon-set:before {
	content: "\e601";
}
.ap-icon-cancel:before {
	content: "\e602";
}
.ap-icon-clear:before {
	content: "\e603";
}
.ap-icon-arrow-up-filled:before {
	content: "\e000";
}
.ap-icon-arrow-down:before {
	content: "\e001";
}
.ap-icon-arrow-down-filled:before {
	content: "\e002";
}
.ap-icon-arrow-up:before {
	content: "\e003";
}

/*
/* NB Fajl:'./static/css/lib/customer-identity/anypicker-ios.css.'
*//* ----------------------------------------------------------------------------- 

  AnyPicker - Customizable Picker for Mobile OS
  Version 2.0.9
  Copyright (c)2017 Lajpat Shah
  Contributors : https://github.com/nehakadam/AnyPicker/contributors
  Repository : https://github.com/nehakadam/AnyPicker
  Homepage : https://nehakadam.github.io/AnyPicker

 ----------------------------------------------------------------------------- */

.ap-theme-ios.ap-layout-popup .ap-cont, 
.ap-theme-ios.ap-layout-popover .ap-cont
{
	max-width: 320px;
	width: 90%;
    border-radius: 10px;
    border: 1px solid #D7D7D7;
}

.ap-theme-ios.ap-layout-popup, 
.ap-theme-ios.ap-layout-fixed, 
.ap-theme-ios.ap-layout-popover
{
	background: rgba(0, 0, 0, 0.4);
}

.ap-theme-ios .ap-tooltip, 
.ap-theme-ios .ap-tooltip:after 
{
  	display: inline-block;
 	width: 0;
  	height: 0;

  	position: absolute;

  	border-width: 11px;
  	border-style: solid;
  	z-index: 6;
}

.ap-theme-ios .ap-tooltip:after 
{
  	content: " ";
  	border-width: 10px;
}

.ap-theme-ios .ap-tooltip-bottom
{
  	top: -22px;
  	left: 10px;
  	border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #D7D7D7 rgba(0, 0, 0, 0);
}

.ap-dir-rtl.ap-theme-ios .ap-tooltip-bottom
{
	right: 10px;
}

.ap-theme-ios .ap-tooltip-bottom:after 
{
  	top: -8px;
  	left: -10px;
  	border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #FFFFFF rgba(0, 0, 0, 0);
}

.ap-theme-ios .ap-tooltip-top 
{
  	bottom: -21px;
  	left: 16px;
  	border-color: #D7D7D7 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

.ap-dir-rtl.ap-theme-ios .ap-tooltip-top
{
	right: 16px;
}

.ap-theme-ios .ap-tooltip-top:after
{
  	bottom: -8px;
  	left: -10px;
  	border-color: #FFFFFF rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

.ap-theme-ios .ap-tooltip-left
{
  	top: 50%;
  	left: -22px;
  	border-color: rgba(0, 0, 0, 0) #D7D7D7 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);

  	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.ap-theme-ios .ap-tooltip-left:after 
{
  	top: -10px;
  	left: -9px;
  	border-color: rgba(0, 0, 0, 0) #FFFFFF rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

.ap-theme-ios .ap-tooltip-right
{
  	top: 50%;
  	right: -22px;	
  	border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #D7D7D7;

  	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.ap-theme-ios .ap-tooltip-right:after 
{
  	top: -10px;
  	left: -11px;
  	border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #FFFFFF;
}

.ap-theme-ios .ap-bg
{
	font-size: 18px;
	font-family: sans-serif;
}

.ap-theme-ios .ap-header
{
	height: 45px;
	line-height: 45px;
	text-align: center;
	border-bottom: 1px solid #D7D7D7;
}

.ap-theme-ios .ap-header__title
{
	color: #FF3B30;
	font-size: 1.2em;
}

.ap-theme-ios .ap-button
{
	display: inline-block;
	cursor: pointer;

	letter-spacing: 0;
  	text-align: center;
  	font-size: 1.0em;

  	height: 43px;
  	line-height: 47px;

  	background: rgba(255, 255, 255, 1);
}

.ap-theme-ios .ap-content-top, 
.ap-theme-ios .ap-content-bottom
{
	font-size: 0.9em;
}

.ap-theme-ios .ap-footer
{
	padding: 0 16px;
}

.ap-theme-ios .ap-footer-top .ap-button
{
	display: inline-block;
}

.ap-theme-ios .ap-button:last-child
{
	float: right;
	padding: 0 0 0 16px;

	color: #007AFF;
}

.ap-dir-rtl.ap-theme-ios .ap-button:last-child
{
	float: left;
	padding: 0 16px 0 0;
}

.ap-theme-ios .ap-button:not(:last-child)
{
	float: left;
	padding: 0 16px 0 0;

	color: #007AFF;
}

.ap-dir-rtl.ap-theme-ios .ap-button:not(:last-child)
{
	float: right;
	padding: 0 0 0 16px;
}

.ap-theme-ios .ap-component-gradient
{
	/*
	http://www.cssmatic.com/gradient-generator#'\-moz\-linear\-gradient\%28top\%2C\%20rgba\%28255\%2C255\%2C255\%2C0\.7\%29\%200\%25\%2C\%20rgba\%28255\%2C255\%2C255\%2C0\.7\%29\%2040\%25\%2C\%20rgba\%28255\%2C255\%2C255\%2C0\%29\%2045\%25\%2C\%20rgba\%28255\%2C255\%2C255\%2C0\%29\%2055\%25\%2C\%20rgba\%28255\%2C255\%2C255\%2C0\.7\%29\%2060\%25\%2C\%20rgba\%28255\%2C255\%2C255\%2C0\.7\%29\%20100\%25\%29\%3B'
	*/

	background: rgba(255,255,255,0.7);
	background: -moz-linear-gradient(top, rgba(255,255,255,0.7) 0%, rgba(255,255,255,0.7) 40%, rgba(255,255,255,0) 45%, rgba(255,255,255,0) 55%, rgba(255,255,255,0.7) 60%, rgba(255,255,255,0.7) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0.7)), color-stop(40%, rgba(255,255,255,0.7)), color-stop(45%, rgba(255,255,255,0)), color-stop(55%, rgba(255,255,255,0)), color-stop(60%, rgba(255,255,255,0.7)), color-stop(100%, rgba(255,255,255,0.7)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.7) 0%, rgba(255,255,255,0.7) 40%, rgba(255,255,255,0) 45%, rgba(255,255,255,0) 55%, rgba(255,255,255,0.7) 60%, rgba(255,255,255,0.7) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,0.7) 0%, rgba(255,255,255,0.7) 40%, rgba(255,255,255,0) 45%, rgba(255,255,255,0) 55%, rgba(255,255,255,0.7) 60%, rgba(255,255,255,0.7) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,0.7) 0%, rgba(255,255,255,0.7) 40%, rgba(255,255,255,0) 45%, rgba(255,255,255,0) 55%, rgba(255,255,255,0.7) 60%, rgba(255,255,255,0.7) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0.7) 0%, rgba(255,255,255,0.7) 40%, rgba(255,255,255,0) 45%, rgba(255,255,255,0) 55%, rgba(255,255,255,0.7) 60%, rgba(255,255,255,0.7) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
}

.ap-theme-ios .ap-content-middle
{
	padding: 10px 25px;
}

.ap-theme-ios .ap-content-switch-tab
{
	border: 1px solid #007AFF;
	font-size: 0.7em;
	color: #007AFF;
}

.ap-dir-ltr.ap-theme-ios .ap-content-switch-date
{
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.ap-dir-rtl.ap-theme-ios .ap-content-switch-date
{
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	margin-left: -1px;
}

.ap-dir-ltr.ap-theme-ios .ap-content-switch-time
{
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	margin-left: -1px;
}

.ap-dir-rtl.ap-theme-ios .ap-content-switch-time
{
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.ap-theme-ios .ap-content-switch-selected
{
	background: #007AFF;
	color: #FFFFFF;
}

.ap-theme-ios .ap-component-plus, 
.ap-theme-ios .ap-component-minus
{
	color: #BDBDBD;
}

.ap-theme-ios .ap-component-label
{
	color: #007AFF;
}

.ap-theme-ios .ap-row
{
	color: #000000;
	font-size: 1.2em;
}

.ap-theme-ios .ap-row-disabled
{
	color: #9E9E9E;
}

.ap-theme-ios .ap-component-selector
{
	left: 0;
	width: 100%;

	border-top: 1px solid #D7D7D7;
	border-bottom: 1px solid #D7D7D7;
}

/*
/* NB Fajl:'./components/complex/plugin/customer-identity/ci-screen-set-content/ci-screen-set-content.css.'
*/.nb-ci-screen-set-content .nb-ci-no-service-info {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 500px;
}

footer .nb-ci-screen-set-content .nb-ci-no-service-info {
    min-height: 70px;
    color: var(--nb-color-white);
}

@media screen and (max-width: 576px) {
    .nb-ci-screen-set-content .nb-ci-no-service-info {
        min-height: 350px;
    }
}
/*
/* NB Fajl:'./components/footer-components/payment-card/NB7PaymentCard1/NB7PaymentCard1.css.'
*/.payment-card-1{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.payment-card-1 > *{
    flex-shrink: 1;
    max-height: 25px;
}

/*
/* NB Fajl:'./components/footer-components/NB7Disclaimer/NB7Disclaimer.css.'
*/.nb-disclaimer{
    font-size: var(--nb-disclaimer-font-size);
    line-height: var(--nb-disclaimer-line-height);
    font-weight: var(--nb-disclaimer-font-weight);
    color: var(--nb-disclaimer-color);
}
/*
/* NB Fajl:'./components/footer-components/NB7Copyright/NB7Copyright.css.'
*/.nb-copyright{
    font-size: var(--nb-copyright-font-size);
    line-height: var(--nb-copyright-line-height);
    font-weight: var(--nb-copyright-font-weight);
    color: var(--nb-copyright-color);
}

.nb-copyright .nb-link:hover{
    color: var(--nb-spec-color);
}
/*
/* NB Fajl:'./components/complex/cookie/cookie-consent/cookie-consent-1/cookie-consent-1.css.'
*/:root {
    --nb-cookie-consent-1-bg: var(--nb-color-white);
    --nb-cookie-consent-1-z-index: 1030;
    --nb-cookie-consent-1-container-max-width: 1600px;
    --nb-cookie-consent-1-cookie-wrapper: 1000px;

    --nb-cookie-consent-1-accept-everything-btn-bg: var(--nb-spec-color);
    --nb-cookie-consent-1-accept-everything-btn-border-color: var(--nb-spec-color);

    --nb-cookie-consent-1-cookie-title-font-size: var(--nb-font-size-16);
    --nb-cookie-consent-1-cookie-title-font-weight: var(--nb-font-bold);
    --nb-cookie-consent-1-cookie-title-color: var(--nb-text-color-primary);

    --nb-cookie-consent-1-cookie-description-font-size: var(--nb-font-size-12);
    --nb-cookie-consent-1-cookie-description-font-weight: var(--nb-font-regular);
    --nb-cookie-consent-1-cookie-description-color: var(--nb-text-color-primary);

    --nb-cookie-consent-1-tab-font-size: var(--nb-font-size-12);
    --nb-cookie-consent-1-tab-font-weight: var(--nb-font-regular);
    --nb-cookie-consent-1-tab-color: var(--nb-text-color-primary);
    --nb-cookie-consent-1-tab-active-color: var(--nb-spec-color);
    --nb-cookie-consent-1-tab-bg: var(--nb-color-gray-100);

    --nb-cookie-consent-1-tab-content-font-size: var(--nb-font-size-12);
    --nb-cookie-consent-1-tab-content-font-weight: var(--nb-font-regular);
    --nb-cookie-consent-1-tab-content-font-color: var(--nb-text-color-primary);
    --nb-cookie-consent-1-tab-content-bg: var(--nb-color-white);
}

.nb-cookie-consent-1 {
    position: fixed;
    right: 0;
    left: 0;
    margin-bottom: 0;
    z-index: var(--nb-cookie-consent-1-z-index);
    background-color: var(--nb-cookie-consent-1-bg);
    padding: 10px 0;
    box-shadow: rgba(0, 0, 0, 0.1) 0px -1px 6px 0px;
    bottom: -150px;
    transition: bottom 0.5s ease-in-out;
}

.nb-cookie-consent-1.cookie-appear {
    bottom: 0;
}

.nb-cookie-consent-1 .container {
    max-width: var(--nb-cookie-consent-1-container-max-width);
}

.nb-cookie-consent-1 .container .nb-cookie-wrapper {
    width: var(--nb-cookie-consent-1-cookie-wrapper);
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.nb-cookie-consent-1 .container .nb-cookie-wrapper .nb-cookie-info-wrapper-top {
    display: flex;
    gap: 10px;
}

.nb-cookie-consent-1 .container .nb-cookie-wrapper .nb-cookie-info-wrapper-top .nb-img-wrapper {
    flex-shrink: 0;
    max-width: 60px;
}

.nb-cookie-consent-1 .container .nb-cookie-wrapper .nb-cookie-info-wrapper-top .nb-cookie-info-wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.nb-cookie-consent-1 .container .nb-cookie-wrapper .nb-cookie-info-wrapper-top .nb-cookie-info-wrapper .nb-cookie-title {
    font-size: var(--nb-cookie-consent-1-cookie-title-font-size);
    font-weight: var(--nb-cookie-consent-1-cookie-title-font-weight);
    color: var(--nb-cookie-consent-1-cookie-title-color);
}

.nb-cookie-consent-1 .container .nb-cookie-wrapper .nb-cookie-info-wrapper-top .nb-cookie-info-wrapper .nb-cookie-description {
    font-size: var(--nb-cookie-consent-1-cookie-description-font-size);
    font-weight: var(--nb-cookie-consent-1-cookie-description-font-weight);
    color: var(--nb-cookie-consent-1-cookie-description-color);
}

.nb-cookie-consent-1 .container .nb-cookie-wrapper .nb-cookie-info-wrapper-top .nb-cookie-info-wrapper .nb-controls-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}

.nb-cookie-consent-1 .container .nb-cookie-wrapper .nb-cookie-info-wrapper-top .nb-cookie-info-wrapper .nb-cookie-checkbox-wrapper {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.nb-cookie-consent-1 .container .nb-cookie-wrapper .nb-cookie-info-wrapper-top .nb-cookie-info-wrapper .nb-cookie-btn-wrapper {
    display: flex;
    gap: 10px;
}

.nb-cookie-consent-1 .container .nb-cookie-wrapper .nb-cookie-info-wrapper-top .nb-cookie-info-wrapper .nb-controls-wrapper .nb-form-check {
    margin: 0;
}

.nb-cookie-consent-1 .container .nb-cookie-wrapper .nb-cookie-info-wrapper-top .nb-cookie-info-wrapper .nb-controls-wrapper .nb-btn {
    min-width: 100px;
}

.nb-cookie-consent-1 .nb-cookie-read-more-wrapper {
    display: none;
    margin-top: 20px;
    border: var(--nb-border-width) var(--nb-border-style) var(--nb-border-color);
    height: 100%;
}

.nb-cookie-consent-1 .nb-cookie-read-more-wrapper.active {
    display: block;
}

.nb-cookie-consent-1 .nb-cookie-accept-everything-btn {
    background-color: var(--nb-cookie-consent-1-accept-everything-btn-bg);
    border-color: var(--nb-cookie-consent-1-accept-everything-btn-border-color);
}

.nb-cookie-consent-1 .container .nb-cookie-wrapper .nb-cookie-info-wrapper-top .nb-cookie-info-wrapper .nb-controls-wrapper .nb-cookie-btn-wrapper-agree-and-learn {
    display: flex;
    align-items: center;
    gap: 10px;
}

.nb-cookie-consent-1 .nb-cookie-read-more-wrapper .nb-cookie-tabs-wrapper {
    display: flex;
    flex-direction: column;
}

.nb-cookie-consent-1 .nb-cookie-read-more-wrapper .nb-cookie-tabs-wrapper .nb-cookie-tab {
    cursor: pointer;
    padding: 9px;
    text-align: left;
    background-color: var(--nb-cookie-consent-1-tab-bg);
    color: var(--nb-cookie-consent-1-tab-color);
    font-size: var(--nb-cookie-consent-1-tab-font-size);
    font-weight: var(--nb-cookie-consent-1-tab-font-weight);
    border: var(--nb-border-width) var(--nb-border-style) var(--nb-border-color);
    border-radius: var(--nb-border-radius-0);
    border-top: unset;
    border-left: unset;
}

.nb-cookie-consent-1 .nb-cookie-read-more-wrapper .nb-cookie-tabs-wrapper .nb-cookie-tab:last-of-type {
    border-bottom: unset;
}

.nb-cookie-consent-1 .nb-cookie-read-more-wrapper .nb-cookie-tabs-wrapper .nb-cookie-tab:hover,
.nb-cookie-consent-1 .nb-cookie-read-more-wrapper .nb-cookie-tabs-wrapper .nb-cookie-tab:focus,
.nb-cookie-consent-1 .nb-cookie-read-more-wrapper .nb-cookie-tabs-wrapper .nb-cookie-tab:active,
.nb-cookie-consent-1 .nb-cookie-read-more-wrapper .nb-cookie-tabs-wrapper .nb-cookie-tab.active {
    color: var(--nb-cookie-consent-1-tab-active-color);
    text-decoration: underline;
}

.nb-cookie-consent-1 .nb-cookie-read-more-wrapper .nb-cookie-tabs-wrapper .nb-cookie-tab.active {
    background-color: var(--nb-cookie-consent-1-tab-content-bg);
    border-right: unset;
}

.nb-cookie-consent-1 .nb-cookie-read-more-wrapper .nb-cookie-tabs-content-wrapper {
    max-height: 100px;
    overflow: auto;
    margin-bottom: 0;
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.nb-cookie-consent-1 .nb-cookie-info-wrapper .nb-cookie-checkbox-wrapper .nb-form-check .nb-check[disabled]{
    opacity: 1;
}

.nb-cookie-consent-1 .nb-cookie-read-more-wrapper .nb-cookie-tabs-content-wrapper .nb-cookie-tab-content {
    padding: 10px;
    font-size: var(--nb-cookie-consent-1-tab-content-font-size);
    font-weight: var(--nb-cookie-consent-1-tab-content-font-weight);
    color: var(--nb-cookie-consent-1-tab-content-font-color);
}

.nb-cookie-consent-1 .nb-cookie-read-more-wrapper .nb-cookie-tabs-content-wrapper .nb-cookie-tab-content-cookie1,
.nb-cookie-consent-1 .nb-cookie-read-more-wrapper .nb-cookie-tabs-content-wrapper .nb-cookie-tab-content-cookie2,
.nb-cookie-consent-1 .nb-cookie-read-more-wrapper .nb-cookie-tabs-content-wrapper .nb-cookie-tab-content-cookie3,
.nb-cookie-consent-1 .nb-cookie-read-more-wrapper .nb-cookie-tabs-content-wrapper .nb-cookie-tab-content-cookie4 {
    display: none;
}

.nb-cookie-consent-1 .nb-cookie-read-more-wrapper .nb-cookie-tabs-content-wrapper .nb-cookie-tab-content-cookie1.active,
.nb-cookie-consent-1 .nb-cookie-read-more-wrapper .nb-cookie-tabs-content-wrapper .nb-cookie-tab-content-cookie2.active,
.nb-cookie-consent-1 .nb-cookie-read-more-wrapper .nb-cookie-tabs-content-wrapper .nb-cookie-tab-content-cookie3.active,
.nb-cookie-consent-1 .nb-cookie-read-more-wrapper .nb-cookie-tabs-content-wrapper .nb-cookie-tab-content-cookie4.active {
    display: block;
}

@media screen and (max-width: 1024px) {
    .nb-cookie-consent-1 .container .nb-cookie-wrapper {
        width: unset;
    }
}

@media screen and (max-width: 768px) {
    .nb-cookie-consent-1 .container .nb-cookie-wrapper .nb-cookie-info-wrapper-top .nb-cookie-info-wrapper .nb-controls-wrapper {
        gap: 10px;
        flex-direction: column;
        align-items: unset;
    }
}

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

    .nb-cookie-consent-1 {
        bottom: -500px;
    }

    .nb-cookie-consent-1 .nb-cookie-info-wrapper-top .nb-img-wrapper {
        display: none;
    }
}

@media screen and (max-width: 425px) {
    .nb-cookie-consent-1 .container .nb-cookie-wrapper .nb-cookie-info-wrapper-top .nb-cookie-info-wrapper .nb-cookie-btn-wrapper {
        flex-direction: column;
    }

    .nb-cookie-consent-1 .container .nb-cookie-wrapper .nb-cookie-info-wrapper-top .nb-cookie-info-wrapper .nb-controls-wrapper .nb-cookie-btn-wrapper-agree-and-learn .nb-btn {
        flex: 1;
    }
}
/*
/* NB Fajl:'./components/complex/cart/cart-price/cart-price-regular/cart-price-regular.css.'
*/:root{
    --nb-cart-item-regular-price-color: var(--nb-product-regular-price-color);
    --nb-cart-item-regular-price-decoration: var(--nb-product-regular-price-decoration);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

}

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

}

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

}
/*
/* NB Fajl:'./components/complex/cart/mini-cart/cart-box-6/cart-box-6.css.'
*/:root {
    --nb-cart-box-6-cart-item-name-font-size: var(--nb-product-name-font-size-m);
    --nb-cart-box-6-cart-item-name-font-weight: var(--nb-product-name-font-weight);
    --nb-cart-box-6-cart-item-name-color: var(--nb-product-name-color);
    --nb-cart-box-6-cart-item-name-line-height: var(--nb-product-name-line-height);

    --nb-cart-box-6-cart-selected-size-font-size: var(--nb-paragraph-s);
    --nb-cart-box-6-cart-selected-size-color: var(--nb-text-color-secondary);

    --nb-cart-box-6-product-quantity-font-size: var(--nb-paragraph-xs);
    --nb-cart-box-6-product-quantity-color: var(--nb-text-color-primary);
}

.nb-cart-box-6 {
    display: flex;
    gap: 15px;
    position: relative;
    --nb-dt-rows: auto;
    align-items: center;
}

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

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

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

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

.nb-cart-box-6 .nb-text-wrapper > * {
    margin-bottom: 10px;
}

.nb-cart-box-6 .nb-text-wrapper > *:last-child {
    margin-bottom: 0;
}

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

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

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

.nb-cart-box-6 .nb-quantity-price-wrapper .nb-paragraph{
    color: var(--nb-cart-box-6-product-quantity-color);
    font-size: var(--nb-cart-box-6-product-quantity-font-size);
}
/*
/* NB Fajl:'./components/complex/cart/mini-cart/cart-items-list/cart-items-list.css.'
*/.nb-cart-items-list .nb-product-item {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: var(--nb-border-width) var(--nb-border-style) var(--nb-border-color);
}

.nb-cart-items-list > .nb-product-item:last-child {
    margin-bottom: 0;
}
/*
/* NB Fajl:'./components/complex/cart/cart-price/cart-price-courier/cart-price-courier.css.'
*/:root{
    --nb-cart-courier-price-color: var(--nb-text-color-primary);
    
    --nb-cart-courier-price-font-size: var(--nb-paragraph-s);
    --nb-cart-courier-price-line-height: var(--nb-body-line-height);
    --nb-cart-courier-price-font-weight: var(--nb-font-regular);

}

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


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

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

}

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


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

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

}

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


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

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

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

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

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

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

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

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

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

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

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

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

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

.nb-btn.nb-btn-pricing-quick-basket.addingItem .nb-dot-4 {
    animation-delay: 1s;
}
@keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 0; }
    100% { opacity: 1; }
}
/*
/* NB Fajl:'./_blocks/checkout/mini-cart/mini-cart-offcanvas/mini-cart-offcanvas-1/mini-cart-offcanvas-1.css.'
*/.nb-mini-cart-offcanvas-1 .nb-cart-items-list {
    margin-top: 25px;
}


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