/*listaproducto*/
select{
font-size: 50px;
}
h2.categoria{
  margin-top:0px !important;
  padding:0px;

}
#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: #428bca;
}

.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: #DB3E3E66 !important;
}
/*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{
      width: 100%;
    margin: 0;
}
#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:
}
#products a{
  color:black;
}
@media (max-width:480px){
#detallecarro tbody tr td{
padding:2px !important;
}
.finalizarcompra{
  padding: 0;
}
.addunidad,.delunidad{
  float:right;
}
#products{

  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;*/
  min-height:110px;
}
#products .item .thumbnail{
  /*border:none;*/
  padding:0;
  /*height:250px;*/
  /*border-radius:0;*/
  /*border-bottom:1px solid silver;*/
  margin:4px;

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

}
@media (max-width: 768px){
  .product-desc{
  font-size: 11px;
}
.product-title{
  font-size: 16px;
  font-weight: lighter;
}
}
@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: 100%;
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:rgba(237, 237, 237, 0.4);
 transition: all 0.5s ease 0s;
}
}
