.box_orders {
   align-items: center;
   background: #fff;
   box-sizing: border-box;
   border: 4px solid #E22E2E;
   display: flex;
   justify-content:space-evenly;
   top: 0;
   left: 0;
   right: 0;
   height: 85px;
   margin: 0 auto;
   padding: 15px;
   width: 750px;
   z-index: 999;
   line-height: 2em;
 }

 .box_orders img {
   width: 70px;
 }

 .box_orders div {
   display: flex;
   justify-content:center;
   width: 90%;
   flex-wrap: wrap;
 }

 .box_orders div .txt_order {
   color: #E22E2E;
   font-size: 25px;
   padding: 0;
   margin: 0;
   text-align: center;
   width: 100%;
 }

 .box_orders div .txt_order span {
   color: #000;
 }

 .box_orders div .txt_small {
   font-size: 14px;
   margin: 0;
 }

 .box_orders div .txt_date {
   font-size: 14px;
   margin: 0 0 0 1em;
 }

