.woocommerce-checkout-review-order-table .cart-subtotal{
    display: none;
}
.woocommerce-checkout-review-order-table tfoot .fee:nth-child(2n+1) {
    display: none;
}
/* .page-checkout .woocommerce-order-details{
    overflow-x: scroll !important;
} */
 
.page-checkout .woocommerce-order-details table tbody .woocommerce-table__product-name{
    text-wrap: nowrap !important;
}

.page-checkout .order_details thead .woocommerce-table__product-name{
    min-width: 274px !important;
}
.woocommerce-order-received .page-checkout .large-1 {
    max-width: min-content;
}
.woocommerce-order-received .page-checkout .large-1 {
    max-width: min-content;
}
.cat_products .counter_number_for_category{
    float: left;
}
.list-cat li{
    padding: 5px 10px !important;
}
.woocommerce-checkout th.product-total {
    width: 9%;
}