/*

Theme Name: Pro &ndash; Child Theme
Theme URI: https://theme.co/pro/
Author: Themeco
Author URI: https://theme.co/
Description: Make all of your modifications to Pro in this child theme.
Version: 1.0.0
Template: pro

*/

@media screen and (min-width: 850px){
.product-gallery {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 180px !important;
  max-height: 500px;
}
}

@media screen and (min-width: 850px){
.woocommerce-product-gallery {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 180px !important;
  max-height: 500px;
}
}

.incl-desc-text {
  font-size: 0.6em;
    color: #888;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}

/* Hide price if it's zero */
.woocommerce-Price-amount.amount:empty {
    display: none;
}
