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

:root {
	--wd-text-font: "Rubik", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(0,0,0);
	--wd-text-font-size: 14px;
	--wd-title-font: "Rubik", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Rubik", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: rgb(0,0,0);
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Rubik", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Rubik", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: rgb(0,0,0);
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Rubik", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-primary-color: rgb(0,152,70);
	--wd-alternative-color: rgb(0,0,0);
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: #83b735;
	--btn-accented-bgcolor-hover: #74a32f;
	--wd-form-brd-width: 1px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
}
.wd-popup.wd-age-verify {
	--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-popup-width: 800px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title {
	background-color: #0a0a0a;
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.wd-footer {
	background-color: #ffffff;
	background-image: none;
}
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-brd-color: rgb(0,0,0);
	--wd-form-brd-color-focus: rgb(0,200,0);
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 35px;
--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-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: 12px;
}

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


.page-id-80 .wd-toolbar {
    display: none; !important
}
.page-id-102 .wd-toolbar {
    display: none; !important
}
.wd-content-layout {
    padding-block: 0px; !important
}
/* =================================================================
   Styles for the ZEBRA-STRIPED & COMPACT Wallet Activity Feed
   ================================================================= */

/* --- Base Table Styles --- */
.woocommerce-MyAccount-content table.wal-transactions-table {
    border-collapse: collapse; /* Essential for clean borders */
    width: 100%;
    font-size: 14px;
}

.woocommerce-MyAccount-content table.wal-transactions-table thead {
    display: none;
}

/* --- Alternating Row Colors (Zebra Striping) --- */
.wal-transaction-row:nth-child(odd) {
    background-color: #ffffff; /* White rows */
}
.wal-transaction-row:nth-child(even) {
    background-color: #f8f9fa; /* Light grey rows */
}


/* --- Desktop Styles (for screens > 768px) --- */
.wal-transaction-row td {
    padding: 0.9rem 1rem;
    border-bottom: 1px solid #eef0f2;
    vertical-align: middle;
    text-align: left;
}

.wal-event-message {
    font-weight: 600;
    color: #2c3e50;
    font-size: 0.95em;
}

.wal-transaction-id-display {
    font-size: 0.9em;
    color: #95a5a6;
    margin-left: 0.5rem;
}

.wal-amount-tag {
    display: inline-block;
    padding: 0.25rem 0.6rem;
    border-radius: 5px;
    font-weight: 600;
    font-size: 0.9em;
    white-space: nowrap;
}

.wal-amount-tag.wal-amount-credit { background-color: #eaf6ec; color: #27ae60; }
.wal-amount-tag.wal-amount-debit  { background-color: #fbe9e7; color: #d84315; }

.wal-date-display,
.wal-total-display {
    font-size: 0.95em;
    color: #34495e;
    white-space: nowrap;
}


/* --- Mobile Responsive Styles (for screens <= 768px) --- */
@media screen and (max-width: 768px) {
    /* On mobile, each row becomes a card, the zebra-striping still applies! */
    .wal-transaction-row {
        display: block;
        border-radius: 6px;
        border: 1px solid #eef0f2; /* A light border for each card */
        margin-bottom: 1rem;
        padding: 0.5rem;
    }
    
    .wal-transaction-row td {
        display: block;
        width: 100%;
        text-align: right;
        padding: 0.75rem 0.5rem;
        border-bottom: 1px solid #f1f1f1;
        background-color: transparent !important; /* Let the parent row control the color */
    }
    
    .wal-transaction-row td:last-child {
        border-bottom: none;
    }

    .wal-transaction-row td::before {
        content: attr(data-title);
        float: left;
        font-weight: bold;
        color: #34495e;
        padding-right: 1rem;
    }

    .wal-date-display,
    .wal-total-display {
        font-size: 1em;
    }

    .wal-amount-tag {
        font-size: 1em;
    }

    .wal-transaction-row td[data-title="Event"] div {
        display: inline-block;
        text-align: right;
    }
}
