/*======================================
Theme Name: Divi Child Theme
Theme URI: 
Description: This is a free Divi child theme!
Author: 
Author URI: 
Author Email: 
Template: Divi
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
======================================*/


/*add your custom CSS below this line*/

/* Turn "My account" menu item into a user icon */
.menu-account-icon > a {
    position: relative;
    font-size: 0 !important;   /* hide text size */
    line-height: 0 !important; /* remove text height */
}

/* Hide any spans/text inside the link */
.menu-account-icon > a span,
.menu-account-icon > a .menu-text {
    display: none !important;
}

/* Insert Divi's user/profile icon */
.menu-account-icon > a::before {
    content: "\e08a";          /* ETmodules user/profile icon */
    font-family: "ETmodules";
    font-size: 18px;           /* icon size */
    line-height: 1;
    display: inline-block;
}

/* Optional: add some spacing before the icon */
.menu-account-icon {
    margin-left: 12px;
}


/* On tablet & mobile, keep header columns side by side for this row */
@media (max-width: 980px) {
    .no-stack-header-row {
        display: block; 
    }

    .no-stack-header-row .et_pb_column {
        width: 50% !important;         
        float: left !important;        
        margin-bottom: 0 !important;   
    }
}

/* Hide variation price above Add to Basket on voucher product only */
.postid-367 .single_variation .woocommerce-variation-price,
.postid-367 .single_variation .price {
    display: none !important;
}

