#nav {
    position: fixed;
    margin-bottom: 0;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: #fff;
    padding: 10px 0;
}

#nav .inner {
    display: flex;
    justify-content: space-between;
    align-content: center;
    padding: 0 20px;
}

#nav .left img {
    height: 60px;
}

#nav .right {
    display: flex;
    align-items: center;
}

#nav .menu-wrapper{
    height: 100%;
    display: flex;
    align-items: center;
}

/* MAIN NAV */
#nav .mega-menu-wrap {
    background: transparent !important;
    color: #000;
}

/* NAV LINKS */
#nav a.mega-menu-link {
    color: #000 !important;
    text-transform: uppercase !important;
    background: transparent !important;
    font-weight: 600 !important;
    padding: 0 20px !important;
}

/* NAV HOVER */
#nav a.mega-menu-link:hover {
    background: #bababa !important;
}

/* MEGA MENU */
#nav .mega-menu > li.mega-menu-megamenu > ul.mega-sub-menu {
    background: #eee !important;
}

/* MEGA MENU ITEMS */
#nav .mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item a {
    padding: 10px !important;
}

/* MOBILE NAV */
#nav .mega-menu-toggle {
    background: transparent !important;
    border-radius: 0;
}

/* HAMBURGER ICON */
#nav .mega-menu-toggle .mega-toggle-block-1:after {
    color: #000 !important;
}

/* MOBILE MENU COLOR */
#nav .mega-menu {
    background: transparent !important;
}

@media(max-width: 767px){
    /* MOBILE MENU COLOR */
    #nav .mega-menu {
        background: #fff !important;
    }
}

#nav{
    padding: 0;
}

#nav .inner{
    padding: 15px 150px;
    align-items: center;
}

#nav img{
    height: 55px;
}

#nav .contact{
    display: flex;
}

#nav .contact a{
    text-decoration: none;
    color: #A48111
}

#nav .contact a i{
    margin-right: 10px;
}

#nav .socials a{
    width: fit-content;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link{
    font-family: 'Inria Serif';
    letter-spacing: 1.97px;
}

#nav .bottom{
    background: #090909;
    display: flex;
    align-items: center;
    padding: 15px 150px;
}

#nav .bottom .info{
    /* width: 80%; */
    width: 100%;
}
#nav .info .slick-slide{
    display: flex;
    justify-content: center;
}
#nav .bottom .wrap{
    display: flex!important;
    align-items: center;
    color: #E6E6E6;
    font-family: 'Inria Serif'
}

#nav .bottom .wrap i{
    color: #FFEBB2;
    margin-right: 10px;
}

#nav .right{
    margin-left: auto;
    display: block;
    width: fit-content;
}

#nav .cart-customlocation{
    color: #FFFFFF;
    text-decoration: none;
    border: 1px solid #FFFFFF;
    border-radius: 2px;
    padding: 10px;
    min-width: 200px;
    width: fit-content;
    display: flex;
    align-items: center;
}

#nav .cart-customlocation i{
    margin-left: 10px;
    display: block;
    color: #FFEBB2;
}

#nav .amount{
    font-family: 'Inria Serif';
    letter-spacing: 3.2px;
    margin-right: 10px;
}

.slick-autoplay-toggle-button{
    display: none
}

@media(max-width:1400px){
    #nav .inner{
        padding: 15px 50px;
    }
    #nav .bottom{
        padding: 15px 50px;
    }
}

@media(max-width:1200px){
    #nav .cart-customlocation{
        border: none;
        border-radius: 0px;
        padding: 0px;
        width: fit-content;
        min-width: 0;
    }
    #nav .cart-customlocation i{
        margin-left: auto;
        display: block;
        color: #A48111;
        
    }
    #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after{
        background-color: #000000
    }
    #nav .contact{
        margin-left: auto;
        margin-right: 20px;
    }
    #nav .bottom .info{
        display: flex;
        width: 100%;
        justify-content: space-between;
    }
    #nav .wrap{
        display: flex!important;
        justify-content: center;
    }
    #mega-menu-wrap-menu-1 .mega-menu-toggle + #mega-menu-menu-1{
        background: #fff!important;
        padding-top: 50px!important;
    }
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link{
        text-align: center;
    }
}

@media(max-width:576px){
    #nav .inner,
    #nav .bottom{
        padding: 15px;
    }
}