#nav {
    position: fixed;
    margin-bottom: 0;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: #fff;
    padding: 10px 0;
    height: 93px;
    display: flex;
    align-items: center;
}

#nav .inner {
    display: flex;
    justify-content: space-between;
    align-content: center;
    padding: 0 100px 0 250px;
    width: 100%;
}

#nav .left img {
    height: 60px;
    width: auto;
}

#nav .right {
    display: flex;
    align-items: center;
}

#nav .menu-wrapper {
    height: 100%;
    display: flex;
    align-items: center;
}

#nav .user {
    margin: 0 30px;
}

#nav .socials {
    margin-left: 20px;
}
#nav .email i {
    color: #A66C2F;
    margin-right: 10px;
}
#nav .email a {
    margin-right: 10px;
    text-decoration: none;
    color: #4D4D4D;
}
#nav .socials a {
    margin-right: 10px;
    text-decoration: none;
    color: #A66C2F;
}
#nav .user::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f007";
    color: #A66C2F;
    margin-right: 5px;
}

#nav .user a {
    color: #4D4D4D;
    text-decoration: none;
}
#nav .menu-wrapper .socials,
#nav .menu-wrapper .user,
#nav .menu-wrapper .email {
    display: none;
}
/* Cart */
#nav .cart-wrap {
    margin-right: 20px;
}
#nav .cart-wrap a {
    display: flex;
    min-width: 195px;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    border: 0.5px solid #483026;
    border-radius: 5px;
    text-decoration: none;
    color: #A66C2F;
}
#nav .cart-wrap a:hover {
    background: #eee;
}
#nav .cart-wrap a .value {
    font-weight: 500;
}
#nav .cart-wrap a .items {
    color: #473026;
    font-size: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 6px;
}
#nav .cart-wrap a .inside {
    display: flex;
}
#nav .cart-wrap a::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f291";
}

/* 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: 500 !important;
    padding: 0 20px !important;
}
#mega-menu-item-677{
    margin-bottom: 20px !important;
}
#mega-menu-item-677 a{
    pointer-events: none !important;
}
#mega-menu-menu-1{
    padding-top: 10px !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;
}

#nav .mega-sub-menu > li.mega-menu-item a {
    line-height: 20px !important;
    padding: 10px 20px !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: #000000;
}

/* 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: #fff !important;
}

@media(max-width: 1550px) {
    #nav .inner {
        padding: 0 20px;
    }
}
@media(max-width: 1250px) {
    #nav .email {
        display: none;
    }
}
@media(max-width: 1200px) {
    #nav .socials {
        display: none;
    }
}
@media(max-width: 991px) {
    #nav .user {
        display: none;
    }
}
@media(max-width: 767px) {
    #nav .left {
        display: flex;
        align-items: center;
    }
    #nav .left img {
        height: 40px;
        width: auto;
    }
    #nav .cart-wrap .inside {
        display: none !important;
    }
    #nav .cart-wrap a {
        min-width: auto;
        padding: 0;
        border: none;
    }
}
@media(max-width: 500px) {
    #nav .left img {
        height: 30px;
        width: auto;
    }
}
