section.product-selection {
    display: none !important;
}
.MuiGrid-container .MuiGrid-root:has(.city-select) {
    display: none !important;
}
.btn-buy-now {
    display: none !important;
}
div#zid_toaster {
    display: flex;
}
div#zid_toaster li {
    white-space: nowrap;
    width: 70vw !important;
}
.custom-fixed-wrapper {
    position: fixed;
    top: 48%;
    left: -70px;
    width: 175px;
    padding: 10px;
    background-color: #95cfd9;
    color: rgb(255, 255, 255) !important;
    rotate: -90deg;
    z-index: 9999;
    border-radius: 0 0px 20px 20px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 12px;
    text-align: center;
    cursor: pointer;
}
.custom-fixed-wrapper a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}
.product-item .add-to-wishlist {
    display: none;
}
.footer .footer-store-section {
    text-align: center;
}
.footer .footer-about-us-links-div .social-icons {
    justify-content: center;
}
.user-review-date {
    display: none !important;
}