/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 15 2023 | 06:31:43 */
.footer__menu {
	max-height: 400px;
}

.footer__content {
	padding: 70px 90px;
}

.footer__separator-column {
	border-left: 1px solid #666;
}

.footer_addresses .layout-row__content {
	column-gap: 60px;
}

.footer_addresses .evlt-paragraph__text {
	color: white;
}

.footer_addresses a {
	color: inherit;
	text-decoration: none;
}

.footer__copyright {
	font-size: 14px;
}

/* Footer CTA */

.woocommerce img.section__image-bg, .woocommerce-page img.section__image-bg {
    height: 100%;
}

/* RESPONSIVE */

@media (max-width: 1023px) {
	.footer__content {
		padding: 60px 50px;
	}

	.footer__menu {
		display: block;
	}

	.footer__copyright {
		width: 100%;
	}
}

@media (max-width: 480px) {
	.footer__menu {
		margin-bottom: 0px;
		margin-top: -25px;
	}
}