/***classic-checkout-style**/
.my-checkout .woocommerce .col-1,
.my-checkout .woocommerce .col-2 {
  float: none;
  width: 100%;
}
.my-checkout
  .woocommerce
  .woocommerce-checkout-review-order
  table.shop_table.woocommerce-checkout-review-order-table {
  width: 100%;
}
@media (min-width: 768px) {
  .my-checkout .woocommerce form.woocommerce-form.woocommerce-form-login.login {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
.my-checkout .woocommerce p {
  margin-block-start: 0px;
}
.my-checkout .woocommerce p.form-row {
  margin-bottom: 0;
}
.my-checkout .woocommerce button {
  border-radius: 5px;
}
.my-checkout
  .woocommerce
  button.woocommerce-button.button.woocommerce-form-login__submit.wp-element-button {
  margin-top: -70px;
}
.my-checkout .woocommerce p.lost_password {
  margin: auto;
  text-align: center;
}
.my-checkout
  .woocommerce
  .woocommerce-form-login-toggle
  .wc-block-components-notice-banner.is-info {
  border: none;
  background: none;
  gap: 0;
  margin-bottom: -10px;
  padding: 0 0 5px !important;
  font-style: italic;
}
.my-checkout
  .woocommerce
  .woocommerce-form-login-toggle
  .wc-block-components-notice-banner.is-info
  > svg {
  display: none;
}
.my-checkout
  .woocommerce
  form.checkout_coupon.woocommerce-form-coupon
  p.form-row.form-row-first {
  padding: 0;
  margin-top: -1rem;
}
.my-checkout
  .woocommerce
  form.checkout_coupon.woocommerce-form-coupon
  button.button.wp-element-button {
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
}
.my-checkout .woocommerce button#place_order {
  font-weight: 700;
  text-transform: capitalize;
}
.my-checkout .woocommerce .woocommerce-additional-fields {
  display: none;
}
