#outer-header {
    background: #fbfbfb !important;
    margin-bottom: 0;
}


#logo {

    background: None !important;
    margin-top: 15px;
}

#logo img {

    width: 90%;
}

#discount, #shipping, #new-shipping {

    margin-right: 0;
    float: left;
    top: 20px;

}

#new-shipping {
    margin-left: 70px;
}

.top-right-header {

    float: right !important;
    font-size: 12px;
    margin-top: -12px;
}

.top-right-header a {
    text-decoration: none !important;
    color: black !important;
}

.bottom-right-buttons {

    float: right;
    margin-top: -10px ;

}

.bottom-right-buttons li, .bottom-right-buttons a {

    background: #50b26e;
    color: white !important;
    text-decoration: none!important;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;

}


.bottom-right-buttons a ::hover {

    color: white !important;
    background: #008000;
}

.bottom-right-buttons .separator  {
    font-size: 20px;
    padding-right: 0 !important;
    padding-top: 0 !important;
}

.bottom-right-buttons .cart {
    padding-right: 10px;
    overflow: hidden
}

.bottom-right-buttons .logout {
    overflow: hidden;
    padding-right: 0;
}

.bottom-right-buttons .logout a{
    padding-right: 10px;
    padding-left: 10px;
}

.bottom-right-buttons a span{
    display: inline-block;
    background: url(/static/images/common.webp) no-repeat;
    margin-right: 5px;
    vertical-align: bottom;
    margin-left: 15px;

}
.bottom-right-buttons .cart a span{
    background-position: -25px -487px;
    width: 24px;
    height: 21px;
}
.bottom-right-buttons .account a span{
    background-position: 0 -487px;
    width: 25px;
    height: 22px;
}

#main-menu {
    background: #008050 !important;
    height: 60px;
    border: none !important;
    margin-top: 0 !important;


}

li.menu-item-has-children .dc-mega {
    border-right: solid #000000 1px;

}

li.menu-item-has-children {
    border-left: none !important;
}
.dc-mega {
    height: 55px;

}
a.dc-mega {
    color: white;
    font-weight: bold;
    text-transform: none;
    font-family: Arial;
}

.menu-item-has-children a::before{
    color: white !important;
    font-weight: normal;

}
.dcjq-mega-menu .sub-menu {

    background: #fff;
}


#airsearch_advanced_wrap {
    margin-left: 15px;
}

.adv_search {
    margin-top: 7px;
    position: relative;
    top: 0;
    left: 0;
}
#btn_adv_srarch {
    display: inline-block;
    background: #005a28 !important;
    box-shadow: none !important;
    height: 100% !important;
}
#btn_adv_srarch i.lazy {
    background-image: none;
    background-color: #00b487;
}
#btn_adv_srarch i{
    display: inline-block;
    background: transparent url(/static/images/common.webp) no-repeat -155px -477px;
    width: 29px;
    height: 27px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -13.5px;
}
#airsearch_advanced_container input {

    box-shadow: none !important;
}

#customer-service-mobile{
    display: none;
}

@media only screen and (max-width: 1050px) {
    #discount, #shipping {
        width: 100px;
    }

    #discount {
        height: 52px;
    }
    #discount img, #shipping img{
        width: 100%;
        height: 100%;
        margin-top: 15px;

    }

    .adv_search {
        margin-top: 15px !important;
    }

}


@media only screen and (max-width: 767px) {
    div#container div#inner-header #logo {
        width: 50%;
        margin: 15px 0;
        float: left !important;
    }
    #logo img {
        margin-top: 0;
    }
    div#container div#inner-header .top-right-header {
        width: 50%;
        margin: 20px 0;
        float: right !important;
    }
    #customer-service{
        display: none;
    }
    #customer-service-mobile{
        display: block;
        text-align: right;
        padding-right: 5px;
    }
}


@media only screen and (max-width: 450px) {
    body{
        padding-top: 65px;
    }
    header{
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1000;
        width: 100%;
        max-height: 65px;
        overflow: hidden;
    }
}
