li.my-interest {
	width: 30%;
}

span.instock {
	color: #008000;
}

span.lowstock {
	color: #FFD600;
}

.notificaitonPanel input[type="checkbox"] {
	display: none;
}

.notificaitonPanel input[type="checkbox"]+.btn-group>label span {
	width: 20px;
}

.notificaitonPanel input[type="checkbox"]+.btn-group>label span:first-child
	{
	display: none;
}

.notificaitonPanel input[type="checkbox"]+.btn-group>label span:last-child
	{
	display: inline-block;
}

.notificaitonPanel input[type="checkbox"]:checked+.btn-group>label span:first-child
	{
	display: inline-block;
}

.notificaitonPanel input[type="checkbox"]:checked+.btn-group>label span:last-child
	{
	display: none;
}

.stockSpan {
	display: block;
	font-size: 13px;
}

.btn-checkbox {
	background-color: #47b6b1;
	border-color: #46b8da;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	padding: 2px 5px;
}

.btn-checkbox:hover, .btn-checkbox:focus, .btn-checkbox.focus,
	.btn-checkbox:active, .btn-checkbox.active, .open>.dropdown-toggle.btn-checkbox
	{
	background-color: #31b0d5;
	border-color: #269abc;
	color: #fff;
}

.btn-checkbox:active, .btn-checkbox.active, .open>.dropdown-toggle.btn-checkbox
	{
	background-image: none;
}

.btn-checkbox.disabled, .btn-checkbox[disabled], fieldset[disabled] .btn-checkbox,
	.btn-checkbox.disabled:hover, .btn-checkbox[disabled]:hover, fieldset[disabled] .btn-checkbox:hover,
	.btn-checkbox.disabled:focus, .btn-checkbox[disabled]:focus, fieldset[disabled] .btn-checkbox:focus,
	.btn-checkbox.disabled.focus, .btn-checkbox.focus[disabled], fieldset[disabled] .btn-checkbox.focus,
	.btn-checkbox.disabled:active, .btn-checkbox[disabled]:active, fieldset[disabled] .btn-checkbox:active,
	.btn-checkbox.disabled.active, .btn-checkbox.active[disabled], fieldset[disabled] .btn-checkbox.active
	{
	background-color: #5bc0de;
	border-color: #46b8da;
}

.btn-checkbox .badge {
	background-color: #fff;
	color: #5bc0de;
}

.btn-label {
	background-color: #fff;
	border-color: #ccc;
	color: #333;
	font-size: 14px;
	font-weight: 500;
	padding: 2px 5px;
}

.btn-label:hover, .btn-label:focus, .btn-label.focus, .btn-label:active,
	.btn-label.active, .open>.dropdown-toggle.btn-label {
	background-color: #e6e6e6;
	border-color: #adadad;
	color: #333;
}

.btn-label:active, .btn-label.active, .open>.dropdown-toggle.btn-label {
	background-image: none;
}

.btn-label.disabled, .btn-label[disabled], fieldset[disabled] .btn-label,
	.btn-label.disabled:hover, .btn-label[disabled]:hover, fieldset[disabled] .btn-label:hover,
	.btn-label.disabled:focus, .btn-label[disabled]:focus, fieldset[disabled] .btn-label:focus,
	.btn-label.disabled.focus, .btn-label.focus[disabled], fieldset[disabled] .btn-label.focus,
	.btn-label.disabled:active, .btn-label[disabled]:active, fieldset[disabled] .btn-label:active,
	.btn-label.disabled.active, .btn-label.active[disabled], fieldset[disabled] .btn-label.active
	{
	background-color: #fff;
	border-color: #ccc;
}

.btn-label .badge {
	background-color: #333;
	color: #fff;
}

.item-list .item-remove .remove-interests-for-product {
	color: #ec7205;
}