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

:root {
	--wd-text-font: "Lora", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(0,0,0);
	--wd-text-font-size: 14px;
	--wd-title-font: "Lora", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Lora", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: rgb(0,0,0);
	--wd-entities-title-color-hover: rgb(0, 0, 0);
	--wd-alternative-font: "Lora", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Lora", 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: "Lora", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 14px;
	--wd-brd-radius: 20px;
	--wd-primary-color: rgb(180,100,43);
	--wd-alternative-color: rgb(148,54,35);
	--wd-link-color: rgb(180,100,43);
	--wd-link-color-hover: rgb(148,54,35);
	--btn-default-bgcolor: rgb(249,178,51);
	--btn-default-bgcolor-hover: rgb(249,178,51);
	--btn-accented-bgcolor: rgb(123,18,20);
	--btn-accented-bgcolor-hover: rgb(123,18,20);
	--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;
}
.woodmart-woocommerce-layered-nav .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title {
	background-color: rgb(241,231,203);
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.wd-footer {
	background-color: rgb(241,231,203);
	background-image: none;
}
.page .wd-page-content {
	background-color: rgb(255,251,238);
	background-image: none;
}
.woodmart-archive-shop:not(.single-product) .wd-page-content {
	background-color: rgb(255,251,238);
	background-image: none;
}
.single-product .wd-page-content {
	background-color: rgb(255,251,238);
	background-image: none;
}
.woodmart-archive-blog .wd-page-content {
	background-color: rgb(255,251,238);
	background-image: none;
}
.single-post .wd-page-content {
	background-color: rgb(255,251,238);
	background-image: none;
}
.woodmart-archive-portfolio .wd-page-content {
	background-color: rgb(255,251,238);
	background-image: none;
}
.single-portfolio .wd-page-content {
	background-color: rgb(255,251,238);
	background-image: none;
}
.wd-nav-arrows.wd-pos-sep:not(:where(.wd-custom-style)) {
	--wd-arrow-icon-size: 30px;
	--wd-arrow-color: rgb(180,100,43);
	--wd-arrow-color-hover: rgb(180,100,43);
	--wd-arrow-color-dis: rgb(180,100,43);
}
.product-labels .product-label.onsale {
	background-color: #B71C1C;
}
.product-labels .product-label.new {
	background-color: rgb(50,215,75);
}
.product-labels .product-label.featured {
	background-color: rgb(219,201,0);
	color: rgb(0,0,0);
}
.product-labels .product-label.out-of-stock {
	background-color: rgb(158,158,158);
}
.product-labels .product-label.attribute-label:not(.label-with-img) {
	background-color: rgb(242,242,247);
	color: rgb(28,28,30);
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}

@media (max-width: 768.98px) {
	.wd-nav-arrows.wd-pos-sep:not(:where(.wd-custom-style)) {
		--wd-arrow-size: 22px;
	--wd-arrow-icon-size: 12px;
	--wd-arrow-offset-h: -9px;
	}

}
:root{
--wd-container-w: 1600px;
--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: 35px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 35px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
}

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


.woocommerce-mini-cart__buttons > .btn-cart{
	display:none !important;
}

.quantity{
	--wd-form-height: 48px !important;
}

.wd-sticky-btn-cart > form > button{
	display:none;
}

body.single-product` .container.main-footer {
	display: none;
}

.single_add_to_cart_button{
	border: 2px solid #7B1214;
  background-color: transparent;
  color: #7B1214;
  padding: 12px 24px; /* adjust to match current height */
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
  height: 48px; /* set same height as existing buttons */
}

.single_add_to_cart_button:hover {
  background-color: #7B1214;
  color: white;
  border: 2px solid #7B1214; /* Keep the border black */
  outline: none;
  box-shadow: none;
}

.wd-timer-days{
	display:none !important;
}


.attachment-150x0 {
  aspect-ratio: 1 / 1;
  width: 150px;
  object-fit: cover;
}

body .woocommerce-review__dash,
body .woocommerce-review__published-date{
display:none;
}


.cart-widget-side{
	z-index:9999999;
}

.content-product-imagin{
	display:none;
}


.wd-checkout-coupon{
	margin-left:20px !important;
	margin-right:20px !important;
}


div.wd-toolbar {
	background-color: rgb(255,251,238);
}@media (min-width: 1025px) {
	/* .elementor-widget-container > form{
	flex-wrap:unset;
}	 */
.elementor-widget-container > form > button{
	width:50% !important;
}
 
.elementor-widget-container > form > .wc-proceed-to-checkoutt{
	width:50% !important;
}

.herix-floating-buy-now{
	display:none;
}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.chaty *{
	margin-bottom:25px;
}


/* .elementor-widget-container > form{
	flex-wrap:unset;
}	 */
.elementor-widget-container > form > button{
	width:50% !important;
}
.elementor-widget-container > form > .wc-proceed-to-checkoutt{
	width:50% !important;
}
}

@media (min-width: 577px) and (max-width: 767px) {
	.chaty *{
	margin-bottom:25px;
}
}

@media (max-width: 576px) {
	.chaty *{
	margin-bottom:25px;
}

.wd-sticky-btn-cart > form > div > div > .sr-headless-checkout{
	padding:15px 20px !important;
}




.woocs-style-3-du-dialog-starter{
	font-size:14px !important;
}
}

