.container {
    max-width: 600px;
    margin-top: 50px;
}

.list-group-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-content {
    max-width: 500px;
    margin: auto;
}
body {
    font-family: Arial, sans-serif;
    background-color: #f8f9fa;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.product-container {
    width: 100%;
    max-width: 400px;
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);

    max-width: 600px;
    margin-top: 50px;
}

h1 {
    text-align: center;
    margin-bottom: 20px;
}

.product-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    position: relative;
}

.product-icon img {
    width: 250px;
    height: 250px;
}

.product-info {
    flex: 1;
    margin-left: 15px;
}

.product-info h2 {
    margin: 0;
    font-size: 16px;
}

.product-info p {
    margin: 5px 0;
    color: #888;
}


.price {
    margin: 10px 0;
    font-size: 18px;
    font-weight: bold;
    float:left;
}

.add-to-cart {
    background-color: #ff6f61;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 10px 20px;
    cursor: pointer;
    float:right;
}
/*============================================================*/
/*====================Order List Page==========================*/
/*============================================================*/
.product_image{
    float: left;
    margin-right: 12px;
}
 