a, a:visited {
	color: #939393;
	text-decoration: none;
}
a:hover {
	color: #939393;
	text-decoration: underline;
}
a.btn, a.btn:visited, a.btn:hover {
	color: #fff;
	text-decoration: none;
}
.bg-dark {
	background-color: #000 !important;
}
.vertical-fill {
	min-height: 70vh;
}
.text-danger {
	color: #ff0000 !important;
}
#main_image_box {
	min-height: 40vh;
}

#filter_form .form-control {
	font-size: 13px;
}

.navbar-nav .nav-item .nav-link {
	font-size: 14px;
	color: #fff;
}

.product {
	min-height: 320px;
}
.product-link, .product-link:hover, .product-link:visited {
	text-decoration: none;
	color: #000;
}
.product:hover {
	box-shadow: 3px 3px 10px #2e3436;
}
.product-thumbnail {
	height: 200px;
	background-repeat: no-repeat;
	background-size: cover;
}
.product-name, .product-price {
	font-size: 14px;
	padding: 10px;
}

.list-group-item:last-child, .list-group-item:first-child {
	border-bottom-right-radius: none !important;
	border-bottom-left-radius: none !important;
}

footer *, .btn {
	font-size: 0.95em;
}

#cookies_disclaimer {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	opacity: 0.8;
}

@media only screen and (max-width: 768px) {
	#filter_form .form-control {
		font-size: 12px;
	}
}
