body {
	font-family: Montserrat, sans-serif;
	font-size: 20px;
	color: #333;
}
.container {
	max-width: 1170px;
}
.bg-green-radial-gradient {
	background: radial-gradient(circle, #69b253 0, #199245 100%);
	color: white;
}
.checklist li {
	background-image: url(../images/checklist-ic.png);
	background-repeat: no-repeat;
	background-position: 5px 3px;
	list-style-type: none;
	padding-left: 35px;
	padding-bottom: 12px;
}
.ing {
	border: 3px solid #fbcd28;
}
.products {
	font-family: 'Poppins', sans-serif;
}
.products .bottle-item {
	padding: 30px 35px 35px;
	background: linear-gradient(to bottom, #ffffff 0%, #e6e7e8 100%);
	border: 1px solid rgb(0 173 246);
	text-align: center;
	box-shadow: 1px 4px 16px rgb(0 0 0 / 20%);
	transition: all 0.5s ease;
}
.products .bottle-item h2 {
	font-weight: bold;
	letter-spacing: -0.5px;
	margin: 0;
}
.products .bottle-item h3 {
	font-size: 18px;
}
.products .bottle-item .price {
	font-family: 'Oswald', sans-serif;
	color: #199245;
	margin-bottom: 1rem;
}
.products .bottle-item .price .large {
	font-size: 84px;
	font-weight: bold;
	padding-right: 10px;
	line-height: 1;
}
.products .bottle-item .price .per-bottle {
	font-size: 30px;
	line-height: 30px;
	text-align: left;
	display: inline-block;
}
.products .bottle-item .savings {
	font-size: 18px;
	font-weight: 700;
	color: rgb(204, 0, 0);
	min-height: 35px;
}
.bottle-item .price-data {
	font-size: 18px;
	color: rgba(33, 37, 41, 0.8);
}
.faq-area h3 {
	font-weight: bold;
}
.references p {
	font-size: 13px;
	color: #7a7a7a;
	margin-bottom: 10px;
}
footer {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
	color: #888;
	font-size: 15px;
}
footer a {
	color: #888;
	text-decoration: none;
}
footer a:hover {
	text-decoration: underline;
}
@media (max-width: 991px) {
	.products .bottle-item {
		padding: 30px 15px 35px;
	}
	.products .bottle-item h2 {
		font-size: 30px;
	}
	.products .bottle-item h3 {
		font-size: 20px;
	}
	.products .bottle-item .price .large {
		font-size: 60px;
	}
}
@media (min-width: 426px) {
	.fs-0 {
		font-size: 54px;
	}
}

/* ES */
.lang-es {}

/* FR */
.lang-fr {}

@media (min-width: 1200px) {
	.lang-fr .products .bottle-item h2 {
		font-size: 34px !important;
	}
}