body {
    /*font-family: 'Work Sans', 'Roboto', sans-serif;*/
    font-weight: 400;
    font-size: 16px;
    color: var(--body-color);

}

/* --- Colors --- */

:root {
    --main: #f2a100;
    --main-light: #fff9ed;
    --main-dark: #7e643b;
    --accent: #f8eede;
    --body-color: #212529;
    --cta-green: #18992c;
    --cta-green-dark: #06AA98;
    --grey: #ced4da;
    --grey-dark: #333333;
    --grey-light: #fafafa;
    --nav-link: #f2f2f2;
    --btn-main: #494949;
    --btn-main-hover: #ff2f2f;
    --bg: #e9e1f7;

    /*--footer-bg-color: ;*/
}
.single-banner .title a {
    background-color: #ffffffc7;
    padding: .6rem;
}

.prime .history-content h6, .prime .history-content p, .single-benefit p, .single-benefit .title, .single-product a, .filter-title, .filter-list .text-secondary, .login-register-wrapper .title, .single-form label, .login-register-wrapper p, .login-register-wrapper p a , .swiper-arrows .swiper-button-next, .swiper-arrows .swiper-button-prev, .slider-content .title, .slider-content p {
    color: #fff!important;
}
.product-details, .product-section .container {
    background-color: #fff!important;
}
.section.section-padding.shopping-cart {
    background-color: #fff !important;
}
.checkout-area.area-padding-large {
    background-color: #fff;
}
