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

:root {
	--wd-text-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(0,0,0);
	--wd-text-font-size: 14px;
	--wd-title-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Montserrat", 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: "Montserrat", 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: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 16px;
	--wd-primary-color: rgb(0,0,0);
	--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: rgb(0,0,0);
	--btn-accented-bgcolor-hover: rgb(0,0,0);
	--wd-form-brd-width: 2px;
	--notices-success-bg: rgb(170,109,114);
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
}
.woodmart-woocommerce-layered-nav .wd-scroll-content {
	max-height: 223px;
}
.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: cover;
	background-position: center center;
	--wd-popup-width: 700px;
}
.page-title-default {
	background-color: #0a0a0a;
	background-image: url(https://tianufurniture.com/wp-content/uploads/2021/08/page-title-shop.jpg);
	background-size: cover;
	background-position: center center;
}
.footer-container {
	background-color: rgb(249,249,249);
	background-image: none;
}
html .wd-nav.wd-nav-main > li > a {
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 14px;
	line-height: 17px;
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 0px;
--btn-default-color: #fff;
--btn-default-color-hover: #fff;
--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-brd-radius: 0px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--btn-accented-box-shadow-active: none;
--btn-accented-bottom: 0px;
--wd-brd-radius: 0px;
}

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

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


/* Custom amount box */
.gift-cards-list .ywgc-manual-amount-container.ywgc-manual-amount.ywgc-amount-buttons {
    width: 260px !important;
    max-width: 260px !important;
    border-radius: 5px !important;
    overflow: hidden !important;
    padding: 0 !important;
}

/* Wrapper */
.gift-cards-list #ywgc-manual-amount-div-wrapper {
    position: relative !important;
    width: 100% !important;
    height: 100% !important;
    box-sizing: border-box !important;
}

/* Left rupee symbol */
.gift-cards-list .ywgc-manual-currency-symbol.left,
.gift-cards-list .ywgc-manual-currency-symbol.left.ywgc-hidden {
    position: absolute !important;
    left: 22px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
    color: #000 !important;
    -webkit-text-fill-color: #000 !important;
    line-height: 1 !important;
    z-index: 2 !important;
}

/* Right rupee symbol off */
.gift-cards-list .ywgc-manual-currency-symbol.right {
    display: none !important;
}

/* Input */
.gift-cards-list #ywgc-manual-amount {
    width: 100% !important;
    height: 100% !important;
    box-sizing: border-box !important;
    padding: 0 18px 0 56px !important; /* left padding makes room for ₹ */
    text-align: left !important;
    color: #000 !important;
    -webkit-text-fill-color: #000 !important;
    background: transparent !important;
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
    border-radius: 5px !important;
    font-size: 18px !important;
    caret-color: #000 !important;
    margin: 0 !important;
}

/* Placeholder */
.gift-cards-list #ywgc-manual-amount::placeholder {
    color: #000 !important;
    -webkit-text-fill-color: #000 !important;
    opacity: 1 !important;
}

/* Error text */
.gift-cards-list .ywgc-manual-amount-error {
    display: block !important;
    width: 100% !important;
    margin: 8px 0 0 0 !important;
    line-height: 1.4 !important;
}

/* === YITH Gift Card - Check Balance Widget === */

/* Check your balance title */
.form-check-gift-card-balance .ywgc-shortcode-form-title {
    text-align: center !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
}

/* Gift Card code label */
.form-check-gift-card-balance .ywgc-shortcode-form-label {
    display: block !important;
    text-align: center !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
}

.form-check-gift-card-balance input {
    text-transform: uppercase !important;
}

/* Center gift card balance message */
.form-check-gift-card-balance .ywgc-shortcode-message {
    display: flex !important;
    justify-content: center !important;
    width: 80% !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.form-check-gift-card-balance .ywgc-check-code-gift-card-balance {
    margin: 15px auto 0 auto !important;
    text-align: center !important;
}