.header_first .container, .header_second  .container{
  padding-left: 0;
  padding-right: 0;
}
.region-sidebar-second > .block {
  margin-bottom: 50px;
}
/****** slide *****/
.slide-home-tab {
  width: 31px;
  z-index: 100;
  position: absolute;
  top: 0;
}
.slide-home{
  overflow: hidden;
  margin: 15px 6px 30px 6px;
}

.slide-home-tab-item a {
  -webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  -ms-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;
  z-index: 300;
  height: 124px;
  display: block;
  position: relative;
  overflow: hidden;
  font-size: 14px;
  font-weight: 300;
  font-stretch: normal;
  text-transform: uppercase;
}
.slide-home-tab-item  {
  height: 124px;
  width: 185px;
  margin-bottom: 5px;
  background: #1F1F1F;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #272727), color-stop(100%, #161616));
  background: -webkit-linear-gradient(left, #272727, #161616);
  background: -moz-linear-gradient(left, #272727, #161616);
  background: -ms-linear-gradient(left, #272727, #161616);
  background: -o-linear-gradient(left, #272727, #161616);
  background: linear-gradient(left, #272727, #161616);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#161616', endColorstr='#272727')";
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType='1', startColorstr='#272727', endColorstr='#161616');
  border-radius: 0px 10px 10px 0px;

}


.slide-home-tab-item a span  {
  -webkit-transition: left 0.6s linear;
  -moz-transition: left 0.6s linear;
  -ms-transition: left 0.6s linear;
  -o-transition: left 0.6s linear;
  transition: left 0.6s linear;
  background: #524F4A;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #524F4A), color-stop(100%, #74716C));
  background: -webkit-linear-gradient(bottom, #524F4A, #74716C);
  background: -moz-linear-gradient(bottom, #524f4a, #74716c);
  background: -ms-linear-gradient(bottom, #524f4a, #74716c);
  background: -o-linear-gradient(bottom, #524f4a, #74716c);
  background: linear-gradient(bottom, #524f4a, #74716c);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#74716c', endColorstr='#524f4a')";
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  -webkit-border-radius: 10px 10px 0px 0px;
  border-radius: 10px 10px 0px 0px;
  color: #FFF;
  position: absolute;
  top: 0;
  left: 155px;
  font-size: 1em;
  top: 0;
  text-align: center;
  display: block;
  height: 32px;
  width: 124px;
  line-height: 32px;
  cursor: pointer;
  -webkit-transform-origin: 15px 15px;
  -moz-transform-origin: 15px 15px;
  -ms-transform-origin: 15px 15px;
  -o-transform-origin: 15px 15px;
  transform-origin: 15px 15px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  overflow: hidden;
}
.slide-home-tab-item a  img {
  -webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  -ms-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;
  /*margin-left: -135px;*/
  border-right: 1px solid rgba(0, 0, 0, 0);
}
.slide-home-tab-item.active a  {
  width: 187px;
  -webkit-box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.7);
  -o-box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.7);
  box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.7);
  border-radius: 0px 10px 10px 0;
}
.slide-home-tab-item.active  a img {
  border-right-color: #F9452D;
  background: #333;
  margin-left: -1px;
}
.slide-home-tab-item.active a span {
  background: #323232;
  left: 157px;
}
.slide-home {
  position: relative;
}
.slide-home-main {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.slide-home-main-item  {
  display: none;
  position: relative;
  visibility:hidden;
  opacity:0;
}
.slide-home-main-item.active {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: block;
  visibility:visible;
  opacity:1;
  
}
.layerslide{
  display: none;
  background: none repeat scroll 0 0 #000;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 9;
}
.slide-home-main-item img {
  width: 100%;
  height: auto;
}
.content-html {
  width: 80%;
  position: absolute;
  bottom: 5%;
  right: 5%;
  z-index: 10;
}

.control.active {
  background-color: rgba(0 0 0, 0.5);
  background-repeat: no-repeat;
  position: absolute;
  background-position: center center;
  top: 0;
  width: 10%;
  font-size: 0;
  color: #fff;
  text-align: center;
  height: 100%;
  text-shadow: 0 1px 2px rgba(0,0,0,.6);
  filter: alpha(opacity=50);
  opacity: .5;
  display: block;
  z-index: 99;
}

a.next.control.active {
  right: 0;
  background-image: url("../images/chevron-right.png");
}

a.back.control.active {
  background-image: url("../images/chevron-left.png");
  left: 0;
}
.content-html h1 {
  font-size: 3em;
}
/*****home ****/
.link-enlace-home {
  position: relative;
}
.link-enlace-home {
	display: block;
}
.link-enlace-home a span {
  position: absolute;
  right: 0;
  bottom: 15px;
  color: #FFF;
  background: url("../images/ico-ver-mas.jpg") no-repeat scroll right center #413F40;
  padding: 3px 35px 0px 10px;
  text-transform: uppercase;
}
.front .page-header{
	display: none;
}
.home_enfermedades img, .view-calendar.view-display-id-block_2 .views-field-field-imagen,
.view-club-de-salud-y-bienestar.view-display-id-block_1  .views-field-field-imagen,
#block-views-noticias-block-1 .views-field-field-imagen{
float: left;
margin-right: 10px;
}
.view-club-de-salud-y-bienestar.view-display-id-block_1 .views-field-title h3,
.view-calendar.view-display-id-block_2  .views-field-title-1 h3,
#block-views-noticias-block-1  .views-field-title-1 h3{
font-size: 0.85em;
font-family: arial;
}
.view-club-de-salud-y-bienestar.view-display-id-block_1 .views-field-title h3 a,
.view-calendar.view-display-id-block_2  .views-field-title-1 h3 a {
color: #9A938D;
height: 46px;
display: block;
}
.carousel-control.left, .carousel-control.right{
  background-image: none;
}
#block-block-18 img #block-block-19 img, #block-block-20 img {
  width: 100%;
  height:auto;
}
.link-ver-mas, .more-link a,
.thenorthface-main-menu .dropdown-menu a.link-ver-mas {
background: #7B695B;
color: #fff;
padding: 5px 6px 3px 6px;
font-size: 0.75em;
display: inline-block;
}
.thenorthface-main-menu .dropdown-menu .link-ver-mas {
  padding: 0;
  font-size: 1em;
}
.thenorthface-main-menu .dropdown-menu .link-ver-mas  a{
  font-size: 1em;
}
.thenorthface-main-menu .dropdown-menu .link-ver-mas  a:hover{
  background: #BABC4E;
  color: #fff;
}
.thenorthface-main-menu .dropdown-menu  .commerce-product-field-field-stock-minimo{
  display: none;
} 
.thenorthface-main-menu .dropdown-menu .field-type-text-with-summary p {
  font-size: 0.95em;
}
p:last-child {
margin-bottom: 10px;
}
.link-ver-mas:hover, .more-link a:hover {
  background: #BCBC46; 
  color: #fff;
  text-decoration: none;
}
/****** categorias*****/
.page-banner p {
  margin: 0;
}
.page-banner img {
  width: 100%;
  height: auto;
}
/**** interna producto ****/
.product-form-add-cart #thenorthface-core-form-add-cart .btn{
  background-position: 92% -74px;
  border-radius: 0;
  display: block;
  font-size: 1.4em;
  margin: 10px auto;
  padding: 13px 50px 13px 30px;
}
.node-type-producto .product-price {
  background: url("../images/bg-h1-product.png") no-repeat scroll center bottom transparent;
  padding-bottom: 40px;
  margin-bottom: 0 !important;
}
#node_producto_full_group_detalle_producto .list-colours{
  background: url("../images/bg-colors-product.gif") no-repeat scroll center bottom transparent;
  padding-bottom: 20px;
}
#node_producto_full_group_detalle_producto .list-colours label {
  float: left;
  margin-right: 5px;
}
#node_producto_full_group_detalle_producto .list-colours .name{
  color: #999;
  float: left;
  font-family: 'champagne__limousinesbold';
  font-size: 1em;
}

