
.shoppingh1 {
    font-size: 25px;
    font-weight: 600;
    color: #075BAF;
    margin-top: -10px;
}

.shop-confirm-info {
   font-size: 13px;
    line-height: 1.5;
    color: #071D35;
     margin-top: -10px;
}

.shop-confirm-info a {
    color: #075baf;
    text-decoration: none;
    font-weight: 700;
}

.shopping-summary-form {
    max-width: 900px;
    margin: 20px auto;
    font-family: Arial, sans-serif;
}
.forminputtext{
  width:280px;
   padding:0px;
   border: 1px solid #9EC8FA;
}
.forminputtext::placeholder {
  font-size: 12px;  
  padding-left: 5px;
}
.shop-confirm-items {
  border-collapse: separate;
  border-spacing: 0 6px; /* horizontal | vertical */
}

.shop-confirm-payment-delivery {
  margin-top: 12px;
  width: 100%;
  font-family: Arial, sans-serif;
  font-size: 13px;
  color: black;
}

.shop-confirm-payment-delivery td {
  vertical-align: middle;
}

.shop-confirm-payment-delivery .label {
  width: 60%;
}

.shop-confirm-payment-delivery .value {
  width: 40%;
  text-align: right;
}
.shop-confirm-summary {
    width: 100%;
    border-collapse: collapse;
    margin-top: 16px;
    font-family: Arial, sans-serif;
  }

  .shop-confirm-summary td {
    font-weight: bold;
    font-size: 24px;
    padding: 10px 0;
  }

  .shop-confirm-summary .item_name {
    color: #075BAF;
    text-align: left; /* Left align the label */
  }

  .shop-confirm-summary .item_price {
    color: #075BAF; /* Price color (can change if needed) */
    text-align: right; /* Right align the price */
  }

  .lastshop-confirm{
    width: 100%;
    border-collapse: collapse;
    
  }
  .basket-button1 {
   
    font-weight: 700;
    white-space: nowrap;
    padding: 3px;
    background-color: #F46000;
    border: 1px solid #EB5600;
    border-radius: 3px;
    cursor: pointer;
    text-align: center;
  }
.basketbutton1{
   color: #FFF;
   font-weight: 500;
   font-size: 12px;
}
   .basket-button2 {
  
    font-size: 16px;
    font-weight: bold;
    white-space: nowrap;
   
    cursor: pointer;
  }
  .basketbutton2{
   color: #FFF;
   font-weight: 500;
   font-size: 18px;
    background-color: #F46000;
    border: 1px solid #EB5600;
     border-radius: 3px;
      padding: 8px 10px;
}

  /* =========================
   MOBILE FONT SCALING ONLY
   DESKTOP UNTOUCHED
   ========================= */
@media (max-width: 768px) {
  
  .cart-container {
    width: 100%;
    margin: 0;
    padding: 12px;
    box-sizing: border-box;
  }

 .shoppingh1 {
    font-size: 56px;
    margin-bottom: 12px;
    margin-top: -10px;
  }

  .shop-confirm-info {
    font-size: 26px;
   line-height: 32px;
  }

   .shop-confirm-client b {
    font-size: 28px;
  }
  .shop-confirm-client div[style*="float:left"] {
    float: none !important;
    width: 100% !important;
    margin-bottom: 5px;
    font-size: 24px;
  }

  .shop-confirm-client .form-input-text,
  .shop-confirm-client .form-select {
    font-size: 22px;      /* text size */
    padding: 10px 8px;    /* input height */
  }

  /* Prevent overflow on small screens */
  .shop-confirm-client input,
  .shop-confirm-client select {
    box-sizing: border-box;
    max-width: 100%;
  }
#delivery_street_name,
  #delivery_street_nr {
    float: left;
    box-sizing: border-box;
    height: 44px;
    font-size: 16px;
  }

  /* Street (left) */
  #delivery_street_name {
    width: 70% !important;
    margin-right: 4%;
  }

  /* House number (right) */
  #delivery_street_nr {
    width: 26% !important;
    margin-top: -20px;
  }
  .housenumber{
    margin-top: -27px;
    padding-bottom: 18px;
  }


  .form-input-text,
  .form-select {
    width: 100% !important;
    box-sizing: border-box;
  }
 

  /* Product table */
  .shop-confirm-items th {
    font-size: 25px;
  }

  .shop-confirm-items td {
    font-size: 24px;
    padding: 6px 4px;
  }
  .shop-confirm-items tr.odd td b a {
    font-size: 24px;
    line-height: 1.25;
  }

  /* Gift item text */
  .shop-confirm-items tr.even td b {
    font-size: 24px;
    line-height: 1.25;
  }

  /* Payment & delivery */
  .shop-confirm-payment-delivery {
    font-size: 24px;
  }

  /* Total summary */
  .shop-confirm-summary td {
    font-size: 40px;
  }

  /* Buttons */
  .basket-button1 {
    display: none;
    font-size: 14px;
    padding: 8px 10px;
  }

  .basket-button2 {
    font-size: 32px;
    padding: 14px 14px;
  }
}
