.quote-section .add-to-quote {
    padding: 15px;
    font-size: medium;
    margin-right: 5px;
    /* font-weight: bold !important; */
}

.quote-added-section {
    background-color: cyan;
    padding: 5px;
    display: flex;
    width: fit-content;
    align-items: center;
    gap: 10px;
} 

.quote-added-section p {
    margin: 0;
} 

.quote-added-section a {
    font-weight: bold;
} 

.quote-section {
    display: flex;
    gap: 10px;
    align-items: center;
    height: 45px;
}

.quote-section .quote-quantity {
    margin-right: 5px;
    padding: 15px;
    font-size: medium;
    /* font-weight: bold !important; */
    width: 3.5em;
}

.quotation-cart {
    max-width: 70%;
    margin: 0 auto;
    padding: 20px;
    background: #f9f9f9;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

.quotation-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.quotation-table th,
.quotation-table td {
    padding: 10px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

.quotation-table img {
    max-width: 50px;
    height: auto;
}

.remove-quote-item {
    background: red;
    color: white;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 3px;
}

#quotation-form {
    margin: auto;
    border-radius: 8px;
}

#quotation-form label {
    font-size: smaller;
}

.iti {
    display: block !important;
}

.submit-quote {
    background: #0073aa;
    color: #fff;
    padding: 10px;
    border: none;
    cursor: pointer;
    border-radius: 4px;
}

.submit-quote:hover {
    background: #005f8d;
}

.select2-container {
    width: 100% !important;
}

.custom-mini-cart {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
  }
  .custom-mini-cart .cart-icon {
    font-size: 20px;
  }