/*
 Theme Name:   XStore Child
 Theme URI:    http://8theme.com/
 Description:  XStore Child Theme
 Author:       8theme
 Author URI:   http://8theme.com
 Template:     xstore
 Version:      1.0
 Text Domain:  xstore-child
*/

#esa-course-checkout-coupon .woocommerce-info {
    border: none;
    padding: 0;
    color: #222222;
    background-color: transparent;
}

#esa-course-checkout-coupon .woocommerce-info:before {
    display: none;
}

#esa-course-checkout-coupon .checkout_coupon{
    display: flex !important;
}

.coupon input[type="text"] {
    width: 250px !important;
    padding-right: 1rem;
}

.coupon input[type="submit"] {
    position: relative;
    height: 36px;
    background-color: #f2f2f2 !important;
    border: 1px solid #f2f2f2;
    width: auto !important;
    padding: 0 2rem !important;
    color: #222222 !important;
}

.coupon input[type="submit"]:hover {
    background-color: #52b8ad !important;
    border-color: #52b8ad;
    color: #ffffff !important;
    border-radius: 0 !important;
}