.left-filters {
    position: sticky;
    top: 0;
    width: 282px;
    padding: 8px 0 15px 0;
    text-align: left;
    overflow: auto;
    z-index: 10;
    transition: all .25s;
    background-color: #ffffff;
    padding-right: 5px;
    transition: all 0.4s ease-in-out;
    height: 90vh;
}

.product-list {
    position: relative;
    width: 100%;
    max-width: 100%;
}

.product-list h1 {
    font-size: 32px;
    margin-bottom: 0px;
    color: var(--bs-secondary);
    margin-bottom: 15px;
}

.sorting-list {
    display: flex;
}

.sorting-list .label-list {
    display: flex;
    font-family: var(--bs-font-sans-serif);
    margin-top: auto;
    margin-bottom: auto;
    font-size: 16px;
}

.sorting-list .label-list span {
    padding-left: 10px;
    opacity: 0.8;
    padding-right: 15px;
}

.sorting-list .form-select {
    display: block;
    width: 100%;
    padding: 5px 36px 5px 10px;
    font-size: 15px;
}

.product-list .col-card-list {
    flex: 0 0 auto;
    width: 20%;
}

.product-list .pagination {
    margin-bottom: 30px;
    margin-top: 30px;
}

.left-filters .accordion-item,
.left-filters .accordion-item:first-of-type .accordion-button,
.left-filters .accordion-item:last-of-type {
    border-radius: 0 !important;
}

.left-filters .accordion-button {
    padding: 12px 0px 12px 0px;
    color: #808080;
    letter-spacing: 1px;
}

.left-filters .accordion-button:focus {
    box-shadow: none;
}

.left-filters .accordion-item {
    border: none;
    border-bottom: solid 1px #ECECEC;
}

.left-filters .accordion-button:not(.collapsed) {
    background-color: #fff;
    box-shadow: none;
    color: var(--bs-secondary);
}

.left-filters .accordion-body {
    border-top: solid 1px #ECECEC;
    padding: 5px 0 5px 0px;
}

.left-filters .accordion-body .form-check {
    margin: 8px 0;
}

.left-filters .accordion-button::after {
    opacity: 0.3;
}

.left-filters .accordion-button:not(.collapsed)::after {
    opacity: 1;
    filter: grayscale(1);
}

.left-filters .form-check-label {
    width: 100%;
}

.left-filters .form-check-label span {
    color: #fff;
    font-family: var(--bs-font-sans-serif);
    float: right;
    background-color: var(--bs-secondary);
    font-size: 11px;
    line-height: 1;
    padding: 3px 4px;
}

.price-range {
    padding: 40px 15px 40px 15px;
}

.price-range .price-range-value {
    padding-top: 47px;
    padding-bottom: 20px;
}

.price-range .price-range-value .col-6 {
    padding-left: 5px;
    padding-right: 5px;
}

.price-range .price-range-value .col-6 .input-group-text {
    background-color: transparent;
    padding: 0;
    padding-right: 5px;
    border: none;
}

.price-range .price-range-value .col-6 .form-control {
    font-size: 14px;
    height: 33px;
    padding: 4px;
}

.price-range .noUi-horizontal {
    height: 6px;
    border: none;
    background-color: #DFDFE0;
}

.price-range .noUi-horizontal .noUi-connect {
    background-color: var(--bs-primary);
    border-radius: 2px;
    box-shadow: none;
}

.price-range .noUi-horizontal .noUi-background {
    background-color: #DFDFE0;
    box-shadow: none;
}

.price-range .noUi-horizontal .noUi-marker-horizontal.noUi-marker {
    margin-left: -1px;
    width: 1px;
    height: 5px;
    height: 9px;
    background-color: #cfcfcf;
}

.price-range .noUi-horizontal .noUi-value {
    font-size: 12px;
    padding-top: 8px;
}

.price-range .noUi-horizontal .noUi-handle {
    top: 50%;
    width: 22px;
    height: 22px;
    margin-top: -11px;
    border: solid 2px #fff;
    border-radius: 50%;
    box-shadow: none;
    background-color: var(--bs-secondary);
}

.price-range .noUi-horizontal .noUi-handle::after,
.price-range .noUi-horizontal .noUi-handle:before {
    display: none;
}

.price-range .noUi-horizontal .noUi-tooltip {
    padding: 3px 5px;
    border: 0;
    background-color: var(--bs-primary);
    color: var(--bs-secondary);
    font-size: 11px;
    line-height: 1;
    border-radius: 3px;
    width: auto;
    top: -23px;
    left: 0;
    font-family: var(--bs-font-sans-serif);
    transition: all .1s;
}

