/**
 * Astra Theme
 */
.elementor-menu-cart__footer-buttons {
  display: block !important;
}
.elementor-menu-cart__footer-buttons a {
  display: block;
  margin-bottom: 20px;
}
.astra-shop-summary-wrap .star-rating {
  display: none !important;
}
.wc-back-to-website {
  background-color: transparent !important;
  border-color: transparent !important;
  display: block;
  margin-bottom: 20px !important;
}
@media (max-width: 576px) {
  .wc_payment_method.payment_method_stripe label {
    padding-left: 0 !important;
  }
  .wc_payment_method.payment_method_stripe label img {
    max-width: 32px !important;
  }
  .coupon button {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 200px !important;
  }
  #wc-stripe-cc-form .form-row-wide {
    padding: 0 !important;
  }
  #wc-stripe-cc-form .form-row-first {
    float: none;
    width: 100%;
    padding: 0 !important;
  }
  #wc-stripe-cc-form .form-row-last {
    float: none;
    width: 100%;
    padding: 0 !important;
  }
  .cross-sells li.product {
    width: 100% !important;
    margin: 0 0 20px 0 !important;
    text-align: center !important;
  }
}
