/* Checkout page */
.apply-dicounts-wrapper {
	margin-top: 15px;
	margin-bottom: 10px;
}
.mt10 {
	margin-top: 10px !important;
}
i.remove-discount.icon {
	color: #ff0000;
	cursor: pointer;
	transition: color 0.6s ease, transform 0.2s ease;
}
i.remove-discount.icon:hover {
	transform: scale(1.5);
}
.limit-user,
.discount-title-table {
	word-wrap: initial;
}
.ui.label.js-fixed {
	display: none;
}

@media only screen and (max-width:767px) {
	.apply-dicounts-wrapper {
		margin-top: 15px;
		margin-bottom: 30px;
	}
}