a.eu-cookie-withdraw-tab {
  display: inline-block;
  position: relative;
  top: auto;
  left: auto;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

#sliding-popup {
  position: relative;
  bottom: 0px !important;
  min-height: 0px !important;
  width: 100vw;
  max-width: 100%;
}
#sliding-popup:before {
  content: " ";
  display: block;
  position: relative;
  bottom: 0px;
  /* height: 68px; */
  width: 100%;
  min-height: 120px;
}
@media only screen and (max-width : 767px) {
  #sliding-popup:before {
    min-height: 164px;
  }
}
@media only screen and (min-width : 768px) and (max-width : 978px) {
  #sliding-popup:before {
    min-height: 140px;
  }
}
@media only screen and (min-width : 979px) {
  #sliding-popup:before {
    min-height: 120px;
  }
}
#sliding-popup > div {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
}
#sliding-popup button.eu-cookie-withdraw-tab {
  background: rgba(0, 0, 0, 0.8);
  color: white;
  outline: none;
  border: 0;
  border-radius: 5px 5px 0 0;
  display: none;
  padding: 10px !important;
  line-height: 1em;
}
#sliding-popup .popup-content {
  max-width: 1200px;
  margin: 0px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-height: 120px;
}
#sliding-popup .popup-content #popup-text,
#sliding-popup .popup-content #popup-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#sliding-popup .popup-content #popup-text {
  max-width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
#sliding-popup .popup-content #popup-text > * {
  margin: 15px 15px 11px;
  font-size: 16px;
  font-weight: 400;
  color: white;
  background: transparent;
}
@media only screen and (min-width : 768px) {
  #sliding-popup .popup-content #popup-text {
    max-width: calc(100% - 200px);
  }
}
#sliding-popup .popup-content .find-more-button {
  display: none;
}
#sliding-popup .popup-content #popup-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#sliding-popup .popup-content #popup-buttons button {
  display: block;
  height: 40px;
  width: 40px;
  font-weight: 400;
  border-radius: 0px;
  background: white;
  color: black;
  border: 0px;
}
#sliding-popup .popup-content #popup-buttons button.agree-button.checked, #sliding-popup .popup-content #popup-buttons button.agree-button:hover {
  border: 3px solid yellowgreen;
}
#sliding-popup .popup-content #popup-buttons button.decline-button.checked, #sliding-popup .popup-content #popup-buttons button.decline-button:hover {
  border: 3px solid red;
}
#sliding-popup .popup-content #popup-buttons button:hover {
  opacity: 0.85;
}
@media only screen and (max-width : 767px) {
  #sliding-popup .popup-content #popup-buttons {
    width: 100%;
    max-width: 100%;
  }
  #sliding-popup .popup-content #popup-buttons button {
    height: 40px;
    width: calc(50% - 30px);
    min-width: 180px;
    margin: 0.5rem 15px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media only screen and (min-width : 768px) {
  #sliding-popup .popup-content #popup-buttons {
    width: 200px;
    padding: 15px;
  }
  #sliding-popup .popup-content #popup-buttons button {
    width: 100%;
  }
  #sliding-popup .popup-content #popup-buttons button:last-child:not(:first-child) {
    margin-top: 10px;
  }
}
#sliding-popup:before, #sliding-popup.sliding-popup__hidden:before {
  min-height: 0px;
}
#sliding-popup .eu-cookie-compliance-banner, #sliding-popup.sliding-popup__hidden .eu-cookie-compliance-banner {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}
#sliding-popup.sliding-popup__display:before {
  min-height: 120px;
}
#sliding-popup.sliding-popup__display .eu-cookie-compliance-banner {
  -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
          transform: translateX(0%);
  bottom: 0px;
}

/*# sourceMappingURL=eu-cookie.css.map */