:root {
	--wd-text-font: "Manrope", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #777777;
	--wd-text-font-size: 15px;
	--wd-title-font: "Manrope", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 700;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Manrope", 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: "Manrope", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 700;
	--wd-widget-title-transform: capitalize;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Manrope", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 600;
	--wd-header-el-transform: capitalize;
	--wd-header-el-font-size: 14px;
	--wd-brd-radius: 10px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(140,188,103);
	--wd-alternative-color: #fbbc34;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(140,188,103);
	--btn-accented-bgcolor-hover: rgb(128,171,94);
	--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-sticky-btn-height: 95px;
}
.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-archive-shop .wd-builder-off,.wd-wishlist-content,.related-and-upsells,.cart-collaterals,.wd-shop-product,.wd-fbt) .wd-products-with-bg, :is(.woodmart-archive-shop .wd-builder-off,.wd-wishlist-content,.related-and-upsells,.cart-collaterals,.wd-shop-product,.wd-fbt) .wd-products-with-bg :is(.wd-product,.wd-cat) {
	--wd-prod-bg:rgb(255,255,255);
	--wd-bordered-bg:rgb(255,255,255);
}
: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(140,188,103);
	background-image: none;
}
html .wd-nav-mobile > li > a {
	text-transform: capitalize;
}
html .wd-checkout-steps {
	text-transform: capitalize;
}
html .page-title > .container > .title, html .page-title .wd-title-wrapp > .title {
	font-size: 32px;
}
html table th {
	text-transform: capitalize;
}
:is(.page, .search-no-results, .error404) :is(.wd-page-content, .whb-header) {
	background-color: rgb(250,248,245);
	background-image: none;
}
.woodmart-archive-shop:not(.single-product) :is(.wd-page-content, .whb-header) {
	background-color: rgb(250,248,245);
	background-image: none;
}
.single-product :is(.wd-page-content, .whb-header) {
	background-color: rgb(250,248,245);
	background-image: none;
}
.woodmart-archive-blog :is(.wd-page-content, .whb-header) {
	background-color: rgb(250,248,245);
	background-image: none;
}
.single-post :is(.wd-page-content, .whb-header) {
	background-color: rgb(250,248,245);
	background-image: none;
}
.woodmart-archive-portfolio :is(.wd-page-content, .whb-header) {
	background-color: rgb(250,248,245);
	background-image: none;
}
.single-portfolio :is(.wd-page-content, .whb-header) {
	background-color: rgb(250,248,245);
	background-image: none;
}
html .widget_price_filter [class*="price_slider_amount"] .button {
	color: rgb(255,255,255);
	background: rgb(140,188,103);
}
html .widget_price_filter [class*="price_slider_amount"] .button:hover {
	color: rgb(255,255,255);
	background: rgb(128,171,94);
}
body, [class*=color-scheme-light], [class*=color-scheme-dark], .wd-search-form[class*="wd-header-search-form"] form.searchform, .wd-el-search .searchform {
	--wd-form-bg: rgb(255,255,255);
}
.wd-nav-arrows.wd-pos-sep:not(:where(.wd-custom-style)) {
	--wd-arrow-size: 40px;
	--wd-arrow-icon-size: 16px;
	--wd-arrow-offset-h: 20px;
	--wd-arrow-color: rgb(51,51,51);
	--wd-arrow-color-hover: rgb(255,255,255);
	--wd-arrow-color-dis: rgba(51,51,51,0.8);
	--wd-arrow-bg: rgb(255,255,255);
	--wd-arrow-bg-hover: rgb(140,188,103);
	--wd-arrow-bg-dis: rgb(255,255,255);
	--wd-arrow-radius: 10px;
	--wd-arrow-shadow: 0px 0px 0px 0px rgba(255,255,255,0);
}
.wd-nav-scroll {
	--wd-nscroll-height: 3px;
	--wd-nscroll-drag-bg: rgb(140,188,103);
	--wd-nscroll-drag-bg-hover: rgb(128,171,94);
}
.wd .product-label.new {
	background-color: rgb(140,188,103);
	color: rgb(255,255,255);
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}

@media (max-width: 1024px) {
	:root {
		--wd-sticky-btn-height: 95px;
	}
	html .page-title > .container > .title, html .page-title .wd-title-wrapp > .title {
		font-size: 28px;
	}

}

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

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

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


.wd-page-title {
background-color: rgb(250,248,245);
}

/* Fix My Account Sidebar Navigation Alignment */
.myaccount-menu,
.woocommerce-MyAccount-navigation ul,
.wd-my-account-sidebar .myaccount-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.myaccount-menu li,
.woocommerce-MyAccount-navigation ul li {
    margin: 0;
    padding: 0;
    width: 100%;
}

