/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

/* Estilo selector variaciones */

.atributos-producto td.value.woo-variation-items-wrapper {
    background-color: #faf5f5 !important;
}

.atributos-producto th.label {
    background-color: #faf5f5;
	padding: 0px;
}

.atributos-producto .woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item {
    min-width: var(--wvs-single-product-item-width);
    width: auto;
}

.atributos-producto .woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item) {
    border-radius: 0px !important;
}

.atributos-producto td.value.woo-variation-items-wrapper {
    margin-bottom: -10px !important;
}

li.variable-item.button-variable-item.button-variable-item-10-anos {
    font-style: italic;
    font-size: 14px !important;
    color: #6f4d53 !important;
}

li.variable-item.button-variable-item.button-variable-item-12-anos {
    font-style: italic;
    font-size: 14px !important;
    color: #6f4d53 !important;
}

li.variable-item.button-variable-item.button-variable-item-14-anos {
    font-style: italic;
    font-size: 14px !important;
    color: #6f4d53 !important;
}

li.variable-item.button-variable-item.button-variable-item-3-anos {
    font-style: italic;
    font-size: 14px !important;
    color: #6f4d53 !important;
}

li.variable-item.button-variable-item.button-variable-item-4-anos {
    font-style: italic;
    font-size: 14px !important;
    color: #6f4d53 !important;
}

li.variable-item.button-variable-item.button-variable-item-6-anos {
    font-style: italic;
    font-size: 14px !important;
    color: #6f4d53 !important;
}

li.variable-item.button-variable-item.button-variable-item-8-anos {
    font-style: italic;
    font-size: 14px !important;
    color: #6f4d53 !important;
}

li.variable-item.button-variable-item.button-variable-item-2-anos {
    font-style: italic;
    font-size: 14px !important;
    color: #6f4d53 !important;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: var(--wvs-item-background-color, #fff);
    -webkit-box-shadow: var(--wvs-item-box-shadow, 0 0 0 1px #6f4d53) !important;
	border-radius: 0px !important;
    box-shadow: var(--wvs-item-box-shadow, 0 0 0 1px #a8a8a8);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: var(--wvs-item-text-color, #000);
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: var(--wvs-single-product-item-height, 30px);
    justify-content: center;
    margin: 4px;
    padding: 2px;
    position: relative;
    width: var(--wvs-single-product-item-width, 30px);
}

/* Estilo icono carrito header */

a#elementor-menu-cart__toggle_button {
    background-color: transparent;
	padding: 0px;
}

/* Estilo mensaje avisame cuando este disponible */

/* ================================
   CONTENEDOR GENERAL
================================ */
.cwginstock-subscribe-form {
    max-width: 720px;
    margin: 0px;
    padding: 20px;
    background: #ffffff;
    border-radius: 0px;
    margin-bottom: -20px !important;
    margin-top: 20px !important;
}

/* ================================
   RESET BOOTSTRAP / PLUGIN
================================ */
.cwginstock-panel-primary,
.cwginstock-panel-heading,
.cwginstock-panel-body {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
}

/* ================================
   TÍTULO
================================ */
.cwginstock-panel-heading h4 {
    color: #6F4C53 !important;
    letter-spacing: 0px;
    font-weight: 800 !important;
    font-size: 15px !important;
    text-align: left !important;
	text-transform: uppercase !important;
    margin-bottom: 20px;
}

/* ================================
   INPUT EMAIL
================================ */
.cwgstock_email {
  width: 100% !important;
  height: 64px;
  padding: 0 28px;
  font-size: 14px;
  color: #6F4C53;
  border-radius: 90px !important;
	height: 54px !important;
  border: 2px solid #6F4C53;
  background: transparent;
  text-align: center;
  outline: none;
}

/* Placeholder */
.cwgstock_email::placeholder {
  color: #6F4C53;
  opacity: 0.5;
}

/* Focus accesible */
.cwgstock_email:focus {
  border-color: #5d3e42;
}

/* ================================
   FORM-GROUP (sin margen inferior)
================================ */
.cwginstock-subscribe-form .form-group {
  margin-bottom: 0;
}

/* Separación solo entre input y botón */
.cwginstock-subscribe-form .form-group + .form-group {
  margin-top: 24px;
}

/* ================================
   BOTÓN
================================ */
.cwgstock_b_

input.cwgstock_button {
    border-radius: 90px !important;
    height: 54px !important;
}

/* Ocultar la opción tradicional de tarjeta de crédito de Stripe en el checkout */

li.payment_method_stripe {
    display: none !important;
}
