.nk-cookie-banner {
	  position: fixed;
	  bottom: 0px;
	  left: 0px;
	  width: 100%;
	  z-index: 999;
	  border-radius: 0px;
	  display: none;
	  background-color: #4d4d4d;
	  color : white;
	  padding: 20px 80px 20px 80px;
	}
	.nk-cookie-banner a {
	   font-size: 18px;
	   color : white;
	   text-decoration: none;
	}

  .nk-cookie-banner a:hover {
    color: white;
    text-decoration: underline;
   }
	.nk-cookie-banner .btn {
  	  color: black;
      background-color:#fff;
      border-color: #fff;
  	}
