.right-t-top {
    display: block !important;
}
@media screen and (min-width: 350px) and (max-width: 475.5px) {
    .main-middle-sec .checkout-page-cart-product-section img {
        max-width: 150px !important;
        margin-bottom: 0;
    }
}
@media screen and (min-width: 320px) and (max-width: 350.5px) {
    .main-middle-sec .checkout-page-cart-product-section img {
        max-width: 120px !important;
        margin-bottom: 0;
    }
}