/*!/wp-content/uploads/2024/01/csshero-static-style-hello-elementor-child.css*/@import url(https://fonts.googleapis.com/css2?family=Assistant&display=swap);body > .elementor > .elementor-element {
  font-family: assistant !important;
}
.elementor-widget-container .woocommerce-MyAccount-content-wrapper {
  font-family: Assistant !important;
}
.e-my-account-tab .woocommerce-customer-details {
  font-family: Assistant !important;
}
.e-my-account-tab .woocommerce-MyAccount-content-wrapper > p {
  text-align: center;
  background-color: #fce12f;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  justify-content: space-around;
  border-radius: 20px;
  font-family: Assistant;
}
.woocommerce .woocommerce-order-details > .woocommerce-order-details__title {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}
.woocommerce .order-again {
  display: none;
}
.woocommerce .woocommerce-customer-details > h2 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}
.woocommerce address {
  display: flex;
  justify-content: space-evenly;
  font-size: 20px;
  align-items: center;
}
@media screen and (max-width: 600px) {
  .woocommerce address {
    font-size: 16px !important;
    flex-wrap: nowrap;
    flex-direction: column;
  }
}