

/* Start:/local/templates/Smarty5Tmpl01/components/bitrix/sale.basket.basket/lasertruck.basket/style.css?17549462702076*/
/* Стили для корзины */

#basket-container {
    min-height: 400px;
}

.basket-item-row {
    transition: background-color 0.2s ease;
}

.basket-item-row:hover {
    background-color: rgba(0, 0, 0, 0.02);
}

.js-item-quantity {
    min-width: 60px;
}

.js-item-quantity:focus {
    outline: 2px solid #0d6efd;
    outline-offset: 1px;
}

.table th {
    font-weight: 600;
}

.card {
    border: 1px solid rgba(0, 0, 0, 0.125);
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.toast-container {
    z-index: 10000;
}

/* Адаптивность */
@media (max-width: 768px) {
    .table-responsive {
        font-size: 0.875rem;
    }

    .basket-item-row img {
        width: 60px !important;
        height: 60px !important;
    }

    .js-item-quantity {
        width: 60px !important;
        font-size: 0.875rem;
    }

    .btn-sm {
        padding: 0.25rem 0.5rem;
        font-size: 0.75rem;
    }
}

/* Анимации */
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

#basket-content {
    animation: fadeIn 0.3s ease-in;
}

/* Стили для спиннера загрузки */
.spinner-border {
    width: 3rem;
    height: 3rem;
}
/* Стили для кнопок в процессе обработки */
.processing {
    position: relative;
    pointer-events: none;
}

.processing::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 16px;
    margin: -8px 0 0 -8px;
    border: 2px solid transparent;
    border-top: 2px solid currentColor;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Стили для модального окна подтверждения */
.modal-backdrop {
    z-index: 1050;
}

.modal {
    z-index: 1055;
}

.toast.text-bg-toast-success {
    background: #de2e1f;
    color: #ffffff;
}
/* End */
/* /local/templates/Smarty5Tmpl01/components/bitrix/sale.basket.basket/lasertruck.basket/style.css?17549462702076 */
