/* Styling for the discount filter tabs */
#discount-tabs {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
  /*  justify-content: center; /* Center the tabs */
    background-color: #fff; /* Light background */
    border-radius: 5px;
    margin-bottom: 10px;
}

#discount-tabs .tab {
    padding: 12px 24px;
    cursor: pointer;
    background-color: #ffffff;
    /* border: 1px solid #ccc; */
    margin-right: 10px;
    /* border-radius: 5px; */
    /* transition: background-color 0.3sease; */
    /* font-weight: bold; */
    /* color: #333; */
    float: none;
    display: inline-block;
    /* background-color: rgba(0, 0, 0, 0); */
    color: #848494;
    padding: 5px 12px;
    border: 3px double #e4e4e4;
    font-size: 12px;
    line-height: 1.5;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    text-transform: none;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 1px;
    font-weight: 700;
}

#discount-tabs .tab.active {
    background-color: #0073aa; /* Blue background when active */
    color: white;
}

#discount-tabs .tab:hover {
    background-color: #d0d0d0; /* Slightly darker gray on hover */
}

/* Responsive styles for mobile */
@media (max-width: 768px) {
    #discount-tabs {
        flex-direction: column; /* Stack tabs vertically on mobile */
        align-items: center; /* Center tabs on mobile */
    }

    #discount-tabs .tab {
        width: 100%; /* Make tabs take up full width */
        margin-bottom: 10px; /* Space between each tab */
        text-align: center; /* Center text inside the tabs */
    }

    #discount-tabs .tab:last-child {
        margin-bottom: 0; /* Remove bottom margin for the last tab */
    }
}


/* Styling for the discount filter tabs */
#price-tabs {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
   /* justify-content: center; /* Center the tabs */
    background-color: #fff; /* Light background */
    border-radius: 5px;
    margin-bottom: 20px;
}

#price-tabs .tab {
    padding: 12px 24px;
    cursor: pointer;
    background-color: #ffffff;
    /* border: 1px solid #ccc; */
    margin-right: 10px;
    /* border-radius: 5px; */
    /* transition: background-color 0.3sease; */
    /* font-weight: bold; */
    /* color: #333; */
    float: none;
    display: inline-block;
    /* background-color: rgba(0, 0, 0, 0); */
    color: #848494;
    padding: 5px 12px;
    border: 3px double #e4e4e4;
    font-size: 12px;
    line-height: 1.5;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    text-transform: none;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 1px;
    font-weight: 700;
}

#price-tabs .tab.active {
    background-color: #0073aa; /* Blue background when active */
    color: white;
}

#price-tabs .tab:hover {
    background-color: #d0d0d0; /* Slightly darker gray on hover */
}

/* Responsive styles for mobile */
@media (max-width: 768px) {
    #price-tabs {
        flex-direction: column; /* Stack tabs vertically on mobile */
        align-items: center; /* Center tabs on mobile */
    }

    #price-tabs .tab {
        width: 100%; /* Make tabs take up full width */
        margin-bottom: 10px; /* Space between each tab */
        text-align: center; /* Center text inside the tabs */
    }

    #price-tabs .tab:last-child {
        margin-bottom: 0; /* Remove bottom margin for the last tab */
    }
}

/* Styling for the discount filter tabs */
#brand-tabs {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
   
    background-color: #fff; /* Light background */
    border-radius: 5px;
    margin-bottom: 10px;
}

#brand-tabs .tab {
    padding: 12px 24px;
    cursor: pointer;
    background-color: #ffffff;
    /* border: 1px solid #ccc; */
    margin-right: 10px;
	
    /* border-radius: 5px; */
    /* transition: background-color 0.3sease; */
    /* font-weight: bold; */
    /* color: #333; */
    float: none;
    display: inline-block;
    /* background-color: rgba(0, 0, 0, 0); */
    color: #848494;
    padding: 5px 12px;
    border: 3px double #e4e4e4;
    font-size: 12px;
    line-height: 1.5;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    text-transform: none;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 1px;
    font-weight: 700;
}

#brand-tabs .tab.active {
    background-color: #0073aa; /* Blue background when active */
    color: white;
}

#brand-tabs .tab:hover {
    background-color: #d0d0d0; /* Slightly darker gray on hover */
}

/* Responsive styles for mobile */
@media (max-width: 768px) {
    #brand-tabs {
        flex-direction: column; /* Stack tabs vertically on mobile */
        align-items: center; /* Center tabs on mobile */
    }

    #brand-tabs .tab {
        width: 100%; /* Make tabs take up full width */
        margin-bottom: 10px; /* Space between each tab */
        text-align: center; /* Center text inside the tabs */
    }

    #brand-tabs .tab:last-child {
        margin-bottom: 0; /* Remove bottom margin for the last tab */
    }
}