/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 16 2025 | 12:12:54 */
fieldset {
  display: none;
}
.mobilecats .wd-entities-title{white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.homecats .wd-cat-content {
  padding-bottom: 0px!important;
}
.wd-sidebar-hidden-sm.wd-builder-off .woocommerce-result-count {
    display: block!important;
}

.wd-product.wd-hover-buttons-on-hover .wd-add-btn > a{border-radius:3px!important;}
.wd-product .wd-entities-title {
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wd-single-brands.wd-style-shadow a {
  padding: 0px !important;
  background-color: transparent;
  box-shadow: none !important;
  border-radius: 3px !important;
  opacity: 1;
  font-weight: bold;
  border: none !important;
  font-size: 18px;
  color: #4D943C !important; /* updated color */
}
.swiper-pagination-bullet {
  width: 12px!important;
  height: 4px!important;
  border-radius:3px!important;
}
.whb-07hwtb68gqj2vupxr2if.wd-search-form.wd-header-search-form .searchform {
  max-width: 318px !important;
  border-radius:2px!important;
  box-shadow:0px 0px 6px rgba(0,0,0,0.03)!important;
}
.whb-07hwtb68gqj2vupxr2if.wd-search-form.wd-header-search-form .searchform:hover {
  max-width: 318px !important;
}

.whb-07hwtb68gqj2vupxr2if.wd-search-form.wd-header-search-form .searchform{max-width:318px!important;}
.mysidebar .widget {
  margin-bottom: 20px !important;
  border-bottom: none;
  background-color: #fff !important;
  padding: 20px 20px 20px 20px !important;
  border-radius: 3px !important;
  box-shadow: 0 0 4px rgba(0,0,0,0.12)!important;
}

table th {
  color: #4D943C!important; /* updated color */
}
.prodinfo .elementor-widget-image-box .elementor-image-box-content {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}
.prodinfo img {
  border-top-left-radius: 10px!important;
  border-top-right-radius: 10px!important;
}

.prodinfo .elementor-widget-container{
  border-radius:10px!important;
}
footer ul li.current_page_item > a {
  color: #C1914F!important;
  font-weight: 600;
}

footer ul li a:hover {
  color: #C1914F!important;
}

.wd-dropdown {
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
}

.wd-sub-menu {
  --sub-menu-color: #000!important;
  --sub-menu-color-hover: var(--wd-primary-color)!important;
}
.green-check-icon {
  color: #45CA7E;
  margin-right: 4px;
  font-size: 16px;
  vertical-align: baseline;
}

.rating-box {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: Arial, sans-serif;
  font-size: 15px;
}

.rating-box .stars i {
  color: #FFD700;
  font-size: 16px;
}

.rating-text {
  color: #000;
  font-size: 14px;
}

.product-benefits-outline {
  list-style: none;
  padding: 0;
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 14px;
  color: #333;
}

.product-benefits-outline li {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}

.product-benefits-outline i {
  font-size: 16px;
  margin-right: 10px;
  color: #333;
}

.outline {
  color: transparent;
  -webkit-text-stroke: 1px black;
  text-stroke: 1px black;
}

.prodinfo img {
  max-height:230px!important;
  min-height:230px!important;
  width: 100% !important;
  object-fit:cover!important;
}

.textcats .wd-marquee-item{
  padding:10px 30px;
  background:#fff!important;
  color:#000!important;
  border-radius:100px!important;
}
.textcats .wd-marquee-item:hover{
  padding:10px 30px;
  background:#7B1E3A!important;
  color:#fff!important;
  border-radius:100px!important;
  transition: all .25s ease;
}

.elementor-1069 .elementor-element.elementor-element-9b3c7d8 .swiper-pagination-bullet {
  width: 20px;
  height: 6px;
  border-radius: 5px;
}

.widget_product_categories .widget-title {
  margin-bottom: 20px!important;
}

p.stock.wd-style-bordered span {
  border: none !important;
}

@keyframes pulse-green-dot {
  0% {
    box-shadow: 0 0 0 0 rgba(133, 185, 81, 0.7);
  }
  70% {
    box-shadow: 0 0 0 8px rgba(133, 185, 81, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(133, 185, 81, 0);
  }
}

.stock.in-stock.wd-style-bordered span::before {
  content: "";
  display: inline-block;
  width: .75rem!important;
  height: .75rem!important;
  margin-right: 10px!important;
  background-color: #85B951;
  border-radius: 50%;
  animation: pulse-green-dot 1s infinite;
  vertical-align: baseline;
}

p.stock.wd-style-bordered span::before {
  content: "";
  display: inline-block;
  width: .75rem!important;
  height: .75rem!important;
  margin-right: 10px!important;
  border-radius: 50%;
  background-color: #85B951;
  vertical-align: baseline;
}

p.stock:is(.wd-style-bordered, .wd-style-with-bg) span {
  padding: 0px!important;
}

.woocommerce-product-gallery .woocommerce-product-gallery__image {
  border: 1px solid #ddd;
}

/* ...rest of your media queries and CSS remains the same... */
