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

:root {
	--wd-text-font: "Heebo", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #777777;
	--wd-text-font-size: 16px;
	--wd-title-font: "Lexend", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Lexend", 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: "Lexend", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Lexend", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: capitalize;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Lexend", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 600;
	--wd-header-el-transform: capitalize;
	--wd-header-el-font-size: 15px;
	--wd-brd-radius: 10px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(0,0,0);
	--wd-alternative-color: rgba(0,0,0,0.55);
	--btn-default-bgcolor: rgb(242,242,242);
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(0,0,0);
	--btn-accented-bgcolor-hover: rgba(0,0,0,0.55);
	--btn-transform: capitalize;
	--wd-form-brd-width: 1px;
	--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: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left 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(249,249,249);
	background-image: none;
}
.page .wd-page-content {
	background-color: rgb(249,249,249);
	background-image: none;
}
.woodmart-archive-shop:not(.single-product) .wd-page-content {
	background-color: rgb(249,249,249);
	background-image: none;
}
.single-product .wd-page-content {
	background-color: rgb(249,249,249);
	background-image: none;
}
.woodmart-archive-blog .wd-page-content {
	background-color: rgb(249,249,249);
	background-image: none;
}
.single-post .wd-page-content {
	background-color: rgb(249,249,249);
	background-image: none;
}
.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;
}

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


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

.single_add_to_cart_button {
    display: none !important;
}

body .popup-quick-view .product_meta .posted_in {
    display: none;
}

.recent-posts-info .recent-posts-time {
    display: none !important;
}

.byline, .author, .post-author, .entry-author, .entry-meta .byline {
    display: none !important;
}

.blog .wd-entry-meta .meta-author, .single-post .wd-meta-author {
    display: none;
}

.wd-nav-sticky>li>a {
    font-size: 8px !important; /* Adjust size as needed */
		padding-top: 15px
}

.outofstock img {
    filter: grayscale(100%);
    opacity: 1;
}

/* Optional: Grey out the entire product container in the shop loop */
.type-product.outofstock {
    opacity: 1;
}

/* Change out-of-stock text color */
.stock.out-of-stock {
    color: #e53834 !important;
}

/* Style the out-of-stock button */
.outofstock .button {
    background-color: #e53834 !important;
    color: #ffffff !important; /* Text color inside button */
    border-color: #e53834 !important;
}

/* WoodMart Out of Stock / ENDED badge */
.woodmart-product-label.woodmart-out-of-stock,
.product-label.out-of-stock {
    background-color: #ffffff !important;
    color: #e53834 !important;
    border: 1px solid #e53834 !important;
    font-weight: 600;
    letter-spacing: 0.5px;
}

body .product-label.featured {
background-color: #e0e0e0;
color: #000000 !important;
}

span.woocommerce-Price-currencySymbol {
    margin-right: 5px; /* Adjust the value (e.g., 5px) as needed for desired space */
}

p.woocommerce-store-notice.demo_store {
    display: none !important;
}

div#WOODMART_Widget_Price_Filter {
    display: none !important;
}

.widget_product_categories	.cat-item-95	{
		display: none	!important;
}

.widget_product_categories	.cat-item-96	{
		display: none	!important;
}

@media (max-width: 1024px) {
    .price {
        display: flex;
        align-items: center;
        gap: 10px; /* space between prices */
        flex-wrap: wrap;
    }

    .price del {
        order: 1;
        margin: 0;
    }

    .price ins {
        order: 2;
        margin: 0;
    }
}

/* Badge container (ensure flex order works) */
.product-labels,
.product-labels.labels-rectangular {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}

/* ATTRIBUTE badge styling */
.product-labels .product-label.attribute,
.product-labels .product-label.attribute-label {
    background-color: #E0B252 !important;
    color: #000000 !important;
    border: 1px solid #E0B252;
    box-shadow: none;
    font-weight: 600;
}

/* Badge order */
.product-labels .onsale {
    order: 1;
}

.product-labels .featured {
    order: 2;
}

.product-labels .product-label.attribute,
.product-labels .product-label.attribute-label {
    order: 3;
}

.product-labels .new {
    order: 4;
}

/* FORCE out of stock to appear later */
.product-labels .outofstock,
.product-labels .out-of-stock {
    order: 99;
}

/* Hide Add to Cart everywhere except Shop page */
body:not(.post-type-archive-product) 
.add_to_cart_button,
body:not(.post-type-archive-product) 
.product-buttons,
body:not(.post-type-archive-product) 
.woodmart-products .product .hover_add_to_cart {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
}

.product-quick-view .product-image-summary .entry-summary .product_meta .sku_wrapper{
display:none;
}
.product-quick-view .product-image-summary .entry-summary .product_meta .tagged_as{
display:none;
}

.hover-content,
.hover-content-inner {
    overflow-y: scroll;          /* allow vertical scroll */
    -ms-overflow-style: none;    /* IE/Edge */
    scrollbar-width: none;       /* Firefox */
}

/* Chrome, Safari, Opera */
.hover-content::-webkit-scrollbar,
.hover-content-inner::-webkit-scrollbar {
    width: 0px;
    height: 0px;
    background: transparent;     /* optional */
}

/* Default: Desktop */
.wd-more-desc,
.wd-more-desc-inner {
    max-height: 100px;                 /* visible clipped area */
    overflow-y: auto;                  /* scrollable */
    -webkit-overflow-scrolling: touch; /* smooth scrolling on mobile */
    text-align: left;                  /* align text to the left */
    font-size: 14px;                   /* default desktop font size */
    line-height: 1.5;
}

/* Mobile: smaller font */
@media (max-width: 768px) {
    .wd-more-desc,
    .wd-more-desc-inner {
        font-size: 10px;               /* smaller on mobile */
    }
}

/* Keep the currency normal */
.woocommerce-Price-amount .woocommerce-Price-currencySymbol {
    font-weight: normal;
}

/* Make the number extra bold */
.woocommerce-Price-amount bdi {
    font-weight: 900;             /* heaviest weight */
    font-size: 1.1em;             /* optional: slightly larger for emphasis */
}

.wd-btn-arrow .wd-arrow-inner {
    display: none !important;
}