.docfw_cart_tier th, .docfw_cart_tier td {
	text-align: left;
}
.docfw_cart_tier {
	width: 100%;
	overflow-x: auto;
}
.docfw_cart_total_display {
	width: 50%;
}
.wc-block-components-notice-banner.is-error:has(.docfw_success_mes_color) {
    background: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}
.wc-block-components-notice-banner.is-error:has(.docfw_success_mes_color) svg:nth-child(1) {
    fill: #3c763d00 !important;
    background: #3c763d00;
}

/******************* Mobile Responsive **************************/

@media only screen and (max-width: 700px) {
	.docfw_cart_total_display {
		width: 100%;
	}
}