@media only screen and (max-width: 767px) {
    .product-content .product__container {
        display: flex !important;
        flex-direction: column !important;
        margin-top: 20px;
    }

    .product-content .product__container > .col-md-5,
    .product-content .product-info {
        display: contents !important;
    }

    .product-content .product-name {
        order: 1;
        width: 100%;
        padding: 0 15px;
    }

    .product-content .product-name h1 {
        margin: 0 0 22px;
        font-size: 28px;
        line-height: 1.28;
        text-align: left;
    }

    .product-content .product-info .avail {
        order: 2;
        align-self: flex-start;
        margin: 0 15px 28px;
    }

    .product-content .product__container > .col-md-7 {
        order: 3;
        width: 100%;
    }

    .product-content .product-info > :not(.product-name):not(.avail) {
        order: 4;
    }

    .product-content .product__container > .col-xs-12 {
        order: 5;
    }
}
