﻿.order-items{justify-content:space-around;position:relative;min-height:300px;flex:1;}.order-items .order-item{padding-bottom:7.5px;padding-top:7.5px;position:relative;}.order-items .order-item>div{display:flex;justify-content:center;align-items:center;}.order-items .order-item>div:first-child{justify-content:flex-start;}.order-items .order-item>div:last-child{justify-content:flex-end;}.order-items .order-item .details .name{padding:5px;}.order-items .order-item .details .img{width:100px;border-radius:5px;}.order-items .order-item .count input{max-width:50px;padding:2px 5px;}.order-items .order-item .delete i{font-size:20px;vertical-align:middle;}.order-items .order-item:after{position:absolute;border-bottom:solid 1px #ccc;bottom:0;content:'';left:15px;right:15px;height:1px;background-color:#ccc;}.order-items .total>div{display:flex;padding:15px;justify-content:center;align-items:center;font-weight:bold;margin-bottom:15px;}@media(max-width:556px){.order-item>div{margin-bottom:15px;}.order-item .delete{position:static;}.order-item .delete i{position:absolute;top:25px;}html[dir='rtl'] .details{padding-left:30px;}html[dir='ltr'] .details{padding-left:30px;}}