@charset "UTF-8";
body {
  font-family: "Titillium Web", sans-serif;
  background-color: white;
}

.obligatorio {
  color: #804190;
  font-weight: bold;
}

@media (min-width: 1200px) and (max-width: 1599px) {
  .container {
    width: 95%;
  }
}
.titulo_seccion {
  color: #804190;
  font-weight: 300;
  font-size: 32px;
  border-bottom: 1px solid #804190;
  margin-bottom: 20px;
}
@media (max-width: 640px) {
  .titulo_seccion {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  .titulo_seccion h1 {
    font-size: 22px;
  }
}
.titulo_seccion h2 {
  margin-top: 0px;
}

.row.is-flex {
  display: flex;
  flex-wrap: wrap;
}

.row.is-flex > [class*="col-"] {
  display: flex;
  flex-direction: column;
}

.row.is-flex {
  display: flex;
  flex-wrap: wrap;
}

.row.is-flex > [class*="col-"] {
  display: flex;
  -webkit-box-orient: vertical;
}

@media (max-width: 767px) {
  body {
    /* margin-top: 140px; */
  }
}
@media (min-width: 1024px) {
  .container.contenido-principal {
    padding-top: 130px;
  }
}
#header {
  background: #f8f8f8;
  padding-bottom: 10px;
  width: 100%;
  /** RESUMEN CARRO **/
}
@media (min-width: 1024px) {
  #header {
    position: fixed;
    z-index: 999;
  }
}
#header h1 {
  margin-top: 0px;
}
@media (max-width: 767px) {
  #header {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 999;
    background: #804190;
    padding-top: 10px;
    padding-bottom: 0px;
  }
  #header button.navbar-toggle {
    margin: 0px;
    padding: 0px;
    background: #804190;
  }
  #header button.navbar-toggle i {
    color: #c089ee;
    font-size: 32px;
    margin-left: 5px;
  }
  #header .lista-top-movil {
    float: right;
    margin-right: 5px;
    position: relative;
  }
  #header .lista-top-movil li {
    margin: 0px;
  }
  #header .lista-top-movil a i {
    color: #c089ee;
    font-size: 22px;
    margin: 0px;
    padding: 0px;
    margin-top: 5px;
    float: left;
  }
  #header + .container {
    padding-top: 130px;
    position: relative;
  }
  #header h1 {
    overflow: hidden;
    margin-bottom: 10px;
  }
}
@media (max-width: 479px) {
  #header .lista-top-movil {
    margin-right: 0px;
  }
}
@media (max-width: 374px) {
  #header button.navbar-toggle i {
    color: #c089ee;
    font-size: 20px;
    margin-top: 2px;
  }
  #header .lista-top-movil {
    margin-top: 5px;
    margin-bottom: 0px;
  }
  #header .lista-top-movil a i {
    font-size: 16px;
    margin: 0px;
  }
}
#header .navbar-top {
  padding: 8px 0px;
  background: #804190;
  color: #fff;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  #header .navbar-top li {
    margin-right: 15px;
  }
}
#header .navbar-top li:last-child {
  margin-right: 0px;
}
#header .navbar-top a {
  color: #fff;
  padding: 0px 5px;
}
#header .navbar-top a:hover {
  background: none;
  color: #c089ee;
}
#header .navbar-top i {
  color: #c089ee;
  margin-right: 5px;
}
#header .form-buscador {
  margin-top: 10px;
  /*
  width: 55%;
  float: left;
  */
}
#header .form-buscador label {
  font-weight: normal;
  font-size: 16px;
  line-height: 2.3em;
  text-align: right;
  color: #959595;
}
#header .form-buscador input[type="text"] {
  padding: 8px;
  font-size: 15px;
  border: 1px solid #caa6fe;
  width: 100%;
  float: right;
  width: 100%;
  color: #caa6fe;
  border-radius: 3px;
}
#header .form-buscador input[type="submit"] {
  content: "";
  position: absolute;
  right: 18px;
  top: 5px;
  font-family: FontAwesome, "Helvetica Neue", Helvetica, Arial, sans-serif;
  border: none;
  color: #804190;
  font-size: 18px;
  background: none;
}
#header .form-buscador ::-webkit-input-placeholder {
  color: #959595;
}
#header ul.list-unstyled {
  margin-top: 20px;
}
#header ul li {
  margin-left: 10px;
}
#header ul li a {
  color: #474747;
}
#header ul li i {
  color: #804190;
}
#header .quick-cart {
  left: -200px;
  width: 350px;
  background: #fff;
  border: none;
  z-index: 1001;
  border-radius: 0px;
  padding: 10px;
  box-shadow: 2px 3px 0 0 #c7c9c9;
  font-size: 11px;
}
#header .quick-cart a {
  font-size: 12px;
  color: #181818;
}
#header .quick-cart .row {
  margin-bottom: 20px;
}
#header .quick-cart img {
  height: 40px;
  display: block;
  margin: auto;
}
#header .quick-cart a.btnResumen {
  display: block;
  background: #c089ee;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  padding: 12px 0px;
  text-align: center;
  margin-top: 10px;
  cursor: pointer;
}
#header .quick-cart a.btnResumen:hover {
  background: #804190;
}
#header #cart {
  background: #804190;
  color: #fff;
  padding: 10px;
  float: right;
  margin-top: 15px;
}
#header .total-prods {
  background: red;
  color: #fff;
  right: 0px;
  font-size: 11px;
  text-align: center;
  padding: 0px 5px;
  position: absolute;
  border-radius: 40%;
}
@media (max-width: 374px) {
  #header .total-prods {
    top: -10px;
  }
}
#header .form-buscador-movil {
  display: none;
}
@media (max-width: 1023px) {
  #header .buscador form {
    width: 45%;
    font-size: 12px;
  }
  #header .buscador input[type="text"] {
    font-size: 13px !important;
  }
}
@media (max-width: 767px) {
  #header .buscador {
    background: #c089ee;
    overflow: hidden;
    z-index: 999;
    position: relative;
    padding: 0px;
    margin: 0px;
  }
  #header .buscador form {
    width: 100%;
  }
  #header a.btnCatalogo {
    width: 90%;
    text-align: center;
    float: none;
    display: block;
    margin: 10px auto;
  }
  #header .form-buscador-movil {
    display: block;
    z-index: 999;
    background: #c089ee;
    position: relative;
    z-index: 10;
    padding-top: 13px;
    width: 100%;
  }
  #header .form-buscador-movil label {
    font-weight: normal;
    font-size: 16px;
    line-height: 2.3em;
    text-align: right;
    color: #959595;
  }
  #header .form-buscador-movil input[type="text"] {
    padding: 8px;
    font-size: 15px;
    border: 1px solid #caa6fe;
    width: 100%;
    float: right;
    width: 100%;
    border-radius: 3px;
  }
  #header .form-buscador-movil input[type="submit"] {
    content: "";
    position: absolute;
    right: 18px;
    top: 5px;
    font-family: FontAwesome, "Helvetica Neue", Helvetica, Arial, sans-serif;
    border: none;
    color: #804190;
    font-size: 18px;
    background: none;
  }
  #header .form-buscador-movil ::-webkit-input-placeholder {
    color: #959595;
  }
  #header .form-buscador-movil a.btnCloseForm {
    margin: auto;
    text-align: center;
    display: block;
    color: #c089ee;
    margin-top: 3px;
  }
  #header .form-buscador-movil a.btnCloseForm i {
    margin: auto;
    font-size: 33px;
    text-align: center;
  }
}

