.woocommerce-notices-wrapper * {
  background: none !important;
  margin: inherit !important;
}

.woocommerce-notices-wrapper a {
  display: none !important;
}

.woocommerce-notices-wrapper {
  visibility: hidden;
  max-width: 80%;
  background-color: #777;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  padding: 10px 15px;
  position: fixed;
  z-index: 3;
  left: 50%;
  transform: translateX(-50%);
  bottom: 30px;
}

.woocommerce-notices-wrapper.show {
  visibility: visible;
}

.variations {
  display: none;
}

.woocommerce-variation-description {
  display: none;
}

.et_pb_wc_meta_layout_inline {
  display: none;
}

.wcpa_field_label:has(+ .wcpa_field_desc) {
  width: auto;
  position: relative;
  display: inline-block;
  cursor: help;
}

.wcpa_field_label:has(+ .wcpa_field_desc):after {
  content: " \70";
  font-family: ETmodules;
  color: #79c1c3;
}

.wcpa_field_label+.wcpa_field_desc {
  visibility: hidden;
  background-color: #555;
  color: white !important;
  width: 50%;
  border-radius: 5px;
  padding: 10px 15px 10px 15px !important;
  margin: 0 !important;
  position: absolute;
  z-index: 1;
  opacity: 0 !important;
  transition: opacity 0.3s;
}

.wcpa_field_label:hover+.wcpa_field_desc {
  visibility: visible;
  opacity: 1 !important;
}
