/* add to cart css start here */
.add_to_cart {
    grid-template-columns: 60% 35%;
    gap: 3rem;
}

.cart_product_img {
    width: 50rem;
    height: 32rem;
}
/* add to cart css end here */

/* @media (max-width: 1549.98px) {
    .add_to_cart {
        grid-template-columns: 100%;
    }
} */
 
@media (max-width: 767.98px) {
    .cart_product_img {
        width: 100%;
        height: auto;
    }
}

@media (max-width: 575.98px) {
    .cart_product_detials {
        flex-direction: column;
        border: 1px solid #363636;
        padding: 2rem;
    }
}
