.template-product #mini-cart-desktop-info{
  visibility: inherit;
}
@media screen and (min-width: 800px) and (max-width: 1260px) {
  .cell.small-2.large-2.share-button-custom {
    width: 20%;
  }
}
.product-add-cart {
  background: #E32402;
}
.mini-cart-empty-message {
  display: none;
}