.top {
  display: flex;
}
.top .savat i {
  color: #fff;
  font-size: 24px;
  margin-left: 10px;
  margin-top: 55px;
}

#store {
  color: white !important;
}

.aa #categories {
  width: 90%;
}
.aa .bb .div {
  border-radius: 10px;
  border: 1px solid rgb(85, 85, 85);
  padding: 20px;
}
.aa .bb .div img {
  border-radius: 10px;
  margin-bottom: 20px;
}
.aa .bb .div .p {
  color: white;
  font-size: 18px;
  margin-bottom: 10px !important;
}
.aa .bb .div .p2 {
  display: inline;
  color: white;
  border: 1px solid rgb(85, 85, 85);
  background-color: rgba(85, 85, 85, 0.205);
  padding: 6px 15px;
  cursor: pointer;
  border-radius: 15px;
}
.aa .bb .div .p2:hover {
  color: rgb(112, 59, 247);
}
.aa .bb .div .p3 {
  color: gray;
  font-size: 14px;
}
.aa .bb .div .p4 {
  color: white;
}
.aa .bb .div .btn {
  border: none;
  background-color: #2416a3;
  color: #fff;
  padding: 10px 20px;
  border-radius: 10px;
  cursor: pointer;
  font-size: 16px;
  transition: 0.3s;
}
.aa .bb .div .div1 {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.aa .btns {
  width: 80%;
  border: 1px solid #9e9e9e;
  height: 290px;
  padding: 10px 0px;
  border-radius: 10px;
}
.aa .btns button {
  display: block;
  width: 100%;
  margin-top: 12px;
  font-size: 18px;
  background: linear-gradient(to right, rgb(37, 37, 37), #131313);
  padding: 5px 0px;
  padding-left: 10px;
  padding-right: 20px;
  border-left: 3px solid transparent;
  transition: 0.3s;
  text-align: start;
}
.aa .btns button:focus {
  border-left: 3px solid #1138b6;
}

#shoping {
  display: none;
  width: 80%;
  margin: auto;
  height: 80vh;
  background-color: rgb(28, 92, 44);
  text-align: center;
}
#shoping h1 {
  font-size: 72px;
  font-family: sans-serif;
  color: white;
  text-align: center;
  margin-top: 50px;
}
#shoping p {
  color: rgba(255, 255, 255, 0.604);
  text-align: center;
  margin-top: 20px;
  font-size: 29px;
}
#shoping button {
  border: none;
  width: 300px;
  background-color: #2416a3;
  color: #fff;
  padding: 10px 20px;
  border-radius: 10px;
  cursor: pointer;
  font-size: 16px;
  transition: 0.3s;
  margin-top: 20px;
}

@media (max-width: 1100px) {
  .aa {
    flex-direction: column-reverse;
  }
  .aa #list {
    width: 100%;
  }
}
@media (max-width: 1087px) {
  .search_div {
    width: 50%;
  }
}
@media (max-width: 900px) {
  #list {
    grid-template-columns: 2fr 2fr;
  }
  #shoping h1 {
    font-size: 50px;
  }
  #shoping p {
    font-size: 24px;
  }
}
@media (max-width: 730px) {
  .search_div {
    width: 80%;
  }
  .search_div i {
    font-size: 10px;
  }
  .search_div input {
    padding: 3px;
  }
}
@media (max-width: 700px) {
  #shoping h1 {
    font-size: 40px;
  }
}
@media (max-width: 620px) {
  #list {
    grid-template-columns: 330px;
    justify-content: center;
  }
  #shoping h1 {
    font-size: 30px;
  }
}/*# sourceMappingURL=producs.css.map */