/*
 *   Important Information about this CSS File
 *
 * - Do not delete or rename this file, if you do not use it leave it blank (delete
 *   everything) and the file will be skipped when you enable Production Mode in
 *   the Global theme settings.
 *
 * - Read the _README file in this directory, it contains useful help and other information.
 */
/*# sourceMappingURL=responsive.desktop.css.map */
/* =============================================================================
 *   Wrappers
 * ========================================================================== */
.region.sidebar{
  margin-top: 27px;
}
.mainheader .boxmainpage{
  position: relative;
}
.mainheader .boxmainpage .boxwrappertop{
  /*
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 22;
  */
  width: 100%;
  box-sizing: border-box;
  -webkit-transition: all .8s ease-in-out;
  -moz-transition: all .8s ease-in-out;
  transition: all .8s ease-in-out;
}
.mainheader .boxmainpage .boxwrappertop #logo a img{
  -webkit-transition: all .8s ease-in-out;
  -moz-transition: all .8s ease-in-out;
  transition: all .8s ease-in-out;
}
.mainheader .boxmainpage .boxwrappertop.stickynav-active{
  background-color: rgba(255, 255, 255, 0.95);
}
.mainheader .boxmainpage .boxwrappertop.stickynav-active #logo{
  padding: 0;
}
.mainheader .boxmainpage .boxwrappertop.stickynav-active #logo a img{
  webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  transform: scale(0.7);
}
.page-checkout .mainheader .boxmainpage .boxwrappertop{
  position: relative;
  top: inherit;
  right: inherit;
  left: inherit;
}




#header .boxwrapper .box.box1{
	-webkit-flex: 0 1 25%;
	-ms-flex: 0 1 25%;
	flex: 0 1 25%;
}
#header .boxwrapper .box.box2{
  -webkit-flex: 0 1 73%;
  -ms-flex: 0 1 73%;
  flex: 0 1 73%;
  text-align: center;
}


/*
one-sidebar
sidebar-first
*/
.no-sidebars #main-content{
  margin: 0 30px;
}
.sidebar-first #main-content{
 margin-right: 30px; 
}
.region-sidebar-first .block .block-inner{
  margin-left: 30px;
}
/* =============================================================================
 *   Block Styling
 * ========================================================================== */
 /* BLOQUE FOOTER */
 .blckLogosFooter .block-content .wrappimg img{
   display: inline-block;
   vertical-align: middle;
   width: 95% !important;
 }
/*
 * BANNER PROMOS Y ANCHETAS
 */
.blckBannerPromos,
.blckBannerAnchetas{
  max-width: 48%;
}
.blckBannerPromos .txtwrap a,
.blckBannerAnchetas .txtwrap a{
  font-size: 180%;
  line-height: 35px;
}
/* =============================================================================
 *   Node Styling
 * ========================================================================== */
.productos.teaser .views-row {
  /*display: inline-block;
  vertical-align: top;
  width: 96%;
  max-width: 31%;
  margin: 0 1% 20px 1%;*/
}
