.seller_block {

    text-align: center;

    background-color: #fafafa;

    border: 1px solid #dedede;

    border-radius: 15px;

    max-width: 550px;

    margin: 0 auto;

    padding: 40px;

    box-sizing: border-box;

}



.fmm_seller_card {

    display: flex;

    align-items: center;

    background-color: transparent;

    gap: 15px;

}



.fmmhearticon {

    background-color: pink;

    padding: 8px;

    border-radius: 40px;

}



.seller_detail {

    display: flex;

    justify-content: center;

    gap: 20px;

    flex-wrap: wrap;

    margin-top: 25px;

}



.seller_card {

    text-decoration: none;

    background-color: #ffffff;

    border: 1px solid #f1f1f1;

    border-radius: 12px;

    width: 100%;

    max-width: 100px;

    padding: 10px;

}



.favourite_seller .heading,

.favourite_seller .name,

.seller_page .heading,

.seller_page .name {

    padding: 10px 0 5px;

    box-sizing: border-box;

}



/* Seller Product Page */

.seller_page .blue_bg {

    background-color: #ff7878;

    width: 100%;

    max-width: 550px;

    height: 115px;

    border-radius: 15px 15px 0 0;

    box-sizing: border-box;

}



.seller_page .seller_block {

    padding: 0;

    box-shadow: inset 0 -5px #339AF0;

}



.seller_page .details {

    margin-top: -100px;

    padding: 40px;

    box-sizing: border-box;

}



.seller_page .details .seller_detail {

    display: grid;

    grid-template-columns: auto auto;

    grid-gap: 20px 65px;

}



.seller_page .details .seller_detail .seller_card {

    display: flex;

    align-items: center;

    gap: 15px;

    background-color: transparent;

    border: none;

    max-width: 100%;

    padding: 0;

}



.seller_page .details .seller_detail .seller_card .total_products {

    color: #FF922B;

    font-size: 20px;

    font-weight: bold;

}



.seller_page .details .seller_detail .seller_card:last-child {

    grid-column: span 2;

    /* Make the last item span across both columns */

}



.fmm-seller-container {

    display: flex;

    flex-wrap: wrap;

    gap: 20px;

    /* Optional: Adjusts the space between the blocks */

}



.fmm-seller-block {

    flex: 1 1 calc(50% - 20px);

    /* Adjusts each block to take up 50% of the row minus the gap */

    box-sizing: border-box;

    /* Ensures padding and borders are included in the width */

    margin-bottom: 20px;

    /* Optional: Adds space below each block */

}



.seller_img {

    border-radius: 50%;

    width: 120px;

    height: 120px;

    margin-left: 20%;

}



#map {

    position: initial !important;

    height: 100% !important;

    width: 100% !important;

}



.navButton {

    color: white;

    text-decoration: none;

    font-family: Helvetica, Arial, sans-serif;

    font-size: 14px;

    text-align: center;

    padding: 0 30px;

    line-height: 30px;

    display: inline-block;

    position: relative;

    border-radius: 20px;

    background-image: linear-gradient(#335b71 45%, #03324c 55%);

    box-shadow: 0 2px 2px #888888;

    transition: color 0.3s, background-image 0.5s, ease-in-out;

}



.navButton:hover {

    background-image: linear-gradient(#b1ccda 49%, #96b4c5 51%);

    color: #03324c;

}



.col-lg-3 {

    width: 21% !important;

}



@media (min-width: 320px) and (max-width: 767px) {

    .seller_page .details .seller_detail {

        grid-gap: 20px 0;

        text-align: left;

    }



    .seller_page .details .seller_detail .seller_card {

        grid-column: span 2;

    }



    .seller_page .details {

        padding: 25px;

    }

}



/* Seller Details */

.seller_details .thumb {

    margin-top: 20px;

}



.seller_details .seller_data {

    text-align: center;

}



.seller_details .seller_contact {

    display: flex;

    gap: 10px;

    flex-wrap: wrap;

    justify-content: center;

    margin-top: 20px;

}



.seller_details .seller_contact .seller_contact_btn {

    display: flex;

    align-items: center;

    gap: 15px;

}



.seller_details .about_seller {

    background-color: rgba(245, 146, 43, 0.10);

    padding: 20px 25px;

    box-sizing: border-box;

    border-radius: 15px

}



.seller_details .map img {

    width: 100%;

}



/* Contact us */

.main_content.contact-us {

    width: 100%;

    text-align: center;

}



.contact-us .seller_contact_btn {

    display: flex;

    justify-content: center;

    align-items: center;

    gap: 10px;

    margin: 20px auto 3px;

}



.contact-us .form {

    width: 100%;

    max-width: 650px;

    margin: 0 auto;

    background-color: #fafafa;

    padding: 50px;

    box-sizing: border-box;

    border-radius: 15px;

    border: 1px solid #2196F3;

    box-shadow: 0 0 4px rgba(0, 0, 0, .25);

}



.main_content.contact-us .form_cta {

    margin-top: 0;

}



/* All seller */

.main_content.all-seller {

    margin: 0 auto;

}



.all-seller .seller {

    display: grid;

    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));

    grid-gap: 25px;

}



.seller_page.all-seller .seller_block {

    box-shadow: none;

    width: 100%;

    max-width: 230px;

}



.seller_page.all-seller .details img {

    width: 100px;

    height: 100px;

}



.seller_page.all-seller .details {

    padding: 15px;

    margin-top: -70px;

}



.seller_page.all-seller .name {

    font-weight: 600;

    line-height: 30px;

}



.seller_page.all-seller .details .view_products {

    padding-top: 20px;

    box-sizing: border-box;

    display: block;

    font-size: 14px;

    font-weight: 500;

    line-height: 22px;

}