.top-header .container .top-links{  display: flex;
  align-items: center;}
  
  @media only screen and (min-width: 1440px) {
  .top-header .container .top-links > li a {
    font-size: .92rem !important;
  }
}

#home_page .product-box .hover-box-shadow{
    margin-bottom:0 !important;
}
#frm_search_tmp .dropdown.bootstrap-select {
    display: none;
  }
@media screen and (max-width:767px) {
.home_page_body #top-banner {
  display: block !important;
}
}