.payment_box.payment_method_apitoken-credomatic {
    padding: 0 !important;
}

#card-ui-component-form-creditcard,
.card-ui-component-outer {
    width: 100% !important;
    border: none !important;
}

.payment_method_apitoken-credomatic .card-ui-component-label-style {
    width: 100% !important;
}

.card-ui-component-heading {
    background-color: white !important;
    color: #353535 !important;
}

.card-ui-component-input-style {
    float: left !important;
    width: 100% !important;
}

.card-ui-component-ddl-expiry {
    width: 15% !important;
}

.card-ui-component-save-btn {
    background-color: #FFB602 !important;
    color: #353535 !important;
    border-radius: 0 !important;
    font-weight: bold !important;
    visibility: hidden;
}

.card-ui-component-save-btn:hover,
.card-ui-component-save-btn:active,
.card-ui-component-save-btn:focus {
    background-color: #353535 !important;
    color: #fff !important;
    border-radius: 0 !important;
    font-weight: bold !important;
}

button[name="cancel"] {
    display: none !important;
}

#place_order_alternative {
    display: block;
    width: 100%;
    max-width: 300px;
    height: 50px;
    padding: 0 !important;
    line-height: 50px;
    background-color: #FFB602;
    color: #353535;
    border: 1px solid #FFB602;
    text-align: center;
    cursor: pointer;
    transition: .3s ease-in-out;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    border-radius: 0;
    margin: 0 auto;
}

#place_order_alternative:hover {
    background-color: #353535;
    color: #fff;
}

button[name="woocommerce_checkout_place_order"] {
    visibility: hidden;
    float: none !important;
}

.border-line {
    display: none !important;
}