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

:root {
	--wd-text-font: "Gantari", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #333333;
	--wd-text-font-size: 14px;
	--wd-title-font: "Gantari", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Gantari", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: #333333;
	--wd-alternative-font: "Gantari", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Gantari", 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: "Gantari", 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(192,158,94);
	--wd-alternative-color: rgb(13,31,77);
	--wd-link-color: #333333;
	--wd-link-color-hover: rgb(13,31,77);
	--btn-default-bgcolor: rgb(192,158,94);
	--btn-default-bgcolor-hover: rgb(191,133,26);
	--btn-accented-bgcolor: rgb(192,158,94);
	--btn-accented-bgcolor-hover: rgb(192,158,94);
	--wd-form-brd-width: 2px;
	--notices-success-bg: rgb(192,158,94);
	--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-image: none;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	--wd-popup-width: 800px;
	--wd-popup-padding: 0px;
}
.page-title-default {
	background-color: #0a0a0a;
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.footer-container {
	background-color: rgb(12,31,77);
	background-image: none;
}
.woodmart-archive-shop:not(.single-product) .main-page-wrapper {
	background-color: rgb(251,250,248);
	background-image: none;
}
.single-product .main-page-wrapper {
	background-color: rgb(251,250,248);
	background-image: none;
}
.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: 42px;
	}

}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 0px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--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);
}
}


.home .main-page-wrapper{
	padding-top:0px !important
}

.jwero_live_pricing_scroll_text{
	color:#ffffff !important
}

/* .onsale.product-label{
	display:none !important
} */

.wd-prefooter{
	padding-bottom:0px !important
}




.site-content {
    margin-bottom: 0px !important;
}

.wd-widget.widget.sidebar-widget.widget_block{
/* 	margin-bottom: 10px; */
    padding-bottom: 0px; 
    background-color: #c23350;
    /* padding: 0px 11px; */
    border-radius: 5px 5px 0 0;
    background-color: #674329;
}

.wp-block-heading{
	color: white !important;
    margin-bottom: 0px;
    padding: 12px;
}

.widget_price_filter [class*="price_slider_amount"] .button{
	background-color: #674329 !important;
	border-radius:5px !important;
	color:#ffffff !important
}


.wd-widget-layered-nav-dropdown__submit{
	background-color: #674329 !important;
	border-radius:5px !important;
	color:#ffffff !important
}

.product-labels {
	max-width: 75% !important;
}

.product-label.onsale {
    position: relative;
    overflow: hidden; /* Prevent the effect from extending beyond the label */
}

.product-label.onsale:before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 150%; /* Ensures it starts from inside the label */
    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: -100%; /* Start from inside the label */
    }
    100% {
        left: 100%; /* Move to the right but stay within the label */
    }
}


.sidebar-container .widget-area {
    background-color: #ffffff;
}

.wd-widget.widget.sidebar-widget{
	padding: 0px 20px 20px 20px !important;
}

.widget-area #block-7{
	padding:0px !important
}


.widget-area #woodmart-woocommerce-layered-nav-6{
    padding: 0px 20px 35px 20px !important;
}

.widget-area #woodmart-woocommerce-layered-nav-7{
    padding: 0px 20px 35px 20px !important;
}

.widget-area #woocommerce_price_filter-2{
    padding: 0px 20px 35px 20px !important;
}

body{
	padding: 0px !important
}

.woocommerce-form-coupon-toggle{
	width:100% !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
}

:is(.checkout_coupon,.login.hidden-form){
	max-width:100% !important
}

.wd-registration-page.wd-register-tabs .login-form-footer .woocommerce-form__label.woocommerce-form-login__rememberme{
	display:flex !important
}

.wd-switch-to-register {
	background-color: #c09e5e !important;
	color:#ffffff !important;
	box-shadow: var(--btn-accented-box-shadow);
}

.digits-tp_style.woocommerce-form-login input[type="checkbox"]{
	width:unset !important
}

