/* -----------------------------------------
   Typography
----------------------------------------- */

@font-face {
    font-family: 'texgyreadventorbold';
    src: url('../fonts/texgyreadventor-bold-webfont.eot');
    src: url('../fonts/texgyreadventor-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/texgyreadventor-bold-webfont.woff') format('woff'),
         url('../fonts/texgyreadventor-bold-webfont.ttf') format('truetype'),
         url('../fonts/texgyreadventor-bold-webfont.svg#texgyreadventorbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'texgyreadventorregular';
    src: url('../fonts/texgyreadventor-regular-webfont.eot');
    src: url('../fonts/texgyreadventor-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/texgyreadventor-regular-webfont.woff') format('woff'),
         url('../fonts/texgyreadventor-regular-webfont.ttf') format('truetype'),
         url('../fonts/texgyreadventor-regular-webfont.svg#texgyreadventorregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* -----------------------------------------
    Globales
----------------------------------------- */

select {
  background-color: #fff;
  color: #000;
}

label {
  cursor: default;
}

/* Quitamos Margenes a Grid Blocks */
[class*="block-grid-"] {margin: 0;}

/* Image Loading */
.image-wrapper {
  background: #FFF url('../img/placeholder.png') center center no-repeat;
  background-size: 90%;
  width: 100%;
}

/* bLazy */
.b-lazy {
  -webkit-transition: opacity 500ms ease-in-out;
  -moz-transition: opacity 500ms ease-in-out;
  -o-transition: opacity 500ms ease-in-out;
  transition: opacity 500ms ease-in-out;
  max-width: 100%;
  opacity: 0;
}
.b-lazy.b-loaded {
   opacity: 1;
}

/* Background Check */
.background--light { color: black !important; }
.background--dark { color: white !important; }
.background--complex { color: gray !important; }

/* Layout */
.row { width: 100%; max-width: 75em; margin: auto;}
.row { width: 100%; max-width: 85.715em; margin: auto;}

.bloque { display: block;}

html, body {
  font-size: 14px;
  font-family: "texgyreadventorregular";
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
}

/* Disable certain interactions on touch devices */
/*body { -webkit-touch-callout: none; -webkit-text-size-adjust: none; -webkit-user-select: none; -webkit-highlight: none; }*/

p {font-size: 12px; text-rendering: optimizeLegibility;}
ul, ol, dl {font-size: 14px; margin-left: 0;}
a {color: #000;}
p a:hover {color: #000;}
a:hover, a:focus {color: #000;}
ul {list-style-type: none;}

nav li {
  -webkit-font-smoothing: antialiased;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'texgyreadventorregular';
  letter-spacing: 1px;
}

/* -----------------------------------------
   Shared Styles
----------------------------------------- */

/* Buttons */
.button {border-style: none;background-color: #000000;}
.button:hover, .button:focus {background-color: #333333;}
.button.small:hover {background: #ffffff;}
.button[disabled] {background-color: #B6B6B6;border-color: #B6B6B6;}

.button, input.button, a.button {
  font-family: inherit;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-top: 11px;
  padding-bottom: 5px;
}

input.button.small, .button.small {
  background: #FFF;
  color: #313131;
  border: 2px solid #1C1C1C !important;
  min-width: 186px;
  height: 32px;
  border: 0;
  padding: 0 15px;
  font-size: 10px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
  -webkit-transition: all .15s ease-in-out;
  -moz-transition: all .15s ease-in-out;
  -ms-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}

.button.small:hover {background: #1C1C1C;color: #FFF;}
.button.small:hover a {color: #FFF;}

input.button.large { box-shadow: none; padding: 8px 30px; background: black; color: white; border: 2px solid black; font-size: 12px;line-height: 1;letter-spacing: 1px;-webkit-font-smoothing: antialiased; font-weight: bold;}
input.button.large:hover { background: white; color: black; border: 1px solid black; }

.button, .button.large {
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-top: 11px;
  padding-bottom: 5px;
  font-weight: normal;
}
.button {
  border-style: none;
  background-color: #000;
}
.button:hover, .button:focus {
  background-color: #333;
}

.boton {
  display: inline-block;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  width: 200px;
  background: #FFF;
  border: 2px solid #1C1C1C;
  min-width: 186px;
  height: 39px;
  padding: 0 5px;
  font-size: 10px;
  line-height: 38px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
  color: #1C1C1C;
  -webkit-transition: all .15s ease-in-out;
  -moz-transition: all .15s ease-in-out;
  -ms-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
  cursor: pointer;
}

.boton:hover {
  background: #1C1C1C;
  color: #fff;
}

.boton:hover i {
  color: #fff;
}

.grabar-anillo {
  margin: 15px 0;
}

.boton-inverso {
  width: 200px;
  background: #1B1B1B;
  border: 2px solid #1C1C1C;
  min-width: 186px;
  height: 39px; /*32px*/
  padding: 0 15px;
  font-size: 10px;
  font-weight: bold;
  line-height: 38px; /*30*/
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
  color: #FFF;
  -webkit-transition: all .15s ease-in-out;
  -moz-transition: all .15s ease-in-out;
  -ms-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
  cursor: pointer;
}

.boton-inverso:hover {
  background: #FFF;
  color: #1C1C1C;
}

a.boton-inverso {
	display: inline-block;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-top: 11px;
  padding-bottom: 5px;
  width: 200px;
  background: #1B1B1B;
  border: 2px solid #1C1C1C;
  min-width: 186px;
  height: 39px;
  padding: 0 15px;
  font-size: 10px;
  line-height: 38px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
  color: #FFF;
  -webkit-transition: all .15s ease-in-out;
  -moz-transition: all .15s ease-in-out;
  -ms-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
  cursor: pointer;
}

.boton-inverso.rojo {
  background-color: #900;
  border-color: #900;
}

.boton-inverso.rojo:hover {
	background-color: #d00;
	color: #fff;
}

.boton-inverso.gris {
	color: #000;
	background-color: #ccc;
}

.boton-inverso.gris:hover {
	background-color: #eee;
}

#product .fa-heart-o {
  font-size: 2em !important;
  vertical-align: middle;
}

embed,
iframe,
object {
  max-width: 100%;
}

.ratio_16-9 {
  padding-bottom: 100%;
  height: 0;
}

.enlace-linea {
  text-decoration: underline;
  color: #4d4d4d;
}

#wrapper {
  position: relative;
}

.pagina-cabecera {
  position: relative;
  color: #909090;
  background-color: #f7f7f7;
  padding: 2.5em 0;
}

.pagina-cabecera h1 {
  /*text-transform: uppercase;*/
  font-weight: 600;
  font-style: normal;
  padding: 0;
  margin: 0;
  text-align: center;
}

/* -----------------------------------------
   Header
----------------------------------------- */
header {
  max-width: 1200px;
  margin: auto;
}

#top-header-container {
  position: fixed;
  -webkit-backface-visibility: hidden;
  top: 0;
  margin: auto;
  width: 100%;
  max-width: 1200px;
  z-index: 98;
  background: rgba(255,255,255,0.75);
  background: rgba(255,255,255,0.95); /* labrax 20160224 */
  height: 80px;
  max-height: 80px;
  /*border-bottom: 1px #ECEBE8 solid;*/
  /*-webkit-box-shadow: 0 0 4px rgba(0,0,0,.2);
  box-shadow: 0 0 4px rgba(0,0,0,.2);*/ /* labrax 20160224 */
}

header:hover #top-header-container {
  background: rgba(255,255,255,1);
}

#logo { position: absolute; display: inline-block; z-index: 99; padding: 0; margin: 0; top: 4px; left: 0;  }
#logo { position: relative; display: inline-block; z-index: 99; padding: 0; margin: 0; top: 4px; left: 0;  }
#logo img { padding: 5px 15px; overflow: visible;}


/* -----------------------------------------
    Header: Navigation
----------------------------------------- */
nav a {
  font-size: 14px;
  color: #000;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 1px;
}

nav a:active, nav a:visited {
  color: #000;
}

nav#top-nav {
  padding: 0;
  white-space: nowrap;
  display: inline-block !important;
  width: 70%;
}

nav#top-nav ul#menu-links {
  margin-left: 80px;
  width: 100%; /*65%*/
  min-width: 600px;
  max-width: 960px; /*700px*/
  overflow: visible;
  text-align: center;
  white-space: nowrap;
}

@media only screen and (min-width: 90.063em) {

  nav#top-nav ul#menu-links {
    margin: auto;
    width: 65%; /*60%*/
    min-width: 600px;
    max-width: 960px; /*700px*/
    overflow: visible;
    text-align: center;
    white-space: nowrap;
  }
}


nav#top-nav ul#menu-links > li {
  display: block;
  float: left;
  position: relative;
  width: 20%;
  width: 16.5%;
  height: 80px;
}

nav#top-nav ul#menu-links > li:hover {
  background: #F4F3F1;
}

nav#top-nav ul#menu-links > li > a,
nav#top-nav ul#menu-links > li > span {
  height: 80px;
  margin: auto;
  text-align: center;
  padding: 0;
  line-height: 80px;
  display: inline-block;
  font-size: 0.8em;
}

@media only screen and (min-width: 90.063em) {

  nav#top-nav ul#menu-links > li > a,
  nav#top-nav ul#menu-links > li > span {
    font-size: 0.9em;
  }


}

/*@media only screen and (min-width: 1440px) {*/
@media only screen and (min-width: 90.063em) {

  nav#top-nav ul#menu-links > li > a,
  nav#top-nav ul#menu-links > li > span {
    font-size: 1.1em;
  }

}

nav#top-nav ul#menu-links ul > li:hover {
  background: #f4f3f1;
}

nav#top-nav ul#menu-links .subnivel_menu {
  margin-left: 20px;
  font-style: italic;
}

.fa-gift {
  font-size: 1.5em !important;
}

.categoria_menu {
  color: #fff;
  font-size: 12px;
  text-transform: none;
  font-weight: normal;
}

