@media screen and (max-width: 767px) {
    .checkout_info .form .wrapper .col {
        width: 100%;
    }

    .html-checkout-page footer .row .links {
        width: 46%;
    }

    .html-checkout-page footer .payments {
        margin-top: 40px;
        margin-right: auto;
        margin-left: 0;
        justify-content: center;
    }

    .html-checkout-page footer .data .row > *:nth-child(3) {
        margin-left: 0;
    }

    .html-checkout-page footer .data .row:last-child {
        margin-left: 0;
    }

    .html-checkout-page footer .data {
        padding: 24px 20px;
    }

    .html-checkout-page footer .copyright {
        margin-top: 20px;
        padding-bottom: 40px;
        width: 100%;
        margin-left: 0;
        text-align: center;
    }
}

@media screen and (min-width: 481px) and (max-width: 768px) {
    footer .copyright {
        font-family: 'HelveticaNeueLTW1GCn';
        font-size: 12px;
    }

    .checkout_steps .row {
        padding-top: 15px;
    }

    footer .copyright {
        width: 43%;
        order: unset;
        text-align: left;
    }

    footer .payments {
        width: 47%;
    }

    .payment-description div:last-child {
        white-space: unset;
    }

    .checkout_info .form .wrapper + .col {
        padding-right: 0;
    }

    .checkout_info .form .col {
        margin-left: 0;
        padding-right: 0;
    }

    .checkout_info .btns {
        margin-top: 40px;
        padding-right: 0;
    }

    .map-container {
        height: calc(100% - 84px);
    }

    .selected-pvz {
        padding: 20px;
    }

    .pvz-details:first-child {
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }

    .pvz-details .action {
        margin: auto;
    }

    .delivery-dialog .k-window-content {
        padding: 24px;
        overflow: hidden;
    }

    .order_products .titles {
        display: flex;
    }

    .order_products .list .product {
        padding-left: 109px;
        justify-content: space-between;
    }

    .order_products .list .product .thumb {
        margin: 0;
        margin-right: 16px;
        padding-bottom: 66px;
    }

    .order_products .col_price {
        width: 64px;
    }

    .order_products .product > * + * {
        margin-left: 16px;
    }

    .order_products .product .col_price:before, .order_products .product .col_amount:before, .order_products .product .col_total_price:before {
        display: none;
    }

    .order_products .product .col_price, .order_products .product .col_amount, .order_products .product .col_total_price {
        padding-top: 0;
    }
    .order_products .product .col_price:before, .order_products .product .col_amount:before, .order_products .product .col_total_price:before {
        display: none;
    }

    .order_products .product .col_price, .order_products .product .col_amount, .order_products .product .col_total_price {
        padding-top: 0;
    }

    .check_order .order_products .totals .item {
        width: 30%;
        margin-left: 0;
    }

    .check_order .order_products .totals {
        margin-left: 0;
        justify-content: normal;
        align-items: flex-end;
    }
    div .item {
        margin-left:10px!important;
    }
}


