.footer-social__section {
    display: flex;
    align-items: center;
    width: fit-content;
}

@media screen and (max-width: 576px) {
    .footer-social__section {
        margin-inline: auto;
    }
}

@media screen and (max-width: 768px) {
    .order-table__table .row.row-flex {
        padding: 15px 0;
        flex-direction: row;
        align-items: normal;
    }

    .order-table__table .col-xs-8 {
        width: 100px;
        min-width: unset;
        max-width: none;
    }

    .js-product__row .row-flex.row-center.col-fdc.col-sx-fdc.col-sxx-fdr {
        flex-direction: column;
        justify-content: flex-end;
        text-align: end;
    }

    .order-table__table .order-table__base-price {
        margin-right: 0;
    }

    .order-table__counter {
        margin-right: 0;
        margin-left: 0;
    }

    .order-table__countertd {
        display: flex;
        gap: 20px;
        justify-content: space-between;
        align-items: end;
        margin-inline: 15px;
    }

    .order-table__table .col-xs-16.col-ssx-24.p-0.m-0.col-sx-fdc {
        flex: 1;
    }
}
.order-table__price {
    white-space: nowrap;
}

.order-table__total-currency {
    font-size: 22px !important;
    color: #36b8e1 !important;
}

@media screen and (max-width: 1023px) {
    .order__top,
    .order__bottom {
        margin: 0;
    }

    .order-table__table td:last-child {
        white-space: nowrap;
    }
}

@media screen and (max-width: 768px) {
    .order__row {
        flex-direction: column;
    }

    .order-table__table a img {
        min-width: 72px;
    }

    .order-table__table td {
        padding: 30px 20px;
        white-space: normal;
        word-wrap: break-word;

        display: flex;
    }

    .order-view__table tr {
        padding-bottom: 12px;
    }

    .order-view__table td {
        white-space: normal;
        word-wrap: break-word;
        padding-bottom: 12px;
    }

    .order-table__table td:nth-child(1) img {
        width: 4.5rem;
        flex-shrink: 0;
    }

    .order-table__table td:nth-child(1) {
        width: fit-content;
        flex-shrink: 0;
        margin-inline: auto;
    }

    .order-table__table td:nth-child(2) {
        flex: 1;
    }

    .order-table__total {
        margin-right: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        align-items: flex-end;
        gap: 12px 20px;
    }

    .order-table__total span {
        margin-right: 0;
    }

    .order-table__total-currency {
        margin-left: -12px;
    }
}

@media (max-width: 768px) {
    .order-view__table {
        display: block; /* Делаем таблицу блочной для лучшего контроля */
    }

    .order-view__table tbody,
    .order-view__table tr {
        display: block;
    }

    .order-view__table td {
        display: block;
        width: 100% !important; /* Занимает всю ширину */
        min-width: 0 !important; /* Сбрасываем фиксированные размеры */
        box-sizing: border-box; /* Учитываем padding в ширине */
    }

    .order-view__table td:first-child {
        min-width: 0; /* Отменяем фиксированную ширину */
        white-space: normal; /* Разрешаем перенос меток */
    }

    .order-table__table-content {
        display: flex;
    }
}

@media screen and (max-width: 576px) {
    .order-table__table-content {
        flex-wrap: wrap;
    }

    .order-table__table td {
        border-bottom: none;
    }

    .order-table__table td:nth-child(3) {
        width: 100%;
        justify-content: flex-end;
        padding-top: 0;
    }


    .basket-confirm_pay {
        margin-top: 12px;
    }

    .bx-yapay-drawer {
        margin-top: 12px;
    }
}
@media (max-width: 768px) {
    .order-list__header {
        flex-direction: column;
        gap: 12px;
    }

    .order-list__info {
        margin-bottom: 12px;
    }

    .order-list__table {
        margin-bottom: -20px;
    }

    .order-list__table tr {
        display: flex;
        flex-direction: column;
    }

    .order-list__table tr:first-child td:not(:first-child) {
        padding-top: 0;
    }

    .order-list__table tr {
        padding-bottom: 20px;
    }

    .order-list__table td {
        padding-bottom: 0;
    }

    .order-list__button {
        display: inline-block;
        margin-top: 8px;
    }
}
@media(max-width: 768px) {
    .nav-horiz-sub__section {
        width: 100%;
    }

    .nav-horiz-sub__row {
        width: min-content;
        margin: 0 auto;
    }

    .nav-horiz-sub__col {
        white-space: nowrap;
        padding-left: 0;
        padding-bottom: 10px!important;
    }

    .nav-horiz-sub__title {
        font-size: 16px;
    }
}