#menu-links .submenu .inner ul li ul li.active>a:after, #menu-links .submenu .inner ul li ul li a:hover:after, .my-account-bar ul.functions-icons li.globe .ico, .my-account-bar h3 a .ico, div.checker span.checked, div.radio span, div.radio span.checked {
  background: url('../img/iconos.png') no-repeat;
}

.my-account-bar {
  position: absolute;
  top: 0;
  right: 0;
}

.hidden {
  display: none;
}

.my-account-bar ul.functions-icons {
  float: right;
  margin-bottom: 0;
  /* border-left: 1px #ECEBE8 solid; labrax 20160224 */
}
.my-account-bar ul.functions-icons li {
  float: right;
  display: block;
}
.my-account-bar ul.functions-icons li.globe {
  background: #F4F3F1;
}

.my-account-bar ul.functions-icons li.search {
  background: #DBD9D5;
}

.my-account-bar ul.functions-icons li.favoritos {
  background: #EFEEEC;
}

.my-account-bar ul.functions-icons li.tiendas {
  background: #F4F4F4;
}

.my-account-bar ul.functions-icons li.cerrar-sesion {
  background: #FAF9F8;
}

.my-account-bar ul.functions-icons li.cuenta {
  background: #fff;
  background: #FDFCFB; /* labrax 20160224 */
  width: auto;
}

.my-account-bar ul.functions-icons li>a {
  display: block;
  width: 35px; /*40px*/
  height: 80px;
  position: relative;
}

.my-account-bar ul.functions-icons li.favoritos i, .my-account-bar ul.functions-icons li.cerrar-sesion i,  .my-account-bar ul.functions-icons li.tiendas i {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -10px;
}

.my-account-bar ul.functions-icons li.globe .ico {
  background-position: 0 -1384px;
  width: 20px;
  height: 20px;
  top: -8px;
}

.my-account-bar ul.functions-icons li.search .ico {
  background: url(../img/ico-search.png);
  width: 19px;
  height: 19px;
}

.my-account-bar ul.functions-icons li.cuenta .ico {
  background: url(../img/ico-cuenta.png);
  width: 19px;
  height: 19px;
}

.my-account-bar ul.functions-icons li.bag .ico {
  background: url(../img/ico-bag.png);
  width: 16px;
  height: 19px;
}

.my-account-bar ul.functions-icons li.globe .language-code {
  position: absolute;
  bottom: 6px;
  left: 50%;
  margin-left: -8px;
  color: #252423;
  font-weight: normal;
}

.my-account-bar ul.functions-icons li>a .ico {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.my-account-bar ul.functions-icons li.search a {
  float: left;
}

.my-account-bar h3 {
  float: right;
  line-height: 60px;
  color: #969492;
  font-size: 14px;
  text-transform: uppercase;
  padding-right: 15px;
  position: relative;
  margin: 0;
}

.my-account-bar h3 a {
  height: 80px;
  margin: auto;
  text-align: center;
  display: inline-block;
  line-height: 80px;
  color: #969492;
  font-size: 0.85em;
}

@media only screen and (min-width: 90.063em) {
  .my-account-bar h3 a {
    font-size: 1.1em;
  }
}

.my-account-bar h3 a .ico {
  display: none;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: 0 -1679px;
  width: 19px;
  height: 19px;
}

.my-account-bar ul.functions-icons li.bag #prod_count {
  /*display: none;*/
  position: absolute;
  z-index: 100;
  color: #fff;
  bottom: 3px;
  width: 100%;
  text-align: center;
}


.my-account-bar ul.functions-icons li.bag #small_basket_wrapper {
  float: left;
}

.my-account-bar ul.functions-icons li.bag {
  background: #252423;
  position: relative;
}

.fa-heart-o, .fa-power-off {
  font-size: 1.5em !important;
  color: #000;
}

.favactivo {
  color: red;
}

/* 20160120 */
.my-account-bar ul.functions-icons li.bag #small_basket_wrapper #small-basket {
    display: none;
    position: absolute;
    right: 0;
    top: 80px;
    width: 250px;
    background: #252423;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
}

.my-account-bar ul.functions-icons li.bag #small_basket_wrapper #small-basket ul {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

.my-account-bar ul.functions-icons li.bag #small_basket_wrapper #small-basket li {
    display: block;
    margin-bottom: 10px;
    width: 100%;
}

.my-account-bar ul.functions-icons li.bag #small_basket_wrapper #small-basket li .prod-image {
    height: 50px;
    width: 50px;
    overflow: hidden;
    float: left;
}
.my-account-bar ul.functions-icons li.bag #small_basket_wrapper #small-basket li .prod-info {
    float: left;
    width: 115px;
    margin-left: 10px;
    font-size: 12px;
    text-transform: uppercase;
}

.my-account-bar ul.functions-icons li.bag #small_basket_wrapper #small-basket li .prod-info span {
    display: block;
}

.my-account-bar ul.functions-icons li.bag #small_basket_wrapper #small-basket li .prod-info span.prod-name {
    float: left;
    margin-bottom: 10px;
    clear: both;
    color: #fff;
}

.my-account-bar ul.functions-icons li.bag.active a {
    float: left;
}

.my-account-bar ul.functions-icons li.bag #small_basket_wrapper #small-basket li .prod-info span a {
    float: none;
    color: #fff;
    font-size: .8em;
}

ul.functions-icons li.bag #small_basket_wrapper #small-basket li .prod-info span.prod-qty {
    margin-bottom: 10px;
    clear: both;
    color: #7c7875;
}

.border {
    display: block;
    height: 1px;
    background: #d8d6d5;
    margin: 0 1.5625%;
}

ul.functions-icons li.bag #small_basket_wrapper #small-basket .border {
    margin: 0;
    background: #7c7875;
}

.my-account-bar ul.functions-icons li.bag #small_basket_wrapper #small-basket .btn {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #fff;
    display: block;
    padding: 5px;
    text-align: center;
    color: #fff;
    font-size: .7em;
}

.bag:hover #small-basket {
    display: block !important;
}

/* fin 20160120 */

/* -----------------------------------------
    Header: Mobile
----------------------------------------- */

.mobile-top {
  position: relative;
  height: 70px;
  width: 100%;
  background: white;
  margin-bottom: 0;
}

html.mm-opened,
html.mm-opened body {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative; }

html.mm-opened .mm-page {
  opacity: 0.99;
  height: 100%;
  overflow: hidden;
  position: absolute; }

#wrapper {
  position: relative;
}

.mobile-top a.mobile-logo {
  display: block;
  margin: auto;
}

.mobile-top img {
  display: block;
  text-align: center;
  margin: auto;
  margin-top: 5px;
}

.mobile-top li {
  position: absolute;
  top: 25px;
  list-style-type: none;
  font-size: 21px;
}

.mobile-top li a {
  padding: 25px;
}

.mobile-top li.menu-icon {
  left: 0;
}

.mobile-top li.checkout-link {
  right: 0;
}

.mobile-logo {
  position: absolute;
  top: 8px;
  left: 60px;
}

.mobile-top .cuenta {
  right: 100px;
  top: 20px;
  /* labrax 20151120 */
  right: 150px;
}

.mobile-top .favoritos {
  right: 40px;
  top: 24px;
  font-size: 14px;
  /* labrax 20151120 */
  right: 85px;
}

.mobile-top .search {
  right: 33px;
  top: 20px;
  /* labrax 20151120 */
  right: 73px;
}

.mobile-top .bag {
  right: 5px;
  top: 20px;
  /* labrax 20151120 */
  right: 15px;
}

.bag_movil {
  display: inline-block !important;
  margin-top: 0 !important;
}
.num_prod_movil {
  display: inline-block;
  font-size: 0.7em;
  margin-top: 5px;
  margin-left: 5px;
}


.mobile-top .idioma {
	right: 130px;
	top: 20px;
  /* labrax 20151120 */
  right: 190px;
  top: 22px;
}

.mobile-top .cuenta a, .mobile-top .search a, .mobile-top .bag a, .mobile-top .idioma a {
  padding: 0;
}

/* ----------------------------------------------
    Header: Mobile Navigation
---------------------------------------------- */

  #mobile-nav {
    background: whitesmoke;
  }

  .mobile-nav-container {
    display: none;
  }

  #mobile-nav ul {
    /*margin: 0 0 0 -20px;*/
  }

  #mobile-nav ul li:hover {
    background: white;
  }

  #mobile-nav a.mm-subopen {
    width: 100%;
  }

  #mobile-nav ul.mm-list li a {
    padding: 10px 5px 7px 20px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1.25;
  }

  #mobile-nav ul.mm-list li a.mm-subclose {
    padding-top: 30px;
  }

  #mobile-nav ul.social {
    margin: 0;
    padding-left: 10px;
  }

  #mobile-nav ul.social li:after {
    border-bottom: 0;
  }

  #mobile-nav ul.social li a {
    padding: 10px;
  }


/* ----------------------------------------------
    Header: Sub Nav
---------------------------------------------- */
.categoryDropdown {
    display: none;
    z-index: 500; /*-10;*/
    opacity: 0;
    filter: alpha(opacity=0);
     -webkit-transition: opacity 200ms 200ms ease-in-out;
    -moz-transition: opacity 200ms 200ms ease-in-out;
    -ms-transition: opacity 200ms 200ms ease-in-out;
    -o-transition: opacity 200ms 200ms ease-in-out;
    transition: opacity 200ms 200ms ease-in-out;
}

nav#top-nav ul#menu-links > li.hover:hover > .categoryDropdown {
  display: block;
  opacity: 1;
  filter: alpha(opacity=100);
  top: 80px;
}

.categoryDropdown a.close-dropdown { position: absolute; top: 6%; right: 3%; color: white; cursor: pointer; font-size: 32px; }

.categoryDropdown .categoryContainer ul:nth-child(2) > div {
  margin-left: 45%;
}

.categoryDropdown .categoryContainer ul:nth-child(3) > div {
  margin-left: 40%;
}

