.cookie-banner {
  border-width: 1px;
  border-style: solid;
  border-color: rgb(156, 152, 152);
  border-radius: 5px;
  background-color: #fff;
  padding: 25px;
  display: inline-block;
  position: relative;
  bottom: 20px;
  width: 67%;
  font-size: 16px;
  overflow: hidden;
}

.flex-box-cookie {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 20px;
  left: 16px;
  right: 16px;
  z-index: 29999;
}
.container-text-cookie {
  display: inline-block;
  width: 72%;
}
.btn-cookieA {
  display: inline-block;
  align-items: right;
  justify-content: right;
  position: fixed;
  float: right;
  z-index: 29999;
  min-width: 70px;
  white-space: normal !important;
  overflow: hidden;
  width: 15%;
  padding-left: 25px;
  /* float: right;
  position: fixed;
  display: flex;
  line-height: 10px;
  width: 27%;
  z-index: 29999;
  white-space: normal !important; */
}

li {
  color: #888;
}

.btn-cookie {
  display: inline-block;
  border-style: none;
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  min-width: 70px;
  height: 40px;
  font-size: 16px;
  font-weight: bold;
  color: rgb(73, 72, 72);
  overflow: hidden;
}

.btn-cookieB {
  border-width: 1px;
  border-style: solid;
  border-color: rgb(156, 152, 152);
  border-radius: 5px;
  text-decoration: none;
  text-align: center;
  float: right;
  overflow: hidden;
  width: 100%;
  min-width: 70px;
}

.btn-cookieB:hover {
  background-color: rgba(156, 152, 152, 0.61);
  border-color: rgb(156, 152, 152);
}

@media only screen and (max-width: 450px) {
  .btn-cookieA {
    height: 50%;
    padding: 20px 0px 0px 0px;
    position: relative;
    display: flow-root;
    text-align: end;
    width: 100%;
  }
  .btn-cookieB .btn-cookie {
    align-items: center;
    justify-content: center;
    width: 100%;
  }

  .container-text-cookie {
    width: 100%;
  }
}
