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

:root {
	--wd-text-font: "Open Sans", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(34,34,34);
	--wd-text-font-size: 15px;
	--wd-title-font: "Lexend Deca", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 500;
	--wd-title-color: rgb(0,0,0);
	--wd-entities-title-font: "Lexend Deca", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: rgb(0,0,0);
	--wd-entities-title-color-hover: rgb(28, 97, 231);
	--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: rgb(0,0,0);
	--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(0,0,0);
	--wd-alternative-color: rgb(28,97,231);
	--wd-link-color: rgb(28,97,231);
	--wd-link-color-hover: rgb(0,0,0);
	--btn-default-bgcolor: rgb(0,0,0);
	--btn-default-bgcolor-hover: rgb(28,97,231);
	--btn-accented-bgcolor: rgb(0,0,0);
	--btn-accented-bgcolor-hover: rgb(28,97,231);
	--btn-transform: capitalize;
	--wd-form-brd-width: 1px;
	--notices-success-bg: #459647;
	--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: contain;
	background-position: left center;
	--wd-popup-width: 800px;
}
.page-title-default {
	background-color: rgb(0,0,0);
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.footer-container {
	background-color: #ffffff;
	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(255,255,255);
	background-image: none;
}
.woodmart-archive-shop:not(.single-product) .main-page-wrapper {
	background-color: rgb(255,255,255);
	background-image: none;
}
.single-product .main-page-wrapper {
	background-color: rgb(255,255,255);
	background-image: none;
}
.woodmart-archive-blog .main-page-wrapper {
	background-color: rgb(255,255,255);
	background-image: none;
}
.single-post .main-page-wrapper {
	background-color: rgb(255,255,255);
	background-image: none;
}
.woodmart-archive-portfolio .main-page-wrapper {
	background-color: rgb(255,255,255);
	background-image: none;
}
.single-portfolio .main-page-wrapper {
	background-color: rgb(255,255,255);
	background-image: none;
}
html .wd-buy-now-btn {
	color: rgb(255,255,255);
	background: rgb(0,0,0);
}
html .wd-buy-now-btn:hover {
	color: rgb(255,255,255);
	background: rgb(28,97,231);
}
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-default-color: #fff;
--btn-default-color-hover: #fff;
--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;
}
}


/* Start Product Code */ 

.wd-product{
	border: 1px solid #ddd;
	padding: 10px;
	border-radius: 3px;
	transition: .5s;
}
.wd-product:hover{
	border-color: #000;
}
.wd-product .wd-product-header{
	font-size: 14px;
}

.wd-product.wd-hover-buttons-on-hover .product-wrapper:hover{
	transform: none !important;
}

.product-label{
 display: none;
}
 
/* End Product Code */

/* Start Single Product Page Code */ 

.product_title{
 font-size: 25px;
}

/* End Single Product Page Code */ 

/* Start Contact Page Code */ 

div.wpforms-container-full input[type="text"],div.wpforms-container-full input[type="email"]{
	border: 2px solid #ddd !important;
	height: 38px !important;
}
div.wpforms-container-full input[type="text"]::placeholder{
	opacity: 1 !important;
	color: #000 !important;
	font-size: 14px !important
}
div.wpforms-container-full input[type="email"]::placeholder{
	opacity: 1 !important;
	color: #000 !important;
	font-size: 14px !important
}
div.wpforms-container-full .wpforms-form textarea{
	border: 2px solid #ddd !important;
}
div.wpforms-container-full .wpforms-form textarea::placeholder{
	opacity: 1 !important;
	color: #000 !important;
	font-size: 14px !important
}
.wpforms-submit{
	width: 100% !important;
	text-align: center !important;
	transition: .5s !important;
	background: #000 !important;
	font-size: 15px !important;
}
.wpforms-submit:hover{
	background: #1C61E7 !important;
}

div.wpforms-container-full:not(:empty){
	background: transparent !important;
	background-image: none !important;
}

/* End Contact Page Code */

/* Start Cart Page */

table th{
	text-transform: capitalize;
}
.cart-totals-inner > h2{
	text-transform: capitalize;
	font-size: 20px;
}
.cart-totals-inner table .cart-subtotal .amount{
	color: rgb(35,31,32);
}

/* End Cart Page */

/* Start Checkout Page Code */

.woocommerce-notices-wrapper{
  display: none;
}

.woocommerce-billing-fields > h3{
	font-size: 20px;
	text-transform: capitalize;
}
label{
	font-weight: 600;
	font-size: 14px;
	margin-bottom: 7px;
}

.woocommerce-input-wrapper input[type="text"],input[type="tel"],input[type="email"]{
	border: 1px solid #ccc;
	border-radius: 5px;
	color: rgb(35,31,32);
}
.woocommerce-input-wrapper input[type="text"]::placeholder,input[type="tel"]::placeholder,input[type="email"]::placeholder{
	opacity: 1;
	font-size: 14px;
	color: #787878;
	font-weight: 500;
}
.woocommerce-shipping-fields{
	display: none;
}
.woocommerce-additional-fields{
	display: none;
}

.woocommerce-checkout > .checkout-order-review{
	padding: 0px !important;
}
.checkout-order-review > .woocommerce-checkout-review-order .wd-table-wrapper{
	padding: 0px !important;
}
#order_review_heading{
	font-size: 20px;
	text-transform: capitalize;
	text-align: left;
	background: #fff !important;
}
.woocommerce-checkout-review-order-table{
  background: #fff !important;
}
 
.woocommerce-checkout > .checkout-order-review::before{
  display: none !important;
	background-color: #fff !important;
	background-image: none !important;
}
.woocommerce-checkout > .checkout-order-review::after{
  display: none;
}
:is(.woocommerce-checkout > .checkout-order-review, .woocommerce-order-pay #order_review){
  background: #fff;
}

/* End Checkout Page Code */

/* Start Thank You Page */

.wd-builder-off :is(.woocommerce-thankyou-order-received, .woocommerce-thankyou-order-failed){
  display: none;
}
.wt_pklist_invoice_print,.wt_pklist_invoice_download {
  padding: 10px 20px !important;
  background: #000 !important;
	color: #fff !important;
}
.wt_pklist_invoice_print:hover{
  background: rgb(28,97,231) !important;
}
.wt_pklist_invoice_download:hover{
	background: rgb(28,97,231) !important;
}

/* End Thank You Page */@media (max-width: 576px) {
	.hedaer-selider-img img{
	width: 100%;
	height: 300px;
}
.wd-product .wd-product-header{
	font-size: 13px;
}

.chaty *, .chaty-form-body form{
		margin-bottom: 20px;
}

.product_title{
  font-size: 20px;
} 
.wd-el-title span{
  font-size: 18px !important; 
}

.woocommerce-billing-fields > h3{
  font-size: 18px;
}
label{
  font-size: 13px;
}
#order_review_heading{
  font-size: 18px;
}
:is(.woocommerce-checkout > .checkout-order-review, .woocommerce-order-pay #order_review){
  background: #fff;
}
}