#btn-razorpay , #btn-razorpay-cancel {
	background-color: #c09e5e !important;
	color:#ffffff !important
}


.cart-totals-inner .shipping-calculator-form .button {
	background-color: #c09e5e !important;
	color:#ffffff !important
}

.woocommerce-button.button.pay.order-actions-button {
	background-color: #c09e5e !important;
	color:#ffffff !important;
	margin-right:20px !important
}


.woocommerce-button.button.cancel.order-actions-button {
	background-color: #c09e5e !important;
	color:#ffffff !important
}


/* .jwero_breakup_wrapper .breakup_info{
	display:none !important
} */


.MuiFormControl-root input{
	border:none !important;
}

#select-country{
	z-index: 9999999;
}

html body{
	font-family: "Gantari", Arial, Helvetica, sans-serif !important;
	font-size: 14px !important;
}


.css-e2vblm {
	bottom: 85px !important;
    right: 20px !important;
}

.jwero_products_savings{
	top:20% !important;
}

/**** blog page category name ****/

.page-id-446 .meta-categories-wrapp {
	display:none;
}

.meta-post-categories{
	display:none !important;
}


/* .wd-sticky-btn-container.container{
	max-width:100% !important;
} */

/* .wd-sticky-btn .check_serviceability_wrapper {
    flex-direction: column !important;
    align-items: normal !important; 
} */

/* .wd-sticky-btn .jwero_eq_container {
    flex-direction: column !important;
} */

/* .wd-sticky-btn .jwero_product_enquire_whatsapp .mb-1{
	display:none !important
} */

.wd-sticky-btn .jwero_product_enquire_whatsapp {
		display:none !important
}

.wd-sticky-btn .jwero_main_shipping_wrapper.row{
	  display:none !important
}

.wd-sticky-btn form.cart {
	display:none !important
}

/* .wd-sticky-btn .jwero_minimal_breakup {
   margin-bottom: 0px !important;
}  */@media (min-width: 1025px) {
	.sidebar-container.area-sidebar-shop{
	margin-top:20px !important
}

a.whats-app.developer {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom:80px;
    right: 24px;
    background-color: #25d366;
    color: #FFF !important;
    border-radius: 50px;
    text-align: center;
    font-size: 31px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}
}

@media (max-width: 576px) {
	.jwero_products_summary{
	margin-top: 45px !important;
  padding-top: 10px !important;
}

.jwero-short-price-breakup{
	overflow-x: auto !important;
  max-width: 280px !important;
	padding:15px 0 !important;
	gap: 20px !important;
/*   flex-direction: column !important; */
	align-items: flex-start !important;
}

.jwero_main_shipping_wrapper.row{
	margin-bottom:0 !important
}

.GoldPlanCard .row.col-sm-12.m-0 p-0.align-items-center{
	margin-inline: 0 !important;
}

.jwero_product_enquire_whatsapp h5.mb-1 {
    font-size: 12px !important;
}

.page-id-218 .main-page-wrapper {
	padding-top: 0px !important;
}

.GoldPlanCard.col-md-6.plan_grid_199{
	    padding-inline: 10px !important;
}

.GoldPlanCard .row {
	margin-inline: 0px !important
}

.GoldPlanCard .mb-2.text-capitalize.mt-3{
	margin-top:10px !important
}


#post-218 .vc_row.wpb_row.vc_row-fluid .col-sm-12{
	padding-inline: 5px !important;
}


#post-218 .col-md-8.mx-auto.my-40{
	padding-inline: 0px !important;
}


a.whats-app.developer {
	bottom: 115px !important;
  right: 10px !important;
}


.sidebar-container.wd-inited .widget-area {
    padding-block: 0px !important;
    }


.woocommerce-button.button.pay.order-actions-button {
	margin-bottom:20px !important;
	margin-right:0px !important
}



.css-e2vblm {
    bottom: 115px !important;
    right: 10px !important;
}
}

