table.shop_table.order_details tfoot {
    display: none;
}
.user-myaccount {
    position: relative;
}
.hfe-nav-menu .menu-item.user-myaccount a.hfe-menu-item {
    font-size: 0 !important;
}
.hfe-nav-menu .menu-item.user-myaccount a:after {
    content: "\f007" !important;
    position: absolute;
    font-family: "FontAwesome";
    top: 14px;
    font-size: 22px;
    opacity: 1 !important;
    background: transparent !important;
}
p.product-price-display span.woocommerce-Price-amount.amount {
    display: block !important;
    font-size: 24px;
}
h3.woocommerce-product-documents-title {
    font-size: 20px !important;
}
.woocommerce-product-documents h3 {
    font-size: 18px !important;
}
.single-product .product_meta {
    display: none;
}
.woo-table-table h3.woocommerce-product-documents-title {
    display: none;
}
.woo-table-table .ui-accordion-header {
    font-size: 18px !important;
}
.woo-table-table .ui-accordion .ui-accordion-content {
    padding-left: 0;
    font-size: 14px;
}
.woocommerce .woocommerce-product-documents {
    margin-bottom: 40px;
}
th.wpt_Horsepower, th.wpt_Input.Voltage, th.wpt_Enclosure.Type {
    display: none;
}
table.woo-table-table tbody td:nth-child(3), table.woo-table-table tbody td:nth-child(4), table.woo-table-table tbody td:nth-child(5) {
    display: none;
}

.woo-table-filters {display: grid;gap: 20px;grid-template-columns: repeat(auto-fit, minmax(240px , 1fr));margin: 10px 0px;width: 100%;}
.woo-table-filter select {width: 100%;}
.woocommerce-additional-fields h3, table.shop_table.woocommerce-checkout-review-order-table tfoot, ul.wc_payment_methods.payment_methods.methods {
    display: none;
}
table.shop_table.woocommerce-checkout-review-order-table th.product-total {
    display: none;
}
.woo-table-form {
    margin: 60px 0;
    display: grid;
    gap: 40px;
    grid-template-columns: repeat(auto-fit, minmax(400px , 1fr));
}
.btns-filter {
    display: flex;
    align-items: center;
    gap: 10px;
}
input.find-filter {
    padding: 12px 25px;
}
table.woo-table-table , .woo-table-pagi {
    margin: 30px 0;
    line-height: 1.4;
}
button.reset-filter {
    background-color: transparent;
    color: #fe4344;
    font-weight: 700;
    text-decoration: underline;
    text-transform: uppercase;
    padding: 0;
}
table.woo-table-table th {
    background-color: #015f97;
    color: #fff;
}
span.page-numbers.current {
    background-color: #015f97;
    color: #fff;
    height: 34px;
    width: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
}

.woo-table-pagi .pagination {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    font-size: 18px;
}
.vfd-col-right h5 {
    line-height: 30px;
}
.btns-filter {
    margin-left: auto;
    grid-column: span 2;
}
.vfd-col-right:before {
    content: "";
    height: 50%;
    width: 1px;
    background-color: #9E9E9E;
    position: absolute;
    top: 0;
    left: -20px;
}
.vfd-col-right {
    position: relative;
}
a.button.woo-req-btn {
    padding: 12px;
}

.checkout-quantity-wrapper .quantity input {
    width: 15% !important;
}
.checkout-quantity-wrapper {
    margin-top: 100px;
}
.checkout-quantity-wrapper h3 {
    font-weight: bold;
}

li.woocommerce-order-overview__total.total span.woocommerce-Price-amount.amount, td.woocommerce-table__product-total.product-total span.woocommerce-Price-amount.amount {
    display: block !important;
}
#customer_type {
  border-color: #aeadad;
  border-width: 2px;
  height: 50px !important;
}
@media(max-width:767px){
    .btns-filter {
    grid-column: auto;
}
.woo-table-wrap {
    overflow: auto;
}
table.woo-table-table td {
    font-size: 12px;
    line-height: 1.4;
}
table.woo-table-table th {
    font-size: 14px;
}
table.woo-table-table {
    min-width: 850px;
}
}