/* hide sold out add to cart */
div.sold-out .product-add-to-cart {
display: none !important;
}
/* description above order button on mobile */
@media screen and (max-width:767px) {
.product-description.hidden-md-down {
display: block !important;
}
.product-description.hidden-md-up {
display: none !important;
}}