/**
 * Abandoned Cart
 */


.storenotifier-inner {
    display: flex;
    justify-content: space-between;
    box-shadow: 0 0 10px 2px rgba(0,0,0,.1);
    padding: 10px;
    align-items: center;
}
.cart-abn-notification-content h5.notification-title {
    font-weight: 600 !important;
}
.time-style {
    font-size: 12px !important;
    color: #999;
}
.storenotifier-cart-abn-wrap .storenotifier-inner .image img {
    width: 70px;
    min-width: 70px;
}

.storenotifier-inner .content{
    margin-left: 15px;
    margin-right: 15px;
    line-height: 1.2;
}
.storenotifier-inner .content p {
    font-size: 13px;
    margin-bottom: 2px;
    line-height: 1.2;
}
.storenotifier-inner .content p a {
    text-decoration: none;
}

.reviews-link {
    font-size: 13px !important;
    line-height: 1.2;
}
.storenotifier-inner .content h5 {
    margin: 0px;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
    color: #fff;
}
.storenotifier-inner .custom-content-wrapper a {
    margin-top: 5px;
}

/**** My account CSS ****/

.storenotifier--customer__statistic--wrapper {
  display: flex;
  gap: 20px;
  margin-bottom: 25px
}
.storenotifier--customer__statistic {
  border: 1px solid #AF45FF;
  padding: 15px 20px;
  border-radius: 5px;
  background: #ffffff;
  box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
  display: flex;
  gap: 15px;
  justify-content: space-between;
  align-items: center;
}
.storenotifier--customer__statistic span {
  font-weight: 500;
}
.storenotifier--customer__statistic .count--number {
  font-weight: 600;
  background: #AF45FF;
  padding: 3px 10px;
  border-radius: 5px;
  color: #fff;
}

.storenotifier-dashboard-review-slider {
    margin-top: 30px;
    margin-bottom: 50px;
}
.storenotifier-dashboard-review-slider h6 {
    margin-bottom: 10px;
    margin-top: 0;
    font-size: 15px;
    font-weight: 600;
}
.storenotifier-dashboard-review-slider .storenotifier-slider-item {
    display: flex;
    align-items: center;
    padding: 10px;
    margin: 15px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    border-radius: 5px;
}
.storenotifier-dashboard-review-slider .storenotifier-product-image img {
    width: 50px;
}
.storenotifier-product-image {
    margin-right: 15px;
}
.storenotifier-dashboard-review-slider .storenotifier-product-info p {
    font-size: 15px !important;
    margin-top: 0;
    margin-bottom: 6px !important;
    line-height: 1.2;
}
.storenotifier-dashboard-review-slider .storenotifier-product-info a {
    font-size: 14px;
    color: #AF45FF;
}
.storenotifier-dashboard-review-slider .owl-dots {
    text-align: center;
}
.storenotifier-dashboard-review-slider .owl-dots .owl-dot {
    width: 30px;
    height: 4px;
    margin: 0px 5px;
    border-radius: 5px;
    background: #111;
    transition: 0.4s;
}
.storenotifier-dashboard-review-slider .owl-dots .owl-dot:hover,
.storenotifier-dashboard-review-slider .owl-dots .owl-dot.active {
    background: #AF45FF;
}