.c-table caption,
.c-table td,
.c-table th {
    padding: 10px;
    border-bottom: 1px solid var(--border-color)
}

.table.a-cart-table {
    margin-top: 30px;
}

.table.a-cart-table thead td {
    text-align: center;
    color: var(--main-text-color);
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.deleteAllFromCart svg {
    width: 16px;
    height: 16px;
}

.c-table th {
    text-transform: uppercase
}

.c-table__total {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 12px;
    text-align: left;
    margin-left: auto;
    height: fit-content;
    flex-shrink: 0;
    max-width: 400px;
    width: 100%;
    margin-top: 30px;
}

.c-table__total-sum .title {
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 1px;
    padding: 25px 0;
    color: var(--main-text-color);
    text-transform: uppercase;
}

.order-page .c-table__total-sum .title {
    font-size: 16px;
    margin-bottom: 9px;
}

.c-table__total-sale,
.total-sum {
    font-size: 15px;
    font-weight: 600;
    color: var(--main-text-color);
}

.total-sum__container {
    display: flex;
    width: 100%;
    border-top: 1px solid var(--border-color);
    padding: 20px 0;
    border-bottom: 1px solid var(--border-color);
    align-items: center;
}

.total-sale {
    width: 100%;
    display: flex;
    padding: 20px 0;
    align-items: center;
}

.total-sum__title,
.total-sale__title {
    margin-right: 5px;
    min-width: 100px;
    color: var(--main-text-color);
    opacity: 0.8;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
}

.c-table__total button span {
    position: relative;
    z-index: 3;
}

.cart-wrapper {
    height: 100%;
}

.cart-wrapper .c-table__total button {
    padding: 21.5px 30px;
    position: relative;
    color: var(--secondary-text-color);
    letter-spacing: 1px;
    font-size: 14px;
    width: 100%;
    opacity: 1;
    background-color: var(--accent-color);
    border-radius: 40px;
    transition: all 0.4s ease-in-out;
    font-weight: 600;
}

.cart-wrapper .c-table__total button:hover {
    background-color: var(--secondary-background-color);
}

.cart-wrapper .card__counter {
    opacity: 1;
    transform: translateX(0);
    position: static;
}

.cart-wrapper .c-carousel__title--left:hover {
    color: var(--main-text-color);
}

.c-table__total .checkout-form.mt-2 {
    display: flex;
    justify-content: flex-end;
}

.c-table__total-sum {
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
    flex-direction: column;
    padding: 10px 20px;
    border: 1px solid var(--secondary-border-color);
}

@media (min-width: 991px) {
    .c-table__total-sum {
        padding: 30px 40px;
    }
}

.a-cart-page__form {
    flex: 1 1 auto;
    margin-right: 20px;
}

.a-cart-page__container {
    display: flex;
    flex-direction: column;
}

@media (max-width:767px) {
    .c-table__total {
        font-size: 16px;
        text-align: center;
        font-weight: 400
    }
    .l-body__order .product-cart {
        margin: 0 0 0 -10px
    }
    .c-table tr {
        display: flex;
        flex-wrap: wrap;
        margin-top: 16px;
        border-bottom: 2px solid var(--border-color)
    }
    .personal-page .c-history__download {
        margin-left: auto;
        margin-right: auto;
    }
    .c-table tr:first-of-type {
        margin-top: 0
    }
    .c-table th {
        display: none
    }
    .c-table__count,
    .c-table__price,
    .c-table__remove {
        display: flex!important;
        align-items: center
    }
    .c-table__count {
        justify-content: flex-start;
        flex: 1 1 30%
    }
    .c-table__price {
        justify-content: center;
        flex: 1 1 30%
    }
    .c-table__remove {
        justify-content: flex-end;
        flex: 1 1 20px
    }
}

.c-table--overflow {
    overflow: auto
}

.c-table--hover td {
    transition: background-color .1s linear;
    text-align: center;
}

.c-table__total-decription {
    font-size: 14px;
    color: var(--third-text-color);
    font-weight: 400;
}

.c-table__count,
.c-table__img,
.c-table__price,
.c-table__remove {
    text-align: center
}

.c-table__remove a:hover {
    color: #cd4449
}

.c-table__quantity {
    font-size: 12px;
    font-weight: 500;
    color: #000;
}

.c-table__price {
    font-weight: 600
}

.c-table__dropdown-btn {
    display: none;
}

.c-table__footer {
    display: flex;
    margin-top: 16px;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
}

.c-table--scroll {
    overflow: auto;
    max-height: 300px
}

.c-modal .c-table {
    margin-top: 16px
}

.a-cart-table .icon--remove {
    width: 20px;
    height: 20px;
    transition: all .3s ease;
    fill: var(--secondary-text-color);
}

.c-table__remove {
    position: relative;
}

.c-table__remove a {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border: 0
}

@media (max-width:767px) {
    .c-table__remove {
        justify-content: center;
        align-items: center;
    }
    .c-table__remove a {
        position: static
    }
}

@media (max-width: 535px) {
    .c-table__remove {
        justify-content: flex-end;
        flex-shrink: 0;
    }
}

.c-table__img a {
    display: flex;
    height: 80px;
    justify-content: center;
    align-items: center;
    width: 50px;
}

.c-table__img img {
    width: 100%;
}

.c-table__counter {
    color: var(--muted-text-color, #777)
}

.c-table__item-price {
    font-size: 14px;
    color: var(--main-color)
}

.c-table__link {
    font-weight: 500;
    font-size: 16px;
    max-width: 360px;
    display: inline-block;
    line-height: 1.2;
    transition: all 0.4s ease-in-out;
    margin-bottom: 5px;
}

.small-cart-list .prop-position {
    color: #777;
    font-size: 12px
}

.a-cart-page {
    padding-bottom: 50px;
    background: var(--main-background-color);
    height: 100%;
}

.a-cart-page .amount__button {
    font-size: 15px;
    width: 20px;
    height: 26.5px;
}

.order-page .a-cart-page .amount__button {
    font-size: 12px;
    width: 20px;
    height: 15px;
}

.cart-table__title {
    display: none;
}

.a-cart-page .a-cart-table__td_count .a-cart-table__container {
    justify-content: center;
}
.order-page .a-cart-page .a-cart-table__td_count .a-cart-table__container {
    justify-content: center;
}

@media (max-width: 767px) {
    .a-cart-page .a-cart-table__td_count .a-cart-table__container {
        justify-content: space-between;
    }
}

.a-cart-page .block-wrapper {
    min-height: 0;
}

.order-page .a-cart-table__td_count .deleteItemFromCart {
    display: none;
}

.order-page .a-cart-page .a-cart-table__td_name .delete-btn .icon__cart {
    width: 25px;
    height: 25px;
}

.order-page .a-cart-page .a-cart-table__td_name .delete-btn .icon--remove {
    width: 15px;
    height: 15px;
}

.order-page .a-cart-page .a-cart-table__td_name .delete-btn {
    display: block;
    position: absolute;
    top: -12.5px;
    left: -12.5px;
    opacity: 0;
    transition: all 0.4s ease-in-out;
}

.order-page .a-cart-page .a-cart-table__row:hover .a-cart-table__td_name .delete-btn {
    opacity: 1;
}

@media (max-width: 1005px) {
    .order-page .a-cart-page .a-cart-table__td_name .delete-btn {
        opacity: 1;
    }
}

@media (max-width: 767px) {
    .order-page .a-cart-page .a-cart-table__td_name {
        padding: 20px 0 20px 12px;
    }
}

.order-page .a-cart-table__td_count.count-cell {
    flex-basis: 100px;
    margin-left: auto;
    margin-right: 10px;
}

.a-cart__title {
    display: none;
}

.order-page .a-cart__title {
    display: block;
    font-size: 26px;
    font-weight: 400;
    margin-left: 20px;
    color: var(--main-text-color);
}

.order-page .a-cart-table__row:hover .a-cart-table__td_count .deleteItemFromCart {
    opacity: 1;
}

.a-cart-page__title {
    font-size: 34px;
    line-height: 1.2;
    letter-spacing: .03em;
    font-weight: 500;
    padding: 0 0 50px 0;
    margin-top: -10px;
    text-align: center;
    text-transform: uppercase
}

.deleteItemFromCart svg {
    width: 16px;
    height: 16px;
}

.deleteItemFromCart:hover svg {

}

@media (max-width:767px) {
    .a-cart-page__title {
        padding-bottom: 20px
    }
}

.a-cart-page .a-cart-table__props {
    font-size: 12px;
    margin-left: 5px;
    text-align: left;
    position: absolute;
    right: 0;
    top: 0;
    width: 15px;
    height: 15px;
    font-size: 16px;
    color: var(--main-text-color);
    cursor: pointer;
}
.a-cart-page .a-cart-table__props svg{
    width: 18px;
    height: 18px;
    fill: var(--main-text-color);
}

.a-cart-table__props-container {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background: var(--main-background-color);
    box-shadow: 0 0 30px 10px rgb(0 0 0 / 10%);
    border-radius: 6px;
    transition: all 0.3s ease-in-out;
    min-width: 200px;
    width: fit-content;
    padding: 15px;
    font-size: 13px;
    visibility: hidden;
    pointer-events: none;
    cursor: auto;
    z-index: 9999;
}
.prop-position:focus {
    background: var(--main-background-color);
}
.a-cart-page .a-cart-table__props:hover .a-cart-table__props-container{
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}
.order-page .a-cart-page .a-cart-table__props {
    display: none;
}

.a-cart-page .a-cart-table__link {
    color: var(--main-text-color);
    transition: all .3s ease;
    font-size: 15px;
    text-align: left;
    font-weight: 400;
    letter-spacing: 1px;
}

.table .cart__text-center {
    text-align: center;
}

.table .text-center {
    text-align: center;
}

.a-cart-table__row .a-cart-table__item-title {
    text-align: left;
    padding-right: 20px;
}

.a-cart-page .a-cart-table__link:active,
.a-cart-page .a-cart-table__link:focus,
.a-cart-page .a-cart-table__link:hover {
    text-decoration: none;
    outline: 0;
    color: var(--accent-color);
}

.a-cart-page .a-cart-table__td .c-amount .c-amount__down,
.a-cart-page .a-cart-table__td .c-amount .c-amount__up {
    background-color: #f5f5f5;
    border: none;
    width: 35px;
    height: 35px;
}

.a-cart-page .a-cart-table__td .c-amount .c-amount__down:hover,
.a-cart-page .a-cart-table__td .c-amount .c-amount__up:hover {
    background-color: var(--accent-color);
}

.a-cart-page .a-cart-table__td .c-amount {
    margin: 0 auto;
    padding: 3px;
    max-width: 200px;
}

.a-cart-page .a-cart-table__td {
    text-align: center;
    vertical-align: middle;
    padding: 20px 0;
}

.a-cart-page .a-cart-table__td_name .delete-btn {
    display: none;
}

.a-cart-page .a-cart-table__td_img {
    width: 121px
}

.order-page .a-cart-table__td_img {
    display: none;
}

.a-cart-page .a-cart-table__td_img a {
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.a-cart-page .a-cart-table__td_img img {
    width: 100px;
    height: 100px;
    padding: 3px;
    object-fit: contain;
    object-position: center;
}

.a-cart-page .a-cart-table__td_price,
.a-cart-page .a-cart-table__td_price-one {
    color: var(--main-text-color);
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    padding: 0 10px;
    min-width: 138px;
}

.a-cart-page .a-cart-table__td_price {
    color: var(--accent-color);
}

.a-cart-page .a-cart-table__td_remove:hover .icon--remove {
    fill: var(--accent-color)
}

.a-cart-page .a-cart-table__td_remove .icon--remove {
    width: 20px;
    height: 20px;
    transition: all .3s ease;
}

.a-body__cart .c-carousel__title {
    font-size: 34px;
    line-height: 1.2;
    letter-spacing: .03em;
    font-weight: 500;
    padding: 0 0 50px 0;
    margin-top: -10px;
    width: 100%;
}

.a-body__cart .c-carousel__title--span {
    display: block;
    text-transform: uppercase;
    text-align: center
}

.alreadyInCart::before {
    display: none!important
}


/* cart page */

.a-cart-table .amount {
    height: 53px;
    font-size: 14px;
}

.empty-cart-block .button,
.empty-cart-block .empty-cart-block__text {
    text-transform: none;
}

.empty-cart-block .empty-cart-block__text {
    font-size: 26px;
}

.empty-cart-block .button {
    color: var(--secondary-text-color);
    padding: 8px 15px;
    background: var(--secondary-background-color);
    transition: all 0.4s ease-in-out;
    border-radius: 20px;
}

.a-card-main {
    display: flex;
}

.order-page .a-card-main {
    flex-direction: column;
}

.order-page .amount {
    margin: 0;
}

.empty-cart-block .button:hover {
    background: var(--accent-color);
    color: var(--main-text-color);
}

.c-table__promocode {
    margin-bottom: 20px;
}

.c-table__promocode .promo-form {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    border: 1px solid var(--border-color);
}

.c-table__promocode .promo-form>span {
    display: none;
}

.order-page .c-table__promocode .promo-form {
    flex-wrap: nowrap;
}

@media (max-width: 560px) {
    .order-page .c-table__promocode .promo-form {
        flex-wrap: wrap;
        justify-content: flex-start;
        max-width: 250px;
    }
}

.c-table__promocode #msg-about-code {
    display: block;
    margin-top: 5px;
    color: red;
}

.c-table__promocode button {
    color: var(--third-text-color);
    position: relative;
    padding: 13px 10px;
    background-color: var(--border-color);
    transition: all 0.4s ease-in-out;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    border-radius: 0;
}

.c-table__promocode button:hover {
    color: var(--accent-color);
    background-color: var(--border-color);
}

@media (max-width:991px) {
    .c-table__total {
        margin-left: 0;
        text-align: center;
    }
    .c-table__footer {
        align-items: flex-start;
        flex-direction: column
    }
    .a-cart-page__back-btn {
        margin-bottom: 10px;
    }
    .c-table__promocode {
        margin-bottom: 20px;
        align-self: center;
    }
}

@media (max-width: 641px) {
    .c-table__promocode .promo-form {
        flex-wrap: wrap;
        max-width: none;
    }
    .c-table__promocode {
        width: 100%;
    }
    .c-order .c-table__promocode {
        padding: 0 0 0 10px;
    }
}

.empty-cart-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
    padding: 20px;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
}

.empty-cart-block .button {
    margin: 0 auto;
}

.empty-cart-block__text {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    color: var(--main-text-color);
}

.table.a-cart-table thead .a-cart-table__thead-delete {
    padding-right: 0;
}

.a-cart-table__container {
    display: flex;
    align-items: center;
    position: relative;
}

.a-cart-page__form .icon__cart {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease-in-out;
    border: 1px solid var(--border-color);
    margin: 0 auto;
    background: var(--main-background-color);
    fill: var(--main-text-color);
}

.a-cart-page__form .icon__cart:hover {
    fill: var(--secondary-text-color);
    background-color: #e44343;
    border-color: #e44343;
}

.cart-test-img {
    width: 100px;
    height: 100px;
    background-color: var(--main-background-color);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    background: #FFF;
    flex-shrink: 0;
}

.order-page .a-cart-page {
    margin-top: 50px;
}

.order-page .c-table__total {
    margin: 0;
    background: var(--main-background-color);
    width: 100%;
    max-width: none;
}

.order-page .c-table__total-sum {
    border: none;
    padding: 0;
}
.order-page .c-table__total-sum .title {
    display: none;
}

.order-page .total-sum__container {
    border-top: none;
    padding: 20px 12px;
    justify-content: space-between;
}

.order-page .total-sale {
    padding: 20px 12px;
    justify-content: space-between;
}
.c-table__total-sale,
.order-page .total-sum {
    color: var(--accent-color);
}

.c-order__total .total-sum {
    font-size: 24px;
    font-weight: 500;
}

.order-page .c-table__total-decription {
    display: none;
}

.order-page .a-cart-page__back-btn {
    margin: 0;
    font-size: 13px;
    padding: 7px 10px;
    border-radius: 15px;
    font-weight: 400;
    background: #dadada;
    color: var(--third-text-color);
}

@media (max-width: 991px) {
    .order-page .a-cart-page__back-btn {
        display: none;
    }
}

.order-page .a-cart-page__back-btn:hover {
    background: var(--accent-color);
    color: var(--main-text-color);
}

.order-page .a-cart-page__form {
    margin-right: 0;
}

.order-page .title-section {
    display: none;
}

.order-page .a-cart-page__container {
    flex-direction: column;
}

.order-page .a-cart-page__form .a-cart-table__td_price-one {
    display: none;
}

.order-page .a-cart-page__form .a-cart-table__td_count .amount__input {
    width: 30px;
    height: 30px;
    font-size: 11px;
}

.order-page .a-cart-page__form .a-cart-table__td_count .a-cart-table__container .amount {
    height: auto;
}

.order-page .a-cart-page__form .a-cart-table__td_count .a-cart-table__container .icon--remove {
    width: 15px;
    height: 15px;
}

@media (max-width: 535px) {
    .order-page .a-cart-page__form .a-cart-table__td_count {
        display: none;
    }
}

.order-page .a-cart-page__form .a-cart-table__td_name .cart-test-img {
    width: 64px;
    height: 64px;
    flex-shrink: 0;
}

.order-page .table tbody tr {
    border: none;
}

.order-page .table .a-cart-table__row {
    position: relative;
    border-bottom: 1px solid var(--border-color);
}

.order-page .a-cart-table__td_price {
    flex-shrink: 0;
    width: fit-content;
    min-width: auto;
    white-space: nowrap;
}
.order-page .a-cart-table__thead-price,
.order-page .a-cart-table__thead-img {
    display: none;
}

.order-page .a-cart-page__form .a-cart-table__td_name img {
    width: 100px;
    height: 100px;
    border: 1px solid var(--border-color);
    padding: 3px;
    object-fit: contain;
    object-position: center;
}

.order-page .table.a-cart-table {
    border: none;
    border-bottom: 1px solid var(--border-color);
    width: 100%;
    margin-top: 0;
}

.order-page .a-cart-page__container .a-cart-table__td_name .cart-test-img {
    position: relative;
}

.a-cart-page__container .a-cart-table__td_name .a-cart-table__image-counter {
    display: none;
}

.order-page .a-cart-page__container .a-cart-table__td_name .a-cart-table__image-counter {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    position: absolute;
    top: -10px;
    right: -10px;
    min-width: 20px;
    height: 20px;
    border-radius: 10px;
    font-size: 14px;
    color: var(--secondary-text-color);
    background-color: var(--third-text-color);
    padding: 0 3px;
}

.order-page .a-cart-page .a-cart-table__td {
    text-align: left;
    padding-left: 12px;
}

.order-page .a-cart-page .a-cart-table__td_price {
    font-family: inherit;
    color: var(--main-text-color);
    font-size: 14px;
    text-align: right;
}

.order-page .a-cart-page .a-card-dropdown>h2 {
    margin-top: 30px;
}

.order-page .header__logo {
    margin: 8px auto;
}

.order-page .cart-test-img {
    margin-right: 12px;
}

@media (max-width: 1300px) {
    .a-cart-page .a-cart-table__td .c-amount {
        max-width: 100px;
    }
}

@media (max-width: 1200px) {
    .a-card-main {
        flex-direction: column;
    }
    .c-table__total {
        max-width: none;
        width: 100%;
    }
    .cart-wrapper .c-table__total button {
        padding: 13px 30px;
    }
}

@media (max-width: 991px) {
    .a-card-dropdown {
        width: 100%;
    }
    .order-page .c-table__dropdown-btn {
        display: flex;
        align-items: center;
        color: var(--third-text-color);
        margin-right: 5px;
    }
    .order-page .a-cart-dropdown {
        display: none;
        margin-right: 0;
    }
    .order-page .c-table__dropdown-btn .mdi-cart-variant {
        margin-right: 5px;
    }
    .order-page .c-table__total {
        width: 100%;
        padding: 0;
    }
    .order-page .a-cart-page {
        padding-bottom: 0;
    }
    .order-page .c-table__total-sum .total-sum {
        margin-bottom: 0;
    }
    .order-page .a-cart-page .a-cart-table__row:last-of-type .a-cart-table__td {
        border-bottom: none;
    }
    .order-page .table tbody tr:last-child {
        border-bottom: none !important;
    }
    .a-cart-page .table tbody tr:first-child {
        border-top: none;
    }
    .order-page .a-cart-page .a-cart-table__td_price {
        justify-self: end;
    }
    .order-page .a-cart-page__form .a-cart-table__td_img {
        justify-self: start;
    }
    .order-page .a-cart-table__td_price {
        font-size: 13px;
    }
}

@media (max-width: 991px) {
    .a-cart-page__container {
        flex-direction: column;
        align-items: center;
    }
    .c-table__total {
        margin-left: 0;
    }
    .c-table__total {
        width: 100%;
        max-width: none;
    }
    .c-table__total-sum {
        flex-direction: column;
    }
    .a-cart-page__form {
        width: 100%;
        margin-right: 0;
    }
    .order-page .a-cart-page__container {
        flex-direction: column-reverse;
    }
    .order-page .a-card-dropdown {
        width: 100%;
        padding: 0 20px;
    }
    .a-cart-page .a-cart-table__link {
        font-size: 12px;
    }
}

@media (max-width: 767px) {
    .a-cart-page .a-cart-table__td.a-cart-table__td_name {
        justify-content: center;
    }
    .a-cart-table__td_name .cart-table__title {
        display: none;
    }
    .c-table__total {
        padding: 0 20px;
    }
    .a-cart-page__footer {
        padding: 0 20px;
    }
    .cart-table__title {
        display: block;
        margin-right: 10px;
        font-size: 15px;
        font-weight: 600;
        color: var(--third-text-color);
    }
    .cart-table__title_price {
        color: var(--main-text-color);
    }
    .cart-table__title_sum {
        color: var(--accent-color);
    }
    .a-cart-table__props-container {
        left: auto;
        right: 0;
    }
    .a-cart-page .deleteItemFromCart {
        margin-left: auto;
    }
    .a-cart-table__td_img {
        display: none;
    }
    .a-cart-page .a-cart-table__link {
        font-size: 15px;
    }
    .a-cart-page .a-cart-table__td {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        padding: 10px;
        border-bottom: 1px solid var(--border-color);
    }
    .a-cart-page .a-cart-table__row:nth-of-type(2n) {
        background-color: var(--accent-background-color);
    }
    .table .a-cart-table__row {
        display: grid;
        grid-template-columns: 1fr;
    }
    .a-cart-page__form thead {
        display: none;
    }
    .order-page .a-cart-page .a-cart-table__td {
        text-align: center;
    }
    .c-table__link {
        font-size: 12px;
    }
    .c-table__item-price {
        font-size: 12px;
    }
    .a-cart-table__container {
        justify-content: space-between;
    }
    .a-cart-page .a-cart-table__td_img {
        display: none;
        justify-content: center;
        align-items: center;
    }
    .a-cart-page tbody .a-cart-table__row {
        border-bottom: none;
    }
}

@media (max-width: 450px) {
    .a-cart-page .a-cart-table__td_price,
    .a-cart-page .a-cart-table__td_price-one {
        font-size: 14px;
        min-width: auto;
    }
    .order-page .a-cart-page .a-cart-table__link {
        font-size: 12px;
    }
    .order-page .a-cart-page .a-cart-table__td_price {
        font-size: 12px;
    }
}

@media (max-width: 370px) {
    .a-cart-page__form tbody tr {
        gap: 3px;
    }
    .a-cart-page .a-cart-table__td_img img {
        max-width: 80px;
    }
    .a-cart-page .a-cart-table__td .c-amount {
        max-width: 80px;
    }
}