@media (max-width: 767px) {
  /*
  .navbar-categories.navbar-collapse {
  	position: relative;
      width: 100%;
      background: #fff;
      z-index: 50;
      padding: 0px;
      margin: 0px;
      with: 95%;
      padding-left: 2.5%;
      padding-right: 2.5%;
      top: -80px;
      margin-bottom: -80px;
      left: 0px;

  }
  */
}
@media (max-width: 767px) and (max-width: 767px) {
  #menu-toggle-2 {
    display: block;
    background: #804190;
    z-index: 999;
  }

  .izquierda .navbar {
    box-shadow: 0 0 0.76923rem 0 rgba(0, 0, 0, 0.15);
    display: block;
    position: fixed;
    left: -220px;
    top: 0px;
    background: #804190;
    width: 220px;
    float: none;
    margin: 0px;
    padding: 0px;
    height: 100%;
    z-index: 99999;
  }
  .izquierda .navbar-categories {
    background: none !important;
    position: inherit;
    overflow: auto;
    height: 100%;
    width: 100%;
    max-width: 215px;
  }
  .izquierda .navbar-categories ul li {
    background: #804190 !important;
    border: 0px !important;
  }
  .izquierda .navbar-categories ul li a,
  .izquierda .navbar-categories li li a {
    padding: 10px 5px;
    margin: 0px;
    color: #fff !important;
    border: 0px !important;
    background: #804190 !important;
  }
  .izquierda .navbar-categories ul li ul li a {
    border: 0px !important;
    padding-left: 20px;
  }
  .izquierda .navbar-categories a#selected,
  .izquierda .navbar-categories ul li a:hover {
    color: #fff !important;
  }
}
.slide {
  margin: 20px auto;
}
.slide h1 {
  font-style: italic;
  text-align: center;
  margin: 0px;
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: 300;
}
.slide img {
  border-top: 1px solid #804190;
  border-bottom: 1px solid #804190;
}

a.btnCatalogo {
  color: #fff;
  background: #c089ee;
  padding: 0px;
  font-size: 14px;
  font-weight: bold;
  line-height: normal;
  padding: 8px 10px;
  text-transform: none;
  border-radius: 5px;
  display: block;
  float: left;
  text-transform: uppercase;
  margin-left: 10px;
  margin-top: 12px;
  text-decoration: none;
  width: 42%;
  text-align: center;
}
@media (max-width: 1023px) {
  a.btnCatalogo {
    width: 40%;
    font-size: 13px;
    padding: 6px;
  }
}
@media (max-width: 1023px) and (max-width: 767px) {
  a.btnCatalogo {
    width: 90%;
    text-align: center;
    float: none;
    display: block;
    margin: 10px auto;
    padding: 10px 0px;
    font-size: 15px;
  }
}

/** LISTADO PRODUCTOS CATEGORIAS **/
.titulo-portada {
  font-style: italic;
  font-weight: 300;
  margin-top: 0px;
  margin-bottom: 35px;
  font-size: 45px;
  color: #c089ee;
}
@media (max-width: 1365px) {
  .titulo-portada {
    font-size: 35px;
  }
}
@media (max-width: 1365px) and (max-width: 639px) {
  .titulo-portada {
    font-size: 25px;
    margin-top: 30px;
  }
}

.producto-categoria {
  margin-bottom: 30px;
  border-radius: 0px;
  position: relative;
  border: 1px solid #fff;
  overflow: hidden;
}
@media (max-width: 639px) {
  .producto-categoria {
    margin-bottom: 15px;
  }
}
.producto-categoria.producto-oferta {
  border: 1px solid #fef7ff;
}
.producto-categoria .precio {
  background: #c089ee;
  padding: 8px 10px;
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  width: 100px;
  text-align: center;
}
.producto-categoria .precio.precio-oferta {
  background: #804190;
}
@media (max-width: 767px) {
  .producto-categoria .precio {
    padding: 3px 5px;
    width: auto;
  }
}
@media (max-width: 639px) {
  .producto-categoria .precio {
    font-size: 14px;
  }
}
.producto-categoria .oferta {
  color: #804190;
  font-size: 28px;
  text-align: right;
}
@media (max-width: 1600px) {
  .producto-categoria .oferta {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .producto-categoria .oferta {
    font-size: 18px;
  }
}
@media (max-width: 639px) {
  .producto-categoria .oferta {
    font-size: 15px;
    text-align: center;
  }
}
.producto-categoria .novedad {
  text-transform: uppercase;
  color: #00d879;
  position: absolute;
  right: 5px;
  top: 3px;
  font-weight: 600;
  font-size: 17px;
}
@media (max-width: 639px) {
  .producto-categoria .novedad {
    font-size: 14px;
  }
}
.producto-categoria .oferta-texto {
  width: 100px;
  background: red;
  position: absolute;
  top: 16px;
  left: -26px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
@media (max-width: 639px) {
  .producto-categoria .oferta-texto {
    top: 12px;
    left: -30px;
    font-size: 12px;
  }
}
.producto-categoria .descripcion {
  padding: 10px;
  text-align: center;
}
.producto-categoria .descripcion.descripcion-oferta {
  background: #fef7ff;
}
@media (max-width: 767px) {
  .producto-categoria .descripcion.descripcion-oferta {
    background: none;
  }
}
.producto-categoria .descripcion h3 {
  text-align: center;
  text-transform: uppercase;
  font-size: 13px;
  color: #474747;
}
.producto-categoria .descripcion h3 a {
  color: #474747;
  font-weight: 600;
}
@media (max-width: 767px) {
  .producto-categoria .descripcion h3 {
    font-size: 10px;
    line-height: 13px;
  }
}
@media (max-width: 640px) {
  .producto-categoria .descripcion h3 {
    margin: 5px 0px;
  }
}
.producto-categoria .descripcion .iva {
  text-transform: uppercase;
  font-weight: lighter;
  font-size: 12px;
}
.producto-categoria:hover {
  cursor: pointer;
}
.producto-categoria .hover-categoria {
  position: absolute;
  background: rgba(0, 0, 0, 0.35);
  width: 100%;
  height: 100%;
  display: none;
  z-index: 99;
  -webkit-box-shadow: 0px 0px 16px #d9dadb;
}
.producto-categoria .hover-categoria a.btnagregar {
  color: #000;
  padding: 10px;
  border-radius: 5px;
  text-transform: uppercase;
  background: #03caff;
  overflow: hidden;
  font-weight: bold;
  margin: auto;
  display: block;
  font-size: 16px;
  width: 120px;
  margin: auto;
  margin-top: 100px;
}
.producto-categoria .hover-categoria a.btnVerFicha {
  color: #fff;
  padding: 10px;
  border-radius: 5px;
  text-transform: uppercase;
  background: #c089ee;
  overflow: hidden;
  font-weight: bold;
  margin: auto;
  display: block;
  font-size: 16px;
  width: 120px;
  margin: auto;
  margin-top: 10px;
}
.producto-categoria:hover .hover-categoria {
  display: block;
  top: 0px;
}
@media (max-width: 767px) {
  .producto-categoria .hover-categoria {
    display: block;
    background: none;
    z-index: 10;
    height: auto;
    bottom: 0px;
    padding-bottom: 40px;
    box-shadow: none;
    /*margin-bottom: 40px;*/
    position: relative;
  }
  .producto-categoria .hover-categoria a.btnagregar {
    float: left;
    background: none;
    margin-top: 0px;
    color: #03caff;
    padding: 0px;
    font-size: 15px;
    width: auto;
    margin-left: 10px;
  }
  .producto-categoria .hover-categoria a.btnVerFicha {
    float: right;
    margin-top: 0px;
    background: none;
    color: #804190;
    padding: 0px;
    font-size: 15px;
    width: auto;
    margin-right: 10px;
  }
}
@media (max-width: 400px) {
  .producto-categoria {
    padding: 5px;
    border: 1px solid #f0f0f0;
    border-radius: 5px;
  }
  .producto-categoria .hover-categoria {
    padding: 0px;
  }
  .producto-categoria .hover-categoria a.btnagregar {
    float: left;
    font-size: 12px;
    width: auto;
    padding: 0px;
    margin: 0px;
  }
  .producto-categoria .hover-categoria a.btnVerFicha {
    float: right;
    font-size: 12px;
    width: auto;
    padding: 0px;
    margin: 0px;
  }
}

@media (max-width: 400px) {
  .lst-productos .col-tn-6 {
    padding-left: 2% !important;
    padding-right: 2% !important;
  }
}
.texto-portada {
  margin: 40px auto;
}
.texto-portada h2 {
  font-size: 26px;
  color: #804190;
}
@media (max-width: 767px) {
  .texto-portada h2 {
    font-size: 20px;
  }
}
.texto-portada h3 {
  font-size: 20px;
  color: #804190;
}
@media (max-width: 767px) {
  .texto-portada h3 {
    font-size: 17px;
  }
}

/** LISTADO MENU IZQUIERDA CATEGORIAS **/
.izquierda .navbar-categories ul li {
  font-size: 16px;
  margin-bottom: 3px;
}
.izquierda .navbar-categories ul li a {
  color: #000;
  background: #fef7ff;
  padding: 7px 8px;
  display: block;
  text-decoration: none;
}
.izquierda .navbar-categories ul li a:hover,
.izquierda .navbar-categories ul li a#selected {
  background: #804190;
  color: #fff;
}
.izquierda .navbar-categories ul li ul li {
  font-size: 14px;
}
.izquierda .navbar-categories ul li ul li a {
  background: #fff;
  border-left: 4px solid #fff;
}
.izquierda .navbar-categories ul li ul li a:hover,
.izquierda .navbar-categories ul li ul li a#selected {
  color: #fd424b;
  background: none;
  border-left: 4px solid #fd424b;
}
.izquierda img {
  margin-top: 20px;
}

