.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}}.customer-sidebar{padding:50px 30px;border-radius:var(--border-radius);background:var(--light-gray)}[dir=ltr] .customer-sidebar{margin-right:40px}[dir=rtl] .customer-sidebar{margin-left:40px}.customer-sidebar.sticky{position:sticky;top:100px}[dir=ltr] .customer-sidebar.sticky{left:0}[dir=rtl] .customer-sidebar.sticky{right:0}.customer-sidebar-header-w{gap:15px}.customer-sidebar-header{text-align:center;gap:6px}.customer-sidebar .customer-name{font-size:var(--subtitle-size);font-weight:600;color:var(--text-color)}.customer-image{width:100px;height:100px;display:flex;align-items:center;justify-content:center;border-radius:50%;margin:0 auto;font-size:34px;overflow:hidden;background:var(--primary-color);color:#fff;font-weight:500}.customer-sidebar-content{margin-top:30px}.customer-sidebar-menu{display:flex;flex-direction:column;gap:10px}.customer-sidebar-menu>li>.item{font-size:18px;font-weight:400;display:flex;align-items:center;gap:10px;color:var(--text-color);transition:all .3s ease-in-out;padding:16px 20px;border-radius:var(--border-radius)}.customer-sidebar-menu>li>.item.active{background:var(--text-color);color:#fff}.customer-sidebar-menu>li>.item:hover{background:var(--light-color);color:var(--text-color)}@media (max-width: 991.98px){.customer-sidebar{padding:40px 20px}[dir=ltr] .customer-sidebar{margin-right:20px}[dir=rtl] .customer-sidebar{margin-left:20px}.customer-image{width:80px;height:80px;font-size:30px}}@media (max-width: 767.98px){[dir=ltr] .customer-sidebar{margin-right:0}[dir=rtl] .customer-sidebar{margin-left:0}.customer-image{width:65px;height:65px;font-size:24px}.customer-sidebar-menu>li>.item{font-size:17px;padding:12px 15px}}@media (max-width: 575.98px){.customer-image{width:60px;height:60px;font-size:20px}.customer-sidebar-menu>li>.item{font-size:16px}.customer-sidebar{padding:20px}}.order-summary{border-radius:var(--border-radius);border:1px solid var(--border-color);padding:15px}.order-summary__head{display:flex;align-items:center;gap:20px;border-bottom:1px solid var(--border-color);justify-content:space-between;padding-bottom:15px}.order-summary__head--collapse{position:relative}.order-summary__head--collapse:after{position:absolute;top:50%;transform:translateY(-50%)}[dir=ltr] .order-summary__head--collapse:after{left:18px}[dir=rtl] .order-summary__head--collapse:after{right:18px}.order-summary__code{color:var(--text-color);font-size:18px;text-transform:capitalize;font-weight:500}.order-summary__number{color:var(--text-color);font-weight:400;font-size:18px}[dir=ltr] .order-summary__number{margin-left:10px}[dir=rtl] .order-summary__number{margin-right:10px}.order-summary__status{color:var(--text-color);font-size:14px;display:flex;align-items:center;gap:6px;padding:10px 15px;border-radius:var(--border-radius);background:var(--light-gray)}.order-summary__status-dot{width:14px;height:14px;border-radius:50%;background:var(--light-gray)}.order-summary__status--payment_success{color:#4caf50;background:#4caf5014}.order-summary__status--payment_success .order-summary__status-dot{background:#4caf50}.order-summary__status--completed{color:#2e7d32;background:#2e7d3214}.order-summary__status--completed .order-summary__status-dot{background:#2e7d32}.order-summary__status--pending_payment{color:#ff9800;background:#ff980014}.order-summary__status--pending_payment .order-summary__status-dot{background:#ff9800}.order-summary__status--pending_address{color:#7f7f7e;background:rgb(127,127,126 / 8%)}.order-summary__status--pending_address .order-summary__status-dot{background:#7f7f7e}.order-summary__status--payment_cancelled,.order-summary__status--payment_failed{color:#e53935;background:#e5393514}.order-summary__status--payment_cancelled .order-summary__status-dot,.order-summary__status--payment_failed .order-summary__status-dot{background:#e53935}.order-summary__status--awaiting_shipment{color:#3f51b5;background:#3f51b514}.order-summary__status--awaiting_shipment .order-summary__status-dot{background:#3f51b5}.order-summary__status--shipped{color:#00bcd4;background:#00bcd414}.order-summary__status--shipped .order-summary__status-dot{background:#00bcd4}.order-summary__status--cancelled{color:#9c27b0;background:#9c27b014}.order-summary__status--cancelled .order-summary__status-dot{background:#9c27b0}.order-summary__status--declined{color:#ff5722;background:#ff572214}.order-summary__status--declined .order-summary__status-dot{background:#ff5722}.order-summary__status--refunded,.order-summary__status--on_hold{color:#ffc107;background:#ffc10714}.order-summary__status--refunded .order-summary__status-dot,.order-summary__status--on_hold .order-summary__status-dot{background:#ffc107}.order-summary__body{display:flex;align-items:center;justify-content:space-between;padding-top:15px;gap:20px}.order-summary__date{width:25%;color:var(--text-color);font-size:14px;display:flex;align-items:center;gap:10px}.order-summary__icon{font-size:16px;color:var(--secondary-color)}.order-summary__total{color:var(--text-color);font-size:16px;font-weight:600}[dir=ltr] .order-summary__total{text-align:right}[dir=rtl] .order-summary__total{text-align:left}.order-summary__action{display:inline-flex;align-items:center;justify-content:center;padding:8px 16px;border-radius:var(--border-radius-small);text-decoration:none;transition:all .3s ease;min-width:40px;height:40px}.order-summary__action--view{background:var(--primary-color);color:#fff}.order-summary__action--view:hover{background:var(--secondary-color);transform:translateY(-1px)}.order-details .panel-details{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:10px}.order-details .panel-heading{background:var(--light-gray);padding:10px;border-radius:var(--border-radius-small);margin-bottom:10px}.order-details .panel-title{margin:0;font-weight:500;font-size:var(--subtitle-size)}.table-responsive{overflow-x:auto}.order-items-table{margin-top:30px;width:100%;border-collapse:collapse}.order-items-table th,.order-items-table td{border:1px solid var(--border-color);padding:8px}.order-items-table th{background-color:var(--light-gray);font-weight:500;font-size:16px;text-align:inherit}.order-items-table .total-qty-price{font-weight:600;text-align:unset;color:var(--primary-color)}.order-items-table img{max-width:100px;max-height:100px;border:1px solid var(--border-color);border-radius:4px;vertical-align:middle}.order-items-table .product-info{display:inline-block;vertical-align:middle}[dir=ltr] .order-items-table .product-info{margin-left:15px}[dir=rtl] .order-items-table .product-info{margin-right:15px}.order-items-table .product-item-title{font-weight:500;margin-bottom:10px}.coupon-code{font-size:14px;display:block;margin-top:5px}del *{text-decoration:line-through}@media (max-width: 767.98px){.order-summary__head{gap:15px}.order-summary__code,.order-summary__number{font-size:16px}.order-summary__body{flex-direction:column;align-items:flex-start;gap:15px}.order-summary__date{width:100%;font-size:13px;gap:5px}.order-summary__total{font-size:15px}[dir=ltr] .order-summary__total{text-align:left}[dir=rtl] .order-summary__total{text-align:right}.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th{white-space:nowrap}.order-summary__status{font-size:13px;padding:5px 10px}}@media (max-width: 575.98px){.order-summary__total{font-size:14px}.order-summary__code,.order-summary__number{font-size:15px}.order-summary__status{font-size:12px}.order-summary__status-dot{width:10px;height:10px}.order-details-btn{color:var(--primary-color);font-size:14px}}@media (max-width: 480px){.order-summary__code,.order-summary__number{font-size:15px}}.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(--border-color);color:var(--secondary-color)}.btn-payment{border-radius:var(--border-radius);display:flex;width:100%;justify-content:flex-start;border:1px solid var(--border-color);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}}.address-block{border:1px solid var(--border-color);padding:20px;border-radius:var(--border-radius);display:flex;justify-content:space-between;align-items:center;gap:15px;flex-wrap:wrap}#checkout-address-form .address-block{background-color:#fff}.address-block label{flex-grow:1}.shipping-address--block{border:1px solid var(--border-color);border-radius:var(--border-radius);padding:12px 15px;display:flex;align-items:center;font-size:15px}.custom-checkmark--label input[type=radio]:checked~.shipping-address--block{border-color:var(--primary-color)}.shipping-address--icon{background:var(--light-gray);border-radius:50%;color:var(--primary-color);font-size:18px;width:46px;height:46px;box-shadow:var(--box-shadow);display:flex;justify-content:center;align-items:center}[dir=ltr] .shipping-address--icon{margin-right:10px}[dir=rtl] .shipping-address--icon{margin-left:10px}.shipping-address--body{flex:1;display:flex;flex-direction:column;gap:5px}.shipping-address--title{font-weight:500;margin-bottom:5px}.address-item{display:flex;flex-direction:column;padding:var(--default-padding);border-radius:var(--border-radius);border:1px solid var(--border-color)}[dir=ltr] .address-btn{margin-left:auto}[dir=rtl] .address-btn{margin-right:auto}.address-header{display:flex;align-items:center;gap:20px;justify-content:space-between;border-bottom:1px solid var(--border-color);padding-bottom:15px;margin-bottom:15px}.address-info span{text-transform:capitalize;font-weight:500;font-size:16px}[dir=ltr] .address-info span{margin-right:5px}[dir=rtl] .address-info span{margin-left:5px}.address-actions{gap:10px}.address-action{font-size:15px}.address-action:hover{text-decoration:underline}.checkout-new-address{background:var(--primary-color)!important;color:#fff!important;border-radius:var(--border-radius-small);padding:14px 20px}@media (max-width: 575.98px){.address-info{font-size:15px}.address-btn{margin-top:10px}}@media (max-width: 475.98px){.address-info{font-size:14px}}.wrapper{overflow:unset!important}
