.woocommerce-checkout .checkout_coupon.woocommerce-form-coupon {
    display: block !important;
    background-color: #3D9CD2;
    filter: drop-shadow(0px -2px 5px rgba(0, 0, 0, 0.25));
    padding: 25px;
    padding-left: 150px;
    padding-right: 150px;
    border-radius: 15px;

}

.woocommerce-checkout .checkout_coupon.woocommerce-form-coupon  .cc-form-filds {
    display: flex;
    width: 100%;
    max-width: 580px;
    position: relative;
}

.woocommerce-checkout .checkout_coupon.woocommerce-form-coupon  .cc-form-filds  button {
    position: absolute;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.woocommerce-checkout .checkout_coupon.woocommerce-form-coupon  .cc-form-filds  button  svg {
    margin-left: 5px;
}

.woocommerce-checkout .checkout_coupon.woocommerce-form-coupon   h6 {
    color: #FFF;
    font-family: var(--e-global-typography-text-font-family);
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -2px;
    text-transform: capitalize;
    z-index: 2;
    display: block;
    position: relative;
}


.woocommerce-checkout .checkout_coupon.woocommerce-form-coupon > .sh {
    color: #FFF;
    font-family: var(--e-global-typography-text-font-family);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; 
    z-index: 2;
    display: block;
    position: relative;
}

.woocommerce-checkout .checkout_coupon.woocommerce-form-coupon .pos-abs {
    position: absolute;
    object-fit: cover;
}
.woocommerce-checkout .checkout_coupon.woocommerce-form-coupon .pos-abs.img-1 {
    width: 80px;
    height: 197px;
    top: 0;
    left: 15px;
}

.woocommerce-checkout .checkout_coupon.woocommerce-form-coupon .pos-abs.img-2 {
    width: 119px;
    height: 93px;
    top: 33px;
    right: 400px;
}

.woocommerce-checkout .checkout_coupon.woocommerce-form-coupon .pos-abs.img-3 {
    width: 215px;
    height: 200px;
    top: 22px;
    right: 100px;
}

.woocommerce-checkout .checkout_coupon.woocommerce-form-coupon .pos-abs.img-4 {
    width: 136px;
    height: 124px;
    top: 58px;
    right: 207px;
}

.woocommerce-checkout .checkout_coupon.woocommerce-form-coupon .pos-abs.img-5 {
    width: 179px;
    height: 161px;
    top: 99px;
    right: 52px;
}

.woocommerce-checkout .checkout_coupon.woocommerce-form-coupon .pos-abs.img-6 {
    width: 90px;
    height: 80px;
    top: 43px;
    right: 158px;
}

.woocommerce-checkout .checkout_coupon.woocommerce-form-coupon .pos-abs.img-7 {
    width: 71.152px;
    height: 57.136px;
    top: 75px;
    right: 32px;
}

.woocommerce-checkout form.checkout {
    margin-top: 100px;
}

.stn-label {
    margin-bottom: 20px;
    font-weight: 400;
}

.woocommerce-terms-and-conditions-wrapper > .form-row.validate-required{
    margin-bottom: 10px;
    line-height: 1;
}

.woocommerce-terms-and-conditions-wrapper .woocommerce-form__label-for-checkbox,
.woocommerce-terms-and-conditions-wrapper .woocommerce-form__label-for-checkbox a,
.stn-label {
    color: #444 !important;
    font-weight: 400 !important;
}

#payment .place-order button.button  {
    margin-top: 20px;
}

@media screen and (max-width: 768px) {
    .woocommerce-checkout .checkout_coupon.woocommerce-form-coupon h6 {
        font-size: 32px;
        line-height:  137.5%;
        letter-spacing: -2px;
        margin-bottom: 10px;
    }
    .woocommerce-checkout .checkout_coupon.woocommerce-form-coupon > .sh {
        font-size: 14px;
        margin-bottom: 30px;
    }

    .checkout_coupon .input-text {
        font-size: 12px;
    }

    .woocommerce-checkout .checkout_coupon.woocommerce-form-coupon .pos-abs.img-1 {
        width: 53px;
        height: 131px;
        left: -11px;
    }
    .woocommerce-checkout .checkout_coupon.woocommerce-form-coupon {
        overflow: hidden;
        padding-top: 37px;
        padding-bottom: 37px;
        padding-left: 27px;
        padding-right: 27px;
    }
    .woocommerce-checkout .checkout_coupon.woocommerce-form-coupon .pos-abs.img-2 {
        width: 34px;
        height: 27px;
        right: 0;
        top: 10px;
    }
    .woocommerce-checkout .checkout_coupon.woocommerce-form-coupon .pos-abs.img-3,
    .woocommerce-checkout .checkout_coupon.woocommerce-form-coupon .pos-abs.img-5,
    .woocommerce-checkout .checkout_coupon.woocommerce-form-coupon .pos-abs.img-6,
    .woocommerce-checkout .checkout_coupon.woocommerce-form-coupon .pos-abs.img-7 {
        display: none;
    }   
    .woocommerce-checkout .checkout_coupon.woocommerce-form-coupon .pos-abs.img-4 {
        right: 10px;
        width: 67px;
        height: 60px;
        top: 70px;
    }
    .woocommerce-checkout .checkout_coupon.woocommerce-form-coupon h6 {
        text-align: center;
    }
    .woocommerce-checkout .checkout_coupon.woocommerce-form-coupon > .sh {
        text-align: center;
        max-width: 202px;
        margin: auto;
        margin-bottom: 30px;
    }
    .woocommerce-checkout .checkout_coupon.woocommerce-form-coupon .cc-form-filds button {
        top: -3px;
    }
}