.nk-cookie-banner {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 999;
    border-radius: 0px;
    display: none;
	border-top:1px solid #f0f4f6;
  }
 
.nk-cookie-banner a {
	color:#0c2e60;
}

.nk-cookie-banner a:hover {
	color:#ee390f;
	text-decoration:underline;
}

.nk-cookie-banner .btn-danger {
	background-color:#ee390f;
}



