#js-product-list-top.products-selection {
    font-size: 13px;
    margin-top: 0;
    padding: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    border-top: none;
}
#js-product-list-top .col-auto {
    bottom: 5px;
}
/*PRODUCT LIST START*/
@media (min-width: 768px) {
    #category #wrapper {
        width: 88%;
        margin-left: 40px;
    }
}
#category main {
    background-color: #ececec;
}
#category .products-grid .product-miniature-default{
    border-radius: 15px;
    border: 1px solid #fff;
    background: #fff;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
}
#category #js-product-list-top .dropdown-menu .dropdown-item {
    font-weight: 600;
}
#category #wrapper .block-title {
    font-size: 15px;
    font-weight: 700;
}
#category #wrapper .breadcrumb {
    font-size: 13px;
    font-weight: 600;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
#category #wrapper #left-column .block-title {
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
#category #js-product-list-header {
    background: url(/themes/salter/assets/img/category-background.png) no-repeat
    center center/cover;
    min-height: 200px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}
#category #js-product-list-header span {
    margin-left: 50px;
    color: #fff;
    font-size: 60px;
    font-weight: 600;
    letter-spacing: -2.8px;
}


#category .custom-checkbox input[type="checkbox"] + span:not(.color){
    background: transparent;
    color: #000000;
    border-color: black;
}
#category .custom-checkbox input[type="checkbox"] + span {
    width: 13px;
    height: 12px;
}
#category .custom-checkbox input[type="checkbox"] + span .checkbox-checked {
    font-size: 9px;
    top: 0;
    left: 0;
    background-color: #ffffff;
}
@media (max-width: 768px) {
    #category #js-product-list-header {
        background: url(/themes/salter/assets/img/category-background-mobile.png)
        no-repeat center center/cover;
        min-height: 130px;
        margin-bottom: 10px;
        display: flex;
        align-items: center;
    }
    #category #js-product-list-header span {
        font-size: 30px;
        margin-left: 25px;
    }
    #category
    #inner-wrapper
    #content-wrapper
    #js-product-list
    .thumbnail-container {
        top: 10px;
    }
    #category .products.row > .col,
    .products.row > [class*="col-"] {
        padding: 10px !important;
    }
    #category #active-search-filters,
    .product-miniature-list .product-functional-buttons {
        margin-bottom: 1rem;
    }
}
/*PRODUCT LIST END*/