.categoryDropdown ul{
  margin: 0;
}

.categoryDropdown h4 {
    text-transform: capitalize;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
}

.categoryDropdown h4 a {
   color: #fff;
}

.categoryDropdown li {
  background: rgba(0, 0, 0, 0.8);
  -webkit-transition: all .250s ease;
  -moz-transition: all .250s ease;
  -ms-transition: all .250s ease;
  -o-transition: all .250s ease;
  transition: all .250s ease;
}

.categoryDropdown li:hover {
  background: rgba(250, 249, 247, 0.8)
}

.categoryDropdown li:hover a {
  color: #000;
}

.categoryDropdown li a {
  display: block;
   font-size: 12px;
    font-weight: normal;
   text-transform: capitalize;
  letter-spacing: 1px;
  padding: 8px;
   color: white;
}

/* -----------------------------------------
   Blog
----------------------------------------- */
hgroup p {font-size: 9px;}
.italic {font-style: italic;letter-spacing: 1px;text-transform:capitalize;}

.th {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.th:hover, .th:focus {
-webkit-box-shadow: none;
box-shadow: none;
}
.blog article {
  margin: 20px 0;
}
.blog h5 {margin-bottom: 0; margin-top: 15px;}

.blog-categories {
  padding: 10px 0 20px;
  border-bottom: 1px solid whitesmoke;
}

.blog-categories ul {
  /*max-width: 495px;*/
  margin: auto;
  text-align: center;
}

.blog-categories ul li {
  padding: 2px 5px !important;
  text-align: center;
}

.blog-categories ul li a, .single-categories a, .single-date p {
  font-size: 11px !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none !important;
}

.blog-categories ul li:after, .single-categories a:after {
  content: "|";
  margin-left: 10px;
  color: #dfdfdf;
}

.blog-categories ul li:last-child:after, .blog-categories ul li:nth-child(6):after, .single-categories a:last-child:after {
  display: none;
}

.single-date, .single-categories { padding: 0; }
.single-date p { margin-top: 5px;}
.single-date p, .single-categories p { margin-bottom: 20px;}

.pagination {text-align: center;}
.pagination li {float: none; display: inline-block; font-size: 18px;color:#000;}
ul.pagination li a {color:#000;font-size: 16px;}
.pagination.current {background: #000;color: #FFF; padding: 8px 8px 4px 9px;}

h3.title {
  text-align: center;
  padding: 20px 0 10px;
  margin-bottom: 20px;
  border-bottom: 2px solid black;
}

/* added to fix the readability of | in titles on single blog page */
h3.title span {
  font-weight: normal;
}
.single-post article p a {text-decoration: underline;}

/* mobile blog category dropdown */
article ol {margin-left:30px;}
.bottom-nav a {
  color: #000;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 1px;
  font-weight: normal;
}

.single-post article {margin-bottom: 60px;}

/* Collaboration Blog Posts */
#collaboration.row {
  width: 100%;
  max-width: 1600px;
  margin: auto;
  padding-top: 3em;
}

#collaboration h1 {
  max-width: 700px;
  margin: 0 auto 1em;
}

#collaboration .collab-press {
  margin: auto;
  max-width: 750px;
  width: 100%;
  font-size: 14px;
  padding: 2em 1em;
}

#collaboration .collab-product {
  padding-top: 2em;
}

#collaboration .collab-product img {
  width: 100%;
  max-width: 1600px;
}

#collaboration .collab-related {
  margin: 3em 2em 2em;
}

#collaboration .collab-related h4 {
  margin-bottom: 2em;
}

/* -----------------------------------------
   Featured Links & Latest Posts
----------------------------------------- */

#welcome {
  display: none;
}

h4.slogan {
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
  color: #111;
  padding: 15px 0;
  margin: auto;
}

#featured-links {
  margin: 0;
  margin-top: 15px;
}

/*
#featured-links li.columns:first-child {
  padding-right: 0.5em;
}

#featured-links li.columns:last-child {
  padding-left: 0.5em;
}
*/
#featured-links img, #latest-posts img {
  width: 100%;
  height: auto;
  display: block;
}

#latest-posts { margin: 0 0.5em 0;}
#latest-posts ul { margin: 1em 0;}
#latest-posts ul li { }
#latest-posts h6 { margin-top: 15px;}
#latest-posts article { margin: 0; position: relative;}
#latest-posts article a { margin-bottom: 0; background: transparent;}
#latest-posts div.post-excerpt { display: none; }

/* ----------------------------------------------
    Features
---------------------------------------------- */
.features {
  position: relative;
  width: 100%;
  height: auto;
  top: 0; right: 0; bottom: 0; left: 0;
  margin: 0;
}

.features ul li {
  width: 100%;
  height: auto;
}

/* -----------------------------------------
   Flexslider.js
----------------------------------------- */

/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}
.flex-control-paging { display: none;}

/* FlexSlider Necessary Styles
*********************************/
.flexslider { padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden; position: relative; } /* Hide the slides before the JS is loaded. Avoids image jumping */
#product-slider.flexslider .slides > li:first-child { display: block; -webkit-backface-visibility: visible;}
.flexslider .slides img {width: 100%; }
.flexslider .fleximg { display: none; }
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
.flexslider { position: relative; zoom: 1; overflow: hidden; }
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.loading {min-height: 300px; background: url('../img/loading.gif') no-repeat center center;}
.flexslider .slides { zoom: 1; margin: 0; }
.carousel li { margin-right: 5px; }
.slide-portada-caption {position: absolute; color: #FFF; font-size: 1.1em;}

@media only screen and (min-width: 64.063em) {
  .slide-portada-caption {font-size: 2.5em;}
}

@media only screen and (min-width: 90.063em) {
  .slide-portada-caption {font-size: 3.5em;}
}



/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a, #contact-gallery #prev, #contact-gallery #next, #collections-gallery #prev, #collections-gallery #next { text-decoration:none; display: block; line-height: 1; font-size: 70px; margin: -35px 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden; opacity: 0; cursor: pointer; color: black; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; }
.flex-direction-nav .flex-prev, #contact-gallery #prev, #collections-gallery #prev { left: 0; }
.flex-direction-nav .flex-next, #contact-gallery #next, #collections-gallery #next { right: 0; text-align: right; }
.flexslider:hover .flex-prev, #contact-gallery:hover #prev, #collections-gallery:hover #prev { opacity: 1; left: 50px; }
.flexslider:hover .flex-next, #contact-gallery:hover #next, #collections-gallery:hover #next { opacity: 1; right: 50px !important; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover, #contact-gallery #prev:hover, #contact-gallery #next:hover { opacity: 0.6; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }
.flex-direction-nav a:before  { font-size: 40px; display: inline-block; }

/* 2018-08-06 */
@media only screen and (max-width: 40.063em) {
	.flex-direction-nav .flex-next, .flex-direction-nav .flex-prev {
		font-size: 100px;
		top: 45%;
		opacity: 0.3!important;
	}
}

/* Control Nav */
.flex-control-nav {width: 100%; position: relative; text-align: center;}
.flex-control-nav li {margin: 0; width: 20%; display: block; zoom: 1; float: left;}
.flex-control-paging li a { text-indent: -9999px; display: block; width: 100%; height: 10px; background: black; border-right: 1px solid #ccc; cursor: pointer; }
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.5); }
.flex-control-paging li a.flex-active { background: #ccc !important; cursor: default; }

#product-slider {
  margin: 15px auto 0;
  max-width: 650px;
  -webkit-transform: translateZ(0);
  overflow:hidden;
}

#product-thumbs {
  text-align: center;
  max-width: 650px;
  margin: auto;
}

#product-thumbs ul {
  display: table;
  margin: 10px auto;
  text-align: center;
  white-space: nowrap;
}

#product-thumbs li {
  width: 10%;
  float: left;
  padding: 1px;
  max-width: 75px;
}

#product-thumbs li:hover {
  cursor: pointer;
}

.image-zoom {
  position : absolute;
  left : 0;
  top : 0;
  bottom : 0;
  right : 0;
  display : none;
  overflow : hidden;
  cursor: zoom-out;
  z-index: 1000;
  background: #fff;
}
.image-zoom img {
    position : absolute;
    top : 0;
    left : 0;
}

.cursor-zoom-in {
  cursor:zoom-in;
}

.cursor-zoom-out {
  cursor:zoom-out;
}

/* -----------------------------------------
   Caroufredsel.js
----------------------------------------- */

#collections-gallery {
  display: block;
  position: relative;
  overflow: hidden;
}

ul#carousel {
    width: 100%;
    height: 400px;
    overflow: hidden;
    white-space: nowrap;
    margin: 0;
}

ul#carousel li {
  display: block;
  float: left;
  margin-right: 15px;
}

#carousel > li > img {
  height: 400px;
  width: auto;
  margin: 0;
  padding: 0;
}

.caroufredsel_wrapper {
  width: 100% !important;
  margin-left: 0 !important;
}



button#load_next {
  margin: auto;
  display: block;
  text-align: center;
  background: white;
  color: black;
  text-transform: uppercase;
  font-size: 11px;

  border: 1px solid black;
  padding: 10px 30px;
  line-height: 1;
  margin-bottom: 20px;
}

button#load_next:hover {
  background: #f1f1f1;text-decoration: none;
}

.infinite-spinner .spinner {
  margin: auto;
}


.section-container.auto section .title, .section-container.auto .section .title {
    text-transform: uppercase;
    padding: 0.5em 1em;
  }

  .section-container.auto section .title a, .section-container.auto .section .title a {
    padding: 0;
  }

