.logo {
    width: 200px;
    margin: auto;
}

.discount {
    font-size: 9px !important;
}

.payment-logo {
    width: auto;
    height: 32px;
}

.logo-image {
    line-height: 0.8;
    margin-left: 0.1rem;
    margin-right: 0.5rem;
    margin-top: -3px;
    width: 200px;
}

.profile-img {
    border: 3px solid #adb5bd;
    margin: 0 auto;
    padding: 3px;
    width: 215px;
}
.dataTables_wrapper .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dataTables_wrapper .dataTables_length {
    order: 2; /* Move to the right */
}

.dataTables_wrapper .dt-buttons {
    order: 1; /* Move to the left */
}

.agree-error {
    font-weight: 500;
}

.flex-container {
    display: flex;
    gap: 1rem;
}

.disabled-button {
    background-color: #6c757d;
}

.custom-checkbox {
    width: 15px;
    height: 15px;
}

.main-logo {
    height: 60px;
}

.original-price {
    color: #a4a4a4;
    font-size: 13px;
    margin-top: 9px;
    text-transform: capitalize;
    text-decoration: line-through;
    transition: all 0.3s ease-in-out;
}

.original-price-2 {
    font-weight: 400;
    font-size: 21px;
    line-height: 24px;
    color: #a4a4a4;
    margin-left: 5px;
    text-decoration: line-through;
}

.ratings-text {
    color: #a4a4a4;
    font-size: 11px;
    margin-top: 9px;
    text-transform: capitalize;
    transition: all 0.3s ease-in-out;
}

.product-variants {
    display: flex;
    gap: 20px;
}

.product-variants-size label {
    display: block;
    margin-bottom: 5px;
}

.nice-select {
    width: 100% !important;
    box-sizing: border-box;
}

.mb-50 {
    margin-bottom: 50px;
}

.product_review-2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product_review-2 a {
    text-decoration: none;
    color: inherit;
}

.s-dark {
    color: #5f5d5d;
    font-weight: 600;
}

#alert-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000; /* Ensure it appears above other elements */
    text-align: center;
}

.category-menu-list ul li a i.fa {
    font-size: 15px;
    margin-right: 12px;
}

.category-menu-list ul li.active {
    border-top: 3px solid #fed700;
    background-color: #d4d4d6;
    font-weight: bold;
}

.category-menu-list ul li a {
    color: #000;
    text-decoration: none;
}

.category-menu-list ul {
    list-style-type: none;
    padding-left: 0;
}

.card-container {
    position: relative;
}
.card-header-bottom {
    bottom: 0;
    width: 100%;
    padding: 0.5rem 1rem;
    background-color: #f8f9fa;
    border-top: 1px solid #dee2e6;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.card-container p {
    margin-bottom: 0.1rem;
}

.icon-lg {
    font-size: 1.5rem;
}

.orders-container {
    margin: auto;
    font-family: Arial, sans-serif;
}

.tab-menu {
    display: flex;
    margin-bottom: 20px;
}

.tab-item {
    padding: 10px 20px;
    cursor: pointer;
    font-weight: bold;
    color: #fed700;
    border-bottom: 2px solid transparent;
}

.tab-item.active {
    border-bottom: 2px solid #fed700;
}

.order-card {
    display: flex;
    align-items: center;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 15px;
}

.order-image img {
    max-width: 100px;
    border-radius: 5px;
}

.order-details {
    flex: 1;
    margin-left: 20px;
}

.order-details h4 {
    margin: 0;
    font-size: 16px;
}

.order-details p {
    margin: 5px 0;
    color: #555;
}

