/* Logo */
img.sp-default-logo.hidden-xs {
    max-width: 130px;
}
#sp-header .sp-default-logo {
    width: 130px;
}
img.sp-retina-logo.hidden-xs {
    width: 130px;
}
@media(max-width:991px){
  #sp-header .sp-default-logo {
    width: 130px;
}
  #sp-header .sp-retina-logo {
    width:130px;
}
}

/* menu */
@media(max-width:991px){
  div#sp-menu {
    float: right;
}
}

/* top1 */
.sp-column.top1-sp-01 {
   height: 90px;
   display: flex;
   align-items: center;
}
#sp-header.menu-fixed .sp-column.top1-sp-01 {
    height: 70px !important;
}
@media (max-width: 991px){
select.notranslate {
    width: 130px;
    padding: 7px !important;
    font-size: 12px;
}
}

.whatsappchat.popup-section{
  display:none;
}