
.cookie-consent-popup {
    
    font-family: "Montserrat";   
    position: fixed;
    bottom: 10px;
    left: 10px;
    padding: 15px;
    color: white;
    background-color: rgb(17, 17, 17);
    border: none;
    box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    border-radius: 8px;
    width: 450px;


}
@media (max-width:550px)  { 
    .cookie-consent-popup {
    width:200px ;


    }
}
.cookie-consent-popup p {
   
    margin:0px;
    font-size: 12px;
}
.close {
    text-align: right;
    align-content: top;
    padding: 0;
    margin: 0;
    font-style: none;
    text-decoration: none;
    float:right;
    width: 10%;
}
.txt {
    float:left;
    width: 90%;
}
.txt a {
    color:#e45a0f;
}
.close button {
    text-decoration: none;
    color:#e45a0f;
    padding: 0;
    margin: 0;
    font-size: 25px;
    line-height: 0;
    background: none;
	border: none;
	padding: 0;
	cursor: pointer;
	outline: inherit;
    padding: 0;
    
    }