.recently-viewed-product-container {
  margin: auto;
  max-width: 1200px;
  padding: 0;
  position: relative;
}
.recently-viewed-product-container .title {
  border-bottom: 1px solid #e5e5e5;
  color: #4b5259;
  font-size: 30px;
  font-weight: 400;
  margin: 0 auto 50px;
  padding-bottom: 40px;
  position: relative;
  text-align: left;
  z-index: 1;
}
.recently-viewed-product-container .product-items {
  background: #f3f3f3;
  display: flex;
  flex-wrap: wrap;
}
.recently-viewed-product-container .product-items .product-item {
  background-color: #ffffff;
  padding: 10px 0px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 0px 15px #e5e5e5;
  margin-right: 20px;
  margin-bottom: 20px;
  width: 285px;
  transition: all .25s ease;
  z-index: 0;
}
.recently-viewed-product-container .product-items .product-item .slider-product-item-info {
  width: 100%;
}
.recently-viewed-product-container .product-items .product-item .slider-product-item-info .product-image-container .product-image-wrapper {
  border: 0;
}
.recently-viewed-product-container .product-items .product-item .slider-product-item-info .slider-product-item-details {
  padding: 20px;
}
.recently-viewed-product-container .product-items .product-item .slider-product-item-info .slider-product-item-details .product-item-name,
.recently-viewed-product-container .product-items .product-item .slider-product-item-info .slider-product-item-details .product.name a {
  font-weight: 700;
  color: #4b5259;
  font-size: 17px;
  letter-spacing: 0.5px;
  height: 78px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.recently-viewed-product-container .product-items .product-item .slider-product-item-info .slider-product-item-details .product-extra-section {
  align-items: center;
  display: flex;
  flex-direction: inherit;
  float: none;
  width: 100%;
}
.recently-viewed-product-container .product-items .product-item .slider-product-item-info .slider-product-item-details .product-extra-section .product-price-info {
  flex-wrap: wrap;
  width: calc(-4%);
}
.recently-viewed-product-container .product-items .product-item .slider-product-item-info .slider-product-item-details .product-extra-section .product-price-info .product-from-label {
  color: #757679;
  font-size: 12px;
  margin: 0 0 5px;
  width: 100%;
}
.recently-viewed-product-container .product-items .product-item .slider-product-item-info .slider-product-item-details .product-extra-section .product-price-info .product-price .price-to {
  display: none;
}
.recently-viewed-product-container .product-items .product-item .slider-product-item-info .slider-product-item-details .product-extra-section .product-price-info .product-price .price-label {
  display: none;
}
.recently-viewed-product-container .product-items .product-item .slider-product-item-info .slider-product-item-details .product-extra-section .product-price-info .product-price .price-wrapper:before {
  content: none;
}
.recently-viewed-product-container .product-items .product-item .slider-product-item-info .slider-product-item-details .product-extra-section .product-action-bar {
  width: 104px;
}
.recently-viewed-product-container .product-items .product-item .slider-product-item-info .slider-product-item-details .product-extra-section .product-action-bar .actions-primary {
  align-items: center;
  border-radius: 5px;
  display: flex;
  font-size: 1.3rem;
  font-family: 'Roboto', sans-serif;
  height: 40px;
  justify-content: center;
  width: 104px;
  margin: 0;
}
.recently-viewed-product-container .product-items .product-item .slider-product-item-info .slider-product-item-details .product-extra-section .product-action-bar .actions-primary .tocart {
  border-radius: 5px;
}
.recently-viewed-product-container .product-items .product-item .slider-product-item-info .slider-product-item-details .product-extra-section .product-action-bar .actions-primary .tocart span {
  font-family: 'Roboto', sans-serif;
  font-size: 1.3rem;
}
@media (max-width: 1200px) {
  .recently-viewed-product-container .title {
    width: 98%;
  }
}
@media (min-width: 767px) {
  .recently-viewed-product-container .owl-theme .owl-dots {
    margin: 0 auto 15px !important;
  }
  .recently-viewed-product-container .product-items .owl-prev span,
  .recently-viewed-product-container .product-items .owl-next span {
    top: 24px !important;
    left: 22px !important;
  }
}
@media (min-width: 600px) and (max-width: 767px) {
  .recently-viewed-product-container .title {
    width: 69% !important;
  }
  .recently-viewed-product-container .owl-theme .owl-dots {
    margin: 0 auto 25px !important;
  }
}
@media (min-width: 568px) and (max-width: 600px) {
  .recently-viewed-product-container .title {
    width: 84% !important;
  }
  .recently-viewed-product-container .owl-theme .owl-dots {
    margin: 0 auto 25px !important;
  }
}
@media (max-width: 567.98px) {
  .recently-viewed-product-container .title {
    width: 92% !important;
    font-size: 28px !important;
    padding-bottom: 25px !important;
    margin: 0 auto 5% !important;
  }
  .recently-viewed-product-container .owl-theme .owl-dots {
    margin: 0 auto 25px !important;
  }
}
/* PDP */
.recentlyviewed-widget {
  background-color: #F3F3F3;
  left: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  max-width: unset !important;
  padding-top: 2.5rem;
  position: relative;
  right: 50%;
  width: 100vw;
}
