﻿.cookie-position {
    position: fixed !important;
    right: 15px !important;
    bottom: 0 !important;
    max-width: 290px !important;
    z-index: 9999 !important;
    opacity: 0.9 !important;
}

/* 374 , 321*/
@media (min-width:321px) and (max-width:375px) {
    .cookie-position {
        max-width: 350px !important;
    }
}


.cookie-box {
    border: 1px solid black !important;
}

.cookie-bg {
    background-color: #6ec380;
}
