/* --- Colors --- */

:root {
    --main: #fa4f09;
    --main-light: #FCE6D1;
    --main-dark: #473433;
    --accent: #fcf1ef;
    --body-color: #212529;
    --cta-green: #18992c;
    --cta-green-dark: #06AA98;
    --grey: #ced4da;
    --grey-dark: #333333;
    --grey-light: #fafafa;
}

.black-area .header-wrapper .main-menu li a {
    color: #ffffff!important;
}
.black-area .header-wrapper .main-menu li .sub-menu li a {
    color: #ffffff!important;
}

.top__header .cart span, .top__header .account span {
    color: #000000 !important;
}
.top__header .cart .one {
    color: #ffffff !important;
}

.register-wrapper .form-control {
    color: #ffffff;
}

.main__logo img {
    width: 150px;
}

.header-bar {
    margin-top: 1rem;
}