/**
Theme Name: Regala Salud
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: regala-salud
Template: astra
*/

/* Contenido */
#glass-chat {
    position: relative;
    width: 350px;
    height: 100px;
    overflow: hidden;
    pointer-events: none;
	margin: 0 auto;
}

/* Estilo burbuja tipo glassmorphism */
.glass-bubble {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 92%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
   -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background-color: #ffffff17;
    padding: 12px 16px;
    border-radius: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.35); 
    /*box-shadow: 0px 15px 30px rgba(0,0,0,0.08);*/
    opacity: 0;
    transform: translateY(40px) scale(.95);
    transition: opacity .6s ease, transform 2.8s ease;
}

/* Avatar */
.glass-bubble .avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    flex-shrink: 0;
}

/* Texto */
.glass-bubble .text {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}

.glass-bubble .name {
    font-weight: 700;
    font-size: 14px;
    color: #333;
}

.glass-bubble .msg {
    font-size: 13px;
    color: #fff;
	padding-top:5px;
	line-height:1.2rem;
	font-weight:300;
}

/* Emoji/derecha */
.glass-bubble .emoji {
	width:34px;
	height:34px;
	font-size:20px;
	background:#fff;
	border-radius:30px;
	padding:5px;
	position:relative;
}

/* Cuando aparece */
.glass-bubble.show {
    opacity: 1;
    transform: translateY(0px) scale(1);
}

/* Cuando se va */
.glass-bubble.hide {
    opacity: 0;
    transform: translateY(-40px) scale(.95);
}

/* DETALLE DE PRODUCTO */
.single-product div.product .entry-title {
    font-weight: 300;
    font-size: 2em;
    text-transform: initial;
}

.gift-cards_form > h3 {
    margin-top: 20px;
    font-weight: 300;
    text-transform: initial;
}

div#tab-description h3{font-weight:300 !important;}

.woocommerce-js h2 { font-size: 1.5rem;}

.ywgc-form-preview-amount {
    display: none;
}

div#tab-description h2 {
    margin-top: 0;
    text-transform: uppercase;
    font-size: 2rem;
}

.ywgc-on-sale-text {
    color: #fff;
    background: #2272b4;
    display: inline-block;
    padding: 7px 25px;
    border-radius: 35px;
    font-size: 1em;
	margin-bottom:0;
}

.gift-card-content-editor.step-appearance{margin:0;}

button.ywgc-predefined-amount-button.ywgc-amount-buttons.selected_button {
    display: block !important;
    pointer-events: none;
    background: #fff !important;
    color: #000 !important;
    box-shadow: none !important;
}

del {color: #a5a5a5;}

/* STICKY */
.ast-sticky-add-to-cart-action-wrap .ast-sticky-add-to-cart-action-price{
	display: flex;
    gap: 10px;
    align-items: center;
}

/* description */
div#tab-description h3{margin-top:0; font-weight:700;}

/* PRODUCTO RELACIONADO */
.astra-shop-summary-wrap p.ywgc-on-sale-text {margin-top: 10px;}
.woocommerce ul.products li.product .astra-shop-summary-wrap, .woocommerce-page ul.products li.product .astra-shop-summary-wrap{padding:0;}

/* PREVIEW PRODUCTO */
h2.woocommerce-loop-product__title {
    font-size: 1.1rem !important;
    font-weight: 400;
    /*text-transform: uppercase; */
}

span.ast-woo-product-category {
    color: #000 !important;
    font-weight: 400;
}

span.price span {
    font-weight: 400;
    font-size: 1rem;
    color: #000;
}

/* PREGUNTAS FRECUENTES */
details {
    background: #F3EFF0;
    border-radius: 10px;
    overflow: hidden;
    /*padding: 20px;*/
}

.elementor-127 .elementor-element.elementor-element-0f7bb07 > .e-n-accordion > .e-n-accordion-item[open] > .e-n-accordion-item-title {
    border-bottom: 1px solid #ccc !important;
}

span.e-opened {
    background: #fff;
    padding: 17px 10px !important;
    border-radius: 30px;
    vertical-align: middle;
    /* display: flex; */
    align-items: center;
}

span.e-closed {
    background: #c9c9c9;
    padding: 17px 10px !important;
    border-radius: 30px;
    vertical-align: middle;
    /* display: flex; */
    align-items: center;
}

/* VIDEO PLAY */
/*.video-container {width: 280px !important; border-radius: 20px; overflow: hidden; margin: 0 auto; position: relative;}
video { width: 100%; height: 100%; object-fit: cover; display: block;}
.controls { position: absolute; bottom: 15px; left: 15px; display: flex; gap: 10px;}
.controls button { padding: 8px 12px; font-size: 14px; border: none; border-radius: 6px; background: #2272b4; color: white; cursor: pointer; transition: background 0.3s ease;}
.controls button:hover {background: #1167ad;}
.restartBtn {background: #59a5d8;}
.restartBtn:hover {background: #cc6e00;} */

/* Formulario de contacto */
form#wpforms-form-592 input, form#wpforms-form-592 textarea {
    border: 0;
    border-bottom: 2px solid #2272b4;
    border-radius: 0;
}
form#wpforms-form-592 textarea{height:100px;}
form#wpforms-form-592 label {
    margin: 0;
    font-size: 1em;
    font-weight: 400;
}
button#wpforms-submit-592 {
    padding: 15px 35px;
    height: 60px;
    border-radius: 50px;
    font-weight: 300;
}

/* MENSAJE DE APROVACION CORREO */
div#wpforms-confirmation-592 {
    background: #2272b4;
    padding: 30px;
    border-radius: 20px;
    border: 0;
    text-align: center;
}

div#wpforms-confirmation-592 p{color:#fff;}

/* Telefono y Whatsapp */
/* WSP */
a.btn-wsp-fijo {position: fixed;z-index: 999;bottom: 35px;right: 15px;}

.btn-wsp-fijo .fa-whatsapp {color: #fff !important;background: #0FB48E;font-size: 25px;padding: 12px 14px;border-radius: 80px;}

/* FONO */
.tel-fijo .fa-phone-alt{color:#fff !important;}
a.tel-fijo {position: fixed;z-index: 999;right: 75px;bottom: 35px;}

.tel-fijo .fa-phone-alt {color: #fff !important;background: #F27B2C;padding: 17px;font-size: 17px;border-radius: 50px;}

/* boton de ver producto */
a.button.product_type_gift-card.add_to_cart_button {
    display: none;
}

/* Nested Tabs: 3 pestañas horizontales sin scroll en mobile */
@media (max-width: 768px) {
  .e-n-tabs-heading {
    display: flex !important;
    flex-wrap: nowrap !important;
    width: 100%;
    overflow: hidden !important;
  }

  .e-n-tabs-heading .e-n-tab-title {
    flex: 1 1 33.3333% !important;
    max-width: 33.3333% !important;
    box-sizing: border-box;
    text-align: center;
    white-space: nowrap;
    margin: 0 !important;
    padding: 10px 4px !important;
  }
	
	.ast-container{padding:20px;}
	
	.single-product div.product .entry-title{font-size:1.6em;}
}

/* preview */
img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {border-radius: 15px;}

/* cuenta menu*/
span.ast-header-account-text {
    color: #fff;
    font-size: 1em;
    font-weight: 300;
}
