﻿.cc-window {
    border-top: solid 1px #CE9C63;
}

.cc-link {
    color: #663300 !important;
}

.hs-popup-bck {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9998;
    background-color: grey;
    opacity: 0.5;
}

.hs-cookies {
    display: none;
    overflow: hidden;
    position: fixed;
    margin: 0 auto;
    top: 10%;
    left: 50%;
    transform: translate(-50%, -10%);
    z-index: 9999;
    background-color: white;
    padding: 15px 20px;
}

@media screen and (max-width: 767px) {
    .hs-cookies {
        width: 90%;
    }
}

@media screen and (max-width:767px) {
    .cc-banner {
        -ms-flex-direction: column !important;
        -webkit-flex-direction: column !important;
        flex-direction: column !important;
    }

    .cc-message {
        font-size: 13px;
        line-height: normal;
        margin-bottom: 10px;
    }
}

.hs-cookies .hs-cclose {
    display: inline-block;
    margin-bottom: 15px;
    float: right;
}

.hs-cookies > div {
    width: 100%;
}

.hs-cookies table {
    border-left: solid 1px gray;
    border-bottom: solid 1px gray;
    width: 100%;
}

    .hs-cookies table td,
    .hs-cookies table th {
        padding: 5px 10px;
        font-size: 13px;
        font-family: 'Trebuchet MS';
        border-top: solid 1px gray;
        border-right: solid 1px gray;
    }

    .hs-cookies table th {
        font-weight: bold;
    }
