.cookies_section {
    background: rgb(0, 74, 135);
    padding: 20px 15px 10px 15px;
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 999999;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    opacity: 0.9;
    box-shadow: 1px 1px 20px -3px #777;
}

.border {
    /* border:1px solid #666; */
    /* border-bottom:
    none; */
    /* padding-bottom:20px; */
    border: 0px!important;
}

.cookie-wrap {
    display: flex;
    max-width: 75em;
    margin: 0 auto;
}

.cookie-info {
    width: 60%;
}

.close_cookie {
    background: transparent;
    font-size: 18px !important;
    position: absolute;
    right: 20px;
    top: 30px;
    color: #fff !important;
    border-radius: 50%;
    border: 2px solid #fff !important;
    height: 26px;
    width: 26px;
    font-family: 'Omnes-Medium';
    display: flex;
    align-items: flex-start;
    justify-content: center;
    line-height: 1.2 !important;
    cursor: pointer;
    outline: none;
}

.close_cookie.close-cookies-ar {
    padding: 0px 8px !important;
}

.cookies_section h3 {
    color: #ffffff;
    font-size: 16px;
    text-align: left;
    margin: 5px 0 10px 0;
    font-weight: bold;
    text-transform: uppercase;
    /* margin-top:15px; */
}

.cookies_section p {
    color: #ffffff;
    padding: 2px 0px;
    text-align: left;
    font-size: 15px;
    margin: 0 auto;
    max-width: 75em;
    font-weight: 400;
    font-family: 'Omnes-Regular';
}

.cookies_controls .allow-cookie, .cookies_controls .read-cookie {
    background: transparent;
    color: #ffffff;
    text-transform: uppercase;
    border: 1px solid #fff;
    padding: 2px 15px;
    font-size: 12px;
    font-weight: 500;
    margin: 8px 5px;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    transition: all 500ms ease;
    line-height: 2;
    font-family: 'Omnes-SemiBold';
}

.cookies_controls button:hover {
    color: #ffffff;
}

.cookies_controls {
    margin: 0 auto;
    text-align: center;
    padding: 5px;
    max-width: 400px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: space-around;
    align-items: center;
    justify-content: center;
}

.read-cookie {
}

.cookies_section a {
    background: #ffffff;
    color: #000000;
    text-transform: uppercase;
    border: none;
    padding: 8px 15px;
    font-size: 12px;
    font-weight: 400;
    margin: 10px 10px;
    font-family: 'Omnes-SemiBold';
}

.read-cookie:hover {
    color: #ffffff;
    text-decoration: none;
}

.cookies_section:lang(ar) {
    direction: rtl;
}

@media (max-width: 768px) {
    .read-cookie {
    }

    button#gdpr-cookie-accept {
    }

    .cookie-info {
        width: 100%;
    }

    .cookie-wrap {
        display: flex;
        flex-direction: column;
    }

    .close_cookie {
        top: -25px;
        right: 5px;
    }
}

:lang(ar) p {
    text-align: right;
}