.section-container section .title, .section-container .section .title, .section-container.auto section .title, .section-container.auto .section .title {  background: whitesmoke; border: none; }
.section-container.auto>section:last-child .title, .section-container.auto>.section:last-child .title { border-right: 0;}
.contact-section .section-container section .title:hover a, .contact-section .section-container .section .title:hover a, .contact-section .section-container.auto section .title:hover a, .contact-section .section-container.auto .section .title:hover a { border-bottom: 2px solid black; }
.contact-section .section-container.auto>section.active>.title, .contact-section .section-container.auto>.section.active>.title { border: 1px solid black; }
.section-container.auto>section.active>.title a, .section-container.auto>.section.active>.title a { color: black;}
.section-container.auto section .content { border: 0; background: none; }
.section-container.auto section .content h6 { margin: 2em 0 1em;}

/* -----------------------------------------
   Product Page
----------------------------------------- */

.product-info h1 {margin-bottom: 0px; font-size: 1.6875em;}
.product-info h4 {font-weight: normal;}

.product-description {
  font-size: 14px;
  line-height: 1.6;
  padding: 0;
  margin: 0;
}

.product-description ul {
  font-size: 12px;
  margin: 0;
  list-style-type: disc;
  list-style-position: inside;
  font-variant: normal;
  text-transform: capitalize;
  letter-spacing: 0;
  line-height: 1.7;
}

.product-description ul.color {
  margin-left: 0;
}

.product-description.accordion a {
  width: 100%;
  position: relative;
}

.product-description a.title {
  padding: 0.65em 0;
  line-height: 1;
  color: black;
  font-size: 14px !important;
  border-bottom: 1px solid #dfdfdf;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  display: block;
  font-family: inherit;
  background: transparent;
}

.product-description.accordion a.title:after {
  content: "\f107";
  font-family: 'FontAwesome';
  position: absolute;
  top: 10px; right: 5px;
}

.product-description div.content {
  margin: 1em auto;
}

.product-description.accordion .content a.read-more {
  display: block;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid black;
  padding: 0.5em 1em;
  width: 100px;
  margin: auto;
}

.product-description .active a.title:after {
  content: "\f106";
}

.product-description .accordion-navigation > a:hover, .product-description dd > a:hover, .accordion .accordion-navigation.active>a, .accordion dd.active>a, .product-description a.title:hover {
  border-bottom: 1px solid black;
  background: none;
}

.product-description.accordion div.content {
  /*padding: 1em 0;*/
  padding: 0;
}

.product-description p { font-size: 13px; letter-spacing: 0.3px; line-height: 1.3; font-variant: normal;}
.product-description { font-size: 13px; line-height:1.6;}

.product-description .section-container {
  margin-bottom: 1em;
}
.product-description .section-container section .title, .product-description .section-container .section .title {
  background-color: white;
}
.product-description .section-container section, .product-description .section-container .section {
  border-top: none;
}
.product-description .section-container section .title a, .product-description .size-guide {
  padding: 0.5em 0;
  font-weight: normal;
  text-transform: uppercase;
}
.product-description .section-container section .content, .product-description .section-container .section .content {
  padding: 0;
}

#product-price {
  float: right;
  margin: 10px 12px 0 0;
}

.product-price {
  letter-spacing: 1px;
  font-weight: bold;
  font-size: 16px;
}

.product-price-tachado {
  letter-spacing: 1px;
  font-weight: bold;
  font-size: 12px;
  text-decoration: line-through;
  color: #555;
  margin-right: 5px;
}



/* Producto Novedad */
span.new-icon { display: block; position: relative; float: left; margin-right: 15px; padding-top: 3px;}
span.new-icon img { width: 30px; height: auto; }


/* Referencia del producto */
p.sku { font-size: 1.3em; color: #000; margin-bottom: 5px; font-weight: bold; letter-spacing: 0.3px; font-weight: 100; -webkit-font-smoothing: antialiased;}

/* Breadcrumbs */
.breadcrumbs { background: white; border: none; float: left; padding: 0; margin: 20px 0 0; text-align: left; font-weight: normal; }
.breadcrumbs span.separator { padding: 0 0 5px 0; display: block; text-transform: uppercase; letter-spacing: 1px;}
.breadcrumbs>* { color: black; font-size: 12px; line-height: 1; margin-left: 5px;}
.breadcrumbs>*:before { display: none;}
.breadcrumbs a { text-transform: uppercase; font-weight: bold; letter-spacing: 1px; font-size: 12px; margin-top: 1px;}

/* Advertencia de producto */
.product-alert {
  margin: 10px 0 5px 0;
}

.talla, .grabado {
  display: block;
}


/* -----------------------------------------
   Social Media
----------------------------------------- */
ul.share-buttons {
  list-style: none;
  margin: 5px 10px;
  float: right;
}

ul.share-buttons li {
  display: inline;
  font-size: 8px;
  padding: 0 3px;
}

/* Style variants */
#product-details {
	margin-top: 15px;
}
#product-details .color img {max-width: 50px; width: 12.5%; }

.producto-materiales, .producto-tallas, .detail {
  margin-top: 15px;
}

#verentienda-info .sod_select, #verentienda-info .sod_list_wrapper {
  width: 285px;
}

#verentienda-info input {
  margin-top: 10px;
}

@media only screen and (min-width: 40.063em) {

  #verentienda-info .sod_select, #verentienda-info .sod_list_wrapper {
    width: 550px;
  }

}

.carro-redes {
  margin-top: 25px !important;
  margin-bottom: 20px !important;
}

/* -----------------------------------------
    Product Info: Section Containers
----------------------------------------- */
.section-container section .title, .section-container .section .title, .section-container.auto section .title, .section-container.auto .section .title, .section-container section.active .title,.section-container section .title:hover, .section-container .section .title:hover, .section-container.auto section .title:hover, .section-container.auto .section .title:hover {background: #ffffff;}
.section-container, .section-container.auto {border: 1px solid #000; border-top:none;}
.section-container .title a:hover {text-decoration:none;}
.section-container.horizontal-nav .title a:hover {text-decoration: none;}
.section-container.horizontal-nav {background: #FFF; border: none;}
.section-container section, .section-container {border:none;}
.sub-nav-links h6 {display: inline-block; padding: 0 20px; margin-bottom: 0;}

/* ------------------------------------
   Product Features
-------------------------------------- */

.product-features {
    display: block;
    margin: 1em auto 0;
    text-align: center;
    padding: 2em 0 0;
}

.product-features ul.product-icons { width: 100%; margin: 0 0 15px 0;}
.product-features ul.product-icons > li { padding: 2em 0;}
.product-features ul.product-icons > li img { width: 100px; height: auto; padding: 12px;}
.product-features ul.product-icons > li h4 { font-size: 14px; }

/* Specifics */
.product-features ul.product-icons > li.gallery {
  padding: 0;
  margin-bottom: 7px;
}

/* ---------------------------------------
   Productos: Tambien te ppuede interesar
--------------------------------------- */

.related { padding: 30px 0; }

.interesar-title {
  /*font-family: 'TradeGothic' !important;*/
  font-weight: bold;
  font-size: 12px !important;
  text-transform: uppercase;
  margin: 15px 0 !important;
  letter-spacing: 1px;
}


/* ----------------------------------------------
    Tarjeta de regalo
---------------------------------------------- */

.tarjeta-regalo {
  border: 1px solid #c1c1c1;
  border-radius: 3%;
  -webkit-box-shadow: 2px 2px 4px 0px rgba(50, 50, 50, 0.25);
  -moz-box-shadow: 2px 2px 4px 0px rgba(50, 50, 50, 0.25);
  box-shadow: 2px 2px 4px 0px rgba(50, 50, 50, 0.25);
}

/* ----------------------------------------------
    Listas en texto web
---------------------------------------------- */

.lista {
  font-size: 12px;
  list-style-type: square;
  margin-left: 20px;
}

/* ----------------------------------------------
    Localizador de tiendas
---------------------------------------------- */

@media only screen and (min-width: 40.063em) {
  .contenedor-tiendas {
    margin: 40px auto;
  }
}

#store-locator-container {
  padding: 0;
}
#store-locator-container #map-container {
    /*clear: left;
    float: left;
    height: 530px;*/
    width: 100%;
    float: left;
}

#store-locator-container #map-container a {
    color: #bdbdbd;
    text-decoration: none;
}

#store-locator-container #map-container a:hover,
#store-locator-container #map-container a:active {
    text-decoration: underline;
}


@media only screen and (min-width: 40.063em) {
  #store-locator-container #loc-list {
    float: left;
    height: 530px;
    overflow: auto;
  }
}

#store-locator-container #loc-list ul {
    display: block;
    clear: left;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

#store-locator-container #loc-list ul li {
    cursor: pointer;
    margin: 4px;
    padding: 0;
    width: 95%;
    border: 1px solid #fff; /* Adding this to prevent moving li elements when adding the list-focus class*/
}

#store-locator-container #loc-list .list-label {
    float: left;
    margin: 10px 0 0 6px;
    padding: 2px 3px;
    width: 20px;
    font-size: 0.9em;
    text-align: center;
    background: #000;
    color: #fff;
    font-weight: bold;
}

#store-locator-container #loc-list .list-details {
    float: left;
    margin-left: 6px;
    width: 165px;
}

#store-locator-container #loc-list .list-details .list-content {
    padding: 10px;
    font-size: 0.8em;
}

#store-locator-container #loc-list .list-details .loc-dist {
    font-weight: bold;
    font-style: italic;
    color: #8e8e8e;
}

#store-locator-container #loc-list .list-focus {
    border: 1px solid rgba(82, 168, 236, 0.9);
    -moz-box-shadow: 0 0 8px rgba(82, 168, 236, 0.7);
    -webkit-box-shadow: 0 0 8px rgba(82, 168, 236, 0.7);
    box-shadow: 0 0 8px rgba(82, 168, 236, 0.7);
    transition: border 0.2s linear 0s,box-shadow 0.2s linear 0s;
}

#store-locator-container .loc-name {
    color: #000;
    font-weight: bold;
}

#store-locator-container #loading-map {
    float: left;
    margin: 4px 0 0 10px;
    width: 16px;
    height: 16px;
    background: url(../images/ajax-loader.gif) no-repeat;
}

