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

:root {
	--wd-text-font: "Helvetica", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #777777;
	--wd-text-font-size: 14px;
	--wd-title-font: "Baskervville", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 400;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Baskervville", 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: "Helvetica", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Baskervville", 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: 13px;
	--wd-header-el-font: "Baskervville", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 400;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-primary-color: rgb(132,106,106);
	--wd-alternative-color: rgb(162,153,158);
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
	--btn-default-bgcolor: #231F20;
	--btn-default-bgcolor-hover: #e0dfd5;
	--btn-accented-bgcolor: #231F20;
	--btn-accented-bgcolor-hover: #e0dfd5;
	--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: 280px;
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #0c0c0c;
	background-image: none;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left center;
	--wd-popup-width: 600px;
}
.page-title-default {
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.footer-container {
	background-color: rgb(237,229,228);
	background-image: none;
}
.product-labels .product-label.onsale {
	background-color: rgb(241,232,231);
	color: rgb(0,0,0);
}
.product-labels .product-label.new {
	background-color: rgb(241,232,231);
	color: rgb(0,0,0);
}
.product-labels .product-label.featured {
	background-color: rgb(241,232,231);
	color: rgb(0,0,0);
}
.product-labels .product-label.out-of-stock {
	background-color: rgb(221,51,51);
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 0px;
--btn-default-color: #fff;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #333;
--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-brd-radius: 0px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--btn-accented-box-shadow-active: none;
--btn-accented-bottom: 0px;
--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);
}
}


@font-face {
	font-family: "Copperplate Gothic Bold Regular";
	src: url("//craftarena.co.in/wp-content/uploads/2023/08/Copperplate-Gothic-Bold-Regular.woff") format("woff");
	font-weight: 600;
	font-display:optional;
	font-style: normal;
}

@font-face {
	font-family: "Helvetica";
	src: url("//craftarena.co.in/wp-content/uploads/2024/07/Helvetica.woff2") format("woff2");
	font-weight: 400;
	font-display:optional;
	font-style: normal;
}

/* .owl-next{
	  background: url(https://craftarena.co.in/wp-content/uploads/2023/10/arrow.png) !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
} */

/* Hide left arrow (previous) by default */
/* .wd-btn-arrow.wd-prev {
    display: none !important;
} */



/* Hide the left arrow image when the previous button is disabled */
.wd-nav-arrows .wd-btn-arrow.wd-prev.wd-disabled .wd-arrow-inner::after {
    display: none !important; /* Hide the image when disabled */
}

/* Hide the right arrow image when the next button is disabled */
.wd-nav-arrows .wd-btn-arrow.wd-next.wd-disabled .wd-arrow-inner::after {
    display: none !important; /* Hide the image when disabled */
}


/* Replacing the default arrow with the custom image */
.wd-nav-arrows .wd-btn-arrow.wd-prev .wd-arrow-inner::after {
    content: ''; /* Remove existing content */
    background-image: url('https://craftarena.co.in/wp-content/uploads/2023/10/left-arrow.png'); /* Your custom arrow URL */
    background-size: contain; /* Make sure the image scales properly */
    background-repeat: no-repeat;
    width: 25px; /* Adjust the width */
    height: 25px; /* Adjust the height */
	  margin-left: 18px !important;
    display: block; /* Make sure it's a block-level element */
}



.wd-nav-arrows .wd-btn-arrow.wd-next .wd-arrow-inner::after {
    content: ''; /* Remove existing content */
    background-image: url('https://craftarena.co.in/wp-content/uploads/2023/10/arrow.png'); /* Your custom arrow URL */
    background-size: contain; /* Make sure the image scales properly */
    background-repeat: no-repeat;
    width: 25px; /* Adjust the width */
    height: 25px; /* Adjust the height */
    display: block; /* Make sure it's a block-level element */
}



div[class*="wd-carousel-spacing"] .owl-nav>div[class*="next"] {
    margin-right: 30px !important;
}


div[class*="wd-carousel-spacing"] .owl-nav>div[class*="prev"] {
    margin-left: 30px;
}

html .newsletter input.wpcf7-submit{
	  height: 40px;
    border-radius: 0;
}

.main-page-wrapper {
margin-top:0px !important;
}

.wd-btn-arrow[class*="next"]:after, .wd-btn-arrow[class*="prev"]:after{
	content: '';
}

