.prod-img img {
	max-height: 130px;
	max-width: 130px;
}

.input-group-btn{
	vertical-align: top;
}
label.error{
	color: #b00;
	font-weight: 600;
	font-size: 14px;
}
.form-control.error{
	border-color: #b00;
}
.input-group label.error {
	margin-top: 5px;
}
.product-detail-bottom .qty-selector {
	width: 235px;
}
.errorMessage{
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
	padding: 15px;
	border: 1px solid transparent;
	border-radius: 4px;
	margin-bottom:20px;
}
.successMessage{
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
}
.noticeMessage{
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1;
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
}
.login-error{
	margin-bottom:10px;
}
.cursor-pointer{
	cursor: pointer;
}
.dropdown-fav li{
	cursor: pointer;
}
#list-label {
	display: inline-block;
	vertical-align: middle;
	padding: 2px 0 1px;
}
.table-fixed{
	table-layout: fixed;
}
.card {
	position: relative;
}
.card .close {
	position: absolute;
	top: 0px;
	right: 5px;
}
.favourite-more{
	margin-bottom: 0px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.favourite-add{
	margin-top: -1px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.progress{
	background-color: #E6F6B3;
	-webkit-box-shadow: none;
	-moz-box-shadow: none ;
	box-shadow: none ;
	border-radius:30px;
}
.progress-bar.success{
    background-color: #0F9B43;
}
.progress-bar-info{
	background-color: #0F9B43;
}
.border-wrap.products-row{
	border:none;
}
.border-wrap.products-row .product-item{
	border:1px solid #ddd;
	margin:-1px -1px 0 0;
}
.border-wrap.products-row .product-item-banner{
	height:314px;
}
.product-item:not(.product-item-title):hover {
	z-index: 90;
	border-color: #B1B1B1;
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
}
.notification{
	position:static;
	top:0;
	left:0;
	right:0;
	text-align:center;
	background-color:#76BD23;
	color:#FFF;
	z-index:1900;
	padding:10px 30px;
}
.notification p {
	margin: 0;

}
.notification a{
	color: #FFF;
	text-decoration: underline;font-weight: 700;

}
.close-notification{
	top:5px;
	right:10px;
	padding:5px;
	display:inline-block;
	cursor:pointer;
	font-weight:700;
	position:absolute;
}