body{
  background-color: rgb(243,243,243);
}
.address-main-div{
  margin-top: 100px;
}
#search{
  display: none;
}
.address-form input{
  margin-bottom: 10px!important;
}
.cart-img{
  height: 150px!important;
  width: 150px!important;
}
.cart-img img{
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.add{
  display: none;
}
input:disabled {
  background:#fcf9f2!important;
}
form #alert{
  color: red;
  display:none;
  font-size: 13px;
  margin-top: 10px;
}
@media only screen and (max-width: 600px) {

  .top-head{
    margin: 0px 2px!important;
    margin-top: -40px!important;
  }
  .top-head h1{
    font-size: 20px;
    padding-top: 8px;
  }
  .cart-img{
    height: 120px!important;
    width: 120px!important;
  }
  }
