/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 02 2026 | 13:15:57 */
/* Header Styles - Start */
.wd-social-icons .wd-icon::before {
  content: var(--wd-social-icon, unset);
  font-family: "woodmart-font";
  color: #000!important;
}

.wd-social-icons.wd-style-colored-alt > a:hover .wd-icon::before{
  
  color: #fff!important;
}


.whb-general-header{
font-family: Inter;
font-weight: 500;
font-style: Medium;
font-size: 14px;
leading-trim: NONE;
line-height: 20px;
letter-spacing: 0px;
text-align: center;
vertical-align: middle;
}


.wd-tools-element[class*="wd-design-6"] > a > :is(.wd-tools-inner, .wd-tools-icon) {
  border: 1px solid rgba(0,0,0,0.105);
  background: #F5F2ED;
}


.wd-tools-element:is([class*="wd-design-6"], [class*="wd-design-7"], .wd-design-8) .wd-tools-count {
  position: absolute;
  top: -3px;
  inset-inline-end: -7px;
  background-color: #B8965A;
  box-shadow: 0 0 4px rgba(0,0,0,0.17);
  color: #fff;
  font-size: 11px;
}

.wd-tools-element .wd-tools-icon::before {
  font-size: 16px!important;
}

/* Header Styles - End */

/* Hero Section - Start */
span.dot {
	font-size: 54px;
  color: #C8A96A;
  position: absolute;
 top: -1px;
  left: 14px;
	line-height:7px!important;
}

.hero .title-subtitle {
    color: #000000;
    font-family: "Inter", Sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 6px!important;
    letter-spacing: 0.6px;
    border: 1px solid #00000033;
    border-radius: 50px;
    vertical-align: middle;
	padding: 14px 18px 14px 34px !important;
	margin-bottom:20px;
}

.hero .title-after_title{margin-top:10px;}
.hero .outline-btn{border: 1px solid #00000033; border-radius:50px;}

.hero2 .title-subtitle {margin-bottom:40px;}


.about-hero .title-subtitle {
    color: #6B7280!important;
   
	background:#fff!important;
}

/* Hero Section - End */

/* category section - start */
.catsec .category-image::before{
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.3);
    z-index: 1;
    border-radius: inherit;
}

.catsec .category-image{
    position: relative;
    overflow: hidden;
}

.catsec .category-image*{
    position: relative;
    z-index: 2;
}
/* category section - end */

/* footer copyright - start */
.wd-copyrights *{font-size:14px!important;}
.wd-copyrights {padding-block: 28px!important;}
/* footer copyright - end */

/* product cards - start */
.product-element-bottom{padding:10px!important;}
/* product cards - start */

/* trending badge - start */

.wd-product {
    position: relative;
}

/* Default Trending Badge */
.wd-trending-badge {
    position: absolute;
    top: 8px;
    left: 12px;

    background: #d4af62;
    color: #fff;
    padding: 5px 14px;
    border-radius: 30px;
    z-index: 99;

   
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.2px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    box-shadow: 0 2px 10px rgba(0,0,0,0.12);
}

/* If any default badges exist */
.wd-product.sale .wd-trending-badge,
.wd-product.outofstock .wd-trending-badge,
.wd-product .featured + .wd-trending-badge {
    left: auto !important;
    right: 52px !important; /* wishlist icon ki 10px gap */
    top: 8px !important;
}

/* trending badge - end */

/* blog - start */
.wd-post-header{display:none!important;}
.wd-post .wd-post-title {
  font-size: 24px!important;
 
}

/* Blog Post Titles - Max 2 Lines */
.wd-post .wd-post-title,
.wd-post .entry-title,
.wd-post-title a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    
    line-height: 30px; /* your current line-height */
    max-height: 60px;  /* 30px × 2 lines */
}



/* Hide default Continue Reading */
.wd-post-read-more{
    display:none !important;
}

/* Bottom Meta Row */
.fittingo-post-footer{
    display:flex;
    justify-content:space-between;
    align-items:center;
    width:100%;
    margin-top:20px;
    padding-top:17px;
    border-top:1px solid #0000000D;
}

.blog-style-bg .wd-post-content {

  padding-bottom: 17px!important;
}

.fittingo-post-footer .read-time{
    font-size:14px;
    color:#6b7280;
}

.fittingo-post-footer .read-more{
    font-size:14px;
    font-weight:600;
    color:#111827;
    text-decoration:none;
    margin-left:auto;
}

.fittingo-post-footer .read-more:hover{
    opacity:0.8;
}

/* Move category on top of image */
.wd-post-thumb{
    position: relative;
}

.wd-post-entry-meta{
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 5;
    margin: 0 !important;
}

