: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-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(0,84,172);
	--wd-alternative-color: rgb(80,158,47);
	--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-link-color: rgb(0,59,121);
	--wd-link-color-hover: rgb(0,84,172);
}
.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-popup-padding: 15px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title .wd-page-title-bg img {
	background-repeat: no-repeat;
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: rgb(0,59,121);
	background-image: none;
}
:is(.page, .search-no-results, .error404) :is(.wd-page-content, .whb-header) {
	background-color: rgb(255,255,255);
	background-image: none;
}
.wd .product-label.onsale {
	background-color: rgb(0,123,197);
	color: rgb(255,255,255);
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--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;
}
}


.wd-page-title {
background-color: rgb(0,84,172);
}

.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-product-docs {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(220px,1fr));
  gap: 14px;
  margin: 12px 0;
}

.pce-doc-item { 
  display:flex;
  gap:12px;
  align-items:flex-start;
  padding:12px;
  border-radius:8px;
  border:1px solid #eef3f6;
  background:#fff;
}

.pce-doc-thumb-wrap { display:block; width:84px; height:84px; flex:0 0 84px; border-radius:6px; overflow:hidden; background:#f8fafb; display:flex; align-items:center; justify-content:center; }
.pce-doc-thumb-wrap img, .pce-doc-thumb-wrap svg { width:100%; height:100%; object-fit:cover; display:block; }

.pce-doc-meta { flex:1; min-width:0; display:flex; flex-direction:column; gap:8px; }
.pce-doc-link { font-weight:700; color:#0a2540; text-decoration:none; word-break:break-word; }
.pce-doc-size { font-size:13px; color:#6b7280; }
.pce-doc-actions { display:flex; gap:8px; align-items:center; }

.pce-doc-download { color:#0a2540; text-decoration:underline; font-weight:600; }

@media (max-width:720px) {
  .pce-doc-thumb-wrap { width:64px; height:64px; flex:0 0 64px; }
}




/* ---------- PCE breadcrumb styling (triangles) ---------- */
.woocommerce .woocommerce-breadcrumb {
   margin: 0 0 20px;
   padding: 0;
   list-style: none;
   font-size: .8em;
   overflow: hidden;
   width: 100%;
}

.woocommerce .woocommerce-breadcrumb li {
   float: left;
   margin: 0 .5em 0 1em;
}

.woocommerce .woocommerce-breadcrumb a {
   background: #f7f7f7;
   padding: .7em 1em;
   float: left;
   text-decoration: none;
   color: #000;
   text-shadow: 0 0px 0 rgba(255,255,255,.5); 
   position: relative;
}

.woocommerce .woocommerce-breadcrumb a:hover {
   background: #f7f7f7;
}

.woocommerce .woocommerce-breadcrumb a::before {
   content: "";
   position: absolute;
   top: 50%; 
   margin-top: -1.5em;   
   border-width: 1.5em 0 1.5em 1em;
   border-style: solid;
   border-color: #f7f7f7 #f7f7f7 #f7f7f7 transparent;
   left: -1em;
}

.woocommerce .woocommerce-breadcrumb a:hover::before {
   border-color: #f7f7f7 #f7f7f7 #f7f7f7 transparent;
}

.woocommerce .woocommerce-breadcrumb a::after {
  content: "";
  position: absolute;
  top: 50%; 
  margin-top: -1.5em;
  border-top: 1.5em solid transparent;
  border-bottom: 1.5em solid transparent;
  border-left: 1em solid #f7f7f7;
  right: -1em;
}

.woocommerce .woocommerce-breadcrumb a:hover::after {
   border-left-color: #f7f7f7;
}

.woocommerce .woocommerce-breadcrumb li:last-child,
.woocommerce .woocommerce-breadcrumb li:last-child:hover {
   font-weight: bold;
   background: none;
   padding: .7em 1em;
}

.woocommerce .woocommerce-breadcrumb li:last-child::after,
.woocommerce .woocommerce-breadcrumb li:last-child::before {
   content: normal;
}

.paypal-button-container {
    margin-top: 12px!important;;
}

.ppc-button-wrapper {
    margin-top: 10px!important;
}

ClickleaseButton {
  width: 100%;
  max-width: 500px;     /* stays limited on desktop */
  margin: 5% auto;
  cursor: pointer;
}

.ClickleaseButton svg {
  display: block;
  width: 100%;          /* scales with parent */
  height: auto;         /* keeps aspect ratio */
  max-width: 100%;
}

/* Freight Quote Button - High Specificity Overrides */

.freight-shipping-quote-button-container-pending a.freight-shipping-quote-request-button,
.freight-shipping-quote-button-container a.freight-shipping-quote-request-button,
a.freight-shipping-quote-request-button {
  display: block !important;
  background: #e67e00 !important;
  background-image: linear-gradient(to bottom, #e67e00, #c96a00) !important;
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  border-radius: 10px !important;
  font-family: Arial, sans-serif !important;
  font-weight: bold !important;
  color: #ffffff !important;
  font-size: 21px !important;
  line-height: 1.4 !important;
  padding: 18px 28px !important;
  margin: 8px 0 0 0 !important;
  text-decoration: none !important;
  text-align: center !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  box-sizing: border-box !important;
  width: 100% !important;
  cursor: pointer !important;
  border: none !important;
  visibility: visible !important;
  opacity: 1 !important;
}

/* Pulse animation */
@keyframes pulse-glow {
  0%   { box-shadow: 0 0 0 0 rgba(230, 126, 0, 0.6); }
  50%  { box-shadow: 0 0 0 10px rgba(230, 126, 0, 0); }
  100% { box-shadow: 0 0 0 0 rgba(230, 126, 0, 0); }
}

.freight-shipping-quote-button-container-pending a.freight-shipping-quote-request-button {
  animation: pulse-glow 2s ease-in-out infinite !important;
}

.freight-shipping-quote-button-container-pending a.freight-shipping-quote-request-button:hover,
.freight-shipping-quote-button-container a.freight-shipping-quote-request-button:hover,
a.freight-shipping-quote-request-button:hover {
  background: #ff9a1f !important;
  background-image: linear-gradient(to bottom, #ff9a1f, #e67e00) !important;
  color: #ffffff !important;
  text-decoration: none !important;
}

/* Label above the button */
.request-shipping-quote-rate-description {
  font-size: 13px !important;
  color: #555 !important;
  margin-bottom: 8px !important;
  line-height: 1.4 !important;
}

/* ================================================
   LTL Freight Badge
   Add this to Appearance → Customize → Additional CSS
   ================================================ */

.ltl-freight-badge {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  background: #e8f4fd !important;
  border: 2px dashed #2980b9 !important;
  border-radius: 6px !important;
  padding: 10px 14px !important;
  margin: 12px 0 !important;
  font-family: Arial, sans-serif !important;
  font-size: 13px !important;
  font-weight: bold !important;
  color: #1a5276 !important;
  line-height: 1.4 !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}

.ltl-freight-badge .ltl-icon {
  font-size: 22px !important;
  line-height: 1 !important;
  flex-shrink: 0 !important;
}

.ltl-freight-badge .ltl-text strong {
  display: block !important;
  font-size: 14px !important;
  color: #2980b9 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.4px !important;
}

.ltl-freight-badge .ltl-text span {
  font-weight: normal !important;
  color: #555 !important;
  font-size: 12px !important;
}