/* 
Theme Name: Equipe Botas
Description: Tema desenvolvido exclusivamente para a Equipe Botas.
Author: Daniel Costa
Author URI: https://dcwebsolutions.com.br/
Template: hello-elementor
Version: 1.0.1
Text Domain: equipebotas
*/

/*
    Add your custom styles here
*/

html,
body {
  overflow-x: hidden;
}

li.menu-whatsapp > a {
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #f45e2a;
  color: #fafafa !important;
  padding: 10px 20px !important;
  border-radius: 999px;
  text-decoration: none !important;
  border-bottom: none !important;
  box-shadow: none;
  transition: all 0.3s ease;
}

li.menu-whatsapp > a:hover {
  background: #d94e1f;
  transform: scale(1.05);
  text-decoration: none !important;
  border-bottom: none !important;
}

li.menu-whatsapp > a::after,
li.menu-whatsapp > a:hover::after {
  display: none !important;
  content: none !important;
}

@media (max-width: 768px) {
  li.menu-whatsapp > a {
    margin-bottom: 20px !important;
  }
}
