.cookieconsent {
  top: 50%;
  right: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 700px;
  max-width: 100%;
  margin: 0;
  position: fixed;
  border: 0;
  z-index: 9999999;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.75);
  font-family: inherit; }
  .cookieconsent .ig_coookies_image {
    width: 100%; }
  .cookieconsent .ig_cookies.collapse {
    margin-top: 20px; }
  .cookieconsent .ig-modal-content {
    border: 0;
    border-radius: 0; }
    .cookieconsent .ig-modal-content .ig-modal-header {
      border-radius: 0;
      border: 0; }
      .cookieconsent .ig-modal-content .ig-modal-header h5 {
        padding-left: 15px;
        line-height: 50px;
        text-transform: uppercase;
        margin: 0; }
    .cookieconsent .ig-modal-content .ig-modal-body {
      padding: 15px; }
      .cookieconsent .ig-modal-content .ig-modal-body .ig-card {
        padding: 10px;
        border: 1px solid #eaeaea;
        clear: both;
        margin-top: 15px; }
        .cookieconsent .ig-modal-content .ig-modal-body .ig-card h6 {
          font-size: 16px;
          font-weight: bold; }
        .cookieconsent .ig-modal-content .ig-modal-body .ig-card .ig-label {
          line-height: 30px;
          margin: 0;
          font-size: 13px;
          font-weight: normal; }
    .cookieconsent .ig-modal-content .ig-modal-footer {
      padding: 15px;
      border-top: 1px solid #eaeaea; }
  .cookieconsent .ig_all,
  .cookieconsent .ig_selected {
    display: none; }
    .cookieconsent .ig_all.ig_show,
    .cookieconsent .ig_selected.ig_show {
      display: block; }

.cookieconsent_bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0.5;
  z-index: 999999; }

.ig-btn,
.ig-btn:hover {
  padding: 0 15px;
  line-height: 30px;
  display: inline-block;
  text-decoration: none;
  margin-right: 10px; }

.privacypolicy {
  -webkit-box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.75);
  width: 1000px;
  max-width: 100%;
  border: 0;
  display: none;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  top: 20px;
  bottom: 20px;
  z-index: 99999999; }
  .privacypolicy.ig-show {
    display: block; }
  .privacypolicy .ig-modal-content {
    border: 0;
    border-radius: 0;
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0; }
  .privacypolicy .ig-modal-header {
    border-radius: 0;
    border: 0;
    height: 50px;
    line-height: 50px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0; }
    .privacypolicy .ig-modal-header h5 {
      text-transform: uppercase;
      height: 50px;
      line-height: 50px;
      margin: 0;
      padding-left: 15px; }
    .privacypolicy .ig-modal-header .ig-close {
      background: transparent;
      opacity: 1;
      color: #fff;
      text-shadow: none;
      position: absolute;
      right: 15px;
      top: 50%;
      transform: translateY(-50%);
      width: 30px;
      height: 30px;
      line-height: 20px;
      text-align: center;
      border: 0;
      display: block; }
  .privacypolicy .ig-modal-body {
    padding: 40px;
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto; }

.modal {
  z-index: 99999999; }
