@media screen and (min-width: 1440px){
    /*div.order-info,*/
    /*div.user-info{*/
    /*    float:left;*/
    /*    width:calc(50% - 40px);*/
    /*}*/
    /*div.user-info{*/
    /*    margin-left:40px;*/
    /*}*/
}
@media screen and (max-width: 1440px){

}
@media screen and (max-width: 1366px){

}
@media screen and (max-width: 1250px){

}
@media screen and (max-width: 1200px){
    div.order-info{width:100%}
    div.user-info{width:100%}
    div.cart-and-history{flex-direction: column;}
    div.cart-main{width: calc(100% - 20px);}
    div.order-history{width: calc(100% - 20px);}
}
@media screen and (max-width: 1050px){
    /*div.order-menu a{width:calc(100% - 30px);}*/
    /*div.order-menu a:last-of-type {*/
    /*    float:left;*/
    /*    margin-bottom:10px;*/
    /*}*/
}
@media screen and (max-width: 1024px){

}

@media screen and (max-width: 800px){

}
@media screen and (max-width: 760px){
    div.menu{
        width: 200px;
    }
    div.menu ul li {width:100%;}
    div.menu ul li a{max-width:140px}
    div.right {width: calc(100% - 200px - 25px);}
}
@media screen and (max-width: 570px){

}

@media screen and (max-width: 414px){
    body,div,p{
        font-size:14px;
    }
    div.menu{
        margin-left:-320px;
    }
    div.right{
        width:calc(100% - 22px);
    }

}
