:root {
	--wd-text-font: "Open Sans", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #767676;
	--wd-text-font-size: 15px;
	--wd-title-font: "Lexend Deca", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 500;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Lexend Deca", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Lexend Deca", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Lexend Deca", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 500;
	--wd-widget-title-transform: capitalize;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Open Sans", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 600;
	--wd-header-el-transform: capitalize;
	--wd-header-el-font-size: 13px;
	--wd-brd-radius: 10px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(2,90,67);
	--wd-alternative-color: rgba(28,97,231,0.2);
	--btn-default-bgcolor: rgb(247,247,247);
	--btn-default-bgcolor-hover: rgb(219,227,249);
	--btn-default-color: rgb(2,90,67);
	--btn-default-color-hover: rgb(3,122,92);
	--btn-accented-bgcolor: rgb(2,90,67);
	--btn-accented-bgcolor-hover: rgb(3,122,92);
	--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-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);
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: #ffffff;
	background-image: none;
}
html .wd-nav-mobile > li > a {
	text-transform: capitalize;
}
html .post.wd-post:not(.blog-design-small) .wd-entities-title {
	font-size: 18px;
}
:is(.page, .search-no-results, .error404) :is(.wd-page-content, .whb-header) {
	background-color: rgb(246,246,246);
	background-image: none;
}
.woodmart-archive-shop:not(.single-product) :is(.wd-page-content, .whb-header) {
	background-color: rgb(246,246,246);
	background-image: none;
}
.single-product :is(.wd-page-content, .whb-header) {
	background-color: rgb(246,246,246);
	background-image: none;
}
.woodmart-archive-blog :is(.wd-page-content, .whb-header) {
	background-color: rgb(246,246,246);
	background-image: none;
}
html .btn.wd-buy-now-btn {
	background: rgb(107,163,49);
}
html .btn.wd-buy-now-btn:hover {
	background: rgb(95,158,44);
}
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);
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1920px;
--wd-form-brd-radius: 5px;
--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: 5px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
}

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


.wd-page-title {
background-color: rgb(28,97,231);
}

/* === ELEMENTOR MINI CART REDESIGN === */

/* Each product row */
.elementor-menu-cart__product {
    display: grid !important;
    grid-template-columns: 75px 1fr auto !important;
    grid-template-rows: auto auto !important;
    gap: 0 12px !important;
    padding: 14px 0 !important;
    border-bottom: 1px solid #f0f0f0 !important;
    align-items: center !important;
}

/* Product image */
.elementor-menu-cart__product-image {
    grid-column: 1 !important;
    grid-row: 1 / 3 !important;
}

.elementor-menu-cart__product-image img {
    width: 75px !important;
    height: 75px !important;
    object-fit: cover !important;
    border-radius: 8px !important;
    display: block !important;
}

/* Product name */
.elementor-menu-cart__product-name {
    grid-column: 2 !important;
    grid-row: 1 !important;
}

.elementor-menu-cart__product-name a {
    font-size: 13px !important;
    font-weight: 600 !important;
    color: #111827 !important;
    line-height: 1.4 !important;
    text-decoration: none !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
}

/* Product price */
.elementor-menu-cart__product-price {
    grid-column: 2 !important;
    grid-row: 2 !important;
    margin-top: 4px !important;
}

.elementor-menu-cart__product-price .quantity {
    font-size: 13px !important;
    color: #026048 !important;
    font-weight: 700 !important;
}

/* Remove button */
.elementor-menu-cart__product-remove {
    grid-column: 3 !important;
    grid-row: 1 / 3 !important;
    display: flex !important;
    align-items: center !important;
}

.elementor-menu-cart__product-remove a {
    font-size: 20px !important;
    color: #9ca3af !important;
    text-decoration: none !important;
    line-height: 1 !important;
    display: block !important;
}

.elementor-menu-cart__product-remove a.elementor_remove_from_cart_button {
    display: none !important;
}

.elementor-menu-cart__product-remove a:hover {
    color: #dc2626 !important;
}

/* Subtotal */
.elementor-menu-cart__subtotal {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 16px 0 !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    border-top: 2px solid #f0f0f0 !important;
    margin-top: 4px !important;
}

.elementor-menu-cart__subtotal .woocommerce-Price-amount {
    color: #026048 !important;
    font-size: 16px !important;
    font-weight: 700 !important;
}

/* Footer buttons */
.elementor-menu-cart__footer-buttons {
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
    padding-top: 10px !important;
}

/* Checkout button */
.elementor-button--checkout {
    background: #026048 !important;
    color: #fff !important;
    border: 2px solid #026048 !important;
    border-radius: 999px !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    padding: 13px 20px !important;
    text-align: center !important;
    width: 100% !important;
    display: block !important;
    transition: background 0.2s !important;
    order: 1 !important;
}

.elementor-button--checkout:hover {
    background: #037a5c !important;
    color: #fff !important;
}

/* View Cart button */
.elementor-button--view-cart {
    background: transparent !important;
    color: #026048 !important;
    border: 2px solid #026048 !important;
    border-radius: 999px !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    padding: 13px 20px !important;
    text-align: center !important;
    width: 100% !important;
    display: block !important;
    transition: all 0.2s !important;
    order: 2 !important;
}

.elementor-button--view-cart:hover {
    background: #026048 !important;
    color: #fff !important;
}

.widget_shopping_cart_content {
		padding: 15px;
}@media (max-width: 576px) {
	
/* === MOBILE HERO BANNER === */
.elementor-59058 .elementor-element-e1712ca {
	min-height: 0 !important;
	padding-bottom: 0 !important;
}
.elementor-59058 .elementor-element-0748097 .swiper-slide-bg {
	background-size: contain !important;
	background-color: transparent !important;
}
.elementor-59058 .elementor-element-0748097 .swiper-slide {
	height: 16vw !important;
}
.elementor-59058 .elementor-element-0748097 .swiper-slide-inner {
	padding: 0 !important;
}

}


/* === POLICY PAGES CENTERED === */
body.page-id-3 .wd-entry-content, body.page-id-14 .wd-entry-content, body.page-id-87372 .wd-entry-content {
  text-align: center !important;
}
body.page-id-3 .wd-entry-content ul, body.page-id-14 .wd-entry-content ul, body.page-id-87372 .wd-entry-content ul {
  list-style-position: inside !important;
  text-align: center !important;
  padding-left: 0 !important;
}
body.page-id-3 .wd-entry-content li, body.page-id-14 .wd-entry-content li, body.page-id-87372 .wd-entry-content li {
  text-align: center !important;
}
