@media  only screen and  (max-width: 800px)
{
    .product_left_wrap, .product_right_wrap {
        width:  100%;
    }
    .product_left_wrap, .product_right_wrap {
        display:  inline-block;
        width:  100%;
        float: none;
    }
}