.cookies .cookies-mask {
    position: fixed;
    background: rgba(0, 0, 0, 0.50);
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 998;
}

.cookies .cookies-content {
    position: fixed;
	background: #fff;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    max-height: 50%;
    overflow: auto;
    padding-top: 35px;
    z-index: 999;
}

.cookies .cookies-content .sheet-footer.dialog-footer {
    background-color: #fff;
    border-top: 1px solid #dee2e6;
    bottom: 0;
    padding: 10px 0px;
    width: 100%;
    right: 0;
}
.cookies .cookies-content .btn-cookie-panel .btn {
	font-size: 16px;
}

@media(max-width: 767px) {
    .cookies .cookies-content .sheet-footer.dialog-footer button {
        font-size: 14px;
        max-width: 100%;
        padding: 6px;
    }
    .pdr-xs-0 {
        padding-right: 0;
    }
    .pdl-xs-0 {
        padding-left: 0;
    }
}

/* override styles */

@media(max-width: 979px) and (max-width:767px) {
    .cookies .cookies-content .btn.btn-cookie-panel {
        margin-top:0;
        width:150px;
    }
}

@media(max-width: 979px) {
    .cookies .cookies-content .btn.toggle-on,
    .cookies .cookies-content .btn.toggle-off {
        margin-top:0;
        width:148px;
        padding-top: 3px;
        padding-bottom: 3px;
    }
}