#ptholder .product-table-wrap .dataTables_wrapper .product-table img.attachment-woocommerce_thumbnail, #ptholder .product-table-wrap .dataTables_wrapper .product-table img.woocommerce-placeholder {
    height: auto!important;
}
#ptholder table.dataTable td:last-child .quantity, #ptholder table.dataTable th:last-child .quantity {
        max-width: none;
    border: 1px solid black;
    border-radius: 4px;
    overflow: hidden;
    height: 60px;
    display: flex !important;
    align-items: center;
    width: fit-content;
    margin: 0 auto !important;
}
#ptholder table.dataTable td:last-child .quantity .qty, #ptholder table.dataTable th:last-child .quantity .qty {
	margin: 0 !important;
	border: 1px solid black !important;
	border-bottom: none !important;
	border-top: none !important;
	border-radius: 0;
	width: 80px;
	height: 100%;
	padding: 0;
	-moz-appearance: textfield;
	text-align: center;
}
#ptholder table.dataTable td:last-child .quantity .qty-btn, #ptholder table.dataTable th:last-child .quantity .qty-btn {
    padding: 0.25em 0.75em;
    font-size: 1.2em;
    line-height: 1;
    border: 0;
    cursor: pointer;
    width: 40px;
    height: 100%;
    background: white;
}

/* Remove number input spinners (Chrome, Safari, Edge, Opera) */
#ptholder table.dataTable td:last-child .quantity .qty::-webkit-inner-spin-button, #ptholder table.dataTable th:last-child .quantity .qty::-webkit-inner-spin-button,
#ptholder table.dataTable td:last-child .quantity .qty::-webkit-outer-spin-button, #ptholder table.dataTable th:last-child .quantity .qty::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

#ptholder table.product-table.dataTable .product-cart-wrapper .cart .quantity + .single_add_to_cart_button {
    background-color: var(--wp--preset--color--primary-300);
    border-radius: 4px;
    border-color: transparent;
    border-width: 1px;
    border-style: solid;
    color: var(--wp--preset--color--black);
    font-family: inherit;
    font-size: var(--wp--preset--font-size--xxs);
    font-weight: 800;
    letter-spacing: 1px;
    line-height: inherit;
    padding-top: 0.625rem;
    padding-right: 1.5rem;
    padding-bottom: 0.625rem;
    padding-left: 1.5rem;
    text-decoration: none;
    text-transform: uppercase;
    height: auto;
    margin: 1em 0;
    margin-left: 0!important;
}

#ptholder table.product-table.dataTable .product-cart-chechbox-wrapper .cart{
	text-align:center;
	margin:0!important;
	min-width:0;
}

#ptholder table.product-table.dataTable td a {
    min-width: 200px;
}

#ptholder table.product-table.dataTable .product-cart-wrapper .cart .quantity + .single_add_to_cart_button:hover{
    background: #DEFAE4;
    text-decoration:none;
}

#ptholder table.dataTable td:last-child .quantity .qty-btn:hover, #ptholder table.dataTable th:last-child .quantity .qty-btn:hover {
    background: #e0e0e0;
}
#ptholder table.product-table.dataTable td a {
    min-width: 200px;
}

#ptholder table.product-table.dataTable .product-cart-wrapper .cart .quantity + .single_add_to_cart_button:hover{
    background: #DEFAE4;
    text-decoration:none;
}

#ptholder table.dataTable td:last-child .quantity .qty-btn:hover, #ptholder table.dataTable th:last-child .quantity .qty-btn:hover {
    background: #e0e0e0;
}

#ptholder .product-table-wrap .dataTables_wrapper .dataTables_length select {
    width: 50px;
    text-align: center;
}

form#b2b-csv-form input {
    width: auto;
}
#ptholder .product-table-wrap .dataTables_wrapper .dataTables_filter input[type="search"] {
    background: white;
    border: 1px solid #4F4F4F;
}

#ptholder .product-table-wrap .dataTables_wrapper .product-table td:last-child:empty::before {
  content: "Not Currently Available for Purchase";
  display:block;
  font-style: italic;
  text-align:center;
  font-weight:700;
}

table.dataTable thead th.no-sort.sorting_asc {
    background-image: none;
}
#ptholder .product-table-wrap .instock:before, #ptholder .product-table-wrap .in-stock:before, #ptholder .product-table-wrap .out-of-stock:before {
    display: none;
}