#node_producto_full_group_detalle_producto  {
  width: 40%;
  float: left;
}
.node-producto .field-name-field-imagenes {
  float: right;
  width: 55%
}
.color-product {
  width: 50%;
  float: left;
}
.link-color-product  {
  width: 40px;
}

#node_producto_full_group_products_related h3 > span {
  font-size: 1.3em;
  color: #000;
  text-transform: uppercase;
}

/******* historia****/
.page-historia.not-front .main-page .row {
  padding: 0;
} 
.not-front.page-historia  .main-container{
  width: 100%;
  border-radius: 0;
  position: relative;
  box-shadow: 0 0 0 transparent;
}
.page-historia.not-front .main-page {
  padding-bottom: 0;
}
.page-historia  .postscript, .page-historia  .banner_header, .page-historia  .page-header,
.carousel-indicators, .page-historia .footer {
  display: none;
}
.carousel-indicators img{
  width: 100%;
  height: auto;
}
.page-historia .breadcrumb, .modal-title{
  display: none;
}
.modal-header{
  border-bottom: 0;
}
#commerce-cart-summary > p {
  display: block;
  margin: 10px 0;
  text-align: center;
}
.view-historia img {
  height: auto;
  width: 100%;
}
#history-menu-carousel {
  position: absolute;
  top: 0;
  padding: 20px 0 10px;
  width: 100%;
  text-align: center;
  background: url("../images/bg-historia.jpg") repeat 0 0 transparent;
}
#history-menu-carousel .owl-stage-outer  {
  background: url("../images/bg-linea-tiempo.png") no-repeat center 6px transparent;
  display: inline-block;
  padding: 0;
  list-style: none;
  margin: 30px 25px 20px;
  *display: block;
  *zoom:1;
}
.owl-controls {
  display: inline-block;
  *display: block;
  *zoom:1;
}
.owl-nav > div {
  width: 25px;
  height: 25px;
  font-size: 0.1em;
  display: block;
  top: 30%;
  position: absolute;
}
.owl-nav > div.owl-prev {
  background: url("../images/arrow-left.png") no-repeat center center #E33024;
  border-radius: 5px 0 0px 5px;
}
.owl-nav > div.owl-next {
  background: url("../images/arrow-right.png") no-repeat center center #E33024;
  border-radius: 0px 5px 5px 0;
}
.owl-nav > div:hover {
  opacity: 0.7;
}
.owl-stage .owl-item .secondary a{
  display: block;
  color: #ddd;
  text-decoration: none;
  font-size: 1.1em;
}
.owl-carousel .owl-item {
  margin-top: 5px;
}
.owl-stage .owl-item a {
  color: #fff;
  text-decoration: none;
  font-size: 1.35em;
}
.owl-stage .owl-item .secondary .ico {
  background: url("../images/point-historia.png") no-repeat center top transparent;
  display: block;
  width: 17px;
  height: 23px;
  margin: auto;
}
.owl-stage .owl-item .ico {
 background: url("../images/divisor.png") repeat center top transparent; 
 display: block;
 width: 5px;
 height: 15px;
 margin: auto;
}
.page-historia .col-sm-12 {
  padding: 0;

}
.content-historia{

  position: absolute;
  z-index: 20;
  right: 50px;
  top: 30%;
  width: 30%;
  background: #fff;
  padding: 30px;
  background: rgba(255, 255, 255, 0.6);
}
#block-thenorthface-blocks-history {
  padding-top: 84px;
}
.content-historia h3 {
  font-size: 2em;
}