.description-categoria {
  font-size: 15px;
  line-height: normal;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .description-categoria {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  .description-categoria .columna-categoria {
    width: 46%;
    margin-right: 4%;
  }
}
.description-categoria h2 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: bold;
}
.description-categoria p {
  text-align: justify;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #804190;
  border-color: #804190;
}

.pagination > li > a,
.pagination > li > span {
  padding: 6px 12px;
  color: #804190;
}

@media (max-width: 639px) {
  .pagination li a,
  .pagination li span {
    font-size: 12px;
  }

  .pagination > li > a,
  .pagination > li > span {
    padding: 5px 8px;
  }

  .paginacion select {
    width: 50px;
    padding: 0px;
    font-size: 12px;
    height: 28px;
    margin-top: 20px;
  }
}
@media (min-width: 1024px) {
  .subcategoria {
    position: absolute;
    z-index: 99;
    display: none;
    left: 100%;
    top: 0;
    min-width: 250px;
  }

  .subcategoria .content {
    min-width: 250px;
    height: 100%;
    background: #f8e7fb;
  }

  .subcategoria h5 {
    margin: 0;
    background: #fef7ff;
    display: none;
  }

  .subcategoria h5 a {
    border: 0;
    color: #fff !important;
    font-weight: bold;
    display: block;
    padding: 11px 0px 10px 15px !important;
    text-transform: uppercase;
    background: #804190 !important;
  }

  .subcategoria h5 a:hover {
    background: #eedede;
    color: #fff !important;
    border: 0;
    text-decoration: underline;
  }

  .subcategoria ul {
    background: #f8e7fb;
    padding: 0;
    margin: 0;
    border: 0;
    padding: 10px;
  }

  .subcategoria ul li {
    border: 0;
  }

  .subcategoria ul li a {
    padding: 0;
    border: 0 !important;
    background: none !important;
  }

  .subcategoria ul li a:hover {
    border: 0;
    background: none;
  }

  .navbar-categories ul li:hover > .subcategoria {
    display: block;
  }
}
@media (max-width: 1023px) {
  .izquierda .navbar-categories .subcategoria {
    display: none;
    bottom: 0;
    box-shadow: 0 0.38462rem 1.15385rem -0.23077rem rgba(0, 0, 0, 0.23);
    left: 1.84615rem;
    overflow-y: auto;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1;
    width: max-content;
    padding-right: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    transition: opacity 0.3s;
    top: 0 !important;
    left: 30px;
  }

  .izquierda .navbar-categories .subcategoria .close {
    opacity: 1;
    text-shadow: none;
    margin-top: 5px;
    margin-right: 5px;
    color: #fff !important;
  }

  .izquierda .navbar-categories .subcategoria .content {
    width: 70%;
    height: 100%;
    background: #fef7ff;
  }

  .izquierda .navbar-categories .subcategoria ul {
    background: #fef7ff;
    padding: 0;
    margin: 0;
    border: 0;
    padding: 20px 0px 50px 0;
    height: 100%;
  }

  .izquierda .navbar-categories .subcategoria ul li {
    border: 0;
    background: #fef7ff !important;
  }

  .izquierda .navbar-categories .subcategoria h5 a {
    padding: 15px 20px;
  }

  .izquierda .navbar-categories .subcategoria ul li a {
    background: #fef7ff !important;
    color: #000 !important;
  }

  .izquierda .navbar-categories .subcategoria ul li a#selected,
  .izquierda .navbar-categories .subcategoria ul li a:hover {
    color: #804190;
    border: 0;
    background: none;
  }

  .izquierda .navbar-categories .subcategoria h5 {
    background: #fef7ff !important;
    color: #000 !important;
    display: block;
    font-size: 17px;
    margin: 0;
    font-weight: bold;
    text-transform: uppercase;
  }

  .navbar-categories ul li a.submenu {
    background: transparent;
  }
}
/*
@media (min-width: 1024px) {
    .subcategoria {
        position: absolute;
        z-index: 99;
        background: rgba(0, 0, 0, 0.8);
        display: none;
        left: 100%;
    }

    .subcategoria .content {
        width: max-content;
        height: 100%;
        background: #f3f3f3;
    }

    .subcategoria h5 {
        margin: 0;
        background: $color-lila;
    }

    .subcategoria h5 a {
        border: 0;
        color: #fff !important;
        font-weight: bold;
        display: block;
        padding: 11px 0px 10px 15px !important;
        text-transform: uppercase;
        background: $color-lila !important;
    }

    .subcategoria h5 a:hover {
        background: $color-lila !important;
        color: #fff !important;
        border: 0;
        text-decoration: underline;
    }

    .subcategoria ul {
        background: #f3f3f3;
        padding: 0;
        margin: 0;
        border: 0;
        padding: 20px 50px 50px 20px;
    }

    .subcategoria ul li {
        border: 0;
    }

    .subcategoria ul li a {
        padding: 0;
        border: 0 !important;
        background: none !important;
    }

    .subcategoria ul li a:hover {
        color: #f79e40;
        border: 0;
        background: none;
    }

    .navbar-categories ul li:hover > .subcategoria {
        display: block;
    }
}

*/
.thumbnail {
  box-shadow: none;
  padding: 0;
  margin: 0;
  border-radius: 0;
  margin-top: 10px;
  margin-bottom: 30px;
  border: 1px solid #e1e1e1;
  padding-bottom: 20px;
}
.thumbnail h3 {
  text-align: center;
}
.thumbnail h3 a {
  text-align: center;
  display: block;
  color: #804190;
  text-decoration: none;
  font-size: 15px;
  text-transform: uppercase;
}

