﻿@font-face {
    font-family: "AvenirNext";
    font-weight: 700;
    font-style: normal;
    font-display: fallback;
    src: url("../../lezada/fonts/avenir-next-regular.woff2") format("woff2"), url("../../lezada/fonts/avenir-next-regular.woff") format("woff");
}

#container_logo_btns.hide-header {
    display: none;
}
.site-nav.center-menu.hidden-btns {
    margin: auto;
}
.header-right-container.hidden-btns {
    display: none;
}
.site-nav.center-menu.hidden-btns-2 {
    margin-left: auto;
}
.header-box-topbar.is-sticky .header-bottom-container .header-right-container.hidden-btns-2 {
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
}

nav.site-nav>ul>li>a {
    font-family: AvenirNext;
    color: rgb(85, 85, 85);
    font-size: 15px;
}

.header-bottom-top {
    background: #232323;
    color: #fff;
}

.change-dropdown>a {
    color: #FFF;
}

.header-right-icons .single-icon a i {
    color: #FFF;
}

.header-box-topbar .header-bottom-container .header-bottom-navigation {
    margin-top: 0px;
}

nav.site-nav>ul>li {
    line-height: 60px;
}


nav.site-nav>ul>li>a::after {
    bottom: 20px;
}

.header-box-topbar.is-sticky .header-bottom {
    padding-top: 20px !important;
}

.header-box-topbar.is-sticky .header-bottom-container .language-currency-change-container {
    display: flex;
}


.header-box-topbar.is-sticky .header-bottom-container .logo-with-offcanvas {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    text-align: center;
}

.header-box-topbar.is-sticky .header-bottom-container .header-bottom-navigation {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

.bg-img{
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.sub-menu.single-column-menu {
    display: flex;
    gap: 10px;
}

@media (max-width: 575.98px) {
    .header-box-topbar.is-sticky .header-bottom {
        padding: 0px !important;
    }
}