.cart{flex-direction:row;gap:2rem;margin:auto}.cart,.container{display:flex;align-items:center;justify-content:center}.container{flex-direction:column}.left{width:100%;border-radius:1rem;height:80vh;overflow-y:auto}.left,.left-card{display:flex;flex-direction:column;gap:2rem}.left-card-part1{display:flex;flex-direction:row;justify-content:space-between;padding:2rem}.left-card-1{display:flex;flex-direction:column;gap:1rem}.left-card-1 img{flex:1 1 100%;max-width:100%;height:50vh}.status-delivered{background-color:green}.status-awaiting-shipment,.status-delivered{color:#fff;padding:.5rem 1rem;border-radius:.5rem;font-weight:700}.status-awaiting-shipment{background-color:orange}.status-shipped{background-color:blue}.status-cancelled,.status-shipped{color:#fff;padding:.5rem 1rem;border-radius:.5rem;font-weight:700}.status-cancelled{background-color:red}.status-default{background-color:#daa520}.pending-order,.status-default{color:#fff;padding:.5rem 1rem;border-radius:.5rem;font-weight:700}.pending-order{background-color:gray}@media (max-width:768px){.cart{flex-direction:column}.left,.left-card-1 img{flex:1 1 100%;max-width:100%}.left-card-1 img{height:50vh}.left-card-1,.left-card-part1{flex-direction:column}.left-card-2{padding-top:2rem}}.sec-header{display:flex;text-align:center;align-items:center;justify-content:center;padding:4rem;font-size:2rem}.sec-row{display:flex;flex-direction:row;gap:1rem;flex-wrap:wrap}.sec-card{flex-grow:1;flex-shrink:1;flex-basis:calc(50% - 1rem);max-width:calc(50% - 1rem);height:55vh;border-radius:1rem;box-sizing:border-box}.sec-card img{width:100%;height:43vh;border-radius:1rem}.section{padding:1rem 2rem 4rem}@media (max-width:768px){.sec-card{flex-grow:1;flex-shrink:1;flex-basis:calc(50% - 1rem);max-width:calc(50% - 1rem)}}@media (max-width:480px){.sec-card{flex:1 1 100%;max-width:100%}}