/*
 Theme Name: Divi Child
 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
*/

:root {
    --eon-primary: #c4beb9;
    --eon-secondary: #ACA6A1;
    --eon-button-text: #fff;
}

/* =Theme customization starts here
------------------------------------------------------- */
.logo-fancy-text {
    font-family: 'Great Vibes', Georgia, serif !important;
    color: #666;
    font-size: 2.5rem;
    font-weight: bold;
    text-shadow: 1px 1px 2px #ecd5c5;
    position: relative;
    top: 4px;
}

.gform_button.button {
    background-color: var(--eon-primary)!important;
}

.gform_button.button:hover {
    background-color: var(--eon-secondary) !important;
}

.et-cart-info {
    display: none;
}

.woocommerce nav.woocommerce-pagination ul li a {
    color: var(--eon-secondary);
}

.posted_in a {
    color: var(--eon-secondary) !important;
}

.posted_in a:hover {
    text-decoration: underline;
}

.woocommerce #respond #commentform input#submit, .woocommerce-page #respond #commentform input#submit {
    border: none;
    background-color: var(--eon-primary) !important;
    color: var(--eon-button-text);
}

.woocommerce #respond #commentform input#submit:hover, .woocommerce-page #respond #commentform input#submit:hover {
    border: none;
    background-color: var(--eon-secondary) !important;
    color: var(--eon-button-text);
}