.control-lol{
    font-size: 13px;
    font-weight: bold;
}

.lblFormu{
    font-weight: bold;
    font-size: 13px;
    color: #7c7c7c;
}

.cart-container {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 15px;
    background-color: #f9f9f9;
}
.cart-item {
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cart-item:last-child {
    border-bottom: none;
}
.cart-item img {
    max-width: 80px;
    border-radius: 4px;
    margin-right: 15px;
}
.cart-item-details {
    flex: 1;
}
.cart-item-details p {
    margin: 0;
    font-size: 14px;
}
.cart-item-details .price {
    font-weight: bold;
    color: #333;
}
.cart-total {
    border-top: 2px solid #ddd;
    padding-top: 10px;
    font-size: 16px;
    font-weight: bold;
}
.form-container {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 15px;
    background-color: #fff;
}
.form-container .form-group {
    margin-bottom: 1rem;
}
.form-container button {
    width: 100%;
    padding: 10px;
}


.header__logo-image{
    width: 7rem !important;
}