#checkout-payment-step .sse_text {
    color: #7a7a7a;
    font-size: 0.8rem;
    margin: 15px 0 0 0;
}

.page-order-confirmation .sse_text {
    color: #7a7a7a;
    font-size: 0.8rem;
    margin: 10px 0 20px 0;
}

.gc-advanced-tax-sse #checkout-payment-step .sub,
.gc-advanced-tax-sse .order-confirmation-table .sub {
	display: none !important;
}
#product .product-info-section .product-prices {
    margin-bottom: 0 !important;
}
.tax-shipping-delivery-label.sse-tax-label {
	font-size: 0.8125rem;
	color: #585d66;
    margin-bottom: 2rem;
}

#cart .sse_text {
    font-size: 0.8125rem;
    color: #585d66;
    margin-top: 2rem;
}

.tax_label_short {
    display: block;
    color: #7a7a7a;
    font-size: .75rem;
    font-weight: 400;
}

.product-prices .tax-shipping-delivery-label {
    display: none !important;
}


.product-line-grid-body>.product-line-info .tax-rate {
        overflow: hidden;
    font-size: 0.675rem;
    font-weight: 500;
    color: #7a7a7a;
    text-overflow: ellipsis;
}