.gform_wrapper .gform_body .gfield_label {
  font-weight: bold;
  text-align: left;
}
.gform_wrapper .gform_body .gfield:not(.gsection) {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
.gform_wrapper .gform_body .gfield:not(.gsection) .gfield_radio {
  display: flex;
  gap: 1em;
}
.gform_wrapper .gform_body .gfield:not(.gsection) .gfield_radio .gchoice {
  flex: 0 1 auto;
  display: flex;
  align-items: center;
  gap: 0.5em;
  width: 100%;
  justify-items: start;
  margin-bottom: 0.5em;
}
.gform_wrapper .gform_body .gfield:not(.gsection) .gfield_radio .gchoice label {
  display: block;
  min-width: 85px;
}
.gform_wrapper .gform_body .gfield:not(.gsection) .ginput_container_date {
  display: inline-block;
  margin-right: 10px;
}
.gform_wrapper .gform_body .gfield:not(.gsection) .ginput_complex .name_last {
  text-align: left;
  float: left;
}
.gform_wrapper .gform_body .gfield:not(.gsection) .ginput_complex .address_state {
  margin-bottom: 8px;
}
.gform_wrapper .gform_body .gfield.gsection {
  border-bottom: none;
  padding: 0;
}
.gform_wrapper .gform_body .gfield.gsection h3 {
  margin: 0;
}

.logged-in .hide-when-logged-in {
  display: none !important;
}

.theme-JTRB.woocommerce-account .woocommerce-message {
  color: #000;
  border-top-color: #8fae1b;
}
.theme-JTRB.woocommerce-account .woocommerce-message::before {
  color: #8fae1b;
}
@media screen and (max-width: 1023px) {
  .theme-JTRB.woocommerce-account .woocommerce-MyAccount-navigation {
    display: none;
  }
}
.theme-JTRB.woocommerce-account .woocommerce-MyAccount-navigation li:nth-child(1) a,
.theme-JTRB.woocommerce-account .woocommerce-MyAccount-navigation li:nth-child(2) a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.theme-JTRB.woocommerce-account .woocommerce-MyAccount-navigation li:nth-child(1) a span::after,
.theme-JTRB.woocommerce-account .woocommerce-MyAccount-navigation li:nth-child(2) a span::after {
  content: "\f14c";
  font-family: "Dashicons";
  color: #fff;
}
.theme-JTRB.woocommerce-account .mobile-MyAccount-navigation-wrapper {
  padding: 0 20px;
}
.theme-JTRB.woocommerce-account .mobile-MyAccount-navigation-wrapper .mobile-MyAccount-navigation {
  display: none;
}
@media screen and (max-width: 1023px) {
  .theme-JTRB.woocommerce-account .mobile-MyAccount-navigation-wrapper .mobile-MyAccount-navigation {
    display: inline-flex;
    height: 48px;
    padding: 12px 14px;
    border-color: #d8292f;
    align-items: center;
    background-color: #fff;
    border: 2px solid #d8292f;
    width: 100%;
    cursor: pointer;
    position: relative;
  }
  .theme-JTRB.woocommerce-account .mobile-MyAccount-navigation-wrapper .mobile-MyAccount-navigation .select-button-label {
    flex-grow: 1;
  }
  .theme-JTRB.woocommerce-account .mobile-MyAccount-navigation-wrapper .mobile-MyAccount-navigation button.select-button__toggle::before {
    font-family: "Dashicons";
    content: "\f333";
  }
  .theme-JTRB.woocommerce-account .mobile-MyAccount-navigation-wrapper .mobile-MyAccount-navigation .select-button-items {
    top: 60px;
    list-style-type: none;
    padding: 0;
    background: #fff;
    box-shadow: 4px 8px 16px rgba(0, 0, 0, 0.16);
    display: none;
    left: 0;
    margin: 0;
    overflow: hidden;
    position: absolute;
    width: 100%;
    z-index: 100;
  }
  .theme-JTRB.woocommerce-account .mobile-MyAccount-navigation-wrapper .mobile-MyAccount-navigation .select-button-items li {
    padding: 14px 18px;
  }
  .theme-JTRB.woocommerce-account .mobile-MyAccount-navigation-wrapper .mobile-MyAccount-navigation .select-button-items li.is-active {
    background-color: #dcdcde;
  }
  .theme-JTRB.woocommerce-account .mobile-MyAccount-navigation-wrapper .mobile-MyAccount-navigation .select-button-items li:nth-child(1),
.theme-JTRB.woocommerce-account .mobile-MyAccount-navigation-wrapper .mobile-MyAccount-navigation .select-button-items li:nth-child(2) {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
  }
  .theme-JTRB.woocommerce-account .mobile-MyAccount-navigation-wrapper .mobile-MyAccount-navigation .select-button-items li:nth-child(1) span::after,
.theme-JTRB.woocommerce-account .mobile-MyAccount-navigation-wrapper .mobile-MyAccount-navigation .select-button-items li:nth-child(2) span::after {
    content: "\f14c";
    font-family: "Dashicons";
    color: #d8292f;
  }
}
.theme-JTRB.woocommerce-account table.shop_table tr.finished td,
.theme-JTRB.woocommerce-account table.shop_table tr.one-left td {
  border-top: 0;
}

.renew_sub_banner {
  display: grid;
  font-size: 1.5em !important;
  text-align: center;
  margin: 15px;
  padding: 15px;
  background-color: #dcdcde, 0.2;
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12);
}
.renew_sub_banner .dismiss {
  position: block;
  text-align: right;
  clear: both;
  right: 10px;
  cursor: pointer;
}
.renew_sub_banner .dismiss::before {
  content: "\f158";
  font-family: "Dashicons";
  font-size: 1em;
  color: #d8292f;
}
.renew_sub_banner a {
  display: block;
  margin: 0 auto;
}

