p.product-lead-time {
    margin-top: 15px;
    margin-bottom: 15px;
    color: black;
}


@media screen and (max-width: 768px) {

	.header-menu-mob nav {
    padding: 20px;
}

.header-menu-mob nav ul li:not(:last-of-type) {
    margin-bottom: 16px;
}

.header-menu-mob nav ul li a {
    width: fit-content;
}

.header-menu-mob nav ul .header-btn.menu-item > a {
    background-color: #FCCF2C;
    font-family: "Inter", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    fill: #020101FA;
    color: #020101FA;
    padding: 12px 24px !important;
}
	
}

/* Making Category Archives full width */
.category .ast-container {
    max-width: 100%;
    padding-inline: 0px;
}
/* Fixing posts design */
#category-pills .ast-article-post {
    padding: 0px !important;
    background-color: transparent !important;
}

/* Posts Hover */
.elementor-post__thumbnail {
  position: relative;
  overflow: hidden;
}
.elementor-post__thumbnail::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 255, 0.5); /* transparent blue */
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
  z-index: 1;
}
.elementor-post__thumbnail::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  background: #fff url("https://cdn-icons-png.flaticon.com/512/748/748113.png") no-repeat center;
  background-size: 40% 40%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  font-weight: bold;
  color: rgba(0,0,255,0.7); /* blue plus */
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 2;
  pointer-events: none;
}
.elementor-post__thumbnail:hover::after,
.elementor-post__thumbnail:hover::before {
  opacity: 1;
}
.woocommerce-js h2{
	margin-bottom:0px;
}
.elementor-testimonial__image img {
    box-shadow: 10px 10px 0px #fccf2c;
}

@media (max-width:780px){
	cite.elementor-testimonial__cite {
    gap: 10px;
}
	.elementor-testimonial__image img {
    width:120px !important;
		height:120px !important;
}
}
.elementor-testimonial__content {
    padding: 0px !important;
	margin-top:10px;
}
.elementor-testimonial__text {
    letter-spacing: 0 !important;
}
@media (max-width:780px){
.elementor-swiper-button.elementor-swiper-button-next {
    right: -3vw !important;
}
.elementor-swiper-button.elementor-swiper-button-prev {
    left: -3vw !important;
}
.elementor-widget-reviews .elementor-testimonial__header {
    flex-direction: column;
}
cite.elementor-testimonial__cite {
    padding-top: 30px;
}
.elementor-testimonial__icon.elementor-icon.elementor-icon-quote-right {
    display: none;
}
}