   body {
      background-color: #f8f9fa;
      color: black;
    }

    .navbar {
      background-color: black !important;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 10;
    }

    .maincart-container{
      margin-top: 100px;
    }

    .section-title {
      font-weight: 600;
      margin-bottom: 1rem;
    }
    .order-summary {
      background: #fff;
      padding: 20px;
      border-radius: 10px;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    }

    .order-date {
      background: #fff;
      padding: 20px;
      border-radius: 10px;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    }
    .address-box {
      background: #fff;
      padding: 20px;
      margin-bottom: 20px;
      border-radius: 10px;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    }

    .cart-item {
      background: #fff;
      padding: 15px;
      margin-bottom: 10px;
      border-radius: 8px;
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
    }
    .address-fields input[disabled] {
      background-color: #e9ecef;
      border: none;
    }
    .hidden {
      display: none;
    }

    footer {
      color: white;
    }