.cookie-wrap {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 17px 0;
    background: #313131;
    z-index: 100;
    color: #fff;
    text-align: center;
    font-size: 14px
}

.cookie-wrap a {
    color: #ffe88c
}

.cookie-wrap .agree {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 3px;
    margin-left: 10px;
    background: #f4da60;
    color: #000;
    font-weight: 600
}


.cookie-wrap-mobile {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
    background: #313131;
    z-index: 100;
    color: #fff;
    font-size: 14px;
}

.cookie-wrap-mobile a {
    display: block;
    margin-top: 10px;
    color: #ffe88c
}

.cookie-wrap-mobile .agree {
    display: block;
    width: 100%;
    padding: 10px;
    margin-top: 10px;
    border-radius: 5px;
    background: #f4da60;
    color: #000;
    font-size: 14px;
    font-weight: 600
}
