.containerpart {
  width: 85%;
  margin: 0 auto;
  max-width: 1450px;
}
@media (min-width: 768px) {
  .containerpart {
    width: 100%;
    margin: 0 auto;
  }
}
.containerpart .inside-wish-list {
  margin-top: 20px;
  border-radius: 15px;
  background: rgb(255, 255, 255);
  width: 100%;
}
.containerpart .inside-wish-list .shadow {
  width: 100%;
  background: linear-gradient(180deg, rgb(242, 248, 253) 14.583%, rgba(242, 248, 253, 0) 49.149%);
  height: 20px;
  margin: -10px 0px;
}
.containerpart .inside-wish-list .list {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin: 10px;
  padding-top: 30px;
  padding-bottom: 50px;
}
.containerpart .inside-wish-list .list .title-list {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  width: 85%;
  margin-bottom: 15px;
}
.containerpart .inside-wish-list .list .title-list img {
  width: 30px;
  height: 30px;
}
.containerpart .inside-wish-list .list .title-list p {
  color: rgb(6, 30, 65);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0px;
  text-align: center;
}
.containerpart .inside-wish-list .list .boxes {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 90%;
  flex-wrap: wrap;
}
.containerpart .inside-wish-list .list .add-buttons {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  gap: 5px;
  width: 80%;
  margin: 20px 0;
}
.containerpart .inside-wish-list .list .add-buttons .add_to_cart {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 130px;
  border-radius: 41px;
  background: rgb(0, 201, 93);
  color: white;
  padding: 10px;
  border: none;
  display: flex;
  flex-direction: row;
  gap: 5px;
  cursor: pointer;
}
.containerpart .inside-wish-list .list .add-buttons .add_to_cart img {
  width: 15px;
  height: 15px;
}
.containerpart .inside-wish-list .list .add-buttons .add_to_cart p {
  color: rgb(255, 255, 255);
  font-size: 13px;
  font-weight: 500;
  line-height: 15px;
  letter-spacing: 0px;
  text-align: center;
}
.containerpart .inside-wish-list .my_lists {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  justify-content: center;
  margin: 10px;
  gap: 20px;
  padding-top: 10px;
  padding-bottom: 50px;
}
.containerpart .inside-wish-list .my_lists .title-list {
  display: flex;
  flex-direction: row;
  gap: 10px;
  width: 85%;
  margin: 0 auto;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.containerpart .inside-wish-list .my_lists .title-list img {
  width: 30px;
  height: 30px;
  margin: 0;
}
.containerpart .inside-wish-list .my_lists .title-list p {
  color: rgb(6, 30, 65);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0px;
  text-align: left;
}
.containerpart .inside-wish-list .my_lists .con {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}
.containerpart .inside-wish-list .my_lists .con .box {
  display: flex;
  flex-direction: column;
}
.containerpart .inside-wish-list .my_lists .con .box .content-box {
  max-width: 300px;
  margin: 10px 10px 0px 10px;
  position: relative;
}
.containerpart .inside-wish-list .my_lists .con .box .content-box .buttons {
  position: absolute;
  display: flex;
  flex-direction: row;
  top: 5px; /* Adjust this as needed */
  right: 1px; /* Aligns the buttons to the end */
}
.containerpart .inside-wish-list .my_lists .con .box .content-box .buttons button {
  background: transparent;
  border: none;
  cursor: pointer;
}
.containerpart .inside-wish-list .my_lists .con .box .content-box .buttons img {
  width: 10px;
  height: 10px;
}
.containerpart .inside-wish-list .my_lists .con .box .content-box a img {
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.containerpart .inside-wish-list .my_lists .con .box p {
  color: rgb(60, 85, 106);
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
  letter-spacing: 0px;
  text-align: center;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .containerpart .inside-wish-list .list .title-list {
    justify-content: center;
  }
  .containerpart .inside-wish-list .list .title-list p {
    font-size: 15px;
  }
  .containerpart .inside-wish-list .list .add-buttons .add_to_list {
    width: 120px;
    padding: 5px;
  }
  .containerpart .inside-wish-list .list .add-buttons .add_to_list p {
    font-size: 10px;
  }
  .containerpart .inside-wish-list .list .add-buttons .add_to_cart {
    width: 120px;
    padding: 5px;
  }
  .containerpart .inside-wish-list .list .add-buttons .add_to_cart p {
    font-size: 10px;
  }
  .containerpart .inside-wish-list .my_lists .title-list {
    justify-content: center;
    align-items: center;
  }
  .containerpart .inside-wish-list .my_lists .title-list p {
    font-size: 15px;
  }
}/*# sourceMappingURL=specific_list.css.map */