#footer {
	margin-top: 150px;
}

#footer .instagramFeed {
	margin-bottom: -60px !important;
}

/* NEWSLATTER */

#newslatter__box {
	background: var(--color-primary);
	padding: 55px 0px;
}

#newslatter__box .newslatter__title {
	margin-bottom: 8px;
	font-size: 2em;
	font-weight: 400;
	color: #fff;
}

#newslatter__box .newslatter__desc {
	font-size: .9em;
	font-weight: 200;
	color: #ffffff80;
	line-height: 1;
	margin: 0;
}

#newslatter__box .newslatter__title svg {
	height: 35px;
	margin-right: 10px;
}

#newslatter__box .newslatter__inputbox {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#newslatter__box input {
	padding: 15px 20px;
	border-radius: 15px 0px 0px 15px;
	background: #fff;
	border: none;
	font-size: 1em;
	font-weight: 300;
	width: 100%;
}

#newslatter__box button {
	padding: 15px 20px;
	border: none;
	font-size: 1em;
	font-weight: 400;
	color: #fff;
	background: #2d140030;
	border-radius: 0px 15px 15px 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
}

#newslatter__box button svg {
	width: 20px;
	stroke-width: 1.5px;
}


/* FOOTER */

#footer__content {
	padding: 75px 0px;
	background: #fff;
	position: relative;
	z-index: 9999999;
}

.footer__logo img {
	width: 50%;
	margin-bottom: 25px;
}

.footer__about {
	font-size: .8em !important;
	color: #343a40ac;
	font-weight: 300;
	width: 90%;
}

.footer__item .footer__title {
	font-size: 1.1em;
	font-weight: 600;
	margin-bottom: 8px;
	text-transform: uppercase;
}

.footer__item .footer__link {
	font-size: .9em;
	font-weight: 300;
	color: #343a40;
	margin-bottom: 2px;
	transition: all 300ms;
}

.footer__item .footer__link:hover {
	color: #000;
}

.footer__item a {
	text-decoration: none;
}

.footer__payment__method {
	height: 15px;
	margin-right: 10px;
	margin-bottom: 15px;
	filter: grayscale(100%);
}

/* COPYRIGHT */

.footer__copyright {
	padding: 3px 0px;
	background: var(--color-primary);
	color: white;
}

.footer__copyright p {
	font-size: .7em;
	font-weight: 200;
	margin: 0;
}

.footer__copyright a {
	text-decoration: none;
	color: #fff;
}