.cookie-button {
  background: #2d818f;
  display: inline-block;
  padding: 0.4rem 1.2rem;
  color: #fff;
  text-decoration: none;
  transition: 0.15s ease-out;
  border-radius: 0.5rem;
  box-shadow: 0 0.1rem 0.1rem 0 rgba(0, 0, 0, 0.15);
}
.cookie-button:hover, .cookie-button:focus {
  background: #3392a2;
}

.cookie-notice {
  background: #fff;
  width: calc(100% - 2.4rem);
  max-width: 34rem;
  position: fixed;
  right: 0;
  bottom: 0;
  margin: 1.2rem;
  box-shadow: 0 0.1rem 0.5rem 0 rgba(0, 0, 0, 0.25);
  overflow: hidden;
  border-radius: 0.5rem;
  z-index: 9999999; 
}
@media (max-width: 480px) {
  .cookie-notice {
    width: calc(100% - 1.2rem);
    margin: 0.6rem;
  }
}
.cookie-notice .notice-heading {
  background: #c8b08b;
  padding: 0.6rem 1.2rem;
  color: #fff;
}
.cookie-notice .notice-content {
  padding: 1.2rem;
}
.cookie-notice p {
  font-size: 0.9rem;
  color: #333;
  line-height: 1.4rem;
	margin-bottom: 1.2rem;
}
.cookie-notice p:last-child {
  margin-bottom: 0;
}
.cookie-notice .notice-buttons {
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}
.cookie-notice .notice-buttons .cookie-button {
  margin-right: 1.2rem;
}
.cookie-notice .settings {
  color: #bbb;
  transition: 0.15s ease-out;
}
.cookie-notice .settings:hover, .cookie-notice .settings:focus {
  color: #aeaeae;
}

.cookie-popup {
  position: fixed;
  top: 10vh;
  left: 25%;
  background: #fff;
  width: calc(100% - 2.4rem);
  max-width: 50vw;
  max-height: 90vh;
  margin: 1.2rem 0 0 0;
  box-shadow: 0 0.1rem 0.5rem 0 rgba(0, 0, 0, 0.25);
  overflow: hidden;
  z-index: 99;
  font-size: 16px;

  border-radius: 0.5rem;
  z-index: 999999;
}
@media (max-width: 600px) {
  .cookie-popup {
    width: calc(100% - 1.2rem);
    max-width: 100%;
  }
}
.cookie-popup * {
  box-sizing: border-box;
}
.cookie-popup .popup-heading {
  background: #c8b08b;
  padding: 0.4rem 1.2rem;
  color: #fff;
}
.cookie-popup .popup-content {
  padding: 1.2rem;
}
.cookie-popup .popup-content a {
  color: #333;
  transition: 0.15s ease-out;
}
.cookie-popup .popup-content a:hover, .cookie-popup .popup-content a:focus {
  color: #2d818f;
}
.cookie-popup p {
  font-size: 16px;
  color: #333;
}
.cookie-popup p:last-child {
  margin-bottom: 0;
}
.cookie-popup .popup-options {
  font-size: 0.8rem;
  background: rgba(200, 176, 139, 0.12);
  padding: 1.2rem;
}
.cookie-popup .options-list {
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  margin-bottom: 0;
  list-style: none;
	font-size: 0.9rem;
}
.cookie-popup .options-list li {
  width: calc(100% / 3);
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}
@media (max-width: 480px) {
  .cookie-popup .options-list li {
    width: 100%;
  }
  .cookie-popup .options-list li:not(:last-child) {
    margin-bottom: 1.2rem;
  }
}
.cookie-popup .options-list label {
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  -ms-align-items: center;
  align-items: center;
  cursor: pointer;
}
.cookie-popup .options-list .icon {
  margin: 0 0 0.6rem 0;
}
.cookie-popup .options-list .icon img {
  width: 100%;
  max-width: 5rem;
  height: auto;
}
.cookie-popup .options-list .label {
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}
.cookie-popup .options-list .radio {
  margin-right: 0.6rem;
}
.cookie-popup .popup-options-info {
  padding: 1.2rem;
	font-size: 0.9rem;
}
.cookie-popup .column-container {
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cookie-popup .column {
  width: calc(100% / 2);
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}
@media (max-width: 480px) {
  .cookie-popup .column {
    width: 100%;
  }
  .cookie-popup .column:not(:last-child) {
    margin-bottom: 1.2rem;
  }
}
@media (max-width: 600px) {
  .cookie-popup .column {
    width: 100%;
  }
}
.cookie-popup .info-list {
  margin-bottom: 0;
  list-style-position: inside;
}
.cookie-popup .popup-buttons {
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: center;
  justify-content: center;
  background: rgba(200, 176, 139, 0.12);
  padding: 0.6rem 0;
}
.cookie-popup .popup-buttons .cookie-button {
  margin-right: 1.2rem;
}
.cookie-popup .cancel {
  color: #666;
  transition: 0.15s ease-out;
}
.cookie-popup .cancel:hover, .cookie-popup .cancel:focus {
  color: #444;
}
.cookie-popup .lvl-1-list,
.cookie-popup .lvl-2-list {
  display: none;
}

#form-cookies-options {
  margin-bottom: 0 !important;
}

@media only screen and (max-width: 600px) {
  .cookie-popup {
    position: absolute !important;
    transform: translate(0%, 0%) !important;
    top: 5% !important;
    left: 5% !important;
  }
}