/* Cookie Consent */

.et_cookie_consent {
    position: fixed;
    border-radius: 8px 0 0 8px;
    bottom: 0;
    left: 0;
    width: 360px;
    padding: 30px;
    z-index: 100000;
    -webkit-animation: slide-up 1s cubic-bezier(0.77, 0, .175, 1);
    animation: slide-up 1s cubic-bezier(0.77, 0, .175, 1);
}
.et_cookie_consent p {
    font-size: 15px;
    line-height: 25px;
}
.et_cookie_consent .button {
    width: 142px;
    margin-bottom: 0;
}
#et_cookie_consent_manage {
    background: #fff;
    color: #19c1e6 !important;
    border: 2px solid #19c1e6;
    margin-right: 15px;
}
.et_cookie_consent_option {
    margin: 2px 0 0;
}
.et_cookie_consent_option_description {
    float: right;
    width: 258px;
}
.et_cookie_consent_option_description strong {
    color: #000000;
}
.et_cookie_consent_option_description p {
    font-size: 12px;
}
.et_cookie_consent_buttons {
    margin-top: 10px;
    display: flex;
    flex-direction: row;
}
.et_hide {
    display: none;
}