/** FICHA PRODUCTO **/
.breadcrumb {
  color: #999;
  background: url("../images/ficha-desktop-assets/img-separador-desktop.png")
    bottom center no-repeat #fff;
  padding-bottom: 40px;
  width: auto;
  margin: auto;
  text-align: center;
  font-size: 16px;
}
.breadcrumb a {
  color: #999;
}

.breadcrumb > .active {
  color: #999;
  font-weight: bold;
}

.breadcrumb > li + li:before {
  display: none;
}

.breadcrumb > li:after {
  color: #804190;
  content: "›";
  padding-right: 5px;
  padding-left: 5px;
  font-size: 22px;
  font-weight: normal;
}

.breadcrumb > li:last-child:after {
  display: none;
}

#tamanocherry ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

#tamanocherry ul li {
  width: 100%;
  overflow: hidden;
}

#tamanocherry label {
  margin-top: 15px;
  margin-left: 8px;
  margin-bottom: 0px;
}

#tamanocherry input[type="radio"] {
  float: left;
}

.hproduct {
  overflow: hidden;
  margin: 0px;
  font-size: 16px;
}
.hproduct h1 {
  font-size: 30px;
  padding-bottom: 10px;
  margin-top: 0px;
  color: #804190;
}
.hproduct h2 {
  font-size: 16px;
  margin: 0px;
}
@media (max-width: 480px) {
  .hproduct h1 {
    font-size: 22px;
    margin-top: 20px;
  }
}
.hproduct label {
  color: #949494;
}
.hproduct img.img-thumbnail {
  border: none;
  box-shadow: none;
}
.hproduct .redes {
  width: 100%;
  padding: 15px 0px 5px 0px;
  overflow: hidden;
  color: #949494;
}
.hproduct .redes {
  display: inline-block;
}
.hproduct .redes span {
  float: left;
  margin-right: 5px;
}
.hproduct #tamanocherry {
  overflow: hidden;
  margin-bottom: 10px;
}
.hproduct .precio-ficha {
  font-weight: lighter;
  margin-bottom: 20px;
  line-height: 1em;
  padding: 0px;
  color: #949494;
}
.hproduct .precio-ficha strong {
  font-weight: normal;
  font-size: 50px;
  color: #804190;
  margin-top: 0px;
  line-height: 1em;
}
@media (max-width: 480px) {
  .hproduct .precio-ficha strong {
    font-size: 32px;
  }
}
.hproduct .form-stock {
  margin-top: 20px;
  margin-top: 10px;
}
.hproduct .aviso-stock {
  margin-bottom: 20px;
}
.hproduct .aviso-stock-listado {
  width: 330px;
  margin: 20px auto;
}
.hproduct .aviso-stock span {
  color: red;
}
.hproduct .form-stock input[type="submit"] {
  border-radius: 4px;
  text-transform: uppercase;
  font-weight: bold;
  border: 0px;
  color: #fff;
  padding: 5px 15px;
  background: #804190;
  margin-left: 5px;
}
.hproduct .form-stock input[type="email"],
.hproduct .form-stock input[type="tel"] {
  border-radius: 4px;
  border: 1px solid #ababab;
  font-weight: normal;
  padding: 6px 13px;
  font-size: 13px;
  background: #ebecee;
  margin-top: 0px;
}
@media (max-width: 639px) {
  .hproduct .form-stock input[type="tel"] {
    width: 50%;
  }
  .hproduct .form-stock input[type="submit"] {
    width: 45%;
  }
}
.hproduct .antes {
  color: #87908b;
  font-size: 19px;
  text-decoration: line-through;
  margin-top: 25px;
  font-weight: normal;
  font-weight: 600;
  float: left;
  text-align: left;
}
.hproduct .oferta-ficha {
  background: #ff4249;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 19px;
  padding: 5px;
  margin-top: 20px;
  position: relative;
  float: right;
}
.hproduct .oferta-ficha:before {
  content: "\a";
  border-style: solid;
  border-width: 13px 15px 13px 0px;
  border-color: transparent #ff4249 transparent transparent;
  position: absolute;
  left: -15px;
  top: 0px;
}
.hproduct .cantidad {
  padding: 0px;
}
.hproduct #cambiar_precio .stock-disponible span {
  color: #1a3b5e;
  font-weight: 600;
}
.hproduct #cambiar_precio .stock-disponible {
  font-size: 15px;
  font-weight: 300;
  padding-top: 18px;
}
.hproduct .descripcion_ficha {
  font-weight: 300;
}
.hproduct .descripcion_ficha .borde {
  margin-bottom: 10px;
  margin-top: 10px;
  display: block;
  clear: both;
}
.hproduct .descripcion_ficha .titulo-azul {
  color: #1a3b5e;
  font-weight: 300;
}
.hproduct .botones-cantidad label {
  margin-top: 0px;
  margin-bottom: 2px;
  font-weight: normal;
  color: #949494;
}
.hproduct .botones-cantidad button {
  background: #dadada;
  border-radius: 3px;
  border-color: #dadada;
  color: #fff;
  text-shadow: none;
  width: 30px;
  padding: 6px 0px;
  text-align: center;
}
.hproduct .botones-cantidad input[type="text"] {
  background: #fff;
  border: 1px solid #dadada;
  border-radius: 0px;
  text-align: center;
  font-weight: normal;
  font-size: 18px;
}
.hproduct .botones-cantidad .btn.disabled,
.hproduct .botones-cantidad .btn[disabled],
.hproduct .botones-cantidad fieldset[disabled] .btn {
  opacity: 1;
  background: #dadada;
  border-color: #dadada;
}
.hproduct .botones-cantidad .btn:active,
.hproduct .botones-cantidad .btn.active {
  background: #dadada;
}
@media (max-width: 480px) {
  .hproduct .botones-cantidad {
    padding-right: 0px;
  }
  .hproduct .botones-cantidad button {
    width: 25px;
  }
}
.hproduct .no-stock-missatge {
  background: #fff1f1;
  border-radius: 4px;
  color: #ff4249;
  font-size: 14px;
  padding: 5px;
  margin-top: 20px;
  border: 1px solid #ff4249;
  text-align: center;
  font-weight: 300;
}
.hproduct .no-stock-missatge a {
  text-decoration: none;
  color: #ff4249;
  font-weight: 300;
}
.hproduct .no-stock-missatge a strong {
  font-weight: 600;
}
.hproduct a.btnAddCarro {
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  background: #28b6fe;
  display: block;
  padding: 15px 10px;
  text-align: center;
  cursor: pointer;
  margin-top: 5px;
  position: relative;
  z-index: 80;
}
.hproduct a.btnAddCarro:hover {
  text-decoration: none;
  background: #28b6fe;
}
.hproduct a.btnAddCarro.not-active {
  pointer-events: none;
  cursor: default;
  background: #e5e5e5;
}
.hproduct .no-stock-missatge {
  background: #ffe7ea;
  border-radius: 4px;
  color: #d31018;
  font-size: 18px;
  font-weight: 600;
  padding: 5px;
  margin-top: 20px;
  border: 1px solid #d31018;
  text-align: center;
}

