.custom-breadcrumbs-container {
  max-width: 1600px !important;
  margin: 0 auto !important;
  padding-inline: 5vw;
}

.custom-breadcrumbs {
  display: flex !important;
  width: 100% !important;
  align-items: center !important;
  justify-content: flex-start !important;
}

.custom-breadcrumbs a {
  color: #353535 !important;
  text-decoration: none !important;
  font-family: "exo real", sans-serif !important;
  font-weight: 300;
  font-size: 15px;
}

.custom-breadcrumbs a:hover {
  text-decoration: underline !important;
  color: #040a5c !important;
}

.hfe-before-footer-wrap {
  display: none !important;
}

.wc-tabs {
  display: flex !important;
  gap: 50px !important;
}

.wc-tabs li a {
  color: #353535 !important;
  font-family: "exo real", sans-serif !important;
  font-weight: 500 !important;
  font-size: 31px !important;
}

.entry-content {
  color: #353535 !important;
  font-family: "exo real", sans-serif !important;
  font-size: 22px;
}

.related h2 {
  color: #353535 !important;
  font-family: "exo real", sans-serif !important;
  font-weight: 500;
  font-size: 31px;
}

.ast-woocommerce-container {
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: 0 !important;
}

.site-main .ast-woocommerce-container {
  padding-top: 0 !important;
}


.related .products li {
  width: 285px !important;
  padding: 0 !important;
}

.related .products .woocommerce-loop-product__title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 3em;
  line-height: 1.5em;
}

.related .products {
  display: flex !important;
  flex-direction: row !important;
  overflow-x: scroll !important;
  gap: 40px !important;
}

@media (max-width: 1200px) {
  .ast-woocommerce-container .ast-article-single {
    padding-inline: 10vw !important;
  }
}

@media (max-width: 767px) {
  .ast-woocommerce-container .ast-article-single {
    padding-inline: 5vw !important;
  }
  .wc-tabs {
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between !important;
  }

  .wc-tabs li a {
    color: #353535 !important;
    font-family: "exo real", sans-serif !important;
    font-weight: 500 !important;
    font-size: 20px !important;
    white-space: nowrap !important;
  }

  .wc-tabs::after {
    display: none !important;
  }

  .entry-content {
    color: #353535 !important;
    font-family: "exo real", sans-serif !important;
    font-size: 16px !important;
    text-align: justify !important;
  }

  .related h2 {
    color: #353535 !important;
    font-family: "exo real", sans-serif !important;
    font-weight: 500;
    font-size: 24px;
  }

  .related .products li {
    padding: 0 !important;
  }
}

.related .products li .astra-shop-thumbnail-wrap {
  width: 285px !important;
  background-color: white !important;
  height: 285px !important;
  border-radius: 16px !important;
  margin-bottom: 12px !important;
}

.related .products li .astra-shop-thumbnail-wrap a {
  width: 100% !important;
  height: 100% !important;
  border-radius: 16px !important;
}

.related .products li .astra-shop-thumbnail-wrap a img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  border-radius: 16px !important;
}

.custom-price {
    display: flex;
    align-items: center;
  font-size: 24px !important;
}

.custom-price .woocommerce-Price-amount {
     font-size: 28px !important;
     font-family:  "exo real", sans-serif
}

.custom-price::before {
  content: 'Desde ';
  font-size: 22px !important;
  font-family:  "exo real", sans-serif
}

