.product_item .btn.btn_order {width: 66px!important;}

/*.top_menu ul {margin: 15px 0 25px!important;}
.top_menu ul .ul_inner {margin:0px!important;}
*/

.product_item a.title{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
} 