/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work
seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a
flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid
foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity
and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags:
accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.7.1777440827
Updated: 2026-04-29 05:33:47

*/


/* =========================
BASE / DESKTOP STYLES
========================= */

/* SEARCH FORM */
.food-search-form {
    display: flex;
    gap: 10px;
    background: #fff;
    padding: 12px;
    border-radius: 12px;
    max-width: 700px;
    margin: auto;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.food-search-form input {
    flex: 1;
    padding: 12px;
    border: 1px solid #E0DBDB !important;
    border-radius: 8px;
}

.food-search-form input:focus {
    outline: none;
    border: 1px solid #E0DBDB;
    box-shadow: none;
}

.food-search-form button {
    background: #ff4d00;
    color: #fff;
    border: none;
    padding: 12px 20px;
    border-radius: 8px;
    cursor: pointer;
}

/* FOOD GRID */
.food-results {
    margin: 40px auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
}

.food-card {
    border: 1px solid #eee;
    padding: 15px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.food-card img {
    width: 100%;
    height: 130px;
    object-fit: cover;
    border-radius: 10px !important;
}

.food-card h3 {
    font-size: 15px;
    margin-bottom: 6px;
}

.food-card p,
.food-card a {
    margin-bottom: 6px;
    font-size: 15px;
}

/* CATEGORY GRID */
.mybroo-category-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
}

.mybroo-cat-item {
    text-align: center;
}

.mybroo-cat-item img {
    width: 100%;
    height: 120px !important;
    object-fit: cover;
    border-radius: 10px !important;
}

.mybroo-cat-item h4 {
    margin-top: 8px;
    font-size: 14px;
    color: #616161;
}

.mybroo-cat-item:hover h4 {
    color: #FF5200;
}

/* VENDOR GRID */
.mybroo-vendor-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
    margin-top: 20px;
}

.mybroo-vendor-card,
.vendor-card {
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 12px;
    background: #fff;
    text-align: center;
    transition: 0.3s;
}

.mybroo-vendor-card:hover,
.vendor-card:hover {
    transform: translateY(-5px);
}

a.vendor-card img {
    width: 100%;
    border-radius: 10px;
}

.vendor-logo {
    width: 100%;
    height: 140px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 10px;
}

.mybroo-vendor-card h3,
.vendor-card h3 {
    margin: 5px 0;
    font-size: 18px;
}

/* RESTAURANT CARD (MISSING FIXED) */
.mybroo-grid-restaurants {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

.restaurant-card {
    display: block;
    border: 1px solid #eee;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    text-decoration: none;
    color: #000;
    transition: 0.3s;
}

.restaurant-card:hover {
    transform: translateY(-5px);
}

.res-img {
    width: 100%;
    height: 160px;
    object-fit: cover;
}

.res-content {
    padding: 10px;
}

.rating {
    font-weight: bold;
    margin: 5px 0;
}

.address {
    font-size: 13px;
    color: #666;
}

/* CITY */
.mybroo-cities {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}


.city-btn {
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 30px;
    text-align: center;
    text-decoration: none;
    color: #333;
    background: #fff;
}

.city-btn:hover {
    background: #f5f5f5;
}

.hidden-city {
    display: none;
}

.show-more-btn {
    padding: 12px;
    border-radius: 30px;
    border: 1px solid #ddd;
    background: #fff;
    cursor: pointer;
    color: orange;
    font-weight: bold;
}


/* Dokan Custom Css Started From here */

.dokan-store-sidebar {
    display: none;
}

.dokan-store-tabs {
    display: none;
}

select.orderby.orderby-search {
    display: none;
}

.dokan-store-products-ordeby input.search-store-products.dokan-btn-theme {
    padding: 0px 40px;
}

.dokan-store-products-filter-area.dokan-clearfix {
    padding-top: 30px;
}

.dokan-store-products-filter-area .product-name-search {
    height: 50px !important;
    width: 350px !important;
}

.dokan-store-products-filter-area .search-store-products {
    height: 50px !important;
    border-radius: 0px !important;
}

form.dokan-store-products-ordeby {
    display: flex !important;
    gap: 20px !important;
}

.profile-img img {
    border: none !important;
    border-radius: 5px !important;
}

small.woocommerce-price-suffix {
    display: none !important;
}

h2.woocommerce-loop-product__title {
    color: #616161 !important;
}


span.onsale {
    display: none !important;
}

a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    display: none !important;
}


.woocommerce .star-rating span::before {
    color: #ff5200;
    !important
}

.woocommerce ul.products li.product a img {
    border-radius: 5px;
}

li.dokan-store-phone {
    display: none !important;
}

.profile-info-summery {
    display: flex;
    justify-content: center;
    align-items: center;
}

/*
====================Extra Css============ */


/* GRID */
.restaurant_vendor_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

/* CARD */
.restaurant_vendor_card {
    border: 1px solid #ddd;
    padding: 15px;
    background: #fff;
    border-radius: 8px;
}

.restaurant_vendor_card img {
    width: 100px;
    height: 100px;
    border-radius: 15px;
}

.restaurant_vendor_card h3 {
    font-size: 16px;
    margin: 10px 0;
}

