.media-frame-content .attachments-browser .media-sidebar > * {
    visibility: hidden;
}

.media-frame-content .attachments-browser .media-sidebar > .attachment-details {
    visibility: visible;
}

.media-frame-content .attachments-browser .media-sidebar .attachment-details > * {
    visibility: hidden;
}

.media-frame-content .attachments-browser .media-sidebar .attachment-details > .attachment-info,
.media-frame-content .attachments-browser .media-sidebar .attachment-details > h2 {
    visibility: visible;
}

.dokan-dashboard-content #order_line_items tr.item td {
    border-top: 1px solid hsla(0, 0%, 50%, .502) !important;
} */

/* Show border-bottom for the last fee or shipping after a product */
.dokan-dashboard-content #order_line_items tr.fee:last-of-type td,
.dokan-dashboard-content #order_line_items tr.shipping:last-of-type td {
    border-bottom: 1px solid hsla(0, 0%, 50%, .502) !important;
}

/* If a product is followed by shipping and/or fees, only the last of those gets the bottom border */
.dokan-dashboard-content #order_line_items tr.item + tr.shipping:last-of-type td,
.dokan-dashboard-content #order_line_items tr.item + tr.fee:last-of-type td,
.dokan-dashboard-content #order_line_items tr.shipping + tr.fee:last-of-type td {
    border-bottom: 1px solid hsla(0, 0%, 50%, .502) !important;
}

.dokan-dashboard-content table.woocommerce_order_items tbody tr td,
.dokan-dashboard-content table.woocommerce_order_items tbody tr td{
    border-top: none !important;
    border-bottom: none !important;
    background: none !important;
}
