/*Cookies*/

/*----cookie---------*/

#my-cookie__consent .my-cookie__container,
#my-cookie__consent .my-cookie__open-settings {
    color: white !important;
}

#my-cookie__consent .my-cookie__container {
    padding: 10px 0;
}

#my-cookie__consent .my-cookie__accept-button {
    color: white !important;
}

#my-cookie__consent {
    font-size: 0.8rem;
}

#my-cookie__popup #my-cookie__table thead tr th {
    text-align: left;
    font-size: 1rem;
}

.my-cookie__button {
    padding: 10px 16px;
    font-size: 0.8rem;
}

div#my-cookie__consent {
    background: #333333;
}

.my-cookie__desc a {
    color: white;
    font-size: 0.9rem;
}

#my-cookie__consent .my-cookie__accept-button a {
    color: black;
    font-size: .8rem;
}

#my-cookie__consent .my-cookie__accept-button {
    padding: 10px;
}

div#my-cookie__declaration {
    font-size: 0.7rem;
}

div#my-cookie__declaration a {
    color: black;
    font-size: 0.8rem;
    line-height: 1em;
}

div#my-cookie__cookie_settings a {
    color: white;
    font-size: 0.9rem;
}

div#my-cookie__cookie_settings::before {
    bottom: 0;
}

#my-cookie__popup #my-cookie__table .td-name {
    white-space: nowrap;
    padding-right: 50px;
    font-size: 0.8rem;
}

td.td-cookies {
    font-size: 0.8rem !important;
}

div#my-cookie__declaration table {
    background: #ececec;
    padding: 10px;
}

div#my-cookie__buttons-container a {
    color: white;
}

#my-cookie__consent .my-cookie__accept-button {
    background: #da000e;
}

div#my-cookie__declaration-title a {
    color: black;
}

div#my-cookie__buttons-container a {
    font-size: 0.8rem;
}

.my-cookie__button.green {
    color: #ffffff;
}
#my-cookie__consent .my-cookie__accept-button {
    font-size: 14px;
}
#my-cookie__consent .my-cookie__open-settings {
    font-size: 14px;
@media screen and (max-width: 767px) {
    #my-cookie__consent .my-cookie__container .my-cookie__desc {
        margin-bottom: 0;
    }

    #my-cookie__consent .my-cookie__container>div {
        margin-bottom: 5px;
    }
}
