.luxury header {
	background-color: #000000;
}
.luxury nav[role=navigation]{
	border-bottom:1px solid #000;
}
.luxury .navbar-toggler-custom-icon,
.luxury .navbar-toggler-custom-icon:hover {
	background: url(/v4/public/wp-images/images/navigation/ghab_icon_menu50_open.svg) no-repeat;
	background-size: contain;
}
.title_luxury{
	margin: 0;
	padding: 35px 0 10px;
	text-transform:uppercase;
	/*
	font-family: Larsseit!important;
	font-weight:normal !important;
	font-size:60px !important;
	*/
}
.subtitle_luxury{
	font-family: Larsseit!important;
	margin: 0;
	padding: 0 0 20px;
	font-size:16px !important;
	font-weight:normal !important;
}
.filter-container{
	padding:0 15px;
}

div.dropdown{
	margin:15px 15px 15px 0px;
	border:1px solid #f1f1f1;
}

div.dropdown ul{
	padding:15px;
}

div.dropdown ul li{
	padding:5px;
}

a.search{
	width:auto;
}

h2.try-search-again{
	margin-top:25px;
	font-size:24px;
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	.select-container{
		width: 100%;
	}

}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
	.select-container{
		width: 100%;
	}
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (max-width: 767px) {
	a.search{
		width:100%;
	}
	.select-container{
		width: 20%;
	}
	.filter-container{
		flex-basis: 100%;
	}

	div#filter-scrolls{
		display:block !important;
		width:100%;
	}

	button.btn-filter{
		width:100% !important;
		margin:0px 15px 0px -5px;
	}

	div.dropdown{
		width:100%;
	}

	.dropdown-toggle::after {
		margin-top:5px;
		float:right;
	}
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (max-width: 768px) {
	div.dropdown  button.dropdown-toggle{
		font-size:12px !important;
	}
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {}
