input.extra_fee_subtotal {
	display: none;
}

.shop_table tr.fee {
	border-bottom: 0 !important;
}

.shop_table tr.fee th,
.shop_table tr.fee td {
	padding-bottom: 0;
}

.shop_table tr.fee + tr.extra_fees_notice .fee_notice {
	display: inline-block;
	background: #ffe8ae;
	font-size: 14px;
	text-align: left;
	border-left: 4px solid #ffce60;
	padding: 12px;
}

.widget_shopping_cart .fee_notice {
	font-size: 13px;
    margin-top: 10px;
}

.checkout .shop_table tr.fee + tr.extra_fees_notice .fee_notice {
    width: 100%;
}

@media screen and (max-width: 782px) {
	.shop_table tr.fee + tr.extra_fees_notice .fee_notice {
		width: 100%;
	}
}