body {
    font-family: "poppins";
}

:root {
    --primary: #2e2e2e;
    --heading: #292c2f;


}

.navbar_text {
    color: #676767;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s;
    text-transform: capitalize;
    border-bottom: 1px solid white;

    &:hover {
        color: #43b8de !important;
        border-bottom: 1px solid #43b8de;
    }

}

.navbar_text:before {
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    margin-top: -2px;
    border-bottom: 2px solid transparent;
    content: '';
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.dropdownmenu {
    font-family: 'Poppins', 'Arial', 'sans-serif';
    font-weight: 500;
    font-size: 14px;
    color: #676767;
    padding: 10px 10px;
    border-bottom: 1px solid #f2f2f2;
    width: 100%;
    display: block;

    &:hover {
        color: #43b8de;
        background: rgba(250, 250, 250, 1) !important;

        ;

    }
}

.mobile_dropdownmenu {
    font-weight: 500;
    font-size: 14px;
    color: #676767;
    padding: 10px 10px;
    border-bottom: 1px solid #f2f2f2;
    width: 100%;

    &:hover {
        color: #43b8de;
        background: rgba(250, 250, 250, 1) !important;

        ;

    }
}

.a:hover {
    color: #43b8de;

}

.section_margin {
    padding-top: 25px;
    padding-bottom: 50px;
}

.border_bottom {
    border-style: solid;
    border-bottom-width: 3px;
    border-color: rgb(129, 215, 66);
    width: 80px;
    float: left;

}

h1 {
    font-family: 'Poppins', 'Arial', 'sans-serif';
    font-weight: 700;
    font-size: 30px;
    text-transform: uppercases;
    line-height: 68px;
}

h2 {
    font-family: 'Poppins', 'Arial', 'sans-serif';
    font-weight: 600;
    font-size: 36px;
}

h3 {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 18px;
    line-height: 40px;

}

p {
    font-weight: normal;
    font-size: 15px;
    line-height: 25px;
}

.slider_heading {
    font: 700;
    size: 58px;
    line-height: 43px;
}

.padding {
    padding: 20px 0px;
}

.table {
    border-bottom: 1px solid #e9dfdf;
    padding: 10px 3px;
    background: #F9F9F9;

}

.table:hover {
    background: #e5e2e2;
    color: #43b8de;

}

.active {
    color: #43b8de !important;
    border-bottom: 1px solid #43b8de;

}

td {
    padding: 12px 12px;
}

.row:nth-child(odd) {
    background-color: #f9fafb;
}

/* gray-50 */
.row:nth-child(even) {
    background-color: #ffffff;
}

.row:hover {
    background-color: #f3f4f6;
    transition: background-color 0.3s ease;
}

.row div:hover {
    color: #43b8de;
    cursor: pointer;
}

.custom-link:hover {
    color: #43b8de;
}

footer a {
    padding: 1px;
    font-size: 14px;
}

footer a:hover {
    color: #43b8de;


}

@media (min-width: 1400px) {
    .custom-gradient-2 {
        background: linear-gradient(to right, #87a7ef, #858be3);
    }
}

.services input {
    color: #fafafa;
    font-weight: 400;
    size: 16px;
    background: #57bee0;

}



.main-navbar {
    display: none;
}

.hamburger {
    display: block;
}

/* ≥1208px: show main navbar, hide hamburger */
@media (min-width: 1208px) {
    .main-navbar {
        display: flex !important;
    }

    .hamburger {
        display: none !important;
    }

}


.bg-fixed-section {
    background-image: url('"<?php echo get_template_directory_uri(); ?>/assets/phil.jpg');
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}

body .columns-4 {
    columns: auto;
}



#dokan-seller-listing-wrap .dokan-single-seller .store-wrapper .store-header .store-banner img {
    object-fit: fill !important;
    border-radius: 12px;
}


#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer .seller-avatar {
    display: none !important;
}

#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer {
    display: none !important;
}

#dokan-seller-listing-wrap .dokan-single-seller .store-wrapper .store-header .store-banner {
    border-radius: 12px
}

#dokan-seller-listing-wrap.grid-view .store-content {
    border-radius: 12px;
    background: rgb(0 0 0 / 12%) !important;
}


.store-data {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px;
}

#dokan-seller-listing-wrap.grid-view .store-content .store-data-container .store-data .store-phone {
    display: none;
}

#dokan-seller-listing-wrap.grid-view .store-content .store-data-container .store-data .store-address {

    display: none;
}

