
.ml-side-line-highlight-container {
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	padding: 20px 0 20px 0;
}

.ml-side-line-highlight {
	display: inline-block;
	height: 2px;
	width: 35%;
	background: #d3d3d3;
	margin-bottom: 5px;
}

.ml-theme-dark .ml-side-line-highlight {
	background: #2ea3f2;
}

.ml-side-line-highlight-text {
	font-weight: 700;
	margin: 0 15px 0 15px;
	display: inline-block;
	white-space: pre-wrap;
}

.woocommerce-checkout .woocommerce .woocommerce-message:not(.ml),
.woocommerce-checkout .woocommerce .woocommerce-info:not(.ml) {
	display: none;
}

.woocommerce-checkout .woocommerce .woocommerce-form-coupon-toggle .woocommerce-info {
	display: block;
}

@media (max-width: 500px) {
	.ml-side-line-highlight {
		width: 25%;
	}
}
