.Store_Details {
    margin: 40px 0px 5%;
}

.Store_Details .two_content_holder {
    display: flex;
    align-items: flex-start;
}

.Store_Details .two_content_holder .cat_div {}

.Store_Details .two_content_holder .top_div {}

.Store_Details .two_content_holder .top_div .store_details_div {
    position: relative;
       border-radius: 10px;
}

.Store_Details .two_content_holder .top_div .store_details_div .img_div {
    width: 100%;
    height: 100%;
    aspect-ratio: 1/0.6;
       border-radius: 10px;
}

.Store_Details .two_content_holder .top_div .store_details_div .img_div .store_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.Store_Details .two_content_holder .top_div .store_details_div .white_card {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px -10px 20px #000000A8;
    width: 80%;
    position: absolute;
    bottom: -40px;
    border-radius: 9px;
    left: 50%;
    transform: translate(-50%, 0px);
    padding: 10px;
}

.Store_Details .two_content_holder .top_div .store_details_div .white_card .top_content_div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 13px;
}

.Store_Details .two_content_holder .top_div .store_details_div .white_card .top_content_div .title_text {
    color: #000000;
    font-size: 20px;
    margin-bottom: 0px;
    font-weight: 500;
}

.Store_Details .two_content_holder .top_div .store_details_div .white_card .top_content_div .all_icons_holder {
    display: flex;
    align-items: center;
}

.Store_Details .two_content_holder .top_div .store_details_div .white_card .top_content_div .all_icons_holder .icon_holder {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #DF4223;
    opacity: 0.73;
    width: 32px;
    height: 32px;
    aspect-ratio: 1/1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-right: 10px;
}

.Store_Details .two_content_holder .top_div .store_details_div .white_card .top_content_div .all_icons_holder .icon_holder .inner_icon {
    color: #DF4223;
    font-size: 14px;
}

