.out-of-stock {
  width: 100%;
  color: #fff;
  background-color: #9d9d9d;
  font-family: 'GothamBold';
  border-color: #9d9d9d;
  font-size: 2em !important;
  display: inline-block;
  height: auto !important;
  padding: 10px 0;
  margin-bottom: 12px;
}
.stock.unavailable {
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  padding: 10px 0;
}
.product.alert.stock {
  padding: 0;
}
a.action.alert {
  padding: 0;
}
.nutrition-label {
  margin-top: 36px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .nutrition-label {
    padding: 0 60px;
  }
}
@media (min-width: 992px) {
  .nutrition-label {
    width: 400px;
  }
}
.nutrition-label h2 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.nutrition-row {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  margin: 5px 0;
  padding: 0 0 4px 0;
  border-bottom: 1px solid #BC9753;
}
.nutrition-row .label {
  font-weight: bold;
  color: #BC9753;
}
.nutrition-row .sub-label {
  font-weight: 700;
  color: #BC9753;
  padding-left: 15px;
}
.nutrition-row .value {
  color: #333;
  font-weight: bold;
}
@media (min-width: 768px) {
  .catalog-product-view .justify-content-center {
    margin-top: 20px;
    text-align: end;
  }
}
.col-6.text-center {
  min-height: 130px;
}
span.value-atr {
  margin-bottom: 0 !important;
}
.row.justify-content-left .col-6 {
  padding-bottom: 20px;
}
@media (max-width: 992px) {
  body .footer-top-inner-news {
    margin-top: 0 !important;
  }
  body footer.page-footer {
    margin-top: 12px !important;
  }
}
.product.attribute.vp_ean {
  display: flex !important;
}
.catalog-product-view .attribute.vp_ean strong.type {
  display: block;
  text-transform: uppercase;
  margin-right: 4px;
}
.content-wine .history {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}
.content-wine .history p {
  margin: 0;
}
.catalog-product-view .attribute.vp_ean strong.type::after {
  content: ":";
}
.page-main.page-main-details {
  display: none;
}
