  .cart-end.product-also{
  padding-top: 0;
}
.cart-end.product-also .ce-images .ce-img{
  width: 110px;
}
  .cart-end .ce-images{
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px; 
  align-items: center;
  justify-content:space-around;
}
.cart-end .ce-images .ce-img{
  width: 100px;
}