 .magecomp-cookie-template {
    min-height: 35px;
    position: fixed;
    z-index: 999;
    padding: 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}

.moreinfo {
    margin-top: 15px;
    position: absolute;
}

.cookiemoreinfolink {
	text-decoration: underline;
}

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

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

.cookietext {
    vertical-align: middle;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 100% !important;
    float: left;
    margin: 0 auto;
    text-align: center;
}

.cookiehidelink {
    width: auto;
    border: 1px solid;
    border-radius: 4px;
    float: left;
    margin-right: 0;
    margin-top: 3px;
    text-decoration: none !important;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 600;
    padding-bottom: 8px;
    padding-top: 8px;
}
@media screen and (max-width:767px){
.magecomp-cookie-template.bottom {
    bottom: 50%;
    max-width: 90%;
    left: 5%;
    transform: translate(0, 50%);
}
.magecomp-cookie-template.bottom:before {
    content: "";
    position: fixed;
    left: -5vw;
    top: -50vh;
    width: 100vw;
    background: #38343475;
    z-index: -1;
    height: 120vh;
}
}