/* SCU */
.bx-red .basket-item-scu-item:hover,
.bx-red .basket-item-scu-item.selected,
.bx-red .basket-item-scu-item.not-available:hover { border-color: #da3737; }

/* Amount */
.bx-red .basket-item-amount-filed:hover,
.bx-red .basket-item-amount-filed:focus { border-color: #da3737; }

/* BTN */
div.bx-red .btn.btn-default {
	outline: none;
	border-color: #2D0000;
	color: #fff;
	background: #2D0000;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
	font-family: 'Romul';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	color: #FFFFFF;
	padding: 10px;
	position: relative;
	cursor: pointer;
}

div.bx-red .btn.btn-default:hover {
	outline: none;
	border-color: #1a0101;
	background-color: #1a0101;
	color: #fff;
}

div.bx-red .btn.btn-default:active {
	outline: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}