body {
  overflow-x: hidden;
  /* paginador */
  /* Fin paginador */
  /* aviso cookies */
  /* fin aviso cookies */ }
  @media screen and (max-width: 759px) {
    body .pager {
      font-size: 0 !important; }
      body .pager li {
        font-size: 12px;
        box-sizing: border-box;
        width: 50% !important;
        margin: 0 !important;
        text-align: center;
        display: inline-block !important;
        border: 1px solid #ccc;
        padding: 0 !important; }
        body .pager li.pager-current, body .pager li.pager-ellipsis {
          padding: 10px !important; }
        body .pager li a {
          display: inline-block;
          box-sizing: border-box;
          text-align: center;
          padding: 10px !important;
          width: 100%; } }
  @media screen and (max-width: 959px) {
    body #sliding-popup .popup-content, body #sliding-popup .popup-content, body #sliding-popup .popup-content #popup-text {
      width: 100% !important; }
    body #sliding-popup .popup-content #popup-text {
      width: 100% !important;
      float: none;
      padding: 10px;
      margin: 0 !important; }
    body #sliding-popup .popup-content #popup-text {
      color: #fff;
      float: left;
      font-weight: bold;
      padding: 13px;
      text-align: left;
      width: 100%;
      box-sizing: border-box;
      display: block; }
    body #sliding-popup .popup-content {
      background-color: transparent;
      border: 0 none;
      display: inline-block;
      margin: 0 auto;
      padding: 0;
      width: 100%; } }

.co-menu-panel {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 280px;
  left: 0;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.25s,opacity 0.25s linear; }

.co-menu-panel-right {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 280px;
  right: 0;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.25s,opacity 0.25s linear;
  background: #fff;
  z-index: 1000; }

/* Eliminado porque en ios 4 da problemas 
.co-main-panel{
  -webkit-transform: translate3d(0px, 0px,0);
  -moz-transform: translate3d(0px, 0px,0);
  -o-transform: translate3d(0px, 0px,0);
  -ms-transform: translate3d(0px, 0px,0);
  transform: translate3d(0px, 0px,0);

  -webkit-transition: $co-duration ease;
  -moz-transition: $co-duration ease;
  -o-transition: $co-duration ease;
  transition: $co-duration ease;
}
*/
body.co-panel-active-right .co-main-panel {
  -webkit-transform: translate3d(-280px, 0px, 0);
  -moz-transform: translate3d(-280px, 0px, 0);
  -o-transform: translate3d(-280px, 0px, 0);
  -ms-transform: translate3d-(280px, 0px, 0);
  transform: translate3d(-280px, 0px, 0); }
body.co-panel-active-right .co-menu-panel-right {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s; }
body.co-panel-active-right div.co-main-panel:after {
  display: block;
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7); }

body.co-panel-active .co-main-panel {
  position: fixed;
  left: 280px; }
body.co-panel-active.co-panel-active-right .co-main-panel {
  position: fixed;
  right: -280px; }
