.block-categories {
    padding: 0;
    margin-bottom: 13px;
}

.block-categories .h6 {
    font-size: 14px !important;
    font-family: "Roboto", sans-serif;
    line-height: 27px;
    font-weight: 900;
    padding-left: 10px;
}

.block-categories .category-sub-menu li[data-depth="0"]>a {
    font-size: 14px !important;
    font-family: "Roboto", sans-serif;
    line-height: 25px;
    font-weight: 400;
    margin-top: 0;
    padding: 2px 10px;
}

.block-categories .category-sub-menu {
    margin-top: 5px;
}

.block-categories .category-sub-menu li[data-depth="0"]>a:hover {
    color: #fff;
    background: #2FD7C6;
    border-radius: 4px;
}

.catbgheretop {
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    background: #000;
}

.catbgheretop img {
    width: 100%;
    height: 158px;
    object-fit: cover;
    opacity: 0.65;
}

.product-miniature .thumbnail-container {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 1.563rem;
    overflow: hidden;
    background: #fff;
}

.catbodythreesec {
    position: absolute;
    left: 50%;
    top: 55%;
    transform: translate(-50%, -50%);
}

.catbodythreesec h1 {
    color: #fff !important;
    font-size: 24px;
    margin-bottom: 0;
    line-height: 26px;
    font-family: "Roboto Condensed" !important;
    font-weight: 900;
    text-align: center;
}

.catbodythreesec li span {
    color: #fff !important;
    font-size: 12px;
    line-height: 46px;
    font-family: "Roboto Condensed" !important;
    font-weight: 400;
}

#wrapper .breadcrumb li::after {
    color: #fff !important;
}

#wrapper .breadcrumb {
    margin-bottom: 0;
}

#wrapper .breadcrumb li:last-child::after {
    display: none;
}

.breadcrumb ol {
    text-align: center;
}

#wrapper .breadcrumb img {
    width: 17px;
    height: auto;
}

.catbodythreesec li:first-child span {
    display: none;
}

.products article .wishlist-button-add {
    display: none !important;
}

.productlistbrand a {
    color: #8f8f8f;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.7px;
    font-family: "Roboto Condensed";
    font-weight: 600;
    min-height: 20px;
    display: block;
}

.product-miniature .product-title a {
    color: #000000;
    font-size: 13px;
    line-height: 18px;
    font-family: "Roboto Condensed";
    font-weight: 600;
    min-height: 85px;
    max-height: 85px;
    overflow: hidden;
    text-align: left;
    display: block;
}

.product-miniature .product-price-and-shipping {
    color: #000;
    font-size: 24px;
    line-height: 29px;
    font-family: "Roboto Condensed" !important;
    font-weight: 900 !important;
    margin-bottom: 15px;
    text-align: left;
    margin-top: 30px;
}

.product-miniature .regular-price {
    color: rgba(0, 0, 0, 0.5);
    font-size: 24px;
    line-height: 29px;
    font-family: "Roboto Condensed" !important;
    font-weight: 500 !important;
    margin-left: 5px;
}

.product-miniature .product-title {
    text-align: left;
}

.product-miniature .product-description {
    padding: 0 20px;
}

.add-to-cart {
    width: 100%;
    background: #EBEBEB;
    padding: 18px 25px;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.7px;
    font-family: "Roboto Condensed";
    position: relative;
    border-radius: 0px 0px 4px 4px;
    font-weight: 600;
    color: #000;
    text-align: left;
}

.add-to-cart:hover,
.add-to-cart:focus {
    background: #FD1B1C;
    color: #fff;
}

.add-to-cart::after {
    width: 7px;
    height: 12px;
    background: url(/img/menu-arrow-black.svg);
    background-size: contain !important;
    background-repeat: no-repeat !important;
    border: none;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    margin-top: 0;
    content: '';
    position: absolute;
    right: 20px;
}

.add-to-cart:hover::after {
    background: url(/img/menu-arrow-hover.svg);
}

.product-miniature .thumbnail-container .product-thumbnail img {
    border-bottom: 1px solid #C7C7C7;
    padding-bottom: 20px;
    width: 100%;
    height: 259px;
    object-fit: contain;
}

.product-miniature .thumbnail-top {
    margin-bottom: 25px;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: none;
}

.product-miniature .thumbnail-container:focus .product-description::after,
.product-miniature .thumbnail-container:hover .product-description::after {
    display: none;
}

a:focus {
    outline: none;
    text-decoration: none;
}

.product-miniature .thumbnail-container {
    box-shadow: 0px 3px 11px #00000024;
    border-radius: 4px;
}

