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

:root {
	--wd-text-font: "Jost", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #777777;
	--wd-text-font-size: 14px;
	--wd-title-font: "Jost", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 400;
	--wd-title-color: rgb(101,63,42);
	--wd-entities-title-font: "Jost", 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: "Jost", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Jost", 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: "Jost", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: inherit;
	--wd-header-el-font-size: 15px;
	--wd-primary-color: rgb(171,131,87);
	--wd-alternative-color: rgb(171,131,87);
	--wd-link-color: rgb(35,27,26);
	--wd-link-color-hover: rgb(171,131,87);
	--btn-default-bgcolor: rgb(171,131,87);
	--btn-default-bgcolor-hover: rgb(171,131,87);
	--btn-accented-bgcolor: rgb(171,131,87);
	--btn-accented-bgcolor-hover: rgb(170,123,73);
	--wd-form-brd-width: 2px;
	--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: 280px;
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-image: none;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left center;
	--wd-popup-width: 400px;
}
.page-title-default {
	background-color: rgb(165,157,132);
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.footer-container {
	background-color: rgb(165,157,132);
	background-image: none;
}
.about-us-font {
	font-family: "Style Script", Arial, Helvetica, sans-serif;
	font-weight: 400;
}
.product-labels .product-label.onsale {
	background-color: rgb(208,165,86);
}
.product-labels .product-label.new {
	background-color: rgb(208,165,86);
}
.product-labels .product-label.attribute-label:not(.label-with-img) {
	background-color: rgb(208,165,86);
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--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;
--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-top-bar .wd-social-icons {
    display: flex !important ;
}

.wd-prefooter {
    padding-bottom: 0px !important ;
}

.single_add_to_cart_button  {
color: #d0a556;;
    box-shadow: var(--btn-shop-box-shadow);
    background-color: #ffffff;
    border: 1px solid;
}

.get_enquire_whatsapp   {
margin-top:11px !important;
}

 .whb-visible-lg .whb-col-center {
    flex: 0  0% !important;
}

html .wd-popup.wd-promo-popup {
    padding: 0px !important;
	padding-right:15px !important;
}

html .mfp-wrap .wd-popup.wd-promo-popup {
    display: block;
	padding-top: 0px !important;
		padding-bottom: 0px !important;
	    background: #fff !important;
}

a.whats-app.developer {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 90px;
    right: 13px;
    background-color: #25d366;
    color: #FFF !important;
    border-radius: 50px;
    text-align: center;
    font-size: 31px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
	    animation: shake 4s ease-in-out infinite;
}

a.customize-jewellery {
    position: fixed;
    width: auto;
    height: 50px;
    padding: 0 20px;
    bottom: 160px;  /* Positioned above the WhatsApp button */
    right: 13px;
    background-color: #a07c16;
    color: #ffffff;
    border-radius: 25px;
    text-align: center;
    font-size: 16px;
    line-height: 50px;
    box-shadow: 2px 2px 5px #999;
    z-index: 101;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color 0.3s;
	animation: shake 4s ease-in-out infinite;
}

a.customize-jewellery:hover {
    background-color: #ff7a00;
}

a.customize-jewellery span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.breakup_info:last-child{
	display:none !important;
}

.onsale {
display:none;
}

.menu .wd-wpb.wd-rs-644761df68847{
	   display: flex !important;
    justify-content: space-around !important;
}

/********************* MEGA MENU CSS  ***************************/
 html .menu .wd-wpb.wd-rs-6448faf26bd6c{
	   display: flex !important;
    justify-content: space-around !important;
}

.menu .wd-wpb #woocommerce_price_filter-2 {
display:none !important;
}

.menu .wd-filter-search.wd-search{
display:none !important;
}
/*********** price filter slider *************/

.price_slider_amount .screen-reader-text {
/*     position: absolute !important; */
}

.widget_price_filter #min_price, {
/* display:none; */
}




.widget_price_filter #max_price, {
/* display:none; */
}

