.wcsop-obp-items {
    margin-bottom: 25px;
}

.wcsop-obp-order {
    display: grid;
    grid-template-columns: repeat(6, 20%);
    font-size: 14px;
    padding: 5px 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #aaa;
}

.wcsop-obp-product {
    padding: 15px 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 3px;
    border-bottom: 1px solid #aaa;
    cursor: pointer;
}

.wcsop-obp-product:hover {
    border-color: #aaaaaa;
    border-bottom-color: #333;
}

.wcsop-obp-order-col.total {
    padding-right: 15px;
}

.wcsop-obp-product img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    border-radius: 5px;
}

.wcsop-obp-item.expanded .wcsop-obp-product {
    background: #fafafa;
    border: 1px solid #ddd;
}

.wcsop-obp-item.collapsed .wcsop-obp-product:after {
    font-family: 'dashicons';
    content: "\f140";
    position: absolute;
    width: 20px;
    height: 20px;
    font-size: 24px;
    line-height: 32px;
}

.wcsop-obp-item.expanded .wcsop-obp-product:after {
    font-family: 'dashicons';
    content: "\f142";
    position: absolute;
    width: 20px;
    height: 20px;
    font-size: 24px;
    line-height: 32px;
}

.wcsop-obp-orders {
    padding: 10px 0;
}

.wcsop-obp-order.head {
    font-weight: bold;
    padding: 10px;
    background-color: #eee;
}

.wcsop-obp-order.head .wcsop-obp-order-col {
    font-size: 14px;
}

.wcsop-obp-note-meta {
    font-size: 11px;
}

.wcsop-obp-note {
    padding-bottom: 10px;
}

span.wcsop-obp-note-msg {
    padding-bottom: 5px;
    display: block;
}

.wcsop_obp_add_note {
    margin-top: 10px;
}

.wcsop-obp-order-col.customer_ship_to {
    font-size: 12px;
}

.wcsop-obp-item.collapsed .wcsop-obp-orders {
    display: none;
}

/**
*   Order Page in My Account
*/
.wcsop-od-note {
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 3px;
    border: 1px solid #ddd;
    border-bottom-right-radius: 0;
    position: relative;
}

.wcsop-od-note .wcsop-note-meta span {
    font-size: 13px;
}