@keyframes container-scale-popup{0%{transform:scale(.9)}100%{transform:scale(1)}}@keyframes fade-in-overlay{0%{opacity:0}100%{opacity:.65}}
	
	
	
.cookie-message	.modal-box {
    display: block;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    overflow-y: auto;
    text-align: center;
    z-index: 9999999999;
}


.cookie-message .modal-box__container {
    max-width: 40rem;

    animation: container-scale-popup .15s ease-out forwards;
    background-color: #fff;
    border-radius: 3px;
    display: inline-block;
    position: relative;
    height: auto;
    margin: 1.6rem;
    overflow: hidden;
    text-align: left;
    vertical-align: middle;
    width: calc(100% - 4rem);
    z-index: 1;
}

.cookie-message .modal-box__overlay {
    animation: fade-in-overlay .2s ease-in-out forwards;
    position: fixed;
    z-index: 0;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #111;
    opacity: .65;
    overflow: hidden;
}

.cookie-message h4 {
	    font-size: 1.7rem;
}

.cookie-notification__body { padding: 15px 25px; }
.cookie-notification__body .link {     color: #0090e3;
    text-decoration: none; font-size: inherit;
    overflow: hidden;
    background-color: transparent;
    border: 0;
    cursor: pointer; outline: none; font-weight: normal; } 
.cookie-notification__body .button.button--order.button--full-width { width: 100%; background: #8DC73F; }
.cookie-notification__body .button.button--order.button--full-width:hover, .cookie-notification__body .button.button--order.button--full-width:focus { text-decoration: underline; color: white !important; }