/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.4.1752727147
Updated: 2025-07-17 01:39:07

/* ///////////////////////////////////// */
/* Meu css */

/* ///////////////////////////////////// */
/* Início CSS do bonequinho */
.menu-usuario {
  position: relative;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}

.usuario-visivel {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  padding: 6px;
}

.usuario-visivel i {
  font-size: 22px;
}

.nome-usuario {
  font-size: 13px;
  margin-top: 4px;
}

.submenu-usuario {
  display: none;
  position: absolute;
  top: 100%;
  right: 50%;
  transform: translateX(50%);
  background: #fff;
  border: 1px solid #ddd;
  padding: 10px;
  min-width: 160px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
  z-index: 999;
}

.submenu-usuario a {
  display: block;
  padding: 5px 10px;
  text-decoration: none;
  color: #333;
}

.submenu-usuario a:hover {
  background: #f5f5f5;
}

.menu-usuario:hover .submenu-usuario {
  display: block;
}

/* para deixar o entrar branco */
.menu-usuario a {
  color: #fff !important;
  font-size: 16px;
}

.menu-usuario a:hover {
  font-size: 18px;
  color: #ddd; /* opcional: cor ao passar o mouse */
}

/* ///////////////////////////////////// */
/* Fim CSS do bonequinho */

/* Corrige layout do form de adicionar ao carrinho */
/* Fundamental para colocar o botão embaixo da quantidade */
form.cart.e-loop-add-to-cart-form {
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 10px;
}

/* Não mostra o botão de quantidade quando está fora de estoque */
.estoque-zero .qib-button-wrapper,
.estoque-zero .add_to_cart_button,
.estoque-zero .quantity {
  display: none !important;
}
