
.cookie-content {
    position: fixed;
    left: 0px;
    right: 0px;
    z-index: 100;
    background-color: rgba(225, 225, 225, 0.85);
    color: #000;
    border: 5px solid #fff;
    -webkit-box-shadow: 14px 14px 18px 0px rgba(255, 255, 255, 0.5);
    -moz-box-shadow: 14px 14px 18px 0px rgba(255, 255, 255, 0.5);
    box-shadow: 14px 14px 18px 0px rgba(255, 255, 255, 0.5);
    display: none;
    padding: 5px;
    margin: 10px;
    top: 0;
    border-radius: 20px;
}
.cookie-content .cookie-accept {
    margin-top: 1px;
    margin-left: 10px;
    padding: 5px 10px;
    /* background: none repeat scroll 0% 0% rgba(97, 97, 97, 0.65);
    border: medium none;
    color: #fff;  
    cursor: pointer; */
}
.cookie-content .cookie-accept-row {
    text-align: -webkit-center;
    margin-top: 10px;
}
.cookie-inner {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 15px;
}      
.cookie-text a {
    color: #333; /*#fe0*/;
    font-weight: bold;
}
.cookie-text a:hover {
    color: #333;
    text-decoration: none;
    text-decoration: underline;
}
.cookie-text p {
    line-height: 1.5em;
    font-family: var(--second-family);
    font-weight: 500;
    font-size: 14px;				
    text-align: left;
    margin: 2px 0px;
    padding: 0px;
} 
.cookie-text .cookie-text-row {
    display: flex;
    flex-direction: row;
    align-content: space-around;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}
.cookie-text .cookie-text-row img {
    width: unset;
    height: unset;
}
.cookie-text .cookie-text-row div:nth-child(1) {
    padding-top: 5px;
}			
