/* =Child-Theme responsive styles starts here
-------------------------------------------------------------- */
 :root {
		 --theme-var-page_width: 1920px!important;	
	}
@media (max-width: 1679px) {
     :root {
		 --theme-var-page_width: 1500px!important;	
	}
	 .e-con>.e-con-inner{
		    max-width: 1500px!important;	
	 }
}
			