.galeria-fotos {
  margin: 0px;
  padding: 0px;
}

.galeria-fotos li {
  list-style: none;
  margin-right: 0px;
  padding: 5px;
}

.pestanas-especificaciones {
  margin-top: 40px;
}

.titulo_dimensiones {
  font-weight: bold;
  color: #999999;
  font-size: 18px;
}

.tab-content {
  border-radius: 0px;
  border-top: 0px;
  padding: 20px;
}
.tab-content h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

ul.pestanas-especificaciones > li > a {
  border: 1px solid #fff;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  text-transform: uppercase;
  background: #eeeeee;
}

ul.pestanas-especificaciones > li > a:hover {
  background: #fff;
  border: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

ul.pestanas-especificaciones > li.active > a,
ul.pestanas-especificaciones > li.active > a:hover,
ul.pestanas-especificaciones > li.active > a:focus {
  border-bottom: 1px solid #d3d3d3;
  border-bottom-color: #fff;
}

.titulo-descargas {
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
  border-bottom: 1px solid #fff;
  text-align: center;
  font-size: 17px;
  padding-bottom: 10px;
  padding-top: 10px;
  margin-bottom: 25px;
}

a.btnPDF {
  display: block;
  background: #eeeeee;
  text-align: left;
  padding: 5px;
  margin-top: 8px;
  border: 1px solid #c9c9c9;
  color: #000;
  font-size: 13px;
}

a.btnPDF i {
  color: #d90d18;
}

#total_gratis {
  display: block;
  margin-top: 20px;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.7em;
}
#total_gratis span {
  color: #35ac19;
  font-weight: 600;
}
#total_gratis span.rojo {
  color: #ff4249;
}
@media (max-width: 639px) {
  #total_gratis {
    font-size: 15px;
  }
}
@media (max-width: 400px) {
  #total_gratis {
    font-size: 13px;
  }
}

#valoraciones {
  font-size: 15px;
}
#valoraciones .val {
  margin-bottom: 40px;
  margin-top: 5px;
}
#valoraciones .val span {
  position: relative;
  margin-right: 5px;
  top: 2px;
}
#valoraciones a.btnValoracionAdd {
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  padding: 7px;
  border-radius: 5px;
  background: #804190;
  margin-bottom: 20px;
  display: block;
  width: 200px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
}
#valoraciones a.btnValoracionAdd:hover {
  background: #c089ee;
}
#valoraciones .fa-user {
  font-size: 26px;
  background: #f4f4f4;
  color: #dbdbdb;
  border-radius: 5px;
  padding: 5px 10px;
  margin: 10px;
}
#valoraciones .opinion {
  background: #fef7ff;
  padding: 10px;
  margin-top: 10px;
}

/** CESTA DE LA COMPRA **/
.cesta {
  overflow: hidden;
  margin: 0px;
  padding: 0px;
  padding-bottom: 40px;
  margin-top: 20px;
  border: 1px solid #e6e4df;
  background: #fff;
}

.cesta thead {
  background: #eb5b27;
}

.cesta thead th {
  padding: 20px;
  color: #fff;
  font-size: 15px;
}

.cesta-compra {
  color: #000;
}

.cesta-compra tbody td {
  padding: 20px;
  font-size: 16px;
}

.cesta-compra tbody td a {
  font-size: 14px;
  color: #999;
}

.cesta-compra tbody td a strong {
  font-size: 14px;
  font-weight: normal;
  color: #000;
}

.cesta-compra tbody td.precio-carro {
  font-size: 16px;
  font-weight: bold;
}

.cesta button.btnmas {
  font-size: 15px;
}

.cesta button.btnmas i {
  font-size: 18px;
}

.imagen-carro {
  width: 10%;
}

.producto-carro {
  width: 40%;
}

.cantidad-carro {
  width: 20%;
}

.img-cart {
  width: 95%;
}

.cantidad-carro input[type="text"] {
  width: 35%;
  float: left;
  border: none;
  box-shadow: none;
  text-align: center;
  background: none;
}

/*
.precio-carro{width: 15%;}
*/
#total_gratis.cesta-compra-gastos {
  font-size: 15px;
  margin-top: 0px;
}
@media (max-width: 639px) {
  #total_gratis.cesta-compra-gastos {
    font-size: 14px;
  }
}
@media (max-width: 400px) {
  #total_gratis.cesta-compra-gastos {
    font-size: 12px;
  }
}

.cesta-compra tbody td a.btnIncrementar,
.cesta-compra tbody td a.btnDisminuir {
  background: #804190;
  border-radius: 2px;
  border-color: #c089ee;
  color: #fff;
  text-shadow: none;
  width: 30px;
  padding: 0px;
  text-align: center;
  float: left;
  width: 20px;
  height: auto;
  cursor: pointer;
  margin: 5px;
  font-weight: bold;
}

a.btnIncrementar:hover,
a.btnDisminuir:hover {
  text-decoration: none;
}

input[type="text"].art_stock_cesta {
  background: #eeeeee;
  border: 1px solid #804190;
  border-radius: 0px;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  padding: 5px;
  height: auto;
}

/*** STEPS SHOPPING CART ***/
.validar-codigo input[type="text"] {
  height: 40px;
  font-size: 15px;
}

.validar-codigo .btnmas {
  margin: 0px;
}

#eres_cliente,
#eres_registrado {
  display: none;
  margin-bottom: 20px;
}

.nav-wizard {
  margin-top: 30px;
  width: 100%;
}

.nav-wizard > li {
  float: left;
}

.nav-wizard > li > a {
  position: relative;
  background-color: #eeeeee;
  color: #999;
}

.nav-wizard > li > a:hover {
  color: #fff;
}

.nav-wizard > li > a .badge {
  margin-left: 3px;
  color: #eeeeee;
  background-color: #804190;
}

.nav-wizard > li:not(:first-child) > a {
  padding-left: 34px;
}

.nav-wizard > li:not(:first-child) > a:before {
  width: 0px;
  height: 0px;
  border-top: 19px inset transparent;
  border-bottom: 19px inset transparent;
  border-left: 20px solid #ffffff;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
}

.nav-wizard > li:not(:last-child) > a {
  margin-right: 6px;
}

.nav-wizard > li:not(:last-child) > a:after {
  width: 0px;
  height: 0px;
  border-top: 19px inset transparent;
  border-bottom: 19px inset transparent;
  border-left: 20px solid #eeeeee;
  position: absolute;
  content: "";
  top: 0;
  right: -20px;
  z-index: 2;
}

