﻿@media (max-width: 1399.98px) {
    .basket__product-list {
        gap:48px;
    }
    .basket__product-content {
        flex-direction: column;
        position: relative;
    }
    .basket__product-action {
        gap:24px;
    }
    .basket__product-count {
        justify-content: flex-start;
        order:1;
    }
    .basket__product-action-delete {
        position: absolute;
        top:0;
        right: 0;
    }
    .basket__product-text {
        position: absolute;
        right: 0;
        bottom: 8px;
    }
    .basket__product-sum {
        order:2;
    }
}
/* ========================================================================================================== */
@media (max-width: 1199.98px) {
    .basket__wrapper {
        flex-direction: column;
    }
    .basket__content {
        width: 100%;
    }
    .basket__sidebar {
        width: 100%;
    }
    .basket__product-content {
        width: 100%;
    }
    .basket__product-info {
        max-width: unset;
        padding-right: 40px;
    }
}
/* ========================================================================================================== */
@media (max-width: 991.98px) {
    .basket__product-list {
        gap:24px;
    }
    .basket__product-image {
        min-width: 140px;
    }
    .basket__product-content {
        gap:16px;
    }
    .basket__product-action {
        gap:16px;
    }
}
/* ========================================================================================================== */
@media (max-width: 767.98px) {
    .basket__product-action-delete {
        top:unset;
        bottom: 64px;
    }
    .basket__product-title {
        font-size: 18px;
    }
    .basket__product-info {
        padding-right: 0;
    }
    .basket__product-image {
        min-width: 120px;
    }
    .basket__product-item {
        padding: 24px 0;
    }
    .order__form-title {
        font-size: 32px;
    }
}
/* ========================================================================================================== */
@media (max-width: 575.98px) {
    .basket__product-sum {
        font-size: 24px;
    }
    .basket__product-text {
        font-size: 14px;
    }
    .basket__product-text {
        bottom: 4px;
    }
    .basket__result-title {
        font-size: 28px;
    }
    .basket__product-count-sum {
        width: 40px;
    }
    .order__form-title {
        font-size: 28px;
    }
}
/* ========================================================================================================== */
@media (max-width: 478.98px) {
    .basket__product-title {
        font-size: 16px;
    }
    .basket__product-image {
        min-width: 100px;
    }
    .basket__product-sum {
        font-size: 18px;
    }
    .basket__product-text {
        bottom: 2px;
    }
    .basket__result-count, .basket__result-massa {
        font-size: 14px;
    }
    .basket__result-title {
        font-size: 20px;
    }
    .order__form-title {
        font-size: 24px;
    }
    .basket__result .form-check-label {
        font-size: 14px;
    }
}
/* ========================================================================================================== */
@media (max-width: 419.98px) {
    .basket__product-image {
        min-width: 80px;
    }
    .basket__product-title {
        font-size: 14px;
    }
    .basket__result .form-check-label {
        font-size: 12px;
    }
}
/* ========================================================================================================== */

