/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 19 2025 | 20:13:10 */
/* Add margin to desktop and Tablet mode */
.e-off-canvas__content{
	margin:0px 50px 50px 0px;
}

/* Remove margin mobile */
@media screen and (max-width: 767px) {
  .e-off-canvas__content{
	margin:0px;
}
