﻿
#over-box-cookie {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 999999;
    display: block;
}

#info-box-cookie {
    margin: auto;
    position: relative;
    top: 0px;
    height: 58px;
    width: 100%;
    text-align: center;
    background-color: #eeeeee;
}

    #info-box-cookie p {
        line-height: 58px;
        font-size: 14px;
        text-align: center;
        font-family: tahoma,arial,verdana,sans-serif;
        color: #000;
    }

        #info-box-cookie p a {
            margin-right: 5px;
            text-decoration: underline;
        }

.box-button.wp-default {
    color: #fff;
    background: #9C0052;
}

.box-button.bootstrap, .box-button.wp-default {
    text-decoration: none;
    padding: 8.5px 10px;
    line-height: 1;
}

.box-button:hover {
    box-shadow: inset 0 0 0 99999px rgba(0,0,0,.05);
    text-decoration: none;
}

.box-button {
    font-family: -apple-system,BlinkMacSystemFont,Arial,Roboto,"Helvetica Neue",sans-serif;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: .25px;
    line-height: 20px;
    margin: 0;
    padding: 0;
    text-align: center;
    text-transform: none;
    display: inline-block;
    cursor: pointer;
    touch-action: manipulation;
    white-space: nowrap;
    outline: 0;
    box-shadow: none;
    text-shadow: none;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.box-close-icon:hover {
    opacity: 1;
}

.box-close-icon {
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -10px;
    width: 15px;
    height: 15px;
    opacity: .5;
    padding: 10px;
    outline: 0;
    color: #000;
}

    .box-close-icon:before {
        transform: rotate(45deg);
    }

    .box-close-icon:after, .box-close-icon:before {
        position: absolute;
        content: ' ';
        height: 15px;
        width: 2px;
        top: 3px;
        background-color: #fff;
    }

    .box-close-icon:after {
        transform: rotate(-45deg);
    }

    .box-close-icon:after, .box-close-icon:before {
        position: absolute;
        content: ' ';
        height: 15px;
        width: 2px;
        top: 3px;
        background-color: #000;
    }