.nav-wizard > li:first-child > a {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.nav-wizard > li:last-child > a {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.nav-wizard > li.done:hover > a,
.nav-wizard > li:hover > a {
  background-color: #d5d5d5;
}

.nav-wizard > li.done:hover > a:before,
.nav-wizard > li:hover > a:before {
  border-right-color: #d5d5d5;
}

.nav-wizard > li.done:hover > a:after,
.nav-wizard > li:hover > a:after {
  border-left-color: #d5d5d5;
}

.nav-wizard > li.done > a {
  background-color: #e2e2e2;
}

.nav-wizard > li.done > a:before {
  border-right-color: #e2e2e2;
}

.nav-wizard > li.done > a:after {
  border-left-color: #e2e2e2;
}

.nav-wizard > li.active > a,
.nav-wizard > li.active > a:hover,
.nav-wizard > li.active > a:focus {
  color: #ffffff;
  background-color: #804190;
}

.nav-wizard > li.active > a:after {
  border-left-color: #804190;
}

.nav-wizard > li.active > a .badge {
  color: #804190;
  background-color: #ffffff;
}

.nav-wizard > li.disabled > a {
  /*color: #777777;*/
}

.nav-wizard > li.disabled > a:hover,
.nav-wizard > li.disabled > a:focus {
  /*color: #777777;*/
  text-decoration: none;
  background-color: #eeeeee;
  cursor: default;
}

.nav-wizard > li.disabled > a:before {
  border-right-color: #eeeeee;
}

.nav-wizard > li.disabled > a:after {
  border-left-color: #eeeeee;
}

.nav-wizard.nav-justified > li {
  float: none;
}

.nav-wizard.nav-justified > li > a {
  padding: 10px 15px;
}

@media (max-width: 768px) {
  .nav-wizard.nav-justified > li > a {
    border-radius: 4px;
    margin-right: 0;
  }

  .nav-wizard.nav-justified > li > a:before,
  .nav-wizard.nav-justified > li > a:after {
    border: none !important;
  }
}
.btnmas {
  background: #c089ee;
  padding: 10px 15px;
  color: #fff;
  border: 0px;
  font-size: 18px;
  text-transform: uppercase;
  border: 0px;
  font-weight: 600;
  border-radius: 4px;
}

.btnmas.btn-success {
  background: green;
}

.btnmas:hover {
  background: #804190;
  color: #fff;
}

#resumen-pago h2 {
  color: #804190;
  font-size: 24px;
}
#resumen-pago h3 {
  font-size: 18px;
}
#resumen-pago a {
  color: #474747;
  margin-right: 15px;
  text-decoration: underline;
}
#resumen-pago label {
  font-weight: normal;
}
#resumen-pago .form-group {
  margin-bottom: 10px;
  overflow: hidden;
}
#resumen-pago #formIdentificarse {
  background: #c089ee;
  color: #fff;
  margin-right: 15px;
}
#resumen-pago #formIdentificarse:hover {
  background: #804190;
}

.confirmacion_pedido .titulo_secciones {
  border: 0;
  color: #804190;
  border-bottom: 1px solid #804190;
  text-transform: none;
  font-weight: normal;
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 0px;
  padding-left: 5px;
  overflow: inherit;
}

@media (max-width: 639px) {
  .cesta-compra thead th {
    font-size: 13px;
    padding: 0px;
  }

  .cesta-compra tbody td {
    font-size: 12px;
    padding: 0px;
  }

  .cesta-compra tbody td a {
    font-size: 12px;
    padding: 0px;
  }

  .cesta-compra tbody td.precio-carro {
    font-size: 13px;
  }

  .cesta-compra tbody td a strong {
    font-size: 13px;
  }

  .cantidad-carro {
    position: relative;
    width: 10%;
  }

  .precio-carro {
    width: 15%;
  }

  .cesta-compra tbody td a.btnIncrementar,
  .cesta-compra tbody td a.btnDisminuir {
    position: absolute;
    right: 10px;
    top: 0px;
    padding: 0px 5px 2px 5px;
  }

  .cesta-compra tbody td a.btnDisminuir {
    top: 25px;
    padding: 0px 5px 2px 5px;
  }

  input[type="text"].art_stock_cesta {
    border: none;
    background: none;
    padding: 0px;
    width: 20px;
    height: auto;
    font-weight: normal;
  }

  .imagen-carro {
    width: 10%;
  }
  .imagen-carro img.img-cart {
    margin-right: 10px;
  }

  .precio-carro {
    width: 15%;
  }

  #gastos h3 {
    font-size: 18px;
  }

  .btnmas {
    font-size: 13px;
    padding: 8px 10px;
    font-weight: normal;
    float: right;
    margin-right: 0px;
    margin-bottom: 10px;
  }

  #resumen-pago h3 {
    font-size: 16px;
  }

  #resumen-pago .input-direccion {
    margin-bottom: 10px;
  }

  .btnmas.btnenviar {
    margin: auto;
    display: block;
    float: none;
    font-size: 18px;
  }
}
#resumen-pago .identificarse-movil {
  background: #f1f1f1;
  padding: 10px;
  margin-bottom: 10px;
}
#resumen-pago .identificarse-movil p {
  margin: 0px;
  padding: 0px;
  font-size: 16px;
}
#resumen-pago .identificarse-movil p a {
  text-decoration: underline;
  background: #804190;
  color: #fff;
  padding: 2px 15px;
  display: inline-block;
  text-align: center;
  margin-left: 5px;
  text-decoration: none;
  border-radius: 4px;
}

/** CONTACTO **/
.atencion {
  font-size: 17px;
  font-weight: 300;
}
.atencion h5 {
  font-weight: 400;
  font-size: 20px;
  margin: 30px 0px;
}
.atencion a {
  color: #181818;
}
.atencion i {
  color: #804190;
  font-size: 20px;
  margin-right: 10px;
  margin-bottom: 10px;
  float: left;
}
.atencion .titulo-filtro h1 {
  font-size: 20px;
  margin-top: 0px;
}

.formulario .form-envio {
  background: #f8f8f8;
  padding: 20px;
  font-size: 15px;
}
.formulario .form-envio label {
  font-weight: 300;
  font-style: italic;
}
.formulario .form-envio input[type="email"],
.formulario .form-envio input[type="tel"],
.formulario .form-envio input[type="text"],
.formulario .form-envio textarea {
  background: #fff;
  border: 0px;
}
.formulario .form-envio textarea {
  min-height: 120px;
}
.formulario .form-envio input[type="submit"] {
  background: #804190;
  color: #fff;
  text-transform: uppercase;
  width: 200px;
  border-radius: 4px;
  float: right;
}
.formulario .form-envio .titulo {
  text-transform: none;
  margin-top: 0px;
  color: #333;
  font-size: 26px;
}
.formulario .form-envio a {
  text-decoration: underline;
  font-weight: bold;
  color: #181818;
}

a.btnKokenCosmetics {
  color: #804190;
  font-size: 20px;
  display: block;
  margin: 30px auto;
  text-align: center;
}

a.btnKokenCosmetics:hover {
  text-decoration: underline;
}

a.btnContactar {
  background: #804190;
  color: #fff;
  border-radius: 30px;
  font-size: 25px;
  padding: 8px 30px;
  display: block;
  max-width: 350px;
  margin: 30px auto;
  text-align: center;
}

a.btnContactar:hover {
  text-decoration: none;
  color: #fff;
  background: #c089ee;
}

a.btnContactar h2 {
  font-size: 25px;
  font-weight: normal;
}

/** CUENTA **/
.nav-cuenta {
  margin-bottom: 30px;
}
.nav-cuenta li {
  float: left;
  overflow: hidden;
  text-transform: uppercase;
  color: #fff;
  text-align: left;
  font-size: 17px;
  width: 18%;
  margin-right: 2.3%;
}
.nav-cuenta li a {
  display: block;
  min-height: 90px;
  padding-top: 20px;
  color: #fff;
  background: #804190;
  border-radius: 5px;
}
.nav-cuenta li a i {
  padding-top: 0px;
  float: left;
  margin-right: 10px;
}
.nav-cuenta li a:hover,
.nav-cuenta li .nav-cuenta li a#selectedCuenta {
  background: #c089ee;
}
.nav-cuenta li:last-child {
  margin-right: 0px;
}
@media (max-width: 640px) {
  .nav-cuenta li {
    width: 100%;
    display: block;
    float: none;
    margin: 0px;
  }
  .nav-cuenta li a {
    margin: auto;
    display: block;
    width: 90%;
    margin-bottom: 5px;
    min-height: 70px;
  }
}

