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

.all-info-cart-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  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: 14px;
  gap: 34px;
}

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

.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;
  color: #000;
  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 {
  display: none;
  font-size: 16px;
  font-weight: 400;
  color: #000;
}

.item-quantity-out {
  color: #000;
}

.summary-products-cart-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  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-product {
  font-size: 21px;
  font-weight: 600;
  color: #000;
}

.title-cart-summary-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.title-cart-summary {
  display: none;
  font-size: 21px;
  font-weight: 600;
  color: #000;
}

.prices-cart-summary-container {
  padding-top: 22px;
  padding-bottom: 48px;
  width: 100%;
}

.price-summary {
  font-size: 25px;
  font-weight: 500;
  color: #000;
  text-align: center;
  border-bottom: 1px solid rgba(217, 217, 217, 1);
}

.buttons-cart-summary-container {
  width: 100%;
}

.button-cart-summary {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  width: 100%;
  font-weight: 500;
  background-color: #000;
  color: #fff;
  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;
}

.title-form-container {
  padding-bottom: 36px;
}

.name-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  padding-bottom: 36px;
  margin: 0px 30px;
}

.input-name-container {
  display: flex;
  gap: 22px;
  flex-direction: column;
}

.all-fields-container {
  display: flex;
  flex-direction: column;
  gap: 36px;
  margin: 30px;
}

.input-container-all {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.input-name-checkout {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  outline: none;
  padding: 5px;
  border: 1px solid rgba(159, 159, 159, 1);
  border-radius: 5px;
  width: 100%;
}

.input-name-checkout:focus {
  box-shadow: 0px 0px 9px 0px #c2c2c2;
}

.input-all-checkout {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  outline: none;
  padding: 5px;
  border: 1px solid rgba(159, 159, 159, 1);
  border-radius: 5px;
  width: 100%;
}

.input-all-checkout:focus {
  box-shadow: 0px 0px 9px 0px #c2c2c2;
}

.name-input-send {
  font-size: 16px;
  font-weight: 500;
}

.p-checkout {
  font-size: 17px;
  font-weight: 700;
}

.product-quantity-container {
  display: flex;
}

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

.advantages-list-container {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  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);
}

.option-payment-container {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  cursor: pointer;
}

.custom-radio-option {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  margin-bottom: 20px;
  font-family: "Poppins", sans-serif;
  position: relative;
}

.custom-radio-option input[type="radio"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.custom-radio-mark {
  width: 20px;
  height: 20px;
  border: 2px solid #000;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.2s ease;
  flex-shrink: 0;
}

.custom-radio-option input[type="radio"]:checked + .custom-radio-mark {
  border-color: #000;
  background-color: #000;
}

.custom-radio-option:hover .custom-radio-mark {
  border-color: #555;
}

.custom-radio-text {
  color: #000;
  font-size: 16px;
}

.report-span {
  color: #797979;
  font-size: 12px;
}

.report-container {
  display: flex;
  flex-direction: column;
}

.title-checkout {
  font-size: 27px;
  text-align: center;
}

@media (min-width: 1158px) {
  .section-out-products-cart {
    padding: 72px 100px;
  }

  .all-info-cart-container {
    display: flex;
    flex-wrap: nowrap;
    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: 14px;
    gap: 34px;
  }

  .texts-cart-container-product {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    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;
    color: #000;
    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 {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #000;
  }

  .item-quantity-out {
    color: #000;
  }

  .summary-products-cart-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    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-product {
    font-size: 21px;
    font-weight: 600;
    color: #000;
  }

  .title-cart-summary-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }

  .title-cart-summary {
    display: block;
    font-size: 21px;
    font-weight: 600;
    color: #000;
  }

  .prices-cart-summary-container {
    padding-top: 22px;
    padding-bottom: 48px;
    width: 100%;
  }

  .price-summary {
    font-size: 25px;
    font-weight: 500;
    color: #000;
    text-align: center;
    border-bottom: 1px solid rgba(217, 217, 217, 1);
  }

  .buttons-cart-summary-container {
    width: 100%;
  }

  .button-cart-summary {
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    width: 100%;
    font-weight: 500;
    background-color: #000;
    color: #fff;
    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;
  }

  .title-form-container {
    padding-bottom: 36px;
  }

  .name-container {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 31px;
    padding-bottom: 36px;
    margin: 0px;
  }

  .input-name-container {
    display: flex;
    gap: 22px;
    flex-direction: column;
  }

  .all-fields-container {
    display: flex;
    flex-direction: column;
    gap: 36px;
    margin: 0px;
  }

  .input-container-all {
    display: flex;
    flex-direction: column;
    gap: 22px;
  }

  .input-name-checkout {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    outline: none;
    padding: 10px;
    border: 1px solid rgba(159, 159, 159, 1);
    border-radius: 5px;
    width: auto;
  }

  .input-name-checkout:focus {
    box-shadow: 0px 0px 9px 0px #c2c2c2;
  }

  .input-all-checkout {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    outline: none;
    padding: 10px;
    border: 1px solid rgba(159, 159, 159, 1);
    border-radius: 5px;
    width: auto;
  }

  .input-all-checkout:focus {
    box-shadow: 0px 0px 9px 0px #c2c2c2;
  }

  .name-input-send {
    font-size: 16px;
    font-weight: 500;
  }

  .p-checkout {
    font-size: 25px;
    font-weight: 700;
  }

  .product-quantity-container {
    display: flex;
  }

  .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;
    flex-wrap: nowrap;
    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);
  }

  .option-payment-container {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    cursor: pointer;
  }

  .custom-radio-option {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    margin-bottom: 10px;
    font-family: "Poppins", sans-serif;
    position: relative;
  }

  .custom-radio-option input[type="radio"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }

  .custom-radio-mark {
    width: 20px;
    height: 20px;
    border: 2px solid #000;
    border-radius: 50%;
    display: inline-block;
    transition: all 0.2s ease;
    flex-shrink: 0;
  }

  .custom-radio-option input[type="radio"]:checked + .custom-radio-mark {
    border-color: #000;
    background-color: #000;
  }

  .custom-radio-option:hover .custom-radio-mark {
    border-color: #555;
  }

  .custom-radio-text {
    color: #000;
    font-size: 16px;
  }

  .report-span {
    color: #797979;
    font-size: 12px;
  }

  .report-container {
    display: flex;
    flex-direction: column;
  }

  .title-checkout {
    font-size: 32px;
    text-align: left;
  }
}
