:root {
    --primary: #56cfe1;
    --progress-bar-color: #56cfe1;
}
:root{--primary-color:#0C365C;--second-color:#D79C74}
.header-banner{position:relative;width:100%;background-color:var(--primary-color);height:50px;padding:10px;color:white}
.header-banner:hover{cursor:pointer}
.header-banner .container{display:flex;align-items:center;justify-content:center}
@media (max-width: 992px){.header-banner .container{max-width:100%}}
@media (max-width: 768px){.header-banner .container{padding:0}}
@media (max-width: 575.98px){.header-banner .fs-12{font-size:10px}}
.header-banner__col{position:relative;display:flex;align-items:center;font-weight:bolder;padding:0 40px}
@media (min-width: 767px){
    .header-banner{
        height: 90px;
    }
    .header-banner__col:first-child{margin-left:1rem}.header-banner__col:last-child{margin-right:1rem}}
@media (min-width: 767px) and (max-width: 992px){.header-banner__col{padding:0 20px}}
@media (max-width: 575.98px){
    .header-banner{
        height: 90px;
    }
    .header-banner__col{padding:0}}.header-banner__box{display:flex;align-items:center;padding:0px 10px;border-radius:50px;font-size:1.1rem;font-weight:bolder;height:30px;line-height:1;margin:0 5px}.header-banner__box--gold{background-color:#D79C74;color:#0C365C}@media (max-width: 575.98px){.header-banner__box--gold{margin:0 5px !important}}.header-banner__box--white{background-color:white;color:#0C365C}@media (max-width: 1200px){.header-banner__box{font-size:.9rem}}@media (max-width: 992px){.header-banner__box{font-size:.75rem}}@media (max-width: 575.98px){.header-banner__box{padding:0px 6px;margin:0}}.header-banner__relative{position:relative;padding-right:30px;display:flex}@media (max-width: 768px){.header-banner__relative{padding-right:5px}}.header-banner b{font-size:16px}@media (max-width: 992px){.header-banner b{font-size:13px}}.header-banner .blink{animation:blink-animation 0.7s steps(5, start) infinite;-webkit-animation:blink-animation 0.7s steps(5, start) infinite}.header-banner .star-bg{position:absolute;width:14px;height:14px;display:block;background-image:url("../images/icons/star1.png");background-size:14px 14px;background-repeat:no-repeat;background-position:center}.header-banner .star-bg--left-top{left:0;top:0}.header-banner .star-bg--right-top{right:0;top:0}@media (max-width: 768px){.header-banner .star-bg--right-top{right:-13px;top:-6px}}.header-banner .star-bg--right-bottom{right:15px;bottom:-4px}.header-banner .star-bg--left-bottom{left:10px;bottom:-4px}.header-banner__toast{width:100%;height:100%;position:absolute;left:0;top:0;background-color:rgba(12,54,92,0.9);color:white;z-index:1;align-items:center;justify-content:center;font-size:1.2rem;font-weight:bold;display:none}.header-banner__toast--show{display:flex;animation:slidein--bottom 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards}@media (max-width: 768px){.header-banner__toast{font-size:.9rem}}@keyframes slidein--bottom{0%{opacity:0;transform:translateY(100%)}100%{opacity:1;transform:translateY(0)}}@keyframes blink-animation{to{visibility:hidden}}

.noUi-handle:before, .noUi-handle:after,
.noUi-connect {
    background-color: var(--progress-bar-color);
}

.cat-shop {
    border-top: 1px solid #dedede
}

.cat-shop > a {
    display: block;
    padding: 10px 15px
}

@media (min-width: 1025px) {
    .cat-shop > a {
        display: none
    }
}

.page_head_ {
    padding: 50px 0;
}

.page_head_:before {
    background-color: #000;
    opacity: 0.54;
}

.page_head_ .parallax-inner {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: center center;
}

.dev_view_cat.dev_desktop a.view_2,
.dev_view_cat.dev_tablet a.view_3,
.dev_view_cat.dev_mobile a.view_6 {
    color: #222;
}

.dark-mode .dev_view_cat.dev_desktop a.view_2,
.dark-mode .dev_view_cat.dev_tablet a.view_3,
.dark-mode .dev_view_cat.dev_mobile a.view_6 {
    color: #fff;
}

.cat_filter {
    opacity: 1;
    pointer-events: auto;
}

.type_toolbar_filter {
    display: block;
}

a:hover > .filter-swatch, .nt_filter_color li.active .filter-swatch {
    border-color: var(--main-color);
}

.btn_sidebar {
    opacity: 1;
}

.type_toolbar_sidebar {
    display: block;
}

.page_head_shop {
    padding: 50px 0
}

.page_head_shop:before {
    background-color: #000;
    opacity: 0.54
}

.page_head_shop .parallax-inner {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: center center;
}

/**********************************************
* section cookies law
***********************************************/
#kalles-section-cookies_law {
    position: fixed;
    top: auto;
    z-index: 999;
    padding: 15px 35px;
    box-shadow: 0 0 9px rgba(0, 0, 0, .14);
    transition: -webkit-transform .35s ease;
    transition: transform .35s ease;
    transition: transform .35s ease,
    -webkit-transform .35s ease;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

#kalles-section-cookies_law.pp_onshow {
    -webkit-transform: none;
    transform: none;
}

#kalles-section-cookies_law.pp_onhide {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

a.pp_cookies_more_btn {
    border-bottom: 2px solid #f6f6f8;
    color: #222;
    font-weight: 500;
    font-size: 13px;
    margin-right: 20px;
    transition: all .25s ease;
}

a.pp_cookies_more_btn:focus, a.pp_cookies_more_btn:hover {
    opacity: .7;
}

a.pp_cookies_accept_btn {
    font-weight: 500;
    padding: 10px 14px;
    font-size: 12px;
    background-color: #56cfe1;
    color: #fff;
    transition: all .25s ease;
}

a.pp_cookies_accept_btn:focus, a.pp_cookies_accept_btn:hover {
    background-color: #007e91;
}

@media (max-width: 767px) {
    .popup_cookies_text {
        margin-bottom: 15px;
    }
}

/**********************************************
* wishlist page
***********************************************/
#kalles-section-wishlist_page .product-image .nt_add_cp > a,
#kalles-section-wishlist_page .product-image .nt_add_w > a {
    background-color: #fff;
    width: 30px;
    height: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 30px;
    color: #222;
    opacity: 1;
    visibility: visible;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, .1)
}

