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

:root {
	--wd-text-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(0,0,0);
	--wd-text-font-size: 15px;
	--wd-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Poppins", 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: "Poppins", 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-primary-color: rgb(0,84,172);
	--wd-alternative-color: rgb(80,158,47);
	--wd-link-color: rgb(0,59,121);
	--wd-link-color-hover: rgb(0,84,172);
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(0,59,121);
	--btn-accented-bgcolor-hover: rgb(0,106,169);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: rgb(223,240,216);
	--notices-warning-color: rgb(69,150,71);
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: url(http://pressurecleaningequipment.com/wp-content/uploads/2021/08/promo-popup.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	--wd-popup-width: 800px;
	--wd-popup-padding: 15px;
}
.header-banner {
	background-color: rgb(27,181,157);
	background-image: none;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title {
	background-color: rgb(0,84,172);
	background-image: none;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.wd-footer {
	background-color: rgb(0,59,121);
	background-image: none;
}
.product-labels .product-label.onsale {
	background-color: rgb(0,123,197);
	color: rgb(255,255,255);
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 5px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 5px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 5px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--wd-brd-radius: 0px;
}

@media (min-width: 1222px) {
section.elementor-section.wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


.scrollToTop {
		right: 34px;
    bottom: 120px;
}

.wd-social-icons.wd-size-small {

    --wd-social-gap: 10px;

}
:root {
  --color-gray-400: #000000; /* or your desired color */
}
/* Base font color for submenu links */
.wd-sub-menu.color-scheme-dark a.woodmart-nav-link {
    color: #333333 !important;
}

/* Hover font color for submenu links */
.wd-sub-menu.color-scheme-dark a.woodmart-nav-link:hover {
    color: rgb(0, 106, 188) !important;
}

.wsc_share_cart {
  background-color: #ff6600; /* PCE brand-style orange */
  color: #fff;
  border: none;
  padding: 12px 24px;
  font-size: 16px;
  border-radius: 8px;
  cursor: pointer;
  position: relative;
  z-index: 1;
  transition: background-color 0.3s ease;
  animation: pulse 2s infinite;
  box-shadow: 0 0 0 rgba(255, 102, 0, 0.7);
}

.wsc_share_cart:hover {
  background-color: #e65c00;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 102, 0, 0.7);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(255, 102, 0, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 102, 0, 0);
  }
}

/* --- Remove underlines on price links (single product) --- */
.single-product p.price a,
.single-product p.price a:hover,
.single-product p.price a:focus {
  text-decoration: none !important;
  border-bottom: none !important;
  box-shadow: none !important;  /* some themes use box-shadow for underline */
}

/* --- Ensure crossed (regular) price only shows line-through, not underline --- */
.single-product p.price del,
.single-product p.price del .woocommerce-Price-amount,
.single-product p.price del .woocommerce-Price-amount bdi {
  /* keep the strike-through but remove any underline */
  text-decoration-line: line-through !important;
  text-decoration-style: solid;
  text-decoration-color: #777 !important;
  text-decoration-thickness: 1px;
  border-bottom: none !important;
}

/* --- Make sure sale price (ins) has no underline either --- */
.single-product p.price ins,
.single-product p.price ins .woocommerce-Price-amount,
.single-product p.price ins .woocommerce-Price-amount bdi {
  text-decoration: none !important;
  border-bottom: none !important;
}


/* ---------- PCE breadcrumb styling (triangles) ---------- */
.woocommerce .woocommerce-breadcrumb {
   list-style: none;
   overflow: hidden;
   /* font reduced ~35% (18px -> 12px) */
   font-size: 10px Helvetica, Arial, Sans-Serif;
}

.woocommerce .woocommerce-breadcrumb li {
   float: left;
}

.woocommerce .woocommerce-breadcrumb li a {
   /* with much lighter greys we need dark text for readability */
   color: #222;
   text-decoration: none;
   padding: 15px 0 10px 55px;
   /* base very light grey */
   background: hsl(0, 0%, 92%);
   position: relative;
   display: block;
   float: left;
}

.woocommerce .woocommerce-breadcrumb li a:after {
   content: " ";
   display: block;
   width: 0;
   height: 0;
   border-top: 50px solid transparent;
   border-bottom: 50px solid transparent;
   /* triangle matches the li background (kept lighter) */
   border-left: 30px solid hsl(0, 0%, 92%);
   position: absolute;
   top: 50%;
   margin-top: -50px;
   left: 100%;
   z-index: 2;
}

.woocommerce .woocommerce-breadcrumb li a:before {
   content: " ";
   display: block;
   width: 0;
   height: 0;
   border-top: 50px solid transparent;
   border-bottom: 50px solid transparent;
   border-left: 30px solid white;
   position: absolute;
   top: 50%;
   margin-top: -50px;
   margin-left: 1px;
   left: 100%;
   z-index: 1;
}

.woocommerce .woocommerce-breadcrumb li:first-child a {
   padding-left: 10px;
}

/* stepped greys — now much lighter than before */
.woocommerce .woocommerce-breadcrumb li:nth-child(2) a { background: hsl(0, 0%, 88%); }
.woocommerce .woocommerce-breadcrumb li:nth-child(2) a:after { border-left-color: hsl(0, 0%, 88%); }

.woocommerce .woocommerce-breadcrumb li:nth-child(3) a { background: hsl(0, 0%, 82%); color: #222; }
.woocommerce .woocommerce-breadcrumb li:nth-child(3) a:after { border-left-color: hsl(0, 0%, 82%); }

.woocommerce .woocommerce-breadcrumb li:nth-child(4) a { background: hsl(0, 0%, 76%); color: #222; }
.woocommerce .woocommerce-breadcrumb li:nth-child(4) a:after { border-left-color: hsl(0, 0%, 76%); }

.woocommerce .woocommerce-breadcrumb li:nth-child(5) a { background: hsl(0, 0%, 70%); color: #222; }
.woocommerce .woocommerce-breadcrumb li:nth-child(5) a:after { border-left-color: hsl(0, 0%, 70%); }

.woocommerce .woocommerce-breadcrumb li:last-child {
   background: transparent !important;
   color: black;
   pointer-events: none;
   cursor: default;
   padding: 15px 0 10px 55px;
}

/* hover state: darken toward a readable charcoal */
.woocommerce .woocommerce-breadcrumb li a:hover { background: hsl(0, 0%, 30%); color: #fff; }
.woocommerce .woocommerce-breadcrumb li a:hover:after { border-left-color: hsl(0, 0%, 30%) !important; }

