.Store_details_New_In_Store .Store_Product_Card .bg_img_holder .prod_img_holder {
    height: 45%;
}

.Store_details_New_In_Store .Store_Product_Card .bg_img_holder .prod_name {
    font-size: 14px;
    bottom: 28px;
    left: 19px;
    width: 50%;
    margin-bottom: 0px;
}

.Store_details_New_In_Store .store_content_div {
    margin-top: 30px;
}

@media (min-width:0px) and (max-width:575px) {
    .Store_details_New_In_Store .Store_Product_Card .bg_img_holder .prod_img_holder {
        /* height: 60px !important; */
        top: 20px;
    }

    .Store_details_New_In_Store .Store_Product_Card .bg_img_holder .prod_name {
        font-size: 12px;
        /* bottom: 0px; */
    }
}

@media (min-width: 575px) and (max-width:767.98px) {
    .Store_details_New_In_Store .Store_Product_Card .bg_img_holder .prod_img_holder {
        /* height: 80px !important; */
        top: 20px;
    }

    .Store_details_New_In_Store .Store_Product_Card .bg_img_holder .prod_name {
        font-size: 13px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .Store_details_New_In_Store .Store_Product_Card .bg_img_holder .prod_img_holder {
        /* height: 90px !important; */
    }

    .Store_details_New_In_Store .Store_Product_Card .bg_img_holder .prod_name {
        font-size: 14px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .Store_details_New_In_Store .Store_Product_Card .bg_img_holder .prod_img_holder {
        /* height: 90px !important; */
    }

    .Store_details_New_In_Store .Store_Product_Card .bg_img_holder .prod_name {
        font-size: 13px;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .Store_details_New_In_Store .Store_Product_Card .bg_img_holder .prod_img_holder {
        /* height: 100px; */
    }

    .Store_details_New_In_Store .Store_Product_Card .bg_img_holder .prod_name {
        font-size: 13px;
    }
}