/*listaproducto*/


#fotosproducto a.item{
  height: 100%;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color:silver;
}
#fotosproducto .carousel{
  height:420px;
}
#fotosproducto .carousel-inner{
  height: 100%;

}
#fotosproducto .carousel-inner a.item{
background-color:white;
}
#fotosproducto .carousel-control.left, .carousel-control.right {
   background-image:none !important;
   filter:none !important;
}
#botoncarro{
  background-color: #18B2B8;
  padding: 15px;
  color: white;
  border-radius: 0 0 5px 5px;
}
#listacategorias li.list-group-item{
  border:none;
  /* border-bottom:2px solid silver; */
  margin-bottom:2px;
  color:black;
  /* font-size:1.15em; */
}
.item .cover{
  height: 300px;
  overflow: hidden;
  /*background-color: #eee;*/

}
.item .cover img{
width: 100%;
  }
  .item a,.item a:hover{
    /*color:black;*/
    text-decoration: none;
  }
.item a.btn{
  /*font-weight: bolder;*/
  text-transform: uppercase;
}
  .item .itemprecio{
    color:black;
    
    text-align: right;
    font-weight: bolder;
  }
  .thumbnail .caption{
    /*height: 170px;*/
      display: block;
      text-align: center;

    }
.thumbnail h4.caption {

}

.glyphicon { margin-right:5px; }
.thumbnail
{
    padding-bottom: 20px;
    padding: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    box-shadow: 0 11px 20px rgba(0,0,0,0.15);
     transition: all 0.2s;
     cursor:pointer;
     opacity:0.91;
     border:none;
     box-shadow: none;
     border-bottom:2px solid silver;
}

.item.list-group-item
{
    float: none;
    width: 100%;
    background-color: #fff;
    margin-bottom: 10px;
}
.item.list-group-item:nth-of-type(odd):hover,.item.list-group-item:hover
{
    background: #fafafa;
}

.item.list-group-item .list-group-image
{
    margin-right: 10px;
}
.item.list-group-item .thumbnail
{
    margin-bottom: 0px;
}
.item.list-group-item .caption
{
    font-weight: lighter;
    padding: 9px 9px 0px 9px;

}
.item.list-group-item:nth-of-type(odd)
{
    background: #eeeeee;
}

.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;
}
.list-group-item-text
{
    margin: 0 0 11px;
}
h4.group.inner.list-group-item-heading{
  font-weight: bold;
  color:#323232;
  font-weight: lighter;
text-transform:uppercase;
font-size:0.8em;
}

.thumbnail::after {
  
  opacity: 1;
  transition: opacity 0.3s ease-in-out:
}

/* Transition to showing the bigger shadow on hover */
.thumbnail:hover {
   /*transform: scale(1.01, 1.01);*/
   opacity: 1;
   background-color:rgba(237, 237, 237, 0.7) !important;
   border-color: #22b5bb; !important;
}
.btn-listaproducto-carrito{
  /* background-color:transparent; */
}
.btn-listaproducto-masinfo{
  background-color:transparent;
  /* color:black; */
}
/*fin listaproducto*/

/*producto*/
.product{
  /*border: 1px solid #dddddd;*/
  /*height: 360px;*/
  margin-bottom:15px;
}

.product>img{
  /*max-width: 330px;*/
}

.product-rating{
  font-size: 20px;
  margin-bottom: 25px;
}

.product-title{
  font-size: 30px;
  font-weight: lighter;
}

.product-desc{
  font-size: 14px;
}

.product-price{
  font-size: 32px;
  font-weight: bolder;
  text-align: left;
}

.product-stock{
  color: #74DF00;
  font-size: 20px;
  margin-top: 10px;
}

.product-info{
    margin-top: 50px;
}


.service1-items {
  padding: 10px 0 0px 0;
  float: left;
  position: relative;
  /*overflow: hidden;*/
  max-width: 100%;
  /*height: 360px;*/
  /*width: 130px;*/
}

.service1-item {
  /*height: 120px;*/
  /*width: 120px;*/
  display: block;
  float: left;
  position: relative;
  /*padding-right: 20px;*/
  /*border-right: 1px solid #DDD;
  border-top: 1px solid #DDD;
  border-bottom: 1px solid #DDD;*/
}

.service1-item > img {
  /*max-height: 110px;
  max-width: 110px;*/
  opacity: 0.6;
  transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  -moz-transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
}

.service1-item > img:hover {
  cursor: pointer;
  opacity: 1;
}

.service-image-left {
  /*padding-right: 50px;*/
    overflow: hidden;
}

.service-image-right {
  padding-left: 50px;
}

.service-image-left > center > img,.service-image-right > center > img{
  max-height: 500px;
}


