@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 v4) (COMPLETE REPLACE)
   Class-based, clean, consistent container alignment

   ROW CLASSES (WPBakery row):
   - mebo-hero-row        (alias of TFCC hero row)
   - mebo-tfcc-hero       (optional; same as above)
   - mebo-tfcc-section

   ELEMENT CLASSES:
   - mebo-h1 (H1 Custom Heading)
   - mebo-h2 (H2 Custom Heading)
   - mebo-h3 (H3 Custom Heading) [optional]
   - mebo-btn mebo-btn--primary (button wrapper/class)
   - mebo-tfcc-trust (trust line)
   - mebo-tfcc-hero__img (right image wrapper)
   ===================================================== */


/* =====================================================
   VARS
   ===================================================== */
:root{
  --mebo-green:#6FAE2E;
  --mebo-text:#232323;
  --mebo-muted:rgba(35,35,35,.78);

  --mebo-container:1220px;
  --mebo-gutter:15px;

  /* Hero spacing (raise H1 a bit) */
  --mebo-hero-pt:48px;
  --mebo-hero-pb:64px;

  /* Section spacing */
  --mebo-section-pt:0px;
  --mebo-section-pb:56px;
}


/* =====================================================
   SCOPE (only our rows)
   ===================================================== */
.mebo-hero-row,
.mebo-tfcc-hero,
.mebo-tfcc-section{
  color:var(--mebo-text);
}


/* =====================================================
   WPBakery row cleanup (remove default row margins)
   ===================================================== */
.wpb_content_wrapper .mebo-hero-row.vc_row,
.wpb_content_wrapper .mebo-tfcc-hero.vc_row,
.wpb_content_wrapper .mebo-tfcc-section.vc_row,
.wpb_content_wrapper .mebo-hero-row.wpb_row,
.wpb_content_wrapper .mebo-tfcc-hero.wpb_row,
.wpb_content_wrapper .mebo-tfcc-section.wpb_row{
  margin-top:0 !important;
  margin-bottom:0 !important;
}


/* =====================================================
   ONE CONTAINER RULE (hero + sections identical)
   - This is the key fix: no more different “inspring”
   ===================================================== */
.mebo-hero-row,
.mebo-tfcc-hero,
.mebo-tfcc-section{
  max-width:var(--mebo-container) !important;
  margin-left:auto !important;
  margin-right:auto !important;
  padding-left:var(--mebo-gutter) !important;
  padding-right:var(--mebo-gutter) !important;
  box-sizing:border-box !important;
}

/* Remove column-inner padding consistently (hero + sections) */
.mebo-hero-row .vc_column-inner,
.mebo-tfcc-hero .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;
}

/* Prevent last element extra gap inside our rows */
.mebo-hero-row .wpb_wrapper > *:last-child,
.mebo-tfcc-hero .wpb_wrapper > *:last-child,
.mebo-tfcc-section .wpb_wrapper > *:last-child{
  margin-bottom:0 !important;
}


/* =====================================================
   HERO (mebo-hero-row OR mebo-tfcc-hero)
   ===================================================== */
.mebo-hero-row,
.mebo-tfcc-hero{
  padding-top:var(--mebo-hero-pt) !important;
  padding-bottom:var(--mebo-hero-pb) !important;
}

/* H1 */
.mebo-hero-row .mebo-h1,
.mebo-tfcc-hero .mebo-h1{
  font-size:44px !important;
  line-height:1.08 !important;
  font-weight:700 !important;
  letter-spacing:-.02em !important;
  margin:0 0 14px 0 !important;
}

/* Bulletproof: if the Custom Heading didn’t get the class */
.mebo-hero-row h1,
.mebo-tfcc-hero h1{
  font-size:44px !important;
  line-height:1.08 !important;
  font-weight:700 !important;
  letter-spacing:-.02em !important;
  margin:0 0 14px 0 !important;
}

/* Hero text */
.mebo-hero-row p,
.mebo-tfcc-hero p{
  font-size:18px;
  line-height:1.55;
  color:var(--mebo-muted);
  margin:0 0 14px 0;
}

/* Trust line */
.mebo-tfcc-trust{
  margin-top:14px;
  font-size:16px;
  font-weight:600;
  color:rgba(35,35,35,.70);
}

