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