header .barStores .container, header .barStores .container .stores, header .barStores .container .stores .icon {
    color: #1E1E1E !important;
}
header .barStores .stores .icon.pin {
    color: var(--secondary) !important;
}
header .mainBar .links, header .departmentBar .links {
    --secondary: #FFBE39;
    --primary: #173156;
}
header .barStores .links p {
    color: #1E1E1E; 
}
header .departmentBar, header .departmentBar .menu-container {
    background-color: var(--tertiary) !important;
}
.row .row-title p {
    color: #173156; 
}
.row .row-item .image-container .offer-favorite .offer, .modal .content .product-modal .item .image-price .grid-1 .offer {
    background-color: var(--primary) !important; 
}
.modal .content .coupon-modal {
    --secondary: #FFBE39;
    --primary: #173156;
}
.modal .content .popup {
    --tertiary: #FFBE39;
}
.checkout-page .header-checkout div:last-child button {
    background-color: var(--tertiary) !important;
}
.checkout-page .header-checkout {
    background-color: var(--secondary) !important;
}
footer {
    background-color: var(--secondary) !important;
}
footer .linkToPages .grid-1 .portal .links .socials .icons-container span svg path {
    fill: var(--primary) !important;
}
footer .about .logo {
    width: 150px;
}
footer .about .logo img {
    width: 150px;
}
footer p, footer .box .links span a, footer .material-icons  {
    color: #FFF;
}
/* .comp.checkbox input:checked {
    filter: hue-rotate(140deg);
} */