#billing_country_field,
#billing_state_field,
#shipping_country_field,
#shipping_state_field {
  display: none !important;
}

/*boton cerrar*/
.dgpr-ui .dgpr-lb-close {
  width: auto !important;
  height: auto !important;
  padding: 0.35rem 0.7rem;
}

.dgpr-ui .dgpr-lb-close:hover {
  color: #c36;
}

/*posicionar el total del minicarrito*/
#dghu-header .dghu-cart__count {
  position: absolute !important;
  top: 7px;
  right: 9px;
  font-weight: 950 !important;
  font-size: 15px !important;
  color: var(--dgcu-ink) !important;
}

/*añadir al carrito busqueda*/
#dghu-header .dghu-search__item {
  grid-template-columns: 54px 1fr auto auto;
}

.dghu-search__item a {
  background: #2ca6ff !important;
  border-color: #2ca6ff !important;
  color: #fff !important;
  opacity: 0.92;
  padding: 4px 6px;
  border-radius: 20px;
}

.dghu-search__item a:hover {
  opacity: 1 !important;
}

/*categorias*/
.widget_product_categories ul.children li a {
  text-transform: uppercase;
}

/*productos*/
#products-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 16px;
  padding: 10px;
}

#products-container .product {
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 12px;
  text-align: center;
  background: #fff;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
  position: relative;
  display: flex;
  flex-direction: column;
}
#products-container .product > .product-title {
  margin-top: auto;
  text-align: left;
  line-height: 0.5;
}

#products-container .product img {
  width: 100%;
  height: auto;
  border-radius: 6px;
}

/* #products-container .product h3 {
  font-size: 16px;
  margin: 10px 0;
}

#products-container .product p {
  font-weight: bold;
  color: #2c7;
} */

/* #products-container .product a {
  display: inline-block;
  margin-top: 8px;
  padding: 8px 12px;
  background: #007bff;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
} */

#products-container .product:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

#products-container .product-title > a {
  font-size: 15px;
  font-weight: 500;
  color: var(--dgfc-title);
  /* line-height: 1; */
}
#products-container .product-presentation {
  color: #58709a;
  min-height: 11px;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  text-align: left;
}
#products-container .price {
  color: var(--dgfc-sale);
  min-height: 16px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.1;
  text-align: left;
}

#products-container .qty {
  width: 3.631em;
  text-align: center;
  border: 1px solid var(--e-global-color-3b35c69);
  padding: 8px;
}

#products-container .add-to-cart-btn {
  font-size: 13px;
  font-weight: 600;
  border-radius: 25px 25px 25px 25px;
  padding: 10px 20px;
  color: #ffffff;
  background-color: #2ca6ff;
  transition: all 0.2s;
  border: none;
  position: absolute;
  bottom: 12px;
  right: 12px;
}
#products-container .add-to-cart-btn:hover {
  opacity: 0.92;
}
#products-container .added::after {
  font-family: WooCommerce;
  content: "\e017";
  margin-left: 0.53em;
  vertical-align: bottom;
}

#products-container .add-to-cart-btn:hover {
  color: var(--e-global-color-44108d9);
  background-color: var(--e-global-color-d725b1a);
}
#rw-wabo-01 {
  z-index: 999996 !important;
}

.woocommerce-order-received .wc-item-meta {
  display: none;
}
.woocommerce-order-received .dgcpro-order-item-flex {
  display: flex;
  gap: 15px;
  align-items: center;
}
/* Cambiar el color de fondo de la sección de detalles */
.woocommerce-order-received .woocommerce-order-details {
  background-color: #f9f9f9;
  padding: 20px;
  border-radius: 8px;
}

/* Resaltar el número de orden y la fecha */
.woocommerce-order-received .woocommerce-thankyou-order-details {
  list-style: none;
  background: #e0f7fa;
  padding: 15px;
  border-left: 5px solid #00acc1;
}

/* Cambiar el color del mensaje principal "Gracias por tu pedido" */
.woocommerce-order-received .woocommerce-notice--success {
  color: #2e7d32;
  font-weight: bold;
  font-size: 1.2em;
  text-align: center;
}

.dgcat-hidden {
  display: none !important;
}
.dgcat-card__btn {
  background: #2ca6ff !important;
  border-color: #2ca6ff !important;
  color: #fff !important;
  border-radius: 99px !important;
  width: 100%;
}
.dgcat-card__qtybtn {
  flex: 0 0 42px !important;
  position: relative;
  overflow: hidden;
  min-width: 42px;
  height: 42px;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  background: transparent !important;
  color: #2ca6ff !important;
}
.dgcat-qty-ctrl {
  align-items: center;
  border: 1px solid #2ca6ff;
  border-radius: 99px;
}
.dgcat-card__qtynum {
  font-size: 15px;
  font-weight: 500;
  color: #173a6c;
  flex: 1;
  text-align: center;
}

.dgcat-card__qtybtn:hover {
  background: rgba(44, 166, 255, 0.12) !important;
  border-radius: 50% !important;
}

.woocommerce-checkout .woocommerce {
  border-top: none !important;

  border-radius: 8px;
  padding: 20px 25px !important;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px !important;
  font-family: "Inter", sans-serif;
  list-style: none !important;
  margin: 15px 15px 0 15px !important;
}
.woocommerce-checkout a.button.wc-backward,
.woocommerce-checkout a.button.wc-forward {
  background-color: #2d3748 !important; /* Gris oscuro / Negro profesional */
  color: #ffffff !important;
  padding: 8px 18px !important;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9em;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.custom_loop_item > .e-con-inner > div {
  height: 100%;
}
.home .elementor-swiper-button-prev,
.home .elementor-swiper-button-next {
  background: white;
  border-radius: 50%;
  padding: 7px;
}
.elementor-widget-loop-carousel
  .elementor-swiper-button.elementor-swiper-button-next
  svg,
.elementor-widget-loop-carousel
  .elementor-swiper-button.elementor-swiper-button-prev
  svg {
  fill: black !important;
}

.dgfc-card__brandpill::before {
  content: "" !important;
  display: none !important;
}

.dgfc-card__brandpill > span {
  /* display: none; */
  position: relative;
  font-size: 8px;
  background: #7f96c7;
  border-radius: 50%;
  color: white;
  font-weight: 900;
  width: 13px;
  height: 13px;
}
.dgfc-card__brandpill > span > span {
  position: absolute;
  top: 2px;
  left: 4px;
}

#y-reclamos hr {
  margin: 14px 0 28px 0;
}
#y-reclamos div > hr {
  margin: 28px 0;
}

#y-reclamos .elementor-field-group label {
  width: 100%;
  padding-bottom: 14px;
}

#y-reclamos .elementor-field-group {
  padding: 0;
  /* margin: 0; */
}
#y-reclamos textarea,
#y-reclamos input[type="text"],
#y-reclamos input[type="email"] {
  padding: 7px;
}
#y-reclamos b {
  padding-bottom: 7px;
  display: block;
}

.elementor-field-group .elementor-select-wrapper select {
  min-height: 32px;
  padding: 7px;
}

/* Ajustes para pantallas pequeñas */
@media (max-width: 480px) {
  #products-container .product h3 {
    font-size: 14px;
  }

  #dghu-header .dghu-search__item {
    grid-template-columns: 54px 1fr auto;
  }

  .dghu-search__results > a > a {
    grid-column: 1 / -1; /* ocupa todo el ancho */
    text-align: center;
  }
}