.main-body-bg {
    background-image: none;
}

.main-body-bg .liked-product-card {
    margin: 20px;
    border: 1px solid rgb(0, 78, 162);
    border-radius: 20px;
    padding: 20px;
    background: #fff;
}

.main-body-bg .liked-product-card .recommended-products-bg h1 {
    font-size: 20px;
}

.main-body-bg .liked-product-card .recommended-products-cart .recommended-products-like-cart {
    color: black;
    font-size: 18px;
    font-weight: 500;
    border: unset !important;
    width: unset;
}

.main-body-bg .liked-product-card .recommended-products-cart .recommended-products-like-cart button img {
    width: 30px !important;
}

/*# sourceMappingURL=liked-products.css.map */



.main-liked-product-sub-header {
    margin: 30px 20px;

}

.liked-product-sub-header {
    width: 100%;
    /* background: url(../../../../../custom-assets/img/like-product-header-bg.png); */
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    padding: 28px 30px;
    border-radius: 20px;

}

.liked-product-sub-header h1 {
    color: #000;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 0px;
}
