.cookie-consent{
  position: fixed;
bottom: 8px;
left: 20px;
width: 260px;
padding-top: 7px;
height: 120px;
color: #fff;
line-height: 20px;
padding-left: 10px;
padding-right: 10px;
font-size: 14px;
background: #000;
z-index: 120;
cursor: pointer;
border-radius: 3px;
}
.cookie-wrapper{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.allow-button{
      height: 30px;
    width: 104px;
    color: #fff;
    font-size: 12px;
    line-height: 10px;
    border-radius: 3px;
    border: 1px solid #00352c;
    background-color: #00352c;
}
.cookie-btn__box{
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}