/*
Theme Name: Astra Child - my child theme
Theme URI: https://wpastra.com/
Template: astra
Author: Brainstorm Force
Author URI: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme
Description: Astra is fast, fully customizable &amp; beautiful WordPress theme suitable for blog, personal portfolio, business website and WooCommerce storefront. 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 and is Native AMP ready so search engines will love your site. It offers special features and templates so it works perfectly with all page builders like Elementor, Beaver Builder, Visual Composer, SiteOrigin, Divi, etc. Some of the other features: # WooCommerce Ready # Responsive # RTL &amp; Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained &amp; Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and WooCommerce ready theme that you can use for building any kind of website!
Tags: custom-menu,custom-logo,entertainment,one-column,two-columns,left-sidebar,e-commerce,right-sidebar,custom-colors,editor-style,featured-images,full-width-template,microformats,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready,blog
Version: 4.8.10.1738525618
Updated: 2025-02-02 19:46:58

*/

.thank-you-whatsapp {
    text-align: center;
    margin-top: 20px;
}

.whatsapp-button {
    display: inline-block;
    padding: 12px 20px;
    background-color: #25D366; /* Color oficial de WhatsApp */ !important
    color: #ffffff;
    text-decoration: none;
    font-size: 18px;
    border-radius: 8px;
    font-weight: bold;
    border: none;
    transition: background 0.3s ease-in-out;
}

.whatsapp-button:hover {
    background-color: #1ebe57; /* Color más oscuro al pasar el mouse */
}

/* Cambiar color del icono del carrito */
.wpmenu-cart-contents i {
    color: #ff6600 !important; /* Cambia este color por el que prefieras */
}

/* Cambiar color del precio en el carrito */
.wpmenu-cart-contents .amount {
    color: #ff6600 !important; /* Cambia este color por el que prefieras */
    font-weight: bold; /* Hace que el texto sea más visible */
}

/* Estilos para botones de añadir al carrito de WooCommerce */
.add_to_cart_button {
    /* Reducir tamaño del botón */
    padding: 8px 15px !important;
    font-size: 10px !important;
	font-weight: bold; 
    
    /* Cambiar color de fondo y texto */
    background-color: white !important;
    color: #3B2B25 !important;
    border: none; 
	
    /* Centrar texto */
    text-align: center !important;
    display: block !important;
    width: 100% !important;
    
    /* Estilos para el estado hover */
    transition: all 0.3s ease !important;
}

.we-buy-now-btn-archive {
    background-color: #4CAF50 !important; /* Verde */
    color: white !important; /* Letras en blanco */
    font-weight: bold !important; /* Letras en negrita */
    border: none !important; /* Opcional: quitar bordes */
    padding: 10px 15px !important; /* Ajustar padding si es necesario */
    border-radius: 5px !important; /* Bordes redondeados opcionales */
    cursor: pointer !important; /* Cursor de mano al pasar el mouse */
}

.we-buy-now-btn-archive:hover {
    background-color: #45a049 !important; /* Color un poco más oscuro al pasar el mouse */
}

.ast-desktop .ast-builder-menu-1 .menu-item .sub-menu:last-child > .menu-item > .menu-link {
    border-bottom-width: 1px;
    color: #3b2b25;
}
.ast-desktop .ast-builder-menu-1 .menu-item .sub-menu:last-child > .menu-item > .menu-link:hover {
    color: #3b2b25;
}
 
@media (max-width: 768px) {
    .related.products ul.products li.product {
        width: 48% !important; /* Adjusts width for two-column layout */
    }
}
@media (max-width: 768px) {
    .related.products ul.products li.product:nth-child(n+3) {
        display: none !important;
    }
}

.copy-icon {
    margin-left: 10px;
    color: #0073aa;
    font-size: 18px;
    cursor: pointer;
    text-decoration: none;
}

.copy-icon:hover {
    color: #005d8c;
}





