/**
 * Webkul Software.
 *
 * @category  Webkul
 * @package   Webkul_MultiCoupon
 * @author    Webkul Software Private Limited
 * @copyright Copyright (c) Webkul Software Private Limited (https://webkul.com)
 * @license   https://store.webkul.com/license.html
 */
 
.applied-coupon-codes {
    padding: 5px 10px;
    background: #eee;
    border: 1px solid #ccc;
}
.applied-coupon-codes.checkout{
    margin: 2px;
}
.applied-coupon-codes > .action.cancel {
    margin: 0 5px 0 0;
}
.applied-coupon-codes .action.cancel > span {
    font-weight: bold;
    color: #000;
    margin: 0;
}
.cancel img {
    height: 13px;
  }