.containerpart {
  width: 85%;
  margin: 0 auto;
  max-width: 1450px;
}
@media (min-width: 768px) {
  .containerpart {
    width: 100%;
    margin: 0 auto;
  }
}
.containerpart .recipes {
  margin-top: 20px;
  width: 100%;
}
.containerpart .recipes .banner img {
  width: 100%;
}
.containerpart .recipes .viva-recipes {
  margin-top: 20px;
  border-radius: 15px;
  background: rgb(255, 255, 255);
  padding: 10px;
  display: flex;
  justify-content: center;
}
.containerpart .recipes .viva-recipes .my_recipes {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
}
.containerpart .recipes .viva-recipes .my_recipes .title-recipes {
  display: flex;
  flex-direction: row;
  gap: 10px;
  margin-left: 10px;
}
.containerpart .recipes .viva-recipes .my_recipes .title-recipes img {
  width: 30px;
  height: 30px;
  margin: 0;
}
.containerpart .recipes .viva-recipes .my_recipes .title-recipes p {
  color: rgb(6, 30, 65);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0px;
  text-align: left;
}
.containerpart .recipes .viva-recipes .my_recipes .con {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.containerpart .recipes .viva-recipes .my_recipes .con .box {
  display: flex;
  flex-direction: column;
}
.containerpart .recipes .viva-recipes .my_recipes .con .box .content-box {
  max-width: 296px;
  margin: 10px 10px 0px 10px;
  position: relative;
}
.containerpart .recipes .viva-recipes .my_recipes .con .box .content-box a img {
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.containerpart .recipes .viva-recipes .my_recipes .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;
}
.containerpart .recipes .trending_on_social {
  display: none !important;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 40px;
}
.containerpart .recipes .trending_on_social .title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.containerpart .recipes .trending_on_social .title p {
  color: rgb(6, 30, 65);
  font-size: 20px;
  font-weight: 600;
  line-height: 15px;
  letter-spacing: 0px;
  text-align: left;
}
.containerpart .recipes .trending_on_social .title a {
  color: rgb(6, 30, 65);
  font-size: 10px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0px;
  text-align: left;
  text-decoration-line: underline;
}
.containerpart .recipes .trending_on_social .boxes {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 10px;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.containerpart .recipes .trending_on_social .boxes .box {
  max-width: 350px;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid rgb(227, 227, 235);
  border-radius: 10px;
  background: rgb(255, 255, 255);
}
.containerpart .recipes .trending_on_social .boxes .box a {
  flex: 2;
}
.containerpart .recipes .trending_on_social .boxes .box a img {
  width: 100%;
}
.containerpart .recipes .trending_on_social .boxes .box .info {
  flex: 1.5;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 10px;
  margin-top: 10px;
  gap: 10px;
}
.containerpart .recipes .trending_on_social .boxes .box .info .title_box {
  color: rgb(6, 30, 65);
  font-size: 18px;
  font-weight: 600;
  line-height: 15px;
  letter-spacing: 0px;
  text-align: left;
}
.containerpart .recipes .trending_on_social .boxes .box .info .description {
  color: rgb(6, 30, 65);
  font-size: 13px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0px;
  text-align: left;
}
.containerpart .recipes .trending_on_social .boxes .box .info .button_add_to_cart {
  box-sizing: border-box;
  border: 1px solid rgb(47, 60, 72);
  border-radius: 41px;
  background: rgb(242, 248, 253);
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(6, 30, 65);
  font-size: 10px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0px;
  text-align: left;
  padding: 5px;
  margin: 10px 0;
}
@media (max-width: 768px) {
  .containerpart .recipes .viva-recipes .my_recipes {
    margin-top: 10px;
  }
  .containerpart .recipes .viva-recipes .my_recipes .title-recipes {
    justify-content: center;
    align-items: center;
    margin: 0;
  }
  .containerpart .recipes .viva-recipes .my_recipes .title-recipes p {
    font-size: 15px;
  }
  .containerpart .recipes .viva-recipes .my_recipes .con {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .containerpart .recipes .trending_on_social .title p {
    font-size: 16px;
  }
  .containerpart .recipes .trending_on_social .boxes {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
}
@media (min-width: 768px) and (max-width: 1450px) {
  .containerpart .recipes .trending_on_social .boxes {
    flex-wrap: nowrap;
  }
  .containerpart .recipes .trending_on_social .boxes .box .info .title_box {
    font-size: 15px;
  }
  .containerpart .recipes .trending_on_social .boxes .box .info .description {
    font-size: 10px;
  }
}/*# sourceMappingURL=recipes.css.map */