/* Category Badge Style */
.wd-post-entry-meta .wd-post-date,
.wd-post-entry-meta .meta-post-categories a,
.wd-post-entry-meta span{
    background: #ffffff;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #111827 !important;
    text-decoration: none;
}

/* Hide commas/multiple meta */
.wd-post-entry-meta .meta-separator{
    display:none;
}

/* Remove old spacing under image */
.wd-post-content .wd-post-entry-meta{
    margin-bottom:0 !important;
}
.wd-post-content > .wd-post-entry-meta{
    display:none;
}


/* Thumbnail relative */
.wd-post-thumb{
    position:relative;
}

/* Move category over image */
.wd-post-thumb .wd-post-entry-meta{
    position:absolute;
    top:14px;
    left:14px;
    z-index:9;
    margin:0;
}

/* Badge style */
.wd-post-thumb .wd-post-entry-meta a{
    background:#fff;
    padding:6px 12px;
    border-radius:4px;
    font-size:12px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:1px;
    color:#111827 !important;
    text-decoration:none;
}

/* Hide separators */
.wd-post-thumb .meta-separator{
    display:none;
}

.wd-social-icons.wd-style-colored > a {
  
  background: #fff!important;
  border: 1px solid #ddd!important;
}

.wd-social-icons.wd-style-colored > a:hover { 
	 background:#B8965A!important;
}

.wd-social-icons.wd-style-colored > a:hover .wd-icon::before {
  content: var(--wd-social-icon, unset);
  font-family: "woodmart-font";
  color: #fff !important;
}

/* blog - end */

