.fixed {
  position: fixed;
}

.left-0 {
  left: 0;
}

.bottom-0 {
  bottom: 0;
}

.w-full {
  width: 100%;
}

.z-999 {
  z-index: 9999;
}


/*
 *  Cookie Policy
*/
.underline {
  text-decoration-line: underline;
}

@media (min-width: 768px) {
  .cookie-policy-container {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    background-color: #FAE4D3;
  }

  .policy-text {
    font-size: 1rem;
    line-height: 135%;
  }

  .policy-a {
    font-size: 1rem;
    line-height: 135%;
    color: inherit;
    text-decoration: inherit;
  }

  .policy-btn-container {
    max-width: 396px;
  }

  .policy-btn {
    width: 276px;
    background: #f36f3a;
    padding: 1rem 1.375rem;
    border: none;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-family: Arial, Helvetica, "Microsoft JhengHei", sans-serif;
    font-size: 1rem;
    line-height: 135%;
    text-align: center;
    font-weight: 700;
  }
}

@media (max-width: 767px) {

  .cookie-policy-content {
    flex-direction: column !important;
  }

  .cookie-policy-container {
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: #FAE4D3;
  }

  .policy-text {
    font-size: .75rem;
    line-height: 1rem;
  }

  .policy-a {
    font-size: .75rem;
    line-height: 1rem;
    color: inherit;
    text-decoration: inherit;
  }

  .policy-btn {
    background: #f36f3a;
    padding: 1rem 1.375rem;
    border: none;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-family: Arial, Helvetica, "Microsoft JhengHei", sans-serif;
    font-size: 1rem;
    line-height: 135%;
    width: 100%;
    text-align: center;
    font-weight: 700;
  }
}

.policy-a {
  font-weight: 600;
}

.policy-text {
  font-weight: 400;
}

.cookie-policy-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  max-width: 1440px;
  row-gap: 1.5rem;
  column-gap: 3.5rem;
  box-sizing: border-box;
}