.order{position:fixed;top:0;left:0;z-index:1300;width:100%;height:100vh;background-color:rgba(59,78,162,.8);overflow-y:auto}.order__inner{position:absolute;top:0;left:0;right:0;bottom:0;z-index:210;box-sizing:border-box;padding:20px;background-color:#fff;overflow:auto}.order__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.order__header h2{margin:0}.order__header button{margin-bottom:-5px;padding:0;cursor:pointer;font-weight:800;font-size:14px;border:none;outline:none;background-color:#fff;color:#000;text-transform:uppercase;opacity:1;transition:all .3s}.order__header svg{width:15px}.order__header button:active{opacity:.3}.order__payment-link{display:inline-block;margin-top:5px;padding:5px;min-width:auto}@media (min-width:768px){.order__inner{top:30px;left:20%;right:20%;bottom:30px;padding:30px 50px}}@media (min-width:1025px){.order__inner{left:30%;right:30%}}.orders{padding-left:20px;padding-right:20px;min-height:calc(100vh - 100px)}@media (min-width:768px){.orders{padding-left:4%;padding-right:4%;min-height:calc(100vh - 140px)}}.orders-table__head{display:none}.orders-table__row{margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid var(--light-grey);line-height:1.4;cursor:pointer;transition:all .3s}.orders-table__warning{display:inline-block;margin-left:5px;padding:3px 5px;color:#fff;background-color:var(--indigo-color-light)}.orders-table__row:last-child{border-bottom:none}@media (min-width:768px){.orders-table__head,.orders-table__row{display:flex}.orders-table__head{background-color:var(--light-grey);color:#000}.orders-table__row{margin:0;padding-bottom:0}.orders-table__head>div:first-child,.orders-table__head>div:nth-child(2),.orders-table__head>div:nth-child(3),.orders-table__head>div:nth-child(4),.orders-table__row>div:first-child,.orders-table__row>div:nth-child(2),.orders-table__row>div:nth-child(3),.orders-table__row>div:nth-child(4){box-sizing:border-box;width:25%;padding:10px 2.5%}}@media (min-width:1025px){.orders-table__row:hover{color:#fff;background-color:var(--indigo-orange)}}