/**
 * 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;
}