.Store_Details .two_content_holder .top_div .store_details_div .white_card .review_div {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.Store_Details .two_content_holder .top_div .store_details_div .white_card .review_div .rate_text {
    color: #202020;
    font-size: 16px;
    margin-right: 10px;
    margin-bottom: 0px;
}

.Store_Details .two_content_holder .top_div .store_details_div .white_card .review_div .rate_text .icon_class {
    color: #FF8C28;
    font-size: 16px;
    margin-right: 8px;
}

.Store_Details .two_content_holder .top_div .store_details_div .white_card .review_div .review_text {
    color: #6D6D6D;
    font-size: 13px;
    margin-bottom: 0px;
}

.Store_Details .two_content_holder .top_div .store_details_div .white_card .bottom_divs {
    display: flex;
    align-items: center;
    width: 100%;
}

.Store_Details .two_content_holder .top_div .store_details_div .white_card .bottom_divs .common_div {}

.Store_Details .two_content_holder .top_div .store_details_div .white_card .bottom_divs .common_div.div1 {
    width: 26%;
}

.Store_Details .two_content_holder .top_div .store_details_div .white_card .bottom_divs .common_div.div2 {
    width: 38%;
    border-right: 2px solid #707070;
    border-left: 2px solid #707070;
}

.Store_Details .two_content_holder .top_div .store_details_div .white_card .bottom_divs .common_div.div3 {
    width: 36%;
}

.Store_Details .two_content_holder .top_div .store_details_div .white_card .bottom_divs .common_div.div2 .inner_text {
    text-align: center;
}

.Store_Details .two_content_holder .top_div .store_details_div .white_card .bottom_divs .common_div.div3 .inner_text {
    text-align: end;
}


.Store_Details .two_content_holder .top_div .store_details_div .white_card .bottom_divs .common_div.div2 .inner_text {
    text-align: center;
}

.Store_Details .two_content_holder .top_div .store_details_div .white_card .bottom_divs .common_div .inner_text {
    color: #6D6D6D;
    font-size: 13px;
    margin-bottom: 0px;
}


.Store_Details .two_content_holder .details_div {
    width: 92%;
}

.Store_Details .two_content_holder .common_swiper .swiper-wrapper {
    padding: 0px;
}

.Store_Details .two_content_holder .details_div .more_prods_div {
    margin-top: 80px;
}



@media (min-width: 0px) and (max-width: 575px) {

    .Store_Details .two_content_holder .details_div .more_prods_div {
        margin-top: 50px;
    }


    .Store_Details .two_content_holder .details_div {
        width: 100%;
    }

    .Store_Details .two_content_holder .details_div .main_swiper_div {
        margin-top: 80px;
    }

    .Store_Details .two_content_holder .top_div .store_details_div .white_card {
        width: 96%;
    }

    .Store_Details .two_content_holder .top_div .store_details_div .white_card .top_content_div .all_icons_holder .icon_holder {
        width: 28px;
        height: 28px;
    }

    .Store_Details .two_content_holder .top_div .store_details_div .white_card .top_content_div .all_icons_holder .icon_holder .inner_icon {
        font-size: 12px;
    }

    .Store_Details .two_content_holder .top_div .store_details_div .white_card .review_div .review_text {
        font-size: 10px;
    }

    .Store_Details .two_content_holder .top_div .store_details_div .white_card .review_div .rate_text {
        font-size: 14px;
    }

    .Store_Details .two_content_holder .top_div .store_details_div .white_card .top_content_div .title_text {
        font-size: 15px;
    }

    .Store_Details .two_content_holder .top_div .store_details_div .white_card .bottom_divs .common_div .inner_text {
        font-size: 11px;
    }

    .Store_Details .two_content_holder .Product_Info_Grid_View_Section .Product_Info_Grid_View .lower_text_section .product_name {
        font-size: 13px;
    }

    .Store_Details .two_content_holder .Product_Info_Grid_View_Section .Product_Info_Grid_View .lower_text_section .pricing_div .selling_price {
        font-size: 13px !important;
    }

    .Store_Details .two_content_holder .text_div .discont_div .discount_text {
        font-size: 13px !important;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {

    .Store_Details .two_content_holder .details_div .more_prods_div {
        margin-top: 50px;
    }

    .Store_Details.near_mart_store .all_content_holder .left_side {
        width: 20%;
    }

    .Store_Details .two_content_holder .details_div {
        width: 80%;
    }

    .Store_Details .two_content_holder .details_div .main_swiper_div {
        margin-top: 80px;
    }

    .Store_Details .two_content_holder .top_div .store_details_div .white_card .top_content_div .all_icons_holder .icon_holder {
        width: 30px;
        height: 30px;
    }

    .Store_Details .two_content_holder .top_div .store_details_div .white_card .top_content_div .all_icons_holder .icon_holder .inner_icon {
        font-size: 12px;
    }

    .Store_Details .two_content_holder .top_div .store_details_div .white_card .review_div .review_text {
        font-size: 12px;
    }

    .Store_Details .two_content_holder .top_div .store_details_div .white_card .review_div .rate_text {
        font-size: 14px;
    }

    .Store_Details .two_content_holder .top_div .store_details_div .white_card .top_content_div .title_text {
        font-size: 16px;
    }

    .Store_Details .two_content_holder .top_div .store_details_div .white_card .bottom_divs .common_div .inner_text {
        font-size: 12px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {

    .Store_Details.near_mart_store .all_content_holder .left_side {
        width: 15%;
    }

    .Store_Details .two_content_holder .details_div {
        width: 85%;
    }

    .Store_Details .two_content_holder .details_div .main_swiper_div {
        margin-top: 80px;
    }

    .Store_Details .two_content_holder .top_div .store_details_div .white_card .review_div .review_text {
        font-size: 12px;
    }

    .Store_Details .two_content_holder .top_div .store_details_div .white_card .review_div .rate_text {
        font-size: 15px;
    }

    .Store_Details .two_content_holder .top_div .store_details_div .white_card .top_content_div .title_text {
        font-size: 18px;
    }

    .Store_Details .two_content_holder .top_div .store_details_div .white_card .bottom_divs .common_div .inner_text {
        font-size: 12px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {

    .Store_Details.near_mart_store .all_content_holder .left_side {
        width: 12%;
    }

    .Store_Details .two_content_holder .details_div {
        width: 88%;
    }

    .Store_Details .two_content_holder .details_div .main_swiper_div {
        margin-top: 80px;
    }

    .Store_Details .two_content_holder .top_div .store_details_div .white_card .review_div .review_text {
        font-size: 12px;
    }

    .Store_Details .two_content_holder .top_div .store_details_div .white_card .review_div .rate_text {
        font-size: 15px;
    }

    .Store_Details .two_content_holder .top_div .store_details_div .white_card .top_content_div .title_text {
        font-size: 18px;
    }

    .Store_Details .two_content_holder .top_div .store_details_div .white_card .bottom_divs .common_div .inner_text {
        font-size: 12px;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {

    .Store_Details .two_content_holder .top_div .store_details_div .white_card .review_div .review_text {
        font-size: 12px;
    }

    .Store_Details .two_content_holder .top_div .store_details_div .white_card .review_div .rate_text {
        font-size: 15px;
    }

    .Store_Details .two_content_holder .top_div .store_details_div .white_card .top_content_div .title_text {
        font-size: 18px;
    }

    .Store_Details .two_content_holder .top_div .store_details_div .white_card .bottom_divs .common_div .inner_text {
        font-size: 12px;
    }
}