/** Cookie **/

.message.global.noscript, .message.global.cookie, body #notice-cookie-block {

    margin: 0 0 10px;

    padding: 16px 20px;

    display: block;

    font-size: 1.3rem;

    background: rgba(0, 0, 0, .8);

    border-color: #000;

    color: #fff;

    margin: 15px 25px;

    width: auto;

    overflow-y: inherit;

}

.message.global.cookie {

    bottom: 0;

    left: 0;

    position: fixed;

    right: 0;

    z-index: 9999;

}

.cookie .content {

    display: flex;

    flex-wrap: wrap;

    justify-content: space-between;

}

.message.global p {

    text-align: left;

    color: #fff !important;

    font-size: 1.3rem !important;

}

.cookie .content p strong {

    display: block;

    font-weight: 400;

    font-size: 22px;

    font-family: 'Poppins-SemiBold';

    margin-bottom: 15px;

    color: #fff;

    text-align: left;

    text-transform: uppercase;

}

body .message.global.noscript a, body .message.global.cookie a {

    color: #AE8D54 !important;

    font-weight: bold;

}

.message.global.cookie .actions {

    margin-top: 10px;

    text-align: right;

    position: absolute;

    top: 20px;

    right: 20px;

}

.cookie .action.primary {

    padding: 0;

    margin-top: -20px;

    background: 0 0 !important;

    border: none !important;

} 

.cookie .action.primary svg {

    width: 16px;

    height: 16px;

    color: #fff;

}

.cookie .action.primary svg path {

    fill: #fff;

}