.price-range .noUi-handle:hover .noUi-tooltip {
    background-color: var(--bs-secondary);
    color: #fff;
    transition: all .1s;
}

.price-range .noUi-handle-upper:hover .noUi-tooltip {
    background-color: var(--bs-secondary);
    color: #fff;
    transition: all .1s;
}

.btn-filter,
.btn-filter:hover,
.btn-filter:focus {
    border: 1px solid var(--bs-secondary) !important;
    background-color: var(--bs-secondary) !important;
    color: #fff !important;
}

.btn-filter {
    display: none;
    position: absolute;
    top: 10px;
    right: 15px;
    cursor: pointer;
    padding: 5px 10px;
    z-index: 3;
}

.btn-filter span {
    margin-top: 2px;
    display: inline-block;
}

.btn-filter .icon-filter {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    fill: currentColor;
    margin-right: 8px;
    color: var(--bs-primary);
}

.btn-filter .icon-filter path {
    fill: none !important;
    stroke-width: 4px;
    stroke: currentColor !important;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.side-navbar {
    width: 350px;
    margin-left: -350px;
    height: 100%;
    position: fixed;
    background-color: #fff;
    transition: 0.45s;
    z-index: 100;
}

.active-nav {
    margin-left: 0;
}

.RefineBy {
    padding-bottom: 15px;
    padding-left: 0px;
    font-family: var(--bs-font-sans-serif);
    border-bottom: solid 1px #ECECEC;
}

.RefineBy .alert {
    padding: 4px 25px 4px 6px;
    text-transform: uppercase;
    font-size: 11px;
    font-family: var(--bs-font-sans-serif);
    letter-spacing: 2px;
    border-radius: var(--border-radius);
    background-color: #f6f6f6;
    line-height: 1;
    margin-top: 8px;
    margin-bottom: 0;
}

.RefineBy .alert .btn-close {
    position: absolute;
    right: 5px;
    top: 1px;
    box-shadow: none;
    font-size: 10px;
}

.RefineBy .btn-refine {
    padding: 4px 6px;
    background-color: var(--bs-secondary);
    color: #fff;
    font-size: 12px;
    opacity: 0.75;
}

.RefineBy .btn-refine:hover {
    background-color: var(--bs-secondary);
    color: #fff;
    opacity: 1;
}

.editor-content {
    margin-top: 15px;
    margin-bottom: 30px;
}

.set-filters-sm {
    padding-right: 0;
}

/* .s-down .left-filters { 
    top: 74px;
    transition: all 0.4s ease-in-out;
} */
.filters-header-sm .title {
    font-family: var(--bs-font-sans-serif);
    letter-spacing: 1px;
    margin: 0;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 18px;
    color: var(--bs-secondary);
}

.filters-header-sm .btn-close {
    display: none;
}

.pr-list-faq {
    padding-bottom: 20px;
}

.pr-list-faq .accordion-button {
    background-color: #f6f6f6;
    border-radius: var(--border-radius) !important;
    text-transform: uppercase;
    color: var(--bs-secondary);
    font-weight: 500;
    font-size: 20px;
    padding: 10px 15px;
    letter-spacing: 0.5px;
}

.pr-list-faq .accordion-button::after {
    filter: grayscale(1)
}

.pr-list-faq .accordion-button:focus {
    box-shadow: none;
}

.pr-list-faq .accordion-item {
    border: none;
    border-bottom: none;
    margin-bottom: 12px;
    margin-top: 12px;
}

.pr-list-faq .accordion-button:not(.collapsed) {
    background-color: #f6f6f6;
    box-shadow: none;
    color: var(--bs-secondary);
}

.pr-list-faq .accordion-body {
    border-top: solid 1px #f6f6f6;
    padding: 10px 0;
    color: rgba(0, 0, 0, 0.65);
}

.listStyle {
    padding-top: 10px;
}

.listStyle ul {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-left: 45px;
}

.listStyle ul li {
    position: relative;
    font-size: 16px;
    margin-bottom: 15px;
}

.listStyle ul li:before {

    left: -40px;
    top: 12px;
    height: 1px;
    width: 22px;
    background: var(--bs-secondary);
    position: absolute;
    content: "";
    background-color: #E1001E;
}

.pr-list-heading {
    font-size: 28px;
}


@media (max-width:1680px) {
    .product-list .col-card-list {
        width: 25%;
    }

}

@media (max-width:1440px) {
    .product-list h1 {
        font-size: 28px;
    }

    .sorting-list .label-list {
        font-size: 14px;
    }

    .sorting-list .label-list span {
        padding-left: 5px;
    }

}

@media (max-width:1366px) {
    .product-list .col-card-list {
        width: 33%;
    }
}

@media (max-width:1024px) {
    .left-filters {
        width: 245px;
    }

    .product-list {
        position: relative;
        padding-left: 10px;
        padding-right: 10px;
    }

    .product-list h1 {
        font-size: 26px;
    }

    .pr-list-faq .accordion-button {
        font-size: 20px;
    }

    .pr-list-heading {
        font-size: 25px;
    }
}

@media (max-width:991px) {
    .product-list {
        position: relative;
        padding-left: 15px;
        padding-right: 15px;
    }

    .sorting-list {
        margin-right: 110px;
    }

    .btn-filter {
        display: block;
    }

    .offcanvas .left-filters {
        position: relative;
        bottom: auto;
        left: auto;
        top: auto;
        width: 100%;
        overflow: visible;
        padding: 0;
    }

    .offcanvas .left-filters .RefineBy {
        padding-left: 0;
    }

    .offcanvas .left-filters .accordion-button,
    .offcanvas .left-filters .accordion-body {
        padding-left: 0;
        padding-right: 0;
    }

    .offcanvas .offcanvas-header {
        border-bottom: solid 1px #ECECEC;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-bottom: 15px;
    }

    .btn-filter {
        top: 0;
    }

    .set-filters-sm {
        position: fixed;
        top: 0;
        left: -100%;
        width: 300px;
        z-index: 1300;
        padding: 0 0;
        height: 100vh;
        background-color: #fff;
        -webkit-transition: 450ms cubic-bezier(0.23, 1, 0.32, 1) !important;
        -moz-transition: 450ms cubic-bezier(0.23, 1, 0.32, 1) !important;
        transition: 450ms cubic-bezier(0.23, 1, 0.32, 1) !important;
    }

    .set-filters-sm .left-filters {
        width: 100%;
        height: calc(100vh - 48px);
        padding-right: 15px;
        padding-left: 15px;
        -webkit-overflow-scrolling: touch;
    }

    .RefineBy {
        padding-left: 0;
    }

    .left-filters .accordion-button,
    .left-filters .accordion-body {
        padding: 12px 0 12px 0px;
    }

    .filters-header-sm {
        border-bottom: solid 1px #ECECEC;
        display: flex;
        justify-content: space-between;
        padding: 10px;
    }

    .activ-filter {
        left: 0;
        -webkit-transition: 450ms cubic-bezier(0.23, 1, 0.32, 1) !important;
        -moz-transition: 450ms cubic-bezier(0.23, 1, 0.32, 1) !important;
        transition: 450ms cubic-bezier(0.23, 1, 0.32, 1) !important;
        box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.5);
    }

    .filters-header-sm .btn-close {
        display: block;
    }

    .pr-list-faq .accordion-button {
        font-size: 18px;
    }
}

