@import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700");


@media (max-width: 767px){
  .carousel-inner 
  .carousel-item >div{
    display: none
  }.
  carousel-inner 
  .carousel-item >div:first-child{
    display: block
  }
}

.card {
/*  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);*/
  max-width: 800px;
  margin: auto;
  text-align: center;
  font-family: 'Roboto Flex', sans-serif;
  position: relative;
}
.card:hover {
  opacity: 0.7;
}
/*
.sale_price {
  font-size: 20px;
  font-weight: 600;
  font-family: 'Roboto Flex', sans-serif;
}
.old_price {
  color: grey;
  font-size: 16px;
  font-family: 'Roboto Flex', sans-serif;
}

.card button {
  border: none;
  outline: 0;
  padding: 12px;
  color: white;
  background-color: #000;
  text-align: center;
  cursor: pointer;
  width: 100%;
  font-size: 18px;
}

.card button:hover {
  opacity: 0.7;
}

.product .text {
  background: #f2f3f3;
  padding: 14px;
  overflow: hidden;
}

.product .text del {
  color: #9d9d9d;
}

.product .text h3 {
  font-weight: 700;
  text-align: center;
  color: #353535;
  font-size: 18px;
  margin-bottom: 5px;
  margin-top: 0;
}

.product .text h3 a {
  color: #333;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}

.product .text h3 a:hover {
  text-decoration: none;
}

.product .text h4 {
  color: #0d1452;
  text-align: center;
  font-size: 18px;
}

.product .text p {
  text-align: center;
  font-size: 14px;

}

.product .text p a {
  border-radius: 3px;

  background: #C20000;
  width: 90%;
  margin-bottom: 0px;
  height: 35px;
  color: #fff;
  font-size: 14px;
  padding: 6px 6px;
  transition: all 0.4s ease;
  text-decoration: none;
}
.product .text .rating {
  text-align: center;
}
.product .text p a:hover {
  background: #333;
}*/
.absolute_div{
  position: absolute;
  top: 3px;
  right: 3px;
}
.absolute_heart{
  position: absolute;
  top: 3px;
  left: 6px;
}
.fa-star{
  color: #C20000;
  font-size: 18px;
}
.fa-star-half-o{
  color: #C20000;
  font-size: 18px;
}
.fa-star-o{
  color: #C20000;
  font-size: 18px;
}
/*
.prices {
  display: flex;
  align-items: center;
}
*/
.info_up {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: center;
}
.info_bottom {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items: center;
  padding-bottom: 0px;
}
.single_up {
  width: 100%;
  margin-bottom: 5px;
  text-align: center;
}
.single_bottom {
  width: 100%;
  margin-top: 5px;
  text-align: center;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items: center;
}
.single_price {
  width: 100%;
  margin-top: 5px;
  text-align: center;
  height: 30px;
}
span.nombre{
 color: black;
 font-size: 16px;
 font-weight: 600;
}
span.info{
 color: black;
 font-size: 14px;
}
.sale_price {
  font-size: 18px;
  font-weight: 600;
  font-family: 'Roboto Flex', sans-serif;
}
.old_price {
  color: grey;
  font-size: 14px;
  font-family: 'Roboto Flex', sans-serif;
}
.boton{
  height: 26px;
  width: 90%;
  margin-bottom: 0px;
}
.boton.comprar{
/*  background-color: #C20000; */
  border-radius: 5px;
  margin-bottom: 0px;
}
.boton.agotado{
  background-color: black;
  margin-bottom: 0px;
  border-radius: 5px;
}
.boton span{
  font-size: 17px;
/*  color: white;*/
}
.boton a{
  text-decoration: none;
/*  color: white; */
  font-size: 17px;
}
.container.product{
  height: 550px; 
  padding-bottom: 30px !important;
}