#cookie-acceptbar {
    z-index: 2147483645;
    bottom: 0;
    left: 0;
    right: 0;
    width: auto;
    position: fixed;
    background-color: hsla(0,0%,100%,.95);
    padding-right: 90px;
    border-top: 1px solid #eaeaea;
}
#cookie-acceptbar button {
    cursor: pointer;
    border: none;
    background-color: tomato;
    color: #fff;
    text-transform: uppercase;
    margin-top: 20px;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    border-radius: 3px;
}
.d-cookie {
   padding: 1rem 20px;
    display: flex;
    align-items: center;
    margin: 0 auto;
    max-width: 1248px;
    justify-content: space-between;
}