#history-menu-carousel .owl-stage-outer{
  width: 42%;
  margin: auto;
  position: relative;
}

.owl-stage-outer {
  width: 90%;
  margin: auto;
}

.owl-nav > div {
  color: red;
}

div.owl-prev {
  left: 12%;
}

div.owl-next {
  right: 12%;
}
.carousel-control { 
  z-index: 30;
}

/*Adriana */
#node_producto_full_group_info_product  h2 {
  border-top: solid 1px #d7d7d7;
  text-align: center;
  font-size: 189.2%;
  width: 100%;
  text-transform: uppercase;
}

#node_producto_full_group_info_product .field-type-text-with-summary {
  color: #666;
  text-align: center;
  font-size: 1.30em;
  margin: 0 auto;
  width: 84%;
  overflow: hidden;
  padding-bottom: 30px;
}

#node_producto_full_group_info_product .field-name-field-caracteristicas,
#node_producto_full_group_info_product .field-name-field-especificaciones {
 width: 50%;
 float: left;
}
.group-tecnologia .field-name-field-tecnologia h2 {
  display: none;
}
#node_producto_full_group_info_product .field-name-field-caracteristicas li,
#node_producto_full_group_info_product .field-name-field-especificaciones li {
  background: url("../images/bullet-plus.png") 0 6px no-repeat;
  padding: 0 0 0 20px;
  list-style: none;
  font-size: 1.2em;
}

#node_producto_full_group_tecnologia {
  overflow: hidden;
  width: 100%;
  margin-top: 5%;
  float: left;
}

#node_producto_full_group_info_product {
  width: 100%;
  float: left;
  margin-top: 5%;
}

.view .field-name-field-imagen {
  float: left;
  margin: 10px 30px 20px 0px;
}

#node_producto_full_group_info_product h2 > span {
  position: relative;
  top: -17px;
  background: #fff;
  padding: 0 20px;
}

.field-name-field-caracteristicas.field .field-label,.field-name-field-especificaciones.field .field-label{
  float: none;
  padding-bottom: 10px;
  font-size: 150.2%;
  margin-left: 5%;
}


/*****faq****/
.thenorthface-faq {
  padding: 0;
  list-style: none;
}
.thenorthface-faq-title {
  font-size: 1.2em;
}
.accordion-heading a.accordion-toggle.collapsed {
  display: block;
  background: url("../images/tab-cerrado.jpg") no-repeat scroll left center transparent;
  color: #666666;
  font-size: 1.1em;
  padding-left: 40px;
}
.accordion-heading a.accordion-toggle {
  display: block;
  background: url("../images/tab-abierto.jpg") no-repeat scroll left center  transparent;
  color: #F22D2D;
  font-size: 1.1em;
  padding-left: 40px;
}
.accordion-body  {
  width: 95%;
  margin: 15px auto 30px;
  overflow: hidden;
}
.accordion-group {
  margin: 6px;
}
.thenorthface-faq-content {
  margin: 15px 0 40px 0;
}
/**** contacto****/
#container-map  {
width: 65%;
height: 300px;
float: right;
}
.ui-accordion .ui-accordion-header {
  background: #EEEEEE;
  border: 0;
  border-radius: 0;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  border: 0;
  background: #EEEEEE;
  font-weight: 400;
  border-radius: 0;
}
.ui-widget-content {
  border: 0;
  background: #fff;
  color: #222;
}
.ui-widget-content  .node-oficina {
  width: 33%;
  float: left;
}
.content-store  .accordion-heading {
  background: url("../images/ico-ubicacion.png") no-repeat scroll 12px center #EEEEEE;
}
.content-store .accordion-heading a.accordion-toggle.collapsed  {
  background: url("../images/bg-accordeon-contacto.png") no-repeat scroll right -35px transparent;
  padding: 3px 0 1px 35px;
  color: #323232;
  font-size: 1.7em;
  text-transform: uppercase;
  line-height: 1;
}
.content-store  {
float: left;
width: 32%;
}
.ui-widget {
  font-family: inherit;
  font-size: 0.85em;
}
html {
  font-size: inherit;
}
.content-store .accordion-group {
  margin: 3px 0;
}
.content-store  .accordion-heading a.accordion-toggle{
  background: url("../images/bg-accordeon-contacto.png") no-repeat scroll right 0 transparent;
  padding: 3px 0 1px 35px;
  color: #323232;
  font-size: 1.7em;
  text-transform: uppercase;
  line-height: 1;
}

