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

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

:root {
	--wd-header-banner-h: 45px;
	--wd-text-font: "Lexend", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(118,118,118);
	--wd-text-font-size: 16px;
	--wd-title-font: "Lexend", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 700;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Lexend", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 600;
	--wd-entities-title-color: rgb(51,51,51);
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Lexend", 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: "Lexend", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 600;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(43,114,80);
	--wd-alternative-color: #fbbc34;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: rgb(239,239,239);
	--btn-accented-bgcolor: rgb(43,114,80);
	--btn-accented-bgcolor-hover: rgb(4,140,79);
	--wd-form-brd-width: 2px;
	--notices-success-bg: rgb(251,188,52);
	--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: cover;
	background-position: center center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 800px;
}
.header-banner {
	background-color: rgb(43,114,80);
	background-image: none;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: rgb(16,16,16);
	background-image: none;
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}

@media (max-width: 1024px) {
	:root {
		--wd-header-banner-h: 40px;
	}

}
: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: 5px;
}

@media (min-width: 1222px) {
[data-vc-full-width]:not([data-vc-stretch-content]),
:is(.vc_section, .vc_row).wd-section-stretch {
padding-left: calc((100vw - 1222px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
padding-right: calc((100vw - 1222px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
}
}


.wd-page-title {
background-color: rgb(43,114,80);
}

.woocommerce-mini-cart__buttons a.btn-cart.wc-forward {
    display: none !important;
}

.woocommerce-mini-cart__buttons a.checkout.wc-forward {
    width: 100% !important;
    padding: 18px 0 !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    border-radius: 8px !important;
}


.woocommerce form .form-row input:focus,
.woocommerce form .form-row textarea:focus,
.woocommerce form .form-row .select2-selection:focus {
    border-color: var(--wd-primary-color) !important;
    outline: none !important;
    box-shadow: none !important;
}


.single-product .single_add_to_cart_button {
    width: 70% !important;
    margin: 0 auto !important;
}



.products.wd-cats .category-grid-item:hover .wd-entities-title {
    color: var(--wd-primary-color);
}

.product_meta .sku_wrapper {
    display: none !important;
}

.single-product .summary.entry-summary .variations select {
    min-width: 370px;
}



.side-cart-trust-box {
    position: relative;
    border: 2px solid #eeeeee; 
    padding: 20px 10px 15px; 
    margin: 30px 10px 10px;
    border-radius: 4px;
}

.trust-skylight-text {
    position: absolute;
    top: -9px;                
    left: 50%;
    transform: translateX(-50%);
    background: #ffffff;      
    padding: 0 12px;          
    font-size: 10px;
    font-weight: 700;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 1px;
    white-space: nowrap;
}

.trust-logos-flex {
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 5px;
    height: 30px;   
}


.trust-logos-flex img {
    height: 100%;              
    width: auto;
    max-width: 15%;            
    object-fit: contain;
    transition: transform 0.3s ease !important; 
}

.trust-logos-flex img:hover {
    transform: scale(1.15) !important;
}

.woocommerce-checkout .chatway--container, 
.woocommerce-checkout #chatway-widget-container {
    display: none !important;
}


.order-actions--heading {
    display: none !important;
}

td:has(.order-actions-button) {
    display: none !important;
}