/*======================================
Theme Name: Divi Child
Theme URI: https://divicake.com/
Description: Divi Child
Version: 1.0
Author: Divi Cake
Author URI: https://divicake.com/
Template: Divi
======================================*/


/* You can add your own CSS styles here. Use !important to overwrite styles if needed. */

/* Prodotti */
.woocommerce div.product p.price ins::before {
    content: "Prezzo in offerta: ";
    font-size: 26px;
}
.woocommerce div.product p.price del::before{
    content: "Prezzo di listino: ";
    font-size: 26px;
}

/* Account */
.u-columns.woocommerce-Addresses.col2-set.addresses .col-2 {display: none !important;}
.u-columns.woocommerce-Addresses.col2-set.addresses .col-1 {width: 100%;}
