.basket__param:not(.--comment):not(.--files).--info{
	display: block;
	color: red;
	.param__label{
		color: red;
	}
}


input.basketedit_submit_code:hover, 
.basketedit_client_rebate:hover{
	background: #ffffff !important;
    border: 1px solid #FF4444 !important;
	color: #FF4444 !important;
}

.basketedit_client_rebate,
input.basketedit_submit_code{
	background: #ffffff !important;
    border: 1px solid #A4C422 !important;
	color: #A4C422 !important;
}