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

:root {
	--wd-text-font: "Hind", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(36,36,36);
	--wd-text-font-size: 15px;
	--wd-title-font: "Hind", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Hind", 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: "Raleway", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Hind", 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: "Hind", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 600;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-primary-color: rgb(67,150,101);
	--wd-alternative-color: #fbbc34;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(67,150,101);
	--btn-accented-bgcolor-hover: rgb(61,136,92);
	--wd-form-brd-width: 1px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-sticky-btn-height: 95px;
}
.woodmart-woocommerce-layered-nav .wd-scroll-content {
	max-height: 223px;
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: rgb(255,255,255);
	background-image: url(https://www.janstarsupplies.ca/wp-content/uploads/2021/08/black-friday-popup.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	--wd-popup-width: 800px;
}
.header-banner {
	background-image: url(https://www.janstarsupplies.ca/wp-content/uploads/2023/04/Food-pakages-New-Restaurant-Startup.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center bottom;
}
.page-title-default {
	background-color: rgb(198,198,198);
	background-image: url(https://www.janstarsupplies.ca/wp-content/uploads/2023/04/Jan-star-cleaning-supplies-banner-final.png);
	background-size: cover;
	background-position: center center;
}
.footer-container {
	background-color: rgb(255,255,255);
	background-image: none;
}
html .product.category-grid-item .wd-entities-title, html .product.category-grid-item.cat-design-replace-title .wd-entities-title, html .wd-masonry-first .category-grid-item:first-child .wd-entities-title, html .product.wd-cat .wd-entities-title {
	font-size: 16px;
}
.product-labels .product-label.onsale {
	background-color: rgb(0,74,173);
}
.product-labels .product-label.out-of-stock {
	background-color: rgb(129,215,66);
	color: rgb(221,51,51);
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}

@media (max-width: 1024px) {
	:root {
		--wd-sticky-btn-height: 95px;
	}

}

@media (max-width: 768.98px) {
	:root {
		--wd-sticky-btn-height: 42px;
	}

}
:root{
--wd-container-w: 1400px;
--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-brd-radius: 0px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--btn-accented-box-shadow-active: none;
--btn-accented-bottom: 0px;
--wd-brd-radius: 0px;
}

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

@media (min-width: 1400px) {
html:not(.platform-Windows) .wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


/* Style for original and discounted price in email order details */
.del {
    text-decoration: line-through;
    color: #ff0000; /* Change the color as needed */
}

.discounted-price {
    color: #008000; /* Change the color as needed */
    font-weight: bold;
}

:is(.widget_categories,.widget_pages,.widget_archive,.widget_nav_menu) ul li {
    display: inline-block;
    color: var(--color-gray-300)
    margin:20px;
}

:is(.widget_categories,.widget_pages,.widget_archive,.widget_nav_menu) ul li a {
    display: block;
    margin:15px;
}

.custom-recommended-products {
    margin-top: 20px;
    padding: 15px;
    background-color: #f9f9f9;
    border: 1px solid #eee;
}

.custom-recommended-products h2 {
    font-size: 1.5em;
    margin-bottom: 15px;
}

/* Hide the "Total Sold" in the stock progress bar for all products */
.woocommerce .product .wd-stock-progress-bar .stock-info .total-sold {
    display: none !important;
}

// Add a new phone field
add_action( 'woocommerce_register_form_start', 'add_phone_field_to_registration_form' );
function add_phone_field_to_registration_form() {
    ?>
    <p class="woocommerce-FormRow woocommerce-FormRow--wide form-row form-row-wide">
        <label for="reg_phone"><?php _e( 'Phone Number', 'woocommerce' ); ?> <span class="required">*</span></label>
        <input type="tel" class="woocommerce-Input woocommerce-Input--text input-text" name="phone" id="reg_phone" value="<?php if ( ! empty( $_POST['phone'] ) ) echo esc_attr( $_POST['phone'] ); ?>" required />
    </p>
    <?php
}



/* Hide the Subscribe to Newsletter checkbox on the registration form */
.woocommerce-FormRow.register .woocommerce-FormRow.woocommerce-FormRow--wide.create-account-checkbox {
    display: none !important;
}

/* Style for discount row in order details and emails */
.discount {
    font-weight: bold;
    color: #ff0000; /* Change the color as needed */
}

.discount th {
    text-align: left;
}

.discount td {
    text-align: right;
}

/* Hide Weight and Dimensions on Single Product Page */
.single-product .product_weight,
.single-product .product_dimensions,
.single-product .woocommerce-product-attributes-item--weight,
.single-product .woocommerce-product-attributes-item--dimensions {
    display: none;
}

/* Hide Weight and Dimensions on Archive Pages */
.archive .product_weight,
.archive .product_dimensions,
.archive .woocommerce-product-attributes-item--weight,
.archive .woocommerce-product-attributes-item--dimensions {
    display: none;
}

/* Ensure header background color loads immediately */
.header, .elementor-header {
    background-color: #002f6c; /* Replace with your actual background color */
}

/* Optional: Ensure all other header elements load seamlessly */
.header * {
    background-color: inherit;
}

/* Hide product tags on WooCommerce product pages */
.single-product .product_meta .tagged_as {
    display: none;
}

.stock.in-stock {
    color: green;
    font-weight: 600;
}
