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



/* BTN */
div.bx-blue .btn.btn-default {
	outline: none;
	background: #FE674C;
	border-radius: 6px;
	color: #fff;
	font-weight: 900;
	letter-spacing: -0.24px;
	font-size: 15px;
	border: none;
	padding: 15px;
	width: calc(100% - 30px);
    font-family: 'Montserrat' !important;
	transition: 0.2s linear;
	text-decoration: none;
    display: inline-block;
}

div.bx-blue .btn.btn-default:hover {
	outline: none;
	background-color: #f2583d;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	transition: 0.2s linear;
}

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