
/*login css */

.loginCard{
    margin-top: 6rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*landingCard css */

.productCart{
  display: flex;
  flex-wrap: wrap;
  align-content:space-between;
  justify-content:space-around;
}
.cardIcon{
display: flex;
flex-wrap: wrap;
justify-content:space-between;
}


/* cart css */
.upperCart{
    display: flex;
    flex-direction: row ;
}

.cartStyle{
    margin-top: 50px;
    margin-left: 30px;
    width: 70%;
}

/* cartRightSide css */

.cards {
    margin-top: 50px;
    margin-left: 40px;
    padding: 5px;
    justify-content: center;
    height: fit-content;
    background-color: #f0f0f0;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    width: 20%;
  }
  
  .card:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
  }
  
  .containerCard {
    padding: 2px 16px;
    justify-content: center;
  }

/* admin css */

  .adminStyle{
    margin-top: 50px;
    display: flex;
    justify-content: center;
    
  }
  .adminStyleInner{
    width: 90%; 
  }

/*singup css */

  .singupCard{
    margin-top: 4rem;
    display: flex;
    justify-content: center;
    align-items: center; 
    margin-bottom: 2rem;
  }

/*order css */

  .orderTable{
   padding: 40px;
  }