.magecomp-cookie-template {
    min-height: 35px;
    position: fixed;
    z-index: 999;
    padding: 5px;
}

.top {
    height: auto;
    position: fixed;
    z-index: 999;
    padding: 5px;
    min-height: 60px;
    top: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.cookie-buttons {
    display: flex;
    align-items: center;
    margin-left: 10px;
    margin-right: 10px;
}

.bottom {
    height: auto;
    position: fixed;
    z-index: 999;
    padding: 5px;
    min-height: 60px;
    bottom: 0;
}

.cookietext {
    margin-left: 57px;
    vertical-align: middle;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 70% !important;
    float: left;
}

.cookiehidelink {
    width: auto;
    border: 1px solid;
    border-radius: 4px;
    float: left;
    margin-right: 16px;
    text-decoration: none !important;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 600;
    padding-bottom: 8px;
    padding-top: 8px;
}
.cookiehidelink:hover {
    color: #000;
    background: #fff;
}
.cookiemoreinfolink:hover {
    color: #000;
}
@media screen and (max-width: 767px){
    .cookietext {
        margin-left: 0;
        width: 90% !important;
    }
}
