.recently-viewed-products-wrapper {
  margin: 30px 0;
}
.recently-viewed-products-wrapper .recently-viewed-title {
  margin-bottom: 20px;
  font-size: 23px;
  font-weight: 600;
  font-family: var(--e-global-typography-primary-font-family);
}
.recently-viewed-products-wrapper .product-categroies {
  margin-top: 10px;
  display: flex;
  align-items: center;
  gap: 9px;
}
.recently-viewed-products-wrapper .product-categroies a {
  font-size: 12px;
  color: var(--e-global-color-primary);
  background: var(--e-global-color-651ab37);
  padding: 5px 18px;
  font-family: var(--e-global-typography-text-font-family);
  font-weight: 600;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  transition: background 0.15s;
}
.recently-viewed-products-wrapper .product-categroies a:hover {
  background: var(--e-global-color-primary);
  color: #fff;
}
.recently-viewed-products-wrapper .recently-viewed-product {
  text-align: left;
  padding: 0;
  transition: all 0.15s ease;
}
.recently-viewed-products-wrapper .recently-viewed-product .product-content {
  padding: 0 9px;
}
@media (max-width: 768px) {
  .recently-viewed-products-wrapper .recently-viewed-product {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media (max-width: 480px) {
  .recently-viewed-products-wrapper .recently-viewed-product {
    grid-template-columns: 1fr !important;
  }
}
.recently-viewed-products-wrapper .recently-viewed-product img {
  width: 100%;
  height: 355px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.recently-viewed-products-wrapper .recently-viewed-product .product-rating {
  display: flex;
  min-height: 16px;
  align-items: center;
  gap: 7px;
}
.recently-viewed-products-wrapper .recently-viewed-product .product-rating .star-rating {
  color: #FFCF38;
}
.recently-viewed-products-wrapper .recently-viewed-product .product-rating .review-count {
  font-size: 12px;
  font-weight: 400;
  font-family: var(--e-global-typography-text-font-family);
}
.recently-viewed-products-wrapper .recently-viewed-product .product-footer {
  flex-direction: row;
  justify-content: space-between;
  display: flex;
  margin-top: 10px;
}
.recently-viewed-products-wrapper .recently-viewed-product .product-footer .product-footer__left {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.recently-viewed-products-wrapper .recently-viewed-product .product-footer .product-footer__left .product-stock {
  font-size: 13px;
  font-weight: 700;
  font-family: var(--e-global-typography-text-font-family);
  color: var(--e-global-color-e7c8fc9);
  min-height: 20px;
}
.recently-viewed-products-wrapper .recently-viewed-product .product-footer > div {
  width: calc(100% - 50px);
}
.recently-viewed-products-wrapper .recently-viewed-product .product-footer a {
  width: 47px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: var(--e-global-color-primary);
  transition: background 0.15s;
}
.recently-viewed-products-wrapper .recently-viewed-product .product-footer a:hover {
  background: var(--e-global-color-secondary);
}
.recently-viewed-products-wrapper .recently-viewed-product .product-footer a svg {
  width: 27px;
  height: 26px;
}
.recently-viewed-products-wrapper .recently-viewed-product .product-title {
  font-size: 16px;
  margin-bottom: 10px;
  margin-top: 15px;
}
.recently-viewed-products-wrapper .recently-viewed-product .product-title a {
  text-decoration: none;
  color: #333;
}
.recently-viewed-products-wrapper .recently-viewed-product .product-title a:hover {
  color: var(--e-global-color-secondary);
}
.recently-viewed-products-wrapper .recently-viewed-product .product-price {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  color: var(--e-global-color-text);
}
.recently-viewed-products-wrapper .recently-viewed-product .product-price del {
  font-weight: 400;
  color: rgba(0, 0, 0, 0.3);
  font-size: 16px;
  font-family: var(--e-global-typography-text-font-family);
  text-decoration: none;
  position: relative;
  margin-right: 7px;
}
.recently-viewed-products-wrapper .recently-viewed-product .product-price del::before {
  position: absolute;
  content: "";
  left: -2px;
  top: 50%;
  right: -2px;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  -webkit-transform: rotate(-8deg);
  -moz-transform: rotate(-8deg);
  -ms-transform: rotate(-8deg);
  -o-transform: rotate(-8deg);
  transform: rotate(-8deg);
}
.recently-viewed-products-wrapper .recently-viewed-product .product-price ins {
  background: none;
  color: #000;
  font-family: var(--e-global-typography-text-font-family);
  font-weight: 700;
  font-size: 16px;
}

/*# sourceMappingURL=wps-woo-recent-products.css.map */
