/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
 
* {
	font-family: 'museo-sans', sans-serif !important;
 }

.fa {
	font-family: 'FontAwesome' !important;
}

.material-icons {
	font-family: 'Material Icons' !important;
}

.header-container, #header {
	background-image: url(/themes/leo_flinque/assets/img/patterns/edelstahl_1060x300.jpg);
	background-size: cover;
}

.header-nav {
	background-color: transparent;
}

.header-top {
	background-color: transparent;
}

.popup-over .popup-content a, .popup-over a.popup-title {
	color: black !important;
}

.widget-subcategories .widget-inner .menu-title {
	display: none;
}

.shipping-costs {
	margin-bottom: 20px;
	text-decoration: underline;
}

.thumbnail-container .product-title a {
	overflow: visible;
	display: inline-block;
}

.btn-secondary {
	background-color: #4cbb6c;
	color: white;
}

.btn-secondary:hover {
	background-color: #3c7e4f;
	color: white;
}

.show-prices-login {
	margin-bottom: 20px;
}