/***** categorias****/
ul.categories-level-0, ul.categories-childrens {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.categories-level-0 {
width: 17%;
display: inline-block;
float: left;
}
.filters-categories{
float: right;
width: 77%;
}
ul.categories-level-0  li {
float: left;
width: 100%;
text-align: center;
display: table;
padding: 0;
margin: 0;
border-right: 1px solid #D4D4D4;
border-left: 1px solid #fff;
background: url("../images/bg-bottom.jpg") repeat-x scroll center top transparent;
margin: 0.5%;
}
ul.categories-level-0 li.last {
  border-right: 0;
}
ul.categories-level-0 li.last a {
  border-right: 0;
}
ul.categories-level-0  li a {
  border-top: 3px solid transparent;
}
ul.categories-level-0 li a:hover,  ul.categories-level-0 li a.active {
  background: url("../images/bg-categorias.png") repeat-x scroll center -111px transparent;
  border-top: 3px solid #BABC4E;
  text-decoration: none;
}
ul.categories-level-0  li a {
  vertical-align: middle;
  display: table-cell;
}
ul.categories-childrens li.title  {
  background: url("../images/bd-list-categoria.png") repeat-x scroll center top transparent;
  font-size: 26px;
  color: #333333;
  text-shadow: 1px 1px 1px white;
  margin: 50px 0px 0;
  padding: 15px 0 20px 0;
}
.header-first-right .main-menus  {
  float: left;
}
ul.categories-childrens li.title  a{
  font-size: 0.55em;
  text-transform: uppercase;
  margin: 23px 0 5px 10px;
  float: left;
}
ul.categories-childrens li.title h3 {
  float: left;
}
ul.categories-childrens li {
  overflow: hidden;
}
ul.categories-childrens {
overflow: hidden;
float: right;
width: 80%;
}
ul.categories-level-0  li img{
  display: block;
  margin: auto;
}
ul.categories-level-0  li span {
  display: block;
  text-align: center;
  color: #5C5C5C;
  padding: 10px;
  line-height: 1;
}
ul.categories-childrens .view-product .views-row{

}
ul.categories-childrens .view-product .views-row img {
  display: block;
  margin: 20px auto;
}

ul.categories-childrens .view-product .views-row:hover {
  background: #f3f3f3;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(white), to(#f3f3f3));
  background: -webkit-linear-gradient(white, #f3f3f3);
  background: -moz-linear-gradient(white, #f3f3f3);
  background: -ms-linear-gradient(white, #f3f3f3);
  background: -o-linear-gradient(white, #f3f3f3);
  background: linear-gradient(white, #f3f3f3);
  -pie-background: linear-gradient(white,#f3f3f3);
  behavior: url(/global/js/PIE.htc);
  z-index: 20;
}
ul.categories-childrens .view-product .views-row li {
  width: 23%;
  max-width: 45px;
  display: inline-block;
  *display: inline;
  *zoom:1;
  margin: 0px;
  border: 1px solid #D3D3D3;
}

ul.categories-childrens .view-product .views-row li a{
  border: 2px solid #fff;
  display: block;
  font-size: 0;
  height: 20px;
}
ul.categories-childrens .view-product .views-row li a div{
  background: #262527;
  display: block;
  width: 100%;
  height: 100%;
}
ul.categories-childrens .view-product .views-row li a.total-color-2 div{
  width: 50%;
  float: left;
}
ul.categories-childrens .view-product .views-row ul  {
  padding: 0;
  text-align: center;
  list-style: none;
}
ul.categories-childrens .view-product .views-row h2{
  display: inline-block;
  color: #333333;
  width: 100%;
  text-align: center;
  margin: 5px 0;
  height: 35px;
}
ul.categories-childrens .view-product .views-row .price {
  text-align: center;
}
.link {
  text-align: center;
}
.view-calendar .link{
overflow: hidden;
text-align: left;
}
#block-block-23 .thumbnail-block img {
  width: 100%;
  height: auto;
}
.thenorthface-sub-menu  {
background: #BABC4E;
width: 100%;
color: #EBEBEB;
position: relative;
}
.thenorthface-sub-menu > li.last {
  float: right;
  margin: 0;
  min-width: 280px;
  padding: 0;
}
.thenorthface-sub-menu > li.last .form-item {
  margin: 0;

}
.thenorthface-sub-menu > li.last .bootstrap_thenorthface-select-wrapper  {
  background: url("../images/filter-bar-arrows.png") no-repeat scroll 103% 11px transparent;
  border: 1px solid #8a8a8a;
  float: right;
  margin: 6px 10px;
  max-width: 161px;
  min-width: 100px;
  padding: 3px 25px 3px 10px;
  width: 136px;
}
#thenorthface-core-category-sort select.form-control {
  color: #ebebeb;
  height: auto;
  max-width: 144%;
  padding: 0px 0 0;
  width: 145%;
}

#thenorthface-core-category-sort label {
  padding-top: 12px;
  color: #EDF8F8;
}

.thenorthface-sub-menu > li > a {
  background: url("../images/filter-bar-arrows.png") no-repeat scroll 99% 10px transparent;
  color: #fff;
  font-size: 1em;
  text-transform: uppercase;
  text-decoration: none;
  border-right: 1px solid #575958;
  display: block;
  text-align: center;
}
.thenorthface-sub-menu li  {
  position: static;
  padding: 9px 0;
  margin: 0;
  color: #4E4E4E;
}
.thenorthface-sub-menu.navbar-nav>li>a {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 30px;
}
.thenorthface-sub-menu.navbar-nav>li>.dropdown-menu {
  width: 100%;
  margin: 0;
  border: 0;
  border-radius: 0;
  padding: 10px;
  overflow: hidden;
}
.thenorthface-sub-menu.nav .open>a, 
.thenorthface-sub-menu.nav .open>a:hover, 
.thenorthface-sub-menu.nav .open>a:focus  {
  background: url("../images/filter-bar-arrows.png") no-repeat scroll 99% -57px transparent;
  border-color: transparent;
  color: inherit;
}
.thenorthface-sub-menu li li, .filters-selected li  {
  float: left;
  background: #EDEDED;
  margin: 3px;
  padding: 0px;
}
.filters-selected {
  background: none repeat scroll 0 0 #fff;
  box-shadow: 1px 1px 3px #ddd;
  overflow: hidden;
  padding: 10px 20px;
  list-style: none;
}
.dropdown-menu>li>a, .filters-selected li a {
  padding: 5px 10px;
  text-decoration: none;
  font-size: 0.9em;
  display: block;
}

/**** producto****/
ul.image-color  {
  padding: 0;
  list-style: none;
  margin: 0;
}
ul.image-color  {
  float: left;
  margin: 0 5px;
}
}
ul.image-color  li img {
  border-bottom: 2px solid transparent;
}
ul.image-color  li:hover img {
  border-bottom: 2px solid #F42C2D;
}
#node_producto_full_group_images_product {
  float: right;
  width: 55%;
}
.node-type-producto  h1.page-header {
  width: 40%;
  margin: 0;
}
.product-price {
  color: #222222;
  font-family: 'champagne__limousinesbold';
  font-size: 1.7em;
}
#node_producto_full_group_detalle_producto > div.link-size{
  float: right;
  font-size: 0.75em;
  margin: 15px;
}
.product-image-main{
  height: auto !important;
  max-width: 515px;
  width: 100% !important;
}
.product-image-main img {
  width: 100%;
  height: auto;
}

#node_producto_full_group_detalle_producto > div {
  margin: 0 0 15px;
  overflow: hidden;
}
#node_producto_full_group_detalle_producto {
  width: 40%;
  float: left;
}
#node_producto_full_group_info_product {
  width: 100%;
  float: left;
}
#node_producto_full_group_detalle_producto ul,
#node_producto_full_group_images_product ul {
  float: left;
  list-style: none outside none;
  margin: 5px 0;
  padding: 0;
  width: 100%;
}
#node_producto_full_group_detalle_producto ul li,
#node_producto_full_group_images_product ul li {
  display: inline-block;
  *display: inline;
  *zoom:1;
  margin: 1px;
}
#node_producto_full_group_detalle_producto .list-colours li a,
#node_producto_full_group_images_product li a  {
  display: block;
  border-bottom: 2px solid transparent;
  padding-bottom: 3px;
}
#node_producto_full_group_detalle_producto .list-colours li a:hover,
#node_producto_full_group_images_product li a:hover,
#node_producto_full_group_detalle_producto .list-colours li a.active-item,
#node_producto_full_group_images_product li a.active-item {
  border-bottom: 2px solid #F22C2E;
}
#node_producto_full_group_detalle_producto .list-sizes li a  {
  display: block;
  padding: 4px 8px 3px;
  background: #F8F8F8;
  border: 1px solid #CCCCCC;
  color: #666666;
  text-decoration: none;
}
#node_producto_full_group_detalle_producto .list-sizes li a:hover,
#node_producto_full_group_detalle_producto .list-sizes li a.active-item {
  border: 1px solid #F22C2E;
}