.zona-usuario {
  border: 1px solid #804190;
}
.zona-usuario label {
  font-weight: normal;
}
.zona-usuario .titulo-filtro {
  position: relative;
  margin-top: 10px;
  text-align: left;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 40px;
  color: #000;
}
.zona-usuario .titulo-filtro:before {
  content: "";
  display: block;
  border-top: solid 1px #a1a1a3;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  z-index: 1;
}
.zona-usuario .titulo-filtro span {
  background: #fff;
  padding: 0 10px 0px 0px;
  position: relative;
  z-index: 5;
}
.zona-usuario .btnagregar,
.zona-usuario a.btnagregar {
  margin: 10px auto;
  display: block;
  border: 2px solid #382b34;
  border-radius: 5px;
  text-transform: uppercase;
  text-align: center;
  font-size: 17px;
  color: #382b34;
  padding: 10px 0px;
  max-width: 225px;
}
.zona-usuario .btnagregar:hover,
.zona-usuario a.btnagregar:hover {
  background: #c089ee;
  border-color: #c089ee;
  color: #fff;
}
.zona-usuario .lila {
  background: #804190;
  color: #fff;
}
.zona-usuario .lila1 {
  background: #c089ee;
  color: #fff;
}
.zona-usuario .lila1 i {
  color: #fff;
}
.zona-usuario .lila2 {
  background: #c089ee;
  text-transform: uppercase;
  color: #fff;
}
.zona-usuario .dato:after {
  content: "";
  border-bottom: 30px solid transparent;
  border-left: 10px solid #804190;
  position: absolute;
  right: -10px;
  bottom: 0;
  z-index: 10;
}
.zona-usuario .lila:after {
  border-left: 10px solid #804190;
}
.zona-usuario .lila1:after {
  border-left: 10px solid #c089ee;
}
.zona-usuario .lila2:after {
  border: 0px;
}
.zona-usuario .cesta {
  border: 0px;
}
.zona-usuario .cesta-compra {
  border: none;
  width: 100%;
}
.zona-usuario .cesta-compra thead tr th {
  text-transform: uppercase;
  font-weight: normal;
  font-size: 15px;
  border-bottom: 1px solid #c5e1f9;
  padding: 8px;
}
.zona-usuario .cesta-compra td {
  font-size: 14px;
  padding: 8px;
}
.zona-usuario .cesta-compra h5 {
  text-transform: uppercase;
  font-weight: normal;
}

.titulo-zona-usuario {
  background: #804190;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 23px;
  font-weight: 300;
  padding: 10px 0px;
}

.resumen-pedidos {
  margin: 30px;
}

.zona-usuario .row {
  margin: 0px;
}

.zona-usuario [class*="col-"] {
  padding: 0px;
  margin-bottom: 0px;
}

.zona-usuario .titulo-pedidos {
  text-transform: uppercase;
  text-align: center;
  font-size: 16px;
  color: #804190;
  display: block;
  padding: 4px 0px;
}

.resumen-pedidos i {
  color: #fff;
  margin-left: 10px;
}

.resumen-pedidos a.btnmas {
  margin: 0px;
  float: right;
  margin-bottom: 30px;
}

.resumen-pedidos .pedido-oculto {
  display: none;
  margin-top: 0px;
}

.lista-pedidos .btnagregar {
  margin-bottom: 0px;
}

/*.lista-pedidos .cesta{ margin-top: -10px;}*/
.zona-usuario .row .row {
  margin-bottom: 0px;
}

.zona-usuario .cesta {
  margin: 0px;
  margin-bottom: 20px;
}

.zona-usuario .dato {
  text-align: center;
  margin: 0px;
  padding: 5px 0px;
}

#texto-destacado-pie {
  margin: 50px auto;
}
#texto-destacado-pie p {
  font-style: italic;
  font-size: 23px;
  font-weight: 300;
  line-height: normal;
  color: #666;
}

.newsletter {
  background: #804190;
  padding: 10px 0px;
  color: #fff;
  overflow: hidden;
}
.newsletter .titulo-newsletter {
  color: #fff;
  font-size: 26px;
}
@media (max-width: 768px) {
  .newsletter .titulo-newsletter {
    font-size: 22px;
    margin-bottom: 10px;
    margin-left: 13px;
  }
}
@media (max-width: 640px) {
  .newsletter .titulo-newsletter {
    font-size: 18px;
    margin: 0px;
    margin-bottom: 10px;
  }
}
.newsletter a {
  color: #fff;
  text-decoration: underline;
}
.newsletter .form-pie {
  margin-top: 10px;
}
.newsletter .form-pie label {
  font-weight: normal;
  font-size: 16px;
  color: #fff;
}
.newsletter .form-pie input[type="email"] {
  padding: 8px;
  font-size: 15px;
  border: 0px;
  color: #474747;
  width: 70%;
  border-radius: 2px 0px 0px 2px;
  margin-right: -3px;
}
.newsletter .form-pie input[type="submit"] {
  border: none;
  font-size: 18px;
  background: #ff4048;
  text-transform: uppercase;
  padding: 5px 9px 7px;
  border-radius: 0px 2px 2px 0px;
  color: #fff;
  font-weight: bold;
}
.newsletter .form-pie ::-webkit-input-placeholder {
  color: #959595;
}
@media (max-width: 374px) {
  .newsletter .titulo-newsletter {
    font-size: 16px;
  }
  .newsletter .form-pie label {
    font-size: 13px;
    margin-left: 15px;
  }
  .newsletter .form-pie input[type="email"] {
    font-size: 13px;
    width: 70%;
    padding: 5px;
  }
  .newsletter .form-pie input[type="submit"] {
    font-size: 16px;
    padding: 2px 9px 4.5px;
  }
}

@media (max-width: 1640px) {
  .nosotros .newsletter .titulo-newsletter {
    font-size: 21px;
  }
  .nosotros .newsletter label {
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  .nosotros .newsletter .titulo-newsletter {
    font-size: 17px;
    margin-top: 5px;
  }
  .nosotros .newsletter label {
    font-size: 14px;
  }
}

#pie {
  background: #382b34;
  color: #fff;
  padding: 30px 0px;
  color: #fff;
}
#pie a {
  color: #fff;
}
#pie i {
  color: #c089ee;
  margin-right: 15px;
}
#pie .titulo {
  color: #c089ee;
  border-bottom: 1px solid #c089ee;
  font-size: 22px;
  margin-bottom: 20px;
}
#pie .titulo h4 {
  font-size: 22px;
  margin-top: 2px;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  #pie ul.category-list-footer {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
  }
}
@media (max-width: 480px) {
  #pie {
    text-align: center;
  }
  #pie .titulo {
    font-size: 18px;
  }
  #pie ul li {
    text-align: center;
  }
}
#pie ul li a {
  color: #fff;
}

.scrollup {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 65px;
  z-index: 999;
  font-size: 38px;
  color: #804190;
}
.scrollup:hover,
.scrollup:focus {
  color: #804190;
}

/*** LOGIN MODAL ***/
.modal .titulo-modal {
  font-size: 26px;
}

.login_modal_footer {
  margin-top: 5px;
}

.modal-dialog {
  z-index: 9999;
}

.login_modal_footer a {
  color: #fff;
}

.login_modal_header .modal-title {
  text-align: center;
}