.myaccount-menu li a,
.woocommerce-MyAccount-navigation ul li a {
    display: flex;
    align-items: center;
    padding: 12px 15px;
    text-decoration: none;
    transition: all 0.25s ease;
    gap: 10px;
}

/* Icon alignment */
.myaccount-menu li a .item-label,
.woocommerce-MyAccount-navigation ul li a span {
    flex: 1;
    text-align: left;
}

/* Fix for the avatar/user profile section */
.user-profile {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px 15px;
    margin-bottom: 20px;
}

.user-avatar {
    margin-bottom: 10px;
}

.user-avatar img {
    border-radius: 50%;
    width: 80px;
    height: 80px;
    object-fit: cover;
}

.user-info {
    text-align: center;
}

.user-info .username {
    display: block;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 5px;
}

.user-info .user-email {
    display: block;
    font-size: 12px;
    opacity: 0.7;
    margin-bottom: 10px;
}

.user-info .logout {
    display: inline-block;
}

.user-info .logout a {
    font-size: 13px;
    text-decoration: none;
}

/* Fix for the dashboard grid links */
.wcmtx-my-account-links {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 15px;
    margin-top: 20px;
}

.wcmamtx_dashboard_link {
    text-align: center;
    padding: 15px;
    border-radius: 8px;
    transition: all 0.25s ease;
}

.wcmamtx_dashboard_link a {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}

.wcmtx_icon_src {
    margin: 0;
    font-size: 24px;
}

/* Ensure proper spacing in the main my account wrapper */
.wd-my-account-wrapper {
    display: grid;
    gap: 30px;
}

.wd-my-account-sidebar {
    background: #f9f9f9;
    border-radius: 8px;
    padding: 0;
    overflow: hidden;
}

/* Active state styling */
.myaccount-menu li.active a,
.woocommerce-MyAccount-navigation ul li.is-active a {
    background-color: rgba(140, 188, 103, 0.1);
    border-left: 3px solid #8cbc67;
    font-weight: 600;
}

/* Hover effects */
.myaccount-menu li a:hover,
.woocommerce-MyAccount-navigation ul li a:hover {
    background-color: rgba(0, 0, 0, 0.05);
}

/* Mobile responsiveness */
@media (max-width: 768px) {
    .wd-my-account-wrapper {
        grid-template-columns: 1fr !important;
    }
    
    .myaccount-menu li a,
    .woocommerce-MyAccount-navigation ul li a {
        padding: 10px 15px;
    }
    
    .wcmtx-my-account-links {
        grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
        gap: 10px;
    }
}

/* Fix for the BH My Account plugin specific styles */
#my-account-menu-tab {
    width: 100%;
}

#my-account-menu-tab .myaccount-menu {
    display: flex;
    flex-direction: column;
}

/* Ensure proper text alignment */
.woocommerce-MyAccount-content {
    text-align: left;
}

.woocommerce-MyAccount-content p {
    margin-bottom: 15px;
}
/* ============================================
   PACKER JANITORIAL - QUOTE REQUEST FORM STYLES
   ============================================ */

/* --- Form Container --- */
#nf-form-1-cont {
    background: #ffffff;
    padding: 40px 45px;
    border-radius: 12px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
    border: 1px solid #f0f0f0;
    max-width: 820px;
    margin: 0 auto;
}

/* --- Form Title --- */
#nf-form-title-1 h3 {
    font-size: 26px;
    font-weight: 700;
    color: #242424;
    margin-bottom: 8px;
    font-family: 'Manrope', sans-serif;
}

#nf-form-title-1 h3::after {
    content: '';
    display: block;
    width: 60px;
    height: 4px;
    background: #8cbc67;
    border-radius: 4px;
    margin-top: 10px;
}

/* --- Field Rows --- */
.nf-form-content .nf-field-container {
    margin-bottom: 20px;
}

/* --- Labels --- */
.nf-form-content label {
    font-weight: 600;
    font-size: 15px;
    color: #242424;
    font-family: 'Manrope', sans-serif;
    margin-bottom: 4px;
    display: block;
}

.nf-form-content .nf-required-symbol,
.nf-form-content .ninja-forms-req-symbol {
    color: #d32f2f;
    font-weight: 700;
    margin-left: 2px;
}

/* --- Input Fields (Text, Email, Textarea) --- */
.nf-form-content input[type="text"],
.nf-form-content input[type="email"],
.nf-form-content input[type="tel"],
.nf-form-content input[type="number"],
.nf-form-content textarea,
.nf-form-content select {
    width: 100%;
    padding: 12px 16px;
    border: 1.5px solid #e0e0e0;
    border-radius: 8px;
    font-size: 15px;
    font-family: 'Manrope', sans-serif;
    color: #333;
    background: #fafafa;
    transition: all 0.25s ease;
    box-sizing: border-box;
}

