/* =========================================================
   GMD Massage
   Product Display
   ========================================================= */

/* -----------------------------------------
   Massage Products
----------------------------------------- */

body.gmd-product-massage .gmd-booking-container{
    display:block !important;
}

/* Never show restaurant booking */

body.gmd-product-massage .restaurant-button-container,
body.gmd-product-massage .restaurant-week-wrap{
    display:none !important;
}

/* -----------------------------------------
   Mobile
----------------------------------------- */

@media (max-width:767px){

    body.gmd-product-massage .gmd-standard-container{
        display:none !important;
    }

    body.gmd-product-massage .gmd-booking-container{
        display:block !important;
    }

    body.gmd-product-massage .restaurant-button-container{
        display:none !important;
    }

}