/* pdf section buttons - start */
.pdf-btn .btn{
padding-top: 16px;
padding-right: 32px;
padding-bottom: 16px;
padding-left: 32px;
border-radius: 12px;

}
/* pdf section buttons - end */
/* icon box - start */
.iconbox .wd-info-box{min-height:240px!important;}
.contact-box .wd-info-box{min-height:220px!important;}
.contact-box .wd-info-box:hover{background:#202020!important;}
.contact-box .wd-info-box:hover h4{color:#fff!important;  transition: none !important;}



/* icon box - end */

/* contact form - start */


.fittingo-contact input, .fittingo-contact select, .fittingo-contact textarea
{

width: 100%;
  border: 1px solid #dcdcdc;
  background: #f8f8f8;
  border-radius: 12px;
  
  font-size: 14px;
  color: #222;
  outline: none;
  box-shadow: none;
  transition: all 0.3s ease;
  
}

.fittingo-contact select{
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M5 7.5L10 12.5L15 7.5' stroke='%239CA3AF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 18px;
}

.fittingo-contact label {
 
  font-weight: 700!important;
  font-size: 14px!important;
}

.fittingo-contact input::placeholder,
.fittingo-contact textarea::placeholder {
    color: #9ca3af;
	
}
.fittingo-contact textarea {
    min-height: 120px!important;
	max-height:120px!important;
    resize: none;
}

.fittingo-contact input:focus,
.fittingo-contact select:focus,
.fittingo-contact textarea:focus {
    border-color: #c4a261;
    background: #fff;
}

.fittingo-contact .form-submit {
    margin-top: 10px;
}

.fittingo-contact input[type="submit"] {
    width: 100%;
    background: #c4a261;
    color: #fff;
    border: none;
    border-radius: 12px!important;
    padding: 16px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
	
}

.fittingo-contact input[type="submit"]:hover {
    background: #b8934f;
	
}
.fittingo-contact .wpcf7-spinner {
    display: none;
}


/* contact form - end */


/*pop up - start */
.wd-popup-close {top:10px!important; right: 10px!important;}
.wd-action-btn .wd-action-icon::before {
  content: var(--wd-btn-icon, unset);
  font-size: var(--wd-action-icon-size);
  color: #333!important;
}


/* pop up - end */

/* extra styles starts from here */
.wd-shop-result-count .woocommerce-result-count {
   font-size: 14px!important;
  font-family: 'Inter', sans-serif!important;
  font-weight: 400!important;
}

.woocommerce-ordering.wd-style-underline select{
	border:none!important;
	  font-size: 14px!important;
  font-family: 'Inter', sans-serif!important;
  font-weight: 400!important;
}
.wd-product.wd-hover-buttons-on-hover{--wd-thumb-brd-radius:0px!important;}
.wd-product:hover{ 
box-shadow: 0px 0px 9px rgba(0,0,0,0.1);
	background:#F6F2ED!important;
}
.wd-filter-list li{
	font-family: 'Inter', sans-serif!important;
  font-weight: 400!important;
	font-size:14px!important;
	line-height:20px!important;
}

.custom-stock-filter li{
	font-family: 'Inter', sans-serif!important;
  font-weight: 400!important;
	font-size:14px!important;
	line-height:20px!important;
}
.wd-widget-stock-status li{
	font-family: 'Inter', sans-serif!important;
  font-weight: 400!important;
	font-size:14px!important;
	line-height:20px!important;
}

.color-variable-item .woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item)
{
	border-radius:100%!important;
}

.color-variable-item
{
	border-radius:100%!important;
}

.color-variable-item .variable-item-span
{
	border-radius:100%!important;
}
.variations th{
	margin-bottom: -10px!important;
}
.button-variable-item{border-radius:8px!important;
height: 40px!important;
	padding:8px 16px!important;
	margin-top:24px!important;
	margin-right:12px!important;
}
[class*="wd-swatches"].wd-bg-style-2 .wd-swatch.wd-bg {
  padding: 4px;
}

.wd-swatches-grid {
  --wd-swatch-v-sp: 5px;
  --wd-swatch-h-sp: 3px!important;
}

.wd-gallery-thumb :is(.wd-carousel-item:hover, .wd-thumb-active, .wd-carousel:not(.wd-initialized) .wd-carousel-item:first-child) {
  opacity: 1!important;
}
.wd-thumbs img{
	padding: 15px !important;
	border:2px solid #ddd!important;
	margin-bottom:5px!important;
}

.wd-thumb-active img{
border: 2px solid #B8965A!important;
padding: 15px !important;
}

.elementor-711 .elementor-element.elementor-element-404f4e1 .meta-label{display:none!important;}
.product_meta a{
	text-transform: uppercase!important;
  color: #B8965A!important;
	font-family: 'Inter', sans-serif!important;
  font-weight: 600!important;
	font-size:14px!important;
	line-height:20px!important;
	letter-spacing:0.7px;
}

/* Hide Quantity */
.single-product .quantity{
    display:none !important;
}

/* Hide Add to Cart Button */
.single-product .single_add_to_cart_button:not(.wd-buy-now-btn){
    display:none !important;
}

/* Full width Buy Now button */
.single-product .wd-buy-now-btn{
    width:100% !important;
    margin-left:0 !important;
}

/* Optional: remove extra spacing */
.single-product .woocommerce-variation-add-to-cart{
    display:flex;
    width:100%;
}

html .btn.wd-buy-now-btn {
  
 background:#B8965A!important;
	color:#fff!important;
  height: 60px!important;
  border-radius: 12px!important;
  box-shadow: 0px 4px 6px -1px rgba(0,0,0,0.1)!important;
	
}

html .btn.wd-buy-now-btn:hover{
	 background:#AB8B52!important;
}

.fittingo-prod-desc p{
	font-family: 'Inter', sans-serif!important;
  font-weight: 400!important;
	font-size:16px!important;
	line-height:26px!important;
	color:#6B7280!important;
}



/* ===== SPECIFICATIONS TABLE ===== */

.shop_attributes tr {
  
  max-height: 58px!important;
}

.woocommerce-product-attributes.shop_attributes{
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    
     border: 1px solid #E6E1DA;
    border-radius: 18px;
    overflow: hidden;

    background: #fff;
}

/* Row divider */


/* Left heading column */
.woocommerce-product-attributes.shop_attributes th{
    width: 32%;


	background: rgba(184, 150, 90, 0.1);

    padding: 18px 22px !important;

    color: #111111;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.4;

   

    vertical-align: middle;
}

/* Right value column */
.woocommerce-product-attributes.shop_attributes td{
   

    padding: 28px 32px !important;

    color: #6F7688;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.6;

    border: none !important;

    vertical-align: middle;
}

/* Remove weird Woodmart spacing */
.woocommerce-product-attributes.shop_attributes th p,
.woocommerce-product-attributes.shop_attributes td p{
    margin: 0;
}

/* Mobile */
@media (max-width: 767px){

	.mobibtn .btn{padding:2px 20px!important; min-height: 36px !important; }
    .woocommerce-product-attributes.shop_attributes th,
    .woocommerce-product-attributes.shop_attributes td{
        padding: 18px 20px !important;
        font-size: 15px;
    }

    .woocommerce-product-attributes.shop_attributes th{
        width: 40%;
    }
}

/* ===== MOBILE TABLE HORIZONTAL SCROLL ===== */

@media (max-width: 767px){
.wd-header-secondary-nav  {
  
  display: flex;
        width: max-content;
        min-width: 100%;
        justify-content: space-around;
	}
	
	.wd-nav-header > li > a {
  font-size: 14px!important;
  
	}
	
	.whb-header-bottom{border-top:1px solid #ddd;}
}
	
	/* Mobile Header Menu Full Width */
@media (max-width: 767px){

  	
	
    .woocommerce-product-attributes.shop_attributes{
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .woocommerce-product-attributes.shop_attributes tbody{
        display: table;
        width: 700px; /* adjust if needed */
    }

    /* Thin scrollbar */
    .woocommerce-product-attributes.shop_attributes::-webkit-scrollbar{
        height: 3px;
    }

    .woocommerce-product-attributes.shop_attributes::-webkit-scrollbar-thumb{
        background: #c5a15a;
        border-radius: 20px;
    }

    .woocommerce-product-attributes.shop_attributes::-webkit-scrollbar-track{
        background: #ece7df;
    }
	.variations th{
	margin-bottom: 10px!important;
}
	.button-variable-item {
  
  margin-top: 14px !important; 
	}
}

 .wd-reset-side-lg .reset_variations {
    margin-left: 10px;
    display: none !important;
  }

.wd-toolbar-label {
  position: absolute;
  inset-inline: 0px!important;
}

.wd-coupon-form .input-text {
 
  border-radius: 5px!important;
}

/* remove price from product cards */
.wd-loop-builder-off[class*="wd-stretch-cont"] .wd-product :is(.price, .wrap-price, .product-rating-price) {
  margin-top: auto;
  display: none!important;
}

:where(.wd-loop-builder-off) .wd-hover-with-fade .wd-product-card-bg{border-radius:0px!important;}

.wd-product-thumb {
    border-radius: 0px !important; 
}

.wd-product-wrapper .wd-entities-title{
	text-align:left!important;
}

.wd-product-wrapper .wd-product-cats{
	text-align:left!important;
}



.wd-product-card-hover .add_to_cart_button {display:none!important;}

/* Hide action icons on hover */
.wd-product .product-actions,
.wd-product .wd-buttons,
.wd-product .wd-hover-icons,
.wd-product .wd-action-buttons {
    display: none !important;
}

/* View Details button always full width */
.sc-view-details-btn {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    text-align: center !important;
    padding: 12px 15px !important;
    border-radius: 6px !important;
    background: #c8a15a !important;
    color: #fff !important;
    font-weight: 600 !important;
    margin-top: 10px !important;
	  min-width: 230px !important;
	margin-left:10px!important;
}

.wd-product-card-hover .wd-action-icon {
  position: relative;
  margin-top: 10px !important;
  background: #F1EBE3 !important;
  padding: 10px !important;
  border-radius: 6px!important;
}
/* Hover state */
.sc-view-details-btn:hover {
    background: #1a1a1a !important;
    color: #fff !important;
}

/* Prevent icon overlays */
.sc-view-details-btn i,
.sc-view-details-btn svg,
.sc-view-details-btn::before,
.sc-view-details-btn::after {
    display: none !important;
}

/* Make button container occupy full width */
.product-grid-item .wrap-buttons,
.product-grid-item .wd-product-footer {
    width: 100% !important;
}


/* reseller page - advertisement boxes */

:is(.banner-hover-background:not(.banner-background), .banner-hover-border:not(.banner-border)) .wrapper-content-banner {
  overflow: hidden;
  padding: 0px !important;
}

:is(.banner-hover-background:not(.banner-background), .banner-hover-border:not(.banner-border)) .wrapper-content-banner::after {
  content: "";
  position: absolute;
  inset: 0px!important;
}

.banner-hover-background:not(.banner-background) .wrapper-content-banner::after {
  background-color: rgba(var(--bgcolor-white-rgb), 0.7)!important;
}

/* Disable image zoom on hover */
.banner-hover-background:hover .banner-image img,
.banner-hover-background .banner-image img{
    transform: none !important;
    scale: 1 !important;
}

/* Disable all hover transitions on image */
.banner-hover-background .banner-image img{
    transition: none !important;
}

/* Prevent banner scaling */
.promo-banner:hover,
.promo-banner:hover .main-wrapp-img,
.promo-banner:hover .banner-image,
.promo-banner:hover .banner-image img{
    transform: scale(1) !important;
}

/* Hide title and button initially */
.promo-banner .banner-title,
.promo-banner .banner-btn-wrapper{
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
}

/* Show on hover */
.promo-banner:hover .banner-title,
.promo-banner:hover .banner-btn-wrapper{
    opacity: 1;
    visibility: visible;
}

/* Hide Read More button on product cards */
.wd-add-btn .product_type_simple.add-to-cart-loop {
    display: none !important;
}

.single-product .sc-view-details-btn{
 
  margin-left: 10px !important;
}