/* Hero image */
.mebo-tfcc-hero__img img{
  width:100%;
  height:auto;
  display:block;
}


/* =====================================================
   BUTTON — PRIMARY
   Put: "mebo-btn mebo-btn--primary" on button wrapper
   ===================================================== */
.mebo-btn.mebo-btn--primary,
.mebo-btn.mebo-btn--primary a,
.mebo-btn.mebo-btn--primary .wd-btn{
  background:var(--mebo-green) !important;
  border-color:var(--mebo-green) !important;
  color:#fff !important;
}

.mebo-btn.mebo-btn--primary:hover,
.mebo-btn.mebo-btn--primary:hover a,
.mebo-btn.mebo-btn--primary:hover .wd-btn{
  background:#5d9726 !important;
  border-color:#5d9726 !important;
  color:#fff !important;
}


/* =====================================================
   SECTIONS
   ===================================================== */
.mebo-tfcc-section{
  padding-top:var(--mebo-section-pt) !important;
  padding-bottom:var(--mebo-section-pb) !important;
}

/* H2 */
.mebo-tfcc-section .mebo-h2{
  font-size:32px !important;
  font-weight:700 !important;
  line-height:1.2 !important;
  letter-spacing:-.2px !important;
  margin:0 0 14px 0 !important;
}

/* Optional H3 */
.mebo-tfcc-section .mebo-h3{
  font-size:20px !important;
  font-weight:600 !important;
  line-height:1.2 !important;
  letter-spacing:-.01em !important;
  margin:0 0 12px 0 !important;
}

/* Paragraphs */
.mebo-tfcc-section p{
  font-size:16px;
  line-height:1.65;
  color:rgba(35,35,35,.85);
  margin:0 0 12px 0;
}

/* Lists */
.mebo-tfcc-section ul{
  margin:10px 0 12px 0 !important;
  padding-left:18px !important;
}
.mebo-tfcc-section li{
  margin:0 0 8px 0 !important;
  line-height:1.55 !important;
}

/* Links */
.mebo-tfcc-section a{
  color:var(--mebo-green);
  font-weight:600;
  text-decoration:underline;
  text-underline-offset:3px;
}

/* Bulletproof fallback headings inside sections */
.mebo-tfcc-section h2,
.mebo-tfcc-section .wpb_heading,
.mebo-tfcc-section .vc_custom_heading{
  text-align:left !important;
  font-size:32px !important;
  font-weight:700 !important;
  line-height:1.2 !important;
  letter-spacing:-0.2px !important;
  margin:0 0 14px 0 !important;
}
.mebo-tfcc-section h3{
  text-align:left !important;
  font-size:20px !important;
  font-weight:600 !important;
  line-height:1.2 !important;
  margin:0 0 12px 0 !important;
}


/* =====================================================
   VC FULL-WIDTH SAFETY (only these rows)
   If "Stretch row" is forced, neutralize VC offsets
   ===================================================== */
.mebo-hero-row[data-vc-full-width="true"],
.mebo-tfcc-hero[data-vc-full-width="true"],
.mebo-tfcc-section[data-vc-full-width="true"]{
  left:auto !important;
  width:auto !important;
  max-width:var(--mebo-container) !important;
  margin-left:auto !important;
  margin-right:auto !important;
  padding-left:var(--mebo-gutter) !important;
  padding-right:var(--mebo-gutter) !important;
  box-sizing:border-box !important;
}

/* Hide VC helper div (can create weird gaps) */
.vc_row-full-width{
  display:none !important;
}


/* =====================================================
   RESPONSIVE
   ===================================================== */
@media (max-width: 768px){
  :root{
    --mebo-hero-pt:26px;
    --mebo-hero-pb:22px;
    --mebo-section-pb:34px;
  }

  .mebo-hero-row .mebo-h1,
  .mebo-tfcc-hero .mebo-h1,
  .mebo-hero-row h1,
  .mebo-tfcc-hero h1{
    font-size:32px !important;
    line-height:1.12 !important;
  }

  .mebo-tfcc-section .mebo-h2,
  .mebo-tfcc-section h2{
    font-size:26px !important;
  }

  .mebo-hero-row p,
  .mebo-tfcc-hero p{
    font-size:16px;
  }
}