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

@font-face {
	font-family: "star";
	font-weight: 400;
	font-style: normal;
	src: url("//www.saziya.com/wp-content/plugins/woocommerce/assets/fonts/star.eot?#iefix") format("embedded-opentype"), url("//www.saziya.com/wp-content/plugins/woocommerce/assets/fonts/star.woff") format("woff"), url("//www.saziya.com/wp-content/plugins/woocommerce/assets/fonts/star.ttf") format("truetype"), url("//www.saziya.com/wp-content/plugins/woocommerce/assets/fonts/star.svg#star") format("svg");
}

@font-face {
	font-family: "WooCommerce";
	font-weight: 400;
	font-style: normal;
	src: url("//www.saziya.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.eot?#iefix") format("embedded-opentype"), url("//www.saziya.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff") format("woff"), url("//www.saziya.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.ttf") format("truetype"), url("//www.saziya.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.svg#WooCommerce") format("svg");
}

:root {
	--wd-text-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(118,118,118);
	--wd-text-font-size: 15px;
	--wd-title-font: "Roboto", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 500;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Roboto", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 400;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Playfair Display", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Roboto", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 500;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Lato", 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,0,0);
	--wd-alternative-color: rgb(165,165,165);
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(255,112,67);
	--btn-accented-bgcolor-hover: rgba(255,112,67,0.8);
	--wd-form-brd-width: 1px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-sticky-btn-height: 95px;
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: url(https://www.saziya.com/wp-content/uploads/2021/07/promo-popup.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	--wd-popup-width: 800px;
	--wd-popup-padding: 15px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title {
	background-color: rgb(255,255,255);
	background-image: none;
	background-size: cover;
	background-position: center center;
}
html .wd-buy-now-btn, html .cart-actions .button[name="apply_coupon"] {
	color: rgb(0,0,0);
	background: rgb(255,255,255);
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}

@media (max-width: 1024px) {
	:root {
		--wd-sticky-btn-height: 95px;
	}

}

@media (max-width: 768.98px) {
	:root {
		--wd-sticky-btn-height: 43px;
	}

}
:root{
--wd-container-w: 1400px;
--wd-form-brd-radius: 5px;
--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-brd-radius: 5px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--wd-brd-radius: 0px;
}



/* Pincode Checker */
#resultSection {
  display: none;
  }
/* Style for the form container */
#formContainer {
  display: flex;
  width: 100%;
  align-items: center;
  border-radius: 8px;
  gap: 10px;
  }
#formContainer:focus-within {
  outline: none; /* Remove default outline */
}
/* Style for the input field */
#deliveryPincode {
  flex: 8; /* Takes up 80% of the space */
  padding: 10px;
  font-size: 16px;
  background-color: #fff;
  caret-color: var(--wd-primary-color);
  border: 1px solid #ddd;
  border-radius:8px;
  box-sizing: border-box; /* Includes padding in width calculation */
  }
/* Style for the input field when focused */
#deliveryPincode:focus {
  outline: none; /* Remove default outline */
  }
/* Style for the buttons container */
#buttonsContainer {
  display: flex;
  flex: 3; /* Takes up 30% of the space */
  }
/* Style for the button */
.actionButton {
  flex: 1; /* Each button takes equal space within the container */
  padding: 10px;
  font-size: 14px;
  background-color: #fff;
  color: var(--wd-primary-color);
  border: 1px solid #ddd;
  border-radius: 8px;
  cursor: pointer;
}
.actionButton:hover {
  background-color: #fff;
  color: var(--wd-primary-color);
}
/* Hide the Change button initially */
#changeButton {
  display: none;
}
/* Style for the info section */
#infobox {
  margin-bottom: 20px;
  font-size: 12px;
  color: #666;
}
#infobox p {
  margin: 5px 0;
  margin-right: 5px;
}
#infobox p img {
  margin-right: 5px;
}
#resultSection #etd {
  font-weight: bold;
  color: #333;
  }
/* Style for the delivery message */
#resultSection #deliveryMessage {
  font-weight: bold;
  font-size: 12px;
  color: #737373;
  text-transform: capitalize;
  padding-bottom: 5px; /* Space between the text and the border */
  margin-bottom: 10px; /* Space below the border */
  max-width: 100%;
}
#resultSection #returnPolicy a {
  color: #000;
  font-weight:bold;
  text-decoration: none;
  border-bottom: 2px solid #FFB623;
  font-size: 13px;
}
#resultSection p {
  margin: 5px 0;
  font-size: 15px;
  color: #212121;
}
#infoSection p {
  margin: 10px 0;
  font-size: 15px;
  color: #212121;
  line-height: 1.5;
}
#deliveryPincode:disabled {
  background-color: #fff; /* Light grey background for disabled state */
  border: 1px solid #ddd; /* Grey border for disabled state */
  color: #6c757d; /* Grey text color */
  cursor: not-allowed; /* Cursor indicates the input is not editable */
  opacity: 1; /* Ensures the input is not transparent */
}
/* Style for the error message */
#errorMessage {
  color: red;
  font-size: 14px;
  margin-top: 10px;
  display: none; /* Hidden by default */
}
.icon {
  width: 25px;
  height: 25px;
  margin-right: 5px;
  vertical-align: middle; /* Align the icon with the middle of the text */
}
.icons {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  vertical-align: middle; /* Align the icon with the middle of the text */
}

