/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 12 2025 | 05:58:20 */
/* TOP menu */
li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--dashboard {
    display: none;
    position: absolute;
    opacity: 0;
}
.elementor-element.elementor-element-7ee6d8e.elementor-widget.elementor-widget-wd_popup a {
    text-transform: capitalize;
	color: #000;
}


/* Menu offer btn */
.offer-btn {
    font-size: 18px;
    font-family: 'Alata';
    color: #000;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);

}
/* Font Awesome icon before text */
.offer-btn::before {
  font-family: "Font Awesome 6 Free";  /* Font Awesome font */
  font-weight: 900; /* Solid style */
  content: "\f0a1"; /* Unicode for FA icon (example: fa-fire) */
  margin-right: 3px;
  font-size: 19px;
  vertical-align: middle;
	color: #ab0000;
}
.offer-btn {
  animation: blinkColors 2s infinite linear;
}

/* Keyframes for continuous background color changes */
@keyframes blinkColors {
  0%   { background-color: #FFD93D; }
	25%   { background-color: #B5FF49; }
	75%   { background-color: #B5FF49; }
  100% { background-color: #FFD93D; }
	
}



/* Homa Page */
span.product_count {
    color: #FFFF00;
}

/* Single Product Page */
div#tab-description {
    color: #000;
}
button#wd-add-to-cart {
    background: #000;
}