.cookeis-wrp{
    position: fixed;
    padding: 25px;
    border-radius: 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    width: 448px;
    background-color: #fff;
    z-index: 1000;
    bottom: 30px;
    left: 30px;
    display: none;
}
.show.cookeis-wrp{
    display: block;
}
.cookeis-title{
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 17px;
}
.cookeis-content{
    font-size: 15px;
    font-weight: 400;
}
.cookeis-content a{
    color: #68B6FB;
}
.cookeis-btns{
    margin-top: 20px;
}
.cookeis-btns button{
    width: 100%;
}
@media screen and (max-width: 425px) {
    .cookeis-wrp{
        width: calc(100% - 30px);
        padding: 15px;
    }
    .cookeis-title,.cookeis-content{
        font-size: 13px;
    }
}