:root {
    --primary: #56cfe1;
    --progress-bar-color: #56cfe1;
}

.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.14;
}

.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;
}

/**********************************************
* 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;
}