/*
Theme Name: F7 Child
Author: VamTam
Author URI: https://vamtam.com
Template: f7
*/
.woocommerce-return-to-shop { 
    display: none; 
}
.globalcart {
    background-color: yellow; /* Color de fondo */
    color: black; /* Color del texto */
    padding: 10px 20px; /* Espaciado interno para dar forma al botón */
    text-decoration: none; /* Elimina el subrayado del enlace */
    border-radius: 5px; /* Redondea las esquinas del botón */
    display: inline-block; /* Permite aplicar padding y otros espaciados */
}

/*

put your child theme styles here


you don't need any @import rules

*/