@media (max-width:767px) {
    .product-list .col-card-list {
        width: 50%;
    }

    .btn-filter .icon-filter {
        margin-right: 4px;
    }

    .sorting-list {
        margin-right: 100px;
    }

    .btn-filter {
        padding: 5px 8px;
    }

    .pr-list-faq .accordion-body,
    .pr-list-faq .accordion-body p {
        font-size: 14px;
    }

    .pr-list-faq .accordion-button {
        font-size: 16px;
        padding: 8px 10px;
    }

    .product-detai .accordion-button::after {
        width: 1rem;
        height: 1rem;
        background-size: 1rem;
    }

    .listStyle ul li {
        font-size: 14px;
    }
}

@media (max-width:480px) {
    .product-list h1 {
        font-size: 24px;
    }

    .sorting-list {
        margin-bottom: 15px;
        margin-right: 0;
    }

    .btn-filter {
        padding: 3px 6px;
        font-size: 13px;
        top: 0;
    }

    .set-filters-sm {
        width: 100%;
    }

    .activ-filter {
        box-shadow: none;
    }

    .pr-list-faq .accordion-button {
        font-size: 14px;
    }

    .listStyle ul {
        padding-left: 35px;
    }

    .listStyle ul li:before {
        left: -35px;
        top: 10px;
        width: 18px;
    }

    .pr-list-heading {
        font-size: 22px;
    }

    .pr-list-faq {
        margin-bottom: 8px;
    }
}

@media (max-width:425px) {
    .product-list .gy-3 {
        --bs-gutter-y: 8px !important;
    }

    .product-list .gx-3 {
        --bs-gutter-x: 8px !important;
    }

    .product-list h1 {
        font-size: 22px;
    }

    .offcanvas.offcanvas-start {
        width: 100%;
    }
}

@media (max-width:320px) {
    .product-list .col-card-list {
        width: 100%;
    }

    .pr-list-heading {
        font-size: 20px;
    }
}