#kalles-section-wishlist_page .wis_remove i:before {
    font-size: 17.5px
}

#kalles-section-wishlist_page .product-image .nt_add_w + .nt_add_cp {
    top: 48px
}

#kalles-section-wishlist_page .products:not(.prs_wis) .product-image .nt_add_w {
    display: none;
}

#kalles-section-wishlist_page .products:not(.prs_wis) .product-image .nt_add_cp {
    top: 12px;
}

#kalles-section-wishlist_page .variations_button .nt_add_w {
    display: none;
}

.product-colors__container{
    position: absolute;
    width: 18px;
    right: 8px;
    top: 12px;
    z-index: 99;
    background: #FFF;
    border-radius: 5px;
    border: 1px solid #eee;
    padding: 2px;
}
.product-colors{
    max-height: 70px;
    overflow: hidden;
}
.product-colors.product-colors--auto-height{
    max-height: unset;
}
.product-colors .p-colors{
    border-radius: 50%;
    padding: 2px;
    border: 1px solid #eee;
    width: 12px;
    height: 12px;
    margin-bottom: 2px;
}
.product-colors__more-btn{
    display: flex;
    align-items: center;
    border-radius: 50px;
    justify-content: center;
    border: 1px solid #ccc;
    margin-top: 2px;
    width: 12px;
    height: 12px;
}
.product-colors__more-btn:hover{
    cursor: pointer;
}


.categories-shortcut{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 10px 0;
    border-radius: 5px;
    height: 170px;
    padding: 10px;
    overflow: hidden;
}
.categories-shortcut--auto-height{
    height: auto;
    overflow: auto;
    padding-bottom: 0px;

}
.categories-shortcut::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: #e0e0e0; /* or add it to the track */
}

/* Add a thumb */
.categories-shortcut::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #878787;
}
/* Add a thumb */
.categories-shortcut::-webkit-scrollbar-track
{
    border-radius: 5px;
}


.categories-shortcut__item{
    flex: 1 0 13%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: white;
    border-radius: 5px;
    padding: 10px;
    border: 1px solid #EEEEEE;
    text-align: center;
    height: 150px;
    margin-left: calc(calc(100% - 91%) / 6);
    max-width: 13%;
    margin-bottom:10px ;
}

.categories-shortcut__item:nth-child(7){
    margin-left: 0;
}
.categories-shortcut__item-title{
    font-size: .75rem;
    color: #222;
    transition: all .3s;
    font-weight: bold;
}
.categories-shortcut__item-img{
    width: 80px;
    max-width: 70px;
}
.categories-shortcut__item-img img{
    width: 100%;
    max-width: 100%;
}
@media screen and (max-width: 768px) {
    .categories-shortcut{
        height: 150px;
        display: none;
    }
    .categories-shortcut__item-img{
        width: 70px;
    }
    .categories-shortcut__item-title{
        font-size: .7rem;
    }
}


