/**
dark theme
 */
body.dark-theme {
    --black: #fffff;
    --dark: #ffffff;
    --white: #201d1d;
    --color-primary: #d9f1df;
    --color-secondary: #f7c35f;
    --color-heading: #f7f6f8;
    --color-paragraph: #f7f4f4;
    --box-shadow-primary: -1px 3px 10px 0 rgba(255, 255, 255, 0.6);
    --box-shadow-secondary: 0 10px 30px 0 rgba(44, 130, 237, 0.4);
    --box-shadow-regular: 0px 2px 12px 0px #1f0202;
    --bg-gray: #01080e;
    --farmer-bg: none;
}
.dark-theme .farmer-area, .product-list-area{
    background-image: none !important;
}
.dark-theme .bg-dark{
    background-color: var(--white) !important;
    background-image: none !important;
}
.dark-theme .widget-title{
    color: var(--dark) !important;
}
.dark-theme .validnavs a, .navbar .attr-right .attr-nav li.opening-hours .call p, .info p{
    color: var(--black) !important;
}
.dark-theme .banner-area h2, .banner-area p, .banner-area .button .animated-btn{
    color: white !important;
}
.dark-theme .footer-bottom{
    background: none;
}
.dark-theme .footer-bottom::after{
    background: var(--white);
}
.dark-theme .navbar-header-button{
    color: black !important;
}
