 @media screen and (min-width: 1024px) {
.delivery_time_checker input {
    height: 45px;
    width: 200px;
    padding-left: 20px;
	border-radius: 5px 0 0 5px;
}
	 .product-image-wrapper .hover-image {
    object-fit:cover !important;
	object-position:center;
}
	 .category-card img {
    max-height: 130px;
    max-width: 130px !important;
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 50px 50px !important;
    border: 1px solid #ddc295 !important;
}
   }