/*
Theme Name: ChildStoreFront
Version: 1.0
Description: A child theme of Storefront
Template: storefront
Author: IVAN FERRARI
*/
@import url("../storefront/style.css");
/* Your awesome customization starts here */

a:focus, button:focus, input:focus, textarea:focus{
	outline: 2px solid transparent;
}

#row_collection{
	display:flex;
	width: 100%;
    max-width: fit-content;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
	    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
	color: var( --e-global-color-b0bfe9d );
    font-family: "Poppins", Sans-serif;
}
