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

@font-face {
	font-family: "star";
	font-weight: 400;
	font-style: normal;
	src: url("//jcpooldistributingllc.com/wp-content/plugins/woocommerce/assets/fonts/star.eot?#iefix") format("embedded-opentype"), url("//jcpooldistributingllc.com/wp-content/plugins/woocommerce/assets/fonts/star.woff") format("woff"), url("//jcpooldistributingllc.com/wp-content/plugins/woocommerce/assets/fonts/star.ttf") format("truetype"), url("//jcpooldistributingllc.com/wp-content/plugins/woocommerce/assets/fonts/star.svg#star") format("svg");
}

@font-face {
	font-family: "WooCommerce";
	font-weight: 400;
	font-style: normal;
	src: url("//jcpooldistributingllc.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.eot?#iefix") format("embedded-opentype"), url("//jcpooldistributingllc.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff") format("woff"), url("//jcpooldistributingllc.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.ttf") format("truetype"), url("//jcpooldistributingllc.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.svg#WooCommerce") format("svg");
}

:root {
	--wd-text-font: "Cabin", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #767676;
	--wd-text-font-size: 14px;
	--wd-title-font: "Cabin", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Cabin", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 600;
	--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: "Cabin", 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(36,113,199);
	--wd-alternative-color: rgb(36,113,199);
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(36,113,199);
	--btn-accented-bgcolor-hover: rgb(36,113,199);
	--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: rgb(255,255,255);
	background-image: url(https://jcpooldistributingllc.com/wp-content/uploads/2021/09/retail-popup-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 800px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: rgb(9,33,67);
	background-image: none;
}
html .product.wd-cat .wd-entities-title, html .product.wd-cat.cat-design-replace-title .wd-entities-title, html .wd-masonry-first .wd-cat:first-child .wd-entities-title {
	font-size: 16px;
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 35px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 35px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 35px;
--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: #0a0a0a;
}

/* --- Woodmart: force product card static and always show actions --- */
/* High priority global reset for product cards */
.wd-product,
.wd-product * {
  transition: none !important;
  -webkit-transition: none !important;
  transform: none !important;
  -webkit-transform: none !important;
  box-shadow: none !important;
}

/* Reset weird negative spacing container so bottom-actions are visible */
.wd-product .content-product-imagin {
  margin-bottom: 0 !important;
  height: auto !important;
  visibility: visible !important;
}

/* Keep main image unchanged (no zoom / fade / swap) */
.wd-product .product-image-link img,
.wd-product .product-element-top img,
.wd-product img {
  transform: none !important;
  opacity: 1 !important;
  transition: none !important;
}

/* Hide/hard-disable any "hover image" elements if present */
.wd-product .product-image-hover,
.wd-product .second-image,
.wd-product .hover-image {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}

/* Force product info and description to be visible */
.wd-product .product-element-bottom,
.wd-product .product-information,
.wd-product .product-info,
.wd-product .product-element-top,
.wd-product .product-element-bottom .hover-content,
.wd-product .fade-in-block {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  max-height: none !important;
}

/* Force "bottom actions" (wishlist, add to cart, compare, quickview) visible and in flow */
.wd-product .wd-bottom-actions,
.wd-product .wrapp-swatches,
.wd-product .wd-add-btn,
.wd-product .wd-wishlist-btn,
.wd-product .wd-compare-btn,
.wd-product .wrap-quickview-button,
.wd-product .product-actions,
.wd-product .wd-buttons,
.wd-product .wrapp-product-price {
  display: block !important;
  position: static !important;
  margin: 0.5rem 0 0 0 !important;
  bottom: auto !important;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  z-index: auto !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  pointer-events: auto !important;
  height: auto !important;
  max-height: none !important;
}

/* Make Add to Cart / Select Options button clearly visible inline */
.wd-product .wd-add-btn a,
.wd-product .wd-add-btn .button,
.wd-product .add_to_cart_button,
.wd-product .add-to-cart-loop,
.wd-product a.button.product_type_variable,
.wd-product a.button {
    background-color: #2471C7 !important;
    color: #fff !important;
    padding: 1px 15px !important; /* Makes button look wider */
    border-radius: 5% !important; /* Your requested radius */
    font-weight: 600 !important;
    font-size: 15px !important;
    text-align: center !important;
    width: auto !important;
    display: inline-block !important;
    border: none !important;
    box-shadow: none !important;
    transition: background-color .2s ease-in-out !important;
}

/* If theme uses utility 'hidden' classes, override them */
.wd-product .hidden,
.wd-product .hide,
.wd-product .wd-hidden,
.wd-product .is-hidden {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

/* Prevent card lifting on hover */
.wd-product:hover,
.wd-product {
  transform: none !important;
  -webkit-transform: none !important;
  box-shadow: none !important;
}

/* Small responsive tweak to keep actions visible on narrow screens */
@media (max-width: 768px) {
  .wd-product .wd-bottom-actions,
  .wd-product .wd-add-btn,
  .wd-product .wrapp-swatches {
    position: static !important;
    margin-top: .4rem !important;
    display: block !important;
  }
}
