.panel-bundle .bundle-products-total2 {
  text-decoration: line-through;
  color: #aaa;
}
.panel-bundle .bundle-products-total {
  font-weight: bold;
}
.panel-bundle .bundle-discount, .panel-bundle .bundle-total {
  font-size: initial !important;
}
.panel-bundle .panel-footer .td-qty {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
.panel-bundle .price-old {
	font-size: 12px;
	color: rgba(141,147,165,1);
	text-decoration: line-through;
	-webkit-text-decoration: line-through;
}
.bundle-form table {
  table-layout: fixed;
}
.bundle-form .td-input {
  width: 70px;
}
.bundle-form .td-image {
  width: 100px;
}
.bundle-form .table-bordered tbody tr:last-child td {
	border-bottom-width: 1px;
}
.bundle-form .panel-body {
  margin-top: 0 !important;
}
.text-danger- {color: rgba(213,94,111,1) !important;}
.bundle-button-cart-disabled {
	filter: grayscale();
	display: none !important;
}
.bundle-out-of-stock .bundle-button-cart-disabled {
	display: inline-block !important;
}
.bundle-out-of-stock .stepper, .bundle-out-of-stock .bundle-button-cart {
	display: none !important;
}