@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//mebocare.com/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=8.4.1") format("woff2");
}

:root {
	--wd-text-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(118,118,118);
	--wd-text-font-size: 18px;
	--wd-title-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: #83b735;
	--wd-alternative-color: #fbbc34;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: #83b735;
	--btn-accented-bgcolor-hover: #74a32f;
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
}
.wd-age-verify-wrap {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: url();
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 800px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: #ffffff;
	background-image: none;
}
html .product-image-summary-wrap .product_title, html .wd-single-title .product_title {
	font-weight: 600;
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 670px;
}
.woocommerce-product-gallery.thumbs-position-left {
	--wd-thumbs-width: 167px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 0px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 0px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-default-box-shadow-active: none;
--btn-default-bottom: 0px;
--btn-accented-bottom-active: -1px;
--btn-accented-brd-radius: 0px;
--btn-accented-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
--btn-accented-box-shadow-hover: inset 0 -2px 0 rgba(0, 0, 0, .15);
--wd-brd-radius: 0px;
}

@media (min-width: 1222px) {
[data-vc-full-width]:not([data-vc-stretch-content]),
:is(.vc_section, .vc_row).wd-section-stretch {
padding-left: calc((100vw - 1222px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
padding-right: calc((100vw - 1222px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
}
}


.wd-page-title {
background-color: #0a0a0a;
}

/* =====================================================
   MEBOCARE — TFCC PAGES CSS (CLEAN v8) (COMPLETE REPLACE)

   Scope:
   - Homepage hero:  .mebo-hero-row
   - Subpage hero:   .mebo-hero-sub
   - Sections:       .mebo-tfcc-section

   Fixes v8:
   - Text alignment: stop “too far left” by neutralizing VC negative gutters
     AND aligning our rows to Woodmart content wrapper padding
   - ® in headings smaller (sup + common WPBakery heading patterns)
   - Keep button styling (working) unchanged
   ===================================================== */

/* ===================== VARS ===================== */
:root{
  --mebo-green:#6FAE2E;
  --mebo-text:#232323;
  --mebo-muted:rgba(35,35,35,.78);

  --mebo-body:16px;
  --mebo-body-lh:1.70;

  --mebo-h2:28px;
  --mebo-h3:20px;

  --mebo-sub-h1:44px;
  --mebo-sub-intro:18px;

  --mebo-home-h1:52px;
  --mebo-home-intro:20px;

  --mebo-hero-pt:44px;
  --mebo-hero-pb:56px;

  --mebo-section-pt:0px;
  --mebo-section-pb:52px;

  --mebo-btn-gap:22px;
}

/* ===================== SCOPE ===================== */
.mebo-hero-row,
.mebo-hero-sub,
.mebo-tfcc-section{
  color:var(--mebo-text);
}

/* =====================================================
   ALIGNMENT CORE
   Woodmart wraps page content with padding (often 15px),
   but your layout shows a larger left “safe” area.
   We align our rows to the same left edge as the text column.
   ===================================================== */

/* 1) Kill VC negative gutters so content doesn’t overshoot */
.wpb_content_wrapper .vc_row.mebo-hero-row,
.wpb_content_wrapper .vc_row.mebo-hero-sub,
.wpb_content_wrapper .vc_row.mebo-tfcc-section,
.wpb_content_wrapper .wpb_row.mebo-hero-row,
.wpb_content_wrapper .wpb_row.mebo-hero-sub,
.wpb_content_wrapper .wpb_row.mebo-tfcc-section{
  margin-left:0 !important;
  margin-right:0 !important;
  left:auto !important;
  width:auto !important;
}

/* 2) Ensure our rows respect Woodmart’s inner padding.
      If the page wrapper has 15px padding, we keep 0 here.
      If VC tries to stretch, we still stay within wrapper. */
.mebo-hero-row,
.mebo-hero-sub,
.mebo-tfcc-section{
  padding-left:0 !important;
  padding-right:0 !important;
  box-sizing:border-box !important;
}

/* 3) VC column-inner padding must be 0 (otherwise extra “indent”) */
.mebo-hero-row .vc_column-inner,
.mebo-hero-sub .vc_column-inner,
.mebo-tfcc-section .vc_column-inner{
  padding-left:0 !important;
  padding-right:0 !important;
  padding-top:0 !important;
  padding-bottom:0 !important;
}

/* 4) WPBakery helper div can create odd gaps */
.vc_row-full-width{ display:none !important; }

/* 5) Last-child margin cleanup */
.mebo-hero-row .wpb_wrapper > *:last-child,
.mebo-hero-sub .wpb_wrapper > *:last-child,
.mebo-tfcc-section .wpb_wrapper > *:last-child{
  margin-bottom:0 !important;
}

/* ===================== HERO SPACING ===================== */
.mebo-hero-row,
.mebo-hero-sub{
  padding-top:var(--mebo-hero-pt) !important;
  padding-bottom:var(--mebo-hero-pb) !important;
}

/* ===================== H1 ===================== */
.mebo-hero-row .mebo-h1,
.mebo-hero-row h1{
  font-size:var(--mebo-home-h1) !important;
  line-height:1.06 !important;
  font-weight:800 !important;
  letter-spacing:-.02em !important;
  margin:0 0 16px 0 !important;
}

.mebo-hero-sub .mebo-h1,
.mebo-hero-sub h1{
  font-size:var(--mebo-sub-h1) !important;
  line-height:1.10 !important;
  font-weight:800 !important;
  letter-spacing:-.02em !important;
  margin:0 0 14px 0 !important;
}

/* ===================== HERO INTRO ===================== */
.mebo-hero-row .wpb_text_column p,
.mebo-hero-row p{
  font-size:var(--mebo-home-intro) !important;
  line-height:1.6 !important;
  color:var(--mebo-muted) !important;
  margin:0 0 14px 0 !important;
}

.mebo-hero-sub .wpb_text_column p,
.mebo-hero-sub p{
  font-size:var(--mebo-sub-intro) !important;
  line-height:1.65 !important;
  color:var(--mebo-muted) !important;
  margin:0 0 14px 0 !important;
}

/* ===================== FIX: ® / SUP IN HEADINGS ===================== */
/* Primary: when WPBakery outputs <sup> */
.mebo-hero-row h1 sup,
.mebo-hero-sub h1 sup,
.mebo-tfcc-section h2 sup,
.mebo-tfcc-section h3 sup,
.vc_custom_heading sup{
  font-size:.55em !important;
  line-height:0 !important;
  vertical-align:super !important;
  position:relative !important;
  top:-.25em !important;
}

/* Extra safety: sometimes sup gets styled globally; override hard */
.mebo-hero-row sup,
.mebo-hero-sub sup,
.mebo-tfcc-section sup{
  font-size:.55em !important;
  top:-.25em !important;
}

/* ===================== BUTTONS ===================== */
.mebo-hero-row .vc_btn3-container,
.mebo-hero-sub .vc_btn3-container,
.mebo-tfcc-section .vc_btn3-container{
  display:inline-block !important;
  vertical-align:middle !important;
  margin:0 var(--mebo-btn-gap) 0 0 !important;
}
.mebo-hero-row .vc_btn3-container:last-of-type,
.mebo-hero-sub .vc_btn3-container:last-of-type,
.mebo-tfcc-section .vc_btn3-container:last-of-type{
  margin-right:0 !important;
}

.mebo-hero-row .vc_btn3,
.mebo-hero-sub .vc_btn3,
.mebo-tfcc-section .vc_btn3{
  font-size:15px !important;
  font-weight:700 !important;
  padding:14px 22px !important;
  border-radius:6px !important;
  text-decoration:none !important;
}

.mebo-btn.mebo-btn--primary .vc_btn3{
  background:var(--mebo-green) !important;
  border-color:var(--mebo-green) !important;
  color:#fff !important;
}
.mebo-btn.mebo-btn--primary .vc_btn3:hover{
  background:#5d9726 !important;
  border-color:#5d9726 !important;
  color:#fff !important;
}

@media (max-width: 768px){
  .mebo-hero-row .vc_btn3-container,
  .mebo-hero-sub .vc_btn3-container,
  .mebo-tfcc-section .vc_btn3-container{
    display:block !important;
    margin:0 0 10px 0 !important;
  }
}

/* ===================== TRUST LINE ===================== */
.mebo-trust,
.mebo-tfcc-trust{
  margin-top:14px !important;
  font-size:16px !important;
  line-height:1.5 !important;
  font-weight:600 !important;
  color:rgba(35,35,35,.72) !important;
}
.mebo-trust .mebo-sep,
.mebo-tfcc-trust .mebo-sep{
  color:var(--mebo-green) !important;
  font-weight:900 !important;
  margin:0 .55em !important;
}
.mebo-trust br,
.mebo-tfcc-trust br{ display:none !important; }

/* ===================== SECTIONS ===================== */
.mebo-tfcc-section{
  padding-top:var(--mebo-section-pt) !important;
  padding-bottom:var(--mebo-section-pb) !important;
}

.mebo-tfcc-section .mebo-h2,
.mebo-tfcc-section h2{
  font-size:var(--mebo-h2) !important;
  font-weight:800 !important;
  line-height:1.18 !important;
  letter-spacing:-.015em !important;
  margin:0 0 14px 0 !important;
  text-align:left !important;
}

.mebo-tfcc-section .mebo-h3,
.mebo-tfcc-section h3{
  font-size:var(--mebo-h3) !important;
  font-weight:700 !important;
  line-height:1.22 !important;
  letter-spacing:-.01em !important;
  margin:18px 0 10px 0 !important;
  text-align:left !important;
  color:rgba(35,35,35,.92) !important;
}

.mebo-tfcc-section p{
  font-size:var(--mebo-body) !important;
  line-height:var(--mebo-body-lh) !important;
  color:rgba(35,35,35,.86) !important;
  margin:0 0 12px 0 !important;
}

.mebo-tfcc-section ul,
.mebo-tfcc-section ol{
  margin:10px 0 14px 0 !important;
  padding-left:20px !important;
  font-size:var(--mebo-body) !important;
  line-height:var(--mebo-body-lh) !important;
  color:rgba(35,35,35,.86) !important;
}
.mebo-tfcc-section li{ margin:0 0 8px 0 !important; }
.mebo-tfcc-section li > p{ margin:0 !important; }

.mebo-tfcc-section a{
  color:var(--mebo-green) !important;
  font-weight:600 !important;
  text-decoration:underline !important;
  text-underline-offset:3px !important;
}

/* ===================== RESPONSIVE ===================== */
@media (max-width: 768px){
  :root{
    --mebo-hero-pt:26px;
    --mebo-hero-pb:22px;
    --mebo-section-pb:34px;

    --mebo-sub-h1:34px;
    --mebo-sub-intro:17px;

    --mebo-home-h1:36px;
    --mebo-home-intro:17px;

    --mebo-h2:24px;
    --mebo-h3:19px;
  }
}