.wd-header-mobile-nav .wd-tools-icon:before {
    font-size: 30px !important;
    color: #fff !important;
}

.wd-nav-mobile li a {
    border-bottom: none !important;
    text-transform: capitalize !important;
		align-items: center !important;
    justify-content: center !important;
	font-size:15px !important;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
    color: black;
}

.mobile-nav .wd-search-form{
	display:none !important;
}


.wd-toolbar{
	z-index: 9999 !important;
}


.mobile-menu-list-title{
	margin:30px 0 10px !important;
}

.menu-with-dot {
    position: relative;
    display: inline-block;
    font-family: 'Baskerville';
    color: #000;
    text-transform: uppercase !important;
    letter-spacing: 4px;
    margin-top: 0px;
    font-weight: 500;
}

.menu-with-dot::after {
  content: "\2022"; /* Unicode character for a bullet (dot) */
  position: absolute;
  bottom: -20px; /* Adjust this value to control the vertical position of the dot */
  left: 50%; /* Center the dot horizontally */
  transform: translateX(-50%);
  font-size: 18px; /* Adjust the size of the dot */
  color: #000; /* Adjust the color of the dot */
}

html .slash-bg{
    background-position: center top -70px;
    background-repeat: no-repeat;
    background-size: cover;
}

.sliderBottomContent .wd-slide-inner{
    position: absolute;
    bottom: 35px;
}


html .page-id-44 .main-page-wrapper {
	padding: 21px 0px !important;
}
html body .banner-subtitle{
	font-family: var(--wd-title-font) !important;
	text-transform:uppercase;
	letter-spacing: 3px;
}

/**** Desktop button width ****/

@media (max-width: 1024px){
.wd-side-hidden {
    width: 100%;
    z-index: 99999;
    bottom: 71px;
}
	
.wd-fontsize-xl, .wd-fontsize-xxl, .wd-fontsize-xxxl {
    font-size: 36px !important;
		margin:20px 0 !important;
}	
}

html .products-bordered-grid-ins .product-wrapper {
	border: 0px solid !important; 
  border-bottom: .2px solid #040F0F !important
}

/**** Page Title ****/
 .page-title {
	margin-top: 0px ;
  padding: 0px ;
	
}

.page-title .title{
	font-size:30px !important;
}

