.product-item-info .suggest-image img {
    width: auto;
}
.container-hqmain {
    margin-top: 20px;
}
.container-hqmain .order-info {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}
.order-checkouts-l,
.order-checkouts-r {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.order-checkouts-l .small-infor {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
}
.order-checkouts-l .small-infor > div {
    width: 100%;
    padding-right: 20px;
}
.container-hqmain p {
    margin-bottom: 0.7rem;
}
.order-checkouts-r .box-des {
    width: 50%;
}
.order-checkouts-r .show-order {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.container-hqmain .order-info .box-des {
    border-bottom: 1px solid #111111;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 5px;
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

.order-checkouts-r .show-order .product-image {
    width: 25%;
}
.order-checkouts-r .show-order .product-info {
    width: 75%;
}

.order-checkouts-r .show-order .inner-image {
    padding-right: 20px;
}
.order-checkouts-r .button-main {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: right;
}
.order-checkouts-r .button-main .actions-toolbar {
    margin-left: 2%;
    margin-bottom: 2%;
}
.product-item-info .suggest-image {
    text-align: center;
}
@media only screen and (min-width: 1000px) {
    .container-hqmain .sort-order-block .table-sort {
        display: flex;
        flex-wrap: wrap;
    }
}
@media only screen and (min-width: 768px) {
    .order-checkouts-l {
        width: 50%;
    }
    .order-checkouts-r {
        width: 50%;
    }
}
