.price-matrix-container {
	padding-bottom: 10px;
}
.price_matrix_total_container, .price_matrix_sale_container {
	/*float: right;*/
	padding-top: 15px;
	text-align: right;
}
.price_matrix_total_label, .price_matrix_sale_label {
	font-size:12pt;
}
.price_matrix_total_price {
	font-size: 22pt;
	color: rgb(0, 128, 0);
	font-weight: bold;
}
.price_matrix_total_price.strikethrough {
	text-decoration: line-through;
}
.price_matrix_sale_price {
	font-size: 22pt;
	color: #ff0000;
	font-weight: bold;
}
#price_per_each_container {
	display: block;
	font-size: 0.7em;
}
.tooltip {
	position: absolute;
}
.tooltip span.tooltiptext {
	display: none;
	background-color: #000;
	color: #fff;
	padding: 10px;
	border-radius: 5px;
}
/** Loading Animation */
.loader {
	width: 15px;
	aspect-ratio: 1;
	background: #000;
	border-radius: 50%;
	animation: l6 1s infinite linear alternate;
	margin: 10px;
}
@keyframes l6 {
	0%  {box-shadow: 15px 0,-25px 0}
	50% {box-shadow: 15px 0,-15px 0}
	100%{box-shadow: 25px 0,-15px 0}
}
/** Default Price Matrix cell styles */
.fieldcontrol,#txtQty {
	width: 100%;
}
.fieldcontrol {
	margin-bottom: 3px;
}
.fieldcontrol select {
	min-height: 45.64px;
	border: 1px solid #f3f3f3;
	background-color: #f3f3f3;
}