.s-checkout {
    padding-bottom: 47px;
}

.s-checkout .nocard_ia {
    margin-bottom: 3rem;
}

.checkout-item-trash {
    font-size: 15px;
    color: #7B7C7E;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.checkout-item-trash:hover {
    opacity: 0.65;
}

.checkout-list-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 35px;
	gap:12px;
}

.checkout-list-header-th {
    padding-right: 20px;
    color: #7B7C7E;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
}

.checkout-list-header-th:nth-child(1) {
    width: 25%;
}

.checkout-list-header-th:nth-child(2) {
    width: 20%;
}

.checkout-list-header-th:nth-child(3) {
    width: 20%;
}

.checkout-list-header-th:nth-child(4) {
    width: 20%;
}

.checkout-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #D4DCE7;
    padding: 25px 0;
	gap:12px;
}

.checkout-item-img {
    width: 25%;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 20px;
}

.checkout-item-img img {
    max-width: 100%;
    width: 244px;
}

.checkout-item-name {
    padding-right: 20px;
    width: 25%;
}

.checkout-item-characters {
    width: 20%;
}

.checkout-item-characters span {
    font-size: 24px;
}

.checkout-item-qnt {
    width: 20%;
}

.number-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.number-group button {
    width: 40px;
    height: 40px;
    position: relative;
    outline: none !important;
    border: 1px solid #D4DCE7;
    background-color: transparent;
}

.number-group button:after {
    content: '';
    width: 14px;
    height: 2px;
    background-color: #7B7C7E;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
}

.number-group button.number-plus:before {
    content: '';
    position: absolute;
    width: 2px;
    height: 14px;
    background-color: #7B7C7E;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.number-input {
    min-width: 0;
    height: 40px;
    border: none;
    width: 62px;
    text-align: center;
    font-size: 24px;
    outline: none !important;
    background-color: transparent;
    font-weight: 600;
}

.checkout-table {
    margin-bottom: 70px;
}

.checkout-callback {
    background-color: #fff;
    padding: 48px 68px 65px 48px;
}

.checkout-callback .h3 {
    color: #7B7C7E;
    margin-bottom: 30px;
}

.checkout-form-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.checkout-form-row .form-group {
    margin-right: 20px;
    width: 18%;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.checkout-form-row .form-group:last-child {
    width: auto;
    margin-right: 0;
    /*margin-left: auto;*/
}

.checkout-form-row .form-control {
    min-width: 0;
}

.checkout-callback-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.checkout-callback-footer .form-checkbox {
    margin-right: 20px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.checkout-callback-footer .checkbox {
    max-width: 460px;
}

.are-u-diller a {
    color: #DE1326;
}


@media (max-width: 1500px) {
    .checkout-form-row .form-group {
        width: 40%;
    }
    .checkout-list-header-th {
        font-size: 12px;
    }
}


@media (max-width: 1024px) {
    .checkout-item-img {
        width: 20%;
    }
    .checkout-item-name .h4 {
        font-size: 14px;
    }
    .checkout-item-characters {
        font-size: 12px;
    }
    .number-group button {
        width: 33px;
        height: 33px;
    }
    .number-input {
        width: 48px;
        font-size: 16px;
    }
    .checkout-item-qnt {
        width: 25%;
    }
    .checkout-list-header-th:nth-child(1) {
        width: 20%;
    }
    .checkout-form-row {
        margin-left: -7px;
        margin-right: -7px;
    }
    .checkout-form-row .form-group {
        width: -webkit-calc(33.33333% - 14px);
        width: calc(33.33333% - 14px);
        margin-left: 7px;
        margin-right: 7px;
    }
    .checkout-form-row .form-group:last-child {
        margin-left: 7px;
    }
    .checkout-callback-footer {
        display: block;
    }
    .are-u-diller {
        margin-top: 16px;
    }
}


@media (max-width: 680px) {
    .checkout-list-header {
        display: none;
    }
    .checkout-item {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        position: relative;
    }
    .checkout-item-img {
        width: 50%;
        margin-bottom: 20px;
    }
    .checkout-item-name {
        width: 50%;
        margin-bottom: 20px;
    }
    .checkout-item-characters {
        width: 50%;
    }
    .checkout-item-qnt {
        width: 50%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding-right: 0;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .checkout-item-trash {
        position: absolute;
        top: 20px;
        right: 0;
    }
    .checkout-table {
        margin-bottom: 30px;
    }
    .checkout-callback {
        padding: 25px 15px;
    }
    .checkout-callback .h3 {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .checkout-form-row {
        margin-left: 0;
        margin-right: 0;
    }
    .checkout-form-row .form-group {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    .checkout-form-row .form-group:last-child {
        width: 100%;
        margin-left: 0;
    }
    .checkout-form-row .form-group:last-child .btn {
        width: 100%;
    }
}

.info-amount_ia, .total-pay_ia, .order_props_ia dl {
    display: none !important;
}