/**
 * Bestseller Flag module - Front CSS
 */

.product-flag.bestseller {
    background-color: #faa619;
    color: white;
    padding: 15px;
    border-radius: 15px;
    font-weight: bold;
    z-index: 2;
    position: relative;
} 