/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
.apex-order-status-badge {
    display: inline-block;
    padding: 4px 12px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 20px;
    margin-right: 10px;
}

.apex-order-status-badge.status-completed {
    color: #28a745;
    background-color: #e3f3e4;
}
.apex-order-status-badge.status-processing {
    color: #17a2b8;
    background-color: #e0f5f8;
}
.apex-order-status-badge.status-on-hold {
    color: #ffc107;
    background-color: #fff8e1;
}
.apex-order-status-badge.status-pending {
    color: #fd7e14;
    background-color: #fff2e7;
}
.apex-order-status-badge.status-cancelled {
    color: #dc3545;
    background-color: #fbeae7;
}
.apex-order-status-badge.status-refunded {
    color: #6c757d;
    background-color: #f0f1f2;
}
.apex-order-status-badge.status-failed {
    color: #dc3545;
    background-color: #fbeae7;
}
.badge_gray--oneline {
    width: 160px !important;
}

.badge_gray--oneline p {
    width:100% !important;
	text-align: center !important;
}

