.support-icon{
    color:#1cace1;
	font-size:20px;
}

.nav-pills .nav-link {
    text-align: left;
    border-radius: 6px;
    font-weight: 500;
    padding: 12px 15px;
    margin-bottom: 8px;
    background: #f8f9fa;
    border: 1px solid #ddd;
}
.nav-pills .nav-link.active {
    background: #0d6efd;
    color: #fff;
    border-color: #0d6efd;
}


.star-rating {
    direction: rtl;
    display: inline-flex;
    gap: 5px;
}

.star-rating input {
    display: none;
}

.star-rating label {
    font-size: 30px;
    color: #444;
    cursor: pointer;
    transition: 0.2s;
}

.star-rating input:checked~label i {
    color: gold;
}

.star-rating label:hover i,
.star-rating label:hover~label i {
    color: gold;
}

.breadcrumb_wrapper {
    background-color: #f8f9fa;
    padding: 15px 0;
}

.product-details-section {
    margin-top: 30px;
}

.product-price {
    font-size: 22px;
    font-weight: bold;
    color: #28a745;
}

.product-desc {
    font-size: 16px;
    color: #555;
}

.btn-primary {
    background-color: #007bff;
    border-color: #007bff;
}

.btn-primary:hover {
    background-color: #0056b3;
    border-color: #0056b3;
}

.form-box textarea {
    resize: vertical;
}

.product-review {
    color: #007bff;
    text-decoration: none;
}

.product-review:hover {
    text-decoration: underline;
}
.input-number-quantity{
    height: 54px;
}

.invoice-box {
    border: 1px solid #ddd;
    padding: 25px;
    border-radius: 8px;
}
.header {
    display: flex;
    justify-content: space-between;
}
.header h2 {
    margin: 0;
}
.details, .summary {
    margin-top: 25px;
}
table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 15px;
}
table th, table td {
    border: 1px solid #ddd;
    padding: 8px 12px;
}
table th {
    background-color: #f5f5f5;
}
.total-row td {
    font-size: 18px;
    font-weight: bold;
}
.text-right {
    text-align: right;
}
.btn-print {
    padding: 10px 18px;
    background: #28a745;
    border: none;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 15px;
}
.btn-print:hover {
    background: #218838;
}