.acf_product_additional_title {
  text-align: center;
  font-weight: 600;
  font-size: 120%;
  margin-bottom: 20px;
}

.product_attibutes table th {
  width: 30%;
}

@media (max-width: 576px) {
  .product_attibutes {
    overflow-x: scroll;
  }
  .product_attibutes table {
    width: 600px;
  }
}/*# sourceMappingURL=custom-product-style.css.map */