.gpm-cookie-accepted {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  bottom: 0.5em;
  left: 3vw;
  width: 94vw;
  min-height: 3.2em;
  max-height: 50vh;
  margin: 0;
  padding: 0;
  font-size: 16px;
  overflow: auto;
  color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 10px rgba(3,3,3,0.5);
  z-index: 999;
  height: 70px;
  background: #000000;
  border-radius: 6px;
}
@media all and (max-width : 768px) {
  .gpm-cookie-accepted {
  font-size: 12px;
  }
}
.gpm-cookie-accepted a{
  color:#fff;
  text-decoration: none;
}
.gpm-cookie-accepted a:hover{
  color:#ffcd7e;
  text-decoration: none;
}
.gpm-cookie-accepted .gpm-cookie-accepted-container {
  /* position: relative; */
  /* display: block; */
  margin: 0 auto;
  padding: 0.4em 0em 0.4em 0;
  width: 90%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media all and (max-width : 768px) {
  .gpm-cookie-accepted .gpm-cookie-accepted-container {
  padding: 0.4em 20px 0.4em 20px;
  }
}
.gpm-cookie-accepted p {
  display: block;
  margin: 0;
  padding: 0 1em 0 0em;
  vertical-align: top;
}
.gpm-cookie-accepted .btn-block {
  /* position: absolute; */
  display: flex;
  justify-content: flex-end;
  right: 0em;
  /* bottom: 0.5em; */
  vertical-align: middle;
  width: 6em;
  max-width: 6em;
}
.gpm-cookie-accepted .btn-block span {
  /* display: inline-block; */
  vertical-align: middle;
  /* padding: 0.2em 1em; */
  color: #FFFFFF;
  cursor: pointer;
  /* text-transform: uppercase; */
  transition: all .45s ease;
  text-align: center;
  color: #000;
  border: none;
  border-radius: 8px;
  outline: 0;
  background: #ffcd7e;
  font-family: Rubik,sans-serif;
  font-size: 1.6rem;
  font-size: 16px;
  line-height: 50px;
  width: 57px;
  height: 50px;
}
@media all and (max-width : 768px) {
  .gpm-cookie-accepted .btn-block span {
    height: 22px;
    font-size: 10px;
    line-height: 22px;
    width: 36px;
    border-radius: 6px;
  }
}
.gpm-cookie-accepted span:hover {
  opacity: 0.8;
  /* transform: translateY(4px);
  -webkit-transform: translateY(4px);
  -ms-transform: translateY(4px); */
}
@media all and (min-width : 1025px) {
  .gpm-cookie-accepted {
      bottom: 0.5em;
      width: 96vw;
      left: 2vw;
      font-size: 12px;
      font-size: 1.5vmin;
      font-size: 16px;
  }
  .gpm-cookie-accepted .gpm-cookie-accepted-container {
      padding: 0.4em 0em 0.4em 0;
  }
  .gpm-cookie-accepted p {
      /* padding: 0 0 0 2em; */
  }
  .gpm-cookie-accepted .btn-block {
      /* position: absolute; */
      right: 2em;
  }
}
@media print {
  .gpm-cookie-accepted {
      position: relative;
      display: none;
  }
}