.nt_fk_canvas {
    width: 100%;
}
.advance-search{
    padding: 1.5rem 1rem ;
}
.advance-search .frm_search_input{
    margin-left: 50px;
}
.advance-search__input{
    border-radius: 5px !important;
}
.advance-search__submit{
    left: 0 !important;
    border-top-left-radius:5px ;
    border-bottom-left-radius:5px ;
}
.advance-search__container{
    margin-top: 1rem;
    height: calc(100vh - 60px);
}
.advance-search__container .fixcl-scroll-content{
}
.advance-search__section{
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    padding-bottom: 10px;
}
.advance-search__section-header{
    font-size: 14px;
    border-bottom: 1px solid #eee;
    font-weight: 600;
    color: #212529;
    padding: 5px 0;
    margin-bottom: 5px;
}
.advance-search__list{

    list-style: none;
    color: #212529;
}
.advance-search__list-item{

    padding: 5px 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.advance-search__list-item i{
    font-size: 1rem;
    font-weight: 600;
    margin-left: 8px;
}
.advance-search__list-item img{
    width: 32px;
    height: 32px;
    margin-left: 5px;
    border-radius: 5px;

}
.advance-search__product img{
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;

}
.advance-search__product .img_fix_search{
    padding-top: 10px;
    max-width: 80px;
}
.advance-search__product {
    margin-bottom: 20px;
}
.advance-search__product:hover{
    cursor: pointer;
}
.advance-search__product-title {
    font-size: 11px;
    color: #212529;
    font-weight: 600;
}
.advance-search__product .discount_pr_lable{
    font-size: 12px;
}
.advance-search__product .discount_lable{
    left: 5px;
}
.advance-search__product .price ins{
    font-size: 14px;
    margin: 0;
}
.advance-search__product .discount_pr_lable{
    padding: 0 5px;
    border-radius: 5px;
}
.advance-search__product-container{
    border-radius: 5px;
    border: 1px solid #eee;
    height: 100%;
    margin-left: 5px;
    margin-bottom: 5px;
}
.advance-search__product-container:hover{
    border: 1px solid var(--main-color);
}
.advance-search__product-container:hover .advance-search__product-title{
    color: var(--main-color);
}
.advance-search__product-title{
    color: #212529;
}
.header-banner-gif{
    width: 100%;
    padding: 0;
    margin: 0;
}.header-banner-gif img{
    width: 100%;
    padding: 0;
    margin: 0;
}
@media (min-width: 1024px) {

    .advance-search .col-auto {
        max-width: 180px;
        min-width: 180px;
    }
}
@media (min-width: 769px) {
    .mobile{
        display: none;
    }
}
@media (max-width: 768px) {
    .desktop{
        display: none;
    }
    .advance-search .frm_search_input{
        margin-left: 50px;
    }
    .advance-search__product-list > .row{
        overflow-x: scroll;
        flex-wrap: nowrap;
    }
    .advance-search__list-item{
        font-size: 11px;
    }
    .advance-search__section-header{
        font-size: 13px;
    }
    .advance-search__list-item i {
        font-size: 11px;
    }
    .advance-search__product{
        width: 160px;
        flex: 0 0 160px;
        margin-bottom: 15px;
    }
    .advance-search__product-list{
        padding: 0 8px !important;
    }
    .advance-search__product .mt__10{
        margin-top: 0;
    }
    .advance-search__product .img_fix_search {
        padding-top: 5px;
        max-width: 60px;
    }
    .advance-search__product .price  {
        margin: 0;
        position: relative;
        width: 100%;
    }
    .advance-search__product .price .discount_lable{
        top: 3px;
    }
    .advance-search__product .price span{
        font-size: 11px;
    }
    .advance-search__product .price ins{
        font-size: 12px;
    }
    .advance-search__list-brands{
        display: flex;
        flex-wrap: wrap;

    }
    .advance-search__list-brands img{
        margin-bottom: 3px;
        margin-left: 0;
        width: 100%;
        height: 100%;
    }
    .advance-search__section-brands{
        padding-bottom: 26px;
    }
    .advance-search__list-brands .advance-search__list-item{
        width: 80px;
        flex: 0 0 80px;
        padding: 5px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        margin-left: 5px;
        border: 1px solid #eee;
        border-radius: 5px;
    }

}
.btn-twitter{
    background-color: #1DA1F2;
    border-color: #1DA1F2 !important;
}
#shareModal .close:hover{
    background-color: transparent;
}
.flex-grow-1{
    flex-grow: 1;
}
.product-no{
    width: 100%;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 10px;
}
.product-no span{
    position: absolute;
    bottom: -9px;
    left: 26%;
    font-size: 18px;
    font-weight: 600;
    background: #FFFFFF;
    padding: 2px 30px;
}