.section-out-products-cart {
  padding: 72px 100px;
}

.all-info-cart-container {
  display: flex;
  justify-content: space-between;
  gap: 80px;
}

.titles-products-cart-container {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
  padding: 15px 121px;
  color: #fff;
  gap: 101px;
}

.product-container-cart {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 55px;
  gap: 34px;
}

.texts-cart-container-product {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
}

.title-product-cart-quantity {
  font-size: 16px;
  font-weight: 500;
  transform: translateX(122px);
}

.title-product-cart-product {
  font-size: 16px;
  font-weight: 500;
  transform: translateX(80px);
}

.title-product-cart-price {
  font-size: 16px;
  font-weight: 500;
  transform: translateX(150px);
}

.title-product-cart-summary {
  font-size: 16px;
  font-weight: 500;
  transform: translateX(50px);
}

.name-product-cart {
  font-size: 16px;
  font-weight: 400;
}

.gender-product-cart {
  color: rgba(159, 159, 159, 1);
  font-size: 16px;
  font-weight: 400;
}

.price-product-cart {
  font-size: 16px;
  font-weight: 400;
  color: rgba(159, 159, 159, 1);
}

.summary-cart-product {
  font-size: 16px;
  font-weight: 400;
}

.summary-products-cart-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #000;
  color: #fff;
  padding: 15px 20px 79px 20px;
}

.image-product-cart {
  width: 105px;
  border-radius: 10px;
  height: auto;
  box-shadow: 0px 0px 5px 0px #cecece;
}

.input-quantity-product-cart {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  width: 32px;
  text-align: center;
  outline: none;
  border: 1px solid rgba(159, 159, 159, 1);
  border-radius: 5px;
  height: 32px;
}

.input-quantity-product-cart:focus {
  border: 1px solid #555555;
}

.button-delete-product-cart {
  background-color: transparent;
  outline: none;
  border: none;
  padding: 0;
  margin: 0;
}

.title-cart-summary-container {
  padding-bottom: 60px;
}

.title-cart-summary {
  font-size: 21px;
  font-weight: 600;
}

.prices-cart-summary-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-bottom: 48px;
}

.price-summary {
  font-size: 18px;
  font-weight: 500;
}

.button-cart-summary {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  width: 100%;
  font-weight: 500;
  background-color: #fff;
  color: #000;
  border-radius: 10px;
  padding: 15px 13px;
  border: none;
  outline: none;
  box-shadow: 0px 20px 35px 0px rgba(0, 0, 0, 0.15);
  transition: transform 250ms ease-in-out, box-shadow 250ms ease-in-out;
}

.section-our-advantages {
  margin-top: 63px;
  padding: 57px 131px;
  border-radius: 5px;
  background-color: rgba(250, 243, 234, 1);
}

.advantages-list-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 36px;
}
.advantages-item {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.title-advantages {
  font-size: 20px;
  font-weight: 500;
  color: rgba(72, 72, 72, 1);
}

.p-advantages {
  font-size: 16px;
  font-weight: 400;
  color: rgba(72, 72, 72, 1);
}
