.wc-kibo-return-line {
    vertical-align: middle;
    text-align: center;
    background: #f9f9f9;
}
.wc-kibo-return-line:nth-child(2n+1) {
    background: #f3f3f3 !important;
}
.wc-kibo-item-title {
    width: 120px;
}
.wc-kibo-return-line img {
    width: 60px;
    border-radius: 4px;
    vertical-align: middle;
}
.wc-kibo-return-animation {
    border: 1px solid #717171;
    border-radius: 100%;
    position: relative;
    top: 3px;
    right: 3px;
}
.wc-kibo-return-subtotal {
    vertical-align: middle;
    text-align: right;
    background-color: #f8f8f8;
    border: none;
}
.wc-kibo-return-subtotal > td {
    border: none;
    padding-top: 25px !important;
    box-shadow: inset 0 2px 0 0 #0c56a2, inset 0 20px 10px -7px rgba(0,0,0,.04);
}
.wc-kibo-return-subtotal td > span {
    position: relative;
    bottom: 15px;
    right: 10px;
}
.wc-kibo-return-subtotal td:nth-child(2) {
    text-align: center;
}
.wc-kibo-return-total {
    font-weight: bold;
}
.wc-kibo-return-close {
    margin-left: 5px !important;
}
body select.wc-kibo-quantity {
    outline: 1px solid #2b2b2b !important;
}
body.woocommerce-page .button.wc-kibo-pointer-none {
    pointer-events: none;
    background: #f3f3f3 !important;
    opacity: 0.3;
}
.wc-kibo-return-zero {
    pointer-events: none;
    opacity: 0.3;
}
body .wc-kibo-return-reason>a {
    background: #ffffff !important;
    border: .18em solid #0c56a2 !important;
    text-transform: uppercase;
    color: #0c56a2 !important;
    font-size: 12px !important;
}
.wc-kibo-return-left {
    text-align: left;
}
body .woocommerce-MyAccount-orders .order-actions {
    width: 300px;
}
#wc-kibo-highlight-return {
    padding-top: 15px;
    background-color: #f8f8f8;
    color: #5f5e5a;
    box-shadow: inset 0 -2px 0 0 #0c56a2,
                inset 0 -20px 10px -7px rgba(0,0,0,.04);
}
/*#wc-kibo-return-info p {*/
    /*font-weight: bold;*/
    /*padding: 0;*/
/*}*/
#wc-kibo-highlight-return td {
    border: none;
}
#wc-kibo-highlight-return thead {
    font-weight: bold;
}
#wc-kibo-highlight-return .wc-kibo-shipping-label {
    font-size: 11px !important;
    cursor: pointer;
}
#wc-kibo-loading {
    width: 100%;
    text-align: center;
}
#wc-kibo-loading > img {
    width: 10%;
    filter: saturate(0%);
}