.cookies {
    background: #fff3e0;
    border-bottom-color: #ff9800;
    border-image: initial;
    border-left-color: #ff9800;
    border-radius: 0;
    border-right-color: #ff9800;
    border-top: 1px solid #ff9800;
    bottom: 0;
    box-shadow: #000 0 8px 6px -6px;
    color: #777;
    display: block;
    left: 0;
    min-height: 35px;
    padding: 10px;
    position: fixed;
    right: 0;
    text-align: center;
    width: 100%;
    z-index: 99999;
}

.cookies .content {
    font-size: 14px;
    font-weight: 400;
}

.cookies .content a {
    color: #ff9800;
}

.cookies .accept-btn {
    background: #ff9800;
    border: 0 solid #fff3e0;
    border-radius: 0;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    padding: 5px 15px;
    text-decoration: none;
}