body.bx-background-gradient{
	background: rgb(247,247,247);
	background: -moz-linear-gradient(top, rgba(247,247,247,1) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(247,247,247,1)), color-stop(100%,rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top, rgba(247,247,247,1) 0%,rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top, rgba(247,247,247,1) 0%,rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(247,247,247,1) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(247,247,247,1) 0%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#ffffff',GradientType=0 );
	background-attachment: fixed;
}
.bx-logo-text small {color: #CB2338;}
/*ABOUT*/

a.bxd-block:hover {border-color: #CB2338;}
.bxd-icon {border: 1px solid #CB2338;}
a.bxd-block:hover .bxd-icon {background: #CB2338;}
.bxd-icon .fa {color: #CB2338;}
a.bxd-block:hover .bxd-icon .fa {color: #fff;}

/* BTN */
.bx-theme-black .btn.btn-default {
	outline: none;
	background-color: #CB2338;
	border-color: #CB2338;
	color: #FFF;
}
.bx-theme-black .btn.btn-default:hover {
	outline: none;
	background-color: #FF6A7C;
	border-color: #FF6A7C;
	color: #FFF;
}
.bx-theme-black .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);
}
.product-item-scu-item-text-container.selected > .product-item-scu-item-text-block, .product-item-scu-item-color-container.selected > .product-item-scu-item-color-block {
outline: 2px solid #cb2338 !important;
}
