.userOrderPayments{position:relative;width:calc(100% - 16px);min-height:60px;border-radius:16px;padding:16px 16px 0;margin-bottom:16px;overflow:hidden;background-color:var(--reverse-color);box-shadow:rgba(var(--action-color-rgb),.1) 0 2px 16px 0;transition:all .3s}.userOrderPayments:hover{box-shadow:rgba(var(--action-color-rgb),.25) 0 7px 29px 0}.userOrderPayments .loadingWrapper{position:absolute;top:-16px!important;right:-16px!important;width:calc(100% + 32px)!important;height:calc(100% + 16px)!important;display:flex;justify-content:center;align-items:flex-start;z-index:10;background-color:rgba(var(--reverse-color-rgb),.65)}.userOrderPayments .paymentCard{position:relative;width:100%;display:flex;justify-content:flex-start;align-items:flex-start;border-radius:12px;margin-bottom:16px;padding:8px;border:2px solid var(--action-color)}.userOrderPayments .paymentCard .paymentCardIcon{position:relative;padding:6px 8px}.userOrderPayments .paymentCard .paymentCardIcon span{position:relative;display:flex;justify-content:center;align-items:center}.userOrderPayments .paymentCard .paymentCardWrapper{position:relative;width:100%;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;padding:8px}.userOrderPayments .paymentCardWrapper span{position:relative;display:block;margin-bottom:16px;font-size:13px;font-weight:600}.userOrderPayments .paymentCardWrapper span:last-child{margin:0}.userOrderPayments .paymentCardWrapper span.success{color:var(--green-color)}.userOrderPayments .paymentCardWrapper span.failed{color:var(--red-color)}.userOrderPayments .paymentCard .paymentCardIcon .success svg path{fill:var(--green-color)}.userOrderPayments .paymentCard .paymentCardIcon .failed svg path{fill:var(--red-color)}.userOrderProducts{position:relative;width:calc(100% - 16px);display:flex;justify-content:flex-start;align-items:center;flex-wrap:wrap;border-radius:16px;margin-bottom:16px;padding:16px 16px 0 0;background-color:var(--reverse-color);box-shadow:rgba(var(--action-color-rgb),.1) 0 2px 16px 0;transition:all .3s}.userOrderProducts:hover{box-shadow:rgba(var(--action-color-rgb),.25) 0 7px 29px 0}.userOrderProducts .product{position:relative;width:120px;display:flex;justify-content:center;align-items:center;flex-direction:column;margin:0 0 16px 16px}.userOrderProducts .product img{position:relative;width:120px;height:120px;display:block;object-fit:contain;border:2px solid var(--secondary-color);border-radius:8px}.userOrderProducts .product span{position:relative;width:100%;display:flex;justify-content:center;align-items:center;border-radius:8px;margin-top:8px;padding:4px;font-size:13px;font-weight:600;color:var(--sub-text-color);background-color:var(--body-color)}