body {
    /*font-family: 'Work Sans', 'Roboto', sans-serif;*/
    font-weight: 400;
    font-size: 16px;
    color: var(--body-color);
    background: #fff;

}

/* --- Colors --- */

:root {
    --main: #7facc3;
    --main-light: #aac5c8;
    --main-dark: #6f8089;
    --accent: #f8eede;
    --body-color: #212529;
    --cta-green: #18992c;
    --cta-green-dark: #06AA98;
    --grey: #ced4da;
    --grey-dark: #333333;
    --grey-light: #fafafa;
    --nav-link: #f2f2f2;
    --icons-nav: #f2f2f2;
    --bg-category: #011826;
    --btn-login: #262626;
    --btn-main-hover : #b7a0b4;
    --btn-main:#7b8b95;
    /*--footer-bg-color: ;*/
}
.slider-area {
    background-color: #fff!important;
}
.breadcrumb-area {
    background-color: #f2ebf1;
}
.search-wrap-2 form input,.copyright p, .search-wrap-2 input::placeholder {
    color:#000000!important;
}
.categories .banner-wrap .banner-img-zoom a img {
    width: 100%!important;
    filter: brightness(0.5);
}
.footer-logo img, .logo img{
    width: 250px;
}

.btn-style-4 a, .categories h2 {
    color: #fff!important;
}
.footer-menu nav ul li a:hover {
    color:var(--btn-main-hover);
}
