/**
 * This Software is property of ACTIVETRAFFIC is protected by
 * copyright law - it is NOT Freeware.
 * Any unauthorized use of this software without a valid license agreement
 * will be prosecuted by civil and criminal law.
 *
 * @link        http://www.activetraffic.de
 * @projectlink	http://www.flexia.de
 * @authors     Mario Krell <mario.krell@activetraffic.de>
 * @copyright   (C) ACTIVETRAFFIC
 * @module      Flexia's Label Module
 * @version     15.04.2019 1.0.0
 */

.boxwrapper .list-container .infogridView .productBox .picture a,
.boxwrapper .list-container .gridView .productBox .picture a {
	width: 100%;
}

.picture {
	position: relative;
}

.product-label {
    padding: 5px 15px;
    font-weight: 100;
    letter-spacing: 0px;
    font-size: 14px;
}

.product-label.absolute {
	position: absolute;
    left: 0;
}

.picture .product-label.absolute {
    top: 30px;
    font-size: 10px;
}

.picture .product-label.absolute + .product-label.absolute {
    top: 70px;
}

.label-wrapper {
	margin-right: 10px;	
}

.label-wrapper .product-label {
	padding: 3px 9px;
    text-transform: uppercase;
    vertical-align: text-bottom;
    border-radius: 11px;
    font-weight: bold;
    color: #fff;
}

.product-label.yellow {
	background-color: #c4cb5c;
}

.product-label.red {
	background-color: #e20018;
}

.product-label.blue {
	background-color: #035ca8;
}

.product-label.black {
	background-color: #000;
}