.restaurant_vendor_card p {
    font-size: 14px;
    color: #777;
}

/* RATING */
.restaurant_vendor_rating {
    font-size: 14px;
    margin-bottom: 5px;
}

.restaurant_vendor_grid {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.restaurant_vendor_grid::-webkit-scrollbar {
    display: none;
}

nav.woocommerce-MyAccount-navigation ul {
    padding: 0px !important;
    list-style: none !important;
}

li.woocommerce-MyAccount-navigation-link {
    flex-direction: column;
    padding: 5px 0px;

}

li.woocommerce-MyAccount-navigation-link a {
    color: #333333 !important;
}

li.woocommerce-MyAccount-navigation-link a:hover {
    color: #ff5200 !important;
}

.high_light {
    font-size: 20px;
}

.mybroo-product-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 20px;
}

/* PRODUCT CARD */
.mybroo-product-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: 0.3s;
    text-align: center;
}

.mybroo-product-card:hover {
    transform: translateY(-5px);
}

/* IMAGE */
.mybroo-product-card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

/* TITLE */
.mybroo-product-card h4 {
    font-size: 16px;
    padding: 10px;
    color: #333;
}

.single_vendor {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.woocommerce-Tabs-panel h2 {
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
}

.woocommerce-Tabs-panel p {
    font-size: 13px;
    font-weight: 300;
    line-height: 22px;
}
.woocommerce .quantity .qty {
    width: 6.631em !important;
    height: 35px;
}
header.woocommerce-products-header h1 {
    font-size: 30px;
}
.page-description h2 {
    font-size: 20px;
}
header.woocommerce-products-header {
    margin-bottom: 40px;
}


































/* =========================
TABLET + MOBILE (same as before)
========================= */

@media (max-width: 1024px) {
    .mybroo-grid-restaurants {
        display: flex;
        overflow-x: auto;
        gap: 15px;
    }

    .mybroo-product-grid,
    .mybroo-vendor-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .mybroo-grid-restaurants>* {
        flex: 0 0 80%;
    }
}

@media (max-width: 768px) {
    .mybroo-vendor-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .mybroo-cities {
        grid-template-columns: repeat(2, 1fr);
    }

    .restaurant_vendor_grid {
        display: flex;
        overflow-x: auto;
        gap: 10px;
        scroll-snap-type: x mandatory;
    }

    .restaurant_vendor_card {
        min-width: 48%;
        flex: 0 0 auto;
        scroll-snap-align: start;
    }


    .profile-info-summery {
        display: flex !important;
        justify-content: left;
        align-items: flex-start;
        flex-direction: column;
        padding: 0px !important;
    }

    li.dokan-store-address {
        margin: 0px !important;
    }

    .profile-info {
        width: 100% !important;
        padding: 0px !important;
    }

    input.search-store-products.dokan-btn-theme {
        width: 100% !important;
    }

    .dokan-store-products-ordeby input.search-store-products.dokan-btn-theme {
        padding: 0px 0px !important;
    }



}

@media (max-width: 570px) {

    .food-results {
        grid-template-columns: repeat(3, 1fr);
    }

    .mybroo-product-grid,
    .mybroo-vendor-grid {
        grid-template-columns: 1fr;
    }



    .city-btn {
        padding: 10px;
        border: 1px solid #ddd;
        border-radius: 10px;
        text-align: center;
        text-decoration: none;
        color: #333;
        background: #fff;
        font-size: 12px;
        font-weight: 300;
    }

    .mybroo-category-grid {
        grid-template-columns: repeat(4, 1fr) !important;
        gap: 10px;
    }

    .mybroo-cat-item img {
        height: 70px !important;
        border-radius: 7px !important;

    }

    .food-search-form input {
        flex: 1;
        padding: 5px;
        border: 1px solid #E0DBDB !important;
        border-radius: 8px;
        font-size: 11px;
        height: 50px;
    }


    .single_vendor {
        display: flex;
        flex-direction: column;
        gap: 20px;
        align-items: flex-start;
        font-size: 14px;
    }

    .summary h1.product_title.entry-title {
        font-size: 25px;
    }

    .woocommerce-product-details__short-description {
        font-size: 13px;
        font-weight: 300;
        line-height: 22px;
    }

    input[type=number], {
        padding: 0.3rem 1rem !important;
       
    }
	
	ul.tabs.wc-tabs {
    padding: 0px !important;
    font-size: 15px;
}
	
	li.description_tab a {
    font-size: 15px;
    font-weight: 300 !important;
}
	
	li.seller_tab a {
    font-size: 15px;
    font-weight: 300 !important;
}
	
	li.more_seller_product_tab a {
    font-size: 15px;
    font-weight: 300 !important;
}
	.product_meta {
    font-size: 13px;
}
	td.product-thumbnail {
    display: block !important;
}
	.coupon.e-cart-section.shop_table {
    padding: 20px 10px;
    border: none;
}
	.cart_totals {
    padding: 10px;
}
	tr.woocommerce-cart-form__cart-item.cart_item {
    padding: 10px !important;
}
	td.product-thumbnail:before{
		display:none;
	}
	
	td.product-thumbnail img{
		width:100% !important;
	}
	
	
	
	
	
	
	


}