/* --- Colors --- */

:root {
    --main: #a3d1d0;
    --main-light: #c4dad9;
    --main-dark: #7a9c9b;
    --bg-lightBlue: #ebefef;
    --bg-hover-collection: rgb(213 142 152);
    --btn-hover: #252525;

    --font-family-sans-serif: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace

}
.navbar-brand .logo, footer .widget--logo-img img {
    width: 180px;
}
.menu-popup {
    background-color: #0f0f0fc7;
}
.tabs .nav-tabs > li > a {
    color: var(--main-dark);
}
#filter-categories label, #brand-filter label, .product--desc p, .product--desc ul li, .shipping-total, .checkout-order, label {
    color: #000!important;
}
footer ul li, .footer-4 .widget--links li a, .footer--copyright span {
    color: #fff!important;
}