/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 11 2025 | 15:15:44 */
@media only screen and (max-width: 992px) and (min-width: 769px) {
	
	.js_col_one {
		width: 45%;
	}
	
	.js_col_two {
		width: 55%;
	}
	
	.header_main_menu .pp-advanced-menu-mobile {
		justify-content: flex-end !important;
	}
	
	#menu-header-menu-2 .menu-item a, #menu-header-menu-1 .menu-item a {
		text-align: left !important;
	}
	
	.jd_col_one {
		width: 58%;
	}
	
	.jd_col_two {
		width: 42%;
	}
	
	.jd_more_info_ro_health .ro_health_more_info {
		flex-direction: column;
		gap: 0 !important;
	}
	
}

@media only screen and (max-width: 1100px) and (min-width: 993px) {
	
	.js_col_one {
		width: 34%;
	}
	
	.js_col_two {
		width: 66%;
	}
	
	.jd_col_one {
		width: 66%;
	}
	
	.jd_col_two {
		width: 34%;
	}
	
	.header_main_menu .pp-advanced-menu-mobile {
		justify-content: flex-end !important;
	}
	
	#menu-header-menu-2 .menu-item a, #menu-header-menu-1 .menu-item a {
		text-align: left !important;
	}
	
}