#cc-main {
  /** Change button primary color to black **/
  --cc-btn-primary-bg: linear-gradient(90deg, #ff5925 0%, #f77942 100%);
  --cc-btn-primary-border-color: linear-gradient(90deg, #ff5925 100%, #f77942 100%);
  --cc-btn-primary-hover-bg: linear-gradient(90deg, #ff5925 100%, #f77942 100%);
  --cc-btn-primary-hover-border-color: linear-gradient(90deg, #ff5925 100%, #f77942 100%);
  --cc-btn-secondary-bg: linear-gradient(90deg, #ff5925 0%, #f77942 100%);
  --cc-btn-secondary-color:white;
  --cc-btn-secondary-hover-bg: linear-gradient(90deg, #ff5925 100%, #f77942 100%);
  --cc-btn-secondary-hover-color: white;
  /** Also make toggles the same color as the button **/
  --cc-toggle-on-bg: var(--cc-btn-primary-bg);
}
#cc-main * {
  font-family: "Montserrat", "Montserrat-Azbuka", sans-serif !important;
  font-size: 12px !important;
}
#cc-main .pm__title {
  font-size: 15.2px !important;
  font-weight: 600 !important;
  color: #000 !important;
}
#cc-main .cm__title {
  font-size: 14.8px !important;
  font-weight: 600 !important;
  color: #000 !important;
}
#cc-main .pm__section-title {
  font-size: 15.2px !important;
}
#cc-main .cm--box.cm--wide {
  max-width: 576px;
}
#cc-main .pm.pm--box {
  max-width: 668px;
  border-radius: var(--cc-modal-border-radius);
}
#cc-main a:hover {
  background: transparent !important;
}
#cc-main button.pm__btn, #cc-main button.cm__btn {
  text-transform: uppercase;
  border-radius: 21px !important;
  font-weight: 500 !important;
}
#cc-main .pm__btn-group button {
  font-weight: 500 !important;
}
#cc-main button.pm__close-btn {
  background: transparent;
  border: none;
}
#cc-main button.pm__close-btn svg path {
  stroke: #000;
}
#cc-main button.pm__close-btn:hover {
  background: #EEEEEE;
  border: none;
}
#cc-main button.pm__close-btn:hover svg path {
  stroke: #000;
}
#cc-main .cm--box.cm--wide .cm__btns {
  justify-content: flex-start;
}
#cc-main .pm__section-arrow {
  background: transparent !important;
}
#cc-main .pm__section-arrow svg path {
  stroke: #000;
}
#cc-main .toggle__icon-on svg path {
  stroke: #f77942 !important;
}
#cc-main .pm__section--toggle {
  outline: none;
}
#cc-main .pm__section--toggle .pm__section-title-wrapper {
  outline: none;
}
#cc-main .pm__section--toggle .pm__section-title {
  background: #EEEEEE !important;
}
#cc-main .pm__section--toggle .pm__section-title :hover {
  background: #EEEEEE !important;
}
#cc-main .pm__table-tr:hover {
  background: #d5d5d5 !important;
}

@media screen and (max-width: 768px) {
  #cc-main .pm.pm--box {
    top: 80px !important;
    left: 10px !important;
    right: 10px !important;
    bottom: 10px !important;
  }
}/*# sourceMappingURL=cookie.css.map */