.cart-dept {
  border-radius: 7px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
    rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  height: 300px;
  background-color: white;
}

.empty-cart-div {
  text-align: center;
  /* border: 2px solid red; */
}

.start-shopping-btn {
  padding: 1.1rem;
  background-color: #60a917;
  text-decoration: none;
  color: black;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.empt-cart-img {
  margin-top: 12px;
}

/* @media (max-width: 850px){
    .cart-dept{
        margin-left: 0.2rem;
        margin-right: 0.2rem;
    }
} */
