// footer styles

.store-footer .store-footer__curve {
	display:none !important;
}

.store-footer {
	margin-left: 10px;
	margin-right: 10px;
	color: black !important;
}

.store-footer {
	margin: 0 16px;
	border-top-left-radius: 22px;
	border-top-right-radius: 22px;
	color: black !important;
	overflow: hidden;
}

.store-footer_inner, .store-footer_contacts-row {
	background-color: transparent !important;
}

.footer-is-custom .store-footer {
	background-image: url('https://cdn.atheerx.io/images/taraflulu/footer_web.png') !important;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

/* Mobile version (screens 768px wide or less) */
@media (max-width: 768px) {
	.footer-is-custom .store-footer {
		background-image: url('https://cdn.atheerx.io/images/taraflulu/footer_mobile.png') !important;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
	}
}

.footer-is-custom .store-footer .footer-bottom {
	background: transparent !important;
}

.footer-is-custom .store-footer .footer-rights p {
	color: white !important;
}

.store-footer__curve {
  color: transparent !important;
}
.store-footer__inner {
  background-color: transparent !important;
}
.store-footer__contacts-row {
  background-color: transparent !important;
}

.store-footer__newsletter {
  background-color: transparent !important;
}