#nav {
    position: fixed;
    margin-bottom: 0;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: #fff;
}

#nav .inner {
    display: flex;
    justify-content: space-between;
    align-content: center;
    padding: 0 20px;
}

#nav .right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

#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 .top {
    background: #A0D46D;
    padding: 7px 0;
}
#nav .top p {
    margin: 0;
    color: #010001;
    text-align: center;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
#nav .top a {
    text-decoration: none;
}
#nav .inner {
    padding: 15px 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#nav .inner .middle {
    margin: 0 100px;
}
#nav .inner .middle img {
    height: 60px;
}
#nav .inner .left {
    width: 30%;
}
#nav .inner .left input {
    border-right: none;
}
#nav .inner .left .aws-search-btn {
    background: none;
    border-left: none;
}
#nav .inner .right {
    width: 30%;
}
#nav .inner .login {
    margin-right: 40px;
    align-items: center;
}
#nav .inner .login a {
    text-decoration: none;
    color: #4A4A4A;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
#nav .inner .login a i {
    color: #7CB248;
    margin-right: 5px;
}
#nav .inner .login a span {
    color: #4A4A4A;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}
#nav .inner .cart-customlocation {
    border-radius: 2px;
    border: 1px solid #CACACA;
    background: #FFF;
    padding: 7px;
    text-decoration: none;
    display: flex;
    align-items: center;
    margin-right: 20px;
    width: fit-content;
}
#nav .inner .cart-customlocation img {
    margin-right: 10px;
}
#nav .inner .cart-customlocation span {
    color: #4A4A4A;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
#nav .inner .cart-customlocation .itemNumber {
    margin-left: 30px;
    color: #FFF;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-radius: 50%;
    background: #67943B;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -1px;
}
#nav .inner .right .gt_container--fqb9ea .gt_switcher .gt_selected {
    height: 36px;
    border-radius: 2px;
    border: 1px solid #CACACA;
    background: #FFF;
    display: flex;
    align-items: center;
}
#nav .inner .right .gt_container--fqb9ea .gt_switcher .gt_selected a {
    border: none;
}#nav .bottom {
    background: #F8F8F8;
    display: flex;
    justify-content: center;
}
#nav .bottom #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    color: #5C5C5C !important;
    font-size: 15.5px !important;
    font-style: normal!important;
    font-weight: 400!important;
    text-transform: none!important;
}


.bottomSlider {
    background: #000;
    padding: 10px;
    margin-top: 160px;
}.bottomSlider .wrap {
    max-width: 1000px;
    margin: 0 auto;
}
.bottomSlider .wrap .slider .slick-track {
    width: 100%!important;
    display: flex;
}
@media (max-width: 991px) {
    .bottomSlider .wrap .slider .slick-track {
        width: 7362px!important;
    }
}
.bottomSlider .wrap .slider p {
    margin: 0;
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

@media (max-width: 1720px) {
    #nav .inner {
        padding: 15px 20px;
    }
}
@media (max-width: 1550px) {
    #nav .inner .login {
        margin-right: 20px;
    }
    #nav .inner .login span {
        display: none;
    }
}

#nav .inner .right .login .or{
    margin: 0 5px;
}

@media(max-width:1200px){

    .bottomSlider {
    background: #000;
    padding: 10px;
    margin-top: 123px;
}
    #nav .inner .left{
        display: flex;
        align-items: center;
        width: 43%;
        .cart-customlocation{
            margin-left: 10px;
            height: 44px;
        }
    }
    #nav .left .cart-customlocation .itemNumber{
        margin: 0;
    }
    #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: #000;
    }
    #nav .inner .right{
        display: flex;
        justify-content: end;
        width: 43%;
        .gtranslate_wrapper{
            margin-right: 20px;
        }
    }
    #nav .inner .middle{
        width: 14%;
        min-width: 120px;
        img{
            margin: 0 auto;
            display: block;
        }
    }
}

@media(max-width:1100px){
    #nav .inner .left .search-wrap{
        display: none!important;
    }
    #nav .inner .right .gt_switcher,
    #nav .inner .right .gt_switcher a,
    .gt_container--eis50x .gt_switcher .gt_option{
        width: fit-content!important;
    }
    #nav .inner .gt_container--eis50x .gt_switcher .gt_selected a:after{
        display: none!important;
    }
}

@media(max-width:700px){
    #nav .inner .middle{
        min-width: 99px!important;
        width: auto;
        margin: 0;
    }
    #nav .inner .left{
        width: 100%;
    }
    #nav .inner .right{
        width: 100%;
    }
}

@media(max-width:550px){
    #nav .inner .login{
        margin: 0;
    }
    #nav .inner .right .gtranslate_wrapper{
        margin: 0;
    }
    #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0{
        margin-right: 0!important;
    }
}

.aws-container .aws-search-field{
    font-size: 16px;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu {
    width: 300px!important;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li a {
    color: #5C5C5C !important;
    font-size: 15.5px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    text-transform: none !important;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li a:hover {
    background: #A0D46D !important;
}
#nav .bottom #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:hover {
    background: #A0D46D !important;
}

#nav .inner .cart-customlocation{
    height: 44px;
}

#nav .bottom #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:hover,
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li a:hover{
    color: #000!important;
}