.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);
}

.ui.grid > .column.discount-title-table.column-vertical-center {
	font-weight: 700;
}

.ui.label.js-fixed {
	display: none;
}

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