body.co-panel-active div.co-main-panel:after {
  display: block;
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1000; }
body.co-panel-active .co-menu-panel {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
  /* estilos para el menu */ }
  body.co-panel-active .co-menu-panel ul {
    width: 100%;
    height: auto; }
  body.co-panel-active .co-menu-panel ul li {
    display: block;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0; }
  body.co-panel-active .co-menu-panel a {
    text-decoration: none;
    font-size: 12px;
    color: #000; }
    body.co-panel-active .co-menu-panel a:hover, body.co-panel-active .co-menu-panel a.active {
      color: #fff; }

#full-screen-detail-header {
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
  height: 36px;
  border-bottom: 1px solid #ccc;
  background: #fff;
  padding: 0 2px;
  text-align: left;
  box-sizing: content-box; }
  #full-screen-detail-header .logo-mh {
    position: relative;
    top: -3px;
    left: 0;
    z-index: 100; }
    #full-screen-detail-header .logo-mh a {
      opacity: 1; }
  #full-screen-detail-header .logo-mh, #full-screen-detail-header .article-info, #full-screen-detail-header > div {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    float: none; }
  #full-screen-detail-header .logo-mh img {
    height: 30px;
    position: relative;
    top: 0;
    left: 0;
    width: auto; }
  #full-screen-detail-header .btn-co {
    font-size: 30px;
    margin-right: 5px;
    outline: none;
    color: #151515;
    text-decoration: none; }
    #full-screen-detail-header .btn-co:after {
      content: '';
      width: 1px;
      height: 30px;
      display: block;
      background: rgba(0, 0, 0, 0.15);
      margin: 0 0 0 6px;
      display: inline-block;
      vertical-align: middle;
      padding: 0;
      position: relative;
      top: -5px; }
  #full-screen-detail-header .btn-r {
    float: right; }
  #full-screen-detail-header .btn-co-panel-r {
    font-size: 30px;
    margin-right: 5px;
    outline: none;
    color: #151515; }
    #full-screen-detail-header .btn-co-panel-r:before {
      content: '';
      width: 1px;
      height: 24px;
      display: block;
      background: rgba(0, 0, 0, 0.15);
      margin: 0 6px;
      display: inline-block;
      vertical-align: middle;
      padding: 0;
      position: relative;
      top: -2px; }
  #full-screen-detail-header #social-nav-links {
    float: right;
    position: relative;
    top: 1px; }
  #full-screen-detail-header #social-nav-links ul {
    margin: 0;
    padding: 0; }
    #full-screen-detail-header #social-nav-links ul li {
      display: inline-block;
      margin: 0; }
    #full-screen-detail-header #social-nav-links ul i {
      vertical-align: middle;
      font-size: 25px;
      padding: 2px;
      color: #fff;
      display: inline-block;
      width: 30px;
      height: 30px;
      text-align: center;
      background: #000;
      box-sizing: content-box; }
    #full-screen-detail-header #social-nav-links ul .istf-twitter {
      background-color: #32ddf3;
      font-size: 25px; }
      #full-screen-detail-header #social-nav-links ul .istf-twitter:before {
        position: relative;
        top: 3px;
        left: 1px; }
    #full-screen-detail-header #social-nav-links ul .istf-facebook {
      background-color: #4a6ea8; }
    #full-screen-detail-header #social-nav-links ul .istf-google-plus {
      background-color: #d34836; }
      #full-screen-detail-header #social-nav-links ul .istf-google-plus:before {
        position: relative;
        top: 5px;
        left: 1px; }
  #full-screen-detail-header .istf-menu {
    font-size: 34px; }
  #full-screen-detail-header .logo-mh.center {
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    text-align: center; }
  #full-screen-detail-header .featured {
    float: right;
    font-size: 14px;
    padding: 13px 10px 0 10px; }

.co-menu-panel {
  overflow-x: auto;
  background: #ffffff;
  z-index: 100; }
  .co-menu-panel a.start, .co-menu-panel ul li a {
    display: block;
    padding: 10px !important;
    outline: none;
    color: #151515;
    text-transform: uppercase;
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.1);
    letter-spacing: 1px;
    text-align: center;
    font-weight: 400;
    -webkit-transition: background 0.3s, box-shadow 0.3s;
    transition: background 0.3s, box-shadow 0.3s; }
    .co-menu-panel a.start:after, .co-menu-panel ul li a:after {
      display: none !important; }
  .co-menu-panel a:hover, .co-menu-panel a.current, .co-menu-panel a.active, .co-menu-panel .current a, .co-menu-panel .active a {
    box-shadow: inset 0 -1px transparent;
    background: #151515;
    color: #ffffff !important;
    text-decoration: none; }
  .co-menu-panel ul, .co-menu-panel li, .co-menu-panel li a {
    display: block;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 0; }

#full-screen-detail-header > div, #full-screen-detail-header > nav, #full-screen-detail-header > a {
  display: inline-block;
  vertical-align: middle; }

#full-screen-detail-header {
  display: none; }

/*
 * media para la cual mostramos el menu rwd
 */
@media screen and (max-width: 759px) {
  .co-menu-panel-right .content {
    overflow: auto; }

  #full-screen-detail-header {
    display: block; }

  /*
      Importante ocultar el menu de versiones desktop
   */
  body > #container .navback, #block-menu_block-1, body > #container #header {
    display: none; }

  body > #container, body > .co-main-panel {
    position: relative;
    top: 36px; } }
/* IPAD */
.search-results #content .product-search-result {
  display: inline-block;
  vertical-align: bottom;
  float: none;
  width: 16%; }

