@media only screen and (min-width: 768px) {
  .shop-container {
    border-top: 14px solid #e3c7b5;
    margin-top: 15px !important;
  }

  .product-title {
      text-transform: uppercase;
      color: #292929;
  }
  span.amount {
      color: #292929 !important;
  }
  .product-short-description {
      font-size: 16px;
      border-bottom: 2px solid #e5e5e5;
      margin-bottom: 25px;
  }
  .product-info p.stock {
      margin-bottom: 1em;
      line-height: 1.3;
      font-size: .8em;
      font-weight: bold;
      float: left;
      margin-right: 10px;
  }
  
  .product-info {
      padding: 20px !important;
  }
  .frase_prodotto {
      font-size: 14px;
    line-height: 18px;
  }
  .manutenzione {
    padding: 15px 0px;
  }
  

  .product-gallery-stacked .slide {
    margin-bottom: 0 !important;
    float: left;
    width: 49% !important;
    border: 5px solid #e3c7b5;
	}
  
}


