/*
 Theme Name:     CBD
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */

.age-gate-form button {
    border: 0;
    color: white;
    font-weight: bold;
    padding: .5rem 2rem;
    opacity: .75;
    cursor: pointer;
    transition: opacity .5s ease-in-out;
}
.age-gate-form button:hover {
    opacity: 1;
}

button.age-gate-submit-yes {
    background-color: #6cb245;
}

button.age-gate-submit-no {
    background-color: #e51919;
}

#tap-to-whatsapp {
    display: block;
    position: fixed;
    z-index: 9999;
    top: 80vh;
    right: -10px;
    width: 70px;
    height: 70px;
    background-color: #25d366;
    background-image: url(https://whatsappbrand.com/wp-content/themes/whatsapp-brc/images/WhatsApp_Logo_2.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 35px 0 0 35px;
    box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.12);
    transition: all .1s ease-in-out;
}

#tap-to-whatsapp:hover {
    right: 0;
}

.product-purchase-note {
    color: #e51919;
}

.large-title .header-content {
    width: 2000px !important;
    max-width: 100% !important;
}