/***** form user ***/
.form-register-right {
  border-left: 2px solid #ececec;
  float: left;
  margin-left: 5%;
  padding-left: 5%;
  width: 50%;
  margin-top: 3%;
}
.form-login-left {
  float: left;
  width: 45%;
  margin-top: 3%;
}
.page-user.not-front .main-page .row {
  padding: 35px 6%;
}
.password-strength, div.password-confirm {
  font-size: 0.9em;
  line-height: 1;
  margin: 7% 0 0;
  width: 39%;
  color: #999;
}
.confirm-parent, .password-parent {
  width: auto;
}
div.form-item div.password-suggestions {
  color: #999;
  font-size: 0.85em;
  width: auto;
}
.description li {
  font-size: 0.85em;
  margin: 0;
}
.field-type-datestamp  .panel {
  border: 0 none;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.05);
  margin-bottom: inherit;
}
.field-type-datestamp  .panel-default > .panel-heading {
  background-color: transparent;
  border: 0 none;
  color: #535353;
  padding: 0;
}
.container-inline-date .date-padding {
  float: none;
  padding: 0;
}
.container-inline-date .form-item, .container-inline-date .form-item input {
  margin: 0;
  width: 100%;
}
.date-no-float {
  width: 100%;
}
fieldset .panel-body {
  padding: 0;
}
.view .date-nav-wrapper .date-prev a {
margin-left: 0;
}
.view .date-nav-wrapper .date-prev, .view .date-nav-wrapper .date-next {
background: transparent;
padding: 0;
}
.view .date-nav-wrapper .date-next a {
margin-right: 0;
}
.view .date-nav-wrapper .date-heading h3 {
font-size: 1.1em;
}
.date-nav  .pager {
margin: 0;
}
.view .date-nav-wrapper .date-nav {
min-height: 0;
margin-bottom: 10px;
padding: 0;
}
.calendar-calendar th.days {
background-color: #7B695B;
color: #E2D8CE;
font-weight: normal;
border: 1px solid #E2D8CE;
font-family: 'champagne__limousinesbold';
}
.calendar-calendar tr td.today, .calendar-calendar tr.odd td.today, .calendar-calendar tr.even td.today {
background-color: #F0EFEB;
color: #7B695B;
}
.calendar-calendar .week-view .full div.single-day div.weekview, .calendar-calendar .day-view .full div.single-day div.dayview,
.calendar-calendar .month-view .full td.single-day div.monthview, .calendar-calendar .week-view .full td.single-day div.weekview, 
.calendar-calendar .day-view .full td.single-day div.dayview {
background: url("../images/bg_footer.jpg") repeat scroll center top transparent;
}
.calendar-calendar .month-view .full td.single-day .inner div, .calendar-calendar .month-view .full td.single-day .inner div a, 
.calendar-calendar .month-view .full td.multi-day .inner div, .calendar-calendar .month-view .full td.multi-day .inner div a, 
.calendar-calendar .month-view .full td .inner div.calendar.monthview div, .calendar-calendar .month-view .full td .inner div.calendar.monthview div a,
 .calendar-calendar .week-view .full td.single-day .inner div, .calendar-calendar .week-view .full td.single-day .inner div a,
 .calendar-calendar .week-view .full td.multi-day .inner div, .calendar-calendar .week-view .full td.multi-day .inner div a, 
 .calendar-calendar .week-view .full td .inner div.calendar.weekview div, .calendar-calendar .week-view .full td .inner div.calendar.weekview div a, 
 .calendar-calendar .day-view .full td .inner div.view-item, .calendar-calendar .day-view .full td .inner div.calendar div,
 .calendar-calendar .day-view .full td .inner div.calendar div a {
    line-height: 1;
 }
