.single_add_to_cart_button:not(.text) {
    font-family: "bootstrap-icons";
}

th.col-image{
    text-indent:-99999px !important;
}


.wc-product-table td{
    vertical-align:middle !important;
}

.wc-product-table tbody tr:nth-child(odd) {
  background: #f1f1f1;
}

.wc-product-table tbody tr:nth-child(even), .wc-product-table tbody tr:nth-child(odd):hover {
  background: #f3f3f3;
}

.wc-product-table tbody tr:nth-child(even):hover {
  background: #f5f5f5;
}


th.col-buy {
    text-align: left !important;
    text-indent:-99999px !important;
}

.wc-product-table th{
    font-size: 14px;
    color:#777;
}

h3 a.btn-dark{
    color:#fff !important;
}