.order-status {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.status {
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
}

.status.delivered {
    background-color: #4caf50;
}

.status.in-progress {
    background-color: #fed700;
}

.status.cancelled {
    background-color: #e92929;
}

.order-date {
    margin-left: 15px;
    font-size: 12px;
    color: #888;
}

.order-action {
    margin-left: 20px;
}

.see-details {
    background-color: #fed700;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
}

.see-details:hover {
    background-color: #5f5d5d;
}

.complete-button-payment input {
    background: #e92929; /* Original background color */
    border: medium none;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    height: 50px;
    margin: 20px 0 0;
    padding: 0;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
    border: 1px solid transparent;
    cursor: pointer;
}

.success-button-payment input {
    background: #4caf50;
    border: medium none;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    height: 50px;
    margin: 20px 0 0;
    padding: 0;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
    border: 1px solid transparent;
    cursor: pointer;
}

.complete-button-payment input:hover {
    background: #fed700;
}

/* Overlay styles */
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.overlay-content {
    text-align: center;
    color: white;
    background: #fed700;
    padding: 20px;
    border-radius: 8px;
}

.overlay-content img {
    width: 300px;
    margin-bottom: 20px;
}

.overlay-content p {
    color: white;
    font-weight: bold;
}
.overlay-content p {
    font-size: 18px;
    margin: 0;
}

.cursor-hover {
    cursor: pointer;
}

.cursor-hover:hover {
    color: #000;
}

.sec {
    color: #6c757d;
    font-weight: bolder;
}

.feedback-card {
    margin: auto;
}

.feedback-header {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

.feedback-columns {
    display: flex;
    flex-wrap: nowrap;
    gap: 40px;
}

.feedback-summary {
    flex: 0 0 30%;
    max-width: 30%;
}

.feedback-reviews {
    flex: 0 0 70%;
    max-width: 70%;
}

.rating-value {
    font-size: 36px;
    color: #f4b400;
    font-weight: bold;
}

.stars {
    color: #f4b400;
}

.rating-text {
    font-size: 14px;
    color: #555;
}

.rating-bar {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.rating-bar span {
    width: 20px;
    text-align: right;
    font-size: 14px;
}

.bar-container {
    flex: 1;
    background: #e0e0e0;
    height: 8px;
    margin: 0 10px;
    border-radius: 4px;
    overflow: hidden;
}

.bar-fill {
    height: 100%;
    background: #f4b400;
}

.bar-count {
    width: 30px;
    font-size: 14px;
    color: #555;
}

.review {
    border-bottom: 1px solid #eee;
    padding: 10px 0;
}

.review-title {
    font-weight: bold;
    margin-bottom: 4px;
}

.review-text {
    font-size: 14px;
    color: #333;
}

.review-meta {
    font-size: 12px;
    color: #888;
}

.verified {
    color: #28a745;
    font-size: 12px;
    margin-top: 4px;
}

.un-verified {
    color: #dc3545;
    font-size: 12px;
    margin-top: 4px;
}

.view-all-link {
    color: #f4b400;
    font-size: 16px;
    cursor: pointer;
    margin-right: 30px;
    text-decoration: none;
}

.view-all-link:hover {
    text-decoration: underline;
}

.text-yellow-500 {
    color: #f4b400;
}

.text-gray-300 {
    color: #ccc;
}

@media (max-width: 768px) {
    .feedback-columns {
        flex-direction: column;
    }
}

.honeypot-wrapper {
    position: absolute;
    left: -9999px;
    top: -9999px;
    height: 0;
    width: 0;
    overflow: hidden;
}

.out-of-stock {
    border: none;
    font-size: 14px;
    color: #242424;
    position: relative;
    background: #eef0f1;
    cursor: pointer;
    font-weight: 500;
    text-transform: capitalize;
    padding: 13px 70px;
    border-radius: 2px;
    transition: all 0.3s ease-in-out;
}

.add-actions-link li.out-cart {
    float: left;
    margin: 0;
    background: #eef0f1;
    border: 1px solid #e1e1e1;
    transition: all 0.3s ease-in-out;
    width: 120px;
}
.add-actions-link li.out-cart > a {
    color: #a4a4a4;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    pointer-events: none; 
    cursor: default; 
}
