#oel-popup-wrapper {
  display: none;
}

#oel-popup {
  position: fixed;
  bottom: 30px;
  right: 20px;
  box-shadow: 1px 2px 35px rgba(0, 0, 0, 0.7);
  max-width: calc(100% - 40px);
  width: 650px !important;
  height: auto;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
  align-items: stretch;
  border: 2px solid #e2d4c8;
  display: flex;
  z-index: 9999;
  opacity: 1;
  max-height: 300px;
}

.popup-right-inner {
  padding: 30px 20px;
  flex-basis: 60%;
  position: relative;
}

.popup-left-inner {
  flex-basis: 40%;
  position: relative;
}

.popup-left-inner img {
  flex-basis: 40%;
  object-fit: cover;
  height: 100%;
  object-position: center;
}

.btn-wrapper {
  display: flex;
  width: 100%;
  margin-top: 18px;
  flex-wrap: wrap;
}

.popup-btn {
  display: block;
  padding: 5px 12px;
  background-color: #c5191d;
  border: 1px solid #b31619;
  color: #FFF;
  cursor: pointer;
  transition: background-color .3s;
  font-weight: bold;
  margin-right: 15px;
}

.popup-btn:hover {
  background-color: #b31619;
}

.popup-btn-sec {
  display: block;
  padding: 5px 12px;
  background-color: #f1f1f1;
  border: 1px solid #eae9e9;
  color: #000;
  cursor: pointer;
  transition: background-color .3s;
  font-weight: bold;
}

.popup-btn-sec:hover {
    background-color: #eae9e9;
}

#luk-popup {
  cursor: pointer;
}

#luk-popup img {
  width: 15px;
  height: auto;
  position: absolute;
  right: 12px;
  top: 12px;
}

@media screen and (max-width: 550px) {
  .popup-left-inner {
    display: none !important;
  }
  .popup-right-inner {
    flex-basis: 100% !important;
  }
}

/* V Sæby */
#v-saeby-wrapper {
  display: none;
}
.v-saeby-inner {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: #fefefe;
	width: 650px;
	max-width: 90%;
	height: auto;
	z-index: 9999;
	padding: 30px;
	text-align: center;
	font-size: 18px;
	box-shadow: 0px 8px 18px rgba(0,0,0,0.5);
}
.popup-heading {
	font-size: 32px !important;
}
#saeby-luk-popup {
	cursor: pointer;
	display: inline-block;
	padding: 8px 30px;
	background: #333;
	color: #FFF;
	margin-top: 30px;
	transition: all .3s;
}
#saeby-luk-popup:hover {
	background: #000;
}
.saeby-social {
	display: flex;
	margin-top: 30px;
	justify-content: center;
}
.saeby-social img {
	width: 28px;
	height: auto;
	margin: 0px 8px;
}

@media screen and (max-width: 550px) {
	.popup-heading {
		font-size: 26px !important;
	}
}