﻿.cookies_section {
    background: #e9ebef;
    border: 1px solid #000;
    padding: 6px 10px 8px 10px;
    width: 65%;
    position: fixed;
    bottom: 0;
    z-index: 999999;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    opacity: 0.9;
}
.close_cookie {
    background: #343d47 !important;
    font-size: 12px !important;
    padding: 3px 6px !important;
    position: absolute;
    right: 0;
    top: 0;
    width: auto !important;
    font-weight: normal !important;
    color: #fff !important;
    border-radius: 50%;
}
.cookies_section h3 {
    color: #000000;
    font-size: 15px;
    text-align: center;
    margin: 2px 0 0 0;
    font-weight: bold;
    text-transform: uppercase;
}
.cookies_section p {
    color: #000000;
    padding: 2px 20px;
    text-align: center;
    font-size: 13px;
    margin: 0 auto;
    width: 84%;
}
.cookies_section button {
        background: #343d47;
        box-shadow: none;
        color: #000000;
        border: 0;
        text-align: center;
        font-size: 12px;
        padding: 4px 11px;
        margin: 2px 10px 0 4px;
        font-weight:  normal;
        text-transform: uppercase;

    }
.cookies_controls {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-top: 4px;
}
.read-cookie {
        background: #595757;
        box-shadow: none;
        color: #ffffff;
        border: 0;
        text-align: center;
        font-size: 12px;
        padding: 3px 10px 4px 10px;
        margin:0 5px;
            width: 192px;
}
.cookies_section a {
   color: #fff;
       background: #343d47;
    box-shadow: none;
    border: 0;
    text-align: center;
    font-size: 12px;
    padding: 3px 11px;
    margin: 2px 10px 0 4px;
    font-weight: normal;
    text-transform: uppercase;
}
.read-cookie:hover{
    color: #ffffff;
    text-decoration: none;
}
.cookies_controls button {
    color: #fff;
}
@media only screen and (max-width: 650px) {
.cookies_section {
    width: 90%;
}
.read-cookie {
    background: #595757;
    box-shadow: none;
    color: #ffffff;
    border: 0;
    text-align: center;
    font-size: 12px;
    padding: 3px 10px 4px 10px;
    float: left;
    width: 62% !important;
        margin: 2px 10px 0 54px !important;
}
.cookies_section p {
    width: 90%;
}
.allow-cookie {
        width: 50%;
    margin: 2px 10px 0 72px !important;
    float: left;
}
}