.checkout-simplecheckout .s-checkout__tiles {
    padding-bottom: 15px!important;
}
.checkout-simplecheckout .simple-content {
    padding-bottom: 140px!important;
}

.checkout-payment-info{
    width: 100%;
    padding: 10px 10px 10px 50px;
    border: 1px solid var(--color-silver);
    margin-bottom: 50px;
}
.checkout-payment-info .well {
    padding: 10px 0;
}

.simple-content .alert{
    width: 100% !important;
    border-radius: 0!important;
    justify-content: center!important;

}

#simplecheckout_form_0 input::placeholder {
  color: rgb(0 0 0 / 32%);
} 

@media (max-width: 1023px) {
    .checkout-simplecheckout .summary-primary--bordered-left {
        border-left: 0;
        padding-left: 0;
    }

    .checkout-simplecheckout .s-checkout__tiles > * {
        padding: 0 0px;
    }

    .checkout-simplecheckout .container {
        padding: 0 15px;

    }

    .checkout-simplecheckout .simple-content {
        padding-bottom: 50px !important;
    }


    .checkout-payment-info {
        padding: 10px;
    }

}
