/*
Theme Name:  Astra Child
Theme URI:   https://wpastra.com/
Description: Child theme de Astra para Alexander Tango Store.
Author:      Alexander Tango Store
Template:    astra
Version:     1.0.0
Text Domain: astra-child
*/

/* Boton de WhatsApp */
.wp-whatsapp-btn {
    background-color: #25D366 !important;
    color: #ffffff !important;
    border: none !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 20px !important;
    border-radius: 5px !important;
    font-weight: bold;
    text-transform: uppercase;
    transition: background-color 0.3s ease;
}

.wp-whatsapp-btn:hover {
    background-color: #128C7E !important;
    color: #ffffff !important;
}

.wp-whatsapp-btn svg {
    margin-right: 5px;
}

/* Botón Flotante de WhatsApp */
.wp-floating-whatsapp {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;
    left: 20px;
    background-color: #25d366;
    color: #FFF !important;
    border-radius: 50px;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.3);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}
.wp-floating-whatsapp:hover {
    background-color: #128c7e;
    transform: translateY(-3px);
    box-shadow: 2px 5px 15px rgba(0,0,0,0.4);
}


/* Botón Flotante de WhatsApp */
.wp-floating-whatsapp {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;
    left: 20px;
    background-color: #25d366;
    color: #FFF !important;
    border-radius: 50px;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.3);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}
.wp-floating-whatsapp:hover {
    background-color: #128c7e;
    transform: translateY(-3px);
    box-shadow: 2px 5px 15px rgba(0,0,0,0.4);
}

