.cookie-box {

    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    z-index: 9999;
    color: #262626;
    background: #fff;
    border-top: 1px solid #d0d0d0;
    transition: all .9s cubic-bezier(.19,1,.22,1),width 0s ease .9s;
    opacity: 1;
    transform: translateY(0);

}
.cookie-box .cookie-container {
    margin-left: auto;
    margin-right: auto;
    padding: 20px 20px 10px;
}