.table-cart table {
    width: 100%;
}
.table-cart table tr th {
    font-size: 14px;
    border: 1px solid var(--line-color);
    padding: 10px;
    text-transform: uppercase;
    text-align: center;
}
.table-cart table tr td {
    border: 1px solid var(--line-color);
    padding: 10px;
    text-align: center;
}
.table-cart table tr td img {
    width: 100px;
}
.table-cart {
    padding: 15px;
}
.qty-prod {
    display: flex;
    align-items: center;
    justify-content: center;
}
.box-qty {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    border: 1px solid var(--line-color);
    background: #fff;
}
.btn-minus {
    border: none;
    background: none;
    outline: unset;
    width: 25px;
    height: 40px;
    border-right: 1px solid var(--line-color);
}
.ip-soluong {
    width: 40px;
    padding: 5px 0;
    text-align: center;
    border: none;
}
.btn-plus {
    border: none;
    background: none;
    outline: unset;
    width: 25px;
    height: 40px;
    border-left: 1px solid var(--line-color);
}
.color-selected {
    font-weight: 400;
    color: var(--bold-grey);
    font-size: 13px;
}
.next-step {
    margin: 20px 0;
}
.next-step a {
    padding: 15px 22px;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    display: inline-flex;
    letter-spacing: .8px;
    align-items: center;
    justify-content: center;
}
.btn-cart-back {
    background: var(--bold-grey);
}
.btn-cart-next {
    background: var(--main-color);
}
.btn-cart-back:hover, .btn-cart-next:hover {
    background: var(--hover-color);
}
.grid-checkout {
    display: grid;
    grid-template-columns: 1fr 35%;
    grid-gap: 30px;
}
.grid-checkout-3 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
}
.grid-checkout-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}
.form-control {
    border: 1px solid var(--line-color);
    border-radius: 0;
    box-shadow: unset;
    font-size: 13px;
    font-weight: 400;
    height: 40px;
}
.block-checkout label {
    font-weight: 400;
}
.tit-check {
    font-weight: 600;
    margin-bottom: 20px;
}
.tab-your-prod table tr td {
    padding: 10px 0;
}
.tab-your-prod table tr th:first-child, .tab-your-prod table tr td:first-child {
    padding-right: 10px;
}
.tab-your-prod table tr td:last-child, .tab-your-prod table tr th:last-child {
    padding-left: 10px;
    white-space: nowrap;
}
.tab-your-prod table tr td:first-child {
    display: flex;
    align-items: center;
}
.tab-your-prod .box-img {
    position: relative;
    margin-right: 10px;
}
.tab-your-prod .box-img img {
    width: 80px;
    height: 80px;
    object-fit: cover;
}
.span-sl {
    position: absolute;
    top: -5px;
    right: -5px;
    color: #fff;
    background: var(--main-color);
    font-size: 10px;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bold {
    font-weight: 600;
}
.a-check {
    border: none;
    text-transform: uppercase;
    margin: 0;
    background: var(--main-color);
    padding: 15px 40px;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: .8px;
}
.a-check:hover {
    background: var(--hover-color);
}
.flex-pay img {
    width: 50px;
    margin-left: 10px;
    margin-right: 4px;
}
.flex-pay label {
    font-weight: 500;
    cursor: pointer;
    margin: 0;
}
.box-hddh {
    margin-left: 25px;
    font-size: 13px;
}
.block-reslog {
    border: 1px solid var(--line-color);
    padding: 30px;
    border-radius: 2px;
    width: 500px;
    margin: 0 auto;
    max-width: 100%;
}
.tit-reslog {
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}
.btn-log {
    display: block;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    background-color: var(--main-color);
    font-size: 15px;
    line-height: 24px;
    padding: 8px 0;
    text-align: center;
    position: relative;
    z-index: 2;
    outline: unset;
    border: none;
    width: 100%;
    letter-spacing: .8px;
}
.result-check-order {
    margin-top: 20px;
    padding: 20px;
}
.grid-field-check-order {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 15px;
}
.grid-pro-check-order {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 15px;
    margin-top: 20px;
}
.next-step {
    margin: 20px 0;
    display: flex;
}
.next-step a img, .next-step a svg {
    filter: brightness(0) invert(1);
}
.next-step a:first-child {
    margin-right: 5px;
}
.block-received-address {
    margin-bottom: 20px;
}
.block-received-address p {
    color: var(--hover-color);
    cursor: pointer;
}
.item-change-address {
    padding: 10px 0;
}
.item-change-address .block-details {
    padding: 0 10px;
    line-height: 24px;
}
.item-change-address:not(:last-child) {
    border-bottom: 1px solid var(--line-color);
}
.default-address {
    font-size: 12px;
    padding: 4px 10px;
    background: var(--main-color);
    color: #fff;
    border-radius: 4px;
}
.btn.btn-dark {
    background: #000;
    color: #fff;
    height: 40px;
    padding: 0 20px;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
}
.box-promotion .btn-dark {
    border-radius: 0;
}
.item-pro-check-order > .block-details > p:first-child {
    font-weight: 600;
}









@media(max-width: 991px){
    .grid-checkout {
        grid-template-columns: 1fr;
    }
    .block-checkout:first-child {
        order: 2;
    }
    .block-checkout:last-child {
        order: 1;
    }
}
@media(max-width: 767px){
    .table-cart form table tr:first-child {
        display: none;
    }
    .table-cart form table tr td {
        display: block;
        text-align: right;
        font-size: 14px;
        padding: 10px;
        border: none;
    }
    .table-cart form table tr td:nth-child(2) {
        text-align: center;
    }
    .table-cart form table tr td[data-title]::before {
        content: attr(data-title) ": ";
        float: left;
    }
    .table-cart form table tr {
        padding-bottom: 5px;
        border-bottom: 1px solid var(--line-color);
        margin-bottom: 20px;
        display: inline-block;
        width: 100%;
    }
    .table-cart form table tr:last-child {
        border: none;
    }
    .tr-cart-total td:first-child {
        display: none !important;
    }
    .tr-cart-total td {
        text-align: center !important;
    }
    .next-step a {
        padding: 12px 14px;
        font-size: 12px;
    }
    .grid-checkout-3 {
        grid-template-columns: 1fr;
        gap: 0;
    }
    .grid-field-check-order {
        grid-template-columns: 1fr 1fr;
    }
    .grid-pro-check-order {
        grid-template-columns: 1fr;
    }
}

@media(max-width: 480px){
    .next-step {
        margin: 0;
    }
    .next-step a {
        padding: 12px 10px;
        font-size: 12px;
        width: 100%;
        margin-bottom: 10px;
        text-align: center;
        letter-spacing: .8px;
    }
    .grid-checkout-2 {
        grid-template-columns: 1fr;
        gap: 0;
    }
    .a-check {
        width: 100%;
        padding: 12px 10px;
    }
    .grid-field-check-order {
        grid-template-columns: 1fr;
    }
}











