/**
 * @package    Easy Show Coupons
 * @author     Carlos Cámara <carlos@hepta.es>
 * @copyright  2016 Hepta Technologies SL
 * @license    GNU General Public License version 2 or later; see LICENSE.txt
 */

 .easyshowcoupons-discount-item{
	border: 5px dashed green;
	border-radius: 4px;
	background-color: rgba(0,255,0,0.5);
	color: green;
	padding: 10px 20px;
	font-size: 16px;
	font-weight: bold;
 }
/*
 .easyshowcoupons-productprice-block{
     top:-270px;
     position:absolute;
     text-align:center;
     width:100%;
 }
 */