.product-miniature .thumbnail-top {
    padding: 0 15px;
}

/*.left-column #js-product-list-top {
    display: none;
}*/

#js-product-list {
    background: #EFEFEF;
    padding: 29px 0;
}

.pagination .page-list {
    background: transparent !important;
    display: flex;
    justify-content: flex-end;
}

.pagination a {
    width: 50px;
    height: 50px;
    background: #fff;
    font-size: 16px !important;
    font-family: "Roboto Condensed";
    border-radius: 50%;
    line-height: 19px;
    display: flex;
    margin: 0 5px;
    font-weight: 500;
    justify-content: center;
    align-items: center;
}

.pagination .page-list li.current a {
    background: #FD1B1C;
    color: #fff;
}

#search_filters>.h6 {
    display: none;
}

#search_filters .facet .facet-title {
    font-size: 14px !important;
    font-family: "Roboto Condensed";
    line-height: 27px;
    font-weight: 900;
}

#search_filters .facet .facet-label a,
#search_filters_brands .facet .facet-label a,
#search_filters_suppliers .facet .facet-label a {
    font-size: 14px !important;
    font-family: "Roboto Condensed";
    line-height: 25px;
    font-weight: 400;
}

#search_filters .facet .facet-label a {
    margin-top: 0;
}

#search_filters .facet .facet-label .custom-checkbox,
#search_filters .facet .facet-label .custom-radio {
    top: -9px;
}

#search_filters .facet {
    position: relative;
    border-bottom: 1px solid #C7C7C7;
    padding-bottom: 16px;
    margin-bottom: 16px;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
}



#search_filters .facet .collapse {
    margin-bottom: 0 !important;
}

#search_filters .ui-slider .ui-slider-handle {
    top: -5px;
    width: 15px;
    background: #333;
    border: 1px solid #333;
    height: 15px;
    border-radius: 50%;
}

#search_filters .ui-widget-header {
    background: #FD1B1C;
}

.ui-widget-content {
    border: none;
    background: #C7C7C7;
}

.faceted-slider p {
    font-size: 14px !important;
    font-family: "Roboto Condensed";
    line-height: 25px;
    font-weight: 400;
}

.js-search-filters-clear-all {
    font-size: 14px !important;
    font-family: "Roboto Condensed";
    line-height: 25px;
    font-weight: 400;
}

.active_filters .active-filter-title {
    font-size: 14px !important;
    font-family: "Roboto Condensed";
    line-height: 25px;
    font-weight: 600;
    color: #000;
}

.categorygreybg {
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 25%, rgba(239, 239, 239, 1) 25%);
}

.active_filters {
    background: #EFEFEF;
}

#left-column {
    padding-top: 29px;
    padding-right: 50px;
}

.paginationright {
    padding-right: 0;
}

#wrapper .breadcrumb img {
    opacity: 1;
}

#wrapper .breadcrumb li:first-child img {
    filter: invert(0) !important;
}


#category #wrapper .breadcrumb,
#module-karko_bestsellers-listing #wrapper .breadcrumb {
    padding: 0;
}

ul.category-top-menu {
    margin: 0;
    padding-bottom: 18px;
    border-bottom: 1px solid #C7C7C7;
}

section.facet.clearfix ul {
    overflow-y: auto;
    max-height: 150px;
    margin: 0;
}

.facet[data-type="price"] ul {
    overflow-y: visible !important;
    max-height: 100% !important;
}

section.facet.clearfix .collapse-icons {
    position: absolute;
    top: -5px;
    right: 0;
}

span.navbar-toggler.collapse-icons.collapsed .add {
    display: block;
}

span.navbar-toggler.collapse-icons.collapsed .remove {
    display: none;
}

/* For WebKit browsers (Chrome, Safari, Edge) */
ul.collapse {
    scrollbar-width: thin;
    /* For Firefox */
    scrollbar-color: #575757 transparent;
    /* For Firefox */
}

ul.collapse::-webkit-scrollbar {
    width: 8px;
}

ul.collapse::-webkit-scrollbar-thumb {
    background-color: #575757;
    border-radius: 10px;
    /* Rounded caps */
}

ul.collapse::-webkit-scrollbar-track {
    background: transparent;
    /* Track background */
}

ul.collapse::-webkit-scrollbar-button {
    width: 0;
    height: 0;
    display: none;
    /* Ensure scrollbar buttons (arrows) are removed */
}

ul.collapse::-webkit-scrollbar-corner {
    background: transparent;
    /* Remove any scrollbar corner design */
}