#store-locator-container #map {
    float: right;
    height: 530px;
}

/* Infowindow Roboto font override */
.gm-style div,
.gm-style span,
.gm-style label,
.gm-style a {
    font-family: Arial,Helvetica,sans-serif;
}


/* The following is for the geocode page and not the store locator */

#geocode-result {
    clear: left;
    float: left;
    margin-top: 30px;
    width: 100%;
}

#user-location .boton-inverso {
  margin-top: 18px;
}

/* ----------------------------------------------
   Lookbook
---------------------------------------------- */

.lookbook i {
  color: #fff;
}

.lookbook .row {
	max-width: 1200px;
}
.lookbook .columns {
  padding: 10px 0 0 0;
}
@media only screen and (min-width: 40.063em) {
  .lookbook .columns {
    padding: 10px 5px 0 0;
  }
  .lookbook .columns:last-child {
    padding: 10px 0 0 5px;
  }
}
.lookbook-enlace {
  display: block;
}
.tooltip-lookbook {
  position: absolute;
  /*z-index: 999;*/
}

/* Trigger text */

.tooltip-item {
  cursor: pointer;
  display: inline-block;
}

.tooltip-item {
  width: 30px;
  height: 30px;
  left: 50%;
  top: 50%;
  position: absolute;
}
.tooltip-item i {
  -webkit-animation: tooltip 1s infinite alternate;
  animation: tooltip 1s infinite alternate;
}
@-webkit-keyframes tooltip {
  from { -webkit-transform: scale3d(0.5,0.5,1); }
  to { -webkit-transform: scale3d(1,1,1); }
}

@keyframes tooltip {
  from { -webkit-transform: scale3d(0.5,0.5,1); transform: scale3d(0.5,0.5,1); }
  to { -webkit-transform: scale3d(1,1,1); transform: scale3d(1,1,1); }
}


/* Gap filler */

.tooltip-item::after {
  content: '';
  position: absolute;
  width: 360px;
  width: 255px; /* labrax 20161123 */
  height: 20px;
  bottom: 100%;
  left: 50%;
  pointer-events: none;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.tooltip-lookbook:hover .tooltip-item::after {
  pointer-events: auto;
}

/* Tooltip */

.tooltip-content {
  position: absolute;
  z-index: 9999;
  width: 360px;
  width: 255px; /* labrax 20161123 */
  left: 50%;
  margin: 0 0 20px -169px;
  margin: 0 0 20px -126px; /* labrax 20161123 */
  bottom: 100%;
  text-align: left;
  font-size: 0.765em;
  line-height: 1.4;
  box-shadow: -5px -5px 15px rgba(48,54,61,0.2);
  background: #fff;
  opacity: 0;
  cursor: default;
  pointer-events: none;
}

.tooltip-effect-1 .tooltip-content {
  -webkit-transform: translate3d(0,-10px,0);
  transform: translate3d(0,-10px,0);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
}

.tooltip-lookbook:hover .tooltip-content {
  pointer-events: auto;
  opacity: 1;
  -webkit-transform: translate3d(0,0,0) rotate3d(0,0,0,0);
  transform: translate3d(0,0,0) rotate3d(0,0,0,0);
}

.tooltip-lookbook.tooltip-effect-2:hover .tooltip-content {
  -webkit-transform: perspective(1000px) rotate3d(1,0,0,0deg);
  transform: perspective(1000px) rotate3d(1,0,0,0deg);
}

/* Arrow */

.tooltip-content::after {
  content: '';
  top: 100%;
  left: 50%;
  border: solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-top-color: #fff;
  border-width: 10px;
  margin-left: -10px;
  margin-left: 0; /* labrax 20161123 */
}

/* Tooltip content*/

.tooltip-content img {
  position: relative;
  height: 170px;
  height: 120px; /* labrax 20161123 */
  display: block;
  float: left;
  padding: 0 8px 0 8px;
  margin-bottom: 40px;
}

.tooltip-content a {
  width: 100%;
}

.tooltip-text {
  font-size: 0.68em;
  line-height: 1.35;
  display: block;
  padding: 1.3em;
  padding: 1em; /* labrax 20161123 */
  color: #000;
}

.tooltip-text a {
  font-weight: bold;
}
.tooltip-text p {
  font-size: 10px; /* labrax 20161123 */
  line-height: 1.3em; /* labrax 20161123 */
  margin-bottom: 10px; /* labrax 20161123 */
}
.tooltip-text strong {
  font-size: 11px; /* labrax 20161123 */
}

/* ----------------------------------------------
    Footer
---------------------------------------------- */

.pie {
  width:100%;
  bottom:0;
  background:#fff;
  clear:both;
  z-index:98;
  position: static;
  margin-bottom: 39px;
}

.pie-barra {
  position: relative;
  height:39px;
  background:#fff;
  /* labrax 20160224
  border-top:1px #ecebe8 solid;
  border-bottom:1px #ecebe8 solid;*/
}

.pie .pie-barra .mostrar-pie {
  display:none;
}

.pie .pie-barra .logo-pie {
  position: absolute;
  top: 3px;
  left: 50%;
  margin-left: -61px;
}
@media only screen and (min-width: 64.063em) {
  .pie .pie-barra .logo-pie {
    left: 5px;
    margin-left: 0;
  }
}

.pie-barra .redes-sociales {
  float:right;
}

.pie-barra .redes-sociales ul {
  overflow:hidden;
  line-height: 1;
  margin-bottom: 0;
}

.pie-barra .redes-sociales ul li {
  float:left;
  margin-top:10px;
}

.pie-barra .redes-sociales ul li a {
  display:block;
  font-size: 18px;
}

.pie-barra .redes-sociales ul li.facebook {
  margin-right:31px;
}

.pie-barra .redes-sociales ul li.facebook a {
  width:10px;
  height:18px;
  color: #969492;
}

.pie-barra .redes-sociales ul li.facebook a:hover {
  color: #000;
}

.pie-barra .redes-sociales ul li.twitter {
  margin-right:24px;
}

.pie-barra .redes-sociales ul li.twitter a {
  width:17px;
  height:18px;
  color: #969492;
}

.pie-barra .redes-sociales ul li.twitter a:hover {
  color: #000;
}

.pie-barra .redes-sociales ul li.instagram {
  margin-right:27px;
}

.pie-barra .redes-sociales ul li.instagram a {
  width:15px;
  height:18px;
  color: #969492;
}

.pie-barra .redes-sociales ul li.instagram a:hover {
  color: #000;
}

.pie-barra .redes-sociales ul li.pinterest {
  margin-right:13px;
}

.pie-barra .redes-sociales ul li.pinterest a {
  width:15px;
  height:18px;
  color: #969492;
}

.pie-barra .redes-sociales ul li.pinterest a:hover {
  color: #000;
}

.pie-contenido {
  text-transform:uppercase;
  overflow:hidden;
  display:block;
}

.pie-contenido>.fila {
  overflow:hidden;
}

.fila .medium-3 {
  float: right;
}

.pie-contenido .medium-3 {
  padding:15px 0;
}

.pie-contenido .medium-3 h3 {
  font-size:12px;
  line-height:20px;
  color:#2e2d2c;
}

.pie-contenido .medium-3 h3 a {
  color:#2e2d2c;
}

.pie-contenido .medium-3 ul {
  padding-right:25%;
}

.pie-contenido .medium-3 ul li {
  font-size:11px;
  line-height:14px;
  margin:5px 0;
}

.pie-contenido .medium-3 ul li a {
  color:#969492;
}

.pie-contenido .medium-3 ul li a:hover {
  color:#2e2d2c;
}

.pie-contenido .medium-3 h2 {
  font-size:20px;
  line-height:24px;
  color:#2e2d2c;
  margin-bottom:20px;
  margin-top: 0;
}

.pie .pie-contenido .medium-3 h2 br {
  display:none;
}

.pie-contenido .medium-3.politicas {
  padding-left:20px;
}

.pie-contenido .medium-3.guia-compra {
  padding-left:20px;
}

.pie-contenido .medium-3.newsletter {
  background:#f4f3f1;
  padding-left:20px;
  color:#2e2d2c;
  padding-top:20px;
  height:260px;
}

.pie-contenido .medium-3.newsletter input[type=text] {
  border:0;
  font-size:12px;
  color:#969492;
  max-width:95%;
  width:250px;
  padding:8px 10px 8px 10px;
  background-color:#fff;
}

.pie-contenido .medium-3.newsletter .contenedor-checkbox {
  margin-top:5px;
  padding-top:15px;
  padding-bottom:15px;
  overflow:hidden;
}

.pie-contenido .medium-3.newsletter input[type=checkbox] {
  margin:0 10px 0 2px;
  float:left;
}

.pie-contenido .medium-3.newsletter .checker {
  margin-top:2px;
}

.pie-contenido .medium-3.newsletter label {
  margin-top:2px;
  float:left;
  font-size:11px;
  color:#969492;
  width:90%;
  display:block;
  line-height:15px;
}

.pie-contenido .medium-3.newsletter label a {
  text-decoration:underline;
  color:#969492;
}

.pie-contenido .medium-3.newsletter label a:hover {
  color:#2e2d2c;
}

.pie-contenido .medium-3.contacto {
  padding-left:20px;
  color:#2e2d2c;
  padding-top:20px;
}

.pie-contenido .medium-3.contacto h5 {
  font-size:18px;
  line-height:20px;
  margin-bottom:10px;
  color:#2e2d2c;
}

.pie-contenido .medium-3.contacto p {
  font-size:11px;
  color:#969492;
  text-align:left;
  margin-bottom:0;
}

.contact-data h2 {
  font-size:20px;
  line-height:24px;
  color:#2e2d2c;
  margin-bottom:20px;
}

h5.telefono {
  font-size:18px;
  line-height:20px;
  margin-bottom:10px;
}

h5.correo {
  font-size:18px;
  line-height:20px;
  margin-bottom:25px !important;
}

h5.correo a {
  text-transform: lowercase;
  font-size: 12px;
  margin-left: 8px;
}

.pie-copyright {
  float: left;
  width: 100%;
  background:#252423;
  font-size:9px;
  line-height:40px;
  padding: 0;
  color:#A3A3A3;
  text-align: center;
}
/* >> labrax 20160219 */
.pie-copyright {
  background:#fff;
  font-size:9px;
  line-height: 120px;
  color:#000;
  text-align: center;
  margin-bottom: 20px;
}
.pie-copyright-contenedor {
  border-top: 1px solid #f1f1f1;
}
.pie-copyright-contenedor .columns {
  line-height: 30px;
}
.pie-copy-left, .pie-copy-right {
  text-align: center;
}

/* << labrax 20160219 */

.pie-copyright div {
  line-height: 40px;
  margin-bottom: 0;
}

.pie-copyright a, .pie-copyright a:link, .pie-copyright a:visited, .pie-copyright a:active {
  color:#A3A3A3;
}

.pie-copyright a:hover {
  color:#fff;
}

@media only screen and (min-width: 40.063em) {
  .pie {
    /*position:fixed;*/
  }

  .pie .pie-barra .mostrar-pie {
    display:block;
    /* 2015/06/29*/
    background: #000;
  }

  .pie .pie-barra .logo-pie {
    position: absolute;
    left: 50%;
    margin-left: -76px;
    top: 3px;
  }

  .pie-barra .mostrar-pie {
    float:right;
    width:115px;
    border-left:1px #ecebe8 solid;
    position:relative;
    cursor:pointer;
    padding-left:22px;
  }

  .pie-barra .mostrar-pie p {
    font-size:12px;
    color:#969492;
    display:block;
    float:left;
    line-height:38px;
    text-transform:uppercase;
    margin-bottom: 0;
    /* 2015/06/29 */
    color: #fff;
  }

  .pie-barra .mostrar-pie i {
    display:block;
    position:absolute;
    right:15px;
    top:5px;
    width:14px;
    height:6px;
    color:#969492;
    font-size: 27px;
    /* 2015/06/29 */
    color: #fff;
  }

  .pie-barra .mostrar-pie:hover p, .pie-barra .mostrar-pie:hover i {
    color:#000;
    /* 2015/06/29 */
    color: #fff;
  }

  .pie .pie-contenido .medium-3 h2 br {
    display: block;
  }

  .pie-copyright {
    font-size: 10px;
    text-align: left;
    margin-bottom: 10px;
  }
  .pie-copyright-contenedor .columns {
    line-height: 65px;
  }

  .pie-copy-left {
    text-align: left;
  }
  .pie-copy-right {
    text-align: right;
  }


}


/* --------------------------------------------------
   Media Queries
-----------------------------------------------------*/

/* Mobile Overrides */
@media only screen and (max-width: 40em) {
  #main { padding-top: 0;}
  .about-lead {padding: 20px 0 40px;border-bottom: none;border-top: none;margin-bottom: 0;}
  .show-for-mobile {display:inherit !important;}
  .hide-for-mobile {display:none !important;}
  #cart {padding: 19px 15px;}
  #cart a {color: #fff;}
  .top-bar {height: 80px;line-height: 55px; margin-bottom: 0; background: white;}
  ul.title-area li a { color: black; }
  .top-bar .name {height: 80px;}
  .top-bar .toggle-topbar.menu-icon a span { -webkit-box-shadow: 0 10px 0 1px black,0 16px 0 1px black,0 22px 0 1px black; box-shadow: 0 10px 0 1px black,0 16px 0 1px black,0 22px 0 1px black;}
  .top-bar-section ul, .top-bar-section ul li > a {background: black; text-align: center; font-weight: normal;}
.collection li.active {
    padding: 5px;
  }
}

@media only screen and (min-width: 40.063em) {
  /*#main { padding-top: 80px;}*/
  .show-for-mobile {display:none !important;}
  .hide-for-mobile {display:inherit !important;}

  .product-info {padding: 1em;}

  #welcome { display: block !important; }
  #featured-links li:first-child { padding-bottom: 40px !important; }
  #latest-posts div.post-excerpt { display: block !important; }

  .contenedor-login {
    width: 790px;
    margin: 40px auto;
  }

  .contenedor-verificacion {
	width: 790px;
	margin: 40px auto;
  }

  .contenedor-estatica {
	width: 790px;
	margin: 40px auto;
  }

  .registered-users {
    padding: 15px 25px 30px 25px;
  }

  #contenedor_mis_datos,
  #contenedor_pagina_tarjetas  {
	width: 790px;
	margin: 40px auto;
  }

}
@media only screen and (min-width: 64.063em) {
  #main {
    padding-top: 80px;
    min-height: 800px;
  }
}

