:root {
	--wd-text-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(118,118,118);
	--wd-text-font-size: 15px;
	--wd-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Poppins", 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: "Lato", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Poppins", 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: "Lato", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(123,30,30);
	--wd-alternative-color: rgb(123,30,30);
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: #83b735;
	--btn-accented-bgcolor-hover: #74a32f;
	--wd-form-brd-width: 2px;
	--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: cover;
	background-position: center center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 800px;
	--wd-popup-padding: 15px;
}
: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: #ffffff;
	background-image: none;
}
html .product-image-summary-wrap .product_title, html .wd-single-title .product_title {
	font-weight: 600;
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--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-bottom-active: -1px;
--btn-accented-brd-radius: 0px;
--btn-accented-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
--btn-accented-box-shadow-hover: inset 0 -2px 0 rgba(0, 0, 0, .15);
--wd-brd-radius: 0px;
}

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


.wd-page-title {
background-color: rgb(128,0,0);
}

.whb-top-bar {
    background-color: #800000 !important;
}


/* ===== Cart Sidebar Container ===== */
.side-cart-wrapper,
.wd-cart-sidebar {
    background: #ffffff;
    padding: 20px;
}

/* ===== Cart Title ===== */
.side-cart-wrapper .widget-title,
.wd-cart-sidebar .cart-title {
    font-size: 20px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 8px;
}

/* ===== Individual Cart Item ===== */
.woocommerce-mini-cart .mini_cart_item,
.wd-cart-sidebar .cart_item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 0;
    border-bottom: 1px solid #f0f0f0;
}

/* Product thumbnail - rounded corners like in the video */
.woocommerce-mini-cart .mini_cart_item img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 12px;
}

/* Product title */
.woocommerce-mini-cart .mini_cart_item .product-name {
    font-weight: 600;
    font-size: 14px;
    color: #1a1a1a;
}

/* Price */
.woocommerce-mini-cart .mini_cart_item .woocommerce-Price-amount {
    color: #e02020;
    font-weight: 700;
}

/* ===== Quantity Stepper (the −  qty  + control) ===== */
.woocommerce-mini-cart .quantity {
    display: flex;
    align-items: center;
    border: 1px solid #e5e5e5;
    border-radius: 30px;
    overflow: hidden;
    background: #fff;
}

.woocommerce-mini-cart .quantity input {
    width: 40px;
    text-align: center;
    border: none;
    font-weight: 600;
}

.woocommerce-mini-cart .quantity .qty-button,
.woocommerce-mini-cart .quantity .plus,
.woocommerce-mini-cart .quantity .minus {
    background: #1a1a1a;
    color: #fff;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

/* ===== Promo Code Link ===== */
.side-cart-wrapper .coupon-toggle,
.wd-cart-sidebar .promo-code-link {
    color: #e02020;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
}

/* ===== Subtotal / Total Section ===== */
.side-cart-wrapper .cart-subtotal,
.wd-cart-sidebar .subtotal-row {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    font-size: 14px;
    color: #555;
    border-top: 1px solid #f0f0f0;
}

.side-cart-wrapper .cart-total,
.wd-cart-sidebar .total-row {
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    font-weight: 800;
    color: #111;
    padding: 10px 0;
}

/* ===== Checkout Button - red, full width, rounded ===== */
.side-cart-wrapper .checkout-button,
.wd-cart-sidebar .wd-checkout-btn,
.woocommerce-mini-cart .wc-proceed-to-checkout a {
    background: #e02020 !important;
    color: #fff !important;
    width: 100%;
    padding: 16px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-transform: none;
    transition: background 0.2s ease;
}

.side-cart-wrapper .checkout-button:hover,
.woocommerce-mini-cart .wc-proceed-to-checkout a:hover {
    background: #c01818 !important;
}

/* ===== "Added to cart" success toast ===== */
.wd-add-to-cart-message,
.added_to_cart {
    background: #1b5e20 !important;
    color: #fff !important;
    padding: 12px 20px;
    border-radius: 8px;
    font-weight: 600;
    text-align: center;
}