/* Top Contacts */
#header .topcontacts ul {
  margin-bottom: 0;
}

#header .topcontacts ul li {
  font-size: 1rem;
  margin-right: 0.7rem;
}

#header .topcontacts ul li:last-child {
  margin-right: 0;
}

#header .topcontacts ul li .material-icons,
#header .topcontacts ul li .icon,
#header .topcontacts ul li .icon-svg {
  font-size: 1.2rem;
  vertical-align: middle;
}

#header .topcontacts ul li .icon-svg-whatsapp {
  font-size: 1.5rem;
}

#header .topcontacts ul li a {
  text-decoration: none;
}

#header .topcontacts ul li a:hover .icon-svg-whatsapp:before,
#header .topcontacts ul li a:hover .icon-svg-whatsapp:focus,
#header .topcontacts ul li a:hover .icon-svg-whatsapp:active {
  color: #212529;
}

/* Top Shipping */
#topshipping,
#topsocials {
  text-align: center;
}

@media (max-width: 575.98px) {
  #header .topcontacts ul li .material-icons,
  #header .topcontacts ul li .icon,
  #header .topcontacts ul li .icon-svg {
    font-size: 1rem;
  }
  
  #header .topcontacts ul li .icon-svg-whatsapp {
    font-size: 1.2rem;
  }

  #header .topcontacts ul li .topcontacts-phone {
    display: none;
  }
}

@media (max-width: 767.98px) {
  #topsocials {
    text-align: right;
  }

  #topshipping {
    display: none;
  }
}

@media (max-width: 991.98px) {
  #header #_desktop_language_selector,
  #header #_desktop_currency_selector {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  #header .topcontacts-hours {
    display: none;
  }

  #header .topcontacts ul li,
  #topshipping {
    font-size: 0.9rem;
  }
}
