/**
 ***** AWARDS POPUP
 */
.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(51, 51, 51, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  z-index: 1;
  overflow-x: hidden;
  overflow-y: auto;
}
.popup .popup-pos {
  padding: 30px;
  margin: auto;
}
.popup .popup-container {
  max-width: 700px;
}
.popup .close-button {
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  background-color: transparent;
  font-size: 0;
  border: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' style='width:24px;height:24px' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M19,6.41L17.59,5L12,10.59L6.41,5L5,6.41L10.59,12L5,17.59L6.41,19L12,13.41L17.59,19L19,17.59L13.41,12L19,6.41Z' /%3E%3C/svg%3E");
  background-size: 24px;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0;
  cursor: pointer;
}
.popup .popup-header {
  position: relative;
}
.popup .popup-content {
  font-size: 18px;
  line-height: 20px;
}
.popup .popup-content p {
  font-weight: 500;
  text-align: justify;
}
.popup .popup-content ul {
  font-weight: 500;
  list-style-type: "-";
  text-align: justify;
  margin: 0 15px 0 50px;
}
.popup .popup-content ul li {
  padding-left: 25px;
}
.popup .popup-content ul li:not(:last-child) {
  padding-bottom: 10px;
}

.szekhelyvaltozas-popup[aria-hidden=true] {
  display: none !important;
}
.szekhelyvaltozas-popup .popup-pos {
  background-image: url("../images/szekhelyvaltozas_popup_HU.png");
  background-repeat: no-repeat;
  background-size: 100%;
  max-height: 510px;
  height: inherit;
  position: relative;
}
.szekhelyvaltozas-popup .popup-header {
  position: unset;
}
.szekhelyvaltozas-popup .close-button {
  position: absolute;
  top: 10px;
  right: 10px;
}
.szekhelyvaltozas-popup .popup-content {
  position: relative;
  top: 110px;
}
.szekhelyvaltozas-popup .popup-content p {
  padding: 10px;
}
.szekhelyvaltozas-popup .popup-content p:nth-child(2) {
  font-weight: bold;
}

.fogyasztoknak-popup[aria-hidden=true] {
  display: none !important;
}
.fogyasztoknak-popup .popup-content {
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ff9d8c 0%, rgba(255, 255, 255, 0.81) 37%, rgba(255, 255, 255, 0.74) 50%, rgba(255, 255, 255, 0.8) 61%, #dcedc4 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ff9d8c", endColorstr="#dcedc4",GradientType=0 );
  /* IE6-9 */
}
.fogyasztoknak-popup .popup-content p {
  padding: 15px;
}
.fogyasztoknak-popup .popup-content p:first-child {
  padding-bottom: 0;
}
.fogyasztoknak-popup .popup-container {
  border: solid 2px #98B954;
  background-color: #FFFFFF;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffa391 0%, rgba(255, 255, 255, 0.76) 47%, rgba(255, 255, 255, 0.74) 50%, rgba(255, 255, 255, 0.76) 54%, #dcedc4 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffa391", endColorstr="#dcedc4",GradientType=0 );
  /* IE6-9 */
}
.fogyasztoknak-popup .close-button {
  top: 2px;
  right: 6px;
}

.cookie-popup {
  top: unset;
  bottom: 0;
  padding: 0;
}
.cookie-popup[aria-hidden=true] {
  display: none !important;
}
.cookie-popup .popup-pos {
  background-color: white;
  margin: unset;
  margin-top: auto;
}
.cookie-popup .popup-pos .popup-container {
  max-width: unset;
}
.cookie-popup .popup-pos .popup-container .close-button {
  background-color: black;
  left: -30px;
  top: -30px;
}
.cookie-popup .popup-pos .popup-container .popup-content a {
  text-decoration: underline;
}
.cookie-popup .popup-pos .popup-buttonbar .button {
  margin-top: 10px;
  margin-right: 10px;
  width: 350px;
}
.cookie-popup input {
  color: white;
}
.cookie-popup input.accept {
  background-color: #4CB27C;
}
.cookie-popup input.reject {
  background-color: red;
}

body > .popup[aria-hidden=false] ~ .popup[aria-hidden=false] {
  display: none;
}

@media all and (max-width: 700px) {
  .szekhelyvaltozas-popup .popup-content {
    top: 70px;
  }
}
@media all and (max-width: 600px) {
  .popup .popup-pos {
    padding: 15px;
  }
  .popup .popup-content {
    font-size: 16px;
  }

  .fogyasztoknak-popup .popup-content ul {
    margin-left: 30px;
  }
  .fogyasztoknak-popup .popup-content ul li {
    padding-left: 15px;
  }

  .szekhelyvaltozas-popup .popup-pos {
    max-height: 382px;
  }
  .szekhelyvaltozas-popup .close-button {
    background-size: 18px;
    height: 18px;
    width: 18px;
    top: 4px;
  }

  .cookie-popup .close-button {
    left: -15px;
    top: -39px;
  }
}
@media all and (max-width: 450px) {
  .szekhelyvaltozas-popup .popup-content {
    top: 40px;
  }
  .szekhelyvaltozas-popup .popup-content p {
    padding: 5px 10px 5px 0;
  }
}
@media all and (max-width: 400px) {
  .popup .popup-content {
    font-size: 14px;
  }

  .szekhelyvaltozas-popup .popup-pos {
    max-height: 240px;
  }
  .szekhelyvaltozas-popup .popup-content {
    top: 30px;
  }
  .szekhelyvaltozas-popup .close-button {
    background-size: 13px;
    height: 13px;
    width: 13px;
    top: 2px;
  }
}
@media all and (max-width: 345px) {
  .szekhelyvaltozas-popup .popup-content {
    top: 15px;
  }
}