.recently-viewed-products {
    margin-top: 40px;
}

.recently-viewed-products h2 {
    font-size: 24px;
    margin-bottom: 20px;
}

.recently-viewed-products .product {
    margin: 0 10px;
}

section.rvpw-recently-view.products{
	width: var(--theme-container-width);
    max-width: var(--theme-block-max-width);
	margin-top: 50px;
    margin-inline: auto;
}

section.rvpw-recently-view.products h2{
	font-size:20px;
}

section.rvpw-recently-view .woocommerce ul.products li.product{
	align-items: unset;
    text-align: left;
}

/* Whatsapp Chatbot */
.whatsapp-button {
  position: fixed;
  right: 20px;
  bottom: 85px;
  z-index: 9999;
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

