/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/


.order-status {
    display: inline-flex;
    line-height: 2.5em;
    color: #777;
    /* background: #e5e5e5; */
    border-radius: 4px;
    border-bottom: 1px solid rgba(0,0,0,.05);
    margin: -.25em 0;
    cursor: inherit!important;
    white-space: nowrap;
    max-width: 100%
}

.order-status.status-pending {
    background: #E983D8;
    color: #2e4453;
}

.order-status.status-arrival-shipment.tips {
    background: #FFFF00;
    color: #2e4453;
}

.order-status.status-arrival-shipment {
    background: #FFFF00;
    color: #2e4453;
}


.order-status.wc-arrival-shipment {
    background: #c8d7e1;
    color: #2e4453
}

.order-status.status-completed {
    background: #c8d7e1;
    color: #2e4453
}

.order-status.status-on-hold {
    background: #f8dda7;
    color: #94660c
}

.order-status.status-failed {
    background: #eba3a3;
    color: #761919
}

.order-status.status-processing {
    background: #c6e1c6;
    color: #5b841b
}

.order-status.status-trash {
    background: #eba3a3;
    color: #761919
}

.wd-product :is(.wd-entities-title,.wd-product-cats,.wd-product-brands-links,.wd-product-sku,.wd-product-stock,.price) {
    line-height: inherit;
    margin-block: -0.2em;
    text-align: start;
}

.wd-product.wd-hover-base .wrapp-product-price {
    display: flex;
    align-items: left;
    flex-direction: column;
    gap: var(--wd-prod-gap);
}

