.product-modal .imageContiner {
    position: relative;
    background: rgb(2, 0, 36);
    background: linear-gradient(0deg, rgba(2, 0, 36, 0) 0%, rgba(146, 17, 51, 1) 100%);
}
.bar.bar-dark {
    box-shadow: 0 0 0 !important;
}
.page-builder .landing-header.section-box.size-full {
    flex-basis: 100%;
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
    background: linear-gradient(0deg, rgba(2,0,36,0) 0%, rgba(146,17,51,1) 100%) !important;
}
.page-builder .landing-header.section-box {
    border-radius: 0;
    margin: 0%;
}
.nav-bar-block, 
ion-header-bar {
    border: none !important;
}
.signup .image-continer {
    background: linear-gradient(0deg, rgba(2, 0, 36, 0) 0%, rgba(146, 17, 51, 1) 100%);
}
.page-builder .special-offer-banner {
    width: 41%;
    text-align: center;
    margin: auto;
}
.page-builder .special-offer-time {
    padding-top: 42px !important;
}
.page-builder .special-offer-banner img {
    aspect-ratio: 1;
}
@media only screen and (min-width: 768px) {
    .page-builder .ecommerce-products .layout1.item .card-img, .page-builder .card-item .layout1.item .card-img {
        max-height: 125px;
        max-width: 125px;
    }
}
.invoices-orders .total-cost.invoice-item {
    display: none;
}