.wpcstl-label {
    display: inline-block;
    min-width: 110px;
}
#wpcstl-barcode-list {
    list-style: none;
    padding: 0;
    margin: 18px 0;
}
#wpcstl-barcode-list li {
    display: inline-block;
}
.btn-wpcstl,
#wpcstl-barcode-list li .wpcstl-print-barcode {
    text-decoration: none;
    background-color: #2bbbad!important;
    padding: 1.2rem !important;
    cursor: pointer;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    font-size: .81rem;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    margin: .375rem;
    border: 0;
    -webkit-border-radius: .125rem;
    border-radius: .125rem;
    text-transform: uppercase;
    white-space: normal;
    word-wrap: break-word;
    color: #fff;
    font-size: 1.2rem;
}
.btn-wpcstl{
    padding: .6rem 1rem !important;
    margin:0;
}
.btn-wpcstl:hover{
    color:rgba(230, 230, 230, 0.904);
}
table#shipment-list tbody tr td:first-child,
table#shipment-list thead tr th:first-child,
.wpcstl-order-details .woocommerce-table--order-details thead,
.wpcstl-order-details .woocommerce-checkout-review-order-table tbody .product-quantity{
    display: none;
    opacity: 0;
}
.wpcstl-order-details .woocommerce-table--order-details tfoot tr{
    height: 1rem;
}
.wpcstl-order-details .entry-title,
.wpcstl-order-details h2,
.woocommerce-order-details__title {
    text-transform: capitalize;
}
table.shop_table th, table.shop_table td{
    background: #eee;
    border: #eee;
    color: #858585;
}
table.shop_table thead th:first-child,
table.shop_table tfoot th {
    border-right: 1px solid #d6d6d6 !important;
}