.calendar-calendar td .inner div.day a {
color: #7B695B;
}
.calendar-calendar td .inner div.day a:hover,
.calendar-calendar td .inner div.calendar div:hover, 
.calendar-calendar td .inner div.calendar div a:hover {
color: #817D00;
text-decoration: none;
}
.calendar-calendar .week-view .full div.single-day div.weekview, .calendar-calendar .day-view .full div.single-day div.dayview {
border: 0;
}
.calendar-calendar td .inner div.calendar div, .calendar-calendar td .inner div.calendar div a {
border: none;
background: none;
padding: 0;
font-size: 1.2em;
color: #7B695B;
}
.calendar-calendar .month-view .full td.single-day .calendar-empty, 
.calendar-calendar .month-view .full td.single-day.empty, 
.calendar-calendar .month-view .full td.date-box.empty {
background: #F4F4F4;
color: #CCCCCC;
}
.calendar-calendar td.has-events {
background: #E9E8E4;
}
table .mini-day-on a {
text-decoration: underline;
color: #7B695B;
}
.calendar-calendar td {
color: #777;
text-align: center;
font-family: 'champagne__limousinesbold';
font-size: 0.9em;
}
 .node-event-calendar .group-lugar-fecha,
  .field-name-field-ingredientes  {
background: url("../images/bg_footer.jpg") repeat scroll center top transparent;
padding: 20px 40px;
border-radius: 15px;
margin-bottom: 30px;
color: #7B695B;
font-family: 'champagne__limousinesbold';
font-size: 1.2em;
overflow: hidden;

}
.node .field-name-field-ingredientes .field-items {
background: url("../images/icon_home-1.png") no-repeat scroll 100% center transparent;
width: 100%;
float: left;
min-height: 135 px;
}
.field-name-field-preparaci-n {
background: url("../images/icon_home-2.png") no-repeat scroll left top transparent;
padding-left: 140px;
font-size: 1.3em;
min-height: 130px;
}
.node .field-name-field-ingredientes  .field-label,
.field-name-field-preparaci-n.field  .field-label {
color: #363636;
text-transform: uppercase;
font-size: 1.2em;
float: none;
}
.node .field-name-field-ingredientes ul {
color: #7B695B;
font-size: 16px;
padding-left: 0;
margin: 15px 0 0;
}
 .node-event-calendar .panel-default > .panel-heading{
font-size: 1.4em;
color: #363636;
background: none;
border: 0;
padding: 0;
}
 .node-event-calendar .field-name-body  {
  font-size: 0.85em;
}
 .node-event-calendar .group-lugar-fecha .fieldset-legend,
 .views-field-event-calendar-date  {
background: url("../images/ico_eventos.png") no-repeat scroll left top;
padding-left: 30px;
margin-bottom: 10px;
}

/***** carrito ***/
.btn.delete-line-item, .btn.delete-line-item:hover {
  background: none;
  font-size: 1em;
  padding: 0;
  color: #EC2B2C;
  text-transform: capitalize;
}
.views-field-edit-quantity input[type="text"] {
  max-width: 60px;
  text-align: center;
  margin: auto;
}
.commerce-price-formatted-components {
  width: auto;
  margin-left: auto;
  color: #0A0A0A;
  font-size: 1.5em;
}
.table.commerce-price-formatted-components >tbody>tr>td{
  padding: 0;
}
.component-type-commerce-price-formatted-amount {
  font-weight: bold;
  background: none;
  color: #EB2D2E;
  font-size: 2em;
}
#commerce_customer_profile_billing_form_group_datos_contacto h3,
.group_dat_comprador .fieldset-legend{
  background: url("../images/contacto-ico.png") no-repeat scroll 0 center transparent;
  padding: 7px 0 3px 35px;
}
.button-operator, .checkout-back.btn{
  display: none;
} 
#commerce_customer_profile_billing_form_group_datos_contacto > p,
#commerce_customer_profile_billing_form_group_datos_envio > p {
  margin: 15px;
} 
#commerce_customer_profile_billing_form_group_datos_envio {
  float: left;
  overflow: hidden;
  margin-top: 25px;
}
#commerce_customer_profile_billing_form_group_datos_envio h3,
.group_dat_envio .fieldset-legend  {
  background: url("../images/envio-ico.png") no-repeat scroll 0 center transparent;
  padding: 7px 0 3px 50px;
}
.checkout-review .fieldset-legend, 
.customer_profile_billing h3  {
  color: #0A0A0A;
  font-size: 1.5em;
  text-transform: uppercase;
  margin: 10px 15px;

}
.checkout-buttons.form-wrapper{
  text-align: center;
  margin: 6% 0 3% 0;
}
.line-item-total {
  font-size: 2em;
  color: #F42C2D;
}


