/**
* Theme Name: Bokifa Child
* Description: This is a child theme of Bokifa, generated by Merlin WP.
* Author: <a href="http://themelexus.com/">Themelexus</a>
* Template: bokifa
* Version: 1.0.17
*/

@media screen and (min-width: 768px){
	.single-product .summary {
		width: calc(60% - 30px);
		float: right;
		max-width: 100%;
	}

	.single-product div.product .woocommerce-product-gallery {
		width: 100%;
		max-width: 40%;
	}

	.single-product div.product .product_title{
		font-size: 36px;
	}
}