/* Smag på byen CSS */
/* Ekstra CSS - Martin */
form#search-filter-form-37084 ul li ul{
	display:flex!important;
	flex-wrap:wrap;
	max-width:100%!important;
}

@media screen and (min-width: 768px) {
	#search-filter-form-37084 li:last-of-type{
 width:fit-content;
	}
}

#search-filter-form-37084 li{
	margin-right:10px;
	margin-bottom:4px;
}

#search-filter-form-37084 label.sf-label-radio{
	padding:10px 15px;
}

#search-filter-form-37084 input.sf-input-radio{
	visibility:hidden;
	display:none;
}

.guide-start li.sf-option-active label, .guide-start label.sf-label-radio:hover{
	background:#e30916!important;
	color:#fff!important;
  	cursor:pointer;
}

.guide-start .row label{
	width:inherit!important;
	min-width:inherit!important;
}

.slider-info-con button{
  display:block;
  margin:0 auto;
}



/* Ekstra CSS - Martin SLUT */
/*********** SPISESTEDBÅND *************/
.guide-start {
	padding-top: 20px;
	padding-bottom: 30px;
	margin-top: 20px;
	position: relative;
}
.guide-start h2 {
	padding-bottom: 20px;
}
.favs {
	position: absolute;
    align-items: center;
    justify-content: center;
    display: flex;
    right: 0;
    top: 10px;
    text-align: center;
    border-radius: 2.5rem;
    background-color: #fff;
}
.favs img {
	max-width: 71%;
}
.favs:hover {
	cursor: pointer;
}
.fav-tooltip {
	position: absolute;
	top: -15px;
	font-size: 11px;
	background-color: #f1f1f1;
	padding: 2.5px 4px;
	border-radius: 99px;
	display: none;
	z-index: 1001;
}
#s-tog:hover~#s-tog-tt{
    display: block;
}
#s-tog-tt {
	right: 0px;
}
#favs:hover~#favs-tt{
    display: block;
}
#favs-tt {
	right: -25px;
}
#s-tog img {
	max-width: 20px !important;
	max-height: 20px !important;
}
.sin-con .modal-content {
	width: 100%;
}
.single-head-con {
	position: relative;
}
.single-head-con .search {
	position: absolute;
    align-items: center;
    justify-content: center;
    display: flex;
    right: 50px;
    top: 10px;
    width: 35px;
    height: 35px;
    text-align: center;
    border-radius: 2.5rem;
    background-color: #fff;
}
.single-head-con .search img {
	max-width: 70%;
}
.guide-logo {
	position: absolute;
	top: -4px;
	left: -3px;
}
.guide-logo img {
	max-width: 70%;
}
/* Bånd */
.baand {
    padding-top: 35px;
	padding-bottom: 35px;
}