.customise_parent i{
	background: url(https://craftarena.co.in/wp-content/uploads/2024/06/arrow-down.png);
    background-repeat: no-repeat;
    background-size: contain;
font-weight: unset !important;    
background-position: center;
	width: 25px;
    height: 25px;
}

.get_enquire_whatsapp{
	display:none !important;
}

html .button.single_add_to_cart_button.button.alt{
	width:40% !important;
	justify-content:center !important;
}

html .wd-buy-now-btn{
	width:40% !important;
	justify-content:center !important;
}

.label_heading{
word-spacing: 0px !important;
    letter-spacing: 3px !important;
    font-size: 12px !important;
    text-transform: uppercase;
    margin-bottom: 10px;
	font-weight: 600 !important;
}


.customise_parent i:before{
	display:none !important;
}

.promises{
	display:none !important;
}

.related-and-upsells{
	margin-top:50px;
}

.buttonBeforeAddtoCart, .BrandHarmony{
	  display: flex;
    align-items: center;
    justify-content: center;
}

.BrandHarmony{
	background: #F0E8E7;
	color: #7B7979;
	padding:15px 0;
	margin-top: 80px;
}

.BrandHarmony div{
	margin:0 15px;
}

.BrandHarmony h5{
	color: #7B7979;
  font-size: 12px;
  letter-spacing: 2px;
	text-transform: uppercase;
}

.BrandHarmony img{
    width: 30px !important;
    margin-top: -90px;
} 

.buttonBeforeAddtoCart a{
		border: .2px solid #222;
    padding: 8px;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 15px 0;
}

.buttonBeforeAddtoCart a:first-child{
	margin-right:10px;
}

.buttonBeforeAddtoCart a:last-child{
	margin-left:10px;
}

.sizes .radio_label{
	  margin-bottom: 20px !important;
    width: 62px;
}

.sizes .radio_label span{
		border: 2px solid transparent;
}

.radio_label input[type="radio"]:checked + span {
    color: #222 !important;
    font-weight: 900 !important;
}

.radio_label{
	margin-right:18px !important;
}

.product-labels .product-label {
    color: rgb(0, 0, 0);
    font-family: var(--wd-title-font);
    letter-spacing: 2px;
}

.onsale.product-label{
	display:none;
}

.wd-buttons .wd-action-btn>a:before, .wd-buttons .wd-action-btn>a:after{
	display:none !important;
}

.wd-buttons{
	align-items:center;
}

.archive .wd-wishlist-btn a{
	  background: url(https://craftarena.jwero.com/wp-content/uploads/2023/08/whislist.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 17px !important;
		height:30px !important;
}

.archive .wd-add-cart-icon a{
	  background: url(https://craftarena.jwero.com/wp-content/uploads/2023/08/shop.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
	  width: 17px !important;
		height:30px !important;
}

.widgettitle, .widget-title{
	letter-spacing:2px !important;
}

.wd-active-filters{
	margin-top:0 !important;
}

.wd-buttons{
	background:none !important;
	box-shadow:none !important;
}

.price del span, .price ins span, .amount{
	color:#222 !important;
	font-weight: normal;
}

.price ins{
	margin-left:5px !important;
}

.price del{
	font-size:100% !important;
	color:#222;
}

.widget_layered_nav_filters a{
	font-weight:normal;
	border:1px solid #222;
	padding:5px;
}


.wd-action-btn.wd-style-text>a, .woocommerce-breadcrumb a, .woocommerce-MyAccount-navigation ul li a, .dynamic_customizedesign_text p, p.stock{
	font-weight:normal !important;
}

h1.product_title.entry-title{
		font-family: var(--wd-text-font);
	  font-weight: 600;
}

.dynamic_customizedesign_text p{
	color:#222;
}

.origin .radio_label span{
	 background: #F1E8E7;
}

.diamond_variant .radio_label span{
	 background: #EDEFEE;
}

.karatage .radio_label span{
	 background: #EDE9E8;
}

.tone .radio_label span{
	 background: #E6E5ED;
}

@keyframes flickerAnimation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes flickerAnimation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes flickerAnimation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes flickerAnimation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.wd-visits-count-number:before{
  -webkit-animation: flickerAnimation 1s infinite;
  -moz-animation: flickerAnimation 1s infinite;
  -o-animation: flickerAnimation 1s infinite;
  animation: flickerAnimation 1s infinite;
}


/* CUSTOM MOBILE CSSS */

.site-content {
	margin-bottom: 0 !important;
}

.craft-flex{
	display:flex;
}

.whb-general-header .wd-tools-icon {
width:22px;
height:22px;
}

.wd-tools-element>a{
	 padding-right: 5px;
   padding-left: 5px;
}

/***** button*****/
html #messenger{
	display:flex;
	align-items:center;
}

.craft-heading p{
    word-spacing: 0px !important;
    letter-spacing: 3px !important;
    font-size: 13.5px !important;
}

.craft-pom-icons .wpb_content_element, .craft-pom-text .wd-wpb{
 	margin-bottom: 0 !important;
}


.craft-pom-text{
    font-size: 11px;
    background: #f0e7e6;
    padding: 20px 0;
    letter-spacing: 1px;
    font-weight: 600;
}

.craft-link{
color: #000 !important;
    letter-spacing: 1px;
    font-family: Helvetica;
    text-transform: capitalize;
    font-weight: 400;
    border-bottom: 1px solid #000 !important;
}

.craft-discover-carousel .owl-carousel .owl-item.active{
}

.craft-bestsellers .box-icon-align-left .box-icon-wrapper{
	max-width:40% !important;
}

.craft-bestsellers .wd-info-box .info-box-content{
		background-color: #D5D7D2;
		display: flex;
    align-items: center;
    letter-spacing: 2px;
    padding: 40px 15px;
}

.craft-bestsellers .wd-info-box .info-box-title{
	line-height: 18px !important;
  font-size: 13.5px !important;
  color: #777;
}

html .craft-bestsellers .wd-arrow-inner {
    display: inline-block;
}

.craft-backdrop .vc_column-inner{

-webkit-backdrop-filter: blur(8px);
 
	padding: 50px 0px;
}

input[type='email'], input[type='search'], input[type='number'], input[type='url'], input[type='tel'], input[type='text'], input[type='password'], textarea, select{
background: #fff !important;
}

.whb-sticked .whb-row {
    border-bottom: none;
    backdrop-filter: blur(10px);
	  -webkit-backdrop-filter: blur(10px);
    background: rgba(255,255,255,0.5);
}

html .wd-toolbar{
	background: #222;
  height: 70px;
}

.wd-toolbar>div:nth-child(3) a span{
	scale:2.5;
}

.footer-social-icons img{
	width:25px;
}

.craft-backdrop{
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    background: rgb(255 255 255 / 49%);
    padding: 18px;
}

html .info-btn-wrapper a{
	width:100% !important;
}

/* Mobile Menu Tab */

html .wd-nav-mob-tab {
	background-color:#fff;
	color:#000;
	border-bottom:none;
	margin-bottom:33px;
	margin-top:25px;
	letter-spacing:1.8px;
}

html .wd-nav-mob-tab>li.wd-active>a {
    background-color: #fff;
}

html .wd-nav[class*="wd-style-underline"] .nav-link-text:after {
	display:none;
}

html #menu-mobile-menu-custom .woodmart-nav-link{
     font-family: "Questrial", sans-serif;
}

.mobile-tab-title .nav-link-text {
letter-spacing:5px;
font-size:11px;
color:#4e4646; }

.mobile-nav {
	margin-top:27% !important;
}

.wd-close-side-opened {
	visibility:hidden;
}

html .woocommerce-MyAccount-title {
	border:0px !important;
	text-transform: none !important;
	font-size: 30px !important;
	margin-bottom: 11px !important;
	padding-bottom: 0px !important;
}

/* Shop page title, border */


/* PRICE BREAKUP */

.breakup_info {
margin-bottom:7% !important;}

html .breakup_info h3 { 
    letter-spacing: 3px;
    font-size: 13px;
    font-weight: bolder !important;
    padding: 6px 10px;
    background-color: #fff !important; 
    color: #000 !important;
    word-spacing: 4px;
}

html .breakup-wrapper {
    border: 0px solid ;
    padding: 10px 0px;
}

.breakup_info .details {
        padding: 3px 9px;
        border-bottom: 0px;
        color: #000;
        font-family: 'Helvetica';
        font-size: 14px;  
}

html .breakup_info .details span {
	font-weight:normal !important; 
}

/***** Product label ******/


html  .single-product .new .product-label {
	padding: 7px 55px !important;
	width:56% !important;
}

html  .single-product .product-labels {
	position: relative !important;
	align-items: center !important;
		background: #F1E8E7;
	}

html .single-product .product-label {
	font-size: 13px !important;
	letter-spacing:3px !important;
}

/****** Product Review *****/
.single-product .col-sm-5  {
	background-color: #F1F2F2;
    padding: 20px 0px;
}

.single-product .comment-form .submit {
    width: 100%;
}

.single-product .woocommerce-Reviews-title {
	text-transform:inherit;
	font-size:25px;
	letter-spacing:1px;
}

/**** Back to Order ******/

html  p.stock.wd-style-default:is(.available-on-backorder,.in-stock)  {
	text-decoration:underline !important;
	margin-bottom: 5px;
}

/******* Price Breakup Title *****/
html .single-product .slider-title {
	text-transform:capitalize;
	margin-bottom:0px !important;
	font-size:24px !important;
}

html .single-product .slider-title:before {
	display:none !important;
}
/** shop Filters**/

html .woodmart-archive-shop  .wd-close-side-opened {
	visibility:inherit;
}


html .woodmart-archive-shop .woodmart-show-sidebar-btn a {
	color: #2f2f2f;
	 font-weight: 300 !important;
	font-family: helvetica;}

html .woodmart-archive-shop  .wd-shop-tools:not(:last-child) {
	border-bottom:0px !important;
	margin-bottom:0px !important;
}

html .single-product .woodmart-toolbar, html .single-product footer {
        display: block !important;
    }


:is(.product-grid-item.col-6,.owl-items-xs-2 .product-grid-item) :is(.price,.star-rating,.wd-entities-title,.wd-product-cats,.wd-product-brands-links,.wd-product-sku,.wd-product-stock span){
	font-size:100% !important;
	font-family: var(--wd-text-font);
}

.footer-heading .wd-wpb {
    margin-bottom: 10px !important;
}
.btn-style-default{
    color: #fff !important;
    font-family: 'helvetica', sans-serif;
    font-weight: 300 !important;
    letter-spacing: 2px;
}

.size select{
    border: 0.2px solid;
}

.login-form-side .title.widget-title{
	text-transform:capitalize !important
}

.woocommerce-MyAccount-content form label{
	color:#7b7979 !important;
}

.woocommerce-MyAccount-content .woocommerce-form-row span em{
	color:#7b7979 !important;
}


html .input-text {
height:20px !important;
	  
}

html .show-password-input:before {
padding-bottom:20px !important;
}

html  input[type='text'], input[type='password'] {
    padding-bottom: 0px !important;
}

.form-style-underlined label {
    margin-bottom: 10px !important;
}

.woocommerce-MyAccount-content .form-style-underlined label {
    margin-bottom: 0px !important;
}

.woocommerce-MyAccount-content input[type='email'],input[type='text'],input[type='password']{
	padding-bottom:15px !important
}

.woocommerce-MyAccount-content .woocommerce-Button.button{
	letter-spacing:2px !important
}

.login-form-footer{
	color:#000000 !important
}

.wd-registration-page label{
	width:100% !important;
	color:#7b7979 !important;
}

.wd-registration-page form button{
	letter-spacing: 2px !important
}

.woocommerce-LostPassword.lost_password{
	color:#000000 !important
}

.login-form-side form label{
	color:#7b7979 !important;
}

.login-form-side form .woocommerce-form__label span{
	color:#000000 !important;
}

.

.wd-registration-page .password-input{
	width:100% !important
}

.woocommerce-form-login__submit{
	letter-spacing:2px !important
}

.wd-registration-page .btn.wd-switch-to-register{
	width:100% !important;
	letter-spacing:2px !important
}

.form-row{
	flex-direction:column !important
}

.wd-registration-page .col-register .wd-login-title{
	text-transform:capitalize !important;
	font-size: 28px !important;
}

.wd-registration-page .col-register-text .wd-login-title {
	text-transform:capitalize !important;
	font-size: 28px !important;
}

.wd-registration-page .col-login .wd-login-title {
	text-transform:capitalize !important;
	font-size: 28px !important;
}


html .register .woocommerce-privacy-policy-text p{
	letter-spacing: 1px !important;
  font-family: 'Helvetica' !important;
	font-size: 12px !important;
	
}

.wd-registration-page .registration-info{
	letter-spacing: 1px !important;
  font-family: 'Helvetica' !important;
}

.register label,p{
	 font-family: 'Helvetica' !important;
}

.form-style-underlined :is(input[type='email'],input[type='date'],input[type='search'],input[type='number'],input[type='text'],input[type='tel'],input[type='url'],input[type='password'],select,textarea){
	border-bottom: 1px solid black !important;
	color:#7b7979 !important;
	
}

.wd-carousel-wrap{
	box-sizing: border-box !important;
}



.whb-header
 {
    margin-bottom: 0px !important;
}

 html .bestseller .wd-nav-arrows:where(.wd-pos-sep) {
        --wd-arrow-offset-h: -25px;
    }


.BrandHarmony img{
	margin-left:50% !important
}

.page-id-717 .main-page-wrapper
 {
    margin-top: -40px !important;
}

/** add to cart btn popup **/

html .wd-popup.popup-added_to_cart h3 {
	font-size: 35px;
	line-height: 36px;
	
}


html .close-popup{ 
border: 1px solid black !important;
    padding: 11px !important;
}

html .popup-added_to_cart .view-cart {
	padding: 5px 27px !important;
}

/** cross button **//

.wd-popup.popup-added_to_cart .mfp-close {
  font-size: 0; /* hides the × */
  background: url('https://craftarena.co.in/wp-content/uploads/2025/07/cross-sign.png') no-repeat center center;
  background-size: contain;
  width: 16px;  /* adjust as needed */
  height: 16px; /* adjust as needed */
  border: none;
	top: 10px !important;
	inset-inline-end: 12px !important;
}


/** cross button display **//

html button.mfp-close:after  {
	opacity:0;
}

/** Enpty  wishlist icon replace **/
.wd-empty-page::before {
  content: "";
  display: block;
  width: 100px; /* adjust as needed */
  height: 100px; /* adjust as needed */
  margin: 0 auto 20px;
  background-image: url('https://craftarena.co.in/wp-content/uploads/2025/07/shopping-cart-button.png'); /* 🔁 Your PNG here */
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}


/* html .page-id-44 .input-text {
height: 16px !important;
} */

html  .form-style-underlined label {
    margin-bottom: 3px !important;
}

#password_strength {
text-transform: uppercase !important;
	font-size: 14px !important;
	text-align:center;
}



html .woocommerce-LostPassword.lost_password {
	color: #413e3e !important;
    font-size: 12px;
}


html .login-form-footer .woocommerce-form-login__rememberme span {
	color: black;
    font-size: 15px;
}

html .woocommerce-form-login__rememberme {
	    width: 50% !important;
}

html .woocommerce-button {
	font-weight:400 !important;
}
@media (min-width: 1025px) {
	.craft-heading p{
    font-size: 13.5px !important;
}

.wd-nav {
    --nav-gap: 16px !important;
}

html .whb-general-header {
background-color: #fff;
}

html .whb-header-bottom {
background-color: #fff !important;
}
}

@media (min-width: 768px) and (max-width: 1024px) {
	html .wd-header-compare .wd-tools-icon:before  {
font-weight:700 !important;
	font-size:25px !important;
}



}

@media (max-width: 576px) {
	/* html .wd-header-compare .wd-tools-icon:before   {
min-width: 34px;
    height: 38px;
} */

.wd-nav {
    --nav-gap: 0px !important;
}



/* Main Header */ 
html .whb-general-header{
	background-color: #ffffffad !important;
}



.feedback .wd-testimon-info {
    display: inherit;
}

.feedback .wd-testimon-name {
	font-size:52px;
	line-height:56px;
}

html .testimon-style-info-top .wd-testimon-text {
position:initial;
}

.feedback .wd-testimon-thumb {
	border-radius:0px !important;
	margin-top:10px !important;
}

html  .testimon-style-info-top .wd-testimon-thumb img  {
	    min-width: 150px !important;
	height:106px !important;
  
}

html .testimon-style-info-top .wd-testimon-text {
background-color:#f7f7f700 !important;
	padding: 5px;
        margin-top: 0px;
    
}

/* Cross icon when menu is opened (wd-opened class is present) */
.wd-header-mobile-nav.wd-opened .wd-tools-icon::before {
    content: "\f112" !important; 
    font-family: "woodmart-font";
}

#inner-mobile-footer .wpb_wrapper {

display:flex !important;
}


/* Set anchor to inline-flex for dot alignment */
.wd-nav-mobile li:is(.current-menu-item, .wd-active) > a {
  display: inline-flex;
  align-items: center;
  gap: 6px; /* space between text and dot */
}

/* Dot directly beside the text */
.wd-nav-mobile li:is(.current-menu-item, .wd-active) > a::after {
  content: '';
  width: 6px;
  height: 6px;
  background-color: #4c4b4b; /* your brand color */
  border-radius: 50%;
  box-shadow: 0 0 3px rgba(0, 0, 0, 64%); /* soft shadow */
}




/* Align the label and dot when active */
.wd-header-mobile .wd-tools-bottom .wd-tools-icon.wd-active .wd-toolbar-label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

/* Add dot beside label only (not icon) */
.wd-header-mobile .wd-tools-bottom .wd-tools-icon.wd-active .wd-toolbar-label::after {
  content: '';
  width: 6px;
  height: 6px;
  background-color: #fff;
  border-radius: 50%;
/*   box-shadow: 0 0 3px rgba(0, 0, 0, 0.64); */
}


#assurance-text {
display:flex !important;
}



/* Dot indicator under active item in mobile bottom nav */
.wd-bottom-nav .wd-nav-item.active::after {
    content: '';
    display: block;
    margin: 4px auto 0;
    width: 6px;
    height: 6px;
    background-color: #fff; /* change this to match your brand color */
    border-radius: 50%;
}

.page-id-717 .main-page-wrapper
 {
    margin-top: -130px !important;
}





@media (max-width: 768px) {
  .wd-toolbar-icon {
    position: relative;
  }

  .wd-toolbar-icon::after {
    content: "";
    width: 8px;
    height: 8px;
    background-color: white;
    border-radius: 50%;
    position: absolute;
    top: -4px;
    right: -4px;
    display: none;
    z-index: 10;
  }

  .wd-toolbar-link.active .wd-toolbar-icon::after {
    display: block;
  }
}



/* .wd-header-compare.wd-tools-element.wd-style-icon a span img{
	min-width: unset !important;
  max-width: 22px !important;
	
} */



html .wd-header-compare img {
min-width: 25px !important;
    
}



}

