
/*PLANTILLA 33*/
body {
  background: url(img/head.jpg) repeat;
}
.bg-image-1 {
  background: url(img/bg.jpg) no-repeat top center;
  background-size: cover;
  color: lightgray;
}
.head-social {
  background: url(img/head.jpg) no-repeat top center;
  background-size: cover;
  color: lightgray;
}

.pagest {padding: 0px 0 ;}
.st-menu > li:hover, .st-menu > li.active, .st-menu > li:focus {background: url(img/head.jpg) repeat;}
.st-menu {top: -10px; display: inline-block; position: relative;}
.st-menu > li { display: inline-block;}
.st-menupage {top:0;}
.menucat {padding: 20px 0 20px;}
.menucat .row {text-align: center;}
.menucat ul {display: inline-block; margin: 0; padding: 0;}
.menucat ul li {display: inline-block; margin: 0; padding: 10px;  }
.menucat ul li a {padding: 10px; text-transform: uppercase; color: #fff; cursor: pointer; font-weight: 500;}
.product-block {padding-bottom: 20px;}
.product-block .image img {     border: none;
     }
.product-block .image img:hover { opacity: .6; }
.product-block .product-meta .name   {margin:0px; height:  53px;}
.product-block .product-meta .name a {font-size: 1.5em; height: 40px; overflow: hidden;  text-transform: uppercase; padding: 15px; 
    text-align: center; color: #fff; width: 100%; display: inline-block;}
.product-block .product-meta .description {font-size: 14px; line-height:18px; text-align: center; color: #fff; padding: 10px 20px; }

#st-iconicos .iconico {background: #f2f2f2; text-align: center; padding: 20px; }
#st-iconicos .iconico h4 {font-size: 1.5em; text-transform: uppercase; }
#footer {margin-top: 0px; }
.footer-center {padding: 20px 0; font-size: 20px;}
.footer-center  .box-heading {font-size: 30px; color: #fff;}
.copyright {text-align: center; padding: 10px 0;}
ul.social {display: inline-block; margin: 0; padding: 0; list-style: none;   }
ul.social li {display: inline-block; margin: 0; padding: 10px;   }

.st-busca-input {margin: 10px; float: left; }
.btn-search {    right: 13px;
    top: 19px;
    position: absolute; background: none; border: none; }
#page {padding-bottom: 30px;}
.heading_title {border-bottom: 2px solid #e3e3e3; text-align: center; 
  margin: 20px 0 0px;font-size: 3em;  font-weight: bold; 
  text-transform: uppercase; padding-bottom: 20px; }
.whitepage, .datapage {background: #f3f3f3; }
#a-nosotros {padding: 20px;}
#products {margin-top: 10px;}

a.cat {cursor: pointer;}
.texto-producto {font-size: 18px; line-height:30px; }
.texto-producto > ul {list-style: none; margin: 0; padding: 0;}
.texto-producto > ul li {list-style: none;}
.texto-producto  .a-precio {font-size: 1.5em;}

.st-lista-galeria img {border: 3px solid #e3e3e3;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;}
.st-lista-galeria h4 {border-bottom: 2px dotted #e3e3e3; text-align: center; margin: 10px 0 10px;font-size: 1.2em;  font-weight: bold; text-transform: uppercase; padding-bottom: 10px;}

/*CUANDO NO HAY STILO DE FORMULARIO*/
.st-formstyle {}
.st-formstyle input[type="text"],
.st-formstyle input[type="password"],
.st-formstyle input[type="email"],
.st-formstyle input[type="phone"],
.st-formstyle input[type="text"],
.st-formstyle input[type="number"],
.st-formstyle select,
.st-formstyle textarea
 {
  display: block;
  width: 100%;
  height: inherit;
  padding: 5px 12px;
  color: #777777;
  vertical-align: middle;
  background-color: #fbfbfb;
  background-image: none;
  border: 1px solid #d6d4d4;
  box-shadow: none;
  border-radius: 0px;
}
 .product-info .quantity-adder {
    margin-bottom: 10px;
    font-size: 16px;
    position: relative;
    padding: 0;
  }
  .product-info .quantity-adder input {
    padding: 10px;
    font-size: 16px;
    width: 40px;
    margin-left: 0px; 
    margin-right: 10px;
    float: left;
  }
  .product-info .quantity-adder span {
    font-size: 18px;
    cursor: pointer;
    position: absolute;
    line-height: 1;
    width: 20px;
    height: 20px; margin-bottom: 3px;
    background-color: #e8e8e8;
    
    text-align: center;
    color: #fff;
  }
  .product-info .quantity-adder span.add-down {
    font-size: 20px;
    top: 20px;
  }

  .st-cart-mini  {
    overflow: hidden;
    text-align: center;
    display: none;
    position: absolute;

    background: #fff;
    border: 1px solid #c9c9c9;
    z-index: 99;
    padding: 10px;
    width: 200px;
    cursor: default;
    border-radius: 0px;
}
.st-cart-mini .image {
    
}
.product-min {border-bottom: 2px dotted #e3e3e3;}
.st-cart-mini .image {
    border: none;
    text-align: center;
    margin-bottom: 10px;
    padding: 10px;
    background: #fff;
    -webkit-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
    border-radius: 0px;
}
.st-cart-mini .empty {
    padding-top: 50px;
    text-align: center;
}

.st-cart-mini .total .total2 strong {
    font-weight: bolder;
    color: #000;
    padding-left: 5px;
}
.st-cart-mini .total .total2 {
    padding-bottom: 20px;
}
.st-cart-mini .total {
    font-size: 1.2em;
    color: #000;
    text-align: center;
    margin: 10px 0 0px;
}
.st-cart-mini .show_cart {
    text-align: center;
}

@media (max-width: 767px) {
   #page {    width: 100%;
      margin: auto;
  }
  .destacadoshome .product-block {padding: 20px;}
  .st-cat-menu {background: #fff;}
  .st-cat-menu a {background: #fff; /*text-align: center;*/}
  .st-cart-mini {background: #fff;}
  .st-cart-mini div {background: #fff;}
}

@media (min-width: 768px) and (max-width: 991px){
  #page {    width: 100%;
      margin: auto;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
   #page {    width: 100%;
    max-width: 1160px;
      margin: auto;
  }

}
@media (min-width: 1200px) {
   #page {    width: 1160px;
      margin: auto;
  }
}