.rmb-order-free-item,
.rmb-order-detail-free-item {
    padding: 4px 8px;
    border-width: 1px;
    border-style: solid;
    border-radius: 4px;
    border-color: #ED1D1D;
    color: #ED1D1D;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-transform: capitalize;
}

.rmb-order-product.rmb-order-children img,
.rmb-order-detail-product.rmb-order-detail-children img {
    width: 60px !important;
    height: 60px !important;
    min-width: 60px !important;
    min-height: 60px !important;
}

.rmb-order-product.rmb-order-children,
.rmb-order-detail-product.rmb-order-detail-children {
    padding-left: 20px;
}

.rmb-product-name-wrapper,
.rmb-product-name-wrapper {
    display: flex;
    gap: 8px;
    align-items: center;
}

.rmb-global-order-detail-free-item {
    padding: 4px 8px;
    border-width: 1px;
    border-style: solid;
    border-radius: 4px;
    border-color: #7F54B3;
    color: #7F54B3;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-transform: capitalize;
    text-decoration: none;
}