/* Modal header */
.b-header {
    padding-bottom: 10px;
} 
.b-header h3 {
	font-size: 22px;
	font-weight: bold;
  	max-width:90%;
}
.b-header a {
	color: #e30917;
}
.ov-cap {
    text-transform: capitalize;
}
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 10001; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.8); /* #000 w/ opacity */
  /* Transition*/

}
/* Modal owl slider */ 
.owl-modal-images .owl-dots {
	position: absolute;
	right: 0;
	bottom: 0;
}
.owl-modal-images .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #fff;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
.owl-modal-images .owl-dots .owl-dot.active span, .owl-modal-images .owl-dots .owl-dot:hover span {
	background: #e30917;
}
/* Modal Content/Box */
.modal-content {
	position: relative;
    background-color: #fbebec;
    /*border: 1px solid #888;*/
	border: 0;
    margin: 5% auto;
    max-width: 1150px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
/* Modal scroll fix */
body.modal-open {
    overflow: hidden !important;
    -webkit-overflow-scrolling: touch !important;
}
/* Modal left side */
.modal-image {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: 50% !important;
}
.modal-con {
	padding: 30px;
}
.modal-con h2 {
	font-weight: 900;
}
.bot-modal-con {
	padding: 0 30px;
}
.bot-modal-con a:first-of-type {
	font-size: 14px;
	color: #e1d3d4;
}
/* Modal right side */
.modal-right {
    background-color: #f0f0f0;
    padding: 50px 25px;
    height: 100%;
}
.modal-right h5 {
	margin-bottom: 0;
}
.modal-right ul {
	margin-top: 0;
    /*padding-left: 27px;*/
}
.adresse-ul {
	list-style: none;
	padding-inline-start: 0;
}
.dit-spisested {

    font-size: 12px;
    padding-top: 30px;
}
.dit-spisested a {
    color: #d6d6d6 !important;    
}
.dit-spisested a:hover {
    color: #a6a6a6 !important;
    text-decoration: underline;    
}
.adresse, .andre-adresser, .pris {
	margin: 0;
    font-weight: bold;
    padding-bottom: 5px;
}
.andre-adresser {
    cursor: pointer;
	padding-top: 15px;
	text-decoration: underline;
}
.a-adresser-ul {
    display: none;
	padding-inline-start: 0;
	list-style: none;

}
.a-adresser-ul li:nth-child(3n) {
	padding-bottom: 7.5px;
}
.website a, .kort a {
	text-transform: uppercase;
    font-weight: bold;
    color: #a82626;
    text-decoration: none;
}
/* The Close Button */
.close {
	position: absolute;
    right: 10px;
	top: 10px;
    color: #fff;
    font-size: 25px;
    line-height: 30px;
    width: 35px;
    height: 35px;
    text-align: center;
    background-color: #cc1421;
    border-radius: 2.5rem;
	opacity: 1;
	z-index: 1;
}
.close:before, .close:after {
    position: absolute;
    top: 17px;
    display: block;
    content: '';
    width: 65%;
    margin-left: 6px;
    height: 2px;
    background-color: #fff;
    border-radius: 3px;
    -webkit-transition: -webkit-transform .5s ease-in-out;
    -moz-transition: -moz-transform .5s ease-in-out;
    -o-transition: -o-transform .5s ease-in-out;
    transition: -webkit-transform .5s ease-in-out,-moz-transform .5s ease-in-out,-o-transform .5s ease-in-out,transform .5s ease-in-out;
}
.close:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.close:hover:before {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.close:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.close:hover:after {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.close:hover,
.close:focus {
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
}
.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
	opacity: 1;
}
/* Close button container */
.btn-close-con {
	width: 100%;
    text-align: center;
}
/* Content i single-spisested.php */
.sp-content {
    position: relative;
    background-color: #fefefe;
    margin: 5% auto;
    max-width: 1250px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.search-con {
	width: 90%;
    max-width: 400px;
    position: fixed;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%,-70%,0);
    transform: translate3d(-50%,-70%,0);
    opacity: 1;
    z-index: 906;
    display: none;
    -webkit-transition: .5s opacity ease,0.5s transform ease;
    -transition: .5s opacity ease,0.5s transform ease;
    -webkit-transition: .5s opacity ease,0.5s -webkit-transform ease;
    transition: .5s opacity ease,0.5s -webkit-transform ease;
    transition: .5s opacity ease,0.5s transform ease;
    transition: .5s opacity ease,0.5s transform ease,0.5s -webkit-transform ease;
}
.search-overlay {
	position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: .9;
    z-index: 905;
    display: none;
    -webkit-transition: .4s all;
    -transition: .4s all;
    transition: .4s all;
    background: #000;
}
/* Post owl-slider */
.owl-spisested .owl-stage, .owl-job .owl-stage {
	margin-left: -25px;
}
.owl-spiseted .owl-theme .owl-dots {
    position: absolute;
    top: -20px;
    right: 0;
}
.owl-spiseted .owl-item {
	padding-bottom: 10px;
}
.owl-spisested .owl-prev, .owl-spisested .owl-next, .owl-job .owl-prev, .owl-job .owl-next {
    position: absolute;
    top: -50px;
    background-color: #fff !important;
    margin: 0 !important;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
	height: 35px;
	width: 35px;
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-size: 50% !important;
}
.owl-spisested .owl-prev, .owl-job .owl-prev {
	background-image: url("/wp-content/uploads/2020/10/smagaarhus-arrow-right-r.png") !important;
	transform: rotate(180deg);
	right: 45px;
}
.owl-spisested .owl-next, .owl-job .owl-next {
	background-image: url("/wp-content/uploads/2020/10/smagaarhus-arrow-right-r.png") !important;
	right: 0;
}
.owl-spisested .owl-prev:hover, .owl-job .owl-prev:hover {
	background-image: url("/wp-content/uploads/2020/10/smagaarhus-arrow-left-w.png") !important;
	transform: rotate(.1deg);
}
.owl-spisested .owl-next:hover, .owl-job .owl-next:hover {
	background-image: url("/wp-content/uploads/2020/10/smagaarhus-arrow-right-w.png") !important;
}
.owl-spisested .owl-prev:hover, .owl-spisested .owl-next:hover, .owl-job .owl-prev:hover, .owl-job .owl-next:hover {
	background-color: #e30917 !important;
}
.owl-spisested .owl-prev:hover span, .owl-spisested .owl-next:hover span, .owl-job .owl-prev:hover span, .owl-job .owl-next:hover span {
	color: #fff !important;
}
.owl-spisested .owl-nav button:focus, .owl-job .owl-nav button:focus {
    outline: 0 !important;
}
.owl-spisested .owl-prev span, .owl-spisested .owl-next span, .owl-job .owl-prev span, .owl-job .owl-next span {
	display: none;
}
.se-alle {
	position: absolute;
	top: 7px;
	right: 115px;
}
.se-alle a {
	color: #e30917;
}
.slider-img {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: 50% !important;
}
.slider-img img {
    background-color: transparent;
}
.owl-spisested .slider-img:hover, .owl-spisested .slider-info-con:hover {
	cursor: pointer;
}
.slider-info-con {
	padding: 15px;
	background-color: #f4f4f4;
	width: 100%;
	position: relative;
	min-height: 205px;
}
.slider-info-con:hover {
	box-shadow: 2px 2px 5px #adadad;
}
/* DROPDOWN TIL SPISESTEDER AJAX */ 
.guide-start .row ul {
	padding-inline-start: 0;
}
.guide-start .row li {
	display: inline-block;
}
.guide-start .row label {
	/* width: 100%; */
	color: #e30916;
	/* min-width: 140px; */
	background-color: #fff;
	border-radius: 99px;
}
.guide-start .row select {
	padding: 15px;
	border-radius: 99px;
	min-width: 240px;
	width: 100%;
	color: #e30916;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	outline: none;
	-webkit-outline: none;
	-moz-outline: none;
	border: 0;
	background: transparent url(/wp-content/uploads/2020/10/smagaarhus-arrow-down.png) no-repeat 92% center;
}
/* Dropdown til spisesteder */
.searchandfilter.dropdown ul {
	padding-inline-start: 0;
}
.searchandfilter.dropdown .select {
	display: grid;
	grid-template-areas: "select";
	align-items: center;
	position: relative;
}
.searchandfilter.dropdown select, .searchandfilter.dropdown .select::after {
	grid-area: select;
}
.searchandfilter.dropdown select {
	appearance: none;
	-webkit-appearance: none;
	outline: none;
	-webkit-outline: none;
	border: 0;
	padding: 15px;
	border-radius: 99px;
	color: #e30916;
	min-width: 140px;
	background-color: #fff;
}
.searchandfilter.dropdown .select::after {
	content: "";
	width: 19px;
	height: 19px;
	justify-self: end;
	margin-right: 7.5px;
	background-image: url(/wp-content/uploads/2020/10/smagaarhus-arrow-left-r.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(-90deg);
}
.searchandfilter.dropdown input {
	padding: 15px;
    color: #fff;
    border: 0;
    border-radius: 99px;
    background-color: #E30916;
	min-width: 100px;
}
/**** Ny søgebar ***/
/*.sp-form.searchform #search-filter-form-37107, .page-id-36833 #search-filter-form-37107, .page-id-37100 #search-filter-form-37107 {
	position: absolute !important;
	top: 10px !important; 
	right: 50px !important;
	transition: visibility 0s, opacity 0.5s linear !important;
	display: none;
}
.sp-form.searchform #search-filter-form-37107 ul, .page-id-36833 #search-filter-form-37107 ul, .page-id-37100 #search-filter-form-37107 ul {
	inline-padding-start: 0 !important;
	background-color: #fff !important;
	border-radius: 99px !important;
}
.sp-form.searchform #search-filter-form-37107 li, .page-id-36833 #search-filter-form-37107 li, .page-id-37100 #search-filter-form-37107 li {
	padding: 0 !important;
}
.sp-form.searchform #search-filter-form-37107 input, .page-id-36833 #search-filter-form-37107 input, .page-id-37100 #search-filter-form-37107 input {
	border: 0 !important;
	padding: 0 !important;
}
.sp-form.searchform #search-filter-form-37107 input, .sp-form.searchform #search-filter-form-37107 label, .page-id-36833 #search-filter-form-37107 input, .page-id-37100 #search-filter-form-37107 input, .page-id-36833 #search-filter-form-37107 label, .page-id-37100 #search-filter-form-37107 label {
	min-width: 170px !important;
	width: 180px !important;
	max-width: 190px !important;
}*/
.searchandfilter.sp-form.searchform {
	position: absolute;
	top: 10px;
	right: 50px;
	display: none;
	transition: visibility 0s, opacity 0.5s linear;
}
.searchandfilter.sp-form.searchform ul {
	padding: 5px 5px 5px 15px;
}
.searchandfilter.searchform ul {
	background-color: #fff;
	padding: 25px 40px;
	border-radius: 2.5rem;
}
.searchandfilter.searchform ul li:first-child input {
	border: #fff;
}
.searchandfilter.searchform input::-webkit-input-placeholder { color: #e30917; }
.searchandfilter.searchform input:-ms-input-placeholder { color: #e30917; }
.searchandfilter.searchform input::placeholder { color: #e30917; }
.searchandfilter.searchform input:-moz-placeholder { color: #e30917; }
-webkit-input:-internal-autofill-selected {
	background-color: rgb(255,255,255) !important;
}
.searchandfilter.searchform ul {
	display: inline-flex;
}
.searchandfilter.searchform li:last-child {
	padding-right: 0;
}
.searchandfilter.searchform li:last-child, .searchandfilter.searchform li:last-child input:last-child {
	height: 25px;
    width: 25px;
}
.searchandfilter.searchform li:last-child input:last-child {
    background:url("/wp-content/uploads/2020/09/search-icon-r.png");
	background-size: 90%;
	background-position: center;
	background-repeat: no-repeat;
    border:0;
    display:block;
	padding: 0;
}
.so-re p:first-child {
	margin-bottom: 0;
	font-size: 12px;
}
.so-re h2 {
	text-transform: capitalize;
}
/*** FAVORITE PÅ SINGLE ***/
.single-fav {
	padding-bottom: 20px;
}
.single-fav .simplefavorite-button {
	width: 35px;
    height: 35px;
    align-items: center;
    justify-content: center;
    display: flex;
	background-color: #e30917;
	z-index: 1001;
}
.single-fav .faved img, .single-fav .unfav img {
	margin-left: auto;
	margin-right: auto;
	width: 64%;
	height:auto;
}
/*** FAVORITE PÅ SLIDER ***/
.slider-fav .simplefavorite-button {
	position: absolute;
    right: 0;
    top: 155px;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    display: flex;
	background-color: #e30917;
	z-index: 2;
}
.simplefavorite-button.active {
	opacity: 1 !important;
}
.simplefavorite-button:hover {
	background-color: #cc0814;
	cursor: pointer;
}
.faved, .unfav {
	text-align: center;
}
.slider-fav .faved img, .slider-fav .unfav img, .simplefavorite-button img {
	max-width: 65% !important;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
ul.lav, ul.mellem, ul.hoej {
	font-weight: 700;
	font-size: 13px;
}
.o-hours-con {
	padding-top: 20px;
}
.o-hours {
	width: 100%;
}
.o-hours th {
	padding: 0 0 5px 0;
}
.o-hours td {
	padding: 0;
}
.o-hours td:nth-child(2) {
	text-align: right;
	padding-left: 4px;
}
.tod {
	font-size: 12px;
	padding-bottom: 15px;
}
.list-inline-item:not(:last-child) {
	margin-right: 4px;
}
.modal-text-con h4 {
    font-size: 20px;
}
.slider-sted, .slider-sted-w {
    margin-top: 30px;
}
.slider-sted-w {
    color: #fff !important;
}
.slider-title {
    color: #000 !important;
    font-size: 1.3em;
    font-weight: 700;
    margin-top: 5px;
	line-height: initial;
}
.slider-info {
    display: none;
    position: absolute;
    top: 0;
    background-color: #e30917;
    height: 100%;
    width: 100%;
    padding: 10px;
}
.slider-info p:nth-child(2) {
	font-size: 1.3em;
    font-weight: 700;
}
.slider-info h4, .slider-info p {
    color: #fff;
}
.slider-info p {
    line-height: normal;
}
.more-container {
    position: absolute;
    bottom: 25px;
    left: 50%;
}
.more-container a {
    position: relative;
    left: -50%;
}
.last-item {
    width: 100%;
    height: 100%;
    background-color: #f7d8da;
	border: 1px dotted;
}
.last-item-link {
    height: 100%;
    text-align: center;
    min-height: 100%;
    width: 100%;
}
.last-item-link a {
    color: #e30917;
    display: inline-block;
    width: 50%;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 20px;
    font-weight: 600;
}
ul.lav li:first-child {
	color: #e30917;
}
ul.lav li:nth-child(2), ul.lav li:nth-child(3) {
	color: #a0a0a0;
}
ul.mellem li:first-child, ul.mellem li:nth-child(2) {
	color: #e30917;
}
ul.mellem li:nth-child(3) {
	color: #a0a0a0;
}
ul.hoej li {
	color: #e30917;
}
/*** Search items/archieve ***/
.s-con {
    padding-top: 20px;
}
.s-item {
    position: relative;
    width: 100%;
}
.s-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.search-guide-con {
	position: relative;
    background-size: cover;
    background-position: center;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}
.search-search {
	position: absolute;
	right: 0;
	top: 0;
}
.search-guide {
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 15px;
    padding-bottom: 15px;
}
.search-guide h5 {
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    margin: 0;
    text-shadow: 1px 1px #000;
}
.search-guide select {
    padding-top: 8.5px;
    padding-bottom: 8.5px;
    text-align: center;
    width: 215px;
    border: none;
}
.search-guide input {
    background-color: #39be62;
    border: none;
    color: #fff;
    padding: 10px 25px;
}
.s-baand {
    padding-top: 35px;
    padding-bottom: 35px;
}
@media only screen and (max-width: 767px) {
	.slider-img img, .slider-img {
        min-height: 170px;
        max-height: 1900px;
    }
    .b-header {
        padding-left: 20px;
		padding-bottom: 22px;
	}
    .modal-content {
        width: 99%;
    }
    .modal-image {
        /*margin-top: 40px;*/
        height: 210px;
    }
	.modal-content .col-md-2 {
		padding-top: 15px;
	}
	.book-bord-con.desk-no {
		padding-top: 10px;
		padding-bottom: 25px;
	}
	.modal-con .col-md3 {
		padding-bottom: 25px;
	}
	.bot-modal-con .col-md-4:first-of-type {
		padding-bottom: 20px;
	}
	.bot-modal-con .col-md-4:last-of-type {
		padding-bottom: 20px;
	}
    .modal-left, .modal-right {
    	width: 100%;
    }
    .close-desk {
    	display: none;
    }
	.baand .col-sm-12 {
		padding-right: 0 !important;
	}
	.owl-spisested .owl-item, .owl-job .owl-item, .owl-spisested .owl-item .recent-post, .owl-job .owl-item .recent-post {
		min-height: 356px;
	}
	.owl-spisested .owl-nav, .owl-job .owl-nav {
		display: none;
	}
	.slider-info-con {
		min-height: 186px;
	}
    .last-item {
        height: 356px;
    }
    .dit-spisested {
        padding-bottom: 30px;
    }
    .search-guide-con {
        height: 370px;
    }
    .search-guide {
        padding-bottom: 0;
    }
	.guide-start {
		padding-top: 75px;
		padding-bottom: 20px;
	}
	.guide-start .row {
		margin: 0;
	}
	.favs {
		width: 44px;
    	height: 44px;
	}
	.favs.search {
		right: 60px;
	}
	.sp-form.searchform #search-filter-form-37107, .page-id-36833 #search-filter-form-37107, .page-id-37100 #search-filter-form-37107 {
		right: 60px !important;
	}
	.sp-form.searchform #search-filter-form-37107 ul, .page-id-36833 #search-filter-form-37107 ul, .page-id-37100 #search-filter-form-37107 ul {
		padding: 10px 5px 10px 15px !important;
	}
	.searchandfilter.sp-form.searchform {
		right: 60px;
	}
	.searchandfilter.sp-form.searchform ul {
		padding: 10px 10px 10px 15px;
	}
	/* #search-filter-form-37084 li:first-of-type, #search-filter-form-37084 li:last-of-type {
		width: 100%;
	}*/
    .s-item {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 10px 5px;
    }
}
@media screen and (min-width: 768px) {
	.b-header {
		position: relative;
    }
	.b-header a {
		position: absolute;
		top: 0;
		right: 20px;
	}
  
	/* #search-filter-form-37084 li:first-of-type, */#search-filter-form-39091 li:first-of-type {
		width: 58%;
	}
	/* #search-filter-form-37084 li:last-of-type, */ #search-filter-form-39091 li:nth-of-type(2) {
		padding-left: 15px;
		width: 40%;
	}
  
	.sp-form.searchform #search-filter-form-37107 ul, .page-id-36833 #search-filter-form-37107 ul, .page-id-37100 #search-filter-form-37107 ul {
		padding: 5.5px 5px 5.5px 15px !important;
	}

	.slider-img img, .slider-img {
        min-height: 170px;
        max-height: 200px;
    }
	.favs {
		width: 35px;
    	height: 35px;
	}
	.favs.search {
		right: 50px;
	}
	.modal {
		padding-left: 15px;
	}
    .modal-content {
        width: 90%; /* Could be more or less, depending on screen size */
		
    }
    /* Modal left side */
    .modal-left {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    	padding-left: 15px;
    	padding-right: 30px;
        margin-left: 2.5%;
    }
    .modal-text-con {
        padding-right: 75px;
        padding-left: 75px;
    }
    .modal-image {
        height: 500px;
    }
	.book-bord-con.mob-no {
		padding-top: 10px;
		padding-bottom: 25px;
	}
    .modal-right {
        position: relative;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .close-mobil {
    	display: none;
    }
    .last-item {
        height: 375px;
    }
	.searchandfilter.dropdown li:not(:last-of-type) {
		padding-right: 25px;
	}
    .search-guide-con {
        height: 250px;
    }
    .s-item {
        -ms-flex: 0 0 calc(33.33% - 30px);
        flex: 0 0 calc(33.33% - 30px);
        max-width: calc(33.33% - 30px);
		margin-top: 15px;
		margin-bottom: 15px;
		margin-right: 30px;
    }
}
