/*
Discounts Gateway styling
    Created on : May 4, 2015, 5:22:43 PM
    Author     : impleCode
    http://implecode.com/wordpress/plugins/coupon-codes/
*/

.coupon-code.wrong {
    border-color: red;
}

.coupon-code.correct {
    border-color: green;
}

.active-coupon:after {
    font-family: dashicons;
    content: "\f335";
    margin-left: 5px;
    color: red;
    cursor: pointer;
}

td.coupon-code-td, .boxed #product_details table tr td.coupon-code-td {
    padding-top: 10px;
}