.tax-categorias #categories-wrapper li {
  overflow: hidden; }

#menu-products-menu > li ul[data-visible="hidden"] {
  opacity: 0 !important;
  display: none !important; }

/* generico para  desktop */
@media screen and (min-width: 1200px) {
  body #home-wrapper {
    background-color: #dfdfdf; }
  body.page-template-template-productos .content-colum-right h1, body.tax-categorias .content-colum-right h1, body.single-producto .content-colum-right h1 {
    margin-bottom: 4px; }
  body #home-actualidad img {
    left: 0;
    position: relative;
    top: 0;
    transform: none;
    width: auto; }
  body .page-noticias #content .hentry, body .node-post #content .hentry {
    padding: 10px 0;
    overflow: hidden; }
  body .page-noticias #content article .entry-thumbnail img, body .node-post #content article .entry-thumbnail img {
    display: block;
    margin: 0 0 0 0;
    float: none;
    width: 100%;
    transform: none; }
  body .page-noticias #content article .entry-thumbnail, body .page-noticias #content article .col-md-10, body .page-noticias #content article .col-md-12, body .node-post #content article .entry-thumbnail, body .node-post #content article .col-md-10, body .node-post #content article .col-md-12 {
    float: none;
    width: 100%;
    padding: 0; }
  body .mobile {
    display: none; } }
/* generico para tablet y mobile*/
@media screen and (max-width: 1200px) {
  body #recent-posts-2 a.thumb_wrapper {
    height: auto; }
    body #recent-posts-2 a.thumb_wrapper img {
      position: relative;
      left: 0;
      transform: none;
      width: 100%;
      height: auto; }
  body #producto-descripcion {
    clear: both; } }
