/*stock*/
.amtheme-product-info .product-info-stock-sku .stock{
    margin-bottom: 5px;
    color: #222222;
}
.amtheme-product-info .product-info-stock-sku {
    width: 70% !important;
}
.product-info-stock-sku {
    max-width: 70% !important;
    display: flex !important;
    flex-direction: row;
}
.product-info-stock-sku > .stock, .product-info-stock-sku > .product.attribute.sku {
    margin-top: 10px;
}

/*last price*/
.product-last-price
{
  font-weight: bold;
  color: #222;
  margin-bottom: -35px;
  margin-top: 25px;
}

/*next stock*/
.next-stock-template
{
  font-weight: bold;
  color: #222;
  margin-bottom: 25px;
}
@media (min-width: 480px) {
  .next-stock-template
  {
    margin-top: -20px;
  }
}