body {
    /*font-family: 'Work Sans', 'Roboto', sans-serif;*/
    font-weight: 400;
    font-size: 16px;
    color: var(--body-color);

}

/* --- Colors --- */

:root {
    --main: #870443;
    --main-light: #c7b0bb;
    --main-dark: #0a0a0a;
    --accent: #988b76;
    --body-color: #212529;
    --cta-green: #18992c;
    --cta-green-dark: #06AA98;
    --grey: #c7b0bb;
    --grey-dark: #333333;
    --grey-light: #fafafa;
    /*--footer-bg-color: ;*/
}
.home-2-main-menu-area .main-menu nav .main-ul {
    background: #000!important;
}
.products-head .products-head-title i {
    color: var(--main)!important;
}
.nivo-caption {
    color: #212529!important;
}
.main-slider .slide-text h1 {
    border: 1px solid #212529!important;
    font-size: 50px!important;
    line-height: 64px!important;
}
i.nivo-prev-icon, i.nivo-next-icon {
    border: 1px solid #212529!important;
    color: #212529!important;
}
.main-btn {
    background: var(--main-light) none repeat scroll 0 0!important;
}
.single-product-box:hover .product-box-content {
        background: var(--main)!important;
}