/**
 * Webkul Software.
 *
 * @category  Webkul
 * @package   Webkul_MagentoProductLabels
 * @author    Webkul Software Private Limited
 * @copyright Webkul Software Private Limited (https://webkul.com)
 * @license   https://store.webkul.com/license.html
 */

@media screen and (min-width: 329px) {
    .labels{
        width:39px;
    }
}
@media screen and (min-width: 373px) {
    .labels{
        width:45px;
    }
}

@media screen and (min-width: 462px) {
    .labels{
        width:60px;
    }
}
.labels{
     height: 60px;
     width: 60px;
     z-index:2;
     position:absolute;
}

@media screen and (max-width: 768px) {
    .wishlist .labels{
        width: 30px;
        height: 30px;
    }
}