/*!
Theme Name: Divi-Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Version: 4.19.4
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
License: GNU General Public License v2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
template: Divi
Text Domain:  Divi-Child
*/


.et_pb_column.et_pb_column_3_5 .et_pb_module_inner .woocommerce-form-coupon-toggle.checkoutPageCoupon{
        display: block !important;
}
.checkout_coupon:not(.et_pb_column.et_pb_column_3_5 .et_pb_module_inner .checkout_coupon){
    display:none !important;
}

div#pwgc-redeem-gift-card-form {
    background: #fff;
    border-radius: 4px;
    padding: 10px;
    margin-bottom: 10px;
    margin-top: -2px;
    border: none !important;
    border-radius: 0px !important;
}

input#pwgc-redeem-gift-card-number {
    width: 170px !important;
}

input#pwgc-redeem-button {
    margin: 0px 10px;
    border-radius: 5px;
    font-size: 18px;
    padding: 2px 14px;
}

.checkout_coupon #coupon_code {
    border:none;

}

input#coupon_code::placeholder {
    color: #808295;
}

.woocommerce-checkout .woocommerce-form-coupon-toggle.checkoutPageCoupon{
    display: none;
}
/*.checkout_coupon #coupon_code {
    border: 1px solid black;
    width: 170px;
    -webkit-appearance: none;
    background-color: #eee;
    color: #999;
    font-size: 14px;
    line-height: 1.7em !important;
    padding: 8px;
}*/
.checkout_coupon .form-row-last .wp-element-button, .woocommerce-checkout #pwgc-redeem-gift-card-form #pwgc-redeem-button {
    font-size: 18px;
    padding: 8px;
    border-radius: 0px;
    color: #fff;
    font-family: 'Oswald',Helvetica,Arial,Lucida,sans-serif!important;
    line-height: 24px !important;
    font-weight: 400;
    margin: 0px !important;
    text-transform: uppercase !important;
}

.checkout_coupon .form-row-first { width: 170px !important }
.checkout_coupon .form-row-last {  width: auto !important;  float: left !important; margin-left: 5px !important; }
.checkout_coupon.woocommerce-form-coupon {  margin-bottom: 0px !important;     border: none !important; border-radius: 0px !important; }
#pwgc-redeem-gift-card-form #pwgc-redeem-form label { padding-bottom:10px;  }


@media only screen and (max-width: 1029px) { 
    .checkout_coupon .form-row-first, input#pwgc-redeem-gift-card-number { width:150px !important; }
}

@media only screen and (max-width: 980px) { 

    .checkout_coupon .form-row-first { float: left !important; }
}

@media only screen and (max-width: 480px) { 

    .checkout_coupon .form-row-first { width:100% !important;}
    .checkout_coupon .form-row-last { width: 100% !important; margin-left: 0px !important; }
    .checkout_coupon .form-row-last .wp-element-button, .woocommerce-checkout #pwgc-redeem-gift-card-form #pwgc-redeem-button { width: 100%; margin: 5px 0px !important; }
    #pwgc-redeem-gift-card-form input#pwgc-redeem-gift-card-number { width:100% !important; }
    .checkout_coupon #coupon_code { width:100%; }

}