#block-thenorthface-blocks-menu-step-cart {
  margin: 3% 0 5% 0;
}
#block-thenorthface-blocks-menu-step-cart  li {
  background: -webkit-gradient(linear, left top, right top, from(#F2F2F2), to(#E6E6E6));
  background: -webkit-linear-gradient(top, #F2F2F2, #E6E6E6);
  background: -moz-linear-gradient(top, #F2F2F2, #E6E6E6);
  background: -o-linear-gradient(top, #F2F2F2, #E6E6E6);
  background: -ms-linear-gradient(top, #F2F2F2, #E6E6E6);
  background: linear-gradient(top, #F2F2F2, #E6E6E6);
  background-color: #F2F2F2;
  float: left;
  width: 31%;
  margin: 1%;
  list-style: none;
  position: relative;
  padding: 5px 10px 10px 65px;
  border-bottom: 5px solid #E0DFE0;
  height: 130px;
}
.step-number {
  background: #C0C0C0;
  position: absolute;
  padding: 10px 15px;
  color: #737373;
  font-size: 2.5em;
  left: 10px;
  top: -30px;
}
.page-header {
  border-bottom: 0;
}
.step-title {
  color: #BCBCBC;
}
#block-thenorthface-blocks-menu-step-cart  li.active {
  background: #D7D7D7;
  border-bottom: 5px solid #F42C2D;
}
#block-thenorthface-blocks-menu-step-cart  li.active  .step-number{
  background: #F42C2D;
  color: #FFF;
}
#block-thenorthface-blocks-menu-step-cart  li.active  .step-title{
  color: #555555;
}
.header_first .block .thumbnail-block li a.link-close-car-summary{
  padding: 3px 7px;
  float: right;
  background: #EF3125;
  color: #fff;
  text-decoration: none;
  margin: 20px 10px 0px;
  padding: 3px 7px;
  float: right;
  background: #EF3125;
  color: #fff;
  text-decoration: none;
}
#commerce-cart-summary h2  {
  display: none;
}

#commerce-cart-summary .views-row  {
  overflow: hidden;
  border-bottom: 1px solid #C9C9C9;
  margin: 20px;
  padding-bottom: 15px;
}
#commerce-cart-summary .views-row.views-row-last  {
  border: 0;
  padding: 0;
}
#commerce-cart-summary .views-row .views-field-field-imagen {
  float: left;
  margin-right: 10px;
}
#commerce-checkout-form-checkout .panel-heading, .form-item-customer-profile-billing-field-fecha-nacimiento-und-0-value-date label {
  display: none;
}
#commerce-checkout-form-checkout .field-name-field-fecha-nacimiento .panel-heading{
  display: block;
}
.form-item-date-date > label {
  display: none;
}
/***** popup cart ****/
#commerce-cart-summary {

  display: none;
}
#commerce-cart-summary.popup-my-cart-active{
  position: absolute;
  background: #fff;
  z-index: 1;
  left: -80%;
  box-shadow: 2px 5px 9px #2A2A2A;
  width: 280px;
  top: 75%;
}

.header_first .block .thumbnail-block li .popup-my-cart .views-field-title a {
  border: 0 none;
  color: #080808;
  font-size: 1.1em;
  margin-bottom: 2px;
  padding: 0;
}
.popup-my-cart .view-footer {
  font-size: 1.2em;
  color: #EF3125;
}
.popup-my-cart  .colors {
  float: left;
  width: 25px;
  height: 15px;
  overflow: hidden;
}
.popup-my-cart  .component-type-commerce-price-formatted-amount {
  font-size: 1.2em;
  display: block;
  position: relative;
  background: none;
}
.popup-my-cart table.table-striped>tbody>tr>td.component-title{
  background-color: transparent;
  border: 0;
  position: absolute;
  display: block;
  font-size: 0.6em;
  top: -13px;
  right: 0;
  color: #D2D2D2;
  min-width: 100px;
  text-align: right;
  padding: 0;
}
#commerce-cart-summary .header {
  background: url("../images/arrow-carrito.jpg") no-repeat scroll center 0 transparent;
  overflow: hidden;
}
#commerce-cart-summary > .view-clone-of-shopping-cart-summary  {
  margin-top: -30px;
}
.popup-my-cart  .commerce-price-formatted-components.table-striped>tbody>tr>td.component-total {
  text-align: right;
  border: 0;
  color: #fff;
  display: block;
  background: transparent;
  padding: 0;
}
.html .header_first .block .thumbnail-block li .popup-my-cart > ul > li > a{
  padding: 9px 30px 6px 10px;
  margin: 6px 0;
}

.popup-my-cart .commerce-price-formatted-components {
  background: none repeat scroll 0 0 #424242;
  display: block;
  float: right;
  height: 60px;
  margin: 0;
  overflow: hidden;
  padding: 25px 10px 10px;
  font-size: 1em;
}

