.cn {
    position: fixed;
    bottom: 4.5%;
    right: 3%;
    height: auto;
    width: 410px;
    z-index: 99999;
    padding-right: 75px;
    display: none;
    border-radius: 0 0 50px 0
}
.cn .left {
    height: auto;
    padding:30px 30px;
    font-size: 14px;
    line-height: 25px;
    color: #fff;
    font-weight: 400
}
.cn .left a {
    text-decoration: underline !important;
    color: #fff;
}
.cn .right {
    width: 100px;
    height: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    padding-top: 3px;
}
.cn .right ion-icon {
    color:#000;
    font-weight: 300;
    font-size: 28px;
    margin: 0 auto;
    cursor: pointer;
    opacity: .5;
    transition: all .2s;
}

.cn .right ion-icon:hover {
    opacity: 1;
    transition: all .2s;
}

.cookie-overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #000;
    opacity: .6;
    z-index: 9999;
    display: none;
}

@media(max-width: 767.98px) {
    .cn {
        left: 40px;
        right: 40px;
        bottom: 20px;
        width: auto;
    }
}
@media(max-width: 600px) {
    .cn {
        left: 20px;
        right: 20px;
        padding-right: 50px;
    }
    .cn .right { width: 60px; }
}
@media(max-width: 400px) {
    .cn {
        left: 0px;
        right: 0px;
        bottom: 0px;
        border-radius: 0px;
        border: none;
    }
    .cn .left { padding:20px; }
    .cn .right { width: 60px; }
}