/**
* Top sale label
 *
 * @author    Rolige <www.rolige.com>
 * @copyright 2011-2021 Rolige - All Rights Reserved
 * @license   Proprietary and confidential
 */

.product-flags .product-flag.top-sale-product {
	bottom: 0;
}

.product-flags .product-flag.free-shipping {
	top: 0;
    background: transparent;
    right: 0;
    text-align: right;
}

.product-flags .product-flag.free-shipping img{
	max-width: 50%;
	float: right;
}

.product-flags .product-flag.category-product {
	top: 0;
    background: transparent;
    right: 0;
    text-align: right;
}

.product-flags .product-flag.category-product img{
	max-width: 50%;
	float: right;
}