#dokan-store-listing-filter-wrap .right .item .dokan-store-list-filter-button {
    background: #f15024 !important;
}

.dokan-btn-theme,
a.dokan-btn-theme,
.dokan-btn-theme {
    background-color: #f15024 !important;
    border-color: #f15024 !important;
}

.dokan-btn-theme {
    background: #f15024 !important;
}

input[type='submit'].dokan-btn-theme,
a.dokan-btn-theme,
.dokan-btn-theme {
    color: #fff;
    background-color: #f05025;


}


#dokan-seller-listing-wrap .dokan-single-seller .store-wrapper .store-header .store-banner img {
    position: relative;
    overflow: hidden;
    transition: background 0.3s ease-in-out;
}

#dokan-seller-listing-wrap .dokan-single-seller .store-wrapper .store-header .store-banner img :hover {
    background: rgba(0, 0, 0, 0.45);
}

#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-wrapper {
    box-shadow: 0px 0px 25px 0px #fffefe !important;
    border-radius: 12px;

}

#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    /* dark shade */
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    z-index: 1;
    border-radius: 12px;
}



#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-wrapper * {
    z-index: 2;
    border-radius: 12px;

}

#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-wrapper {
    border-radius: 12px !important;
}

ul.products li.product{
    border: 1px solid rgb(226, 226, 226);
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.3s ease;
}

ul.products li.product:hover {
    border-color: #999;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    padding: 0  20px;
 }
 .woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price {
    padding: 0 20px;
}

.add_to_cart_button,
.woocommerce ul.products li.product .button {
    margin:0 20px;
    border-radius: 40px;
    font-weight: 500;
    background: #43b9df;
    color: #fff;
    margin-bottom:20px;
}

.add_to_cart_button{
    display:inline-block;
    padding: 5px 10px;
    margin-top: 5px;
}
 
 .woocommerce-page div.product .woocommerce-tabs {
    padding: 40px 0;
    float: left;
    width: 100%;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs, .woocommerce div.product .woocommerce-tabs ul.tabs, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs, .woocommerce-page div.product .woocommerce-tabs ul.tabs {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
    top: 1px;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li, .woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li, .woocommerce-page div.product .woocommerce-tabs ul.tabs li {
    display: inline-block;
}
.woocommerce div.product .woocommerce-tabs .panel {
    margin: 0 0 2em;
    border: 1px solid #ededed;
    padding: 20px;
    border-radius: 8px;
}


td {
    padding: 12px 12px;
    border: 1px solid #ededed;
}

td h4{
font-weight: 700 ! important;
 font-size: 18px! important;
 }

.woocommerce div.product .woocommerce-tabs .panel p {
padding-bottom: 8px !important;
}

.woocommerce div.product div.summary {
    margin-bottom: 2em;
    display: flex;
    flex-direction: column;
    gap: 8px;
    color: #747575;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
color:#757575 !important;
line-height: 59px;
}

.woocommerce div.product form.cart div.quantity {
    float: left;
    margin: 0 4px 0 0;
    
}
.woocommerce .quantity .qty{
background: #fffefe;
    box-shadow: 0 10px 10px rgb(162 146 146 / 27%);
    border-radius: 8px;
    padding: 4px 0px;
    border: 1px solid #949191;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt {
    background-color: #43b9df !important;
    }

section.related h2{
display:none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    border-bottom: 0px !important;
}

.store-wrapper {
    position: relative !important;
}

.store-wrapper:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    border-radius: 12px;
    transition: 0.3s all;
	z-index:9;
}

/* Hover overlay */
.store-wrapper:hover:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1); /* lighter overlay so images remain visible */
    z-index: 0; /* ensure it does not block links */
}

/* Store data container: remove huge margin-left */
#dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-content .store-data-container .store-data {
    margin-left: 0; /* remove 317px */
    z-index: 1; /* make sure it's above overlay */
}

/* Store name links */
#dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-content .store-data-container .store-data h2 a {
    color: #252020 !important;
    font-size: 18px !important;
    z-index: 2;
    position: relative; /* ensure clickable */
}

/* Hide address if needed */
#dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-content .store-data-container .store-data .store-address {
    display: none !important;
}

/* Banner and footer images remain visible */
.store-banner img,
.seller-avatar img {
    display: block;
    max-width: 100%;
    height: auto;
    z-index: 1;
    position: relative;
}