.bestsellers-wrapper {
    margin-bottom: 24px;
    padding: 0 15px;
    background: #FFFFFF;    
}

.save_for_later_wrapper{
    padding: 20px;
    background: #FFFFFF;    
}
#wrapper-two-carousel{
    max-width: 1060px;
    margin: 0 auto;
    background: #FFFFFF;
    padding: 24px 0 28px;
    margin-bottom: 8px;
}
#wrapper-two-carousel .new.newpar.section{
    display: none;
}
.save-for-later-cards-parent{
    margin-bottom: 48px;
}
.discount-price {
    color: #202129;
}
@media screen and (max-width : 768px) {
    .save_for_later_wrappe{
        border-radius: 0px 0px 12px 12px;
    }
    .save-for-later-cards-parent{
        margin-bottom: 16px;    
    }
}

.bh-shop-cart-container.bh-shop-container.your-wishlist-save-for-later{
    background-color: #FFFFFF;
    padding: 20px;
    border-radius: 12px;
    margin: 20px auto 8px;
}

.saved-for-later .saveforlater-card-div .text-wrapper .price-section .out-of-stock p {
    color: #ED1C24;
    font-family: Lato;
    font-size: 9px;
    line-height: 18px;
    font-weight: 700;
  }