body, html {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
.order-summary {
   
  }
  
  .order-item {
    display: flex;
    align-items: center;
  }
  
  .order-item-img img {
    width: 100px;
  }
  
  .order-item-details {
    margin-left: 15px;
  }
  
  .order-item-details p {
    margin: 0;
  }
  
  .store-list {
    margin-top: 10px;
  }
  
  .store-item {
    margin-bottom: 8px;
  }
  
  .store-item input[type="radio"] {
    margin-right: 10px;
  }
  
  .total-price {
    margin-top: 20px;
  }
  
  @media (max-width: 768px) {
    .order-item {
      flex-direction: column;
      align-items: flex-start;
    }
  
    .order-item-img img {
      width: 80px;
    }
  
    .order-item-details {
      margin-left: 0;
    }
  }

  .invalid-input {
    border-color: red; /* Red border for invalid input */
  }
  
  #map {
    width: 100%;
    height: 200px; /* Set a fixed height for the map */
    display: block; /* Ensure the map is treated as a block element */
  }

  /* button */

  .btn-outline-dark:hover {
    background-color: #fff !important; /* Dark background */
    color: #212529 !important; /* White text */
    border-color: #212529 !important; /* Dark border */
}

.btn-outline-secondary:hover {
  background-color: #fff !important; /* Dark background */
  color: #212529 !important; /* White text */
  border-color: #212529 !important; /* Dark border */
}

 .imgdelipick{
    width: 24px;
    height: 24px;
 }

 .form-floating>.form-control{
   /* margin: 10px 0 10px 0; */
 }

 .form-floating>label{
   

 }

 .pudo-mfe{
  font-size: 1rem;
 }

 .pudo-mfe div.location-item {

  margin: 0 0 .75rem;
  padding:  1rem 1rem;
  cursor: pointer;
  border: .1rem solid #cccccc;
  border-radius: 12px;
}

.pudo-mfe div.location-item > p{
   color: #757575;
}

.payment-methods-icon{
  width: 100px;
  height: 25px;
 
    
}

.price-tag {
  margin-left: auto; 
  font-weight: bold;
}

