@import url(https://fonts.googleapis.com/css?family=Roboto:100,300,400,700,900,400italic);

body {font-family: "Roboto";}

.cookie-page {
  margin: 12px 40px;
  padding: 30px 16px;
  font-size: 14px;
  max-width: 860px;
}

.cookieAlertLayer {
  display:none;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  background-color: rgb(255, 255, 255);
  /* color: #fff; */
  padding: 8px 0px 7px 10px;
  z-index: 99999;
  font-size:12px;
  font-family:'Roboto';
  border-top: 1px solid #cfd2d6;
  box-shadow: 0px 0px 11px 0px #959ba4;
}

.cookieAlertLayer a {
  color: #0a96d3;
  text-decoration: underline;
  font-weight: bold;
}
/*geo.be*/
body.catalog .cookieAlertLayer button {
  background-color: #d32f2f;
  border-radius: 2px;
}
.cookieAlertLayer button {
  cursor: pointer;
  border: none;
  background-color: #ff5b02;
  color: #fff;
  text-transform: uppercase;
  margin: 5px 20px;
  height: 40px;
  line-height: 20px;
  padding: 0 20px;
  font-weight: bold;
  border-radius: 2px;
  font-size:12px;
  letter-spacing: -0.1px;
}

.cookieAlertLayer  iframe#cookieAlertLayerFullInfo {
  width: 80%;
  height: 300px;
  overflow: scroll;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #ffffff;
  border-radius: 3px;
  display: block;
  border: none;
}


body .cookieAlertLayer button.cClose {
    -webkit-appearance: none;
    padding: 0px 15px;
    cursor: pointer;
    background: transparent;
    background-color: transparent;
    border: 0;
    color: #000;
    float: right;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .5;
    margin-top: -9px;
    margin-right: 0px;
}