td.product-name,
.woocommerce-Price-amount {
    font-weight: bold;
}

.shop_table {
    border: none !important;
}

.cart-subtotal>th {
    width: 55%;
}

.woocommerce-shipping-destination {
    visibility: hidden;
    max-height: 10px;
}

.cart-subtotal>td,
.tax-total>td,
.order-total>td,
.woocommerce-shipping-totals>td {
    text-align: right;
}

.tax-rate span.woocommerce-Price-amount.amount {
    float: right;
}