.main-text, .small-text {
  display: inline-block;
  vertical-align: top;
}
.small-text {
  font-size: 0.8em;
  color: #666;
  padding-left: 35px;
}

/* Free Delivery Message Styling*/
.free-delivery-message {
    color: #142536;
	background: #ebf4ff;
    border-radius: 5px;
    padding: 0px 5px;
    display: flex;
    align-items: center;
    font-size: 13px;
}
.free-delivery-message-icon::before {
    content: "\f11f";
    font-family: "woodmart-font";
    margin-right: 5px;
    font-size: 16px;
    color: #142536;
    display: inline-block;
}

/* Add Icon In Tabs */
.single-product .wd-accordion-title-text:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 5px;
}
.single-product #tab-title-delivery-options .wd-accordion-title-text:before {
    background-image: url('https://assets.saziya.com/tabs/delivery.svg');
}
.single-product #tab-title-additional_information .wd-accordion-title-text:before {
    background-image: url('https://assets.saziya.com/tabs/specifications.svg');
}
.single-product #tab-title-description .wd-accordion-title-text:before {
    background-image: url('https://assets.saziya.com/tabs/product.svg');
}
.single-product #tab-title-reviews .wd-accordion-title-text:before {
    background-image: url('https://assets.saziya.com/tabs/rating.svg');
}
.single-product #tab-title-return-policy .wd-accordion-title-text:before {
	background-image: url('https://assets.saziya.com/tabs/return.svg');
}

body .wd-buy-now-btn {
	border: 1px solid #ddd;
}
.wd-coupon-form .button {
border: 1px solid #ddd;
}
body .wd-progress-bar .progress-area {
   display: none;
}
/* Header Content Radius */
.wd-tools-element:is(.wd-design-6,.wd-design-7) :is(.wd-tools-inner,.wd-tools-icon) {
	border-radius: var(--btn-accented-brd-radius)!important;
}
/*Product Title Gape*/
.wd-product {
	--wd-prod-gap:10px!important;
}
.single-product-page .quantity {
display: none !important;
}
/*Coupon Style*/
.saziya-coupon-price {
	color: var(--wd-primary-color);
	font-size: 17px;
}
.saziya-coupon-price .amount {
	color: var(--wd-primary-color);
	border-bottom: 2px solid #007bff;
	padding: 0px 5px;
	font-size: 17px;
}
/*Hide Dropdown icon*/
.select2-container .select2-selection__arrow {
    display: none !important;
}
/*Header Arror Remove PC*/
.wd-nav[class*="wd-style-"]>li:is(.wd-has-children,.menu-item-has-children)>a:after{
    display:none!important;
}
/*SMS Alert Button*/
.smsalert_reg_with_otp_btn {
	background-color: var(--btn-accented-bgcolor)!important;
	color: var(--btn-accented-color)!important;
	width: 100%;
	border-radius: var(--btn-accented-brd-radius);
}
.smsalert_otp_validate_submit {
	background-color: var(--btn-accented-bgcolor)!important;
	color: var(--btn-accented-color)!important;
	border-radius: var(--btn-accented-brd-radius);
}
.sa-signupwithotp-form label {
	display: none;
}
.modal-body  {
	margin: -22px;
}
.smsalertModal .back, .saeditphone {
	display: none!important;
}
.theme-woodmart .sa-otp-btn-init {
	box-shadow: none;
}
.smsalert_login_with_otp_btn {
	background-color: var(--btn-accented-bgcolor)!important;
	color: var(--btn-accented-color);
	width: 100%;
	border-radius: var(--btn-accented-brd-radius);
}
.star-rating {
   color: #212121!important;
}
.copy-code, .whatsapp-help {
  cursor: pointer;
}
/*Labels*/
.attribute-label{border-radius:3px!important;padding-bottom:2px!important;padding-top:2px!important}
.product-label{border-radius:3px!important;padding-bottom:2px!important;padding-top:2px!important}
.product-label.onsale{display:none;} /*.label-term-bestseller & other{background-color: black!important;}*/@media (max-width: 576px) {
	/*Page Header Hide*/
.page-id-36960 header {
	display:none
}
/*Coupon Button Position Change*/
.wd-coupon-form input.input-text {
	max-width:70%
}
.cart-actions button.button {
	width:26%
}
.coupon.wd-coupon-form {
	flex-direction:row;
	margin-bottom: 20px
}
.product-grid-item .wd-add-btn {
    display: none;
}
.whb-general-header :is(.whb-mobile-left,.whb-mobile-right) {
	flex: 1 1 auto;
}
}

