#cookie-notification{position: fixed;bottom: 0;left: 0;right: 0;background: #c8c06a;color: #fff;padding: 15px;z-index: 99999999;font-family: 'Inter', Arial, sans-serif;}
#cookie-accept{
    cursor: pointer;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 12px;
    line-height: 1.55;
    font-weight: 500;
    border-radius: 15px 15px 15px 15px;
    box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    background: #b7b053;
    border: 0;
    padding: 10px 24px;
    font-family: 'Inter', Arial, sans-serif;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    }
#cookie-accept:hover{transform: scale(1.05);}
.cpent{max-width: 1200px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 15px;}
.cpp{flex: 1; text-align: left;}
.cpp p{margin: 0;font-size: 13px;color: #fff;}
.cpp p a{
    color: #fff !important;
    border-bottom: 1px solid;
}
.cpp p a:hover{
    border-bottom: 1px solid transparent;
}
@media screen and (max-width : 767px){

#cookie-notification{}
#cookie-accept{
    font-size: 12px;
    padding: 8px 20px;
}
.cpent{
    flex-direction: column;
}
.cpp{}
.cpp p{
    text-align: center;
    font-size: 13px;
}
.cpp p a{
    font-size: 13px;
}
}