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

:root {
	--wd-text-font: "Poppins", 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-primary-color: rgb(233,30,99);
	--wd-alternative-color: rgb(248,187,208);
	--wd-link-color: rgb(51,51,51);
	--wd-link-color-hover: rgb(36,36,36);
	--btn-default-bgcolor: rgb(248,187,208);
	--btn-default-bgcolor-hover: rgb(248,187,208);
	--btn-default-color: rgb(233,30,99);
	--btn-default-color-hover: rgb(233,30,99);
	--btn-accented-bgcolor: rgb(233,30,99);
	--btn-accented-bgcolor-hover: rgb(233,30,99);
	--btn-transform: capitalize;
	--wd-form-brd-width: 1px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
}
:is(.shop-content-area.wd-builder-off,.wd-wishlist-content,.related-and-upsells,.cart-collaterals,.wd-shop-product,.wd-fbt) .wd-products-with-bg, :is(.shop-content-area.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);
}
.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: contain;
	background-position: left center;
	--wd-popup-width: 800px;
}
.header-banner {
	background-color: rgb(130,36,227);
	background-image: none;
}
.page-title-default {
	background-color: rgb(255,255,255);
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.footer-container {
	background-color: rgb(43,43,43);
	background-image: none;
}
html .wd-nav-mobile > li > a {
	text-transform: capitalize;
}
html .post.wd-post .post-title {
	font-size: 18px;
}
.page .main-page-wrapper {
	background-color: rgb(246,246,246);
	background-image: none;
}
.woodmart-archive-blog .main-page-wrapper {
	background-color: rgb(246,246,246);
	background-image: none;
}
html .wd-buy-now-btn {
	color: rgb(255,255,255);
	background: rgb(233,30,99);
}
html .wd-buy-now-btn:hover {
	color: rgb(255,255,255);
	background: rgb(233,30,99);
}
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-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1400px;
--wd-form-brd-radius: 5px;
--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: 1417px) {
.platform-Windows .wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}

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


/* Hide add to cart / select options button on product grid */
.wd-add-btn,
.wd-add-btn-replace {
  display: none !important;
}
.vendor-store-name {
    font-size: 14px;
    color: #555;
    margin: 10px 0;
    font-weight: 500;
}

.vendor-store-name a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
}

.vendor-store-name a:hover {
    color: #000;
    text-decoration: underline;
}

.vendor-store-name span {
    color: #666;
}

/* Hide swatch text in product grid only */
.products .product .wd-swatch-text,
.woocommerce-page ul.products li.product .wd-swatch-text,
.archive .product .wd-swatch-text {
    display: none !important;
}
.wd-swatch-divider {
	display: none !important;
}

.vendor-store-name-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    background: #f8f9fa;
    color: #333;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    border-radius: 6px;
    border: 2px solid #e9ecef;
    transition: all 0.3s ease;
}

.vendor-store-name-link::before {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url('https://cdn1.iconfinder.com/data/icons/curious-shop-1/80/curiosshop-14-512.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
}

.vendor-store-name-link:hover {
    background: #333;
    color: #fff;
    border-color: #333;
}

.vendor-store-name-link:hover::before {
    filter: brightness(0) invert(1);
}
.wrap-price {
  display: flex !important;
  flex-direction: column !important; /* Stack children vertically */
  align-items: flex-start !important; /* Keep text aligned to the left */
}

.vendor-store-name,
.price {
  width: 100% !important;
  display: block !important;
}

/* .description, .wcfm_store_slug_verified, .wcfm_page_options_desc {
display:none !important;

} */