.modal-header button.close {
    font-size: 26px;
    line-height: 20px !important;
    font-family: Arial, sans-serif;
    padding: 5px !important;
    background-color: red;
    border-radius: 50%;
    opacity: 1;
    width: 30px;
    height: 30px;
    color: white;
    margin-left: 10px;
}

.modal-header button.close span {
    display: block;
    font-size: inherit;
    line-height: inherit;
}

.hbspt-form .hs-form-field {
    display: block;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.hbspt-form .hs-form-field > label {
    display: none;
    font-weight: 400;
}

.hbspt-form .hs-input {
    font-size: 1.4rem;
    font-family: inherit;
    color: #000;
    letter-spacing: normal;
    text-align: center;
    background: #fff;
    border: none;
    border-bottom: 1px solid #000;
    outline-style: none;
    margin-bottom: 10px;
    padding: 10px;
    box-shadow: none;
    border-radius: 0;
    width: 100%;
}

.hbspt-form input.hs-input.error {
    box-shadow: none;
}

.hbspt-form .actions {
    text-align: center;
}

.hbspt-form .actions .hs-button {
    font-family: "black_diamondregular", sans-serif;
    font-size: 30px;
    line-height: 38px;
    letter-spacing: 1px;
    text-transform: normal;
    background: #fb3122;
    border: none;
    border-radius: 1px;
    color: #fff;
    display: inline-block;
    padding: 11px 24px;
    text-decoration: none;
    text-shadow: none;
}

.hbspt-form .actions .hs-button:hover {
    border: none !important;
    box-shadow: none !important;
}

ul.hs-error-msgs {
    list-style-type: none;
    padding: 0;
}

.checkout.woocommerce-checkout {
    width: 100%;
    max-width: 640px;
}
.checkout.woocommerce-checkout .col-1, .checkout.woocommerce-checkout .col-2 {
    width: 100% !important;
    float: none !important;
}
.checkout.woocommerce-checkout .form-row label {
    display: none;
}
.checkout.woocommerce-checkout .woocommerce-checkout-review-order {
    width: 100% !important;
}
.checkout.woocommerce-checkout .input-text  {
    width: 100%;
    padding: 0.5em 1em;
    border: 1px solid #DADCE0;
    border-radius: 6px;
}