#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 .logo{
    position: absolute;
    top: 5px;
    left:20px;
    
}
#nav .logo img{
    height: 100px !important;
} 

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

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

.aws-container .aws-search-field {
	font-size: 16px !important;
}

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

/* MEGA MENU */
#nav .mega-menu > li.mega-menu-megamenu > ul.mega-sub-menu {
    background: #1b421c2b !important;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu {
    background: #D9DFD9 !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 .login .wrap{
        display: none;
    }
}

#nav .inner {
    display: flex;
    flex-direction: column;
}
#nav .bottom {
    display: flex;
    align-items: center;
    padding-top: 20px;
    width: 100%;
}
#nav .bottom .menu-wrapper {
    margin-left: auto;
}
@media (max-width: 1200px) {
    #nav .bottom .menu-wrapper {
        order: 1;
        margin-left: 30px;
    }
}
#nav .bottom .search-wrap {
    margin-left: 30px;
}
@media (max-width: 1200px) {
    #nav .bottom .search-wrap {
        margin-left: auto;
    }
}
@media (max-width: 919px) {
    #nav .bottom .search-wrap {
        display: none;
    }
}
#nav .bottom .right {
    margin-left: 30px;
}
@media (max-width: 991px) {
    #nav .bottom .right {
        margin-left: auto;
    }
}
#nav .bottom .right .btn {
    display: flex;
}
@media (max-width: 1400px) {
    #nav .bottom .right .btn {
        width: fit-content !important;
        min-width: 0!important;
        padding: 15px;
    }
}
@media (max-width: 576px) {
    #nav .bottom .right .btn span {
        display: none;
    }
}
#nav .bottom .right .btn img {
    margin-right: 10px;
}
@media (max-width: 576px) {
    #nav .bottom .right .btn img {
        margin: 0;
    }
}
#nav .bottom .logo img {
    height: 55px;
}
@media (max-width: 1300px) {
    #nav .bottom .logo img {
        height: 40px;
    }
}
#nav .bottom #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    color: #1E293B;
    font-family: "EB Garamond";
    font-size: 18px!important;
    font-style: normal;
    font-weight: 400!important;
    text-transform: none!important;
}
#nav .top {
    display: flex;
    justify-content: end;
}
#nav .top .location {
    display: flex;
    align-items: center;
    margin-left: 15px;
}
#nav .top .location i {
    color: #1B421C;
    margin-right: 10px;
}
#nav .top .location a {
    color: #1B421C;
    font-family: "brandon-grotesque", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 390;
    line-height: normal;
}
@media(max-width:767px){
    #nav .top .location span {
        display: none;
    }
    #nav .top {
        justify-content: flex-end;
    }
    #nav .social{
        display: none;
    }
}
#nav .top .login {
    display: flex;
    align-items: center;
    margin-left: 40px;
}
#nav .top .login i {
    color: #1B421C;
    margin-right: 10px;
}
#nav .top .login .wrap a,
#nav .top .login .wrap span {
    color: #1B421C;
    font-family: "brandon-grotesque", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 390;
    line-height: normal;
}
#nav .top .social {
    margin-left: 40px;
}
#nav .top .social a {
    text-decoration: none;
}
#nav .top .social a i {
    color: #1B421C;
}
#nav .top .email {
    display: flex;
    align-items: center;
    margin-left: 40px;
}
@media(max-width:767px){
    #nav .top .email span {
        display: none;
    }
}
#nav .top .email i {
    color: #1B421C;
    margin-right: 10px;
}
#nav .top .email a {
    color: #1B421C;
    font-family: "brandon-grotesque", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 390;
    line-height: normal;
}
#nav .top .phone {
    display: flex;
    align-items: center;
    margin-left: 40px;
}
@media(max-width:767px){
    #nav .top .phone span {
        display: none;
    }
}
#nav .top .phone i {
    color: #1B421C;
    margin-right: 10px;
}
#nav .top .phone a {
    color: #1B421C;
    font-family: "brandon-grotesque", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 390;
    line-height: normal;
}
@media(max-width:1200px){
    #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: #1B421C !important;
}
#mega-menu-wrap-menu-1 .mega-menu-toggle + #mega-menu-menu-1 {
    background: #1B421C !important;
    padding: 50px 0 0;
}
#nav .bottom #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    color: #fff !important;
    text-align: center;
}
}

#nav .btn{
    padding: 0 15px!important;
    height: 44px!important;
    align-items: center!important;
}

@media(max-width:1200px){
    #nav .top .phone,
    #nav .top .location,
    #nav .top .email,
    #nav .top .login,
    #nav .top .social{
        margin-left: 15px
    }
}

#nav .cart {
    position: relative;
}
#nav .cart .items {
    position: absolute;
    font-size: 12px;
    top: -5px;
    right: -5px;
    background: #000;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    color: #fff;
}

#nav .aws-container .aws-show-clear .aws-search-field{
    padding-left: 10px;
}

@media(max-width: 1672px){
    #nav .bottom .logo img {
        height: 40px;
    }
}
@media(max-width: 1583px){
    #nav .bottom .logo img {
        height: 30px;
    }
}
@media(max-width: 1523px){
    #nav .search-wrap{
        width: 190px;
    }
}
