
/* General Table Styling */
.table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
    background-color: #fff;
}
.table-bordered {
    border: 1px solid #D9D9D9;
}
.table th, 
.table td {
    padding: 12px 10px;
    text-align: left;
    border: 1px solid #D9D9D9;
    vertical-align: middle;
    color: #282828;
    line-height: 1.6;
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}
.table>thead>tr>th {
    background-color: #d9d9d9;
    border-bottom: 2px solid #D9D9D9;
    font-weight: bold;
    color: #282828;
    text-transform: uppercase;
}
.table th.curser_pt {
    cursor: pointer;
    background-image: url(../assets/images/sort-icons.png);
    background-position: right 10px center;
    background-repeat: no-repeat;
}

/* Responsive Text Truncation */
.content {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.content.expanded {
    -webkit-line-clamp: unset;
}

/* Additional Styles */
div.dt-container .dt-search input, 
div.dt-container select.dt-input {
    padding: 7px;
    border: 1px solid #D9D9D9;
    border-radius: 5px;
    font-size: 14px;
}
.product-out-stock .stock-details{
    text-align: center;
}
.out-stock {
    color: red;
    font-size: large;
}
div#edit-actions--3 {
    display: inline-block !important;
    margin: 0;
}
.commerce-order-item-add-to-cart-form .button--add-to-cart {
    flex: 1;
    background: #1c1a33;
    border: 2px solid #1c1a33;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 8px 15px;

    display: inline-block;
    height: 44px;
    border-radius: 5px;
    transition: all 0.4s;
    margin:0;
}
.quantity-btn{
    cursor: pointer;
    cursor: hand;
}
div#edit-quantity-wrapper, div#edit-field-warehouse-wrapper {
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
    opacity: 0;
}
.field--name-variations {
    flex:1;
}
.product-availability .cart-detail-wrapper {
    padding:0 !important;
}
