.cmec-button-wrapper {
	z-index: 1;
}

.cmec-button-wrapper .cmec-button {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 22px;
	text-align: center;
	padding: 18px 39px;
	display: flex;
	width: fit-content;
	position: relative;
}

/*.cmec-button-wrapper .cmec-button:after {
	content: "";
	display: block;
	height: 2px;
	position: absolute;
	right: calc(100% - 39px);
	bottom: 15px;
	opacity: 0;
	width: 0;
	background-color: #ffffff;
	transition: all 0.3s ease-out;
}

.cmec-button-wrapper .cmec-button:hover:after {
	opacity: 1;
	right: 39px;
	width: calc(100% - 78px);
}
*/

/*.cmec-button-wrapper .tag {
	overflow: hidden;
}*/

/*.cmec-button-wrapper .tag .container {
	transform: skew(30deg);
	overflow: hidden;
	position: relative;
	width: 400px;
	height: 43px;
	float: left;
}*/

.cmec-button-wrapper .tag {
	margin-left: 100px;
	background: #9BE4E2;
	width: fit-content;
	padding-left: 23px;
	padding-right: 20px;
	position: relative;
	height: 43px;
	display: flex;
	align-items: center;
}

.cmec-button-wrapper .tag .text {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	color: #0B0B0B;
	z-index: 1;
	text-transform: uppercase;
}

.cmec-button-wrapper .tag .cover {
	position: absolute;
	height: 100%;
	width: 27px;
	transform: skew(30deg);
	right: -14px;
	top: 0;
	background: #9BE4E2;
}

@media only screen and (max-width: 768px) {
	.cmec-button-wrapper .cmec-button {
		font-size: 16px;
		line-height: 19px;
		padding: 18px 35px;
	}

	.cmec-button-wrapper .cmec-button:hover {
		text-decoration: none;
	}

	.cmec-button-wrapper .cmec-button:after {
		display: none;
	}


	.cmec-button-wrapper .tag {
		margin-left: 0;
		padding-left: 10px;
		padding-right: 0;
		max-width: 95%;
	}

	.cmec-button-wrapper .tag .text {
		font-size: 16px;
		line-height: 22px;
	}
}