.ncwit-other-field {
  display: none;
}
.woocommerce-additional-fields h3 {
  margin-top: 40px !important;
}
.woocommerce form .form-row label.multi-select-label {
  line-height: 1;
  margin-top: 6px;
}
.entry-content .field-info {
  line-height: 2;
  font-weight: normal;
  font-size: .8rem;
  padding: 3px;
  margin-bottom: 0;
  color: rgb(51, 51, 51);
}
.ncwit-multiselect-other label {
  line-height: 1.3 !important;
  margin-bottom: 5px;
  margin-top: 5px;
}
.ncwit-multiselect-other label span {
  /* display: block; */
  /* line-height: 1; */
  font-weight: normal;
  font-size: .9em;
}
.ncwit-multiselect-other label .optional {
  display: none;
}

.woocommerce-cart .woocommerce-error {
    background-color: #fff6f6;
}
body #mega-menu-wrap-primary #mega-menu-primary span.mega-menu-badge {
  display: none;
  font-weight: bold !important;
}
body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-cart {
    display: none;
}
body.logged-in #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-cart {
    display: inline-block;
}
.ncwit-radio-field .woocommerce-input-wrapper {
  display: flex;
}
.ncwit-radio-field .woocommerce-input-wrapper input {
  margin-top: 5px;
}

.ncwit-radio-field .woocommerce-input-wrapper label {
  padding-right: 15px;
  padding-left: 3px;
}