



.row {
    margin: 0;
    padding: 0;
}
  .card 
{
  transition: .4s all ease-in;
  border: none;
  margin: 25px auto;
  
  
  
}

.card-img-top{
  box-shadow: 0 0 25px rgba(0,0,0,.05);
}

.carousel-control-next-icon 
{
  padding: 0 4px 0 0; 
}
.product_price 
{
  float:right;
  font-family: lato;
	color:#6b7270;
	font-size: 20px;
	font-weight:400;
}


.product-detail {
  position: absolute;
  height: 75px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  overflow: hidden;
  padding: 15px;
  background-color: rgba(223, 217, 217, 0.75);
  transition: all 0.35s;
  text-align: center;
box-sizing: border-box;
}
.card .product-detail h5
{
  font-family: 'Oswald';
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  margin: 3px 0;
 
}

.card .product-detail .subheading {
  font-weight: 400;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  color: rgba(0,0,0,0.6);
}

.card .product-detail blockquote 
{
  padding: 0;
  margin: 0;
  font-style: italic;
  font-size: 1em;
  
}
.card:hover .product-detail {
  height: calc(92%);
  padding-top: 100px;
}


