/*
Theme Name: Twenty Twenty Child
Theme URI: https://wordpress.org/themes/twentytwenty/
Template: twentytwenty
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Our default theme for 2020 is designed to take full advantage of the flexibility of the block editor. Organizations and businesses have the ability to create dynamic landing pages with endless layouts using the group and column blocks. The centered content column and fine-tuned typography also makes it perfect for traditional blogs. Complete editor styles give you a good idea of what your content will look like, even before you publish. You can give your site a personal touch by changing the background colors and the accent color in the Customizer. The colors of all elements on your site are automatically calculated based on the colors you pick, ensuring a high, accessible color contrast for your visitors.
Tags: blog,one-column,custom-background,custom-colors,custom-logo,custom-menu,editor-style,featured-images,footer-widgets,full-width-template,rtl-language-support,sticky-post,theme-options,threaded-comments,translation-ready,block-patterns,block-styles,wide-blocks,accessibility-ready
Version: 1.9.1657805164
Updated: 2022-07-14 15:26:04
*/

/* =========================
   GENERAL
   ========================= */

.product-name a {
  color: #fff !important;
  font-size: 16px;
}

/* =========================
   ELEMENTOR MINI CART
   ========================= */

/* Evita selector div para mayor responsive/
.elementor-menu-cart__main {
  width: min(500px, 92vw) !important;
  max-width: 92vw !important;
  padding: 25px !important;
  padding-right: 40px !important;
  background-color: #505050 !important;
  border-left: 4px solid #e82a00 !important;
}

.elementor-menu-cart__footer-buttons .elementor-button--view-cart,
.elementor-menu-cart__footer-buttons .elementor-button--checkout {
  background-color: #000 !important;
  color: #e82a00 !important;
  border: 3px solid #e82a00 !important;
  font-size: 16px !important;
}

.elementor-menu-cart__footer-buttons .elementor-button--view-cart:hover,
.elementor-menu-cart__footer-buttons .elementor-button--checkout:hover {
  color: #000 !important;
  background-color: #e82a00 !important;
  border: 3px solid #000 !important;
}

/* =========================
   LOGIN
   ========================= */

#loginform {
  border: 4px solid #e82a00;
  padding: 8px;
  border-radius: 8px;
}

.login #login_error,
.login .message,
.login .success {
  border-left: 4px solid #e82a00 !important;
  border-radius: 8px;
}

/* =========================
   CONTACT FORM 7
   ========================= */

.wpcf7-form-control.wpcf7-acceptance,
.wpcf7-form-control-wrap.acceptance-802 {
  display: block;
  position: relative;
}

.wpcf7-form-control.wpcf7-acceptance input,
.wpcf7-form-control-wrap.acceptance-802 input {
  z-index: 9999;
  display: block;
  position: absolute;
  left: -20px;
  top: 36px;
}

/* =========================
   SEMÁFORO – WooCommerce (global)
   Se aplica a <a>, <button>, y inputs de submit.
   IMPORTANTE: si el elemento tiene la clase kwg-semaforo-*, se pintará SIEMPRE.
   ========================= */

:is(a, button, input[type="submit"], input[type="button"]).kwg-semaforo-rojo {
  background-color: #ff0000 !important;
  border-color: #ff0000 !important;
  color: #fff !important;
}

:is(a, button, input[type="submit"], input[type="button"]).kwg-semaforo-amarillo {
  background-color: #fff045 !important;
  border-color: #fff045 !important;
  color: #111 !important;
}

:is(a, button, input[type="submit"], input[type="button"]).kwg-semaforo-verde {
  background-color: #00a650 !important;
  border-color: #00a650 !important;
  color: #fff !important;
}

/* Opcional: evita estilos del tema encima */
:is(a, button, input[type="submit"], input[type="button"]).kwg-semaforo-rojo,
:is(a, button, input[type="submit"], input[type="button"]).kwg-semaforo-amarillo,
:is(a, button, input[type="submit"], input[type="button"]).kwg-semaforo-verde {
  box-shadow: none !important;
}

/* =========================
   RESPONSIVE
   ========================= */

/* Móvil */
@media (max-width: 480px) {
  .elementor-menu-cart__main {
    width: 92vw !important;
    padding: 16px !important;
    padding-right: 16px !important;
  }
}

/* Tablet */
@media (min-width: 768px) and (max-width: 1024px) {
  .elementor-menu-cart__main {
    width: min(500px, 70vw) !important;
    max-width: 70vw !important;
  }
}

/* =========================
   FIX CHECKBOX CHECKOUT (WooCommerce)
   ========================= */

.woocommerce-checkout .woocommerce-form__label-for-checkbox,
.woocommerce-checkout .woocommerce-form__label {
  display: flex !important;
  align-items: flex-start !important;
  gap: 10px !important;
}

.woocommerce-checkout .woocommerce-form__input-checkbox,
.woocommerce-checkout input[type="checkbox"] {
  position: relative !important;
  left: 0 !important;
  top: 0 !important;
  margin: 0 !important;
  transform: none !important;
  opacity: 1 !important;
  visibility: visible !important;
  z-index: auto !important;
}