:root {
    --masi-primary: #816242;
    --masi-secondary: #c7ab92;
    --masi-tertiary: #92785d;
    --masi-dark: #0e0e0e;
    --masi-light: #fffefb;
}

html, body {
    scroll-behavior: smooth;
}

#footer {
    background: var(--masi-secondary);
    border-top-color: var(--masi-secondary);
    p, a:not(.btn):not(.no-footer-css) {
        color: var(--masi-light);
    }

    .footer-copyright.footer-copyright-style-2 {
        background: var(--masi-secondary);
        border-top-color: var(--masi-secondary);
    }
}

@media (min-width: 992px) {
    #header .header-nav.header-nav-links nav > ul:not(:hover) > li > a.active {
        color: var(--masi-secondary);
    }

    #header .header-nav.header-nav-links nav > ul li:hover > a {
        color: var(--masi-primary);
    }
}

#header .header-btn-collapse-nav {
    background: var(--masi-primary);
}

@media (max-width: 991px) {
    #header .header-nav-main.header-nav-main-mobile-dark nav > ul > li > a.active {
        background: var(--masi-primary);
    }
}

.text-color-hover-primary:hover, .text-hover-primary:hover {
    color: var(--masi-secondary) !important;
}

.text-color-primary, .text-primary {
    color: var(--masi-primary) !important;
}

.list.list-icons li > [class*="fa-"]:first-child, .list.list-icons li > .icons:first-child, .list.list-icons li a:first-child > [class*="fa-"]:first-child, .list.list-icons li a:first-child > .icons:first-child {
    color: var(--masi-primary);
    border-color: var(--masi-primary);
}

.bg-color-dark, .bg-dark {
    background-color: var(--masi-tertiary) !important;
}

.list.list-icons.list-icons-style-3 li > [class*="fa-"]:first-child {
    background-color: var(--masi-primary);
}

.owl-carousel:not(.nav-arrows-1):not(.show-nav-title) .owl-nav button[class*="owl-"] {
    color: var(--masi-light) !important;

}

.owl-carousel:not(.nav-arrows-1):not(.show-nav-title).nav-dark-arrow .owl-nav button[class*="owl-"] {
    color: var(--masi-dark) !important;

}

.owl-carousel:not(.nav-arrows-1):not(.show-nav-title) .owl-nav button[class*="owl-"]:hover, .owl-carousel:not(.nav-arrows-1):not(.show-nav-title) .owl-nav button[class*="owl-"].hover {
    color: var(--masi-dark) !important;

}

.dropdown-locale {
    min-width: unset !important;
    width: min-content !important;
    background: transparent !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    /*transform: translate(5px, 65px) !important;*/
    a {
        padding: 0;

        &:hover {
            background:transparent !important;
            transform: scale(1.3);
        }
    }
}

@media (max-width: 991px) {
    html #header.header-transparent .header-body {
        overflow: visible !important;
    }
}
