.cart{flex-direction:row;gap:2rem;margin:auto}.cart,.container{display:flex;align-items:center;justify-content:center}.container,.left{flex-direction:column}.left{width:100%;border-radius:1rem;height:80vh;overflow-y:scroll;display:flex;gap:2rem;scrollbar-width:none}.left::-webkit-scrollbar{display:none}.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{width:40vw;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}.prd-sec3-btn button{width:100%;padding:1rem;border-radius:1.5rem;-webkit-border-radius:1rem;-moz-border-radius:1rem;-ms-border-radius:1rem;-o-border-radius:1rem;background-color:#000;color:#fff;font-size:1rem}.prd-sec3-btn button:hover{background-color:#fff;color:#000}@media (max-width:1000px){.left-card-1 img{width:100%;height:50vh}}@media (max-width:768px){.cart{flex-direction:column}.left{flex:1 1 100%;max-width:100%}.left-card-1 img{width:100%;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%}}