@media (min-width: 767px) {
    .product-sidebar{
        max-width: 210px;
        padding: 0;
    }
    .product-sidebar + .product-list{
        width:75%;
        width: calc(100% - 210px);
        padding-left:30px;
    }
}
.product-sidebar .headingfilter {
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 11px;
    margin-bottom: 20px;
    font-size: 2rem;
}
.headingfilter span {
    font-weight: 800;
    text-transform: uppercase;
    line-height: 28px;
    color: var(--color-heading);
    margin-left: 10px;
}
.sidebarBlock-heading {
    text-align: right;
    margin-bottom: 10px;
}
.sidebarBlock-heading .facets__clear-all {
    font-size: 14px;
    color: #3c3c3c;
    text-transform: capitalize;
    text-decoration: underline;
    text-underline-offset: .3rem;
}
.sidebarBlock-heading .facets__clear-all:hover{
    color:var(--theme-color-primary);
}
.filter-title{
    font-family: var(--sidebar-heading-font);
    font-size: 14px;
    font-weight: 700;
    color: #232323;
    text-transform: uppercase;
    border-bottom: 1px solid #787878;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
.product-sidebar .nm-item-label {
    display: flex;
    position: relative;
    margin: 0 0 8px;
    line-height: 20px;
}
.nm-filter-list{
    max-height: 250px;
    overflow-y: auto;
}
.nm-item-label .nm-input-container {
    cursor: pointer;
    position: relative;
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 1px solid #e6e6e6;
    -webkit-border-radius: 0%;
    border-radius: 0%;
    vertical-align: middle;
}
.nm-item-label input[type="checkbox"] {
    display: none;
    margin: 0;
    width: inherit;
    height: inherit;
}
.nm-radiolist-label > .nm-input-container::after{
    opacity: 0;
    content: '';
    position: absolute;
    left: 20%;
    top: 20%;
    height: 60%;
    width: 60%;
    border-radius: 0%;
    background: #000;
}
.nm-radiolist-label:hover > .nm-input-container::after, .nm-radiolist-label > .nm-input-container.selected::after{
    opacity: 1;
}
.nm-item-label .nm-title-container {
    /* cursor: pointer; */
    font-size: 15px;
    position: relative;
    display: inline-block;
    padding-right: 10px;
    padding-left: 10px;
    line-height: inherit;
    vertical-align: middle;
}
.color-outer{
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    margin: 0 10px 0 0;
    position: relative;
    font-size: 0;
    width: 21px;
    height: 21px;
    border: 1px solid #cbcbcb;
      border-top-color: rgb(203, 203, 203);
      border-right-color: rgb(203, 203, 203);
      border-bottom-color: rgb(203, 203, 203);
      border-left-color: rgb(203, 203, 203);
    background: transparent;
    padding: 0;
    opacity: 1;
}
.nm-item-label.nm-color-label .color-outer.selected,
.nm-item-label.nm-color-label:hover .color-outer{
    border-color: #232323;
    padding: 1px;
}
.color-swatch {
    display: inline-block;
    width: 17px;
    height: 17px;
    border-radius: 0%;
    position: absolute;
    top:1px;
    left:1px;
}
.form-check-label {
    opacity: 1;
    transition: opacity 0.3s;
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
    cursor: pointer;
    width: 100%;
}
.form-check-label.disabled {
    opacity: 0.2;
    pointer-events: none;
}
.range-values{
    font-size: 15px;
}
/* .product-sidebar .noUi-horizontal{
    height: 12px;
} */
.product-sidebar .noUi-connect{
    background: var(--theme-color-default);
}
.toolbar label {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .02em;
    line-height: 22px;
    text-transform: uppercase;
    text-align: left;
    color: #232323;
    margin: 0 15px 0 0;
}
.toolbar select{
    font-size: 12px;
    font-weight: 500;
}

.product-list .card-title{
    min-height: 60px;
    font-size: 1.4rem;
    font-family: var(--font-family-primary);
    font-weight: 500;
    margin-bottom: 5px;
    position: relative;
}
.product-list .card-title::before {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -3px;
    left: 0;
    background-color: #fd7304;
    visibility: hidden;
    -webkit-transition: all .5s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.product-list .card:hover .card-title::before {
    visibility: visible;
    width: 100%;
}
.nm-note-item {
    color: #222;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
    position: relative;
    padding: 4px 8px 4px 18px;
    margin-right: 8px;
    margin-bottom: 2px;
    text-align: center;
    display: inline-block;
    line-height: 1.2;
    background-color: #f2f2f2;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
}
.nm-note-item:hover {
    background-color: #e5e5e5;
}
.nm-remove-filter {
    display: inline-block;
    position: relative;
    padding: 0;
    line-height: inherit;
}
.nm-icon-remove {
    position: relative;
    margin-right: 6px;
}
.nm-icon-remove::after, .nm-icon-remove::before {
    content: " ";
    width: 10px;
    height: 2px;
    position: absolute;
    right: 0;
    top: 47.5%;
    display: inline-block;
    background-color: #222;
}
.nm-icon-remove::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.nm-icon-remove::after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}
.nm-note-item:hover .nm-icon-remove::after, .nm-note-item:hover .nm-icon-remove::before {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.nm-note-item .nm-icon-remove::after, .nm-note-item .nm-icon-remove::before, .product-list .card{
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.product-list .card:hover{
    box-shadow: 0px 3px 5px #00000029;
}

.productGrid[data-columns="1"] .col-md-3 { flex: 0 0 100%; max-width: 100%; }
.productGrid[data-columns="2"] .col-md-3 { flex: 0 0 50%; max-width: 50%; }
.productGrid[data-columns="3"] .col-md-3 { flex: 0 0 33.3333%; max-width: 33.3333%; }
.productGrid[data-columns="4"] .col-md-3 { flex: 0 0 25%; max-width: 25%; }
.toolbar-viewAs .view-icon {
    position: relative;
    cursor: pointer;
    border: none;
    display: inline-block;
    vertical-align: middle;
    width: 26px;
    height: 26px;
    padding: 3px;
}
.toolbar-viewAs .view-icon::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    background-color: gray;
}
.toolbar-viewAs .view-icon::before {
    width: 4px;
    height: 18px;
}
.toolbar-viewAs .view-icon.icon-list::before {
    width: 18px;
    height: 4px;
    box-shadow: 0 7px gray,0 14px gray;
}
.toolbar-viewAs .view-icon.grid-2::before {
    box-shadow: 7px 0 gray;
}
.toolbar-viewAs .view-icon.grid-3::before {
    box-shadow: 7px 0 gray,14px 0 gray;
}
.toolbar-viewAs .view-icon.grid-4::before {
    box-shadow: 7px 0 gray,14px 0 gray,21px 0 gray;
}
.toolbar-viewAs .view-icon.selected::before {
    background-color: var(--theme-color-default);
}
.toolbar-viewAs .view-icon.icon-list.selected::before {
    box-shadow: 0 7px var(--theme-color-default),0 14px var(--theme-color-default);
}
.toolbar-viewAs .view-icon.grid-2.selected::before {
    box-shadow: 7px 0 var(--theme-color-default);
}
.toolbar-viewAs .view-icon.grid-3.selected::before {
    box-shadow: 7px 0 var(--theme-color-default),14px 0 var(--theme-color-default);
}
.toolbar-viewAs .view-icon.grid-4.selected::before {
    box-shadow: 7px 0 var(--theme-color-default),14px 0 var(--theme-color-default),21px 0 var(--theme-color-default);
}
.product-list .card-img{
    margin: auto;
    max-width: 250px;
}
.product-list .card-body{
    text-align: center;
}
.product-list .card-body .price{
    color:#3197a6;
    font-weight: 900;
    font-size: 16px;
}
.product-list .card-body .price .price-new{
    font-weight: 900;
}
.product-list .card .group-buttons {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%);
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
    overflow: hidden;
    border-radius: 3px;
}
.product-list .card:hover .group-buttons{
    visibility: visible;
    opacity: 1;
}
.product-list .card .group-buttons button{
    padding: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: var(--color-product-icon);
    background: var(--bg-product-icon);
    font-size: 14px;
    border-radius: 0;
    text-align: center;
    cursor: pointer;
    display: block;
    position: relative;
    border: none;
    transition: all .5s;
}
.product-list .card .group-buttons button.js-add-cart{
    transform: translate(-25px);
}
.product-list .card .group-buttons button.js-add-wishlist{
    transform: translate(25px);
}
.product-list .card:hover .group-buttons button.js-add-cart,
.product-list .card:hover .group-buttons button.js-add-wishlist{
    transform: translateY(0);
    color: #fff;
}

@media (max-width: 767px) {
    .hide-on-mobile {
        display: none !important;
    }
    .toolbar-limit{
        display: none;
    }
    .toolbar-sort select{
        width: 100px !important;
    }
}
.pagination .page-item .page-link{
    font-size: 18px;
    font-weight: 500;
    color: var(--theme-color-default);
    padding: 7px 15px;
    line-height: 22px;
}
.pagination .page-item.disabled .page-link{
    color: rgba(33, 37, 41, 0.75);
    background-color: #e9ecef;
    border-color: #dee2e6;
}
.pagination .active > .page-link {
    color: #fff;
    background-color: var(--theme-color-primary);
    border-color: var(--theme-color-primary);
}
.pagination .page-item:not(.disabled,.active) .page-link:hover{
    color: #fff;
    background-color: var(--color_button);
    border-color: var(--color_button);
}

.noUi-horizontal {
    height: 8px;
}
.noUi-horizontal .noUi-handle{
    cursor: pointer;
    width: 20px;
    height: 20px;
    right: -8px;
    top: -8px;
    border-radius: 50%;
}
.noUi-handle::after, .noUi-handle::before {
    height: 10px;
    left: 11px;
    top: 4px;
}
.noUi-handle::after {
    left: 7px;
}
.bg_bread{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #76957e;
    min-height: 120px;
}

.mobile-sidebar-header {
    display: none;
    position: relative;
}
#toggleSidebar {
    font-size: 30px;
    padding: 0px 8px;
    border: none;
    cursor: pointer;
    position: absolute;
    z-index: 1;
    top: 3px;
    left: 0;
    background: none;
}
#closeSidebar{
    display: none;
}

@media (max-width: 767px) {
    .toolbar{
        padding-left: 50px;
    }
    .mobile-sidebar-header {
        display: block;
    }
    .mobile-sidebar-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.4);
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s ease;
        z-index: 9999;
    }
    .mobile-sidebar-overlay.active {
        opacity: 1;
        visibility: visible;
    }
    .product-sidebar{
        border-right: none;
        box-shadow: none;
        position: fixed;
        top: 0;
        left: -350px;
        width: 350px;
        height: 100%;
        background: #fff;
        transition: transform 0.3s ease;
        z-index: 10000;
        padding: 30px 20px;
        overflow: auto;
    }
    .product-sidebar.active {
        transform: translateX(350px);
    }
    #closeSidebar.close-btn {
        display: block;
        background: none;
        border: none;
        font-size: 24px;
        position: absolute;
        top: 0px;
        right: 5px;
        cursor: pointer;
        z-index: 100;
    }
    .product-list .toolbar > .d-flex{
        width: 100%;
    }
    .pagination-container.d-flex{
        display: block !important;
    }
    .pagination-summery{
        display: block;
        margin-top: 5px;
    }
    .active-filter-list{
        padding-left: 50px;
    }
}