#cookie-bar {
	background-color: #171717;
	height: 40px;
	z-index: 99999;
	padding: 8px 0;
}

@media (min-width: 992px) {
	.logo-default {
		display: block !important;
	}
	.logo-small {
		display: none !important;
	}
}

@media (max-width: 991px) {
	.logo-default {
		display: none !important;
	}
	.logo-small {
		display: block;
		width: 54px !important;
		height: 54px !important;
	}

	#header .header-logo {
		width: auto !important;
		height: auto !important;
	}
}

