@media only screen
  and (min-device-width: 320px)
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2) {

    .uniform-image{
      width: 100%;
      height: 600px;
      object-fit: cover;
    }

    .uniform-image-show{
      width:100%;

      object-fit: ;
    }

    .uniform-image-cart{
      width: 100%;
      height: 175px;
      object-fit: cover;
    }
    .product-image-cart{
      width: 20%;
      height: 250px;
      object-fit: cover;
    }

    .product-name-cart{
      font-size: 25px;
      font-family: Arial;
    }
    .mid-divider-cart{
      width: 60%;
    }
    .right-divider-cart{
      width: 15%;
    }

    .cart-container{
      width: 90%;
    }

    .hidden-address{
      visibility: hidden;
      display: none;
    }
    .btn-mobile{
      height: 70px;
      width: 220px;
      font-size: 35px;
    }
    .ct-mobile{
      font-size: 50px;
    }
    .pn-mobile{
      font-size: 50px;
    }
    .pp-mobile{
      font-size: 25px;
    }

}
