.product-info_main {
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.product-info_main2 {
    display: flex;
    justify-content: space-between;
    gap: 5rem;
    align-items: center;
}

.categories_input {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
}

.categories_input input {
    width: 18px;
    height: 18px;
}

.categories_input input {
    background-color: red !important;
}

.categories_input h5 {
    font-size: 15px;
    font-weight: 400;
    font-family: var(--font-family-Poppins);
    color: var(--secondary);
}




.categories1 h1 {
    font-size: 20px;
    font-weight: 400;
    color: var(--dark);
    font-family: var(--font-family-Poppins);
}

.categories1 h3 {
    font-size: 15px;
    font-weight: 300;
    padding-left: 3px;
}

.categories3 .dropdown {
    position: relative;
    display: inline-block;
}

.dropdown label {
    font-size: 11px;
    color: #555;
    margin-right: 34px;
    top: -27px;
    margin: 11px;
    background-color: white;
    padding: 10px;
}

.dropdown label:hover {
    color: var(--4caf50);
}


.dropdown select {
    font-size: 16px;
    padding: 11px 118px;
    border-radius: 4px;
    background-color: #fff;
    appearance: none;
    cursor: pointer;
    border: 1px solid #ccc;
}

option {
    color: var(--4caf50) !important;
}

.dropdown select:hover {
    border-color: var(--4caf50);
}

.dropdown select:focus {
    outline: none;
    border-color: var(--4caf50);
    box-shadow: 0 5px 10px rgba(48, 192, 35, 0.5);
}



/* .dropdown::after { */
/* content: '\25BC'; */

/* position: absolute; */
/* top: 50%; */
/* right: 10px; */
/* transform: translateY(-50%); */
/* pointer-events: none; */
/* font-size: 12px; */
/* color: #555; */
/* } */

.filter_box_main {
    display: block;
    width: 20%;
    height: auto;
    position: relative;
}

/* .filter_box_main::after {
    content: "";
    border-right: 1px solid #eee;
    right: 0%;
    height: 800px;
    position: absolute;
    top: -1.5%;
} */

.filter_box {
    /* background-color: #e0e0e0; */
    padding: 10px;
}

.filter_box h2 {
    font-size: 15px;
    font-weight: 600;
    line-height: 45px;
    color: black;
    font-family: var(--font-family-Poppins);
}

.filter_check ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    /* margin-block: 20px; */
    line-height: 30px;
}


.filter_box .filter_check input {
    width: 19px;
    height: 19px;
    border: 2px solid #e0e0e0;
    position: relative;
    transition: all 0.1s linear;
}

/* .filter_box .filter_check input:hover {
    margin: 5px;
} */

/* .filter_box .filter_check ul li input:hover:after {
    content: "";
    position: absolute;
    width: 35px;
    height: 35px;
    right: -9.2px;
    bottom: -9.2px;
    border-radius: 50%;
    background-color: rgba(15, 171, 17, 0.2);

} */

.filter_box .filter_check h5 {
    font-size: 15px;
    font-weight: 500;
    color: var(--secondary);

}

.filter_check input[type='checkbox']:checked {
    background-color: var(--backgroundCart);
}

.filter_check input[type='checkbox']:checked:after {
    content: '\2714' !important;
    color: white;
}

.filter_check input[type='checkbox'] {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    width: 20px !important;
    height: 20px !important;
    appearance: none;
    border-radius: 10%;
    box-shadow: none;
}




.filter_check2 ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    /* margin-block: 20px; */
    line-height: 30px;
}


.filter_box .filter_check2 input {
    width: 19px;
    height: 19px;
    border: 2px solid #e0e0e0;
    position: relative;
    transition: all 0.1s linear;
}

/* .filter_box .filter_check2 input:hover {
    margin: 5px;
}

.filter_box .filter_check2 ul li input:hover::after {
    content: "";
    position: absolute;
    width: 38px;
    height: 38px;
    right: -5.2px;
    bottom: -7.2px;
    border-radius: 50%;
    background-color: rgba(15, 171, 17, 0.2);
} */

.filter_box .filter_check2 h5 {
    font-size: 15px;
    font-weight: 500;
    color: var(--secondary);

}

.filter_check2 input[type='checkbox']:checked {
    background-color: var(--backgroundCart);
}

.filter_check2 input[type='checkbox']:checked:before {
    content: '\2714' !important;
    color: white;
}


.filter_check2 input[type='checkbox'] {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    width: 33px !important;
    height: 26px !important;
    appearance: none;
    border-radius: 10%;
    box-shadow: none;
    font-size: 15px;
    line-height: 6px;
}



.categories_filter_main_box {
    display: flex;
    gap: 20px;
}














.outter_card {
    margin-top: 0rem;
}





























@media(max-width:992px) {
    section {
        padding: 10px 2%;
    }

    .product-info_main2 {
        margin-block: 1rem;
        justify-content: end;
    }


    .product-info_main {
        display: block;
    }

    .dropdown select {
        padding: 11px 52px;
    }

    .dropdown label {
        font-size: 9px;
        padding: 9px;
    }

    .categories_input {
        display: none;
    }

    .filter_box_main {
        display: none;
    }

}