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

:root {
	--wd-text-font: "Roboto", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #767676;
	--wd-text-font-size: 14px;
	--wd-title-font: "Oswald", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Roboto", 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: "Roboto", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Merriweather", 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: "Roboto", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 20px;
	--wd-primary-color: rgb(206,154,45);
	--wd-alternative-color: #fbbc34;
	--wd-link-color: rgb(206,154,45);
	--wd-link-color-hover: rgb(206,154,45);
	--btn-default-bgcolor: rgb(206,154,45);
	--btn-default-bgcolor-hover: rgb(169,130,49);
	--btn-accented-bgcolor: rgb(206,154,45);
	--btn-accented-bgcolor-hover: rgb(169,130,49);
	--wd-form-brd-width: 2px;
	--notices-success-bg: rgb(206,154,45);
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-sticky-btn-height: 95px;
}
.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: #0a0a0a;
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.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-header-el-font-size: 14px;
	--wd-sticky-btn-height: 42px;
	}

}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 0px;
--btn-default-color: #333;
--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-bottom-active: -1px;
--btn-accented-brd-radius: 0px;
--btn-accented-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
--btn-accented-box-shadow-hover: inset 0 -2px 0 rgba(0, 0, 0, .15);
--wd-brd-radius: 0px;
}

@media (min-width: 1222px) {
[data-vc-full-width]:not([data-vc-stretch-content]),
:is(.vc_section, .vc_row).wd-section-stretch {
padding-left: calc((100vw - 1222px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
padding-right: calc((100vw - 1222px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
}
}


.whb-main-header .searchform input[type="text"]{
	border-radius: 10px !important
}

.home .main-page-wrapper{
	padding-top:0px !important
}

.wd-header-nav .woodmart-nav-link{
	font-size: 17px !important
}

.wd-content-layout {
	padding-block: 0px !important
}

.product-tabs-wrapper{
	margin-bottom:0px !important
}

.shop-content-area .wd-product-cats{
	display:none!important
}

/*  .onsale.product-label{
	display:none !important
}  */

.wd-prefooter {
    padding-bottom: 0px !important;
}

a.whats-app.developer {
        position: fixed;
        width: 50px;
        height: 50px;
        bottom: 85px;
    		right: 22px;
        background-color: #25d366;
        color: #FFF;
        border-radius: 50px;
        text-align: center;
        font-size: 31px;
        box-shadow: 2px 2px 3px #999;
        z-index: 100;
	animation: blink-animation 1.5s infinite;
    transition: all 0.5s ease-in-out;
    }


@keyframes blink-animation {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.2;
    }
    100% {
        opacity: 1;
    }
}

.woodmart-icon::before {
    content: "\f175"; /* Unicode for the custom icon */
    font-family: "woodmart-font"; /* Ensure Woodmart font is loaded */
    font-weight: 400;
}


.site-logo img{
	border-radius:15px !important
}

.fa-copyright:before {
    content: "\f1f9";
}

.fa,.far,.fas {
    font-family: "Font Awesome 5 Free"
}

.newsletter {
/*     display: flex; */
/*     align-items: center;
    justify-content: center; */
}

.whb-general-header .container{
	max-width: 97% !important;
}

.newsletter .wpcf7-form-control.wpcf7-email{
	border-radius: 5px;
    border: 1px solid black;
}

.newsletter .wpcf7-form-control.wpcf7-submit{
	border-radius: 5px !important;
/* 	display: flex !important; */
/*     align-items: center !important;
    justify-content: center !important; */
    margin: 0 auto !important;
    background-color: #ce9a2d !important;
}

.newsletter .col-6.p-0{
	align-items: center !important;
    justify-content: center !important;
    display: flex !important;
    margin: 0 auto !important;
	
}

.newsletter .col-6{
	width:100% !important
}

footer .woodmart-title-container{
    font-size: 17px !important;
}

footer .wd-social-icons{
	display: flex !important;
    justify-content: flex-start !important;
}

footer .info-box-icon{
	margin-right: 5px !important;
}

.jwero_live_pricing_scroll_text{
	color:#ffffff !important
}

.whb-main-header .woocommerce-Price-amount bdi{
	font-size:15px !important
}

/* .product-image-summary-inner .product_meta .posted_in{
	display:none !important
} */

.woocommerce-form-coupon-toggle{
	width:100% !important
}
/* 
.single-product-page .jwero_products_summary.row{
	display:block !important
} */

.website-wrapper :is(.woocommerce-form-coupon-toggle,.woocommerce-form-login-toggle)>div  {
	margin-bottom: 0px !important;
}

.woocommerce-form-coupon-toggle,.checkout_coupon.woocommerce-form-coupon{
	background-color:#ffffff !important
}

.cart-content-wrapper .coupon.wd-coupon-form{
	display:none !important
}

.jwero_product_oneline_description{
	display:none !important
}

.jwero_products_summary .col-sm-5{
	max-width:100% !important
}
	

.wd-highlighted-products .products.wd-products {
    --wd-col-lg: 4 !important;
}

/* .single-product .wd-sticky-btn .container{
	max-width: 100% !important;
} */
 
/* .single-product .expected-shipping-date{
	margin-left:30px !important
} */

/* .single-product .wd-sticky-btn-content{
	flex:unset !important
} */

.single-product .wd-sticky-btn.wd-sticky-btn-shown .jwero_main_shipping_wrapper{
	display:none!important
}

.single-product .wd-sticky-btn.wd-sticky-btn-shown form.cart {
    margin-top: 0px !important
}

.single-product .wd-sticky-btn.wd-sticky-btn-shown .jwero_product_enquire_whatsapp{
	display:none!important
}

.wd-dropdown-menu.wd-design-default {
/* 	    --wd-dropdown-width: 460px !important; */
	border-radius: 6px;
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, .15) !important;
}

.wd-dropdown-menu .woodmart-title-container.title{
	font-family: 'Roboto' !important;
}

.wd-dropdown-menu  .menu-mega-menu1 .menu-item{
	font-size:15px !important
}

.breakup_short_description{
	display:none !important
}

.breakup_info h3 {
	background-color: #CE9A2D1A !important;
	font-size:14px !important
}

.product_form_footer{
	margin-top:20px !important;
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.product_form_footer p{
	margin-bottom:0 !important;
} 

/* ----  PRODUCT ENQUIRY FORM  ---- */
html .product_form{
	padding: 30px 35px;
  background: #CE9A2D1A;
	margin:20px;
}

.product_form .wpcf7-form-control.wpcf7-submit {
	width: 100% !important;
    background-color: #ce9a2d;
    color: #fff;
}

.product_form h3{
	font-size:20px
}

.product_form .productE_message{
	min-height:100px !important;
}

.product_form .call_us{
	margin-bottom: 0 !important;
}

.jwero_product_enquire_whatsapp{
	background: #CE9A2D1A !important;
}

.footer-container .wd-info-box {
	gap: 5px !important;
}


.single-product-page .product-image-summary .wd-social-icons:is(.icons-size-small,.icons-size-) .wd-icon{
	font-size: 20px !important;
	font-weight: 900 !important;
}

.products-bordered-grid-ins .product-wrapper  {
	border: 1px solid #ce9a2d9e !important;
}

.wd-widget.widget.sidebar-widget.widget_block{
	margin-bottom: 10px;
    padding-bottom: 0px; 
    background-color: #ffffff;
    /* padding: 0px 11px; */
    border-radius: 5px 5px 0 0;
    background-color: #ce9a2d;
}

.wp-block-heading{
	color: white !important;
    margin-bottom: 0px;
    padding: 12px;
}

.widget_price_filter [class*="price_slider_amount"] .button{
	background-color: #ce9a2d !important;
	border-radius:5px !important;
	color:#ffffff !important
}


.wd-widget-layered-nav-dropdown__submit{
	background-color: #ce9a2d !important;
	border-radius:5px !important;
	color:#ffffff !important
}

.sidebar-container.area-sidebar-shop{
	margin-top:20px !important
}

.sidebar-container.area-sidebar-shop .widget-title{
	font-size:13px !important
}

.product_meta a {
    position: relative;
    text-decoration: none;
}

.product_meta a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0;
    height: 2px;
    background-color: var(--wd-link-color); /* Match link color */
    transition: width 0.3s ease-in-out;
}

.product_meta a:hover::after {
    width: 100%;
}

/* .footer-container{
	border-top: 1px solid brown;

    padding-top: 20px;
} */


.product_form_footer .fas.fa-phone{
	transform: scaleX(-1) !important
}

.product-labels {
    max-width: 80% !important;
/*     position: relative; /* Ensures children are contained */ */
    overflow: hidden; /* Prevents animation overflow */
}

.product-label.onsale {
    position: relative; /* Ensures absolute positioning is relative to this */
    overflow: hidden; /* Ensures the animation does not overflow */
}

.shop-content-area .product-label{
	font-size: 9px  !important;
}

.single-product .product-label{
	font-size: 12px  !important;
}


.product-label.onsale:before {
    content: "";
    position: absolute;
    top: 0;
    left: -50%; /* Starts partially inside */
    width: 200%; /* Makes sure it covers enough area */
    height: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 100%);
    animation: sweep 2s infinite;
}

@keyframes sweep {
    0% {
        left: -50%; /* Start inside the label */
    }
    100% {
        left: 50%; /* Move fully inside the label */
    }
}

.jwero_products_savings{
	position:inherit !important
}

.product_form_footer p small{
	font-size:13px !important
}

/* .wd-product-filters-wrapp .wd-pf-dropdown{
	    background-color: #e7c57e;
} */

.filters-area {
   
    padding-block: 10px !important; 
	
}

.newsletter .wpcf7-form-control.wpcf7-captchar{
	border-radius: 5px !important;
  border: 1px solid black !important;
}

.button.wc-backward{
	background-color: #ce9a2d !important;
	border-radius: 5px !important;
}
    

img {
  -ms-content-zooming: none;
  -ms-high-contrast-adjust: none;
}

img::-ms-reveal {
  display: none;
}

.wd-pf-checkboxes .wd-pf-dropdown a{
	color:#000000 !important
}


.shipping-calculator-button {
  pointer-events: none;
  color: #888;  /* Optional: You can also change the text color to indicate it's disabled */
}

/* Hide the tooltip arrow */
/*  .wd-sticky-btn-cart .wd-tooltip::after {
  content: none !important; 
}

.wd-sticky-btn-cart .wd-tooltip-inited::after {
  content: none !important; 
} */

.wd-sticky-btn-cart #wd-add-to-cart{
	display:none !important
}

