.category{
  position:relative;
  top:-5px;
  left:10px;
  color:#20e3b2;
  font-weight:200;
  margin-bottom:-20px;
}

.well{  
  background:#000;
  border-style:none;
}

.btn{
  border-style:none;
}

.col-md-3:hover{
  box-shadow: 1px 5px 25px #ccc;

}

.thumbnail
{
    margin-bottom: 0px;
    padding: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    
}

.inner{	
  margin-left:0px;
}

.item{
width:250px;
padding:0;
margin-top:5px;
margin:16px;
box-shadow: 1px 5px 15px #CCC;
}

.list-group-item-heading {
   margin-left: 9px;
   padding-top: 29px;
}

.item.list-group-item:nth-of-type(odd):hover,.item.list-group-item:hover
{ 
    box-shadow: 0px 1px 25px #ccc;
}

.item.list-group-item .list-group-image
{
    margin-right:5px;    
    margin-bottom:10px;
}

.item.list-group-item .thumbnail
{   
    margin-bottom: 0px;
  
}

.item.list-group-item .captionProd
{
    padding: 9px 9px 0px 9px; 

}

.btn-group 
{
    padding: 9px;
    align: center;
}

.item.list-group-item:before, .item.list-group-item:after
{
    display: table;
    content: " ";
}

.item.list-group-item img
{
   float: left;
}

.item.list-group-item:after
{
    clear: both;
}

.btn-success,.btn-details{
  margin-top:40px;
}

.btn-details{
  background:rgb(65,118,48);
  border-style:solid;
  border-color:none;
  border-radius:0%;
  width:250px;
  top:11px;
  left:5px; 
  color:white;
}

.btn-details:hover{
  background:white;
  color:rgb(65,118,48)
}

.lead{
  position:absolute;
  font-weight:700;
  font-size:18px;
  margin-left : 9px;
}

.btn-success{
  background:rgb(65,118,48);
  border-radius:0%;
  border-style:none;
  width:125px;
  left:5px;
  top:11px;
  height:33px;
}

.btn-success:hover{
  background:white;
  color:rgb(65,118,48);
}

@keyframes scalewidth {
  0% {
width: 0%;
}
  100%{
width : 100%;
}
}