@media only screen and (min-width: 90.063em) {
  #main {
    min-height: 980px;
  }
}

/* Flexslider and Footer until 860px */
/*@media only screen and (max-width: 860px) {*/
@media only screen and (max-width: 40em) {
  #footer .footer-left, #footer .footer-right { width: 50%;}
  #footer .footer-center { display: none;}
    .flex-direction-nav a { margin: -35px 0 0; font-size: 40px;}
  .flexslider:hover .flex-prev {left: 10px; }
  .flexslider:hover .flex-next { right: 10px; }
  .flex-direction-nav .flex-prev { opacity: 1; left: 10px;}
  .flex-direction-nav .flex-next { opacity: 1; right: 10px;}
}

/*@media only screen and (max-width: 600px) {*/
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  #footer .footer-left, #footer .footer-right { width: 100%; text-align: center;}
  #footer .footer-right { margin-top: 15px;}
  .product-info { text-align: center; }
  #product-price { float: none; margin: 0 0 12px 0; }
}



/* Listado productos */
/** Controles **/
.lstProductosControles {
  padding:2em 0.25em 0.5em 1em;
  border: 0;
}

#controlsfilter label, #controlsfilter button {
  display: inline-block;
}

.filter {
  background: #F4F3F1;
  color: #252423;
}

.lstProductosControles button, .button {
  margin-bottom:0.5em;
  outline:none;
}

.lstProductosControles button:hover, .button:hover {
  background: #000;
}

.lstProductosControles button.active {
  background: #000;
  color: #fff;
}

#controlslayout input[type="radio"]{
  visibility:hidden;
  height: 0;
  width: 0;
}

#controlslayout input[type="radio"]+label {
  margin:0;
}

.controlslayout {
  display:block;
}

.controlslayout input[type="radio"]:checked + label{
  color: #bbb;
}

.controlslayout label{
  color: #ddd;
}

.controlslayout label:hover {
  color: #bbb;
}

.selectfiltro {
  border: 0;
  background-color: #fafafa;
}
.ancho-small {
  width: 70px;
}
.ancho-medium {
  width: 130px;
}
.ancho-large {
  width: 180px;
}
.filtro_producto {
  display: inline-block;
}
select:focus {
  outline: 0;
}

/** Container **/
#lstProductosContenedor .mix {
  display:none;
}

#lstProductosContenedor .large-block-grid-5>li:nth-of-type(5n+1), #lstProductosContenedor .large-block-grid-5>li:nth-of-type(1n){
  clear:none;
}

/* Carro de la compra */
h2.box {
  background: #000;
  color: #FFF;
  font-size: 14px;
  margin: 0 0 20px;
  padding: 8px 15px;
}

.seccion-carrito {
  margin-bottom: 20px !important;
}

.box2 {
  background: #999;
  color: #FFF;
  font-size: 14px;
  margin: 0 0 20px;
  padding: 8px 15px;
}

.subtitulo {
  font-weight: bold;
  font-size: 0.9em;
  padding-left: 10px;
}

.subtitulo-contenido {
  padding-left: 20px;
}

#datos-tienda {
  margin-top: 10px;
}

