body {
    /*font-family: 'Work Sans', 'Roboto', sans-serif;*/
    font-weight: 400;
    font-size: 16px;
    color: var(--body-color);

}

/* --- Colors --- */

:root {
    --main: #d1688f;
    --main-light: #cadfd9;
    --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: ;*/
}
.slider-section .slider-shape {
    background-color: #ffe1ec;
}
.countdown-images .shape-1 {
    background-color: #cadfd9;
}
.history-content p, .single-benefit .title, .single-product .title a, .billing-details h4, .billing-details label, .form-check label, .cart-ship-info .col.text-right.text-end, .cart-table, .section-padding, .login-register-wrapper h4, .login-register-wrapper label, .filters-block {
    color: #fff!important;
} 
.page-banner-section .title {
    color: #cadfd9;
}
.page-banner-section .page-banner-content .breadcrumb li.active {
    color: var(--main)!important;
}
.product-details, .product-section, .checkout-order {
    background: #fff;
}
.subscribe-box p {
    color: #000!important;
}
.header-toggle .mobile-menu-open span {
    background-color: #D1688F !important;
}
.header-toggle .mobile-menu-open {
    display: inline-block;
    background: none;
    color: #D1688F;
    border: 0;
    padding: 0;
}

.contact-info>p {
    margin-bottom: 0;
    font-weight: 300;
    margin-top: 10px;
    color: #000000;
}