/**
* Theme Name: Meatlers Child
* Description: This is a child theme of Meatlers, generated by Merlin WP.
* Author: <a href="https://wpopal.com/">Opalthemes</a>
* Template: meatlers
* Version: 1.0.5
*/
/* Force override all GTranslate styles */
@media only screen and (max-width: 767px){
	.weight-box{
		 grid-column: 1 / span 2 !important;
	}
	.weights-wrapper{
		grid-template-columns: 0.5fr 2fr !important;
		gap:10px !important;
	}
	.weights-wrapper img{
		width: 100% !important;
		height: auto !important;
	}
}