body#manufacturer #wrapper .container .row {
    display: flex;
}

body#manufacturer #wrapper section.facet.clearfix[data-type="category"] {
    display: none;
}

p.h6.active-filter-title {
    display: none;
}

@media only screen and (min-width: 1600px) {


    .container {
        width: 100%;
        max-width: 1561px;
        margin: 0 auto;
    }

    .footeradderssbottom {
        padding-right: 100px;
    }

    .footernewsletter {
        padding-left: 70px;
    }

    .categorygreybg {
        background: linear-gradient(90deg, rgba(255, 255, 255, 1) 29%, rgba(239, 239, 239, 1) 29%);
    }



}



@media only screen and (min-width: 1200px) and (max-width : 1599px) {}



@media only screen and (min-width: 1200px) {

    #js-product-list .js-product.product {
        padding: 0 7px;
    }

    .product-miniature .thumbnail-container {
        margin-bottom: 14px;
    }

    .categorygreybg #js-product-list {
        padding-left: 15px;
    }






}



@media only screen and (min-width: 992px) {
    span.navbar-toggler.collapse-icons .add {
        display: none;
    }

    span.navbar-toggler.collapse-icons .add,
    span.navbar-toggler.collapse-icons .remove {
        cursor: pointer;
    }

    section.facet.clearfix ul.collapse.in {
        max-height: 0px;
    }

    .collapsing {
        height: 0 !important;
        overflow: hidden;
        -webkit-transition-timing-function: unset;
        transition-timing-function: unset;
        -webkit-transition-duration: unset;
        transition-duration: unset;
        -webkit-transition-property: unset;
        transition-property: unset;
    }

}



