/*
* 2023 Elenitos Nestar SL
*
* NOTICE OF LICENSE
*
*  @author    Hugo Herreros <hugoherreros93@gmail.com>
*  @copyright 2009-2023 Elenitos Nestar SL
*  @license   Property of Elenitos Nestar SL Non redistributable.
*/

.product-flag.tienda_fisica {
    color: #000;
    background-color: #e6e6e6;
    font-size: 1rem;
    font-weight: 700;
    padding: 0.6rem 0.8rem;
    border-radius: 20px;
    margin-left: -1rem;
}

.product-flag.tienda_fisica:before {
    content: "\f54f";
    font-family: "Font Awesome 5 Pro";
    padding-right: 0.4rem;
}
