/* * Delivery new * */
.delivery-item-1{
	line-height: 21px;
}
.color-black{
	color: #000;
}
.delivery-item-icon.truck-free{
	background-image: url(/img/icon-truck-free.png);
	background-size: auto 100%;
}
.delivery-item-icon.discount{
	background-image: url(/img/icon-discount.png);
	background-size: auto 42px;
}
.tbl-delivery-new{
	border-collapse: collapse;
	width: 100%;
}
.tbl-delivery-new td, .tbl-delivery-new th{
	font-size: 16px;
	padding: 7px 10px;
	color: #000;
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
	text-align: left;
}
.tbl-delivery-new th{
	font-weight: 500;
}
.tbl-delivery-new td{
}
.td-highlight{
	background-color: #fff9e7;
}

.td-highlight img {
width: 22px;
margin-top: -4px;
}

.btn, .text-center {
    text-align: left;
}