/* solo para tablet */
@media screen and (max-width: 1199px) and (min-width: 768px) {
  body .container, body .site-main, body .site-header
  , body .page-template-template-calidad .site-main, body .page-template-template-empresa .site-main
  , body .site-footer .sidebar-container {
    width: 768px;
    margin: 0 auto !important;
    padding: 0 !important; }
  body .site-footer {
    background: #575757;
    padding-top: 10px; }
  body #menu-marker {
    display: none !important; }
  body #nav {
    margin-top: 75px;
    float: left;
    margin-bottom: 20px; }
    body #nav li:first-child a {
      margin-left: 10px; }
    body #nav a {
      padding: 0 0 0 0; }
  body #logo {
    display: block;
    padding: 0 0 0 0;
    position: absolute;
    left: 10px;
    top: 8px; }
  body #topbar #telephone {
    position: absolute;
    top: 14px;
    right: 10px; }
  body #topbar form {
    float: left;
    width: 50%;
    padding: 0;
    margin: 0 !important;
    padding: 0 !important;
    border-right: 0; }
  body #home-slide-bx {
    width: 538px; }
  body #home-actualidad .col-1 {
    width: 48%;
    margin-left: 0;
    margin-right: 2%;
    margin-bottom: 20px; }
    body #home-actualidad .col-1:nth-child(2n+1) {
      margin-right: 0; }
  body #home-actualidad img {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    transform: none; }
  body #home-actualidad {
    margin: 0 20px; }
  body #copyright {
    right: 20px; }
  body .page-productos .content-colum-right, body .node-producto .cr {
    width: 530px !important; }
    body .page-productos .content-colum-right #categories-wrapper li:nth-child(5n+6), body .node-producto .cr #categories-wrapper li:nth-child(5n+6) {
      clear: none; }
    body .page-productos .content-colum-right #categories-wrapper li:nth-child(3n+4), body .node-producto .cr #categories-wrapper li:nth-child(3n+4) {
      clear: both;
      float: left; }
  body #botones-producto li {
    margin-bottom: 10px;
    width: 105px; }
  body.page-template-template-calidad .site-main, body.page-template-template-empresa .site-main {
    margin-bottom: 20px !important; }
    body.page-template-template-calidad .site-main #content > .row, body.page-template-template-empresa .site-main #content > .row {
      margin: 0; }
      body.page-template-template-calidad .site-main #content > .row > .col-md-4, body.page-template-template-calidad .site-main #content > .row > .col-md-8, body.page-template-template-empresa .site-main #content > .row > .col-md-4, body.page-template-template-empresa .site-main #content > .row > .col-md-8 {
        float: none;
        padding: 0;
        width: 96%;
        margin: 0 auto; }
  body .page-noticias #content > .row, body .node-post #content > .row {
    margin: 0; }
    body .page-noticias #content > .row .col-md-8, body .page-noticias #content > .row .col-md-4 aside.widget, body .node-post #content > .row .col-md-8, body .node-post #content > .row .col-md-4 aside.widget {
      padding-left: 0;
      padding-right: 0; }
    body .page-noticias #content > .row .col-md-4, body .node-post #content > .row .col-md-4 {
      padding-right: 20px;
      float: right !important;
      width: 33% !important; }
    body .page-noticias #content > .row .col-md-8, body .node-post #content > .row .col-md-8 {
      padding-right: 20px;
      padding-left: 20px;
      float: left !important;
      width: 66% !important; }
      body .page-noticias #content > .row .col-md-8 .hentry, body .node-post #content > .row .col-md-8 .hentry {
        padding: 20px 0; }
      body .page-noticias #content > .row .col-md-8 article .entry-thumbnail img, body .node-post #content > .row .col-md-8 article .entry-thumbnail img {
        display: block;
        margin: 0 0 0 0;
        float: none;
        width: 100%; }
      body .page-noticias #content > .row .col-md-8 article .entry-thumbnail, body .page-noticias #content > .row .col-md-8 article .col-md-10, body .node-post #content > .row .col-md-8 article .entry-thumbnail, body .node-post #content > .row .col-md-8 article .col-md-10 {
        float: none;
        width: 100%; }
      body .page-noticias #content > .row .col-md-8 article .col-md-10, body .node-post #content > .row .col-md-8 article .col-md-10 {
        padding: 0 0 20px 0; }
  body .page-noticias .site-main .widget-area, body .node-post .site-main .widget-area {
    margin-right: 0; }
  body .page-noticias .site-main .sidebar-container, body .node-post .site-main .sidebar-container {
    top: 0; }
  body .address-wrapper .col-md-4 {
    width: 33%;
    float: left; }
    body .address-wrapper .col-md-4 > div, body .address-wrapper .col-md-4 p {
      width: 100%; }
  body .title-partners {
    padding-left: 10px; }
  body .node-partner article.partner .entry-content {
    padding-right: 20px; }
  body .mobile {
    display: none; }
  body #menu-products-menu > li {
    width: 230px !important; }
    body #menu-products-menu > li > ul {
      left: 230px !important;
      width: 180px !important; }
    body #menu-products-menu > li ul ul, body #menu-products-menu > li ul li {
      left: 180px !important;
      width: 180px !important; }
    body #menu-products-menu > li .product-list-mask {
      left: 180px !important;
      width: 180px !important; }
      body #menu-products-menu > li .product-list-mask ul, body #menu-products-menu > li .product-list-mask li {
        left: 0 !important;
        width: 180px !important; }
  body #home-wrapper {
    float: left; }
  body.home #home-wrapper {
    width: 100%; }
  body .menu-products-menu-container {
    width: 230px; }
  body #content > .content-colum-right {
    width: 530px !important; }
  body #home-actualidad .col-1:nth-child(2n+4) {
    clear: both;
    float: left; }
  body.search-results #content .product-search-result, body #categories-wrapper ul#productos li span.img-wrapper {
    text-align: center;
    display: inline-block;
    vertical-align: bottom; } }
