@import url("https://fonts.googleapis.com/css?family=Nunito:100,200,300,400,400i,600,700,800&display=swap");
.cookie-window {
  font-family: 'Nunito', sans-serif;
  position: fixed;
  z-index: 9999;
  right: 20px;
  width: 400px;
  bottom: 20px;
  display: none;
}


@media screen and (max-width: 600px) {
  .cookie-window {
    width: auto;
    left: 20px;
  }
}

.cookie-window ._shell {
  background: #1c2f3c;
  border-radius: 5px;
  padding: 20px 30px;
  color: #eee;
}

.cookie-window ._shell p {
  margin-bottom: 5px;
}

.cookie-window ._close {
  position: ABSOLUTE;
  right: 30px;
  top: 10px;
  border: 1px solid #b7b4b4;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: #ffbcbc;
  display: none;
}

.cookie-window ._header p {
  font-size: 30px;
  font-weight: 800;
  color: #d2c9c9;
}

.cookie-window ._content {
  font-weight: 300;
  font-size: 14px;
}

.cookie-window ._content a {
  display: inline-block;
  padding: 7px 15px;
  border-radius: 3px;
  font-weight: 300;
  text-decoration: none;
}

.cookie-window ._content a.__main {
  background: #e2bc00;
  color: #333;
  border-radius: 3px;
  font-weight: 700;
}

.cookie-window ._content a.__secondary {
  border: 1px solid #e2bc00;
  color: #e2bc00;
  margin-left: 5px;
}

.cookie-window ._checkboxs {
  padding: 5px 0px 15px 0px;
  /*Alter bootstrap checkbox default colour*/
}

.cookie-window ._checkboxs .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #e2bc00;
}

.cookie-window ._checkboxs .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #e2bc00;
}

.cookie-window ._checkboxs .custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(226, 188, 0, 0.6);
}

.cookie-window ._checkboxs .custom-control-input:disabled ~ .custom-control-label {
  color: #a5aeb7;
}

.cookie-info {
  /*font-family: 'Nunito', sans-serif;*/
}

.cookie-info h5 {
  font-size: 1.6em;
}

.cookie-info ._info {
  display: block;
  text-align: center;
  background: #97d2e4;
  padding: 10px;
  cursor: pointer;
  display: none;
}

.cookie-info table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

.cookie-info table ._info-circle {
  display: inline-block;
  background: #97d2e4;
  height: 20px;
  width: 20px;
  color: #ffffff;
  line-height: 20px;
  border-radius: 20px;
  margin-left: 5px;
  font-size: 12px;
  text-align: center;
}

@media screen and (max-width: 600px) {
  .cookie-info table {
    border: 0;
  }
}

.cookie-info table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

@media screen and (max-width: 600px) {
  .cookie-info table caption {
    font-size: 1.3em;
  }
}

@media screen and (max-width: 600px) {
  .cookie-info table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
}

.cookie-info table tr {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  padding: .35em;
}

@media screen and (max-width: 600px) {
  .cookie-info table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
}

.cookie-info table td, .cookie-info table th {
  padding: .625em;
}

@media screen and (max-width: 600px) {
  .cookie-info table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }
  .cookie-info table td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  .cookie-info table td:last-child {
    border-bottom: 0;
  }
}

.cookie-info table th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}
/*# sourceMappingURL=cookie.css.map */