#cc-reopen-button {
  position: fixed;
  z-index: 9999;
  padding: 10px 15px;
  border: none;
  cursor: pointer;
  font-size: 14px;
}

#cc-reopen-button.with-icon {
  padding: 6px;
}

#cc-reopen-button .cc-position-cookie-icon {
  width: 36px;
  height: 36px;
}

.cc-position-bottom-right {
  bottom: 20px;
  right: 20px;
}

.cc-position-bottom-left {
  bottom: 20px;
  left: 20px;
}

.cc-position-top-right {
  top: 20px;
  right: 20px;
}

.cc-position-top-left {
  top: 20px;
  left: 20px;
}