/* solo para mobile */
@media screen and (max-width: 767px) {
  html {
    margin-top: 0 !important; }

  body {
    position: relative;
    box-sizing: border-box;
    width: 100% !important;
    height: auto !important;
    max-width: 100%;
    min-width: 100%;
    float: none;
    clear: both;
    position: relative;
    top: 0;
    left: 0;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0 !important;
    /* Ocultar header */
    /* Resetear colmunas */
    /* Imagenes-media responsive */
    /* pagina productos */ }
    body .mobile {
      display: block; }
    body div.Header
    , body #wpadminbar
    , body #topbar {
      display: none; }
    body .contentLayout
    , body body, body .site-header, body .container, body #masthead, body #main, body #home-slide-bx, body .col-1
    , body.page-template-template-productos #content > div
    , body.page-template-template-productos #content > div > div
    , body .node-producto #content > div > div
    , body .node-producto #content > div
    , body .producto-left, body .producto-right {
      position: relative;
      box-sizing: border-box;
      width: 100% !important;
      height: auto !important;
      max-width: 100%;
      min-width: 100%;
      float: none;
      clear: both;
      position: relative;
      top: 0;
      left: 0;
      margin-left: 0;
      margin-right: 0; }
    body .producto-right {
      text-align: center; }
    body.page-template-template-productos #content > div
    , body .node-producto #content > div {
      float: none !important; }
      body.page-template-template-productos #content > div
      > div, body .node-producto #content > div > div {
        padding: 0 !important; }
    body #main {
      padding: 0 20px; }
    body .banner img, body #home-slide-bx img {
      width: 100% !important;
      height: auto !important;
      margin-left: 0;
      margin-right: 0;
      position: relative;
      top: 0;
      left: 0; }
    body #nav li a {
      margin-left: 0; }
    body #masthead {
      padding: 0; }
      body #masthead .menu-main-menu-container, body #masthead #logo {
        display: none; }
    body .site-footer {
      position: relative; }
    body #home-actualidad .col-1 {
      margin-bottom: 20px; }
    body #home-actualidad img {
      max-width: 100%;
      position: relative;
      left: 0;
      width: 100%;
      transform: none; }
    body #copyright {
      position: relative;
      text-align: left; }
    body .site-footer {
      top: 36px; }
      body .site-footer #menu-main-menu {
        display: none; }
    body #menu-products-menu, body .menu-products-menu-container {
      width: 100%; }
      body #menu-products-menu li, body .menu-products-menu-container li {
        width: 100%; }
    body #home-actualidad {
      margin-bottom: 0; }
    body.page-template-template-productos #home-wrapper, body .node-producto #home-wrapper {
      display: none; }
    body .node-producto .menu-products-menu-container {
      display: none; }
    body #categories-wrapper li:nth-child(5n+6) {
      clear: none; }
    body #categories-wrapper li:nth-child(2n+3) {
      clear: both;
      float: left; }
    body #categories-wrapper li {
      width: 48%;
      margin: 0 0 10px 0;
      margin-right: 4%;
      background: #fff; }
      body #categories-wrapper li strong {
        background: #000; }
    body #categories-wrapper li:nth-child(2n) {
      margin-right: 0; }
    body #botones-partner li {
      width: 48%;
      margin: 0 0 10px 0;
      margin-right: 4%; }
      body #botones-partner li:nth-child(2n) {
        margin-right: 0; }
      body #botones-partner li span {
        width: 100%;
        text-align: center;
        display: block;
        padding-top: 36px; }
    body #product-form #frm_field_8_container, body #product-form #frm_field_9_container
    , body #product-form #frm_field_83_container, body #product-form #frm_field_84_container {
      width: 100%;
      float: none; }
    body.page-id-1030 .tab-pane {
      background: none; }
    body #automatismos > div {
      width: 100%;
      padding: 0 !important; }
    body.page-template-template-calidad .site-main, body.page-template-template-empresa .site-main {
      border-bottom: 0;
      margin: 0; }
    body.page-template-template-calidad .site-main .nav-tabs li {
      width: 100%; }
    body #content .entry-header, body #content .entry-content, body #content .entry-summary, body #content footer.entry-meta, body #content .featured-gallery, body .search.sidebar .page-content, body .blog.sidebar .page-content, body .sidebar .post-navigation .nav-links, body .paging-navigation .nav-links, body #content .author-info, body .comments-area .comments-title, body .comments-area .comment-list, body .comments-area .comment-navigation, body .comment-respond, body .sidebar .site-info, body .sidebar .paging-navigation .nav-links {
      padding: 0;
      display: block;
      margin: 0;
      width: 96%;
      position: relative;
      left: 10px; }
    body .hentry {
      padding: 20px 10px; }
    body #tertiary {
      background: #fff;
      float: none;
      top: 0; }
      body #tertiary aside.widget {
        padding: 0; }
    body #menu-partners-menu-container {
      width: 100%;
      float: none;
      background-color: #ededed; }
    body #menu-partners-menu-container ul, body #menu-partners-menu-container li {
      display: inline-block;
      margin: 0;
      padding: 0; }
    body .node-partner article.partner {
      width: 100%;
      padding: 0;
      float: none; }
      body .node-partner article.partner header img {
        max-width: 100%;
        height: auto;
        margin: 0 auto;
        display: block; }
    body .address-wrapper .icon {
      margin: 20px auto 20px auto; }
    body #map-canvas {
      height: 300px !important; }
    body .page-contacto .col-md-4 {
      padding: 0;
      float: none !important;
      width: 100%; }
    body .page-contacto .col-md-12 {
      padding: 0;
      float: none !important;
      width: 100%; }
    body .page-noticias .col-md-8, body .page-noticias .col-md-10, body .page-noticias .col-md-12, body .page-product .col-md-8, body .page-product .col-md-10, body .page-product .col-md-12 {
      padding: 0;
      float: none !important;
      width: 100%; }
    body #home-wrapper #menu-products-menu, body #home-wrapper .menu-products-menu-container {
      display: none; }
    body #categories-wrapper {
      margin: 20px 0; }
      body #categories-wrapper li {
        width: 100%;
        margin: 0;
        background: none;
        float: none !important; }
        body #categories-wrapper li a {
          display: block;
          height: auto;
          line-height: 15px;
          padding: 8px 10px;
          font-size: 14px;
          margin: 0 auto; }
      body #categories-wrapper .opt-1 a:hover {
        background: #098648; }
      body #categories-wrapper .opt-2 a:hover {
        background: #038c8d; }
      body #categories-wrapper .opt-3 a:hover {
        background: #016f90; }
      body #categories-wrapper .opt-4 a:hover {
        background: #5b9f7e; }
      body #categories-wrapper .opt-5 a:hover {
        background: #3d3d3f; }
      body #categories-wrapper .opt-6 a:hover {
        background: #308fab; }
      body #categories-wrapper .opt-7 a:hover {
        background: #717171; }
      body #categories-wrapper .opt-8 a:hover {
        background: #004c5e; }
      body #categories-wrapper .opt-9 a:hover {
        background: #0da7a7; }
    body .menu-wrapper #categories-wrapper li a {
      width: 100%; }
    body #breadcrumb {
      list-style: none;
      overflow: hidden;
      padding: 10px 0 0;
      border-bottom: 1px solid #dfdfdf;
      margin-bottom: 10px; }
      body #breadcrumb ul {
        padding: 0;
        border-bottom: 0;
        overflow: hidden;
        font-size: 0; }
      body #breadcrumb li {
        color: #575757;
        text-decoration: none;
        position: relative;
        display: inline-block; }
        body #breadcrumb li:after {
          position: relative;
          top: 8px;
          margin-right: 5px; }
        body #breadcrumb li li:last-child {
          background: #427b9e; }
        body #breadcrumb li span {
          vertical-align: top;
          color: #575757;
          text-decoration: none;
          position: relative;
          display: inline-block;
          padding: 10px 5px 8px 5px;
          z-index: 100; }
        body #breadcrumb li:first-child a {
          padding-left: 20px; }
        body #breadcrumb li a {
          vertical-align: top;
          display: inline-block;
          color: #575757;
          position: relative;
          padding: 10px 5px 10px 5px; }
    body aside.blocks-featured > div {
      width: 100% !important;
      padding-bottom: 0; }
    body .container-blocks-featured {
      background: #eeeeee;
      box-sizing: border-box;
      margin: 0;
      left: 0;
      position: relative;
      width: 100%;
      padding: 0 20px; }
      body .container-blocks-featured aside {
        background: #fff; }
    body .nav-tabs li {
      float: none;
      width: 100%; }
    body .tab-content .tab-pane > div {
      width: 100%;
      padding: 0 !important; }
    body.search-results #content .product-search-result, body #categories-wrapper ul#productos li span.img-wrapper {
      vertical-align: bottom;
      float: none; }
    body.search-results #content > h1 {
      font-size: 40px; }
    body.search-results #content {
      padding-bottom: 40px; } }
@media screen and (max-width: 460px) {
  body.search-results #content .product-search-result, body #categories-wrapper ul#productos li span.img-wrapper {
    display: block;
    width: 100%;
    vertical-align: bottom;
    float: none; }
  body.search-results #content > h1 {
    font-size: 27px; }
  body.search-results #content {
    padding-bottom: 40px; } }

/*# sourceMappingURL=rwd.css.map */
