.orders-filter{background:#fff;border-radius:var(--border-radius);border:1px solid var(--border-color);padding:20px;margin-bottom:30px}.orders-filter__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:15px;border-bottom:1px solid var(--border-color)}.orders-filter__title{margin:0;color:var(--text-color);font-size:18px;font-weight:600}.orders-filter__count{display:flex;align-items:center;gap:10px;font-size:14px}.orders-filter__total{color:var(--text-color);font-weight:500}.orders-filter__filtered{color:var(--secondary-color);font-weight:400}.orders-list{margin-top:20px}.orders-empty{text-align:center;padding:60px 20px;background:#fff;border-radius:var(--border-radius);box-shadow:var(--box-shadow)}.orders-empty__icon{font-size:48px;color:var(--light-gray);margin-bottom:20px}.orders-empty__title{color:var(--text-color);font-size:20px;margin-bottom:10px;font-weight:500}.orders-empty__message{color:var(--secondary-color);font-size:16px;margin:0}@media (max-width: 768px){.orders-filter{padding:15px}.orders-filter__title{font-size:17px}.orders-filter__header{align-items:flex-start;gap:15px}.orders-filter__count{align-self:flex-end}}@media (max-width: 575.98px){.orders-filter__title{font-size:16px}.orders-filter__count{font-size:13px}}@media (max-width: 480px){.orders-filter{padding:12px}}.order-steps{display:flex;position:relative;z-index:1;background:var(--linear-gradient-color-reverse);margin:10px 0;border-radius:var(--border-radius);counter-reset:order-steps}.order-steps li{flex:1;display:flex;counter-increment:order-steps}[dir=ltr] .order-steps li:first-child{border-radius:0 var(--border-radius) var(--border-radius) 0}[dir=rtl] .order-steps li:first-child{border-radius:var(--border-radius) 0 0 var(--border-radius)}[dir=ltr] .order-steps li:last-child{border-radius:var(--border-radius) 0 0 var(--border-radius)}[dir=rtl] .order-steps li:last-child{border-radius:0 var(--border-radius) var(--border-radius) 0}.order-steps li.active~li{background-color:var(--light-gray)}.order-steps li .item{position:relative;font-size:18px;font-weight:700;color:#fff;flex:1;display:flex;align-items:center}.order-steps li .item span{padding:10px 15px}.order-steps li.active~li .item{color:var(--secondary-color) white}.order-steps li .item:before{content:counter(order-steps);height:calc(100% + 20px);border-radius:var(--border-radius-small);display:flex;align-items:center;justify-content:center;font-size:40px;background-color:var(--secondary-color);color:#fff;padding:15px 25px;line-height:.8}.order-steps li.active~li .item:before{background-color:var(--light-gray-border);color:var(--secondary-color)}.btn-payment{border-radius:var(--border-radius);display:flex;width:100%;justify-content:flex-start;border:1px solid var(--light-gray-border);background:#fff;font-size:16px;font-weight:500;cursor:pointer;flex-direction:row;align-items:center;gap:15px;padding:10px 15px;text-transform:capitalize;min-height:52px;width:calc(100% - 40px);position:relative}[dir=ltr] .btn-payment{margin-left:40px}[dir=rtl] .btn-payment{margin-right:40px}[dir=ltr] .btn-payment .custom-checkmark{left:-35px}[dir=rtl] .btn-payment .custom-checkmark{right:-35px}.btn-payment:hover .custom-checkmark,.btn-payment:hover{border-color:var(--primary-color)}.btn-payment.disabled .custom-checkmark:after{align-items:center;background:var(--primary-color);border-radius:50%;content:"";display:flex;height:8px;justify-content:center;position:absolute;top:50%;width:8px}[dir=ltr] .btn-payment.disabled .custom-checkmark:after{left:50%;transform:translate(-50%,-50%)}[dir=rtl] .btn-payment.disabled .custom-checkmark:after{right:50%;transform:translate(50%,-50%)}.btn-payment.disabled .custom-checkmark{border-color:var(--primary-color)}.btn-payment img{max-height:30px;max-width:64px}.checkout-step form{flex:1}.checkout-payment{margin-top:120px!important}.dim_bg{position:absolute;top:0;width:100%;height:100%;z-index:100000;display:none}[dir=ltr] .dim_bg{left:0}[dir=rtl] .dim_bg{right:0}.dim_bg.loading{background-color:#ffffff2e;background-image:url(/assets/images/loader.gif);background-size:120px!important;background-repeat:no-repeat;background-position:center}@media (max-width: 991.98px){.order-steps li .item:before{padding:15px;font-size:35px}.order-steps li .item{font-size:16px}}@media (max-width: 767.98px){.order-steps li:not(.active){flex:unset}[dir=ltr] .order-steps li:not(.active){margin-left:20px}[dir=rtl] .order-steps li:not(.active){margin-right:20px}.order-steps li:not(.active) .item span{display:none}}@media (max-width: 575.98px){.order-steps li .item:before{padding:10px;font-size:25px}}.wrapper{overflow:unset!important}