.widget_price_filter [class*="price_slider_amount"] .button {
	background-color:#d0a556;
		color:white;
	/* 	display:none */ }


.cat-item .cat-item-46 {
	display:none !important;}


.wd-nav[class*="wd-style-"]>li>a {
    color: #653F2A !important;
}

.wd-tools-element {
    --wd-header-el-color: #653F2A !important;
}

[class*="color-scheme-light"] .footer-widget {
    --wd-link-color: #FFF5E8 !important;
}

.featured_products .wd-carousel-spacing-30 {
    --wd-car-sp: 45px !important;
}

.jwero_coupon_wrapper{
	width: 100% !important;
	position:relative !important
}

.fa-copy:before {
    position: absolute;
    right: 0;
	  top: 7px;
}

.about-us-font{
    font-family: 'Style Script' !important;
}



.wd-popup.wd-promo-popup{
    --wd-popup-width: 365px !important;
}
.whb-main-header.whb-sticked .whb-color-light .wd-tools-element {
    --wd-header-el-color: #000000 !important;
    --wd-header-el-color-hover: rgba(0 0 0 / 39%) !important
}

.wd-carousel-wrap {
	    box-sizing: border-box !important;
}

/* .woodmart-title-container.title{
    font-family: 'Style Script' !important;
    letter-spacing: 3px !important;
}
 */

.wlwl_chek_mail.wlwl_spin_button{
	background-color: #f5efe7 !important;
    color: black !important;
    font-weight: 900 !important;
    box-shadow: 0 1px 4px 2px black !important;
}

.wheel_description{
	font-weight: 900 !important;
}

.wlwl-frontend-result{
	font-weight: 500 !important;
}

.wlwl_wheel_icon.wlwl-wheel-position-bottom-right.wlwl_show{
	margin-right: 2px !important;
    margin-bottom: 150px !important;
}

.wlwl_lucky_wheel_content .wlwl_field_input{
	background: #d8c4b6 !important;
	font-weight: 500 !important;
}






/*  html  .term-fathers-day-speacial .product-grid-item{
	content: "";
	background: url('https://pachchigarjewellers.com/wp-content/uploads/2025/06/POP-UP-Website-1-Photoroom.png') no-repeat center center;
	background-size: cover;
overflow: hidden;
width: 100%;
    height: 100%;
    z-index: 2;
border: none !important;} 

 */@media (min-width: 1025px) {
	html .wd-popup .wd-promo-popup {
    max-width: 760px !important;
    height: 510px !important;
} 

.single_add_to_cart_button {
margin-top:12px !important;
}

.wd-buy-now-btn {
margin-top:8px !important;
}


/** Product padding
html .term-fathers-day-speacial .wd-product .product-wrapper {
	padding:14%;}
****/











}

@media (min-width: 768px) and (max-width: 1024px) {
	/* html .header-offer-text {
animation: animate 2.5s linear infinite; 
 }  
  
 @keyframes animate{ 
   0%{ 
     opacity: 0; 
   } 
   50%{ 
     opacity: 0.7; 
   } 
   100%{ 
     opacity: 0; 
   } 
} }
 */

.cat-item-95 {
display:none;}



}

@media (max-width: 576px) {
	a.chat.developer {
    position: fixed;
    width: 45px;
    height: 45px;
    bottom:130px;
    right: 24px;
    background-color: #d0a556;
    color: #FFF !important;
    border-radius: 50px;
    text-align: center;
    font-size: 26px;
    box-shadow: 2px 2px 3px #d0a556;
    z-index: 100;
}

.wd-social-login, .social-login-title{
display:none !important;
}

.testimonials .wd-nav-arrows.wd-pos-sep:not(:where(.wd-custom-style)) {
    --wd-arrow-offset-h: -10px !important;
}


.wd-testimon.wd-carousel-item{
	padding:0 !important
}


.wd-popup.wd-promo-popup{
    --wd-popup-width: 370px !important;
}


/** Product padding
html .term-fathers-day-speacial .wd-product .product-wrapper {
	padding:16%;}
****/

}

