/* Catalogue*/
.price {
  text-align:right;
  padding-right: 30px;
  background-color:rgba(247,240,58,0.7);
  width:200px;
  height:60px;
  line-height:24px;
  color:#00000;
  margin:0px;
  position:relative;
  z-index: 20;

}
/* triangle at the start */
.price:before{
  content:"";
  width:0px;
  height:0px;
  border-top:60px solid rgba(247,240,58,0.7);
  border-left:60px solid transparent;
  position:absolute;
  right:100%;
  top:0px;
  z-index: 20;
  
} 
pricespan{
	position: absolute;
    top: 15px;
    right: -15px;
	z-index: 20;
	
}
/* float top */


.catalogue-item  {
    position: relative;
    text-align: center; 
	background-color: #fff;
	border-radius: 15px;
}

.catalogue-item  img {
    margin-right:auto;
    margin-left:auto;
    z-index: -1;	
	max-width: 320px;
	max-height: 320px;
	margin: -20px 0px 20px 0px;
}


/* .description{
width:95%;
text-align: left;
}
 */
.bprice {
  text-align:right;
  padding-right: 30px;
  background-color:rgba(247,240,58,0.7);
  width:200px;
  height:60px;
  line-height:24px;
  color:#00000;
  margin:120px;
  position:relative;
  top:90px;
  z-index: 20;

}
/* triangle at the start */
.bprice:before{
  content:"";
  width:0px;
  height:0px;
  border-top:60px solid rgba(247,240,58,0.7);
  border-left:60px solid transparent;
  position:absolute;
  right:100%;
  top:0px;
  z-index: 20;
  
} 




