
.wpcc-overlay {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,0.5);
  z-index: 9998;
}
#cookie-banner,
#cookie-overlay {
  display: none;
}
.wpcc-banner a {
  text-decoration:
          none;
  margin:
          0 3px;
}
.wpcc-banner {
  position: fixed;
  bottom: 20px;
  left: 20px;
  background:
          #fff;
  padding:
          20px;
  border-radius:
          16px;
  box-shadow: 0 0 10px rgba(0,0,0,.2);
  z-index: 9999;
  max-width: 320px;
  text-align: right;
  direction: ;
  font-family: YekanBakh;
  text-align: justify;
  width: 80%;
  max-width: 80%;
  left: 10%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wpcc-buttons {
  margin-top: 10px;
}

.wpcc-buttons button {
  margin: 5px 0;
  padding: 10px;
  border: none;
  border-radius: 8px;
  background: #0073aa;
  color: white;
  cursor: pointer;
  width: 100%;
  text-align: center;
  font-family: 'Manrope', sans-serif;
}


.SettingBox {
  float: right;
  width: 100%;
}
.SettingBox .title {
  float: right;
  width: 100%;
  background: #fff;
  border: 1px solid #ccc;
  text-align: center;
  padding: 8px 0 6px;
  border-radius: 6px;
  font-size: 15px;
  cursor: pointer;
}
.SettingBox {
  height: 40px;
  overflow: hidden;
  margin: 0 0 2px 0;
}
.SettingBox.active {
  height: auto;
  overflow: auto;
}
.SettingBox label {
  float: right;
  width: 100%;
  margin: 2px 0 5px 0;
  font-size: 13px;
  border-bottom: 1px solid #ccc;
  padding: 4px;
}
.SettingBox.active .title {
  margin: 0 0 5px 0;
}
.SettingBox label:last-child {
  border: 0;
}
.wpcc-buttons button:first-child {
  background: var(--bs-link-hover-color)!important;
  font-size: 15px;
}
.wpcc-buttons button:last-child {
  background: #fff;
  font-size: 13px;
  opacity: .7;
  border: 1px solid #ccc;
  color: #000;
  padding: 7px 0 7px;
  font-family: 'Manrope', sans-serif;
}


.wpcc-banner p {
  width: 70%;
  text-align: left;
  margin:
          0;
  font-size: 15px;
  font-family: 'Manrope', sans-serif !important;
  line-height: 2;
  padding:
          0 15px 0 0;
}
.wpcc-banner .wpcc-buttons {
  width: 30%;
  display: flex;
  margin:
          0;
  flex-direction: row-reverse;
}
.wpcc-banner .wpcc-buttons button {
  margin: 0 10px;
}

.wpcc-banner p .title {
  float: right;
  width: 100%;
  margin: 0 0 4px 0;
  font-size: 18px;
  font-family: 'Manrope', sans-serif !important;
  font-weight: bold !important;
}
.wpcc-banner p .title b {
  font-weight: bold;
}



@media only screen and (max-width: 600px) {

  .wpcc-banner {
    display: flex;
    flex-direction: column;
    width: 95%;
    left: 2.5%;
    max-width: 95%;
    z-index: 999999999999;
  }
  .wpcc-banner p {
    width: 100%;
    margin: 0 0 8px;
    font-size: 14px;
    text-align: left;
    line-height: 1.6;
  }
  .wpcc-banner .wpcc-buttons {
    width: 100%;
    margin: 5px 0 0;
  }

  .wpcc-banner p .title {
    display: flex;
    align-items: center;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .wpcc-banner p .title b {
    text-align: center;
    line-height: 1.6;
  }
  .wpcc-banner p .title i {
    font-size: 25px;
  }
  .wpcc-banner .wpcc-buttons button {
    margin: 0 2px;
    font-size: 14px;
    padding: 7px 0;
  }

}