.banner-404 {
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 60vh;
}

.green-text {
  color: #A6D538;
}

.padleft-4 {
  padding-left: 3.5rem !important;
}

.padleft-6 {
  padding-left: 4.5rem !important;
}

.text-30px {
  font-size: 30px;
  margin-bottom: 0 !important;
}

.text-28px {
  font-size: 28px;
  margin-bottom: 0 !important;
}

.text-capitalize {
  text-transform: capitalize;
}

.woocommerce-shipping-destination {
  display: none;
}

/* -------- styles only for mobile: small devices -------- */
@media screen and (min-width: 576px) {
  .desktop {
    display: block;
  }
}
/* -------- styles only for mobile: small devices -------- */
@media screen and (max-width: 991.98px) {
  .banner {
    background-position: center;
  }
}
/* -------- styles only for mobile: small devices -------- */
@media screen and (max-width: 575.98px) {
  .banner {
    height: 350px;
  }
  .mobile {
    display: block !important;
  }
  .desktop {
    display: none;
  }
}
.banner {
  background-image: url(https://demo.dieta3passos.pt/wp-content/uploads/2022/12/banner-404.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel > h2 {
  display: none;
}