

.cookie-disclaimer {
  color: #FFF;
  opacity: 0.97;
  width: 100%;
  bottom: 50%;
  left: 0%;
  right: 0%;
  z-index: 9999;
  height: 50px;
  position: fixed;
}
.cookie-disclaimer .container {
    bottom: 10px;
    width: 400px;
    padding-top: 7px;
    height: 91px;
    color: #fff;
    line-height: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    background: #292929;
    z-index: 120;
    border-radius: 3px
}


.cookie-disclaimer .cookie-close{
  float: right;
  padding: 5px;
  cursor: pointer;
  width: 100%;
  bottom: 10px;
}

.cookie-disclaimer .btn{
  background-color:#FFCC00;
  border:none;
  font-weight :500;
  color:black;
  padding: 2px;
}