.no-hover:hover {
    background-color: transparent !important;
}



.product-column-name-compact {
    display: inline-block;
    width: 200px;
    position: relative;
    top: -8px;
}

.product-column-name-compact .product-brand {
    font-size: 10px;
    font-weight: normal;
    transition: color 0.3s ease !important;
}

.product-column-name-compact .product-brand:hover {
    color: #d32f2f;
}

.product-column-name-compact .product-name {
    font-size: 1.4rem;
    font-weight: normal;
    transition: color 0.5s ease;
}

.product-column-name-compact .product-name:hover {
    color: #d32f2f;
}

.product-column-price-compact .price-column-sale {
    font-size: 1.2rem !important;
    font-weight: normal;
    padding: 4px;
    line-height: 14px;
    position: relative;
}

.product-column-price-compact {
    display: inline-block;
    width: 160px;
    position: relative;
    top: -8px;
}


.product-column-price-compact .price-column-number {
    position: relative;
    top: -5px;
}

.product-column-price-compact .old-price {
    font-size: 1.2rem !important;
    font-weight: normal;
}

input.quantity.form-control {
    width: 120px;
}

.product-column-price-compact .new-price {
    font-size: 1.4rem !important;
    font-weight: normal;
}

.product-column-cart-compact {
    display: inline-block;
    font-size: 1.2rem;
    position: relative;
    top: -14px;
}


.product-column-cart-compact .btn-product {
    font-size: 1.2rem;
    height: 3.5rem;
    width: 180px !important;
}


.product-column-cart-compact .btn-short-cart {
    width: 62px !important;
}

.product-column-cart-compact .input-group {
    height: 3.5rem;
}

.product-column-cart-compact .quantity {
    height: 3.5rem;
    min-height: 3.5rem !important;
    z-index: 99;
    width: 30px !important;
    max-width: 30px !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
    display: inline-block;
}






.product-column-name-list {
    display: inline-block;
    width: 260px;
}

.product-column-price-list {
    display: inline-block;
    width: 220px;

}

.product-column-cart-list {
    display: inline-block;
    width: 220px;
    vertical-align: middle;
}

.price-column-sale {
    background-color: #d32f2f;
    color: #fff;
    padding: 7px;
    font-size: 14px;
    border-radius: 4px;
    margin-right: 10px;
    width: 44px;
    text-align: center;
    line-height: 16px;
    display: inline-block;
}

.product-sku {
    font-size: 10px;
}

.price-column-number {
    display: inline-block;
    padding-top: 3px;
    vertical-align: top;
}

.product-column-cart-grid .btn-short-cart {
    /* width: 86px !important;
    max-width: 86px !important;
    min-width: 86px !important; */
    width: 50px !important;
    max-width: 50px !important;
    min-width: 50px !important;
    display: inline-block !important;
}

.product-column-cart-list .btn-short-cart {
    width: 86px !important;
    max-width: 86px !important;
    min-width: 86px !important;
    display: inline-block !important;
}

.btn-long-cart {
    width: 100% !important;
    min-width: 100% !important;
    max: 100% !important;
}

.btn-chatstock {
    width: 100% !important;
    min-width: 100% !important;
    max: 100% !important;
    background-color: #e97e2f !important;
}

.btn-chatstock:hover {
    background-color: #007bff !important;
}

.product-single {
    transition: background-color 0.3s ease;
}

.product-single:hover {
    background-color: #EEE;
}

.product-list {
    transition: background-color 0.3s ease;
}

.product-list:hover {
    background-color: #EEE;
}

/* Search list layout */
.product-list.search-row {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 14px 16px;
    border-bottom: 1px solid #ebebeb;
    background: #fff;
}

.product-list .product-media {
    width: 92px;
    min-width: 92px;
    aspect-ratio: 1/1;
    border-radius: 10px;
    overflow: hidden;
    margin: 0;
    position: relative;
    background: #f6f6f6;
}

.product-list .product-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.product-list .badge-sale {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 40px;
    height: 40px;
    z-index: 2;
}

.product-list .badge-sale img {
    width: 100%;
    height: auto;
    display: block;
}

.product-list .badge-sale .t1 {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 700;
    line-height: 1;
}

.product-list .badge-sale .t1 small {
    font-size: 8px;
    letter-spacing: .3px;
    margin-bottom: 2px;
}

.product-list .badge-sale .t1 span {
    font-size: 11px;
}

.product-list .product-details {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 8px 14px;
    width: 100%;
}

.product-list .col-title {
    grid-column: 1 / 2;
}

.product-list .col-price {
    grid-column: 2 / 3;
    text-align: right;
    align-self: start;
}

.product-list .col-actions {
    grid-column: 1 / -1;
    margin-top: 8px;
    display: flex;
    gap: 8px;
}

.product-list .old-price {
    font-size: 1.3rem;
    margin-right: 1rem;
}

.product-list .btn-long-cart,
.product-list .btn-short-cart {
    padding: .6rem .9rem;
    border-radius: 12px;
}

@media (max-width: 560px) {
    .product-list.search-row {
        gap: 12px;
        padding: 12px 12px;
    }

    .product-list .product-media {
        width: 80px;
        min-width: 80px;
    }

    .product-list .product-details {
        grid-template-columns: 1fr;
    }

    .product-list .col-price {
        grid-column: 1;
        text-align: left;
    }

    .product-list .col-actions {
        grid-column: 1;
    }
}


.cart .btn-checkout {
    border: none !important;
}

.cart .btn-checkout:hover {
    background-color: #007bff !important;
}

/* backoffice */
.sidebar {
    /* height: 100vh; */
    /* background-color: #343a40; */
    background-color: white !important;
    color: white;
}

.sidebar .nav-link {
    color: rgba(255, 255, 255, 0.8);
    padding: 0.5rem 1rem;
}

.sidebar .nav-link:hover {
    color: white;
    background-color: rgba(255, 255, 255, 0.1);
}

.sidebar .nav-link.active {
    color: white;
    background-color: rgba(255, 255, 255, 0.2);
}

.content {
    padding: 20px;
}

.content-section {
    display: none;
}

.content-section.active {
    display: block;
}

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

.status-1 {
    background-color: #FFC107;
    color: #000;
}

.status-2 {
    background-color: #17A2B8;
    color: #fff;
}

.status-3 {
    background-color: #28A745;
    color: #fff;
}

.status-4 {
    background-color: #DC3545;
    color: #fff;
}

#filterPanel {
    margin-bottom: 20px;
    padding: 15px;
    background-color: #f8f9fa;
    border-radius: 5px;
}

.loading-spinner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    display: none;
}

.loading-spinner>div {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

#toast-container {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 10000;
}

.custom-date-inputs {
    display: none;
}

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

.status-1 {
    background-color: #FFC107;
    color: #000;
}

.status-2 {
    background-color: #17A2B8;
    color: #fff;
}

.status-3 {
    background-color: #28A745;
    color: #fff;
}

.status-4 {
    background-color: #DC3545;
    color: #fff;
}

.info-row {
    display: flex;
    margin-bottom: 10px;
}

.info-label {
    width: 150px;
    font-weight: bold;
}

.info-value {
    flex-grow: 1;
}