/*
* 2022 Elenitos Nestar SL
*
* NOTICE OF LICENSE
*
*  @author    Hugo Herreros <hugoherreros93@gmail.com>
*  @copyright 2009-2022 Elenitos Nestar SL
*  @license   Property of Elenitos Nestar SL Non redistributable.
*/

.product-flag.hotselling {
    color: #000;
    background-color: #f1d5a8;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 12px;
    padding: 8px 10px;
    margin-right: 10px;
}

@media (max-width: 767px){
    .product-flag.hotselling {
        font-size: 8px;
        line-height: 8px;
        padding: 6px 10px;
    }
}