/*
 Theme Name:   Shoptimizer Child
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Twenty Fifteen Child Theme
 Author:       John Doe
 Author URI:   http://example.com
 Template:     shoptimizer
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  shoptimizerchild
*/

/* Product page */
.pswp--blocked 
{
	display:none !important;
}
.single-product div.product form.cart .quantity {
   display:none !important;
}
@media (min-width: 770px){
.pdp-g-regular div.product .summary {
    width: 48%!important;
    margin-right: 0!important;
}
}