@media (min-width: 768px) {
  .logo {
    display: none;
  }
}

.frist-section-contain {
  display: flex;
  flex-direction: row;
  gap: 30%;
}

.frist-section {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  gap: 30px;
}

.frist-section li {
  list-style: none;
}

.frist-section-contain a {
  text-decoration: none;
}

.search {
  padding-right: 170px;
}

.img img {
  width: 100%;
  max-width: 300px;
  height: auto;
  border-radius: 8px;
}

.small-col img {
  width: 90%;
  height: auto;
  cursor: pointer;
}

.img img:hover {
  transform: scale(1.6);
}

#icons img {
  width: 50px;
  height: 20px;
}

#logo {
  gap: 20px;
  display: flex;
  flex-direction: row;
  top: 0%;
}

#logo img {
  width: 50px;
  height: 40px;
}

/* catagory */
.category1 {
  display: flex;
  gap: 90px;
  width: 10%;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  margin: 10px;
  border-radius: 30px;
  background-color: rgb(235, 239, 221);
  height: 40px;
  font-weight: bold;
  font-size: larger;
}

.category1 a {
  display: flex;
  text-decoration: none;
  color: black;
}

/* catagory */
.category2 {
  display: flex;
  gap: 90px;
  width: 30%;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  margin: 10px;
  border-radius: 30px;
  background-color: rgb(235, 239, 221);
  height: 40px;
  font-weight: bold;
  font-size: larger;
}

.category2 a {
  display: flex;
  text-decoration: none;
  color: black;
}

/* catagory */
.category3 {
  display: flex;
  gap: 90px;
  width: 30%;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  margin: 10px;
  border-radius: 30px;
  background-color: rgb(235, 239, 221);
  height: 40px;
  font-weight: bold;
  font-size: larger;
}

.category3 a {
  display: flex;
  text-decoration: none;
  color: black;
}

.category-container {
  display: flex;
  justify-content: center;
}

.product {
  flex: 1;
  margin-right: 20px;
}

.small-row {
  display: flex;
  justify-content: flex-start;
  background-color: bisque;
}

.product-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 20px;
  width: 40%;
}

.main {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 2%;
  margin-bottom: 10px;
  margin-top: 10px;
  width: 100%;
}

.description {
  flex: 2;
}

.description h4 {
  margin-top: 20px;
}

.description h1,
.description p {
  font-size: small;
  margin: 10px 0;
}

.description input {
  width: 10%;
  height: 20%;
  font-weight: 20;
}

.btn {
  display: inline-block;
  background-color: #66d369;
  color: white;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 4px;
}

/* items in clothing  */

.kidlist {
  margin-top: 70px;
}

.main-list {
  border-radius: 30px;
  background-color: rgb(191, 200, 201);
  width: 120px;
  height: 40px;
}

.main-list a {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  text-decoration: none;
  margin-left: 30px;
  margin-top: 2px;
  font-family: 'Times New Roman', Times, serif;
  padding-top: 10px;
}

.kid {
  display: flex;
}

/* specifuc item listing  */
.tab {
  width: 80px;
  color: #000;
  background-color: rgb(231, 222, 222);
  border-radius: 3px;
  margin-bottom: 5px;
}

.specificlist ul {
  list-style: none;

  /* spacificlisting */
}

.specificlist ul li a {
  text-decoration: none;
}

#kid-select {
  background-color: rgb(0, 136, 255);
}

#icon-change {
  color: rgb(0, 136, 255);
}

@media (max-width: 767px) {
  .navigations {
    display: none;
  }

  .main {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 50px;
    padding-left: 15px;
  }

  .view {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 50px;
    padding-left: 15px;
  }

  .category3 {
    width: 40%;
  }

  .category2 {
    display: none;
  }

  .category1 {
    width: 30%;
  }

  .category-container {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 70px;
    flex-direction: row;
  }

  .product-container {
    display: flex;
    border-radius: 4px;
    padding: 0;
    width: auto;
    margin-bottom: 10%;
  }

  .product {
    flex: 1;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    width: auto;
    background-color: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    padding-left: 0;
  }

  /* class for .productMarigin */
  .productMarigin {
    width: auto;
    border: 2px silver solid;
  }

  .small-row {
    display: flex;
    justify-content: flex-start;
    background-color: bisque;
    height: auto;
    width: 150px;
  }

  /* base styles */
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
  }

  a {
    color: white;
  }

  a:visited {
    color: white;
  }

  a:hover {
    color: #6f86ff;
  }

  body {
    font-family: sans-serif;
  }

  /* off-screen-menu */
  .off-screen-menu {
    background-color: rgb(0, 136, 255);
    height: 100%;
    width: 100%;
    max-width: 450px;
    position: fixed;
    top: 0;
    right: -450px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 3rem;
    transition: 0.3s ease;
  }

  .off-screen-menu.active {
    right: 0;
  }

  /* nav */
  nav {
    padding: 1rem;
    padding-left: 35%;
    display: flex;
    justify-content: flex-end;
  }

  /* ham menu */
  .ham-menu {
    height: 50px;
    width: 40px;
    margin-left: auto;
    position: relative;
    display: flex;
    justify-content: end;
  }

  .ham-menu span {
    height: 5px;
    width: 100%;
    background-color: #6f86ff;
    border-radius: 25px;
    position: absolute;
    left: 30%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: 0.3s ease;
  }

  .ham-menu span:nth-child(1) {
    top: 25%;
  }

  .ham-menu span:nth-child(3) {
    top: 75%;
  }

  .ham-menu.active span {
    background-color: white;
  }

  .ham-menu.active span:nth-child(1) {
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
  }

  .ham-menu.active span:nth-child(2) {
    opacity: 0;
  }

  .ham-menu.active span:nth-child(3) {
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
  }
}
