/*FILTER */
    .strip-banner-box-image {
        width: 100%;
        height: auto;
    }
    .filter-upper-row {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 10px;
    }
    .filter-divider-line {
        height: 1px;
        background-color: #363636;
        margin-top: 3px;
        margin-bottom: 3px;
    }
    
    .input-box {
        background-color: transparent;
        font-family: "Mulish", sans-serif;
        color: black;
    }
    .filer-inner-box {
        overflow-y: auto;
        max-height: 200px;
    }
    .filer-inner-box::-webkit-scrollbar {
        background: #575757;
        border-radius: 10px;
        width: 2px;
    }
    .filer-inner-box::-webkit-scrollbar-thumb {
        background: #64d97b;
        border-radius: 10px;
        width: 2px;
    }
    #productcount {
        display: none;
    }

    .all-clear-btn {
        display: none;
    }
    .drop-category {
        font-family: "Mulish", sans-serif;
        border: 1px solid #484848;
        padding: 5px;
        border-radius: 5px;
        background: inherit;
        color: #1b1b1b;
        text-indent: 1px;
        position: relative;
        top: 3px;
        width: 70%;
    }
    /* Style options within the select */
    .drop-category option {
        background-color: #181818;
        color: #fff;
    }
    /* Style the selected option */
    .drop-category:focus {
        border: 1px solid;
        border-color: #484848;
    }
    .sort-box {
        display: flex;
        align-items: center;
        gap: 10px;
    }
    .filter-box {
        display: none;
    }
    .divider-line {
        margin: 3px 14px;
        border-bottom: 1px solid #e0e0e0;
    }
    .view-all-brands-btn {
        border: 1px solid #ffffff;
        background-color: inherit;
        border-radius: 6px;
        padding: 7px 17px 7px 17px;
    }
    .view-all-brands-btn:hover {
        background: linear-gradient(90deg, #5045f3 0%, #62d378 100%);
        border: 1px solid #5045f3;
        box-shadow: 0px 4px 4px 0px #00000040;
    }
    #view-bike-table {
        display: none;
    }
    .table-container {
        overflow-x: auto;
    }
    table td {
        text-align: center;
        border: 1px solid #181818;
        padding: 20px;
    }
    .table-container::-webkit-scrollbar {
        display: none;
    }


/*FAQ*/
    .accordion {
        cursor: pointer;
        transition: 0.4s;
    }
    .accordion .accordion-que[aria-expanded="true"] {
        color: #032349;
    }
    .accordion .accordion-que {
        position: relative;
        display: block;
        text-align: left;
        width: 100%;
        border: none;
        background: none;
        outline: none;
        padding: 12px 0;
        line-height: 25px;
        margin: 0px;
    }
    .margin-right {
        margin-right: 20px;
    }
    .table-container {
        overflow-x: auto;
    }
    .accordion .accordion-que[aria-expanded="true"] + .accordion-content {
        opacity: 1;
        max-height: 300px;
        width: 100%;
        transition: all 200ms linear;
        will-change: opacity, max-height;
    }
    .accordion .accordion-content {
        opacity: 0;
        max-height: 0;
        overflow: hidden;
        transition: opacity 200ms linear, max-height 200ms linear;
        will-change: opacity, max-height;
    }


    /*filter*/
    .open-filter-box {
        display: block !important;
        position: fixed;
        top: 0;
        right: -280px;
        background: #181818;
        width: 280px;
        z-index: 200;
        padding: 0 12px;
        padding-top: 25px;
        height: 100%;
        overflow-y: auto;
        overflow-x: hidden;
        transition: all 0.3s ease;
        transform: translateX(-280px);
        margin-top: 0;
        margin-right: 0;
    }
    /*filter box css*/
    .filter-bt {
        margin: 2px auto;
        text-align: center;
        outline: none;
        float: right;
        border-radius: 50px; 
        border: 1px solid #c2c2c5;
        padding: 7px 13px;
    }

    .filter-box-wrap {
        height: calc(100% - 70px);
        overflow: auto;
        margin-right: -12px;
        padding-right: 12px;
    }
    .search-filter-box {
        position: relative;
    }
    /*cashback*/
    .filer-inner-box ul li {
        list-style: none;
        margin: 0;
        padding: 0;
    }



    .filter-overlay.filter-open {
        display: block;
    }
    .filter-overlay {
        background: #000;
        opacity: 0.8;
        width: 100%;
        height: 100%;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 3;
        display: none;
    }

    #productlist {
        display: none;
    }
    #productlistbefor {
        height: 100px;
    }


    .field {
        padding: 4px;
        border-radius: 7px;
        background-color: #ebebeb;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        position: relative;
    }

    .field .value {
        margin: 5px;
        font-size: 13px;
        color: #294459;
        font-weight: 600;
    }

    .field input {
        flex: 1 1 auto;
    }

    .slider {
        -webkit-appearance: none;
        width: 100%;
        height: 5px;
        background: #d3d3d3;
        outline: none;
        opacity: 0.7;
        -webkit-transition: .2s;
        transition: opacity .2s;
    }

    .gobtn {
        padding: 4px;
        border: 1px solid #b88623;
        background: #b88623;
        border-radius: 7px;
    }

    @media (min-width: 480px) and (max-width: 991px) {
        .filter {
            height: 100%;
            width: 250px;
            position: fixed;
            top: 0;
            right: 0;
            overflow-x: hidden;
            padding-left: 15px;
            padding-right: 15px;
            z-index: 3;
            background-color: #ffffff;
            display: none;
        }
        .filter-box {
            display: block;
        }
    }
    @media (min-width: 320px) and (max-width: 479px) {
        .filter {
            height: 100%;
            width: 250px;
            position: fixed;
            top: 0;
            right: 0;
            overflow-x: hidden;
            padding-left: 10px;
            padding-right: 10px;
            z-index: 3;
            background-color: #ffffff;
            display: none;
        }
        .filter-box {
            display: block;
        }
    }

    
