/**
Tienda Simple - Tema
**nombre:ropa**
*/
.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;
}
#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;
}
#content-container {
  background-color: #ffffff;
}
#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 h1 [class*="icon-"] {
  display: none;
}
.site-body {
  background-color: #ffffff;
}
