.purchase-history{padding:24px 20px;width:100%;max-width:900px}.purchase-history .header{display:flex;align-items:center;gap:8px}.purchase-history .filters-wrapper{width:500px}@media only screen and (max-width:576px),only screen and (min-width:577px)and (max-width:767px){.purchase-history .filters-wrapper{width:100%}}.purchase-history .orderitems{display:flex;flex-direction:column;gap:20px;margin-top:10px}.purchase-history .orderitems .orderitem{box-shadow:0 0 5px 0 hsla(0,0%,60%,.251);padding:14px;width:100%}.purchase-history .orderitems .orderitem .orderitem_header{display:flex;align-items:center;gap:25px}@media only screen and (max-width:576px),only screen and (min-width:577px)and (max-width:767px){.purchase-history .orderitems .orderitem .orderitem_header{justify-content:space-between}}.purchase-history .orderitems .orderitem .orderitem_header .grandtotal-content,.purchase-history .orderitems .orderitem .orderitem_header .paymenttype-content,.purchase-history .orderitems .orderitem .orderitem_header .qty-content,.purchase-history .orderitems .orderitem .orderitem_header .status-content{position:relative}.purchase-history .orderitems .orderitem .orderitem_header .grandtotal-content:before,.purchase-history .orderitems .orderitem .orderitem_header .paymenttype-content:before,.purchase-history .orderitems .orderitem .orderitem_header .qty-content:before,.purchase-history .orderitems .orderitem .orderitem_header .status-content:before{content:"";position:absolute;left:-15px;top:50%;transform:translateY(-50%);width:6px;height:6px;min-width:6px;min-height:6px;border-radius:50%;background-color:#aeaeae}@media only screen and (max-width:576px),only screen and (min-width:577px)and (max-width:767px){.purchase-history .orderitems .orderitem .orderitem_header .qty-content,.purchase-history .orderitems .orderitem .orderitem_header .status-content{display:none}}.purchase-history .orderitems .orderitem .item-images{margin-top:28px;margin-bottom:10px}.purchase-history .orderitems .orderitem .item-images .item-image{width:48px;height:48px;position:relative}.purchase-history .orderitems .orderitem .item-images .item-image span{position:absolute;bottom:0;right:0;background-color:#e8f9ea;border-radius:50%;font-size:12px;width:20px;height:20px;display:flex;align-items:center;justify-content:center}.purchase-history .orderitems .orderitem .detailsbtn{cursor:pointer;border:none;outline:none;display:flex;align-items:center;justify-content:center;background-color:#e8f9ea;border-radius:50px;padding:6px 16px;font-size:14px;font-weight:600}.purchase-history .orderitems .orderitem .detailsbtn:hover{background-color:#e2ece4}