.xlpcaga-hidden {
  display: none;
}
.xlpcaga-cookies-layer {
  position: fixed;
  bottom: 50px;
  right: 0;
  max-width: 550px;
  z-index: 999999;
  color: white;
  padding: 20px;
  background-color: rgba(25, 25, 25, 0.85);;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
  font-size: 16px;
  line-height: 22px;
}
.xlpcaga-tit {
  font-weight: bold;
  font-size: 22px;
}
.xlpcaga-subtit {
  font-weight: bold;
  font-size: 20px;
}
.xlpcaga-txt a {
  color: white;
  font-weight: bold;
  text-decoration: none;
}
.xlpcaga-txt a:hover {
  text-decoration: underline;
}
.xlpcaga-but {
  font-size: 16px;
  text-align: center;
  width: 100%;
  cursor: pointer;
  outline: none;
  background: #eeeeee;
  color: #333333;;
  text-decoration: none;
  outline: none;
  font-weight: bold;
  line-height: 30px;
  padding: 10px 5px;
  display: inline-block;
  box-sizing: border-box;
  -webkit-transition: background-color 200ms linear;
  -moz-transition: background-color 200ms linear;
  -o-transition: background-color 200ms linear;
  -ms-transition: background-color 200ms linear;
  transition: background-color 200ms linear;
}
.xlpcaga-but:hover {
  color: #333333;
  background-color: white;
  text-decoration: none;
  outline: none;
}
.xlpcaga-but:active {
  outline: none;
  -webkit-box-shadow: inset 2px 3px 5px rgba(0,0,0,0.125);
  -moz-box-shadow: inset 2px 3px 5px rgba(0,0,0,0.125);
  box-shadow: inset 2px 3px 5px rgba(0,0,0,0.125);
}
.xlpcaga-but.xlpcaga-hidden {
  display: none;
}
.xlpcaga-but-cookies-config {
  background-color: transparent;
  color: white;
}
.xlpcaga-but-cookies-config:hover {
  background-color: black;
  color: white;
}

.xlpcaga-mb5 {
  margin-bottom: 5px;
}
.xlpcaga-mb10 {
  margin-bottom: 10px;
}
.xlpcaga-mb15 {
  margin-bottom: 15px;
}
.xlpcaga-checkbox-row, .xlpcaga-buts-row {
  position: relative;
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
.xlpcaga-checkbox-col, .xlpcaga-but-col {
  width: 33%;
}
.xlpcaga-checkbox-container {
  position: relative;
  padding-left: 20px;
  color: white;
}
.xlpcaga-checkbox-container input {
  position: absolute;
  left: 0;
  top: 4px;
  margin: 0;
  padding: 0;
  width: 13px;
  height: 13px;
}
/*
.but.hidden {
  display: none;
}
*/