.region_search .block .popup-my-cart > ul {
  background: none repeat scroll 0 0 #424242;
  height: 60px;
  overflow: hidden;
  padding: 10px 0 10px 10px;

}
.popup-my-cart  .total-colors-2 .color {
  width: 50%;
  float: left;
}
.popup-my-cart  .views-field-field-color-compuesto {
  overflow: hidden;
  line-height: 1;
}
.popup-my-cart  .component-type-base-price,
.popup-my-cart  .component-type-taxiva,
.popup-my-cart  .component-title,
.popup-my-cart  .component-type-price-shipping  {
  display: none;
}

.header_first .block .thumbnail-block li .popup-my-cart .views-field-title a:hover{
  border-top: 0;
  background-color: transparent;
}
.popup-my-cart .views-label {
  float: left;
  color: #080707;
  margin-right: 5px;
  
}

/*Carrito step 1*/

td.views-field.views-field-nothing img {
  float: left;
  margin-right: 10px;
}

.right .title >a {
  color: #080808;
  padding: 0;
  font-size: 1.0em;
  margin-bottom: 5px;
  font-weight: bold;
}

.view-commerce-cart-block td.price, 
.view-commerce-cart-form td.price, 
.view-commerce-cart-summary td.price,
td.views-field.views-field-commerce-unit-price.price  {
  white-space: nowrap;

  font-size: 1.1em;
}

.table-striped>tbody>tr:nth-child(odd)>td, .table-striped>tbody>tr:nth-child(odd)>th {
  background-color: #FFF;
}

.commerce-order-handler-area-order-total .commerce-price-formatted-components tr.component-type-commerce-price-formatted-amount {
  font-weight: normal;
  font-size: 1.3em;
}
td.component-title {
  text-align: right;
}



td.views-field.views-field-nothing {
  text-align: left;
}

.right span {
  font-size: 0.85em;
  padding: 0;
  margin-right: 5px;
}
.right span.label {
  color: #0B0B0B;
  font-weight: normal;
}


/*** tabs***/
.nav-tabs>li>a {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.2em;
  background: #D7D7D7;
  color: #5D5D5D;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus{
  color: #fff;
  background-color: #C0BE66;
  border: 1px solid #C0BE66;
}
.nav.nav-tabs>li>a:hover, .nav.nav-tabs>li>a:focus {
  background-color: #817D00;
  color: #fff;
  border-color: #817D00;
}

.nav-tabs {
  border-bottom: 3px solid #C0BE66;
  margin: 5% 0;
}
.nav-tabs>li {
  margin-bottom: 0px;
}
/**** fomrs***/
#thenorthface-core-user-form-page-data,
#edit-customer-profile-billing  {
  width: 80%;
  margin: 20px auto;
}
#thenorthface-core-user-form-page-data > div > .form-item,
#thenorthface-core-user-form-page-data .container-inline-date,
#edit-customer-profile-billing .form-wrapper.form-group {
  float: left;
  margin: 2%;
  width: 46%;
  height: 65px;
}
#edit-customer-profile-billing .form-item {
  margin: 0;
}
.panel {
  background-color: transparent;
  border: 0 none;
  border-radius: 0;
  box-shadow: 0 0 0 transparent;
  margin-bottom: 0;
}
#thenorthface-core-user-form-page-data .form-item.form-type-item, 
#thenorthface-core-user-form-page-data > div > fieldset {
  float: left;
  margin: 2%;
  width: 100%;
  height: auto;
}
.form-item .form-item {
margin: 0;
}
.field-name-field-fecha-nacimiento .panel-title {
  font-size: 0.7em;
}
.captcha  .panel-heading {
  display: none;
}
#recaptcha_custom_theme_widget  {
  overflow: hidden;
  padding: 10px;
}

.recaptcha_get_another_captcha, 
.recaptcha_only_if_image, 
.recaptcha_help {
  float: left;
  margin-right: 10px;
}

#recaptcha_image {
  float: left;
  height: auto !important;
  width: 100% !important;
  margin-bottom: 10px;
}
#recaptcha_image  img {
  width: 100% !important;
  height: auto;
}
#commerce-checkout-form-checkout .form-type-password-confirm.form-item-customer-profile-billing-pass {
  clear: left;
  overflow: hidden;
  padding: 15px;
}
/*Carrito Step 2*/

.checkout-form-login .left {
  float: left;
  width: 50%;
  border-right: 1px solid #ddd;
  padding: 4%;
}

.checkout-form-login .right {
  text-align: center;
  width: 45%;
  float: left;
  margin-left: 35px;
  padding: 7% 0;
}

div.checkout-form-login {
  width: 80%;
  margin: auto;
}
/*slide*/



/*Blog*/
.page-blog h1, .checkout-login .panel-heading,
#commerce-checkout-form-review .checkout-help {
  display: none;
}
.checkout-review.table .pane-data {
  text-align: left;
}
.checkout-review.table > tbody > tr.pane-data > td {
  padding: 0;
}
.checkout-review .pane-title{
  display: none;
}
.group_dat_comprador {
  width: 50%;
  float: left;
  padding: 5% 2% 0 10%;
}
.group_dat_envio {
  float: left;
  width: 45%;
  padding: 5% 10% 0 2%;
}
.checkout-review .pane-data .form-item{
  margin: 0;
  width: 80%;
  margin: auto;
  background: #fcfcfc;
  padding: 5px 20px 0px;
}

/*Color*/

ul.color-compuesto.dropdown-menu li > a > span {
  float: left;
  padding: 8px;
  margin: 0px 5px 0 0;
  width: 28px;
  border: 2px solid white;
}

/*Formulario de contacto*/
form#