/* Opciones dentro de H */
.options  { float: right; font-size: 12px; text-decoration: none !important; }
.options .glyphicon { font-size: 14px; margin: 0 3px; vertical-align: -1px; }
.box .options   { color: #ebefe8; }
.box .options:hover { color: #f4daa9; }


/* -------------------------------------------------------------------------------------
 * Checkout
 * -------------------------------------------------------------------------------------
 */
.separator    { clear: both; padding: 15px 0 0; }

/* Cesta de la compra */
  #checkout-shopping-bag {
    margin: 0 0 30px;
  }
  #checkout-shopping-bag h2     { margin: 0; position: relative; }

  #checkout-shopping-bag ul     { list-style: none; margin: 0; padding: 0; }
  #checkout-shopping-bag ul li  { display: block; margin-bottom: 0; }

  #checkout-shopping-bag .item            { min-height: 102px; padding: 0 15px 10px 5px; position: relative; }
  #checkout-shopping-bag .item + .item    { border-top: 2px solid #ebefe8; }
  #checkout-shopping-bag .item a          { color: #000 !important; text-decoration: none; }
  #checkout-shopping-bag .item a:hover    { text-decoration: underline; }
  #checkout-shopping-bag .item .image     { float: left; height: 85px; padding-top: 15px; position: relative; overflow: inherit; width: 90px; }
  #checkout-shopping-bag .item .image img { max-width: 90px; height: auto; position: absolute; top: 0; left: 0; }
  #checkout-shopping-bag .item .info      { font-size: 12px; margin-left: 105px; padding-right: 60px; padding-top: 17px; position: relative; }
  #checkout-shopping-bag .item-change .info { margin-right: 280px; }
  #checkout-shopping-bag .item-change .change { float: right; padding-top: 17px; width: 200px; }
  #checkout-shopping-bag .item p        { margin: 0 0 4px; }
  #checkout-shopping-bag .item .title     { font-size: 15px; line-height: 15px; }
  #checkout-shopping-bag .item .title a    { font-weight: bold; }
  #checkout-shopping-bag .item .price     { color: #000; font-size: 16px; font-weight: bold; position: absolute; top: 40px; right: 0; }
  #checkout-shopping-bag .item .gift      { font-size: 12px; margin-top: 10px; }
  #checkout-shopping-bag .item .qty     { display: block; margin-top: 8px; }
  #checkout-shopping-bag .item .qty .form-control   {  display: none; vertical-align: -3px; width: 60px; margin-top: -8px; margin-left: 5px; }
  #checkout-shopping-bag .item .color     { display: inline-block; width: 12px; height: 12px; vertical-align: -1px; }
  #checkout-shopping-bag .item .delete a    { display: block; width: 21px; height: 20px; overflow: hidden; color: #c93e3e !important; text-align: center; position: absolute; top: 0; right: 0; }
  #checkout-shopping-bag .item .delete a span   { padding-left: 1px; }
  #checkout-shopping-bag .item .delete a:hover  { color: #5F1B1B !important; }


    /* Producto en promoción de regalo */
    /* #checkout-shopping-bag .resizable .image img   { -webkit-transition: all 0.5s ease-in; -moz-transition: all 0.5s ease-in; transition: all 0.5s ease-in; } */
    #checkout-shopping-bag .resizable .image:hover    { overflow: inherit; }
    #checkout-shopping-bag .resizable .image:hover img  { max-width: inherit; width: 180px; height: auto; bottom: auto; top: 5px; z-index: 999; border: 2px solid #d8ded5; }


    /* Gastos de envío */
    #checkout-shopping-bag .item-shipping       { border-top: 2px solid #ebefe8; font-weight: bold; padding: 15px; text-align: right; }
      #checkout-shopping-bag .item-shipping .price  { color: #000; display: inline-block; font-size: 16px; min-width: 110px; }

    /* Papel regalo */
    #checkout-shopping-bag .item-gift       { display: none; border-top: 2px solid #ebefe8; font-weight: bold; padding: 15px; text-align: right; }
      #checkout-shopping-bag .item-gift .price  { color: #000; display: inline-block; font-size: 16px; min-width: 110px; }
      #checkout-shopping-bag .item-gift .glyphicon{ margin-right: 3px; }

    /* Código promocional */
    #checkout-shopping-bag .item-promotional-code       { border-top: 2px solid #ebefe8; display: none; font-weight: bold; padding: 15px; text-align: right; }
      #checkout-shopping-bag .item-promotional-code .price  { color: #f4a61c; display: inline-block; font-size: 16px; min-width: 110px; }
      #checkout-shopping-bag .item-promotional-code .discount { color: #f4a61c; }

    /* Total */
    #checkout-shopping-bag .item-total  { background: #f0f0f0; font-size: 16px; font-weight: bold; padding: 15px 15px 5px 15px; }
      #checkout-shopping-bag .item-total a    { font-size: 12px; font-weight: normal; }
      #checkout-shopping-bag .item-total a span   { margin: 0 3px; vertical-align: -2px; }
      #checkout-shopping-bag .item-total .price { color: #000; display: inline-block; font-size: 20px; min-width: 110px; }
      .iva  { color: #444; display: block; font-size: 10px; font-weight: normal; margin: 10px 0; text-align: right; white-space: nowrap; }
      #item-total-code  { display: block; font-size: 11px !important; line-height: 13px; position: relative; }
        #item-total-code .glyphicon { position: absolute; left: -27px; top: 4px; font-size: 17px !important; }

    /* Continuar comprando */
    #checkout-shopping-bag .item-continue-shopping  { margin: 20px 5px; }

    /* Carrito posición fija al hacer scroll */
    #checkout-shopping-bag.checkout-shopping-bag-fixed { position: fixed; top: 30px; }
    #checkout-shopping-bag.checkout-shopping-bag-fixed-bottom { top: auto; bottom: 0; }

    /* Cesta vacía */
    #checkout-shopping-bag-empty  { display: none; }



/* Necesito factura */
#necesito-factura { display: none; }

/* Añadir regalo */
#anyadir-regalo   { display: none; }
  #anyadir-regalo .item       { font-size: 12px; min-height: 80px; padding: 0 0 15px; position: relative; }
  #anyadir-regalo .item + .item     { border-top: 1px solid #fff; padding-top: 10px; }
  #anyadir-regalo .item a       { color: #1e4b2c !important; text-decoration: none; }
  #anyadir-regalo .item a:hover     { color: #f4a61c !important; }
  #anyadir-regalo .item a.btn-primary { color: #fff !important; }
  #anyadir-regalo .item .image    { float: left; margin-bottom: 5px; background: #fff; padding: 5px; }
    #anyadir-regalo .item .image img  { max-width: 70px; height: auto; }
  #anyadir-regalo .item .info       { float: left; margin-left: 25px; padding-top: 22px; position: relative; }
  #anyadir-regalo .item p       { margin: 0 0 2px; }
  #anyadir-regalo .item .gift-info  { clear: both; display: none; margin: -10px 0 5px 95px; }
    #anyadir-regalo .item .gift-info span { color: #000; }
  #anyadir-regalo .item .title    { font-size: 14px; font-weight: bold; line-height: 15px; }
  #anyadir-regalo .gift       { float: right; font-size: 12px; padding-top: 24px; text-align: right; }
  .gift-insert            { clear: both; display: none; /*margin-left: 95px;*/ }
    .gift-insert .gift-tipus    { background: #fff; color: #1e4b2c; margin: 0 0 25px; padding: 10px; position: relative; outline: 1px solid #ebefe8; text-align: center; }
      .gift-insert .gift-tipus .radio   { margin: 0; padding-left: 0; }
      .gift-insert .gift-tipus-checked  { outline: 2px solid #f4a61c; }
      .gift-insert .gift-tipus img    { display: block; margin: 0 auto; max-height: 100px; width: auto; }
      .gift-insert .gift-tipus .zoom    { display: block; font-size: 15px; line-height: 30px; width: 30px; height: 50px; position: absolute; top: 0; right: 0; opacity: 0; }
      .gift-insert .gift-tipus:hover .zoom { opacity: 1; }
      #anyadir-regalo .price      { color: #000; font-weight: bold; margin-left: 6px; }
      #anyadir-regalo label .price  { display: block; }
    .gift-insert .count         { }
    .gift-insert .count.warning     { color: #f4a61c; }
    .gift-insert .btn-sm        { margin-left: 10px; min-width: 100px; }

/* Canjear Código Promocional */
#promotional-code-insert  { display: none; padding-bottom: 10px; margin-bottom: 0; margin-top: 2px; }


.alert-box p {
  margin-bottom: 0;
}

.alert {
border: none;
-webkit-border-radius: 0;
border-radius: 0;
}
.hide-default {
display: none;
}

.input-group-addon {
color: #1E4B2C;
-webkit-border-radius: 0;
border-radius: 0;
}

/************/
.separador_inv {
	clear: both;
	float: none;
	width: 100%;
	height: 1px;
	overflow: hidden;
}

.mix h2,
.mix-foo h2 {
	height: 25px;
  height: 40px; /* labrax 20171204 */
	font-size: 0.8em;
  text-align: center;
}

.mix h6,
.mix-foo h6 {
	height: 25px;
	font-size: 0.8em;
  text-align: center;
}


.prod-prize {
	text-align: center;
	font-size: 1.1em;
	font-weight: bold;
	display: block;
	margin: 0 auto;
}

.prod-prize-tachado {
	font-size: 0.8em!important;
	font-weight: bold;
	color: #555;
	text-decoration: line-through;
	margin-right: 5px;
}

.prod-prize-normal {
	font-weight: normal;
	color: #555;
	font-size: 0.8em;
}

.tachado {
	font-size: 0.8em;
	color: #555;
	text-decoration: line-through;
}

/* Login */

#main {
  width: 100%;
  max-width: 85.715em;
  margin: auto;
  display: block;
  overflow: hidden;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  position: relative;
  padding-bottom: 39px;
  padding-bottom: 0; /* labrax 20160224 */
}

.new-users {
  margin-top: 15px;
  padding: 15px;
}

.contenedor-login {
  margin: 20px auto;
}

.registered-users {
  margin-top: 15px;
  padding: 15px;
  background-color: #f5f5f5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

#login-form ul {
  margin-bottom: 0.5rem;
}

#c_pais {
  text-transform: uppercase;
}

.aviso-error {
  border: 2px solid #B00;
  padding: 6px 10px;
  color: #fff;
  background: #CE0000;
  font-size: 0.9em;
}

.aviso-info {
  border: 2px solid #25BB00;
  padding: 6px 10px;
  color: #fff;
  background: #00CE10;
  font-size: 0.9em;
}

.page-title {
  border-bottom: 1px solid #ECEBE8;
  margin-bottom: 30px;
}

.back-lnk {
  display: block;
}

/********************/
.desplegable_tallas {
	display: none;
}

/*******************/
.oculto {
	display: none;
}


/*************/

#contenedor_mis_datos {
  margin-top: 20px;
}

#menu_mis_datos {
  margin-top: 20px;
	margin-bottom: 20px;
}

#menu_mis_datos a {
	display: inline-block;
	line-height: 3rem;
	padding: 0 8px;
	background-color: #eee;
	margin-right: 3px;
  font-size: 0.9em;
}

#menu_mis_datos a:hover {
	background-color: #ccc;
}

#menu_mis_datos a.marcado {
	background-color: #ccc;
}

#formulario_direccion_alternativa {
	margin-top: 20px;
}

#listado_direcciones {
	padding-top: 10px;
	margin-top: 10px;
	border-top: 1px solid #ccc;
}

.celda_90 {
	width: 90%;
}

.celda_85 {
	width: 85%;
}
.celda_75 {
	width: 75%;
}
.celda_60 {
	width: 60%;
}
.celda_50 {
	width: 50%;
}
.celda_40 {
	width: 40%;
}
.celda_30 {
	width: 30%;
}
.celda_25 {
	width: 25%;
}

#similares-info .color img {
	/*height: 60px;*/
  height: 95px;
}

.alert * {
	color: #fff;
}

