/**
Tienda Simple - Tema
**nombre:Vinería**
*/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  background-image: none;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: fixed;
}
.site-header {
  display: block;
  height: 120px;
  background-image: none;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: 'scroll';
  background-color: transparent;
  position: relative;
}
.site-body {
  background-color: transparent;
}
.site-footer {
  height: 0;
  background-image: none;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: 'scroll';
  padding-top: 80px;
  padding-bottom: 80px;
  border: none;
  height: auto;
  text-align: center;
  background-color: transparent;
  position: relative;
}
.page-header {
  border-color: transparent;
  background-image: url('vineriahd.jpg');
  height: 150px;
  margin-left: -1080px;
  padding-left: 1080px;
  margin-right: -1080px;
  padding-right: 1080px;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 50px;
  margin-top: 5px;
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .page-header {
    margin-left: -20px !important;
    margin-right: -20px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.categorias-y-productos img {
  -webkit-box-shadow: 0 7px 10px rgba(0, 0, 0, 0.33);
  -moz-box-shadow: 0 7px 10px rgba(0, 0, 0, 0.33);
  box-shadow: 0 7px 10px rgba(0, 0, 0, 0.33);
}
.categorias-y-productos .producto-descripcion {
  font-size: 25px;
}
.categorias-y-productos .producto-descripcion a {
  color: gray;
}
