/* --- Colors --- */

:root {
    --main: #63922C;
    --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;
}

.changeItemAmount i {
    color: #000000;
}

#added-modal h4, #added-modal h5, #added-modal p {
    color: #ffffff;
}

.benefits-item .product__item {
    background-color: #000000;
}
.benefits-item .benefits-text {
    color: #ffffff;
}

.header-wrapper .main-menu li .sub-menu li a {
    color: #ffffff!important;
}