@media (max-width: 640px) {
  .login_modal_header .modal-title {
    font-size: 22px;
  }
}
.form-group {
  position: relative;
  overflow: hidden;
}

.form-group .login-field-icon {
  font-size: 20px;
  position: absolute;
  right: 15px;
  top: 3px;
  transition: all 0.25s ease 0s;
  padding-top: 2%;
}

.login-modal {
  width: 100%;
  padding-bottom: 20px;
}

.login-modal label {
  font-weight: lighter;
}

.login_modal_header,
.login_modal_footer {
  background: #804190 !important;
  color: #fff;
  font-size: 20px;
}

.login-modal input {
  height: 40px;
  box-shadow: none;
  border: 1px solid #ddd;
}

.login-modal input[type="checkbox"] {
  height: auto;
}

.login-modal input[type="submit"] {
  background: #c089ee;
  border-radius: 5px;
  text-transform: uppercase;
  text-align: center;
  font-size: 17px;
  color: #fff;
  padding-left: 30px;
  padding-right: 30px;
}

.login-modal input[type="submit"]:hover {
  background: #804190;
  color: #fff;
}

.login-modal .popup-tamanocherry #tamanocherry {
  font-size: 14px;
}

.login-link {
  margin: 20px 0px;
}

.modal-icons {
  margin-left: -10px;
  margin-right: 20px;
}

#modal-launcher {
  margin: 30% 0 0 30%;
}

#register-modal .form-group {
  margin-bottom: 20px;
  display: block;
  overflow: hidden;
}

#register-modal .form-group .login-field-icon {
  right: 30px;
}

.modal .hproduct .titulo-modal {
  color: #804190;
  margin: 0px;
  font-size: 26px;
}
.modal .hproduct .btnmas {
  display: block;
  background: #804190;
  margin: auto;
  text-align: center;
  color: #fff;
  text-decoration: none;
}
@media (max-width: 640px) {
  .modal .hproduct .btnmas {
    float: none;
    margin-top: 10px;
  }
}
@media (max-width: 640px) {
  .modal .hproduct .titulo-modal {
    font-size: 22px;
  }
}

@media (max-width: 480px) {
  .login_modal_header {
    padding: 0px;
  }
  .login_modal_header h2 {
    font-size: 22px;
  }

  .login-modal h3 {
    font-size: 16px;
  }
}
/*** NOSOTROS ***/
.nosotros {
  margin-bottom: 50px;
}
.nosotros .titulo_seccion {
  border: 0px;
  margin-bottom: 40px;
}
.nosotros .titulo_seccion h1 {
  font-size: 54px;
}
.nosotros p {
  font-size: 16px;
  line-height: 1.8em;
}

/*** OFERTAS ****/
.oferta-imagen {
  margin-top: 40px;
}

/*** FAQS ****/
.faqs .panel {
  padding: 2px;
  border: 2px solid #804190;
  border-radius: 5px;
}

.faqs .panel-heading {
  display: block;
  border: none;
  background: #fff;
}

.faqs .panel-title {
  border: none;
}

.faqs .panel-heading h2.panel-title {
  margin: 0px;
  border: none;
}

.faqs .panel-heading h2 i {
  margin-top: 2px;
  margin-right: 15px;
  color: #804190;
  font-weight: lighter;
  font-size: 20px;
  text-align: center;
  color: #804190;
  padding: 5px 8px;
  border-radius: 100%;
  border: 2px solid #804190;
  line-height: 1em;
}

.faqs .panel-heading h2 span {
  float: left;
}

.faqs .panel-heading a {
  color: #804190;
  border: none;
  display: block;
  width: 100%;
  font-size: 19px;
  font-weight: bold;
  padding: 10px;
}

.faqs .panel-body {
  padding: 20px;
  border: none;
  font-size: 15px;
  line-height: 1.5em;
}

.faqs .panel-collapse,
.faqs collapse {
  border: none;
}

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border: none;
}

@media (max-width: 640px) {
  .sweet-overlay h2 {
    font-size: 18px;
  }
}

#cookie-notice {
  background-color: rgba(255, 255, 255, 0.9) !important;
  -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.15);
  margin: 1.5em;
  min-width: initial;
  position: fixed;
  width: 38em;
  z-index: 1000;
}
#cookie-notice .cookie-notice-container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1.5em;
}
#cookie-notice #cn-notice-text {
  color: black;
  display: block;
  text-align: justify;
}
#cookie-notice .cn-button {
  background: none;
  background-color: #804190;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: white;
  display: block;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin: 1em 0 0 0;
  opacity: 0.85;
  padding: 0.75em 1em;
  text-shadow: none;
  text-transform: uppercase;
}
#cookie-notice .cn-button:hover {
  opacity: 1;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
#cookie-notice .cookie-notice-revoke-container {
  text-align: initial;
}
#cookie-notice .cn-revoke-cookie.cn-button {
  display: inline-block;
  margin: 0;
}
@media (max-width: 38em) {
  #cookie-notice {
    margin: 0;
    width: 100%;
  }
}

/** NEWSLETTER **/
.pagina-newsletter {
}

.btnCodigos {
  font-weight: bold;
  padding: 10px;
  display: block;
  text-transform: uppercase;
  padding: 7px 15px;
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
  border-radius: 3px;
  background: #4bab1c;
  color: white;
}
.btnCodigos:hover {
  color: white;
  text-decoration: none;
}
.titulo-newsletter {
  font-size: 2em;
  margin-bottom: 40px;
  text-align: center;
  font-weight: bold;
}
.pagina-newsletter .btnEnviarNewsletter {
  background: #ff232b;
  text-align: center;
  padding: 15px 25px;
  padding-top: 20px;
  line-height: normal;
  color: #fff;
  text-transform: uppercase;
  margin: 40px auto;
  display: block;
  border: 0;
  font-size: 20px;
  border-radius: 50px;
}

.pagina-newsletter .form-control {
  border: 0px;
  font-size: 18px;
  text-transform: uppercase;
  color: #000;
  padding: 10px 0;
  height: 35px;
  border-radius: 0;
  background: #fdfdfd;
  margin-bottom: 10px;
  border-bottom: 2px solid #804190;
  box-shadow: none;
}
.pagina-newsletter #myForm {
  max-width: 700px;
  width: 100%;
  margin: 40px auto;
}
.pagina-newsletter #myForm label {
  font-size: 22px;
  font-weight: bold;
}
.pagina-newsletter #myForm .texto-newsletter {
  font-size: 18px;
  margin: 30px 20px 50px 20px;
}
.pagina-newsletter #myForm .no-margin-condiciones {
  font-size: 1em;
}

@media (max-width: 480px) {
  .pagina-newsletter {
    padding-top: 20px;
  }
  .titulo-newsletter {
    font-size: 1.6em;
  }
  .pagina-newsletter .form-control {
    font-size: 15px;
  }
  .pagina-newsletter #myForm label {
    font-size: 14px;
  }
  .pagina-newsletter #myForm .texto-newsletter {
    font-size: 12px;
    margin-left: 10px;
  }
  .pagina-newsletter .btnEnviarNewsletter {
    font-size: 18px;
  }
  .pagina-newsletter #myForm .no-margin-condiciones {
    font-size: 10px;
  }
  .btnCodigos {
    display: block !important;
    color: #fff;
    text-align: center;
    padding: 10px;
    border-radius: 10px;
    margin: 30px 10px 0;
  }
  iframe[src*="youtube.com"] {
    max-width: 100%;
    height: auto;
    aspect-ratio: 16/9;
  }
}
