@keyframes spinner {
    to {
        transform: rotate(360deg);
    }
}

.ets_cookie_banber_block {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #fff;
    border: 1px solid #ccc;
    padding: 20px 30px 20px;
    z-index: 10000;
    border-radius: 0;
    max-width: calc(100vw - 40px);
    max-width: -webkit-calc(100vw - 40px);
}

button.ets-cb-btn-ok {
    padding: 5px 10px;
    font-weight: normal;
    text-transform: none;
}

.ets-cb-btn-ok[aria-loading=true] {
    pointer-events: none;
    position: relative;
    padding-right: 35px;
    background:#000 !important;
    color:#fff !important;
    border-color:#fff !important;
    opacity:.8;
}

.ets-cb-btn-ok[aria-loading=true]:after {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border: 2px solid #ccc;
    border-top-color: #000;
    animation: spinner .6s linear infinite;
}

.ets_cookie_banber_block.left_bottom {
    left: 20px;
    bottom: 20px;
    right: auto;
}

.ets_cookie_banber_block.bottom {
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: calc(100vw - 17px);
    text-align: center;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: end;
    -webkit-align-items: end;
}

.ets_cookie_banner_content img {
    max-width: 100%;
    height: auto;
}

a.btn.ets-cb-btn-ok {
    font-weight: normal;
    text-transform: none;
    border-radius: 3px;
}

.ets_cookie_banner_content p:not(:first-child):last-child {
    margin-bottom: 0;
}

.ets_cookie_banner_content p {
    margin-bottom: 9px;
}

.ets_cookie_banner_footer {
    text-align: center;
    padding-top: 10px;
}

.ets_cookie_banber_block.bottom .ets_cookie_banner_footer {
    text-align: center;
}

.ets_cookie_banber_block iframe {
    max-width: 100%;
}

span.close_cookie:before,
span.close_cookie:after {
    content: "";
    width: 16px;
    height: 2px;
    background: #999;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -1px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

span.close_cookie:before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

span.close_cookie {
    width: 30px;
    height: 30px;
    position: absolute;
    cursor: pointer;
    right: 0;
    top: 0;
}

.ets_cookie_banber_block.bottom > div {
    padding: 0 15px;
}

span.close_cookie:hover:before, span.close_cookie:hover:after {
    background: #555555;
}