.dynamic_categories {
  border: 1px solid #c0c0c0;
  border-top: 0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
.dynamic_categories .reading_profile_setting {
  max-width: 75%;
  margin: 0 auto;
}
.dynamic_categories .reading_profile_setting label.term_name {
  display: block;
  font-weight: bold;
}
.dynamic_categories .reading_profile_setting div.term_description {
  margin-bottom: 1em;
}
.dynamic_categories .reading_profile_setting .jtrb_slider {
  margin-bottom: 2em;
}
@media screen and (max-width: 1023px) {
  .dynamic_categories .reading_profile_setting .jtrb_slider .MuiSlider-markLabel {
    font-size: 0.7rem;
  }
}

.renew-sub.menu-item a {
  background: #d8292f;
  color: #fff;
}
.renew-sub.menu-item a:hover {
  background: #b2292e;
  color: #fff;
}

.main-navigation li:nth-last-child(3) a {
  background: #EAEAEA;
  display: flex;
  align-items: center;
  width: 48px;
  height: 32px;
  border-radius: 12px;
  justify-content: center;
}
.main-navigation li:nth-last-child(3) a:not(.cart-button):before {
  content: "\f174";
  font-family: "Dashicons";
  font-size: 18px;
  color: #d8292f;
  margin-right: 2px;
}

#tiptip_holder {
  display: none;
  z-index: 8675309;
  position: absolute;
  top: 0;
  pointer-events: none;
  /*rtl:ignore*/
  left: 0;
}
#tiptip_holder.tip_top {
  padding-bottom: 5px;
}
#tiptip_holder.tip_top #tiptip_arrow_inner {
  margin-top: -7px;
  margin-left: -6px;
  border-top-color: #333;
}
#tiptip_holder.tip_bottom {
  padding-top: 5px;
}
#tiptip_holder.tip_bottom #tiptip_arrow_inner {
  margin-top: -5px;
  margin-left: -6px;
  border-bottom-color: #333;
}
#tiptip_holder.tip_right {
  padding-left: 5px;
}
#tiptip_holder.tip_right #tiptip_arrow_inner {
  margin-top: -6px;
  margin-left: -5px;
  border-right-color: #333;
}
#tiptip_holder.tip_left {
  padding-right: 5px;
}
#tiptip_holder.tip_left #tiptip_arrow_inner {
  margin-top: -6px;
  margin-left: -7px;
  border-left-color: #333;
}

#tiptip_content,
.chart-tooltip,
.wc_error_tip {
  color: #fff;
  font-size: 0.8em;
  max-width: 150px;
  background: #333;
  text-align: center;
  border-radius: 3px;
  padding: 0.618em 1em;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
#tiptip_content code,
.chart-tooltip code,
.wc_error_tip code {
  padding: 1px;
  background: #888;
}

#tiptip_arrow,
#tiptip_arrow_inner {
  position: absolute;
  border-color: transparent;
  border-style: solid;
  border-width: 6px;
  height: 0;
  width: 0;
}

.thwcfe-checkout-section label.radio.disabled {
  opacity: 0.5;
  pointer-events: none;
}

table.shop_table td.no-border {
  border: none;
}

.line_item_actions {
  display: flex;
  gap: 1em;
  justify-content: end;
}
.line_item_actions a {
  font-weight: bold;
}

#product-table-header a.smaller {
  font-size: 0.8em;
}

/*# sourceMappingURL=frontend.css.map*/