@import url(https://fonts.googleapis.com/css?family=Raleway:400, 900);
@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@600&display=swap);
@import url(https://maxcdn.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css);
@import url(https://netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap-theme.min.css);
@import "bootstrap-xt-tn.min.css";
@import "lightbox.min.css";
@import "style-menu.min.css";
body {
  font-family: "Open Sans";
  font-size: 13px;
  color: #474747;
}
.row.is-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.row.is-flex > [class*="col-"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.row.is-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.row.is-flex > [class*="col-"] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 992px) {
  .container {
    max-width: 96%;
  }
}
label {
  font-weight: 400;
}
a {
  color: #474747;
}
a:hover {
  color: #f79e40;
}
h1 {
  font-family: "Abel", "Open Sans";
}
h2 {
  font-family: "Abel", "Open Sans";
  font-size: 2em;
  color: #f79e40;
  text-transform: uppercase;
}
h3 {
  font-family: "Abel", "Open Sans";
  font-size: 1.3em;
}
h4 {
  font-family: "Abel", "Open Sans";
  font-size: 1.7em;
}
h3 strong {
  font-weight: 800;
  font-size: 1.13em;
}
h5 strong {
  font-size: 1.13em;
}
p {
  text-align: justify;
}
.obligatorio {
  color: #f79e40;
}
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="text"],
textarea.form-control {
  border-color: #c7c7c7;
  height: 26px;
  font-size: 13px;
  font-family: Arial;
}
textarea.form-control {
  height: auto;
}
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
select.form-control:focus,
select:hover,
textarea.form-control:focus {
  border-color: #c7c7c7;
  -webkit-box-shadow: none;
  box-shadow: none;
}
input[type="email"]:active,
input[type="number"]:active,
input[type="password"]:active,
input[type="tel"]:active,
input[type="text"]:active,
select.form-control:active,
select:active,
textarea.form-control:active {
  border-color: #c7c7c7;
  -webkit-box-shadow: none;
  box-shadow: none;
}
select.form-control {
  padding: 0;
  font-size: 13px;
  margin: 0;
  height: 27px;
}
.titulo_seccion {
  font-family: "Abel", "Open Sans";
  border: 0;
  color: #f79e40;
  font-weight: 400;
  font-size: 21px;
  margin-bottom: 10px;
  padding: 0;
  overflow: inherit;
  background: #fff;
  text-transform: uppercase;
  border-bottom: 1px solid #f79e40;
}
.titulo_seccion h2 {
  font-family: "Abel", "Open Sans";
  text-transform: none;
  font-size: 22px;
  color: #f79e40;
}
.buscador input[type="text"] {
  background: #fff;
}
.titulo_menu_pequeno .navbar-toggle {
  margin: 0;
  padding: 0;
  padding-right: 10px;
}
.titulo_secciones {
  font-family: "Abel", "Open Sans";
  border: 0;
  color: #f79e40;
  border-bottom: 1px solid #f79e40;
  text-transform: none;
  font-weight: 400;
  font-size: 22px;
  margin-bottom: 10px;
  padding: 0;
  padding-left: 5px;
  overflow: inherit;
}
.borde {
  border-bottom: 1px solid #eee;
}
@media (max-width: 639px) {
  #bck-sac-mini {
    padding: 0;
    margin: 0;
  }
  #empresa {
    margin-top: 50px;
  }
}
.banners-destacados {
  margin-bottom: 40px;
  overflow: hidden;
}
.text-login {
  color: white;
  text-transform: none;
}
.buscador-texto p,
.buscador p {
  color: white;
  text-align: center;
  text-transform: uppercase;
  display: block;
  font-size: 14px;
  margin-top: 0;
  font-family: "Abel", "Open Sans";
}
.icono-cesta-movil {
  width: 30px;
  margin: 10px;
}
#header .total {
  margin-right: 0;
}
#header .resumen-cesta {
  width: 500px;
  position: fixed;
  right: -530px;
  overflow: hidden;
  z-index: 9999;
  background-color: #fff;
  overflow-y: auto;
  top: 0;
}
#header .resumen-cesta::-webkit-scrollbar {
  width: 8px;
  /* width of the entire scrollbar */
}
#header .resumen-cesta::-webkit-scrollbar-track {
  background: #ffe5d0;
  /* color of the tracking area */
}
#header .resumen-cesta::-webkit-scrollbar-thumb {
  background-color: #f79e40;
  /* color of the scroll thumb */
}
#header .resumen-cesta .row {
  margin-bottom: 10px;
}
#header .resumen-cesta a.btnResumen {
  display: block;
  background: #f79e40;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  font-size: 16px;
  padding: 10px 0;
  margin: 10px 0;
}
#header .resumen-cesta .total-cesta {
  display: block;
  background: #f1f1f1;
  padding: 10px 5px;
  font-weight: 700;
  font-size: 14px;
  display: block;
  text-align: right;
  margin-top: 10px;
  text-transform: uppercase;
}
#header .icono-resumen-cesta {
  overflow: hidden;
  cursor: pointer;
}
#header #subtotal1 {
  background: #fff;
  position: fixed;
  bottom: 0;
  width: 500px;
}
#header .scroll {
  border: 0;
  position: relative;
  overflow-x: hidden;
  min-height: 78vh;
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#header .scroll::-webkit-scrollbar {
  width: 8px;
  /* width of the entire scrollbar */
}
#header .scroll::-webkit-scrollbar-track {
  background: #f1f1f1;
  /* color of the tracking area */
}
#header .scroll::-webkit-scrollbar-thumb {
  background-color: #f79e40;
  /* color of the scroll thumb */
}
@media (min-width: 992px) {
  body {
    padding-top: 160px;
  }
  .logo-cabecera {
    max-width: 300px;
    width: 100%;
  }
  #bck-sac-mini {
    display: flex;
    align-items: center;
  }
  #header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
    margin: auto;
    background: #fff;
    padding: 10px 0;
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.25);
    background: #30303c;
  }
  #header .iconos-cabecera {
    width: 40px;
    float: right;
    margin-left: 10px;
    margin-top: 18px;
  }
  #header .total {
    margin-top: 20px;
    font-weight: 700;
    display: block;
    min-width: 100px;
    text-align: center;
    background: #ffe5d0;
    font-size: 16px;
    padding: 5px;
    border-radius: 40px;
    color: #f79e40;
    margin-right: 0;
    margin-left: 10px;
  }
  #header .identificado {
    background: #fff;
    width: 300px;
    border-top: 3px solid #f79e40;
    position: absolute;
    right: -330px;
    top: 80px;
    overflow: hidden;
    padding: 10px;
    padding-top: 0;
    z-index: 9999;
  }
  #header .identificado li {
    margin-bottom: 5px;
    padding: 5px;
  }
  #header .identificado li .fa {
    width: 20px;
  }
  .buscador {
    margin: 0;
    padding: 0;
    padding-bottom: 7px;
    float: left;
    width: 100%;
    position: relative;
  }
  .buscador-texto {
    text-transform: uppercase;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: end;
  }
  .buscador-texto p strong,
  .buscador p strong {
    color: #f79e40;
  }
  .buscador form {
    margin: auto;
  }
  .buscador input[type="text"] {
    border-radius: 23px;
    border: 2px solid #e1e1e1;
    font-weight: 400;
    padding: 14px;
    font-size: 15px;
    background: #ebeced;
    margin-top: 0;
    width: 100%;
    font-family: "Open Sans", FontAwesome;
    height: 25px;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
  }
  .titulo_seccion h2 {
    font-size: 28px;
    border-bottom: 1px solid #f79e40;
    padding-bottom: 3px;
  }
}
a.btnCatalogo {
  color: #fff;
  background: #f79e40;
  padding: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  padding: 13px 30px;
  text-transform: none;
  border-radius: 25px;
  display: block;
  float: left;
  text-transform: uppercase;
  margin-left: 10px;
  text-decoration: none;
}
@media (max-width: 639px) {
  a.btnCatalogo {
    margin: 20px auto;
    clear: both;
    display: block;
    width: 90%;
    text-align: center;
    float: none;
  }
}
@media (max-width: 1366px) {
  /* top: 42px !important;
  */
  #header .identificado {
    top: 42px !important;
  }
}
@media (max-width: 1023px) {
  body {
    padding-top: 80px;
  }
  #header .total {
    margin-right: 0;
    font-size: 13px;
    min-width: auto;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 1024px) {
  body {
    padding-top: 125px;
  }
  #header .total {
    margin-right: 0;
  }
  .buscador {
    margin-top: -5px;
  }
  .buscador p {
    margin-top: 0;
    font-size: 16px;
  }
  .buscador input[type="text"] {
    height: auto;
    padding: 5px 10px;
  }
  a.btnCatalogo {
    padding: 8px 30px;
  }
}
@media (min-width: 1200px) {
  body {
    padding-top: 85px;
  }
  #header .total {
    margin-top: 7px;
  }
  #header .iconos-cabecera {
    margin-top: 0;
  }
  .buscador {
    text-align: center;
    display: flex;
    justify-content: center;
    margin: auto;
    margin-top: 5px;
  }
  .buscador p {
    font-size: 20px;
    margin-top: 13px;
  }
  .buscador input[type="text"] {
    padding: 10px 15px;
    margin-top: 5px;
  }
  .buscador form {
    margin: 0;
    margin-left: 20px;
    width: 100% !important;
    max-width: 600px;
  }
  .buscador a.btnCatalogo {
    padding: 12px 20px;
    margin-top: 5px;
  }
}
@media (min-width: 1550px) {
  body {
    padding-top: 90px;
  }
  #header .iconos-cabecera {
    margin-left: 20px;
    margin-right: 10px;
    width: 42px;
  }
  .buscador p {
    font-size: 23px;
  }
  #header .total {
    margin-top: 15px;
    margin-left: 10px;
  }
}
@media (max-width: 479px) {
  #bck-sac-mini [class*="col-"] {
    padding: 0;
  }
}
#form-buscador-movil {
  display: none;
  padding-bottom: 20px !important;
  overflow: hidden;
}
@media (min-width: 992px) {
  #myCarousel {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  #header {
    width: 100%;
    position: fixed;
    z-index: 3;
    top: 0;
    left: 0;
  }
  #header .container-fluid {
    padding: 0;
  }
  #bck-sac-mini {
    background: #fff;
    background: #30303c;
    width: 100%;
    padding: 8px;
    display: flex;
    align-items: center;
  }
  #bck-sac-mini .navbar-toggle {
    color: #f79e40;
    margin-right: 10px;
    margin-left: 10px;
    padding: 0;
    background: #fff;
    z-index: 0;
    position: relative;
  }
  #bck-sac-mini .navbar-toggle .glyphicon {
    font-size: 25px;
    margin-top: 7px;
  }
  #bck-sac-mini .phone-cabecera {
    float: right;
    margin-top: 12px;
  }
  #bck-sac-mini .fa-search {
    font-size: 22px;
    color: #f79e40;
    margin-top: 17px;
  }
  .buscador-movil {
    padding-top: 5px;
    width: 93%;
    margin: auto;
  }
  .buscador-movil input[type="text"] {
    padding: 18px 8px;
    font-size: 15px;
    border: 1px solid #f79e40;
    width: 100%;
    float: right;
    width: 100%;
    border-radius: 3px;
  }
  .buscador-movil input[type="submit"] {
    content: "\f000";
    position: absolute;
    right: 10px;
    top: 5px;
    font-family: FontAwesome, "Helvetica Neue", Helvetica, Arial, sans-serif;
    border: none;
    color: #f79e40;
    font-size: 18px;
    background: none;
  }
}
.form-identificarse .modal-dialog {
  padding: 20px;
  width: 400px;
}
.navbar {
  border: 0;
  margin: 0;
}
.navbar-default {
  background: none;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.navbar-header {
  font-family: "Abel", "Open Sans";
}
.navbar-form .btn {
  margin-left: 10px;
}
.navbar-header ul li.nomargin {
  padding: 0;
}
.navbar-categories {
  font-family: "Abel", "Open Sans";
  font-size: 15px;
  line-height: 1.3em;
  background: #fff;
}
@media (max-width: 991px) {
  .contenedor-principal {
    margin-top: 0px;
  }
}
@media (min-width: 992px) {
  .contenedor-principal {
    margin-left: 238px;
    min-height: calc(100vh - 230px);
  }
}
@media (min-width: 992px) {
  .home {
    max-width: 100%;
    overflow-x: hidden;
  }
  .izquierda {
    position: fixed;
    left: 0;
    z-index: 50;
    top: 91px;
    width: 237px;
    background: #fff;
  }
  .izquierda::-webkit-scrollbar {
    width: 5px;
    height: 5px;
  }
  .izquierda::-webkit-scrollbar-track {
    background-color: #f1f1f1;
    border-radius: 5px;
  }
  .izquierda::-webkit-scrollbar-thumb {
    background-color: #ddd;
    border-radius: 5px;
  }
  .navbar-header {
    width: 100%;
    min-height: auto !important;
    margin-top: 0;
  }
  .navbar-header ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
  }
  .navbar-header ul li {
    list-style: none;
    margin: 0 10px;
    text-transform: uppercase;
    font-size: 16px;
  }
  .izquierda .titulo_seccion {
    font-weight: 700;
    color: #f79e40;
    text-transform: uppercase;
    border: 1px solid #ddd;
    border-bottom: 0;
    padding: 7px 15px;
    font-weight: 700;
    font-size: 15px;
    margin: 0;
    overflow: hidden;
  }
  .navbar-categories {
    border: 1px solid #ddd;
    border-top: 0;
  }
  .navbar-categories li {
    border-top: 1px solid #ddd;
  }
  .navbar-categories a {
    display: block;
    padding: 7px 12px !important;
    border-left: 4px solid #fff;
    color: #000;
    text-decoration: none;
    font-size: 16px;
    border-radius: 0;
  }
  .navbar-categories a#selected,
  .navbar-categories a:hover {
    background: #e9e9e9;
    border-left: 4px solid #f79e40;
    font-weight: 600;
    text-shadow: none;
  }
  .navbar-categories li ul li a {
    font-size: 15px !important;
    padding: 7px 20px !important;
  }
}
@media (min-width: 992px) and (max-width: 1023px) {
  .izquierda {
    width: 200px;
  }
  .contenedor-principal {
    margin-left: 200px;
  }
}
@media (max-width: 991px) {
  /* .navbar-categories ul li a.submenu{
    position: absolute;
    right: 10px;
    z-index: 99;
 }
  */
  .navbar {
    -webkit-box-shadow: 0 0 0.76923rem 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 0.76923rem 0 rgba(0, 0, 0, 0.15);
    display: block;
    position: fixed;
    left: -90%;
    top: 0;
    background: #fff;
    width: 90%;
    float: none;
    margin: 0;
    padding: 0;
    height: 100%;
    z-index: 99;
  }
  .navbar-categories {
    background: none !important;
  }
  .navbar-categories ul li {
    border: 0px !important;
    position: relative;
  }
  .navbar-categories li li a,
  .navbar-categories ul li a {
    padding: 10px;
    margin: 0;
    border: 0;
    font-size: 1.13em;
    font-weight: 700;
  }
  .navbar-categories a#selected,
  .navbar-categories ul li a:hover {
    background: #f78231 !important;
    color: #fff !important;
  }
}
.menu-registro {
  font-family: "Open Sans";
  padding: 0;
  padding-top: 0;
  padding-bottom: 3px;
  margin-right: 15px;
  margin-bottom: 0;
}
.menu-registro ul li {
  padding-right: 0;
}
.menu-registro ul.lista-registro {
  border-bottom: 1px solid #f79e40;
  width: 185px;
  float: right;
  padding-bottom: 3px;
}
.identificado {
  float: right;
  margin-right: 10px;
  margin-top: 10px;
}
.breadcrumb > li + li:before {
  color: #999;
  content: "\203A";
  padding-right: 3px;
  padding-left: 0;
}
.breadcrumb > .active {
  color: #878787;
}
.breadcrumb a {
  font-weight: 400;
  color: #f7901e;
}
.breadcrumb {
  font-family: "Abel";
  background: none;
  color: #000;
  font-size: 15px;
  padding: 7px 0 7px 15px;
  margin-bottom: 0px;
  overflow: hidden;
  border-radius: 0;
  margin-left: -2px;
}
ul.enlaces-pie {
  margin-top: 50px;
  margin-bottom: 50px;
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
ul.enlaces-pie li {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-right: 20px;
}
ul.enlaces-pie li strong {
  display: block;
  color: #f79e40;
  font-size: 16px;
}
.pie {
  padding-top: 20px;
  border-top: 2px solid #f79e40;
  margin: 0 auto 25px;
  width: 100%;
}
.pie ul li {
  margin-bottom: 5px;
}
.pie .redes-pie {
  margin: auto;
  text-align: center;
}
.pie .redes-pie ul {
  margin: 10px 0;
}
.pie .datos-pie li {
  width: 100%;
  overflow: hidden;
  margin-bottom: 5px;
  font-size: 13px;
}
.pie .datos-pie li:first-of-type {
  text-transform: uppercase;
}
.pie .datos-pie li:nth-of-type(2) {
  font-size: 21px;
}
.pie .datos-pie img {
  float: left;
  margin-right: 20px;
}
@media (min-width: 1200px) {
  .pie .datos-pie li {
    line-height: 1.8em;
  }
  .pie .datos-pie li:first-of-type {
    text-transform: uppercase;
    line-height: 3.3em;
  }
  .pie .datos-pie li:nth-of-type(2) {
    font-size: 21px;
    line-height: 2.1em;
  }
}
@media (max-width: 1023px) {
  .pie .redes-pie {
    text-align: center;
    margin-top: 20px;
  }
}
.pie .redes-pie .fa-instagram {
  border-radius: 100%;
  background: #f09433;
  background: -moz-linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  background: -webkit-linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  background: -o-linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  background: linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
  color: #fff;
  padding: 8px 10px;
  font-size: 30px;
}
.pie .redes-pie .fa-twitter {
  border-radius: 100%;
  background: #33bdfc;
  color: #fff;
  padding: 8px 10px;
  font-size: 30px;
}
.pie .redes-pie .fa-facebook {
  border-radius: 100%;
  background: #3c599f;
  color: #fff;
  padding: 8px;
  font-size: 30px;
  width: 48px;
  text-align: center;
}
.pie .redes-pie .fa-youtube {
  border-radius: 100%;
  background: #f80100;
  color: #fff;
  padding: 8px;
  font-size: 30px;
  width: 48px;
  text-align: center;
}
.pie .redes-pie .fa-tiktok {
  border-radius: 100%;
  background: #fff;
  border: 3px solid #000;
  border-radius: 100%;
  color: #fff;
  padding: 8px;
  font-size: 30px;
  width: 45px !important;
  text-align: center;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 11px;
}
@media (max-width: 639px) {
  .pie .redes-pie {
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
  }
  .pie .redes-pie .fa {
    font-size: 22px;
    width: 40px;
  }
}
.destacado-portada {
  margin: 20px 0;
  color: #474747;
  text-transform: none;
  font-size: 36px;
}
@media (max-width: 639px) {
  .destacado-portada {
    font-size: 15px;
    margin-bottom: 20px;
    text-align: center;
  }
}
.destacados-categoria {
  overflow: hidden;
}
.destacados-categoria ul {
  list-style: none;
  padding: 0;
}
.destacados-categoria ul li {
  float: left;
  text-align: center;
  text-transform: uppercase;
  width: 23%;
  margin-right: 2%;
  margin-bottom: 2%;
  border: 1px solid #ffdab1;
  font-size: 15px;
  padding: 5px 0;
  background: #fcebce;
}
.destacados-categoria ul li:hover {
  background: #f7901e;
  border-color: #f7901e;
}
.destacados-categoria ul li a {
  color: #f7901e;
}
.destacados-categoria ul li a:hover {
  color: #fff;
}
@media (min-width: 640px) {
  .destacados-categoria ul li:nth-of-type(4n) {
    margin-right: 0;
  }
}
@media (max-width: 639px) {
  .destacados-categoria ul li {
    width: 49%;
  }
  .destacados-categoria ul li:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media (min-width: 1024px) {
  .lst-productos {
    padding: 0;
  }
}
.hproduct,
.lst-productos {
  margin-top: 0px;
}
.hproduct .titulo_seccion {
  margin-top: 20px;
  margin-bottom: 20px;
}
.lst-productos .thumbnail {
  position: relative;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
  margin: 0;
  border-radius: 0;
  margin-top: 10px;
  margin-bottom: 30px;
  border: 1px solid #e1e1e1;
  padding-bottom: 20px;
}
.lst-productos .thumbnail .caption {
  overflow: hidden;
  padding: 10px;
  margin: 0;
  position: relative;
}
.lst-productos .thumbnail h3 {
  font-family: "Abel", "Open Sans";
  text-align: center;
  font-size: 15px;
  line-height: normal;
  text-decoration: none;
  text-transform: none;
  color: #f79e40;
  min-height: 50px;
  text-transform: uppercase;
  overflow: hidden;
  text-decoration: none;
  padding: 0 10px;
}
.lst-productos .thumbnail .info-pie {
  padding: 0 10px;
}
.resumen-producto {
  height: 55px;
  overflow: hidden;
}
.lst-productos .thumbnail h3 a {
  color: #f79e40;
  font-weight: 600;
}
.lst-productos .thumbnail p {
  font-size: 14px;
  margin-bottom: 0;
}
.lst-productos a.btnagregar,
.lst-productos .btnagregar {
  border-radius: 0;
  text-transform: uppercase;
  font-size: 17px;
  padding: 5px;
  margin-top: 0;
  width: auto;
  border-radius: 20px;
  cursor: pointer;
}
.lst-productos .precio {
  font-weight: 700;
  font-size: 18px;
  line-height: 2em;
}
.lst-productos .antes {
  font-size: 15px;
  line-height: 2em;
  font-weight: 700;
  display: block;
  min-height: 30px;
}
.lst-productos .iva {
  text-align: center;
}
a.btnCargarMas {
  background: #f79e40;
  color: #fff;
  font-weight: 700;
  padding: 10px;
  display: block;
  text-transform: uppercase;
  margin: 20px auto;
  font-size: 16px;
  border-radius: 4px;
  width: 250px;
  text-align: center;
  text-decoration: none;
}
@media (max-width: 639px) {
  .lst-productos .thumbnail .precio-anterior {
    margin-top: 5px;
    min-height: auto;
  }
}
@media (max-width: 1199px) {
  .lst-productos .thumbnail .precio-anterior strong {
    font-size: 16px;
  }
}
.lst-productos .thumbnail .oferta {
  color: red;
  font-size: 20px;
  text-align: right;
  font-weight: 700;
  margin-top: 7px;
  font-family: "Abel";
}
@media (max-width: 1199px) {
  .lst-productos .thumbnail .oferta {
    font-size: 17px;
  }
}
@media (max-width: 639px) {
  .lst-productos .thumbnail .oferta {
    font-size: 15px;
    text-align: center;
  }
}
.lst-productos .thumbnail .novedad {
  z-index: 0;
  width: 100px;
  background: red;
  position: absolute;
  top: 16px;
  left: -26px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.lst-productos .thumbnail .novedad span {
  color: #fff !important;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}
.lst-productos .thumbnail .descuento {
  display: block;
  width: 100px;
  height: 100px;
  position: absolute;
  top: -50px;
  right: -50px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: #7bd100;
}
.lst-productos .thumbnail .descuento span {
  color: #fff !important;
  display: block;
  right: 60px;
  bottom: 41px;
  position: absolute;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (max-width: 639px) {
  .lst-productos .thumbnail .novedad {
    top: 8px;
    left: -30px;
  }
  .lst-productos .thumbnail .novedad span {
    font-size: 10px;
  }
  .lst-productos .thumbnail .descuento {
    width: 80px;
    height: 80px;
    bottom: -40px;
    right: -40px;
  }
  .lst-productos .thumbnail .descuento span {
    font-size: 13px;
    right: 49px;
    bottom: 29px;
  }
  .lst-productos .thumbnail .novedad {
    font-size: 14px;
  }
}
.lst-productos .thumbnail .oferta-texto {
  z-index: 0;
  width: 100px;
  background: red;
  position: absolute;
  top: 16px;
  left: -26px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
@media (max-width: 639px) {
  .lst-productos .thumbnail .oferta-texto {
    top: 12px;
    left: -30px;
    font-size: 12px;
  }
}
.paginacion {
  width: auto;
  margin: auto;
  margin-bottom: 10px;
}
.res-per-pag {
  margin-top: 20px;
}
.pagination {
  overflow: hidden;
  width: 100%;
}
.pagination > li > a,
.pagination > li > span {
  color: #f18000;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  color: #fff;
  background-color: #f18000;
  border-color: #f18000;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  color: #fff;
  background-color: #f18000;
  border-color: #f18000;
}
.hproduct h1.fn {
  font-size: 28px;
  color: #f79e40;
  line-height: normal;
  margin: 0;
  margin-bottom: 20px;
  text-align: left;
}
img.img-thumbnail {
  border: none;
  margin: 0;
  padding: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.precio_ficha span.anterior {
  color: red;
  display: block;
  font-weight: 700;
  font-size: 16px;
  line-height: normal;
}
.precio_ficha span.precio {
  font-size: 30px;
  display: block;
  font-weight: 700;
  line-height: normal;
}
.precio_ficha span.iva {
  display: block;
  margin-bottom: 20px;
  text-align: left;
  text-transform: uppercase;
}
.precio_ficha a.btnagregar,
.precio_ficha .btnagregar {
  width: 140px;
  display: block;
  margin: 20px 0;
  border-radius: 16px;
  font-size: 22px;
  padding: 3px;
  text-transform: none;
  cursor: pointer;
}
@media (max-width: 639px) {
  .precio_ficha a.btnagregar,
  .precio_ficha .btnagregar {
    width: 100%;
    margin: 10px 0;
  }
}
.form-recibir-llamada,
.form-stock {
  margin-top: 20px;
}
.form-stock {
  margin-top: 10px;
}
.aviso-stock {
  margin-bottom: 20px;
}
.aviso-stock-listado {
  width: 300px;
  margin: 20px auto;
}
.aviso-stock span {
  color: red;
}
.form-recibir-llamada input[type="submit"],
.form-stock input[type="submit"] {
  border-radius: 10px;
  border: 0;
  color: #fff;
  padding: 5px 15px;
  background: #f79e40;
}
.form-recibir-llamada input[type="email"],
.form-recibir-llamada input[type="tel"],
.form-stock input[type="email"] {
  border-radius: 10px;
  border: 1px solid #ababab;
  font-weight: 400;
  padding: 13px;
  font-size: 14px;
  background: #ebecee;
  margin-top: 0;
  margin-right: 5px;
  font-family: "Open Sans", FontAwesome;
  margin-bottom: 10px;
}
@media (max-width: 639px) {
  .form-recibir-llamada input[type="tel"],
  .form-stock input[type="tel"] {
    width: 50%;
  }
  .form-recibir-llamada input[type="submit"],
  .form-stock input[type="submit"] {
    width: 45%;
  }
}
#total_gratis {
  display: block;
  font-weight: 300;
  font-size: 14px !important;
  clear: both;
  width: 100%;
  color: red;
  margin: 10px 0;
  overflow: hidden;
}
#total_gratis span {
  color: #35ac19;
}
#total_gratis span.rojo {
  color: #ff4249;
}
@media (max-width: 639px) {
  #total_gratis {
    font-size: 15px;
  }
}
@media (max-width: 400px) {
  #total_gratis {
    font-size: 13px;
  }
}
#total_gratis.cesta-compra-gastos {
  font-size: 15px;
  margin-top: 0;
}
@media (max-width: 639px) {
  #total_gratis.cesta-compra-gastos {
    font-size: 14px;
  }
}
@media (max-width: 400px) {
  #total_gratis.cesta-compra-gastos {
    font-size: 12px;
  }
}
.precio_ficha .prod-agotado {
  text-transform: uppercase;
  color: #f79e40;
  font-weight: 700;
  float: left;
  margin-right: 10px;
  margin-top: 5px;
  font-size: 16px;
}
.titulo-descripcion {
  border-bottom: 1px solid #f79e40;
  display: block;
  margin-top: 0px;
  margin-bottom: 10px;
}
.titulo-descripcion h2 {
  background: #f79e40;
  color: #fff;
  padding: 5px 10px;
  display: block;
  width: 150px;
  font-size: 18px;
  margin: 0;
  text-transform: none;
}
.nav-tabs {
  margin-top: 30px;
}
.nav-tabs > li > a {
  border-radius: 0;
  font-family: "Abel", "Open Sans";
  font-size: 18px;
  border-radius: 0;
  padding: 8px 15px;
  background: #f1f1f1;
  border-bottom: 1px solid #f79e40;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover,
.nav-tabs > li > a:hover {
  background: #f79e40;
  color: #fff;
  border-color: #f79e40;
}
.nav-tabs {
  border-color: #f79e40;
}
.descripcion-producto {
  font-family: "Open Sans";
  font-size: 14px;
  color: #033333;
  padding: 20px 0;
}
.descripcion-producto p {
  font-family: "Open Sans";
  font-size: 14px;
  color: #033333;
}
.cesta table td {
  padding-bottom: 5px;
}
.resumen_cesta {
  background: #fff;
  padding: 10px;
  color: #333;
  font-size: 13px;
  line-height: normal;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.resumen_cesta h4 {
  font-size: 16px;
  text-transform: uppercase;
  font-family: "Abel";
  color: #f79e40;
}
.resumen_cesta .row {
  border-bottom: 1px solid #707070;
  padding-top: 10px;
}
.resumen_cesta .row:last-child {
  border-bottom: none;
}
.resumen_cesta a {
  color: #333;
}
.resumen_cesta a.btnagregar,
.resumen_cesta .btnagregar {
  color: #fff;
  cursor: pointer;
}
.resumen_cesta table {
  padding: 10px;
}
a.btncestaresumen {
  width: auto;
  color: #fff;
}
.resumen_cesta .row {
  margin: 0;
}
.resumen_cesta [class*="col-"] {
  padding: 0;
}
#pg-portada {
  margin: auto;
  background: #fff;
  margin-bottom: 20px;
}
.addthis {
  float: right;
  padding: 0;
  margin: 0;
  margin-top: 5px;
  margin-right: 5px;
}
.addthis ul {
  list-style: none;
}
.addthis ul li {
  display: inline-block;
  float: left;
  list-style: none;
  margin-top: 0;
}
.addthis ul li .btnWhatsapp {
  position: relative;
  top: -2px;
}
.redes_sociales li {
  float: left;
  padding: 0;
  margin: 0;
}
.metodo_pago {
  padding: 10px;
  border: 1px solid #ccc;
  margin-bottom: 50px;
  overflow: hidden;
  border-radius: 4px;
}
.metodo_pago h4 {
  font-size: 1.3em;
  color: #f79e40;
  font-weight: 700;
}
.destacado-clasificados {
  border: 2px solid #77b235;
  overflow: hidden;
  color: #77b235;
  margin-bottom: 20px;
  padding: 5px;
  margin-top: 20px;
}
.destacados-pie [class*="col-"] {
  margin-bottom: 15px;
}
.destacados-pie img {
  max-width: 100%;
  text-align: center;
  margin: auto;
  display: block;
}
.destacados-pie .tarjetas img {
  display: inline-table;
  text-align: center;
  margin: auto;
}
.destacados-pie .tarjetas img {
  max-width: 100%;
  text-align: center;
  margin: auto;
  display: block;
  margin-top: 15px;
}
.resumen-pedido a {
  color: #f79e40;
}
.button-carrito-tablet {
  display: none;
}
.galeria-fotos {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 5px;
}
.galeria-fotos li {
  margin-top: 5px;
  margin-bottom: 5px;
}
.logos-pie {
  text-align: right;
}
.accordion {
  overflow: hidden;
}
.accordion .titulo_faq {
  width: auto;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  cursor: pointer;
  overflow: hidden;
}
.titulo .active {
  width: 100px;
}
.accordion .faq ul {
  margin-left: 20px;
}
.accordion .faq ul li {
  margin-bottom: 5px;
}
.accordion .faq .center {
  padding-left: 10px;
  padding-right: 10px;
}
.accordion h3 {
  padding-left: 20px;
  color: #f79e40;
  font-size: 19px;
  font-family: "Open Sans";
}
.accordion .active h3 {
  background-position: left bottom;
}
.accordion .desarrollo {
  clear: both;
  overflow: hidden;
  text-align: justify;
  line-height: normal;
  font-size: 13px;
  line-height: normal;
}
.accordion p {
  margin-top: 10px;
  margin-bottom: 10px;
}
.faq ul {
  margin-left: 20px;
  list-style: disc;
  margin-top: 5px;
  margin-bottom: 5px;
}
a.btnagregar,
.btnagregar {
  font-size: 15px;
  cursor: pointer;
}
.label-cantidad {
  margin-top: 3px;
  float: left;
}
label.tmptxt {
  margin-left: 7px;
}
#art_stock1 {
  float: left;
  width: 40px;
}
input[type="text"].captcha-form {
  float: left;
  width: 100px;
  height: 35px;
  margin-left: 10px;
}
.btnDisminuir,
.btnIncrementar {
  background: #b4b4b4;
  color: #fff;
  border: 1px solid #949494;
  border-radius: 3px;
  font-size: 14px;
  line-height: normal;
  font-weight: 700;
  text-align: center;
  padding: 1px 5px 2px 5px;
  display: block;
  overflow: hidden;
  cursor: pointer;
  margin-left: 3px;
  margin-top: 0;
  float: left;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 25px;
  height: 25px;
}
.btnDisminuir {
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 25px;
  height: 25px;
}
.btnDisminuir:hover,
.btnIncrementar:hover {
  text-decoration: none;
  background: #f79e40;
  color: #fff;
  border-color: #f79e40;
}
#basket .btnDisminuir,
#basket .btnIncrementar {
  float: none;
  padding: 2px 5px 2px 5px;
  font-size: 12px;
  margin: 0;
  display: inline-block;
}
#basket .btnDisminuir {
  padding: 2px 7px 2px 7px;
}
#basket .btnIncrementar {
  margin-left: 0;
}
.precio-cesta,
.precio-cesta1 {
  min-width: 75px;
}
@media (max-width: 991px) {
  body {
    padding-top: 95px;
  }
  .resumen_cesta {
    background: #424242;
    color: #fff;
    border: none;
    border-radius: 0;
  }
  .resumen_cesta a {
    color: #fff;
  }
  .resumen_cesta .row {
    margin: 0;
  }
  .resumen_cesta [class*="col-"] {
    padding: 0;
  }
  .logo {
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
    text-align: center;
  }
  #pg-portada {
    border: none;
    margin: 0;
    padding-top: 50px;
  }
  .titulo_seccion {
    border-bottom: none;
    text-align: center;
    font-size: 20px;
  }
  .titulo_menu_pequeno {
    border-bottom: 1px solid #f79e40;
    color: #f79e40;
    font-size: 19px;
    vertical-align: middle;
    margin: 0;
  }
  .button-carrito {
    top: 4px;
  }
  .navbar-header ul li {
    padding: 0;
    width: 25%;
  }
  .navbar-header ul li:first-child {
    width: 0%;
  }
  .navbar-header ul li:nth-child(2) {
    width: 0%;
  }
  .navbar-header ul li:nth-child(4) {
    width: 25%;
  }
  .navbar-header ul li:nth-child(6) {
    width: 20%;
    text-align: center;
  }
  .navbar-header ul li:nth-child(7) {
    width: 20%;
    text-align: right;
  }
  .menu-registro {
    border-bottom: 1px solid #cdcdcd;
    font-weight: 400;
    color: #7b7b7b;
    float: none;
    width: 100%;
    overflow: hidden;
    padding: 0;
    margin: 0;
    margin: auto;
    margin-bottom: 0;
    display: block;
  }
  .menu-registro ul {
    float: none;
    text-align: center;
  }
  .menu-registro ul li {
    padding-left: 0;
  }
  .menu-registro ul li a {
    font-size: 12px;
  }
  .menu-registro ul.lista-registro {
    border: none;
    width: auto;
    float: none;
    padding: 0;
  }
  .izquierda {
    width: 100%;
    z-index: 99;
  }
  .hproduct h1.fn {
    color: #f79e40;
    font-weight: 400;
    margin-bottom: 20px;
    font-size: 23px;
  }
  .lst-productos {
    margin-top: 0px;
  }
  .bgMenu {
    background: rgba(0, 0, 0, 0.6);
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    height: 100%;
  }
  .navbar-categories {
    font-size: 12px;
    line-height: 1.3em;
    padding-top: 5px;
    background: #fff;
    border: none;
    font-size: 16px;
    border-radius: 0;
    position: inherit;
    overflow: auto;
    height: 100%;
    width: 100%;
    max-width: 90%;
  }
  .navbar-categories ul {
    margin: 0;
    padding: 0;
  }
  .navbar-categories ul li {
    border-top: 1px solid #cdcdcd;
    background: #fff;
  }
  .navbar-categories ul li li {
    background: #fff;
  }
  .navbar-categories ul li ul {
    list-style: none;
    margin: 0;
  }
  .navbar-categories li li a {
    background: none;
    font-weight: 400;
    padding-left: 15px;
  }
  .navbar-categories li li a:hover {
    background: #f79e40 !important;
    color: #fff !important;
  }
  .resumen_cesta {
    font-size: 17px;
  }
}
.lst-productos .thumbnail .info-pie .iva {
  font-family: "Abel";
  font-size: 14px;
}
.lst-productos .thumbnail .info-pie .precio {
  color: #f79e40;
  font-family: "Abel";
}
.lst-productos .thumbnail .info-pie .antes {
  text-align: center;
  display: block;
  font-family: "Abel";
  line-height: normal;
  margin-top: 7px;
  font-weight: lighter;
  font-size: 14px;
}
.lst-productos .thumbnail .info-pie .antes span {
  color: red;
  text-decoration: line-through;
  font-weight: 700;
}
@media (max-width: 479px) {
  .lst-productos {
    padding-top: 0px;
    padding-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .lst-productos .thumbnail .info-pie .antes {
    text-align: right;
  }
  .lst-productos .thumbnail .info-pie .precio {
    display: block;
    font-weight: 700;
    text-align: right;
    color: #333;
  }
}
@media (min-width: 1024px) {
  .btnagregar1 span img {
    display: none;
  }
}
@media (min-width: 1172px) {
  a.btnagregar,
  .btnagregar {
    cursor: pointer;
    background: #f79e40;
    padding: 0;
    font-size: 20px;
    line-height: normal;
    padding: 3px;
    width: 160px;
    margin: 10px 0;
    text-transform: none;
    border-radius: 15px;
  }
  a.btnagregar:hover,
  .btnagregar:hover {
    background: #999;
  }
}
@media (max-width: 992px) {
  .navbar-header ul li a {
    padding: 0;
    color: #333;
    font-weight: 400;
    font-size: 17px;
  }
  .lst-productos .thumbnail h2 {
    font-family: "Abel";
    text-transform: none;
    font-size: 16px !important;
  }
  .lst-productos .thumbnail .info-pie .iva {
    font-size: 14px;
    top: 8px;
  }
  .lst-productos .thumbnail .info-pie .precio {
    font-size: 20px;
  }
  .lst-productos .thumbnail .precio strong {
    font-size: 20px;
  }
  .logos-pie {
    text-align: center;
  }
  .btncestaresumen {
    text-align: center;
    background-position: 140px 9px;
  }
  .btncestaresumen:hover {
    text-align: center;
    background-position: 140px 9px;
  }
  h5 {
    font-size: 13px;
  }
  .atencion h4 {
    font-size: 16px;
  }
  hproduct h1.fn {
    border-bottom: none;
  }
  .btn-add-cesta {
    width: 100%;
    text-align: center;
    margin: 0 auto auto;
    float: none;
    display: block;
    margin-top: 10px;
    font-size: 15px;
  }
  .btnagregar1 span img {
    display: none;
  }
  .btnagregarcesta span img {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 992px) {
  .buscador {
    display: block;
    width: 100%;
  }
  .buscador p {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .buscador form {
    width: 100%;
    float: none;
  }
  .buscador form input[type="text"] {
    font-size: 12px !important;
  }
  a.btnCatalogo {
    padding: 9px 10px !important;
    font-size: 11px;
    width: 48%;
    text-align: center;
    margin: 0;
    margin-left: 2%;
  }
  .navbar-header ul li a {
    font-size: 18px;
  }
  .lst-productos .thumbnail h2 {
    height: 65px;
    overflow: hidden;
  }
  .button-carrito {
    top: 5px;
  }
  .precio_ficha {
    margin-top: 10px;
    height: auto;
    padding: 0;
  }
  .derecha {
    width: 0;
  }
  .lst-productos {
    padding: 0;
  }
  .navbar-header ul li a {
    padding: 0;
    color: #333;
    font-weight: 400;
    font-size: 14px;
  }
  .button-carrito-tablet {
    display: block;
  }
  .lst-productos .thumbnail .info-pie .iva {
    font-size: 13px;
    top: 3px;
  }
  .lst-productos .thumbnail .oferta,
  .lst-productos .thumbnail .precio-anterior,
  .lst-productos .thumbnail .precio-anterior strong {
    font-size: 15px;
    margin-top: 5px;
  }
  .lst-productos .thumbnail .info-pie .precio {
    font-size: 16px;
  }
  .lst-productos .thumbnail .precio strong {
    font-size: 16px;
  }
  a.btnagregar span img,
  .btnagregar span img {
    display: none;
  }
  .add_cesta a span {
    color: #fff;
    font-family: "Abel";
    font-size: 16px;
    text-transform: uppercase;
  }
  .cantidad-cesta {
    width: 116px;
  }
  .atencion-cabecera ul {
    overflow: hidden;
    padding: 0;
    line-height: 1.5em;
    font-size: 15px;
  }
}
@media (min-width: 800px) and (max-width: 992px) {
  .navbar-header ul li a {
    font-size: 17px;
  }
}
@media (max-width: 480px) {
  a.btnagregarcesta span img,
  .btnagregar span img {
    display: inline-block;
  }
  label {
    margin-top: 8px;
    line-height: 1em;
  }
  .btncestaresumen {
    text-align: center;
    background-position: 50px 9px;
  }
  .btncestaresumen:hover {
    text-align: center;
    background-position: 50px 9px;
  }
  .form-identificarse .modal-dialog {
    width: auto;
    padding: 10px;
  }
  .destacado-clasificados .dest-izquierda {
    font-size: 1.13em;
  }
  .destacado-clasificados .dest-derecha {
    font-size: 0.7em;
    padding: 0;
    padding-left: 3px;
  }
  .precio_ficha {
    margin-top: 15px;
    min-height: 10px;
  }
  .add_cesta {
    border-top: none;
    border-left: 1px solid #fff;
  }
  .precio_ficha .prod-agotado {
    display: none;
  }
  .btn-add-cesta {
    width: auto;
  }
  h4 {
    font-size: 16px;
  }
  .btn-add-cesta {
    padding: 8px;
  }
  .btn-add-cesta:hover {
    padding: 8px;
  }
  .lst-productos .thumbnail .info-pie .precio {
    font-size: 25px;
    text-align: center;
    margin: 0;
    padding: 0;
    display: block;
  }
  .lst-productos .thumbnail .info-pie .oferta {
    margin-top: 5px;
    font-size: 19px;
    text-align: right;
  }
  .lst-productos .thumbnail .precio strong {
    font-size: 25px;
  }
  #gastos h3 {
    font-size: 13px;
  }
  hproduct h1.fn {
    border-bottom: none;
  }
  .btn-add-cesta {
    width: 100%;
    text-align: center;
    margin: auto;
    float: none;
  }
  .add_cesta a span {
    color: #fff;
    font-family: "Abel";
    font-size: 16px;
    text-transform: uppercase;
  }
  .navbar-header ul li {
    padding: 0;
    width: 20%;
  }
  .navbar-header ul li i {
    display: none;
  }
}
@media (max-width: 480px) and (max-width: 479px) {
  .lst-productos .thumbnail .info-pie .oferta,
  .lst-productos .thumbnail .precio-anterior strong {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .hproduct .producto h1 {
    margin-top: 60px !important;
  }
}
@media (min-width: 480px) and (max-width: 760px) {
  .cantidad-cesta {
    width: 110px;
  }
}
@media (max-width: 499px) {
  a.btnagregarcesta span img {
    display: inline-block;
  }
  input[type="text"].captcha-form {
    width: 55px;
  }
  .btnenviarcontacto {
    width: 125px;
  }
  .precio_ficha {
    margin-top: 20px;
  }
  .btn-add-cesta {
    background-position: 20px;
    margin-top: 0;
  }
  .btn-add-cesta:hover {
    background-position: 20px;
  }
  .cantidad-xt {
    margin-top: 5px;
    float: left;
  }
  .btnagregar span {
    color: #fff;
    font-family: "Abel";
    font-size: 16px;
    text-transform: uppercase;
  }
  .cantidad-cesta {
    width: 120px;
  }
  .inscribirse {
    float: right;
    width: 100%;
    text-align: right;
    position: relative;
  }
  .inscribirse input[type="email"] {
    margin-top: 5px;
    width: 77%;
    margin-right: 0;
    margin-left: 0;
  }
  .inscribirse input[type="submit"] {
    float: right;
    margin-left: 0;
    margin-right: 0;
    margin-top: 5px;
  }
  .inscribirse::-webkit-input-placeholder {
    color: #fff;
  }
  .inscribirse:-moz-placeholder {
    color: #fff;
    opacity: 1;
  }
  .inscribirse .inscribirse::-moz-placeholder {
    color: #fff;
    opacity: 1;
  }
  .inscribirse:-ms-input-placeholder {
    color: #fff;
  }
  .inscribirse i {
    right: 105px;
    display: block;
    top: 47%;
    height: 21px;
    clear: both;
  }
}
@media (min-width: 240px) and (max-width: 480px) {
  .navbar-header ul li a {
    padding: 0;
    color: #333;
    font-weight: 400;
    font-size: 11px;
  }
  .lst-productos .thumbnail h2 {
    height: 50px;
    overflow: hidden;
  }
  .lst-productos .thumbnail .precio.pull-right {
    float: none !important;
    text-align: center;
    padding: 0;
    margin: 0;
  }
  .btnseguir-comprando {
    display: block;
    width: 100%;
    margin-bottom: 5px;
  }
  .btn-success {
    width: 100%;
  }
  .imagen-carro {
    width: 0;
    display: none;
    padding: 0;
  }
  .cesta-compra th {
    font-size: 11px;
  }
  input[type="text"].captcha-form {
    width: 155px;
  }
  .btnenviarcontacto {
    width: 100%;
  }
  .btn-add-cesta {
    background-position: 30px;
  }
  .btn-add-cesta:hover {
    background-position: 30px;
  }
  .label-cantidad {
    width: 100%;
    float: none;
    text-align: left;
    text-transform: uppercase;
  }
  .precio_numero {
    margin-top: 10px;
  }
  .btnagregar span {
    color: #fff;
    font-family: "Abel";
    font-size: 13px;
    text-transform: uppercase;
    padding: 5px;
  }
  .precio-cesta1 {
    min-width: 0;
  }
  .btn-renovar-pedido {
    float: left;
    position: absolute;
    width: 85%;
  }
  .navbar-header li:nth-child(2) {
    width: 20%;
  }
  .navbar-header li:nth-child(3) {
    width: 30%;
  }
  .navbar-header li:nth-child(4) {
    width: 36%;
  }
  .navbar-header li:nth-child(5) {
    width: 22%;
  }
}
@media (min-width: 240px) and (max-width: 480px) and (max-width: 639px) {
  .lst-productos .thumbnail h2 {
    height: auto;
    min-height: 65px;
    margin: 0;
    margin-top: 5px;
    padding: 0;
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .inscribirse input[type="email"] {
    width: 76%;
  }
}
@media (max-width: 400px) {
  .inscribirse input[type="email"] {
    width: 71%;
  }
}
@media (max-width: 320px) {
  .inscribirse input[type="email"] {
    width: 62%;
  }
  .inscribirse i {
    top: 45%;
    right: 115px;
  }
}
@media (min-width: 400px) and (max-width: 480px) {
  .btnagregar img {
    display: none;
  }
  .info-pie .iva {
    display: block;
    width: 100%;
    text-align: center;
  }
  .info-pie .precio {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }
  .btnagregar span {
    color: #fff;
    font-family: "Abel";
    font-size: 16px;
    text-transform: uppercase;
  }
}
@media (min-width: 480px) and (max-width: 760px) {
  a.btnagregarcesta span img {
    width: 0;
  }
  .navbar-header li:nth-child(2) {
    width: 20%;
  }
  .navbar-header li:nth-child(3) {
    width: 30%;
  }
  .navbar-header li:nth-child(4) {
    width: 36%;
  }
  .navbar-header li:nth-child(5) {
    width: 22%;
  }
}
.navbar-collapse {
  padding: 0;
}
.img-cart {
  display: block;
  max-width: 50px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.destacado_texto {
  color: #f79e40;
  text-align: center;
  font-size: 20px;
  line-height: normal;
  font-weight: 700;
}
.form-horizontal label.control-label {
  text-align: left;
}
.form-group [class*="col-"] {
  padding-bottom: 6px;
}
.modal-header {
  border: none;
}
.galeria-imagen {
  padding-left: 7px;
  padding-right: 7px;
}
.table {
  margin: 0;
}
h4.panel-title {
  font-family: "Open Sans";
  font-size: 16px;
  color: #f79e40;
}
.form-horizontal .form-group {
  margin-left: 0;
}
.add_cesta a span {
  color: #fff;
  font-family: "Abel";
  font-size: 16px;
  text-transform: uppercase;
}
#slider1 {
  list-style: none;
  margin: 0;
  padding: 0;
  height: 154px;
  overflow: hidden;
  cursor: pointer;
  width: 226px;
  float: right;
  position: relative;
}
#slider1 li {
  position: relative;
}
#slider1 img.thumbnail-img {
  position: relative;
  z-index: 1;
}
#slider1 img.play,
.video-pie img.play {
  float: right;
  margin-left: 20px;
  z-index: 99999;
  position: relative;
}
.video-pie {
  display: block;
  width: 100%;
  clear: both;
  position: relative;
  z-index: 1;
}
#slider1 .texto_video,
.video-pie .texto_video {
  background-color: rgba(0, 0, 0, 0.8);
  color: rgba(0, 0, 0, 0.75);
  position: absolute;
  color: #fff;
  width: 100%;
  height: 75px;
  z-index: 99999;
  padding: 10px;
  font-size: 15px;
  line-height: 1.13em;
  bottom: 10px;
}
.video-mandara .modal-dialog {
  padding: 0;
  background: transparent;
  width: 520px;
}
.video-mandara .modal-content {
  background: none;
  padding: 0;
  border-radius: 0;
  width: 520px;
  border: 0;
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.video-mandara .modal-body,
.video-mandara .modal-header {
  padding: 0;
  width: 520px;
  color: #fff;
}
.video-mandara .modal-content .close {
  font-size: 28px;
  font-weight: 400;
  color: #fff;
  text-shadow: 0 1px 0 #fff;
  -webkit-filter: 1;
  filter: 1;
  opacity: 1;
}
.video-mandara .modal-body iframe {
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}
@media (max-width: 992px) {
  .video-pie {
    margin: auto;
    position: relative;
    height: 100%;
    width: 95%;
  }
  .video-pie .texto_video {
    bottom: 0;
  }
}
@media (max-width: 991px) {
  video::-webkit-media-controls {
    display: none !important;
  }
}
.validar-codigo input[type="text"] {
  height: 40px;
  font-size: 15px;
}
.validar-codigo .btnmas {
  margin: 0;
  display: block;
  width: 100%;
}
.validar-codigo input[type="text"]::placeholder {
  color: #22b14d;
  text-transform: uppercase;
}
#eres_cliente,
#eres_registrado {
  display: none;
  margin-bottom: 20px;
}
.nav-wizard {
  margin-top: 20px;
}
.nav-wizard > li {
  float: left;
}
@media (min-width: 1200px) {
  .nav-wizard > li {
    width: 148px;
  }
}
.nav-wizard > li > a {
  position: relative;
  background-color: #eee;
}
.nav-wizard > li > a:hover {
  color: #fff;
}
.nav-wizard > li > a .badge {
  margin-left: 3px;
  color: #eee;
  background-color: #f79e40;
}
.nav-wizard > li:not(:first-child) > a {
  padding-left: 34px;
}
@media (max-width: 639px) {
  .nav-wizard > li > a {
    padding: 10px;
  }
  .nav-wizard > li:not(:first-child) > a {
    padding-left: 14px;
  }
}
.nav-wizard > li:not(:first-child) > a:before {
  width: 0;
  height: 0;
  border-top: 19px inset transparent;
  border-bottom: 19px inset transparent;
  border-left: 20px solid #fff;
  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: 0;
  height: 0;
  border-top: 19px inset transparent;
  border-bottom: 19px inset transparent;
  border-left: 20px solid #eee;
  position: absolute;
  content: "";
  top: 0;
  right: -20px;
  z-index: 2;
}
@media (max-width: 992px) {
  .nav-wizard > li:not(: first-child) > a:before {
    border-left: 10px solid #fff;
  }
  .nav-wizard > li:not(:last-child) > a:after {
    border-left: 10px solid #eee;
    right: -10px;
  }
}
.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:focus,
.nav-wizard > li.active > a:hover {
  color: #fff;
  background-color: #f79e40;
}
.nav-wizard > li.active > a:after {
  border-left-color: #f79e40;
}
.nav-wizard > li.active > a .badge {
  color: #f79e40;
  background-color: #fff;
}
.nav-wizard > li.disabled > a:focus,
.nav-wizard > li.disabled > a:hover {
  text-decoration: none;
  background-color: #eee;
  cursor: default;
}
.nav-wizard > li.disabled > a:before {
  border-right-color: #eee;
}
.nav-wizard > li.disabled > a:after {
  border-left-color: #eee;
}
.nav-wizard.nav-justified > li {
  float: none;
}
.nav-wizard.nav-justified > li > a {
  padding: 10px 15px;
}
@media (max-width: 992px) {
  .nav-wizard.nav-justified > li > a {
    border-radius: 4px;
    margin-right: 0;
  }
  .nav-wizard.nav-justified > li > a:after,
  .nav-wizard.nav-justified > li > a:before {
    border: none !important;
  }
  .nav-wizard {
    width: 80%;
    margin: auto;
    margin-top: 20px;
  }
  .nav-wizard > li {
    width: 33%;
    text-align: center;
  }
}
@media (max-width: 639px) {
  .nav-wizard {
    width: 100%;
    margin-top: 0px;
  }
}
#scroll-container {
  overflow: hidden;
}
.icono-resumen-cesta {
  overflow: hidden;
}
.form-identificarse .modal-content {
  border-radius: 0;
}
.form-newsletter .modal-content {
  background: none;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.newsletter-form {
  margin: 0 auto;
  width: 100%;
  padding: 0;
  border: 20px solid #ffbe4a;
  max-width: 550px;
  color: #000;
  font-family: "Raleway";
  font-weight: 400;
  font-style: normal;
}
.form-newsletter .close {
  z-index: 999;
  position: absolute;
  right: -4px;
  top: 27px;
  font-size: 16px;
  opacity: 1;
  text-shadow: none;
  width: 30px;
  height: 30px;
  padding: 0;
  line-height: 0em;
  color: #2e4a60;
}
@media only screen and (min-width: 992px) {
  .form-newsletter .close {
    right: 26px;
    top: 33px;
    font-size: 22px;
  }
}
@media only screen and (min-width: 1024px) {
  .form-newsletter .close {
    right: 3px;
  }
}
.newsletter-form .subtitulo-modal,
.newsletter-form .titulo-modal,
.newsletter-form h3,
.newsletter-form h4,
.newsletter-form h5,
.newsletter-form h6 {
  color: #fff;
  font-family: "Raleway";
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.newsletter-form .titulo-modal {
  font-size: 2.2em;
}
@media only screen and (min-width: 992px) {
  .newsletter-form .titulo-modal {
    font-size: 3.2em;
  }
}
.newsletter-form .subtitulo-modal {
  font-size: 1.3em;
  background-color: #ffbe4a;
  padding: 20px;
  margin-right: 5%;
}
@media only screen and (min-width: 992px) {
  .contenido .subtitulo-modal:after {
    content: "";
    position: absolute;
    right: -20px;
    top: -1px;
    width: 0;
    height: 0;
    border-top: 48px solid transparent;
    border-bottom: 48px solid transparent;
    border-left: 20px solid #ffbe4a;
    clear: both;
  }
  .newsletter-form .subtitulo-modal {
    font-size: 2.1em;
    padding: 40px 20px;
    margin-right: 20%;
  }
  .contenido .subtitulo-modal:after {
    right: -39px;
    border-top: 86px solid transparent;
    border-bottom: 86px solid transparent;
    border-left: 40px solid #ffbe4a;
  }
}
@media only screen and (min-width: 992px) {
  .newsletter-form {
    border: 40px solid #ffbe4a;
  }
}
@media only screen and (min-width: 1024px) {
  .newsletter-form {
    max-width: 750px;
  }
}
.contenido {
  max-width: 1024px;
  background-color: #2e4a60;
  padding: 5% 0;
  margin: 0;
}
.contenido .subtitulo-modal,
.contenido .titulo-modal,
.contenido form {
  padding-left: 20px;
}
.contenido .subtitulo-modal {
  position: relative;
}
@media only screen and (min-width: 992px) {
  .contenido .subtitulo-modal,
  .contenido .titulo-modal,
  .contenido form {
    padding-left: 10%;
  }
}
.contenido form input.mail {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 95%;
  height: 40px;
  padding-left: 5%;
  font-size: 0.85em;
  border: 1px solid #999;
}
@media only screen and (min-width: 992px) {
  .contenido form {
    margin-top: 50px;
  }
  .contenido form input.mail {
    font-size: 1.2em;
    height: 50px;
  }
}
@media only screen and (min-width: 1024px) {
  .contenido form input.mail {
    width: 90%;
  }
}
.contenido form input.check {
  margin-top: 23px;
}
.contenido form label a {
  color: #fff;
  text-decoration: underline;
}
.contenido form label {
  color: #fff;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.11em;
  font-weight: 400;
  font-size: 11px;
}
.contenido form label input.check {
  margin-right: 10px;
}
@media only screen and (min-width: 1024px) {
  .contenido form label {
    font-size: 1.13em;
  }
}
.contenido form button {
  width: 95%;
  height: 35px;
  margin-top: 15px;
  border: none;
  background-color: #ffbe4a;
  text-transform: uppercase;
  font-weight: 900;
  color: #2e4a60;
}
@media only screen and (min-width: 992px) {
  .contenido form button {
    font-size: 1.2em;
    height: 50px;
  }
}
@media only screen and (min-width: 1024px) {
  .contenido form button {
    width: 90%;
  }
  #myModal1 {
    overflow-y: none !important;
  }
}
#form-checkout .form-group {
  margin-bottom: 0;
}
.texto-portada {
  margin-top: 100px;
  clear: both;
}
@media (max-width: 991px) {
  .subcategoria {
    bottom: 0;
    background: transparent;
    left: 1.84615rem;
    overflow-y: hidden;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1;
    width: max-content;
    padding-right: 0;
    width: 100%;
    transition: opacity 0.3s;
    left: 0;
    left: -110%;
  }
  .subcategoria .close {
    opacity: 1;
    text-shadow: none;
    margin-top: 0;
    margin-right: 0;
    padding: 10px;
  }
  .subcategoria .content .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .subcategoria .content .top svg {
    fill: #000;
  }
  .subcategoria .content {
    width: 90%;
    height: 100%;
    background: #fff;
  }
  .subcategoria .content p a {
    color: #fff;
  }
  .subcategoria .content svg {
    fill: white;
  }
  .subcategoria ul {
    background: #fff;
    padding: 0;
    margin: 0;
    border: 0;
    padding: 20px 0px 50px 0;
    height: 100%;
  }
  .subcategoria ul li {
    border: 0;
  }
  .subcategoria ul li a {
    background: #fff;
    color: #000;
  }
  .subcategoria ul li a#selected,
  .subcategoria ul li a:hover {
    color: #f79e40;
    border: 0;
    background: none;
  }
  .subcategoria p {
    background: #f78231;
    color: #fff !important;
    display: block;
    font-size: 17px;
    padding: 10px;
    margin: 0;
    font-weight: bold;
    text-transform: uppercase;
  }
  .navbar-categories ul li a.submenu {
    background: transparent;
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .subcategoria {
    position: fixed;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    top: 0;
    height: 100%;
    display: none;
    left: 237px;
  }
  .subcategoria .content {
    height: 100%;
    width: 31%;
  }
  .subcategoria p {
    margin: 0;
    background: #f79e40;
    display: block;
    padding-right: 50px;
  }
  .subcategoria p a {
    border: 0;
    color: #fff;
    font-weight: 700;
    display: block;
    padding: 10px 0 10px 15px !important;
    text-transform: uppercase;
  }
  .subcategoria p a:hover {
    background: #f79e40;
    color: #fff;
    border: 0;
    text-decoration: underline;
  }
  .subcategoria ul {
    background: #f3f3f3;
    padding: 0;
    margin: 0;
    border: 0;
    padding: 20px 50px 50px 0;
    height: 100%;
  }
  .subcategoria ul.columns {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }
  .subcategoria ul.columns li {
    width: 50%;
  }
  .subcategoria ul li {
    border: 0;
  }
  .subcategoria ul li a {
    padding: 0;
    border: 0;
  }
  .subcategoria ul li a#selected,
  .subcategoria ul li a:hover {
    color: #f79e40;
    border: 0;
    background: none;
  }
  .navbar-categories ul li:hover > .subcategoria {
    display: block;
  }
}
@media (min-width: 992px) and (max-width: 1023px) {
  .subcategoria {
    left: 200px;
  }
}
.newsletter {
  background: #ffe5d0;
  padding: 30px 0;
  color: #474747;
  overflow: hidden;
}
.newsletter .titulo-newsletter {
  color: #f79e40;
  font-size: 24px;
}
@media (max-width: 992px) {
  .newsletter .titulo-newsletter {
    font-size: 22px;
    margin-bottom: 10px;
    margin-left: 13px;
  }
}
@media (max-width: 640px) {
  .newsletter .titulo-newsletter {
    font-size: 18px;
    margin: 0;
    margin-bottom: 10px;
  }
}
.newsletter a {
  color: #474747;
  text-decoration: underline;
}
.newsletter .form-pie {
  margin-top: 10px;
}
.newsletter .form-pie label {
  font-weight: 400;
  font-size: 13px;
  color: #474747;
}
.newsletter .form-pie input[type="email"] {
  padding: 8px;
  font-size: 15px;
  border: 0;
  color: #474747;
  width: 70%;
  border-radius: 2px 0 0 2px;
  margin-right: -3px;
}
.newsletter .form-pie input[type="submit"] {
  border: none;
  font-size: 18px;
  background: #f79e40;
  text-transform: uppercase;
  padding: 5px 9px 7px;
  border-radius: 0 2px 2px 0;
  color: #fff;
  font-weight: 700;
}
.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;
  }
}
.newsletter .form-pie input[type="email"] {
  padding: 8px;
  font-size: 15px;
  border: 0;
  color: #474747;
  width: 70%;
  border-radius: 2px 0 0 2px;
  margin-right: -3px;
  height: 37px;
}
@media (min-width: 1024px) {
  .newsletter .checkbox {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
#myModalLlamanos h4 {
  margin-top: 0;
  text-align: center;
  font-weight: bold;
  color: #22b14d;
  font-size: 28px;
}
#myModalLlamanos ul {
  list-style: none;
  display: flex;
  justify-content: space-around;
  margin: 0;
  font-size: 16px;
}
#myModalLlamanos p {
  margin: 20px 0;
  font-size: 14px;
}
#myModalLlamanos ul li a {
  text-decoration: underline;
  cursor: pointer;
}
#myModalLlamanos ul li a:hover {
  color: #22b14d;
}
#myModalLlamanos .modal-body {
  padding: 0 40px 20px;
  font-family: "Calibri";
}
#myModalLlamanos i {
  color: #22b14d;
}
#myModalLlamanos svg {
  width: 35px;
  margin-top: -10px;
  fill: #40c351;
}
.modal-body.listadifusion-form {
  padding: 20px;
  padding-top: 0;
  overflow: hidden;
}
.modal-body.listadifusion-form .titulo-modal {
  display: block;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #f79e40;
}
.modal-body.listadifusion-form form {
  margin: 30px 0;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("HelveticaNeueLTStd-Bd.woff2") format("woff2"),
    url("HelveticaNeueLTStd-Bd.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("HelveticaNeueLTStd-LtEx.woff2") format("woff2"),
    url("HelveticaNeueLTStd-LtEx.woff") format("woff");
  font-style: normal;
  font-display: swap;
}
#cookie-notice {
  bottom: 0;
  display: block;
  height: auto;
  font-size: 13px;
  line-height: 20px;
  left: 0;
  visibility: hidden;
}
.cookie-notice-container {
  text-align: center;
}
.cn-button {
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  font-family: sans-serif;
  font-size: 12px;
  font-style: normal;
  line-height: 20px;
  outline: none;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
}
.cn-button,
.cn-button:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
}
#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: #ffbe4a;
  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%;
  }
}
.btn-movil-menu {
  /*display: none !important;
 */
}
.buscador-texto p {
  font-size: 19px;
  margin: 0;
}
@media (max-width: 1360px) {
  .buscador-texto p {
    font-size: 16px;
    margin: 0;
  }
}
@media (max-width: 991px) {
  /* display: block !important;
  z-index: 999;
  background-color: #f79e40;
  box-shadow: 0px 3px 7px rgb(0 0 0 / 50%);
  border-radius: 100%;
  color: #fff;
  font-size: 25px;
  position: fixed;
  padding: 0;
  bottom: 20px;
  right: 10px;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  */
  .btn-movil-menu {
    padding: 0;
    z-index: 999;
    background-color: #f79e40 !important;
    color: #fff !important;
    font-size: 25px;
    padding: 0;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    border-radius: 0;
    margin: 0 auto;
    float: none;
  }
  .bg-movil {
    display: none;
    background: rgba(0, 0, 0, 0.6);
    width: 100vw;
    height: 100vh;
    z-index: 3;
    position: fixed;
    top: 0;
  }
  .buscador form {
    margin: auto;
    padding: 0 10px;
  }
  .buscador input[type="text"] {
    border-radius: 12px;
    border: 2px solid #fff;
    font-weight: 400;
    padding: 14px;
    font-size: 15px;
    background: #fff;
    margin-top: 0;
    width: 100%;
    font-family: "Open Sans", FontAwesome;
    height: 35px;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
  }
  .buscador-texto {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .entrega-mobile {
    margin: 0;
    background-color: #fff;
    font-weight: bold;
    padding: 10px;
    width: 100%;
    color: #000;
    text-align: center;
    font-size: 20px;
  }
  .entrega-mobile a:hover {
    text-decoration: none;
    color: #000;
  }
  .checkout-bg .entrega-mobile {
    background-color: #30303c;
    color: #fff;
  }
  .checkout-bg .entrega-mobile a {
    color: #fff;
  }
  .checkout-bg .entrega-mobile a:hover {
    color: #fff;
  }
  .checkout-bg #bck-sac-mini {
    background-color: #fff;
  }
  .precio_ficha span.anterior,
  .precio_ficha span.precio,
  .precio_ficha span.iva,
  #total_gratis {
    text-align: center;
  }
  .pie {
    border: 0;
    background-color: #ffe5d0;
    color: #f79e40;
    text-align: center;
    padding-bottom: 100px;
    margin-bottom: 0;
  }
  .pie ul li,
  .pie ul li a {
    text-align: center;
    color: #f79e40;
  }
  .newsletter .titulo-newsletter {
    text-align: center;
  }
  .newsletter .form-pie input[type="email"] {
    border: 1px solid #474747;
    border-color: #474747;
    border-radius: 10px;
    margin-right: 5px;
  }
  .newsletter .form-pie input[type="submit"] {
    background: #000;
    color: #fff;
    border-radius: 10px;
    font-size: 15px;
  }
  .radio,
  .checkbox {
    display: flex;
    justify-content: center;
  }
  .radio input[type="checkbox"] {
    margin-top: 0 !important;
  }
  .metodos-pago {
    padding: 20px 0;
  }
  .metodos-pago strong {
    display: block;
    color: #f79e40;
  }
}
.carousel-indicators {
  z-index: 1 !important;
}
.carousel-indicators .active {
  background-color: #000;
  border-color: #000;
}
.carousel-indicators li {
  border-color: #000;
}
.carousel-indicators {
  bottom: -35px;
}
#myCarousel-ficha {
  margin-bottom: 50px;
}
#header .identificado {
  background: #fff;
  width: 300px;
  border-top: 3px solid #f79e40;
  position: absolute;
  right: -330px;
  top: 80px;
  overflow: hidden;
  padding: 10px;
  padding-top: 0;
  z-index: 9999;
}
#header .identificado li {
  margin-bottom: 5px;
  padding: 5px;
}
#header .identificado li .fa {
  width: 20px;
}
@media (min-width: 992px) {
  #gb-widget-7272 {
    display: none;
  }
}
.btnCodigos {
  color: #4bab1c;
  font-weight: bold;
  padding: 10px;
  display: block;
  /* color: white;
  */
  /* color: #f79e40;
  */
  text-transform: uppercase;
  border: 1px solid #ddd;
  border-bottom: 0;
  padding: 7px 15px;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  text-align: center;
}
/** NEWSLETTER **/
.pagina-newsletter {
  font-family: "Montserrat";
}
.titulo-newsletter {
  font-size: 2em;
  margin-bottom: 40px;
  text-align: center;
  font-family: "Montserrat";
  font-weight: bold;
}
.pagina-newsletter .btnEnviarNewsletter {
  background: #4bab1c;
  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;
  font-family: "Helvetica Neue";
  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;
  font-family: "Helvetica Neue";
  border-bottom: 2px solid #ffbe4a;
  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;
    color: #4bab1c;
    text-align: center;
    padding: 10px;
    border: 1px solid #4bab1c;
    border-radius: 10px;
    margin: 20px 10px;
  }
  iframe[src*="youtube.com"] {
    max-width: 100%;
    height: auto;
    aspect-ratio: 1.7777777778;
  }
}
.alert-transferencia {
  clear: both;
  width: 100%;
  max-width: 360px;
  margin-left: 110px;
}
@media (max-width: 648px) {
  .alert-transferencia {
    margin-left: 0;
  }
  #myModal1 {
    top: calc(50vh - 190px) !important;
  }
}
@media ((min-width: 768px) and (max-width: 991px)) {
  #bck-sac-mini {
    margin: 0;
  }
  #bck-sac-mini img {
    max-width: 70px;
  }
  #bck-sac-mini .buscador-texto img {
    max-width: 40px;
  }
}
#header .iconos-cabecera > span {
  position: absolute;
  background-color: red;
  color: #fff;
  font-size: 10px;
  top: -10px;
  right: 10px;
  border-radius: 100%;
  width: 15px;
  height: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
