/* Cookie Notice Button */

.cookie-btn {
background: none !important;
box-shadow: none !important;
color: #fff !important;
text-shadow: none !important;
font-weight: 400 !important;
transition: background .3s ease, color .3s ease;
border: 1px solid rgba(255, 255, 255, .6) !important;
}

.cookie-btn:hover {
background: #fff !important;
color: rgb(40, 52, 168) !important;
}
