#nav {
    position: fixed;
    margin-bottom: 0;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: #fff;
    padding: 0;
}

#nav .inner {
    display: flex;
    justify-content: space-between;
    align-content: center;
    flex-wrap: wrap;
}

#nav .middle img {
    height: 50px;
}

#nav .right {
    display: flex;
    align-items: center;
}
#nav .user i {
    color: #294F2B;
    margin-right: 5px;
}
#nav .user a {
    text-decoration: none;
    color: #294F2B;
}
#nav .user {
    margin-right: 20px;
}
#nav .bottom {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 10px 100px;
}
#nav .bottom .left {
    width: 33%;
}
#nav .bottom .middle {
    width: 33%;
    display: flex;
    justify-content: center;
}
#nav .bottom .right {
    width: 33%;
    display: flex;
    justify-content: flex-end;
}
#nav .menu-wrapper {
    height: 100%;
    display: flex;
    align-items: center;
}

/* MAIN NAV */
#nav .mega-menu-wrap {
    background: transparent !important;
    color: #473026;
}

/* NAV LINKS */
#nav a.mega-menu-link {
    color: #473026 !important;
    background: transparent !important;
    font-weight: 400 !important;
    padding: 0 20px !important;
    font-size: 16px !important;
}

/* NAV HOVER */
#nav a.mega-menu-link:hover {
    background: transparent !important;
    color: #000 !important;
}

/* MEGA MENU */
#nav .mega-menu > li.mega-menu-megamenu > ul.mega-sub-menu {
    background: #F2EBE3 !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;
}

#nav .top {
    width: 100%;
    background: #294F2B;
    padding: 10px;
}
#nav .top .container-fluid {
    display: flex;
    justify-content: space-between;
        padding: 0 100px;
}
#nav .top .empty {
    width: 33%;
}
#nav .top .tagline {
    width: 33%;
    text-align: center;
    color: #fff;
    font-weight: 300;
}
#nav .top .socials {
    width: 33%;
    display: flex;
    justify-content: flex-end;
}
#nav .socials img {
    height: 16px;
    width: 16px;
}
#nav .socials a {
    margin: 0 8px;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu {
    z-index: 999;
    position: absolute;
    width: 100%;
    max-width: none;
    padding: 0px 0px 0px 0px;
    border: 0;
    background: #fff;
    border-radius: 0;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {

    padding: 7px 10px !important;
}
/* MOBILE MENU COLOR */
#nav .mega-menu {
    background: #F2EBE3 !important;
}
#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: #294F2B;
}
/* Cart */
#nav .cart-wrap {
    margin-right: 20px;
    position: relative;
}
#nav .cart-wrap .cart-customlocation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 10px;
    border: 0.5px solid #483026;
    border-radius: 5px;
    text-decoration: none;
    color: #294F2B;
}
#nav .cart-wrap .cart-customlocation:hover {
    background: #F2EBE3;
}
#nav .cart-wrap .cart-customlocation .value {
    font-weight: 500;
}
#nav .cart-wrap .cart-customlocation .items {
    color: #473026;
    font-size: 16px;
    font-weight: 600;
    margin: 0 6px 0 0;
}
#nav .cart-wrap .cart-customlocation .inside {
    display: flex;
}
#nav .cart-wrap .cart-customlocation::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f291";
}
#nav .cart-wrap .dropdown{
    display: none;
    position: absolute;
    width: 300px;
    padding: 15px;
    border-radius: 5px;
    right: 0;
    top: 45px;
    background: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
#nav .cart-wrap .dropdown ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
#nav .cart-wrap .dropdown li{
    display: flex;
    font-size: 14px;
    align-items: center;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #eee;
}
#nav .cart-wrap .dropdown img{
    width: 50px;
    height: 50px;
    margin-right: 5px;
    margin-bottom: 0 !important;
}
#nav .cart-wrap .dropdown .btn{
    width: 100%;
}

@media(max-width: 1500px) {
    #nav .bottom {
        padding: 10px;
    }
    #nav .top .container-fluid {
        padding: 0 10px;
    }
}
@media(max-width: 1300px) {
    #nav .empty {
        display: none;
    }
    #nav .prods {
        display: none;
    }
    #nav .top .tagline {
        width: 50%;
        text-align: left;
    }

    #nav .user span {
        display: none;
    }

    #nav .bottom .left {
        width: auto;
        flex: 0 0 auto;
    }
    #nav .bottom .middle {
        width: auto;
        display: flex;
        justify-content: end;
        flex: 1;
    }
    #nav .bottom .right {
        flex: 0 0 auto;
        width: auto;
        display: flex;
        justify-content: flex-end;
    }
    #nav .bottom .left,
    #nav .bottom .right{
        width: 115px;
    }

    #nav .bottom .middle a{
        margin: 0 auto;
    }
}
@media(max-width: 767px) {
    #nav .top .socials {
        display: none;
    }
    #nav .top .tagline {
        width: 100%;
        text-align: center;
    }
    #nav .bottom .middle {
        padding-right: 20px;
    }
}
