body {
    /*font-family: 'Work Sans', 'Roboto', sans-serif;*/
    font-weight: 400;
    font-size: 16px;
    color: var(--body-color);

}

/* --- Colors --- */

:root {
    --main: #470387; 
    --main-light: #ad6cea;
    --main-dark: #d316a3;
    --accent: #f8eede;
    --body-color: #212529;
    --cta-green: #18992c;
    --cta-green-dark: #06AA98;
    --grey: #ced4da;
    --grey-dark: #333333;
    --grey-light: #fafafa;
    /*--footer-bg-color: ;*/
}
.footer-menu li a:hover {
    color:var(--main);
}
.single-banner .banner-thumb .banner-title a {
    color: white!important;
}
.single_add_to_cart_button:hover {
    background: var(--main);
}
.heading-banner-area {
    background: rgba(0,0,0,0) url('/storage/2a0bf004-73ee-4992-8646-3f34b7018299/bg-heading.jpg') no-repeat scroll center center/cover;
}
.footer-area {
    background: #f4e8ee none repeat scroll 0 0;
}
.nivo-caption h2, .nivo-caption h3 , .nivo-caption p{
    color:#000;
}
.submit-button {
    background: var(--main-light);
}