
body.woocommerce-checkout {
    background-color: #f5f0e6 !important;
}

.woocommerce form.checkout .form-row input,
.woocommerce form.checkout .form-row textarea,
.woocommerce form.checkout .form-row select {
    background-color: white !important;
    border-radius: 8px;
    padding: 12px;
    font-size: 15px;
    width: 100%;
}

#place_order {
    background-color: #00c2c7 !important;
    color: white !important;
    font-weight: bold;
    font-size: 16px;
    padding: 14px 24px;
    border-radius: 8px;
    width: 100%;
}
