#toTop {
 display: block;
 position: fixed;
 top: 90%;
 right: 2%;
 padding: 10px;
 color:#036;
 border: 2px solid #000;
 background: white;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		text-decoration:none;
 
}
.ribbon {
  background-color:green;
  padding:2px;
  width:100px;
  -ms-transform: rotate(-45deg); 
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top:15px;
  left: -25px;
  
  font-size:12px;
  text-align:center;
  z-index: 1000;
  color: #FFF;
  font-weight: bold;
  }
.shopBoxProduc{
		float:left;
		width:250px; 
		height:390px;
		position:relative;
		margin-top:10px;
		margin-bottom:10px;
		border:1px solid #CCC;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;	
		-webkit-box-shadow: 0px 1px 6px 0px rgba(50, 50, 50, 1);
		-moz-box-shadow:    0px 1px 6px 0px rgba(50, 50, 50, 1);
		box-shadow:         0px 1px 6px 0px rgba(50, 50, 50, 1);
		}
		.shopBoxProductImgBox{
			padding:5px;max-height:210px;height:210px;  max-width:250px; position:relative
		}
		.shopBoxProductImgBox img{
			max-height:210px
		}
		.shopBoxProductBprice{
			position: absolute;
			margin-top:40px;
			margin-bottom:40px;
			bottom: 0; 
			padding:5px;
			padding-left:10px; 
			vertical-align:bottom;
			width:248px;
			-moz-border-radius-bottomright: 5px;
			-webkit-border-bottom-right-radius: 5px;
			border-bottom-right-radius: 5px;
			-moz-border-radius-bottomleft: 5px;
			-webkit-border-bottom-left-radius: 5px;
			border-bottom-left-radius: 5px;
		}
		
		.shopBoxProductBottom{
			position: absolute;
			bottom: 0; 
			background-color:#666; 
			color:#FFF; 
			padding:5px; 
			vertical-align:bottom;
			width:248px;
			-moz-border-radius-bottomright: 5px;
			-webkit-border-bottom-right-radius: 5px;
			border-bottom-right-radius: 5px;
			-moz-border-radius-bottomleft: 5px;
			-webkit-border-bottom-left-radius: 5px;
			border-bottom-left-radius: 5px;
			text-align:center;
			cursor:pointer;
		}
		.shopBoxProductMargin{
			margin-right:15px;
			margin-left:15px;
		}