body{
  width: 1254px;
  margin-right: auto;
  margin-left: auto;
  font-family: 'Poppins', Arial, Helvetica, sans-serif !important; 
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px 20px;
  box-sizing: border-box;
  position: sticky;
  top: 0;
  z-index: 999;
  background: white;
  transition: box-shadow 0.2s;
}

.brand-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}
.img-respon {
  width: 150px;
  height: auto;
}

main{
  margin-block: 25px;
  width: 100%;
}
.paper-title{
  font-size: 30px;
  font-weight: 700;
}

.cart-button {
    background-color: transparent;
  color: #FE8911;
  border: solid 1px orange;
  padding: 8px 16px;
  font-weight: 600;
  font-size: 15px;
  border-radius: 20px;
  cursor: pointer;
}

.cart-button:hover {
  background-color: rgb(244, 240, 240);
}
.order-error-message {
  color: #d91c1c;
  margin-top: 10px;
  background: #fff3f3;
  border: 1px solid #f2b2b2;
  padding: 9px 14px;
  border-radius: 6px;
  font-size: 1.03em;
  font-weight: 500;
}


.back-btn {
  background: #ffa200;
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 8px 22px;
  font-weight: 600;
  margin-bottom: 20px;
  cursor: pointer;
  font-size: 1rem;
  transition: background 0.2s;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.back-btn:hover {
  background: #e08b00;
}

.section {
  margin-bottom: 24px;
}

.section-title {
  font-size: 1.22rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.address-box {
  background: #fafafa;
  border-radius: 7px;
  padding: 14px;
  font-size: 1rem;
  border: 1px solid #f4f4f4;
  margin-bottom: 24px;
  line-height: 1.5;
}

.payment-box {
  background: #fff;
  border: 2px solid #ffa200;
  border-radius: 8px;
  padding: 18px;
}

.payment-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 18px;
}

.payment-title i {
  color: #ffa200;
  margin-right: 5px;
}

.payment-fields {
  display: flex;
  gap: 12px;
  margin-bottom: 10px;
  flex-wrap: wrap;
}

.payment-input,
.payment-select {
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 8px 10px;
  min-width: 110px;
  font-size: 1rem;
  outline: none;
  transition: border 0.2s;
  background: #fafafa;
}
.payment-input:focus,
.payment-select:focus {
  border-color: #ffa200;
}

.secure-checkbox {
  margin-top: 7px;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 0.98rem;
}

.secure-checkbox input[type="checkbox"] {
  width: 16px;
  height: 16px;
}

.order-summary-container {
  margin: 38px 0 0 0;
}
.order-summary-title {
  font-size: 1.22rem;
  font-weight: bold;
  margin-bottom: 16px;
}
.order-summary-row {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.order-summary-box {
  flex: 1 1 300px;
  background: #fafafa;
  border-radius: 13px;
  padding: 22px 18px 18px 18px;
  min-width: 260px;
  box-sizing: border-box;
}
.order-summary-info {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 18px;
}
.order-estimate {
  text-align: right;
  font-size: .98rem;
}
.order-estimate-minute {
  color: #ffa200;
  font-weight: 600;
  margin-top: 2px;
  font-size: 1.04rem;
}
.order-summary-item {
  display: flex;
  gap: 15px;
  align-items: center;
  margin-top: 10px;
}
.order-summary-img {
  width: 56px;
  height: 56px;
  object-fit: cover;
  border-radius: 8px;
  margin-right: 14px;
  background: #f4f4f4;
  display: flex;
  align-items: center;
  justify-content: center;
}
.order-summary-noimg {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fafafa;
}
.order-summary-noimg i.fa-image {
  color: #ccc;
  font-size: 26px;
}
.order-summary-desc {
  color: #666;
  font-size: 0.96rem;
  margin-top: 3px;
  line-height: 1.25;
}
.order-summary-list {
  display: flex;
  flex-direction: column;
  gap: 13px;
}
.order-summary-list-row {
  display: flex;
  justify-content: space-between;
  font-size: 1rem;
  color: #333;
}
.order-summary-total {
  display: flex;
  justify-content: space-between;
  font-size: 1.12rem;
  font-weight: 600;
  margin: 8px 0;
}
.order-summary-btn {
  background: #ffa200;
  color: #fff;
  border: none;
  border-radius: 24px;
  padding: 11px 0;
  font-size: 1.03rem;
  font-weight: 600;
  margin-top: 10px;
  cursor: pointer;
  width: 100%;
  transition: background 0.17s;
}
.order-summary-btn:hover {
  background: #e08b00;
}
.confirm-contract {
  margin-top: 20px;
  flex: 1 1 300px;
  background: #fafafa;
  border-radius: 13px;
  padding: 22px 18px 18px 18px;
  min-width: 260px;
  box-sizing: border-box;  display: flex;
  justify-content: center;
  gap: 10px;
  font-size: 15px;
  margin-bottom: 18px;
}
.confirm-checkbox {
  margin-top: 3px;
  width: 18px;
  height: 18px;
}
.confirm-contract label {
  line-height: 1.4;
  cursor: pointer;
}
.contract-link {
  color: #fe8911; 
  text-decoration: underline;
  font-weight: 600;
  transition: color 0.2s;
}
.contract-link:hover {
  color: #e08b00;
}


  /*spinner css*/
.spinner-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.spinner {
  width: 60px;
  height: 60px;
  border: 6px solid #f3f3f3;
  border-top: 6px solid #fe8911;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


/* buaradan sonrası footer içim */
.truyemek-footer {
  background-color: #fe8911;
  color: white;
  padding: 30px 20px 15px;
  font-family: Arial, sans-serif;
  font-size: 14px;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
.footer-left,
.footer-center,
.footer-right {
  flex: 1;
  min-width: 250px;
}


.footer-logo {
  height: 60px;
  margin-bottom: 10px;
}

.footer-subtitle {
  font-size: 26px;
  margin-bottom: 10px;
}

.footer-socials {
  display: flex;
  gap: 8px;
  margin-top: 10px;
}
.footer-socials i {
  font-size: 20px;
  color: white;
  cursor: pointer;
}


.footer-contacts-horizontal {
  display: flex;
  gap: 30px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}


.footer-contacts-horizontal p {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  color: white;
  white-space: nowrap;
}


.footer-links-row.aligned-columns {
  display: flex;
  gap: 60px;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.footer-links a {
  color: white;
  text-decoration: none;
  font-weight: 600;
}

.footer-links a:hover {
  text-decoration: underline;
}

.footer-logos-vertical {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.send_tick {
  width: 60px;
  height: auto;
}

.footer-bottom {
  margin-top: 20px;
  border-top: 1px solid #fff;
  padding-top: 10px;
  text-align: center;
}