.alert li {
	font-size: 0.9em;
}


/***************/
.caja_direccion {
	display: none;
}

#lista-tiendas.reveal-modal #store-locator-container #map {
	height: 300px;
}
#lista-tiendas.reveal-modal #store-locator-container #loc-list {
	height: 300px;
}

/** solucionar interferencias de estilo con googlemaps **/
#googlemap img, object, embed { max-width: none; }

.map_canvas_popup embed { max-width: none; }

.map_canvas_popup img { max-width: none; }

.map_canvas_popup object { max-width: none; }

/******************/
.saldo {
	font-size: 1.4em;
	font-weight: bold;
}

/*****************/
.close-reveal-modal-especial {
	position: relative!important;
	color: #fff!important;
	font-size: 10px!important;
	line-height: 38px!important;
	top: 0!important;
}

.close-reveal-modal-especial:hover {
	color: #000!important;
}


/********************/
span.descuento {
	font-size: 0.9em;
}

span.descuento_titulo {
	font-size: 0.8em;
	padding-right: 15px;
}

.checkout-fila-descuentos {
	padding-bottom: 10px;
}

#contenedor_resumen_compra {
	margin-top: 25px;
}

/*******************/
.overlay_zoom {
	display: none;
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 1000;
}

.overlay_zoom_interior {

}

.imagen_pantalla_completa_cerrar {
	position: absolute;
	top: 5px;
	right: 15px;
	color: #f00;
	font-size: 18px;
}

/****************/
#compra_regala {
	display: none;
}

/***************/
.texto-subrayado {
	text-decoration: underline;
}

#dropdown-listado-idiomas {
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 4px 10px;
	max-width: 200px;
}

#dropdown-listado-idiomas a {
	color: #555;
}

#dropdown-listado-idiomas a:hover {
	color: #000;
}

#dropdown-listado-idiomas-mov {
	position: fixed;
	top: 50px;
	left: 0;
	width: 100%;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 4px 10px;
	z-index: 999;
}

#dropdown-listado-idiomas-mov a {
	color: #555;
}

#dropdown-listado-idiomas-mov a:hover {
	color: #000;
}

#dropdown-listado-idiomas-mov li {
	font-size: 2rem;
	text-align: center;
}

/* TABLAS RESPONSIVE */
@media only screen and (max-width: 800px) {

  /* Force table to not be like tables anymore */
  .tabla-responsive table,
  .tabla-responsive thead,
  .tabla-responsive tbody,
  .tabla-responsive th,
  .tabla-responsive td,
  .tabla-responsive tr {
    display: block;
  }

  /* Hide table headers (but not display: none;, for accessibility) */
  .tabla-responsive thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .tabla-responsive tr { border: 1px solid #ccc; }

  .tabla-responsive td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
    white-space: normal;
    text-align:left;
  }

  .tabla-responsive td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    text-align:left;
    font-weight: bold;
  }

  /*
  Label the data
  */
  .tabla-responsive td:before { content: attr(data-title); }
}

/* NUEVO MENU SUPERIOR */
/* nivel 1 */
ul.level-1 {
  /*margin: 0;
  margin-left: 90px;*/
  margin: auto; /* labrax 20160224 */
  padding: 0;
  z-index: 1000;
  list-style: none;
  width: 100%;
  min-width: 600px;
  max-width: 960px;

  max-width: 1200px;
  margin: auto;
}
ul.level-1 > li {
  /*float: left;*/
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 16%;
  width: 13.5%; /* labrax 20171117 */
  height: 80px;
}
ul.level-1 li a.level-1 {
  color: #333;
  display: block;
  font-size: 1em;
  text-align: center;
  padding: 0;
  line-height: 80px;
  font-size: 0.8em;
}
ul.level-1 li a.level-1 {
  position: relative;
}
/* nivel 2 */
ul.level-2 {
  display: none;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 100%;
  left: auto;
  top: 80px;
  z-index: 200;
}
ul.level-2 li {
  display: block;
  position: relative;
  width: auto;
  background: rgba(0, 0, 0, 0.8);
  -webkit-transition: all .250s ease;
  -moz-transition: all .250s ease;
  -ms-transition: all .250s ease;
  -o-transition: all .250s ease;
  transition: all .250s ease;
}
ul.level-2 a {
  display: block;
  font-size: 12px;
  font-weight: normal;
  text-transform: capitalize;
  letter-spacing: 1px;
  padding: 8px;
  color: white;
  text-align: center;
}

ul.level-1 li:hover .level-1 {
  background: #F4F3F1;
  color: #333;
}
ul.level-1 li:hover ul.level-2 {
  display: block;
}
ul.level-2 li:hover {
  background: rgba(250, 249, 247, 0.8);
}
ul.level-2 li:hover a {
  color: #000;
}

/* nivel 3 */
ul.level-3 {
  /*background: rgba(0, 0, 0, 0.8);*/
  display: none;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 100%;
  left: 100%;
  top: 0;
  z-index: 200;
}

ul.level-3 a {
  display: block;
  font-size: 12px;
  font-weight: normal;
  text-transform: capitalize;
  letter-spacing: 1px;
  padding: 8px;
  color: white !important;
  text-align: center;
}

ul.level-2 li:hover ul.level-3 {
  display: block;
}
ul.level-3 li:hover {
  background: rgba(250, 249, 247, 0.8);
}
ul.level-3 li:hover a {
  color: #000 !important;
}

/****************/
p.parrafo_caja {
	display: block;
	padding: 0;
	width: 100%;
	margin: 0;
	margin-bottom: 1.25rem;
	text-align: center;
}

p.parrafo_caja .caja_fondo_blanco {
	display: inline-block;
	width: 20%;
	padding: 4px;
	font-size: 0.7rem;
}

p.parrafo_caja .caja_fondo_negro {
	background-color: #000;
	color: #fff;
	display: inline-block;
	width: 20%;
	padding: 4px;
	font-size: 0.7rem;
}

p.parrafo_caja .caja_media {
	display: inline-block;
	width: 5%;
	padding: 4px 8px;
	margin-right: 8px;
}

p.parrafo_caja .caja_fondo_blanco .grande,
p.parrafo_caja .caja_fondo_negro .grande {
	font-size: 1.3rem;
}

.ver-en-tienda-dia-estimado {
  font-size: 15px;
  font-weight: bold;
}

.subtitulo-fecha-prevista {
  font-weight: bold;
}

/* 20160120 */
#aviso_producto_cesta {
	position: absolute;
	top: -200px;
	width: 100%;
	text-align: center;
	z-index: 1000;
}

#aviso_producto_cesta .interior {
	width: 30%;
	border: 1px solid #444;
	background-color: #fff;
	padding: 20px 10px;
	text-align: center;
	margin: auto;
  -webkit-box-shadow: 0 0 4px rgba(0,0,0,.2);
  box-shadow: 0 0 4px rgba(0,0,0,.2);
}

@media only screen and (max-width: 800px) {
	#aviso_producto_cesta .interior {
		width: 60%;
	}
}

.portada-contenedor-noticias {
  margin-top: 50px;
  margin-bottom: 50px;
}

.texto-noticia h5 {
  font-weight: 600;
  letter-spacing: 0.2px;
  margin-top: 10px;
  font-size: 0.9em;
}
.boton-noticia {
  width: 100%;
}

/*****************/
/* 20160203 */
#pasos_compra {
	margin-bottom: 1.5rem;
}

#pasos_compra span {
	margin: 0.1rem;
	display: inline-block;
	padding: 0.5rem 1rem;
	background-color: #f4f4f4;
}

#pasos_compra span.marcado {
	background-color: #ccc;
}
.cabecera-seccion {
  margin-bottom: 20px;
}
.cabecera-seccion img {
  width: 100%;
}

.bloques-superior {
  float: left;
  width: 100%;
  padding-top: 10px;
}
.bloques-superior .columns {
  padding-left: 0;
  padding-right: 0;
}
.bloques-superior .medium-6 {
  padding-bottom: 10px;
}
.bloques-inferior {
  float: left;
  width: 100%;
  padding-top: 0;
}
.bloque-carrousel {
  float: left;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.bloque-izquierda, .bloque-centro, .bloque-derecha {
  padding-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
}

@media only screen and (min-width: 40.063em) {

  .bloques-superior {
    padding: 10px 0 0 0;
  }
  .bloques-superior .medium-12 {
    padding: 0;
  }

  .bloques-superior .medium-6:first-child {
    padding-left: 0;
    padding-right: 5px;
  }
  .bloques-superior .medium-6:last-child {
    padding-left: 5px;
    padding-right: 0;
  }

  .bloques-superior img {
    width: 100%;
  }
  .bloques-inferior {
    padding-top: 10px;
  }
  .bloque-carrousel {
    padding-top: 50px;
    padding-bottom: 50px;
    /* labrax 20171207 */
    padding-top: 0;
    padding-bottom: 0;    
  }
  .bloque-izquierda, .bloque-centro, .bloque-derecha {
    padding-bottom: 20px;
  }
  .bloque-izquierda {
    padding: 0 10px 10px 0;
  }
  .bloque-centro {
    padding: 0 10px 10px 0;
  }
  .bloque-derecha {
    padding: 0 0 10px 0;
  }
}

/*************************/
#aviso_talla_cesta,
#aviso_talla_tienda {
	position: absolute;
	top: -300px;
	width: 100%;
	text-align: center;
	z-index: 1000;
	/*display: none;*/
}

#aviso_talla_cesta .interior,
#aviso_talla_tienda .interior {
	width: 30%;
	border: 1px solid #444;
	background-color: #fff;
	padding: 20px 10px;
	text-align: center;
	margin: auto;
  -webkit-box-shadow: 0 0 4px rgba(0,0,0,.2);
  box-shadow: 0 0 4px rgba(0,0,0,.2);
}

@media only screen and (max-width: 800px) {
	#aviso_talla_cesta .interior,
	#aviso_talla_tienda .interior {
		width: 60%;
	}
}