body{
    font-family: 'Barlow', sans-serif !important;
}
/* -------------------------------------- */
#cardcontainer{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
#card>img{
    width: 100%;
    height: 70%;
    border-radius: 10px;
      
}
#name{
    font-size: small;
    text-align: center;
    margin-top: 2%;

}
#rev{
    text-align: center;
    font-size: smaller;
    margin: 2% 0% .5% 0%;
    color: #000;
    font-size: x-small;
}

#card{
    
    width: 22%;
    height: 500px;
    padding: .5%;
     border-radius: 10px;
    margin: 10px;
}
#card:hover {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px,
      rgba(0, 0, 0, 0.23) 0px 3px 6px;
  }
#price{
    text-align: center;
    font-size: 13px;
    font-weight: 550;
    margin-top: 2%;   
    margin-bottom: 6%;  
}
#cartbtn{
   
    border-radius: 135px;
    border: 1px solid #000;
    padding: 4px 10px;
    background-color: white;
    width: 40%;
    margin-left: 25%;
    font-size: 80%;
    font-weight: 600;
    
}
#cartbtn:hover {
    transition: all;
    color: white;
    background-color: #000;
  }
  #delprice{
      color: #808080;
  }

  #revdiv{
      display: flex;
      
      padding-left: 20%;
     
  }
  .fa{
    font-size: 80% !important;
    color: #ae754e;
    margin-top: 1%;
    margin-right: 2%;
 }
 .fa-star{
     size: 1%;
 }

 /* _----------------------------------------------------- */
  
 #backhome{
    padding: 35px;
    margin: 0%;
  }
  #backhome>a{
    text-decoration: none;
    font-size: 11px;
    color: rgb(144, 144, 144);
  }

  /* ------------------------------ */
  #navbar{
      width: 100%;
      border: 1px solid red;
      margin-top: 0%;
      height: 80px;
      position: fixed;
      top: 0;
      right: 0;
      left: 0;
      transition: top .4s;
      background-color: white;
      margin-left: 0%;
      
  }

  #main{
      margin: 0%;
      padding: 0%;
  }

  /* ----------------------------------------------------sidenavbar-------------------------------- */
  .sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color:rgb(69,69,69);
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 15px;
    color:white;
    font-weight: 500;
    display: block;
    transition: 0.3s;
    margin-bottom: 20px;
}

/* .sidenav a:hover {
    color: #f1f1f1;
} */

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }
}
/* ---------------------------------------------------------------------- */
#welcom{
    color: white;
    padding: 8px 8px 0px 32px;
    display: flex;
    margin: 0%;
}
#welcom2{
    color: white;
    padding: 0px 8px 8px 32px;
    display: flex;
    margin: 0%;
    margin-bottom: 50px;
}
#welcom2 span{
    text-decoration: underline;
}
/* ----------------- */
#logo{
   
  width: 100%;
  margin: 0%;
    
}
#logodiv{

   width: 100px;
   height: 100px;
    position: absolute;
    top: 0;
    padding: 0%;
    left: 40%;
      
}
/* --------------------------otherstuff-------------------------------------------------- */
#otherstuff{
   
    margin-top: 85px;
}
#pagename{

    bottom: 0%;
    text-align: center;

} 
#bigimg{
    width: 100%;
}