/**
Theme Name: Appese
Author: David Péronne
Author URI: https://davidperonne.com/
Description: Appese is an Astra child 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: astra-child
Template: astra
*/



[data-section="section-header-mobile-trigger"] .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg {
    fill: white;
}

.main-header-menu .sub-menu .menu-item:not(:last-child) {
border-bottom: solid #1e73be 1px;
}

.main-header-menu .sub-menu .menu-link {
    padding: 0.5em 1em;
}
.main-header-bar .main-header-bar-navigation .sub-menu a {
    color: #1e73be;
    font-weight: 400;
}

.main-header-bar .main-header-bar-navigation .sub-menu a:hover {
    color: #dd9933;
}

.ast-footer-copyright a {
    color: white;
}


.ast-site-header-cart i.astra-icon:after {
    color: #1e73be !important;
}

.woocommerce-js div.product form.cart .button.single_add_to_cart_button {
    padding: 15px 20px;
}


/* shop page */
.woocommerce-shop #primary {
    margin: 2em 0;
}
.woocommerce-shop .page-title {
    margin-bottom: 0.5em;
}