body#bodyTop {
	font-family: "Noto Serif Display", sans-serif;
	font-optical-sizing: auto;
}

#desktop-navbar a {
	text-decoration: none;
}

.font-serif {
	font-family: "Noto Serif Display", serif;
}

.font-sans {
	font-family: "Noto Sans Display", sans-serif;
}

.wine-type-white {
	background-color: #dbdbca;
}

.wine-type-red {
	background-color: #a91047;
}

.wine-type-rose {
	background-color: #ec83a7;
}

.wine-type-green {
	background-color: #5d8b46;
}

.new-product-tag,
.sale-product-tag {
	font-size: 8pt;
	border-radius: 3px;
}

.new-product-tag {
	background-color: #447cc6;
}

.sale-product-tag {
	background-color: #d33939;
}

.min-h-210px {
	min-height: 210px;
}

@media (max-width: 768px) {
	.img_bottled_wines {
		position: relative;
		width: 150%;
		padding-right: 0;
		padding-bottom: 0;
		padding-top: 10%;
	}

	.img_all_bottled_wines {
		position: relative;
		width: 65%;
		padding-right: 0;
		padding-bottom: 0;
		padding-top: 15%;
	}
}

@media (min-width: 768px) {
	.img_bottled_wines {
		position: absolute;
		bottom: 0;
		right: 0;
		width: 110%;
	}

	.img_all_bottled_wines {
		position: absolute;
		bottom: 0;
		right: 0;
		width: 100%;
	}
}