.nf-form-content input[type="text"]:focus,
.nf-form-content input[type="email"]:focus,
.nf-form-content input[type="tel"]:focus,
.nf-form-content input[type="number"]:focus,
.nf-form-content textarea:focus,
.nf-form-content select:focus {
    outline: none;
    border-color: #8cbc67;
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(140, 188, 103, 0.15);
}

.nf-form-content textarea {
    min-height: 130px;
    resize: vertical;
}

/* --- Placeholder Text --- */
.nf-form-content input::placeholder,
.nf-form-content textarea::placeholder {
    color: #aaa;
    font-size: 14px;
}

/* --- Required Field Asterisk --- */
.nf-form-content .nf-field-label .ninja-forms-req-symbol {
    color: #d32f2f;
    font-weight: 700;
}

/* --- Submit Button --- */
.nf-form-content input[type="submit"],
.nf-form-content .nf-field-element input[type="button"] {
    background: #8cbc67;
    color: #ffffff;
    font-weight: 700;
    font-size: 17px;
    padding: 14px 42px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: 'Manrope', sans-serif;
    letter-spacing: 0.3px;
    box-shadow: 0 4px 14px rgba(140, 188, 103, 0.3);
    width: auto;
    min-width: 200px;
}

.nf-form-content input[type="submit"]:hover,
.nf-form-content .nf-field-element input[type="button"]:hover {
    background: #7aa85a;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(140, 188, 103, 0.4);
}

.nf-form-content input[type="submit"]:active {
    transform: translateY(0px);
}

/* --- Submit Button Container (Centering) --- */
.nf-form-content .nf-field-container.submit-container .nf-field-element {
    display: flex;
    justify-content: center;
    margin-top: 8px;
}

/* --- Error Messages --- */
.nf-form-errors .nf-error-msg,
.nf-error-wrap .nf-error-msg {
    color: #d32f2f;
    font-size: 13px;
    font-weight: 500;
    background: #ffebee;
    padding: 6px 14px;
    border-radius: 6px;
    border-left: 3px solid #d32f2f;
    margin-top: 6px;
}

/* --- Success Message --- */
.nf-response-msg {
    background: #e8f5e9;
    color: #2e7d32;
    padding: 18px 24px;
    border-radius: 8px;
    border-left: 4px solid #8cbc67;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
}

/* --- Help Text / Description --- */
.nf-form-content .nf-field-description {
    font-size: 13px;
    color: #888;
    margin-top: 4px;
    font-style: italic;
}

/* --- Required Fields Notice --- */
.nf-form-fields-required {
    font-size: 14px;
    color: #666;
    margin-bottom: 18px;
    text-align: right;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 12px;
}

.nf-form-fields-required .ninja-forms-req-symbol {
    color: #d32f2f;
}

/* --- Responsive: Mobile --- */
@media (max-width: 768px) {
    #nf-form-1-cont {
        padding: 24px 18px;
        border-radius: 8px;
    }

    #nf-form-title-1 h3 {
        font-size: 20px;
    }

    #nf-form-title-1 h3::after {
        width: 40px;
    }

    .nf-form-content input[type="text"],
    .nf-form-content input[type="email"],
    .nf-form-content input[type="tel"],
    .nf-form-content input[type="number"],
    .nf-form-content textarea,
    .nf-form-content select {
        padding: 10px 14px;
        font-size: 14px;
    }

    .nf-form-content input[type="submit"],
    .nf-form-content .nf-field-element input[type="button"] {
        padding: 12px 28px;
        font-size: 15px;
        min-width: 100%;
        width: 100%;
    }

    .nf-form-fields-required {
        text-align: left;
        font-size: 13px;
    }
}

/* --- Fix for WoodMart Theme Conflicts --- */
.nf-form-content .listradio-wrap .nf-field-element li,
.nf-form-content .listcheckbox-wrap .nf-field-element li {
    list-style: none;
    padding-left: 0;
}

.nf-form-content .listradio-wrap .nf-field-element input[type="radio"],
.nf-form-content .listcheckbox-wrap .nf-field-element input[type="checkbox"] {
    margin-right: 8px;
    accent-color: #8cbc67;
}

/* --- Select Dropdown Styling --- */
.nf-form-content select {
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23999' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    padding-right: 40px;
    cursor: pointer;
}

/* --- Spacing between fields in a row (if you use 2-column layout) --- */
.nf-form-content .nf-row .nf-field-container {
    padding: 0 10px;
}

/* --- Loading Spinner Override --- */
.nf-loading-spinner {
    border-color: #8cbc67 !important;
    border-top-color: transparent !important;
}