/* --- Colors --- */

:root {
    --main: #e4bf00;
    --main-light: #f7abb2;
    --main-dark: #1f3d70;
    --accent: #f8eede;
    --body-color: #212529;
    --cta-green: #18992c;
    --cta-green-dark: #06AA98;
    --grey: #ced4da;
    --grey-dark: #333333;
    --grey-light: #fafafa;
    /*--footer-bg-color: ;*/
}
.box-mobile-menu {
    background-color: #070707;
}
.box-mobile-menu .menu-clone .main-menu .menu-item > a, .box-mobile-menu .menu-item .submenu .menu-shop-style .style-item .menu-link, .gift-card-nav-link, .footer-title.dropdown-toggle {
    color: #fff!important;
}