/* Wishlist button style */
/* Wishlist button icon behavior */
.wishlist-btn .wishlist-icon {
    display: none;  /* Initially hide the tick icon */
}

/* Show the tick icon when the product is in the wishlist */
.wishlist-btn.added-to-wishlist .wishlist-icon {
    display: inline-block;  /* Show the tick icon when product is in wishlist */
}

/* Change the button's background when it's in the wishlist */
.wishlist-btn.added-to-wishlist {
    background-color: #25d366;  /* Green color when added to wishlist */
}

.zoomImg {
  width: 700px !important;  /* reduce zoom width */
  height: 700px !important; /* reduce zoom height */
}

.archive .main-page-wrapper {
    padding-top: 40px !important;
}

.post-date.wd-post-date{
	display:none !important
}









#custom-bottom-nav {
  display: none;
}

@media (max-width: 1024px) {
  #custom-bottom-nav {
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 10px 0 6px;
    border-top: 1px solid #eee;
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.05);
    z-index: 9999;
  }

  #custom-bottom-nav a {
    flex: 1;
    text-align: center;
    font-size: 12px;
    color: #222;
    text-decoration: none;
    font-weight: 500;
    position: relative;
  }

  #custom-bottom-nav .icon {
    display: block;
    font-family: woodmart-font !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 20px;
    margin-bottom: 4px;
  }

  .nav-shop .icon::before {
    content: "\f146";
  }

  .nav-cart .icon::before {
    content: "\f126";
  }

  .nav-account .icon::before {
    content: "\f124";
  }

  .nav-wishlist .icon::before {
    content: "\f106";
  }

  .nav-whatsapp img {
    width: 20px;
    height: 20px;
    display: block;
    margin: 0 auto 4px;
  }

  
}
@media (max-width: 576px) {
	a.whats-app.developer {
       
        bottom: 115px;
    		right: 12px;
       
    }

.check_serviceability{
	margin-top: 15px !important;
}

.single-product .product-label{
	font-size: 8px  !important;
}
.jwero_live_pricing_scroll_text{
	color:#000000 !important
}

#wd-68510f945c154 p{
	display:none !important
}





}

