*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body 
{
    background: #ffffff !important;
}

/* Offcanvas section start */
.firts-nav-offcanvs 
{
    overflow-y: scroll;
    height: 550px;
}
/* Offcanvas section End */


/* Categories Checkbox & Products Section Start */
.router-Para 
{
    color: #f85606;
    font-size: 0.9rem;
    cursor: pointer;
}

.form-check-input 
{
    cursor: pointer;
}

.form-check-input:hover 
{
    border: 1px solid blue;
}

.mini-max-input input
{
    width: 75px;
}

.cheackbox-10 p 
{
    font-size: 0.9rem;
}

.cheackbox-11 .form-check-label 
{
    font-size: 0.75rem;
}

.input-dropdown select
{
    width: 250px;
    cursor: pointer;
}

.card-section 
{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

.card-section .card:hover
{
    background: #ffffff;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.card p 
{
    font-size: 0.8rem;
}

.card i 
{
    font-size: 0.7rem;
    color: #f85606;
}

.star i 
{
    color: #faca51;
}

.part-2 
{
    font-size: 0.7rem;
}
/* Categories Checkbox & Products Section End */



/* Customer Care Section Start */
.customer_care 
{
    background: #f4f4f6;
}
/* Customer Care Section End */