/*
 Theme Name:     Vivamart Child
 Theme URI:      https://www.vivamart.no/
 Description:    A child theme for vivamart.no
 Author:         Viva Mart
 Author URI:     https://www.vivamart.no/
 Template:       Divi
 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:    vivamart-child
*/

.price_wrapper {
    display: flex;
    align-items: center;
    gap: 7px;
}
.wrcc_price_cart {
    display: flex;
    align-items: center;
    gap: 30px;
}
.takeaway-product-inner .add-to-cart a:before {
    content: "\e07a";
    font-family: ETmodules!important;
    font-size: 10px;
    position: absolute;
    color: #fff!important;
    text-align: center;
    opacity: 1;
    top: -10px;
    left: -9px;
    right: 0;
    background-color: #FF7A28;
    height: 18px;
    width: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    bottom: 0;
}
.wrcc_price_cart .product-price .woocommerce-Price-amount{
    font-size: 12px;
}