/*checkout*/
.checkout .form-group {
  overflow: hidden;
}
.checkout .titulo_seccion {
  border: 0;
  color: #30313c;
  font-weight: bold;
  margin: 20px 0 30px 0;
  text-transform: none;
  display: block;
  text-align: left;
  background-color: transparent;
}
.checkout .titulo_seccion.grande {
  font-size: 2.3em;
}
.checkout .form-control {
  height: auto !important;
  font-size: 1.13em;
  padding: 10px;
}
.checkout .factura {
  padding: 10px;
  border: 1px solid #c7c7c7;
  border-radius: 4px;
  font-size: 1.13em;
  margin-top: 40px;
  display: flex;
  align-items: center;
}
.checkout .factura label {
  margin: 0;
  margin-left: 10px;
}
.checkout .guardar-datos {
  padding: 20px 10px;
  border: 1px solid #c7c7c7;
  border-radius: 4px;
  font-size: 1.13em;
  margin-bottom: 40px;
}
.checkout .pagos {
  padding: 0;
  border-radius: 4px;
  font-size: 1.13em;
  margin-bottom: 40px;
}
.checkout .pagos .pago {
  display: flex;
  align-items: center;
}
.checkout .pagos .pago label {
  padding: 10px;
  display: flex;
  align-items: center;
  cursor: pointer;
  width: 100%;
  margin: 0;
  border: 1px solid #c7c7c7;
  border-bottom-color: #fff;
}
.checkout .pagos .pago label:has(input[type="radio"]:checked) {
  border-color: #296a9a;
  border-bottom: 1px solid #296a9a;
  background: #f1f5ff;
}
.checkout .pagos .pago input {
  margin-right: 20px;
}
.checkout .pagos .pago svg {
  float: right;
}
.checkout .pagos .pago:first-child label {
  border-radius: 4px 4px 0 0;
}
.checkout .pagos .pago:last-child label {
  border-bottom: 1px solid #c7c7c7;
  border-radius: 0 0 4px 4px;
}
.checkout .btn {
  background-color: #22b14d !important;
  color: #fff !important;
  font-size: 1.3em;
}
.checkout .right {
  padding-left: 80px;
}
.checkout .right .table > tbody > tr > td {
  border: 0 !important;
}
.checkout .right .producto {
  display: flex;
  align-items: top;
}
.checkout .right .producto .imagen-carro {
  position: relative;
  margin-right: 10px;
  margin-bottom: 10px;
}
.checkout .right .producto .imagen-carro img {
  border: 1px solid #c7c7c7;
  border-radius: 4px;
}
.checkout .right .producto .imagen-carro span {
  position: absolute;
  top: -3px;
  right: -3px;
  background-color: #656565;
  color: #fff;
  border-radius: 100%;
  height: 20px;
  width: 20px;
  font-size: 10px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  text-transform: uppercase;
}
@media (max-width: 990px) {
  .right {
    padding-left: 20px !important;
  }
}
@media (max-width: 767px) {
  .right {
    padding-left: 0 !important;
  }
  #header .iconos-cabecera span {
    top: 0;
    right: -5px;
  }
  .precio_ficha {
    display: flex;
    flex-direction: column;
  }
  .precio_ficha .seccion-decripcion {
    order: 2;
  }
  .precio_ficha .seccion-precio {
    display: flex;
    flex-direction: column;
  }
  .precio_ficha .seccion-precio .order-1 {
    order: 1;
  }
  .precio_ficha .seccion-precio .order-2 {
    order: 2;
  }
  .add-to-cart-mobile {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #fff;
    padding: 15px 10px;
    border-top: 1px solid #eee;
    z-index: 10;
  }
  .add-to-cart-mobile [class*="col-"] {
    padding: 0;
  }
  .btnCloseMenu {
    overflow: hidden;
    display: flex;
    justify-content: end;
    padding: 5px 20px;
  }
  .btnCloseMenu svg {
    width: 26px;
    height: 26px;
  }
  .btnagregar {
    background-color: #22b14d;
    color: #fff;
    border-radius: 4px !important;
  }
}
.pl-5 {
  padding-left: 5rem;
}
.resumen-cesta-block {
  padding: 0 20px;
  margin-bottom: 20px;
  overflow: hidden;
}
.resumen-cesta-block .botones-stock {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 110px;
}
.resumen-cesta-block .botones-stock .art_stock_cesta {
  width: 50px;
  margin: 0;
  text-align: center;
}
.resumen-cesta-block .botones-stock .btnDisminuir,
.resumen-cesta-block .botones-stock .btnIncrementar {
  margin: 0;
}
.resumen-cesta-block .precio-resumen {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  justify-content: space-between;
}
.fixed-subtotal-resumen {
  z-index: 2;
  position: fixed;
  bottom: 0;
  max-width: 500px;
  background: #fff;
  padding: 20px;
  width: calc(100% - 39px);
  border-top: 1px solid #eee;
}
.fixed-subtotal-resumen #subtotal-resumen {
  padding: 0 20px;
}
.btnFinalizar {
  width: 100%;
  padding: 10px;
  font-size: 1.5em !important;
}
#myCarousel-relacionados {
  padding: 20px 0;
}
#myCarousel-relacionados .controls {
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  margin: 10px 0;
  border-bottom: 1px solid #eee;
  font-size: 1.3em;
  font-weight: bold;
  text-transform: none;
}
#myCarousel-relacionados .btnagregar {
  border: 2px solid #22b14d;
  color: #22b14d;
  background-color: #fff;
  font-size: 1.13em;
  border-radius: 0;
  width: auto;
  display: block;
  min-width: 120px;
}
#myCarousel-relacionados .btnagregar:hover {
  background-color: #22b14d;
  color: #fff;
}
#myCarousel-relacionados .info-pie {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  #myCarousel-relacionados .info-pie {
    flex-direction: column;
  }
  #myCarousel-relacionados .info-pie .botonesAddRelacionados {
    order: 2;
    width: 100% !important;
    margin-top: 10px;
  }
}
#myCarousel-relacionados .iva {
  font-size: 0.8em;
  text-align: center;
  display: block;
}
#myCarousel-relacionados .precio {
  font-size: 1.13em;
  font-weight: bold;
  text-align: center;
  display: block;
}
#myCarousel-relacionados h3 a {
  color: #f79e40;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  text-transform: none;
  display: block;
}
#myCarousel-relacionados .item > [class*="col-"] {
  padding: 5px;
}
#myCarousel-relacionados .border {
  border: 1px solid #eee;
  padding: 10px;
  min-height: 350px;
}
#myCarousel-relacionados .cloneditem-1,
#myCarousel-relacionados .cloneditem-2 {
  display: none;
}
#myCarousel-relacionados .carousel-inner > .active.left,
#myCarousel-relacionados .carousel-inner > .prev {
  left: -50%;
}
#myCarousel-relacionados .carousel-inner > .active.right,
#myCarousel-relacionados .carousel-inner > .next {
  left: 50%;
}
#myCarousel-relacionados .carousel-inner > .left,
#myCarousel-relacionados .carousel-inner > .prev.right,
#myCarousel-relacionados .carousel-inner > .active {
  left: 0;
}
#myCarousel-relacionados .carousel-inner .cloneditem-1 {
  display: block;
}
@media all and (transform-3d), all and (-webkit-transform-3d) {
  #myCarousel-relacionados .carousel-inner > .item.active.right,
  #myCarousel-relacionados .carousel-inner > .item.next {
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
    left: 0;
  }
  #myCarousel-relacionados .carousel-inner > .item.active.left,
  #myCarousel-relacionados .carousel-inner > .item.prev {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    left: 0;
  }
  #myCarousel-relacionados .carousel-inner > .item.left,
  #myCarousel-relacionados .carousel-inner > .item.prev.right,
  #myCarousel-relacionados .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.bg {
  background: rgba(0, 0, 0, 0.6);
  width: 100vw;
  height: 100vh;
  z-index: 1;
  position: fixed;
  top: 0;
  visibility: hidden;
}
@media (min-width: 768px) {
  .bg {
    z-index: 51;
  }
}
.titulo-interior {
  font-weight: bold;
  font-size: 1.13em;
  display: block;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  body.checkout-bg {
    background: linear-gradient(
      90deg,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 1) 52%,
      #f5f5f5 52%,
      #f5f5f5 100%
    );
  }
}
.whatsapp-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1;
}
.whatsapp-button > div {
  background-color: #4dc247;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  display: flex;
  padding: 5px;
}
.whatsapp-ficha {
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.whatsapp-ficha svg {
  fill: #4dc247;
  width: 50px;
  display: block;
  margin: auto;
}
.botonesAddRelacionados {
  display: flex;
  justify-content: space-around;
  align-items: center;
  border: 2px solid #4dc247;
  color: #4dc247;
  background-color: #fff;
  border-radius: 4px;
  width: 60%;
  padding: 2px 4px;
  font-weight: 700;
}
.botonesAddRelacionados span {
  font-weight: 600;
}
.botonesAddRelacionados svg {
  fill: #4dc247;
  width: 15px;
  height: 15px;
}
.botonesAddRelacionados span:hover,
.botonesAddRelacionados:hover {
  background-color: #4dc247;
  color: #fff !important;
}
.botonesAddRelacionados span:hover svg,
.botonesAddRelacionados:hover svg {
  fill: #fff;
}
.controls-slider {
  overflow: hidden;
  margin: 10px 0;
  border-bottom: 1px solid #eee;
  font-size: 1.3em;
  font-weight: bold;
  text-transform: none;
}
@media (max-width: 767px) {
  body.ficha header {
    position: inherit !important;
  }
  body.ficha {
    padding-top: 0;
  }
  #header .resumen-cesta {
    width: 89vw;
    right: -91vw;
  }
  .validar-codigo {
    margin-top: 20px;
  }
  #basket td {
    padding: 5px 0;
  }
  .controls-slider {
    display: flex;
    justify-content: space-between;
  }
}
.d-flex {
  display: flex;
}
.justify-space-between {
  justify-content: space-between;
}
.align-items-center {
  align-items: center;
}
.mb-20 {
  margin-bottom: 20px;
}
.pago div {
  line-height: normal;
  font-weight: 600;
}
.pago div .transferencia-alerta {
  margin: 10px 0;
  font-size: 0.8em;
  color: #75787a;
  font-weight: normal;
}
#subtotal-checkout .row {
  margin-bottom: 10px;
}
#subtotal-checkout .row select {
  padding: 3px 5px;
  width: 150px;
}
#subtotal-resumen select {
  padding: 3px 5px;
  width: 150px;
}
.footer-checkout {
  text-align: center;
  padding: 140px 0 40px;
  font-weight: bold;
  font-size: 1.13em;
}
#subtotal-checkout {
  margin-bottom: 60px;
}
.btn-success {
  background: #4cae4c !important;
  border-color: #4cae4c;
  font-size: 1.3em;
  box-shadow: none;
  text-shadow: none;
}
.cesta-vacia {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  margin-bottom: 20px;
  text-align: center;
  font-size: 1.3em;
  text-transform: none !important;
}
.cesta-vacia strong {
  display: block;
  margin-bottom: 20px;
}
.cesta-vacia .btn {
  margin-top: 20px;
  font-size: 1em;
  display: block;
  width: 90%;
}
.cesta-vacia svg {
  width: 70px;
  margin: 40px auto;
}
/* SLIDE RELACIONADOS */
.o-wrapper {
  max-width: 500px;
  margin: auto;
  overflow: hidden;
  padding-bottom: 50px;
}
.c-slider {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  min-width: 650px;
  padding-left: 10px;
  width: 5000px;
}
.c-slider .antes {
  display: block;
  text-align: center;
  color: red;
  text-decoration: line-through;
  font-size: 11px;
}
.c-slider .info-pie {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100% !important;
}
@media (max-width: 767px) {
  .c-slider .info-pie {
    flex-direction: column;
  }
  .c-slider .info-pie .botonesAddRelacionados {
    order: 2;
    margin-top: 5px;
  }
}
.c-slider .iva {
  font-size: 0.7em;
  text-align: center;
  display: block;
}
.c-slider .precio {
  font-size: 1.13em;
  font-weight: bold;
  text-align: center;
  display: block;
}
.c-slider h3 a {
  color: #f79e40;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  text-transform: none;
  display: block;
}
.c-slide {
  font-weight: normal;
  margin-right: 10px;
  padding: 0 10px 10px 10px;
  background: #fff;
  border: 1px solid #eee;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  flex: 1;
  overflow: hidden;
  min-width: 200px;
  max-width: 200px;
}
.c-slide__content {
  width: 100%;
}
.c-slide__actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.c-slide__image-wrapper {
  margin: 0;
  padding: 0;
  border-radius: 3px;
  overflow: hidden;
  height: 0;
  padding-top: 66%;
  position: relative;
}
.c-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.c-drag {
  opacity: 0.2;
}
.relacionados-cesta {
  position: relative;
  padding-bottom: 40px;
}
.controls-relacionados {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 50%;
  z-index: 1;
}
.controls-relacionados .prev,
.controls-relacionados .next {
  top: 50%;
  background: white;
  padding: 10px;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.controls-relacionados .prev i,
.controls-relacionados .next i {
  font-size: 25px;
}
.controls-relacionados .prev:hover,
.controls-relacionados .next:hover {
  background: white;
  color: #000;
}
.controls-relacionados .next {
  right: 90%;
}
.btn-volver-atras {
  display: block;
  background-color: #4fa8e7;
  color: #fff;
  padding: 10px 20px;
  width: 100px;
  text-align: center;
  top: 70px;
  left: 17px;
  position: relative;
}
.btn-volver-atras:hover {
  background-color: #3d8dd8;
  color: #fff;
}
@media (max-width: 767px) {
  .controls-relacionados {
    display: none;
  }
  .relacionados-cesta {
    width: 100%;
    padding-bottom: 125px;
  }
  .c-slider {
    min-width: 465px;
  }
  .c-slide {
    max-width: 140px;
    min-width: 140px;
  }
  .c-slide h3 {
    margin: 0;
    font-size: 1.13em;
    margin-bottom: 5px;
  }
  #header .scroll {
    width: 98%;
  }
  .botonesAddRelacionados {
    width: 100%;
  }
  .botonesAddRelacionados svg {
    width: 15px;
    height: 15px;
  }
  .btn-volver-atras {
    display: none;
  }
  #myModalLlamanos ul {
    justify-content: space-between;
    margin: 0;
    padding: 0;
    font-size: 14px;
  }
  #myModalLlamanos ul svg {
    width: 24px;
    margin-top: -5px;
  }
  #myModalLlamanos .modal-body {
    padding: 20px;
  }
}
.navbar-categories a.closeSubCategory,
.navbar-categories ul li a.closeSubCategory:hover {
  background: none !important;
}
.navbar-categories a.return,
.navbar-categories ul li a.return:hover {
  background: none !important;
}
.px-10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
@media (max-width: 1399px) {
  .btn-volver-atras {
    top: 10px;
  }
}
.checkbox-privacidad {
  display: flex;
  align-items: flex-start;
}
.checkbox-privacidad label {
  margin-top: 0;
  margin-left: 15px;
  line-height: normal;
}
.checkbox-privacidad a {
  text-decoration: underline;
  color: #f79e40;
}
