﻿/* Scrollable Div */
.scrollable-div {
  max-height: 350px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 5px;
  margin-top: 0;
}

/*#Order {
    width: 100%;
    max-width: 570px;
    height: 440px;
    padding: 30px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 15px;
    margin-bottom: 20px;
}*/

/* Payment Summary Card (Right Column) */
/*#Summary {
    width: 100%;
    max-width: 400px;
    height: auto;
    padding: 20px;
    text-align: center;
    border: 2px solid #2c2b2bb1;
    border-radius: 15px;
    margin-bottom: 20px;
}

    #Summary h4 {
        color: #59c638;
    }*/

/*#top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    #top h4 {
        margin: 0;
        flex: 1;
        text-align: center;
    }

    #top i {
        font-weight: bolder;
    }*/

/* Horizontal Line Styling */
/*.horizontal-line {
    border-bottom: 1px solid #848282;
    margin-top: 10px;
    width: 100%;
}*/

label {
  font-weight: 540;

  font-size: 18px;
}

input {
  font-size: 16px;
}

/* Scrollable Div */
.scrollable-div {
  max-height: 350px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 5px;
  margin-top: 0;
}

/* Product Image */
/*.card-pic img {
    width: 70px;*/ /* Reduced size */
/*height: 70px;
    object-fit: cover;
    border-radius: 5px;
    margin-right: 15px;
}*/

/* Product Details */
/*.product-details {
    display: flex;
    align-items: center;
    text-align: left;
}*/
