/**
 * @category    Mana
 * @package     ManaProduct_Tag
 * @copyright   Copyright (c) http://www.manadev.com
 * @license     http://www.manadev.com/license  Proprietary License
 */
.m-image-container { overflow: visible; float: left; position: relative; }
.m-tag { position: absolute; z-index: 10; opacity:0.9; }
.m-tag.m-sale { top: -2px; left: -2px; width: 70px; height: 70px; background: transparent url(../images/manaproduct_tag/on-sale.png) 0 0 no-repeat; }
.m-tag.m-magento2 { bottom: 7px; left: -2px; width: 70px; height: 70px; background: transparent url(../images/manaproduct_tag/magento-2.png) 0 0 no-repeat; }
.m-tag.m-popular { top: -2px; right: -3px; width: 70px; height: 70px; background: transparent url(../images/manaproduct_tag/popular.png) 0 0 no-repeat; }
.m-tag.m-enterprise { top: -2px; right: -3px; width: 70px; height: 70px; background: transparent url(../images/manaproduct_tag/enterprise.png) 0 0 no-repeat; }
.m-tag.m-seo { bottom: 7px; right: -3px; width: 70px; height: 70px; background: transparent url(../images/manaproduct_tag/seo.png) 0 0 no-repeat; }
.m-tag.m-free { top: 10px; right: -30px; width: 30px; height: 60px; background: transparent url(../images/manaproduct_tag/free.png) 0 0 no-repeat; opacity: 1; }
.m-tag.m-sale.m-medium { top: -1px; left: -1px; width: 40px; height: 40px; background-size: 40px 40px; }
.m-tag.m-magento2.m-medium { bottom: 9px; left: -1px; width: 40px; height: 40px; background-size: 40px 40px; }
.m-tag.m-popular.m-medium { top: -1px; right: -1px; width: 40px; height: 40px; background-size: 40px 40px; }
.m-tag.m-enterprise.m-medium { top: -1px; right: -1px; width: 40px; height: 40px; background-size: 40px 40px; }
.m-tag.m-seo.m-medium { bottom: 9px; right: -1px; width: 40px; height: 40px; background-size: 40px 40px; }
.m-tag.m-free.m-medium { right: -18px; width: 18px; height: 40px; background-size: 18px 40px; }
