*{
    margin: 0;
    padding: 0;
}
@font-face {
    font-family:vazir ;
    src: url(Vazirmatn-Regular.woff2);
}
.navbar{
  background-color: #191e23;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px 0 15px ;

}
.navbar-center{
  max-width: 1170px;
  width: 100% ;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 5px;

}
i{
  color: #ffff;
  font-size: 25px;
 cursor: pointer;
}
i:hover{
  color: #00a0d2;

}
.nav-title{
  color: #ffffff;
  font-family: vazir;
  font-weight: 600;
  font-size: 28px;
}
.num{
  color: azure;
  background-color: rgb(207, 71, 71);
  padding: 0 4px 0 4px ;
  border-radius: 50%;
  position:absolute ;
  top: -6px;
  right: -8px;
  z-index: 1;

}
.cart-button{
  position: relative;
}
.nav-title:hover{
 
  color:#0073AA;
}
/*end of navbar*/
.product-center{
  width: 100%;
  max-width: 1170px;
  display: grid;
  grid-template-columns:repeat(auto-fit, minmax(260px, 1fr));
  column-gap:15px;
  row-gap: 20px; 

} 
.products{
  padding: 0 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #B4B9BE ;
  padding-bottom: 2rem;
}

.product-img{
 width: 100%;
 min-height: 120px;
 border-radius: 8px 8px 0 0;
}
.section-title{
  text-align: center;
  margin: 20px;
  margin-bottom:2rem;
  font-size: larger;
  font-family: vazir;
}
.product{
  background-color: #ffffff;
  border-radius: 10px 10px 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;

}
.product-disc{
  font-size: 28px;
  font-family: vazir;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.product-price{
  font-size: larger;
  font-family: vazir;
  text-align: center;
}
.buttom{
outline: none;
border:none;
border-radius: 8px;
padding: 10px 25px ;
text-align: center;
font-family: vazir;
font-weight: 600;
background-color:#191e23;
color:white;
margin-bottom: 15px;
}
.buttom:hover{
  background-color: #0073AA;
}
footer{
  font-size: 26px;
  font-family: vazir;
  text-align: center;
  color: #ffffff;
  background-color: #191e23;
}
.a{
  margin: 10px;
}
.foot{
  display: flex;
  justify-content: space-around;
}
.foott{
  margin: 10px;
}