.hero-section {
  min-height: 480px;
}

.content-left {
  position: relative;
  top: -290px;
  margin-bottom: -290px;
}

.content-right {
  position: relative;
  top: -135px;
  margin-bottom: -135px;
  padding-left: 40px;
}

.step-title {
  color: #fff;
  font-size: 35px;
  font-weight: 500;
}

.step-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 70px;
  position: relative;
  padding: 10px 100px;
  margin-bottom: 5px;
}

.step-wrapper {
  flex: 1;
  position: relative;
}

.step {
  font-weight: 500;
  font: size 17px;
  background: transparent;
  padding: 10px;
  text-align: center;
  border-radius: 8px;
  position: relative;
  z-index: 1;
  border: 1px solid #d9d9d9;
  color: #fff;
}

.step.active {
  color: #2d62d7;
  background-color: #ffffff;
  border: 1px solid #ffffff;
}

/* Bağlantı çubuğu */
.step-wrapper:not(:last-child)::after {
  content: '';
  position: absolute;
  right: -70px;
  top: 50%;
  transform: translateY(-50%);
  width: 70px;
  height: 10px;
  background: #ffffff;
  z-index: 0;
}

.summary-card,
.summary-info-card {
  position: relative;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0px 4px 100px 4px #00000059;
}

.summary-card .head {
  padding: 15px 40px;
  border-bottom: 1px solid #000;
}

.summary-card .head p {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
}

.products-body {
  padding: 10px 10px 40px 10px;
}

.product-item {
  padding: 10px 20px;
  background-color: #e4e4e7;
  border-radius: 15px;
  margin-bottom: 20px;
}

.product-item .icon {
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  font-size: 40px;
  color: #fff;
  margin-right: 10px;
}

.product-item .content .product {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 0;
}

.product-item .content .link {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
}

.product-item .price {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 0;
}

.product-item .delete-btn {
  margin-top: 5px;
  font-size: 22px;
  background-color: #fff;
  color: #d4295c;
  border: 0;
  border-radius: 5px;
}

.product-footer {
  border-top: 1px solid #000;
  font-size: 17px;
  font-weight: 600;
}

.product-footer p {
  padding: 10px 30px;
  margin-bottom: 0;
}

.summary-header {
  padding: 15px 25px;
  font-size: 24px;
  border-bottom: 1px solid #000;
}

.summary-header p {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 0;
}

.summary-header .icon {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-right: 5px;
  background-color: #bbd5e6;
  color: #3465dc;
}

.price-summary {
  font-weight: 500;
  padding: 15px 25px;
  border-bottom: 1px solid #000;
}

.price-summary p {
  margin-bottom: 5px;
}

.discount-coupon {
  font-weight: 500;
  padding: 15px 25px;
  border-bottom: 1px solid #000;
}

.input-group.coupon,
.input-group.coupon .form-control {
  background-color: #e5e5e5;
  border: 0;
}

.input-group.coupon .form-control {
  padding: 12px 20px;
}

.input-group.coupon .input-group-text {
  font-size: 22px;
  border: 0;
  padding-right: 15px;
  color: #fff;
  background-color: #426de9;
}

.payment-summary {
  font-size: 17px;
  font-weight: 600;
  padding: 15px 25px 25px 25px;
}

.payment-summary p {
  margin-bottom: 3px;
}

.payment-summary .payment-btn {
  background-color: #426de9;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  border: 0;
  width: 100%;
  border-radius: 10px;
  padding: 10px 20px;
}

.payment-summary .payment-btn i {
  font-size: 20px;
  margin-left: 10px;
}

.other-items-title {
  font-size: 30px;
  font-weight: 600;
  margin: 50px 0 20px 0;
  letter-spacing: 2px;
}

.other-items-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 80px;
}

.other-item {
  background-color: #e4e4e7;
  padding: 15px;
  border-radius: 10px;
}

.other-item .icon {
  width: 50px;
  font-size: 26px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-right: 5px;
  color: #fff;
}

.other-item p {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 0;
  margin-left: 10px;
}

.other-item .right-arrow {
  font-size: 30px;
  color: #426de9;
}

.payment-methods {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 15px 40px;
}

.payment-methods p {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 0;
}

.payment-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 2px solid #426de9;
  border-radius: 8px;
  padding: 12px 16px;
  background-color: #fff;
  cursor: pointer;
  transition:
    background-color 0.3s,
    border-color 0.3s;
  position: relative;
}

.payment-option i {
  font-size: 26px;
  margin-right: 5px;
  font-weight: 100;
}

.payment-option .content {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  font-weight: 600;
  color: #000;
}

.payment-option .checkmark {
  width: 30px;
  height: 30px;
  border-radius: 5px;
  background-color: #d9d9d9;
  position: relative;
  flex-shrink: 0;
}

.payment-option input[type='radio'] {
  display: none;
}

.payment-option input[type='radio']:checked + .content + .checkmark {
  background-color: #fff;
}

.payment-option input[type='radio']:checked + .content + .checkmark::after {
  content: '✓';
  color: #426de9;
  font-size: 18px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.payment-option:has(input[type='radio']:checked) {
  background-color: #426de9;
  border-color: #fff;
  color: #fff;
}

.payment-option:has(input[type='radio']:checked) .content {
  color: #fff;
}

.step-area p {
  margin-bottom: 0;
}

.step-area i {
  display: none;
}

.discount-text {
  color: #9b9b9b;
}
.empty-cart {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: 312px;
}
.empty-cart .icon i {
  font-size: 65px;
  color: #00000080;
}
.empty-cart .error {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  border-radius: 5px;
  padding: 2px 10px;
  color: #ef4444;
  margin-top: 15px;
  background-color: #fecaca;
}
.empty-cart .error i {
  font-size: 20px;
  margin-right: 5px;
}
.empty-cart .go-services-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 17px;
  font-weight: 500;
  color: #fff;
  border-radius: 10px;
  padding: 10px 15px;
  background-color: #426de9;
  margin-top: 30px;
  min-width: 29%;
}
@media (max-width: 991px) {
  .content-right {
    top: 0;
    margin-bottom: 20px;
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }

  .other-items-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }

  .step-area {
    padding: 10px;
  }
}

@media (max-width: 513px) {
  .step-area p {
    display: none;
  }

  .step-area i {
    display: block;
    font-size: 20px;
  }

  .payment-methods,
  .summary-card .head {
    padding: 15px 20px;
  }

  .other-items-title {
    letter-spacing: 0;
  }

  .product-item .content .product {
    font-size: 15px;
  }

  .product-item .icon {
    width: 45px;
    height: 45px;
    font-size: 30px;
  }

  .product-item {
    padding: 5px 10px;
  }

  .product-item .price {
    font-size: 15px;
    text-wrap:nowrap;
  }

  .product-item .delete-btn {
    font-size: 17px;
  }
}

@media (max-width: 455px) {
  .other-items-title {
    font-size: 23px;
  }

  .success-badge {
    font-size: 10px;
  }

  .other-item .icon {
    width: 35px;
    height: 35px;
  }

  .other-item p {
    font-size: 14px;
  }

  .other-item .right-arrow {
    font-size: 25px;
  }
}

@media (max-width: 400px) {
  .product-item .content .product {
    font-size: 13px;
  }

  .product-item .icon {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }

  .product-item .price {
    font-size: 13px;
  }

  .product-item .delete-btn {
    font-size: 15px;
  }
}
