.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;
}


.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;
}