@media only screen and (min-width: 768px) and (max-width: 991px) {


    .categorygreybg {
        background: linear-gradient(90deg, rgba(255, 255, 255, 1) 33%, rgba(239, 239, 239, 1) 33%);
    }



}



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


    .block-categories {
        display: none;
    }



    .categorygreybg {
        background: #efefef;
    }

    #products .up {
        display: none;
    }

    .pagination .page-list {
        justify-content: center;
    }

    .category-cover {
        display: block;
    }

    .catbgheretop img {
        height: 80px;
        opacity: 0.3;
    }

    .catbodythreesec h1 {
        font-size: 16px;
    }

    .catbodythreesec li span {
        font-size: 10px;
        line-height: normal;
    }

    .catbodythreesec {
        top: 50%;
    }

    #wrapper .breadcrumb img {
        opacity: 1;
    }

    .left-column #js-product-list-top {
        display: block;
        margin-bottom: 0;
    }

    #search_filter_toggler {
        background: transparent;
        padding: 0;
        width: auto !important;
        float: right;
        bottom: 80px;
        position: fixed;
        right: 0;
        z-index: 999;
    }

    .products-selection .sort-by-row {
        margin: 0;
        width: 100%;
        display: inline-block;
    }

    .products-selection .filter-button {
        padding-left: 0;
        padding-right: 0;
    }

    .products-sort-order {
        padding: 0;
        width: 100%;
    }

    .products-sort-order .select-title {
        border: none;
        background: transparent;
        font-size: 14px !important;
        font-family: "Roboto Condensed";
        line-height: 17px;
        font-weight: 400;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .products-sort-order .select-title img {
        float: right;
        margin-top: 5px;
    }

    #left-column {
        padding-top: 0;
    }

    .products-sort-order .dropdown-menu {
        width: 100%;
    }

    .brands-sort .select-list:hover,
    .products-sort-order .select-list:hover,
    .suppliers-sort .select-list:hover {
        background: #FD1B1C;
    }

    #js-product-list {
        padding-top: 0;
    }

    .js-product.product:nth-child(n) {
        padding: 6px 6px 6px 15px;
    }

    .js-product.product:nth-child(2n) {
        padding: 6px 15px 6px 6px;
    }

    .product-miniature .thumbnail-container {
        margin-bottom: 0;
        width: 100%;
    }

    .product-miniature .product-description {
        padding: 0 10px;
    }

    .product-miniature .thumbnail-top {
        padding: 0 10px;
        margin-bottom: 10px;
    }

    .product-miniature .thumbnail-container .product-thumbnail img {
        height: 155px;
        padding-bottom: 10px;
    }

    .productlistbrand a {
        font-size: 12px;
    }

    .product-miniature .product-title a {
        font-size: 13px;
    }

    .availability-list {
        font-size: 10px;
        line-height: 13px;
        color: #000;
        font-weight: 700;
    }

    .product-miniature .product-price-and-shipping {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .product-miniature .product-title {
        text-align: left;
        margin-top: 0;
        margin-bottom: 0;
    }

    .add-to-cart {
        padding: 10px;
        font-size: 12px;
        line-height: 14px;
        letter-spacing: 0.6px;
    }

    .pagination a {
        width: 35px;
        height: 35px;
    }

    .product-miniature .regular-price {
        font-size: 18px;
        line-height: 22px;
    }

    #category #left-column #search_filters_wrapper {
        margin-right: 0;
        margin-left: 0;
        margin-top: 20px;
        width: 100%;
    }

    #left-column {
        padding: 0 15px;
    }

    #category #left-column #search_filters .facet .h6 {
        padding: 15px;
    }

    #category #left-column #search_filters .facet {
        padding-top: 0;
        border-bottom: 1px solid #f6f6f6;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    #category #left-column #search_filters .facet ul li {
        padding: 10px;
    }


    /* FACET */
    div#left-column {
        padding: 0;
    }

    .facet-title-top p {
        margin: 0;
    }

    .facet-title-top {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 15px;
        background: #2fd7c6;
    }

    p.text-uppercase.h6 {
        color: white;
        font-size: 18px;
        font-weight: 600;
    }

    #category #left-column #search_filters .facet {
        padding-top: 0;
        border-bottom: 1px solid #5554544a;
        margin-bottom: 0;
        padding-bottom: 0;
        background: #ececec;
    }

    #category #left-column #search_filters {
        padding: 0;
        margin-bottom: 20px;
        border-top: 1px solid #5554544a;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    #category div#search_filter_controls {
        background: white;
        display: flex;
        position: fixed;
        width: 100%;
        gap: 10px;
        bottom: 0;
        justify-content: center;
        padding: 10px 0;
        box-shadow: 0px -1px 10px #00000021;
        margin: 0 !important;
    }


    #category #left-column #search_filter_controls button {
        border-radius: 5px;
        background: #333333;
        border: unset;
        width: 100%;
        max-width: 170px;
        color: white;
        text-transform: capitalize;
        font-weight: 500;
    }

    #search_filters .facet {
        padding-left: 0;
        padding-right: 0;
    }

    #category #left-column #search_filters .facet ul li {
        padding: 1.25rem;
        border-top: 1px solid #5554544a;
        width: 100%;
    }



    #category #left-column #search_filters .ui-slider-horizontal {
        margin-bottom: 20px;
        width: calc(100% - 15px);
    }

    #category button.btn.btn-tertiary.js-search-filters-clear-all {
        font-size: 16px !important;
        height: 40px;
        text-transform: capitalize;
    }

    .title.hidden-md-up {
        position: relative;
    }

    #category #left-column #search_filters_wrapper {
        margin-right: 0;
        margin-left: 0;
        margin-top: 0 !important;
        width: 100%;
        padding: 0;
        height: 100vh;
        position: fixed;
        top: 0;
        background: #ececec;
        z-index: 999;
    }

    .title.hidden-md-up:before {
        content: '';
        background-image: url(../../img/facet-arrow.svg);
        position: absolute;
        top: 50%;
        right: 15px;
        transform: translateY(-50%) rotate(180deg);
        width: 15px;
        height: 15px;
        transition: 0.3s;
    }

    .title.hidden-md-up[aria-expanded="true"]:before {
        transform: translateY(-50%) rotate(180deg);
    }

    #products .hidden-sm-down {
        display: block !important;
    }

    section#js-active-search-filters {
        display: flex;
        flex-direction: column;
        padding: 0;
        margin: 0;
    }

    p.h6.active-filter-title {
        font-size: 16px !important;
    }

    section.facet.clearfix ul {
        overflow-y: auto;
        max-height: 250px;
        margin: 0;
    }


    .title.hidden-md-up:before {
        transform: translateY(-50%);
    }

    #category #search_filter_toggler.active,
	 #module-ambjolisearch-jolisearch #search_filter_toggler.active{
        background: #FD1B1C;
        border-radius: 24px;
        padding: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 130px;
        height: 42px;
        transition: 0.3s;
    }

    button#search_filter_toggler p {
        margin: 0;
        color: white;
        font-weight: 400;
    }

    button#search_filter_toggler p {
        display: none;
    }

    button#search_filter_toggler.active p {
        display: block;
    }

    /*END  FACET */




}



@media only screen and (min-width: 640px) and (max-width: 767px) {}



@media only screen and (min-width: 480px) and (max-width: 639px) {}



@media only screen and (max-width: 479px) {}