.mimo-checkout-info {
	padding: 5px 16px;
	border-radius: 8px;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.4;
	background: #f3f7f4;
	color: #1f5132;
}

.mimo-checkout-info--progress {
	background: #fff6e6;
	color: #8a5a00;
	position: absolute;
	z-index: 20;
	width: 90%;
}

.mimo-checkout-info--success {
	background: #eef9f1;
	color: #1f6b3a;
	position: absolute;
	z-index: 20;
	width: 90%;
}

.mimo-checkout-info--mini-cart {
	margin-top: 12px;
	margin-bottom: 12px;
}

.mimo-checkout-info-row td {
	padding: 12px 0 0;
	border: 0;
}
.woocommerce-cart  {
	.mimo-checkout-info--progress {
		position: unset;
		width: 100%;

	}
	.mimo-checkout-info--success {
		position: unset;
		width: 100%;
	}
}

