.cc-window {
  background-color: #FFFFFF !important;
  box-shadow: 0 0 20px -7px #000000;
  -moz-box-shadow: 0 0 20px -7px #000000;
  -webkit-box-shadow: 0 0 20px -7px #000000;
}

.cc-window.cc-banner {
  padding: 24px 40px;
}

.cc-window.cc-banner .cc-message, .cc-window.cc-floating .cc-message {
  display: block;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: 100%;
  margin-right: 6em;
  font-family: proxima-nova;
  font-size: 14px;
  color: #525845;
  font-weight: normal;
  margin-bottom: 0;
}

.cc-message .cc-link {
  color: #525845 !important;
  opacity: 1;
}

.cc-message .cc-link:hover {
  text-decoration: underline;
  opacity: 0.6;
}

.cc-btn {
  background-color: #FCE579 !important;
  color: #302100 !important;
}

.cc-btn:hover {
  background-color: #FFEEA7 !important;
}

.cc-window.cc-floating {
  max-width: none;
  width: 100%;
  flex-direction: row;
  padding: 24px 40px;
}

.cc-window.cc-floating .cc-compliance {
  justify-content: flex-end;
}

.cc-floating .cc-compliance>.cc-btn {
  flex: 0 1 auto;
}

.cc-compliance>.cc-btn {
  padding: 2px 10px;
}
.cc-compliance>.cc-btn .icon-close {
  font-size: 10px;
}

.cc-bottom {
  bottom: 0;
}

@media screen and (max-width: 480px) and (orientation: portrait), screen and (max-width: 850px) and (orientation: landscape) .cc-window.cc-banner {
  -ms-flex-align: unset;
  align-items: flex-end;
}

@media screen and (max-width: 850px) {
  .cc-window.cc-floating .cc-message {
    margin-right: 4em;
  }
}

@media screen and (max-width: 480px) {
  .cc-window.cc-floating {
    flex-direction: column;
  }

  .cc-btn {
    background-color: transparent !important;
  }

  .cc-window.cc-floating .cc-compliance {
    position: absolute;
    top: 5px;
    right: 7px;
  }

  .cc-floating .cc-compliance>.cc-btn {
    flex: 1;
    width: 100% !important;
    padding: 5px;
  }

  .cc-btn:hover {
    background-color: transparent !important;
  }

  .cc-floating .cc-compliance>.cc-btn .icon-close {
    background: #FCE579;
    padding: 6px;
  }

  .cc-window.cc-floating .cc-message {
    margin-right: 0;
  }
}
