


span.submenu-button {
    display: none;
}


.search-mobile {
    display: none;
}


.search-form-wrapper button {
    border: none;
    background: none;
    color: #fff;
    position: absolute;
    right: 14px;
    font-size: 16px;
}

.search-form-wrapper .search-header {
    margin-left: 0;
}
 ul.dropdown-menu { background-color: #333!important;}
.dropdown-menu li a {
    border-bottom: 1px solid #666;
    padding: 6px;
    color: #fff!important;
  }
.dropdown-menu li a:hover {background-color: #ed1c24; color: #fff;}

.mini-cart-wrap .dropdown-menu li.mini_cart_item a {
    padding:0!important;
    color: #333 !important;
    word-break: break-all;
    background-color: #fff!important;
  }

@media only screen and (max-width:1360px) {
    .logo img {
        width: 200px;
    }
}

@media only screen and (min-width:991px) and (max-width:1090px) {
    .rightlink a {
        padding: 0 5px;
        font-size: 12px;
    }
    .rightlink {
        padding-right: 5px;
    }
    .rightlink a {
        padding: 0 5px;
        font-size: 14px;
    }
    .phonetext {
        font-size: 14px;
        padding: 0 5px;
    }
    .innerbannertext h2 {
        font-size: 40px;
        line-height: 50px;
        padding: 40px 0 21px;
    }
}

@media screen and (max-width:991px) {




}

@media screen and (max-width:767px) {


.search-mobile {
    position: absolute;
    right: 130px;
    top: 28px;
    color: #333;
    display: block;
    z-index: 9999;
}
}