/* piyush css start */

.productInfo:hover{
	border:1px solid #212121;
}

.productDetail{
	border:1px solid #212121;
	padding:10px;
}
.morecontent span {
	display: none;
}
.morelink {
	display: block;
}
.mybutton, .mybutton:focus{
	color:#FFFFFF;
	background: #000000;
}
.mybutton:hover{
	color:#000000;
	background:#FFFFFF;
	border:1px solid #000000;
}

/* Rating Star Widgets Style */
.rating-stars ul {
list-style-type:none;
padding:0;

-moz-user-select:none;
-webkit-user-select:none;
}
.rating-stars ul > li.star {
display:inline-block;

}

/* Idle State of the stars */
.rating-stars ul > li.star > i.fa {
font-size:2.5em; /* Change the size of the stars */
color:#ccc; /* Color on idle state */
}

/* Hover state of the stars */
.rating-stars ul > li.star.hover > i.fa {
color:#FFCC36;
}

/* Selected state of the stars */
.rating-stars ul > li.star.selected > i.fa {
color:#FF912C;
}
/* piyush css end */