#products .item.list-group-item
{
    float: none;
    width: 100%;
    background-color: #fff;
    margin-bottom: 10px;
}
#products .item.list-group-item:nth-of-type(odd):hover,.item.list-group-item:hover
{
    background: #428bca;
}

#products .item.list-group-item .list-group-image
{
    margin-right: 10px;
}
#products .item.list-group-item .thumbnail
{
    margin-bottom: 0px;
}
#products .item.list-group-item .caption
{
    font-weight: lighter;
    padding: 9px 9px 0px 9px;

}
#products .item.list-group-item:nth-of-type(odd)
{
    background: #eeeeee;
}

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

#products .item.list-group-item img
{
    float: left;
}
#products .item.list-group-item:after
{
    clear: both;
}
#products .list-group-item-text
{
    margin: 0 0 11px;
}
#products h4.group.inner.list-group-item-heading{
  font-weight: bold;
  color:#323232;
  height:60px;
  /*text-transform: uppercase;*/
  font-size:1em;
}

#products .thumbnail::after {
  
  opacity: 1;
  transition: opacity 0.3s ease-in-out:
}
@media (max-width:480px){
  /* #listaproducto .container.todoancho{ */
  /*   padding:0 !important; */
  /*   margin:0 !important; */
  /* } */  
  #detallecarro{
    font-size:14px;
  }
  .carrotitulo{
    margin-top:5px;
  }
  #listaproducto .listatitulo{
font-size:20px;
  }
#products .item .minititulo{
  display:block;
  height:90px;
  font-size:15px;
  padding-top:12px;
}
#products{
  margin-top:8px;
  background-color:#eaeaea;
}
.item .cover{
  height:180px;
  overflow:hidden;
  border-top-left-radius:3px;
  border-top-right-radius:3px;
}
#products .item{
  padding:0;
  margin:0;
  border-radius:3px;
}
#products .item .caption{
  /*display:none;*/
  height:100px;
}
#products .item .thumbnail{
  /*border:none;*/
  padding:0;
  height:335px;
  overflow-y:hidden;
  overflow-x:hidden;
  border-radius:0;
  border-bottom:1px solid silver;
  margin:4px;

}
#products .item .thumbnail img{
  max-height:180px;
  border-radius:0;
  width:auto;
}
#products .item .cover img{
width: auto;
border-radius:5px;
  }
 #products .item .itemprecio{
    /*color:black;*/
    
    text-align: right;
    font-size: 1.2em;
    font-weight: bolder;
    
       /* background-color: #ddd;
    padding: 5px;*/
  }

}

@media (min-width: 1024px){

#listacategorias li.list-group-item a{
  border:none;
  /* border-bottom:2px solid silver; */
  margin-bottom:2px;
  color:black;
  /* font-size:1.15em; */
}
#products .item .cover{
  height: 290px;
  overflow: hidden;
 padding:4px;
  /*background-color: #eee;*/

}
#listaproducto ul.filtros li a{
  background:transparent;
  border:none;
  text-decoration:underline;
  
  color:black;
}
#listaproducto ul.filtros li a{
  color:black;
}
#listaproducto ul.filtros{
  border:none;

}
#listaproducto ul.filtros li.nombrefiltro{
  font-weight: bolder;
  text-decoration: none;
}
#listaproducto .textofiltro{
  font-weight: normal;
}
#products .item .cover img{
width: auto;
border-radius:5px;
  }
 #products .item a,#products .item a:hover{
    /*color:black;*/
    text-decoration: none;
  }
#products .item a.btn{
  /*font-weight: bolder;*/
  /*text-transform: uppercase;*/
}

  #products .thumbnail .caption{
    /*height: 170px;*/
      display: block;
      text-align: center;
    }
#products .thumbnail h4.caption {
font-weight: lighter;
}

.glyphicon { margin-right:5px; }
#products .thumbnail
{
    padding-bottom: 20px;
    padding: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 4px;
    box-shadow: 0 11px 20px rgba(0,0,0,0.15);
    /*transition: all 0.2s;*/
    cursor:pointer;
     opacity:0.91;
     /*border:none;*/
     box-shadow: none;
 border-bottom: 3px solid #ddd;
 background-color:white;
 transition: all 0.5s ease 0s;
}
}
@media (max-width: 768px){
  .product-desc{
	  padding-top:15px;
	  padding-bottom:30px;
  font-size: 11px;
}
.product-title{
  font-size: 16px;
  font-weight: lighter;
  padding-top:10px;
  padding-bottom:20px;
}
}

.spinner {
  width: 40px;
  height: 40px;

  position: relative;
  margin: 100px auto;
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #333;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}
