.cookie-box {
  font-size: 16px;
  display: none;
  background: #fff !important;
  opacity: 1;
  min-height: 100px;
  padding: 30px;
  bottom: 50px;
  color: #000;
  position: fixed;
  text-align: center;
  z-index: 4000;
  width: 500px;
  max-width: 80%;
  right: 10%;
  box-shadow: 0px -3px 15px #000;
  border-radius: 15px;
}
.cookie-box .wrapper {
  margin: 0 auto;
}
.cookie-box .wrapper .btn {
  display: inline-block;
  background-color: #004895;
  color: #fff;
  padding: 8px 25px 8px !important;
  text-shadow: 1px 1px 1px #000;
  border-radius: 5px;
}
.cookie-box .wrapper .btn.white {
  background-color: #fff;
  border: 1px solid #000;
  text-shadow: none;
  color: #000;
}
.cookie-box .wrapper a {
  color: #000 !important;
  text-decoration: underline;
  display: inline-block;
}
.cookie-box .wrapper a.cookie-close {
  color: #000;
  float: right;
  font-size: 30px;
  font-weight: bold;
  position: absolute;
  right: 15px;
  padding: 0;
  top: 10px;
  line-height: 1;
  text-decoration: none;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch input:checked + .slider {
  background-color: #3f910b;
}
.switch input:focus + .slider {
  box-shadow: 0 0 1px #3f910b;
}
.switch input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.switch input[disabled] + span {
  opacity: 0.3;
}
.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.switch .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.switch .round {
  border-radius: 34px;
}
.switch .round:before {
  border-radius: 50%;
}

.page_content .cookies-save.success {
  background-color: greenyellow;
}

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