@charset "UTF-8";
@font-face {
  font-family: "Montserrat Light";
  src: url(../fonts/Montserrat-Light.ttf);
}
@font-face {
  font-family: "Montserrat Regular";
  src: url(../fonts/Montserrat-Regular.ttf);
}
@font-face {
  font-family: "Montserrat Medium";
  src: url(../fonts/Montserrat-Medium.ttf);
}
@font-face {
  font-family: "Montserrat SemiBold";
  src: url(../fonts/Montserrat-SemiBold.ttf);
}
@font-face {
  font-family: "Montserrat Bold";
  src: url(../fonts/Montserrat-Bold.ttf);
}
@font-face {
  font-family: "Montserrat ExtraBold";
  src: url(../fonts/Montserrat-ExtraBold.ttf);
}
@font-face {
  font-family: "Montserrat Black";
  src: url(../fonts/Montserrat-Black.ttf);
}
@font-face {
  font-family: "Montserrat ExtraLight";
  src: url(../fonts/Montserrat-ExtraLight.ttf);
}
@font-face {
  font-family: "Montserrat Thin";
  src: url(../fonts/Montserrat-Thin.ttf);
}
@font-face {
  font-family: "Alice Regular";
  src: url(../fonts/Alice-Regular.ttf);
}
@font-face {
  font-family: "Poppins Light";
  src: url(../fonts/Poppins-Light.ttf);
}
@font-face {
  font-family: "Poppins";
  src: url(../fonts/Poppins-Regular.ttf);
}
@font-face {
  font-family: "Poppins Medium";
  src: url(../fonts/Poppins-Medium.ttf);
}
@font-face {
  font-family: "Poppins SemiBold";
  src: url(../fonts/Poppins-SemiBold.ttf);
}
@font-face {
  font-family: "Poppins Bold";
  src: url(../fonts/Poppins-Bold.ttf);
}
@font-face {
  font-family: "Poppins ExtraBold";
  src: url(../fonts/Poppins-ExtraBold.ttf);
}
@font-face {
  font-family: "Poppins Black";
  src: url(../fonts/Poppins-Black.ttf);
}
@font-face {
  font-family: "Poppins ExtraLight";
  src: url(../fonts/Poppins-ExtraLight.ttf);
}
@font-face {
  font-family: "Poppins Thin";
  src: url(../fonts/Poppins-Thin.ttf);
}
h1 {
  font-size: 32px;
  font-size: 2rem;
  line-height: 48px;
  line-height: 3rem;
  margin: 0;
}

h2 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 32px;
  line-height: 2rem;
  margin: 0;
}

h3 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 24px;
  line-height: 1.5rem;
  margin: 0;
}

h4 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  line-height: 1.5rem;
  margin: 0;
}

h5 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  margin: 0;
}

h6 {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 24px;
  line-height: 1.5rem;
  margin: 0;
}

html {
  font-size: 100%;
}

.mobile {
  display: none;
}

a:hover,
a:focus,
a:active {
  color: inherit;
  outline: 0px !important;
  -moz-outline-style: none !important;
  text-decoration: none;
}

a:hover {
  color: #777777;
}

* {
  outline-color: 0px !important;
}

strong, b {
  font-weight: 100;
  font-family: "Poppins SemiBold";
}

button {
  outline: 0;
  border: none;
  background: none;
  cursor: pointer;
}
button:focus {
  outline: none;
}

ul {
  padding-left: 0;
  margin-bottom: 0;
}

ul li {
  list-style: none;
}

p {
  margin-bottom: 15px;
}

.clearfix {
  clear: both;
}

.form-horizontal .form-group {
  margin: 0;
}

.col5 {
  -ms-flex: 0 0 20%;
  -webkit-box-flex: 0;
          flex: 0 0 20%;
  max-width: 20%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.form-group {
  margin-bottom: 1rem;
}

/*ESTILO MODALS REGISTRO*/
.modalLogin .modal-dialog .modal-body, .modalRegister .modal-dialog .modal-body, .modalRecovery .modal-dialog .modal-body {
  background: #fff;
  background-size: cover;
}

.modal .form-control {
  background: #f5f5f5;
  border: 2px solid #f5f5f5;
  height: 54px;
}
.modal .form-control:focus {
  border: 2px solid #777777;
}

#form_recordar_clave {
  margin-bottom: 30px;
}

.modal__html.js_modal__html {
  height: auto !important;
}

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

.modal-body {
  padding: 25px;
  border: 1px solid #1f1f1f;
}
.modal-body p a {
  color: #1f1f1f;
  text-decoration: underline;
}
.modal-body p a:hover {
  color: #777777;
}
.modal-body hr {
  display: none;
}

.modal-content .btn {
  border-radius: 0;
}

.modal.condVenta .btn, .modal.infoTransporte .btn, .modal.info-descuento .btn {
  border-radius: 0;
  border: none;
  text-transform: uppercase;
  color: #fff;
  background: #1f1f1f;
  font-size: 14px;
  padding: 14px 36px;
  transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  display: inline-block;
  position: relative;
  border: 2px solid #1f1f1f;
}
.modal.condVenta .btn:hover, .modal.infoTransporte .btn:hover, .modal.info-descuento .btn:hover {
  background: #777777;
  border: 2px solid #777777;
}

.btn-seguirc, .btn-modal {
  text-transform: uppercase;
  color: #fff;
  background: #1f1f1f;
  font-size: 15px;
  padding: 14px 36px;
  transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  display: inline-block;
  position: relative;
  border: 2px solid #1f1f1f;
  padding: 16px 20px;
}
.btn-seguirc:hover, .btn-modal:hover {
  background: #777777;
  border: 2px solid #777777;
}
.btn-seguirc i, .btn-modal i {
  margin-right: 5px;
}

.modal.modalForm .modalForm-parraf a {
  text-decoration: underline;
  color: #1f1f1f;
}
.modal.modalForm .modalForm-parraf a:hover {
  color: #777777 !important;
  text-decoration: none;
}

.modal.modalForm .modalForm-parraf {
  font-size: 14px;
  color: #000;
}

.voucher-content input, #form_usuario_registrado input, #form_usuario_nuevo input, #form_recordar_clave input, #localidades select, #provincias select, #form_te_llamamos2 input {
  border-radius: 0px !important;
}

#form_te_llamamos2 input {
  margin-bottom: 15px;
}

#form_te_llamamos2 input::-webkit-input-placeholder {
  color: #666 !important;
}

.btn-volver-modal {
  color: #1f1f1f !important;
  outline: 0 !important;
  padding: 0 !important;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 100;
  background: none !important;
}
.btn-volver-modal i {
  font-size: 10px;
}
.btn-volver-modal:hover {
  color: #777777 !important;
  text-decoration: none;
}

.modal.modalForm .modalForm-title, .modalForm-title, .modal__htmlTitle {
  margin-top: 0;
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 10px;
  color: #000;
  text-transform: uppercase;
  display: inline-block;
  border: none;
  padding: 0;
}

.info-descuento-w .titulo, .infoTransporte .modal-header span {
  margin-top: 0;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 10px;
  color: #000;
  text-transform: uppercase;
  display: inline-block;
  border: none;
  padding: 0;
  text-align: center;
}

.close-modal {
  position: initial;
}

#recordar_alert_ko, #warning-alert {
  text-align: center;
}

.modalAlerta .btn {
  text-transform: uppercase;
  color: #fff;
  background: #1f1f1f;
  font-size: 14px;
  padding: 14px 36px;
  transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  display: inline-block;
  position: relative;
  border: 2px solid #1f1f1f;
}
.modalAlerta .btn:hover {
  background: #777777;
  border: 2px solid #777777;
}

.modalPol .modal-lg, .condVenta .modal-lg {
  max-width: 900px;
}
.modalPol .modal-lg h4, .modalPol .modal-lg h3, .condVenta .modal-lg h4, .condVenta .modal-lg h3 {
  font-size: 20px;
  margin: 5px 0;
}
.modalPol .modal-lg ul, .condVenta .modal-lg ul {
  padding-left: 40px;
}
.modalPol .modal-lg ul li, .condVenta .modal-lg ul li {
  list-style-type: disc;
}
.modalPol .modal-lg .close-btn, .condVenta .modal-lg .close-btn {
  text-transform: uppercase;
  color: #fff;
  background: #1f1f1f;
  font-size: 14px;
  padding: 14px 36px;
  transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  display: inline-block;
  position: relative;
  border: 2px solid #1f1f1f;
  padding: 15px 40px;
  float: right;
}
.modalPol .modal-lg .close-btn:hover, .condVenta .modal-lg .close-btn:hover {
  background: #777777;
  border: 2px solid #777777;
}

.modal.modalPol {
  z-index: 99999;
}

.checks {
  margin-bottom: 20px;
}

/*MODAL INFO DESCUENTO CESTA*/
.modal.info-descuento .info-descuento-w {
  padding-top: 20px;
}

.modal.info-descuento .info-descuentoAlert {
  background-color: #fff;
  padding: 10px 40px;
  text-align: center;
  font-size: 14px;
  color: #000;
  margin-bottom: 10px;
}
.modal.info-descuento .info-descuentoAlert .svg {
  width: 40px;
  height: 40px;
  fill: #000;
}
.modal.info-descuento .info-descuentoAlert span {
  text-transform: uppercase;
  display: block;
}
.modal.info-descuento .info-descuentoAlert .hito {
  display: inline-block;
  width: 100%;
  margin-bottom: 100px;
  margin-bottom: 0px;
  padding: 0;
}
.modal.info-descuento .info-descuentoAlert .hito i {
  font-size: 24px;
  color: #666;
  margin-bottom: 5px;
}
.modal.info-descuento .info-descuentoAlert .hito span {
  text-transform: uppercase;
  display: block;
}
.modal.info-descuento .info-descuentoAlert .hito a {
  display: inline-block;
  margin: 0 4px;
  text-decoration: none;
}
.modal.info-descuento .info-descuentoAlert .hito a:hover {
  color: #777777;
}

.modal.info-descuento .info-descuento-w ul {
  font-weight: 100;
}
.modal.info-descuento .info-descuento-w ul li {
  font-size: 15px;
  color: #000;
}

.modal.info-descuento .info-descuento-w ul li:before {
  color: #777777;
  content: "\f00c";
  font-size: 15px;
  top: 3px;
}

.modal.info-descuento .info-descuento-w h1, .modal.info-descuento .info-descuento-w h2, .modal.info-descuento .info-descuento-w h3, .modal.info-descuento .info-descuento-w h4, .modal.info-descuento .info-descuento-w h5, .modal.info-descuento .info-descuento-w h6 {
  font-size: 25px;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.modal-dialog .modal-content .modal__smtext {
  font-size: 13px;
  display: block;
  margin-bottom: 20px;
  margin-left: 12px;
}

.modal-dialog .modal-content .modal__icon {
  display: none;
}

/*MODAL GUIA TALLAS*/
.modal-tallas .img {
  width: 100%;
}
.modal-tallas .img img {
  width: 100%;
}

.modal .close {
  float: right;
  border: none;
  background: transparent;
}

/*ESTILOS CESTA DESPLEGABLE*/
.mini-cesta {
  display: inline-block;
  float: right;
}

.shCart-down.js-shCart-down2 {
  right: 0;
  left: 0;
}

.cesta .btn {
  padding: 0px !important;
  bottom: 4px;
}

.js_SlideMini {
  display: block;
  margin-bottom: 30px;
}
.js_SlideMini .btn.down, .js_SlideMini .btn.up {
  background: #000;
  color: #fff;
  border-radius: 0;
  padding: 5px !important;
  border: 1px solid #fff;
}

.shCart-total li {
  background-color: #fff;
  border: none;
  font-size: 15px;
  margin-bottom: 3px;
  color: #000;
}

.mHdr-cartBtn {
  display: inline-block;
  background: none;
  padding: 0px 12px 0 18px;
  border-radius: 0;
  float: right;
  text-align: center;
  position: relative;
}
.mHdr-cartBtn a {
  color: #000;
}
.mHdr-cartBtn .flaticon-shopper {
  font-size: 28px;
}
.mHdr-cartBtn .texto {
  display: block;
  font-size: 13px;
  line-height: 11px;
}
.mHdr-cartBtn small {
  font-size: 100%;
}
.mHdr-cartBtn .texto-cesta {
  margin-right: 5px;
  display: inline-block;
}
.mHdr-cartBtn .js-shCart-totalCesta {
  font-weight: 100;
  color: #000;
  display: none;
}
.mHdr-cartBtn:hover {
  cursor: pointer;
}
.mHdr-cartBtn .js-shCart-qty {
  background: #777777;
  color: #fff;
  border-radius: 50%;
  font-size: 9px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  display: inline-block;
  position: absolute;
  top: -6px;
  right: 4px;
  text-align: center;
}

.shCart-name {
  white-space: normal;
  font-size: 12px !important;
  color: #000 !important;
  line-height: 18px;
  display: block;
}

.shCart-down {
  top: 45px;
  background: #fff;
  right: 0px;
}

.fa-times {
  color: #000 !important;
  font-size: 12px !important;
}

.shCart-total {
  padding: 15px;
  border-top: none;
}

.btn-carrito {
  background: #1f1f1f;
  text-transform: uppercase;
  padding: 15px;
  color: #fff !important;
  text-align: center;
  transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  display: block;
  font-size: 15px !important;
}
.btn-carrito:hover {
  background: #777777;
}
.btn-carrito i {
  font-size: 8px;
  vertical-align: middle;
}

.shCart-line {
  padding: 12px;
  border-bottom: 1px solid #eee;
  background-color: #fff;
}

.shCart-line.shCart-line-empty {
  background-color: #00838F;
  border: none;
}
.shCart-line.shCart-line-empty p {
  color: #FFFFFF;
}
.shCart-line.shCart-line-empty i {
  color: #B7BB2D;
  font-size: 54px;
}

.shCart-del {
  width: 10px;
  top: 10px;
  -webkit-transform: translate(0) rotate(0deg);
  transform: translate(0) rotate(0deg);
  right: 10px;
}

.cartCantidad span {
  color: #1f1f1f;
}

.mHdr-cartBtn:hover a {
  color: #1f1f1f;
}

.categorias .box-cat {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 20px 20px;
  margin-bottom: 20px;
}
.categorias .box-cat figure.img {
  width: 100%;
  overflow: hidden;
  margin-bottom: 1.5rem;
}
.categorias .box-cat figure.img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.categorias .box-cat .h4 {
  width: 100%;
  display: inline-block;
}
.categorias .box-cat p {
  display: inline-block;
  width: 100%;
}

/*categorias y listado*/
.listado {
  display: inline-block;
  width: 100%;
  margin-bottom: 100px;
  margin-bottom: 40px;
}
.listado .filtros {
  display: inline-block;
  width: 100%;
  margin-bottom: 100px;
  margin-bottom: 20px;
}
.listado .box {
  display: inline-block;
  width: 100%;
  margin-bottom: 100px;
  margin-bottom: 0px;
}
.listado .producto {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  border: 1px solid #ddd;
  padding: 20px 20px 40px;
  position: relative;
  margin-bottom: 20px;
}
.listado .producto .img {
  width: 100%;
  overflow: hidden;
  margin-bottom: 1.5rem;
}
.listado .producto .img:hover {
  opacity: 0.8;
}
.listado .producto .img img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.listado .producto .texto {
  padding: 0;
}
.listado .producto .texto .titulo {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 5px;
  text-transform: none;
}
.listado .producto .precios {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}
.listado .producto .precios .anterior {
  font-size: 13px;
  line-height: 20px;
  color: #666;
  text-decoration: line-through;
  margin: 0 5px;
}
.listado .producto .precios .actual {
  font-size: 18px;
  line-height: 20px;
  margin: 0 5px;
}
.listado .producto .verFicha {
  padding: 10px 16px;
  margin-bottom: 10px;
}
.listado .producto .verFicha:after {
  display: none;
}

/*CARRUSEL HORIZONTAL FICHA*/
._ficha {
  /*CARRUSEL PEQUEÑO FICHA*/
  /*CARRUSEL HORIZONTAL FICHA*/
}
._ficha .box {
  display: inline-block;
  width: 100%;
  margin-bottom: 100px;
  margin-bottom: 60px;
}
._ficha .box-img-big {
  width: 100%;
  height: auto;
  text-align: center;
  display: inline-block;
  position: relative;
  border: 2px solid #ddd;
  margin-bottom: 15px;
  padding: 20px 0;
}
._ficha .box-img-big .img-big {
  display: inline-block;
  display: inline-block;
  width: 856px;
  height: 570px;
  margin: 0;
  position: relative;
  max-width: 100%;
  margin: 0;
}
._ficha .box-img-big .img-big img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
._ficha .carrusel-main-ficha .slick-slide {
  margin: 0 20px;
  overflow: hidden;
  position: relative;
  padding: 0;
}
._ficha .carousel-arrows {
  position: relative;
  width: initial;
  float: right;
  display: none;
}
._ficha .carousel-arrows .slick-arrow {
  font-size: 12px;
  padding: 8px;
  cursor: pointer;
  color: #1f1f1f;
  transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  position: relative;
  left: initial;
  right: initial;
  bottom: initial;
}
._ficha .carousel-arrows .slick-arrow:hover {
  color: #777777;
}
._ficha .carrusel-mini-ficha {
  display: inline-block;
  width: 100%;
  margin-bottom: 100px;
  width: 100%;
  margin-bottom: 0;
  position: relative;
  z-index: 99;
  height: 100px;
  overflow: hidden;
}
._ficha .carrusel-mini-ficha .slick-slide {
  padding: 0;
}
._ficha .carrusel-mini-ficha .slick-slide:hover {
  opacity: 0.8;
  transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  cursor: pointer;
}
._ficha .carrusel-mini-ficha .img-litle {
  display: inline-block;
  width: 100px;
  height: 100px;
  margin: 0;
  position: relative;
  padding: 10px;
  border: 1px solid #ddd;
  margin: 0px 6px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
._ficha .carousel-arrows-mini {
  text-align: center;
  position: relative;
  top: -70px;
}
._ficha .carousel-arrows-mini .slick-arrow {
  font-size: 12px;
  padding: 8px;
  cursor: pointer;
  color: #1f1f1f;
  transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  position: absolute;
  z-index: 99;
}
._ficha .carousel-arrows-mini .slick-arrow:hover {
  color: #777777;
}
._ficha .carousel-arrows-mini .prev-mini {
  left: -20px;
}
._ficha .carousel-arrows-mini .next-mini {
  right: -20px;
}
._ficha .ref {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 15px;
  color: #666;
  display: inline-block;
  width: 50%;
}
._ficha .box-stock {
  display: inline-block;
  width: 50%;
  float: right;
  margin-bottom: 15px;
  text-align: right;
}
._ficha .box-stock .no-stock {
  display: inline-block;
  width: 100%;
}
._ficha .box-stock .no-stock p {
  color: #ff0000;
}
._ficha .acciones {
  display: inline-block;
  width: 100%;
  margin-bottom: 100px;
  margin-bottom: 40px;
}
._ficha .precios {
  display: inline-block;
  width: 50%;
  float: left;
  margin-bottom: 30px;
}
._ficha .precios .anterior {
  font-size: 16px;
  line-height: 44px;
  color: #666;
  position: relative;
  margin-left: 5px;
  text-decoration: line-through;
}
._ficha .precios .actual {
  font-size: 40px;
  line-height: 44px;
  margin: 0 5px;
}
._ficha .form-group {
  margin-bottom: 10px;
}
._ficha .add-to {
  display: inline-block;
  width: 100%;
  margin-bottom: 100px;
  margin-bottom: 0px;
}
._ficha .box-spinner {
  display: inline-block;
  margin: 0;
  margin-bottom: 5px;
  width: 100%;
}
._ficha .box-spinner .spinner {
  display: inline-block;
  width: 100%;
}
._ficha .box-spinner .spinner input {
  float: left;
  width: 142px;
  height: 56px !important;
  font-size: 18px;
  text-align: center;
  margin: 0;
  color: #666;
  background: #fff;
  border: 2px solid #ddd;
}
._ficha .box-spinner .spinner input:focus {
  border: 2px solid #1f1f1f;
}
._ficha .box-spinner .spinner .ui-spinner {
  display: inline-block;
  width: 100%;
  border: none;
  border-radius: 0;
}
._ficha .box-spinner .spinner .ui-spinner .ui-spinner-button {
  width: 56px;
  height: 56px;
  font-size: 14px;
  text-align: center;
  position: relative;
  display: inline-block;
  background: #1f1f1f;
  border-radius: 0;
  outline: none;
  margin-left: 2px;
  transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -os-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
}
._ficha .box-spinner .spinner .ui-spinner .ui-spinner-button .input-group-btn-vertical, ._ficha .box-spinner .spinner .ui-spinner .ui-spinner-button .btn-menos {
  float: left;
}
._ficha .box-spinner .spinner .ui-spinner .ui-spinner-button:hover {
  opacity: 0.8;
  cursor: pointer;
}
._ficha .box-spinner .spinner .ui-spinner .ui-spinner-button .fa {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-size: 13px;
  color: #fff;
  margin-top: 0;
  text-indent: 0;
}
._ficha .box-spinner .spinner .ui-spinner .ui-spinner-down {
  background: #ccc;
}
._ficha .box-spinner .spinner .ui-spinner .ui-spinner-down .fa {
  color: #666;
}
._ficha .box-agregar {
  display: inline-block;
  margin: 0;
  width: 100%;
}
._ficha .box-agregar .btn-agregar {
  text-transform: uppercase;
  color: #fff;
  background: #1f1f1f;
  font-size: 16px;
  padding: 14px 36px;
  transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  display: inline-block;
  position: relative;
  border: 2px solid #1f1f1f;
  padding: 11px 20px;
  position: relative;
  width: 100%;
  text-align: center;
}
._ficha .box-agregar .btn-agregar:hover {
  background: #777777;
  border: 2px solid #777777;
}
._ficha .box-agregar .btn-agregar i {
  font-size: 18px;
  margin-right: 5px;
  position: relative;
  bottom: 1px;
}
._ficha .box-agregar .disabled {
  background: #bbb;
  cursor: not-allowed;
}
._ficha .box-agregar #boton_avisarme_disponibilidad .btn-agregar {
  background: #666;
}
._ficha .box-agregar #boton_avisarme_disponibilidad .btn-agregar:hover {
  background: #777777;
}

/*Mi cuenta y cesta*/
._cesta, ._mi-cuenta, ._historial-pedidos, ._datos-personales, ._cambiar-password {
  padding: 0;
}

/*MI CUENTA*/
.mi-cuenta-section {
  display: inline-block;
  width: 100%;
  margin-bottom: 100px;
}
.mi-cuenta-section .bread {
  display: inline-block;
  width: 100%;
  margin-bottom: 100px;
  margin-bottom: 20px;
  background: #f5f5f5;
  padding: 15px;
}
.mi-cuenta-section .bread li {
  display: inline;
}
.mi-cuenta-section .bread li a {
  color: #000;
}
.mi-cuenta-section .bread li a:hover {
  color: #666;
}
.mi-cuenta-section .bread li span {
  color: #1f1f1f;
  text-decoration: underline;
}
.mi-cuenta-section .bread li i {
  color: #1f1f1f;
  font-size: 8px;
  margin-left: 4px;
}
.mi-cuenta-section .texto-intro {
  margin-bottom: 40px;
  text-align: left;
}
.mi-cuenta-section .texto-intro:after {
  display: none;
}
.mi-cuenta-section .texto-intro p {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 0;
}
.mi-cuenta-section .box {
  display: inline-block;
  width: 100%;
  margin-bottom: 100px;
  margin-bottom: 40px;
}
.mi-cuenta-section .campo {
  display: inline-block;
  width: 100%;
  margin-bottom: 100px;
  margin-bottom: 0px;
  padding: 20px 20px 30px 20px;
  background: #f5f5f5;
}
.mi-cuenta-section .campo .icono {
  font-size: 30px;
  color: #1f1f1f;
  display: block;
  margin-bottom: 10px;
}
.mi-cuenta-section .campo .nombre-seccion {
  text-transform: uppercase;
  position: relative;
}
.mi-cuenta-section .campo .nombre-seccion a {
  color: #000;
}
.mi-cuenta-section .campo .nombre-seccion a:hover {
  color: #777777;
}
.mi-cuenta-section .campo .nombre-seccion:after {
  content: "";
  position: relative;
  width: 25px;
  height: 1px;
  margin: 8px 0;
  display: block;
  background: #1f1f1f;
}
.mi-cuenta-section .campo .acceder {
  text-transform: uppercase;
  font-weight: 100;
}
.mi-cuenta-section .campo .acceder i {
  margin-left: 5px;
  font-size: 13px;
  vertical-align: middle;
}
.mi-cuenta-section .campo .acceder:hover {
  color: #777777;
}
.mi-cuenta-section .form-group.arrow {
  position: relative;
  display: inline-block;
  width: 100%;
}
.mi-cuenta-section .form-group.arrow:after {
  right: 30px;
  top: 18px;
}
.mi-cuenta-section label {
  font-weight: 100;
  margin: 0;
  font-size: 14px;
}
.mi-cuenta-section .form-control {
  height: 45px;
}
.mi-cuenta-section .aviso {
  display: none;
}

.mi-cuenta-section .col-lg-4:nth-of-type(even) .campo {
  background: #ddd;
}

.mi-cuenta-section .table-responsive {
  border-top: none;
}

._cambiar-password .mi-cuenta-section label {
  font-size: 15px;
  margin-bottom: 5px;
}

.historial-table .btn-link {
  background-color: #1f1f1f;
  padding: 10px;
  float: right;
  color: #fff;
  border-radius: 0px;
}

.historial-table .btn-link:hover {
  background-color: #666;
  text-decoration: none;
}

.historial-table thead th {
  border: none;
  width: 25%;
  font-weight: 100;
  font-size: 18px;
}

.historial-table td {
  font-size: 15px;
  font-weight: 100;
}

.checkout_form {
  margin-bottom: 40px;
}

.btn-black, .checkout_form .btn-modal, .btn-password {
  text-transform: uppercase;
  color: #fff;
  background: #1f1f1f;
  font-size: 15px;
  padding: 14px 36px;
  transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  display: inline-block;
  position: relative;
  border: 2px solid #1f1f1f;
  border-radius: 0;
  margin-top: 15px;
}
.btn-black:hover, .checkout_form .btn-modal:hover, .btn-password:hover {
  background: #777777;
  border: 2px solid #777777;
}
.btn-black i, .checkout_form .btn-modal i, .btn-password i {
  font-size: 14px;
  margin-right: 5px;
}

.btn-black.btn-vacio {
  text-transform: uppercase;
  color: #1f1f1f;
  background: #fff;
  font-size: 15px;
  padding: 14px 36px;
  transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  display: inline-block;
  position: relative;
  border: 2px solid #1f1f1f;
}
.btn-black.btn-vacio:hover {
  background: #777777;
  color: #fff;
  border: 2px solid #777777;
}

.cesta-section-title {
  color: #000;
  border-bottom: 2px solid #ccc;
  font-size: 26px;
  margin-top: 25px;
}

.cesta-label {
  font-size: 13px;
  color: #000;
  font-weight: 100;
}

/*CESTA*/
.header-cesta {
  display: inline-block;
  width: 100%;
  margin-bottom: 100px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
}
.header-cesta .logo {
  width: 115px;
  margin: auto;
}
.header-cesta .logo img {
  width: 100%;
}
.header-cesta .correo {
  transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  float: left;
  margin-top: 10px;
}
.header-cesta .correo strong {
  color: #000;
}
.header-cesta .correo i {
  font-size: 14px;
  margin-right: 5px;
  color: #1f1f1f;
  position: relative;
  top: 2px;
}
.header-cesta .correo:hover {
  color: #777777;
}
.header-cesta .dev {
  float: right;
  margin-top: 10px;
}
.header-cesta .dev i {
  font-size: 14px;
  margin-right: 5px;
  color: #1f1f1f;
}
.header-cesta .dev strong {
  color: #000;
}

.cesta {
  display: inline-block;
  width: 100%;
  margin-bottom: 100px;
  margin-bottom: 0;
}
.cesta .login {
  display: inline-block;
  width: 100%;
  float: left;
  margin-bottom: 15px;
}
.cesta .login .icono {
  width: 40px;
  height: 60px;
  float: left;
  font-size: 38px;
  color: #777777;
}
.cesta .login .texto {
  display: inline-block;
  float: left;
  padding: 10px 0 0 5px;
}
.cesta .login .texto span {
  display: block;
}
.cesta .login .texto p {
  text-transform: uppercase;
}
.cesta .login .texto p strong {
  color: #777777;
  text-decoration: underline;
}
.cesta .login:hover .texto p strong {
  text-decoration: none;
}
.cesta .btns {
  display: inline-block;
  width: 100%;
  float: right;
  text-align: right;
  margin-bottom: 13px;
}
.cesta .btns a {
  text-transform: uppercase;
  color: #fff;
  background: #1f1f1f;
  font-size: 14px;
  padding: 14px 36px;
  transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  display: inline-block;
  position: relative;
  border: 2px solid #1f1f1f;
  padding: 12px 30px;
  color: #777777;
  background: #fff;
  border: 2px solid #777777;
}
.cesta .btns a:hover {
  background: #777777;
  border: 2px solid #777777;
}
.cesta .btns a:hover {
  background: #777777;
  color: #fff;
}
.cesta .btns a i {
  font-size: 8px;
  margin-right: 5px;
  vertical-align: middle;
}
.cesta .btns .btn-seguir-movil {
  display: none;
}

.form-cesta {
  display: inline-block;
  width: 100%;
  margin-bottom: 100px;
  margin-bottom: 40px;
}
.form-cesta .paso {
  display: inline-block;
  width: 100%;
  margin-bottom: 100px;
  margin-bottom: 20px;
}
.form-cesta .paso .form-group {
  margin-bottom: 10px;
  position: relative;
}
.form-cesta .paso .form-group.arrow:after {
  top: 35px;
}
.form-cesta .paso .titulo {
  font-size: 18px;
  font-family: "Poppins Medium";
  line-height: 20px;
  margin-bottom: 10px;
  color: #000;
  font-size: 18px;
  background: #f5f5f5;
  padding: 10px 15px;
  border-bottom: 1px solid #ccc;
}
.form-cesta .paso small {
  text-align: right;
  font-size: 11px;
  font-family: "Poppins Medium";
  line-height: 11px;
  margin-bottom: 10px;
  color: #1f1f1f;
  display: block;
}
.form-cesta .paso .row-pd {
  margin: 0 -5px;
}
.form-cesta .paso .row-pd .col-pd {
  padding: 0 5px;
}
.form-cesta .paso .form-control {
  height: 40px !important;
  font-size: 13px;
  color: #666;
  border: 2px solid #ddd;
  background: #fff;
}
.form-cesta .paso .form-control:focus {
  border: 2px solid #777777;
}
.form-cesta .paso label {
  font-size: 14px;
  font-family: "Poppins Medium";
  line-height: 16px;
  margin-bottom: 5px;
  color: #000;
  font-weight: 100;
}
.form-cesta .paso .form-group select {
  font-family: "Poppins Light";
  font-size: 13px;
}
.form-cesta .paso textarea.form-control {
  height: 100px !important;
}
.form-cesta .paso .factura {
  font-size: 15px;
  font-family: "Poppins Light";
  line-height: 15px;
  margin-bottom: 10px;
  color: #000;
  background: #eee;
  padding: 10px 15px;
  display: block;
  width: 100%;
  margin: 15px 0 10px;
}
.form-cesta .paso .factura a {
  color: #777777;
  margin-left: 5px;
  font-family: "Poppins Medium";
}
.form-cesta .paso .factura a:hover {
  opacity: 0.8;
}
.form-cesta .paso .factura-empresa {
  display: inline-block;
  width: 100%;
  margin-bottom: 100px;
  margin-bottom: 15px;
  padding: 25px;
  border: 1px solid #ddd;
  background: #eeeeee;
}
.form-cesta .paso .factura-empresa .polPriv {
  display: inline-block;
  margin: 0 0 5px;
}
.form-cesta .paso .factura-empresa .polPriv label {
  width: 16px;
  height: 16px;
  margin-right: 5px;
}
.form-cesta .paso .factura-empresa .polPriv label span {
  font-size: 13px;
}
.form-cesta .paso .factura-empresa .polPriv span {
  font-size: 13px;
  color: #666;
  font-family: "Poppins Light";
}
.form-cesta .paso .forma-entrega, .form-cesta .paso .forma-pago, .form-cesta .paso .descuento {
  display: inline-block;
  width: 100%;
  margin-bottom: 100px;
  margin-bottom: 0;
  padding-left: 10px;
}
.form-cesta .paso .forma-entrega p, .form-cesta .paso .forma-pago p, .form-cesta .paso .descuento p {
  font-size: 12px;
  font-family: "Poppins Light";
  line-height: 20px;
  margin-bottom: 10px;
  color: #000;
}
.form-cesta .paso .forma-pago {
  margin-top: 10px;
  width: 40%;
  float: left;
}
.form-cesta .paso .forma-pago .js_pagoblock {
  display: inline-block;
  padding-left: 20px;
}
.form-cesta .paso .forma-pago label {
  font-size: 14px;
  font-family: "Poppins Light";
  line-height: 20px;
  display: inline-block;
  margin-left: 10px;
}
.form-cesta .paso .forma-pago label:hover {
  opacity: 0.7;
}
.form-cesta .paso .forma-pago label span {
  font-family: "Poppins Medium";
}
.form-cesta .paso .descripcion {
  display: inline-block;
  width: 60%;
  padding: 12px 0 0 20px;
  float: left;
  border-left: 1px solid #ddd;
}
.form-cesta .paso .descripcion p {
  font-size: 12px;
  font-family: "Poppins Medium";
  line-height: 20px;
  margin-bottom: 15px;
  color: #666;
}
.form-cesta .paso .descripcion p strong {
  color: #000;
  font-family: "Poppins Medium";
}
.form-cesta .paso .descripcion span {
  font-size: 15px;
  font-family: "Poppins Medium";
  line-height: 20px;
  margin-bottom: 5px;
  color: #000;
  display: block;
}
.form-cesta .paso .descripcion img {
  display: inline-block;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  width: 32px;
}
.form-cesta .paso .descripcion .elige-tienda {
  width: 100%;
  margin: 0;
  padding: 0;
}
.form-cesta .paso .descripcion .elige-tienda .tienda {
  display: inline-block;
  width: 100%;
  margin-bottom: 100px;
  margin-bottom: 0px;
}
.form-cesta .paso .descripcion .elige-tienda .tienda label {
  margin-left: 0;
  width: 80%;
  float: left;
  padding-right: 15px;
}
.form-cesta .paso .descripcion .elige-tienda .tienda label span {
  margin-bottom: 0;
}
.form-cesta .paso .descripcion .elige-tienda .tienda label p {
  margin: 0;
}
.form-cesta .paso .descripcion .elige-tienda .tienda .pin {
  display: inline-block;
  width: 20%;
  float: left;
  text-align: center;
}
.form-cesta .paso .descripcion .elige-tienda .tienda .pin span {
  display: block;
  font-size: 9px;
  text-transform: uppercase;
  text-decoration: underline;
  line-height: 9px;
  color: #777777;
  transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
}
.form-cesta .paso .descripcion .elige-tienda .tienda .pin i {
  font-size: 14px;
  color: #777777;
  transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
}
.form-cesta .paso .descripcion .elige-tienda .tienda .pin:hover i, .form-cesta .paso .descripcion .elige-tienda .tienda .pin:hover span {
  color: #777777;
}
.form-cesta .paso .descuento {
  border-top: 1px solid #ddd;
  padding-top: 15px;
  margin-top: 15px;
}
.form-cesta .paso .descuento span {
  font-size: 14px;
  font-family: "Poppins Light";
  line-height: 20px;
  margin-bottom: 5px;
  color: #000;
  display: inline-block;
}
.form-cesta .paso .descuento .voucher-infoBtn {
  cursor: pointer;
  color: #777777;
  font-size: 15px !important;
  margin-left: 5px;
}
.form-cesta .paso .descuento input {
  width: 325px;
  float: left;
  margin: 0 15px 15px 0;
}
.form-cesta .paso .descuento button {
  text-transform: uppercase;
  color: #fff;
  background: #1f1f1f;
  font-size: 13px;
  padding: 14px 36px;
  transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  display: inline-block;
  position: relative;
  border: 2px solid #1f1f1f;
  float: left;
  line-height: 15px;
  padding: 10px 15px;
}
.form-cesta .paso .descuento button:hover {
  background: #777777;
  border: 2px solid #777777;
}
.form-cesta .paso .descuento button:after {
  display: none;
}
.form-cesta .paso .descuento .alert {
  font-size: 14px;
}
.form-cesta .paso .descuento .alert p {
  font-size: 13px;
  font-family: "Poppins Light";
  line-height: 20px;
  margin-bottom: 0px;
  color: #000;
  padding: 8px 0 0 16px;
}
.form-cesta .paso .descuento .alert p strong {
  font-family: "Poppins Medium";
}
.form-cesta .paso .descuento .alert-success {
  padding-right: 15px;
  margin-top: 20px;
}
.form-cesta .paso-resumen {
  background: #f5f5f5;
  padding: 30px;
  margin-bottom: 0;
}
.form-cesta .paso-resumen .titulo {
  background: #fff;
}
.form-cesta .paso-resumen-movil {
  display: none;
}
.form-cesta table.resumen {
  margin-top: 20px;
  width: 100%;
}
.form-cesta table.resumen tr {
  border-bottom: 1px solid #ddd;
  font-size: 13px;
}
.form-cesta table.resumen tr:last-child {
  border-bottom: none;
}
.form-cesta table.resumen tr th {
  padding-bottom: 20px;
  font-weight: 100;
  font-family: "Poppins Bold";
  font-size: 15px;
}
.form-cesta table.resumen td {
  padding: 0px 16px 0px 0;
}
.form-cesta table.resumen .nombre {
  font-size: 13px;
  font-family: "Poppins Light";
  line-height: 20px;
  margin-bottom: 0px;
  color: #000;
}
.form-cesta table.resumen .nombre:hover {
  color: #666;
}
.form-cesta table.resumen .talla {
  font-size: 11px;
  font-family: "Poppins Light";
  line-height: 18px;
  margin-bottom: 5px;
  color: #666;
  display: block;
}
.form-cesta table.resumen .entrega {
  font-size: 9px;
  font-family: "Poppins Medium";
  line-height: 15px;
  margin-bottom: 0px;
  color: #777777;
  display: block;
  text-transform: uppercase;
}
.form-cesta table.resumen .entrega i {
  margin-right: 3px;
}
.form-cesta table.resumen .box-spinner {
  display: inline-block;
  margin: 0;
  width: initial;
  float: left;
}
.form-cesta table.resumen .box-spinner .spinner {
  display: inline-block;
  width: 100%;
  height: 40px;
}
.form-cesta table.resumen .box-spinner .spinner input {
  float: left;
  width: 60px;
  height: 34px;
  font-size: 14px;
  text-align: left;
  margin: 0;
  color: #666;
  position: relative;
}
.form-cesta table.resumen .box-spinner .spinner .ui-spinner {
  display: inline-block;
  width: 100%;
  border: none;
  height: auto !important;
}
.form-cesta table.resumen .box-spinner .spinner .ui-spinner .ui-spinner-button {
  width: 20px;
  height: 20px;
  border: none;
  font-size: 14px;
  text-align: center;
  display: inline-block;
  background: #333;
  float: left;
  outline: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
  margin-left: 0px;
  transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -os-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
}
.form-cesta table.resumen .box-spinner .spinner .ui-spinner .ui-spinner-button .input-group-btn-vertical, .form-cesta table.resumen .box-spinner .spinner .ui-spinner .ui-spinner-button .btn-menos {
  float: left;
}
.form-cesta table.resumen .box-spinner .spinner .ui-spinner .ui-spinner-button:hover {
  opacity: 0.8;
  cursor: pointer;
}
.form-cesta table.resumen .box-spinner .spinner .ui-spinner .ui-spinner-button .fa {
  text-indent: inherit;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-size: 7px;
  color: #fff;
}
.form-cesta table.resumen .box-spinner .spinner .ui-spinner .ui-spinner-down {
  background: #ccc;
  bottom: 0px;
  top: initial;
}
.form-cesta table.resumen .box-spinner .spinner .ui-spinner .ui-spinner-down .fa {
  color: #666;
}
.form-cesta table.resumen .img-producto {
  display: inline-block;
  width: 75px;
  height: 75px;
  margin: 0;
  position: relative;
  padding: 0px;
  margin: 12px auto;
}
.form-cesta table.resumen .img-producto img {
  max-width: 100%;
  max-height: 100%;
}
.form-cesta table.resumen .img-producto img:hover {
  opacity: 0.8;
}
.form-cesta .delete:hover {
  opacity: 0.6;
}
.form-cesta .box-total {
  background: #ddd;
  padding: 20px;
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
}
.form-cesta table.table-total {
  width: 100%;
}
.form-cesta table.table-total td {
  padding: 5px 0;
  font-size: 15px;
  font-family: "Poppins Light";
}
.form-cesta table.table-total td span {
  font-size: 15px;
}
.form-cesta table.table-total .total td, .form-cesta table.table-total .total_resumen {
  font-size: 24px;
  font-family: "Poppins Medium";
  line-height: 30px;
}
.form-cesta table.table-total small {
  text-align: left;
  font-size: 10px;
  font-family: "Poppins Medium";
  line-height: 10px;
  margin-bottom: 0px;
  color: #333;
  display: inline-block;
}
.form-cesta table.table-total .fa {
  color: #777777;
  cursor: pointer;
}
.form-cesta table.table-total .fa:hover {
  opacity: 0.6;
}
.form-cesta .condiciones-venta {
  display: inline-block;
  position: relative;
  width: 100%;
  margin: 0;
}
.form-cesta .condiciones-venta label {
  width: 16px;
  height: 16px;
  margin-right: 5px;
}
.form-cesta .condiciones-venta span {
  display: inline-block;
  width: 90%;
  padding-left: 5px;
  font-size: 13px;
}
.form-cesta .condiciones-venta a {
  color: #777777;
}
.form-cesta .condiciones-venta a:hover {
  color: #777777;
  text-decoration: none;
}
.form-cesta .box-btn {
  display: inline-block;
  width: 100%;
  margin-bottom: 100px;
  margin: 20px 0 15px;
  text-align: center;
}
.form-cesta .box-btn a {
  text-transform: uppercase;
  color: #fff;
  background: #1f1f1f;
  font-size: 18px;
  padding: 14px 36px;
  transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  display: inline-block;
  position: relative;
  border: 2px solid #1f1f1f;
}
.form-cesta .box-btn a:hover {
  background: #777777;
  border: 2px solid #777777;
}
.form-cesta .box-btn a:hover {
  background: #777777;
}
.form-cesta .sellos {
  display: inline-block;
  width: 100%;
  margin-bottom: 100px;
  margin-bottom: 0;
  text-align: center;
}
.form-cesta .sellos p {
  font-size: 18px;
  font-family: "Poppins Light";
  line-height: 22px;
  margin-bottom: 5px;
  color: #000;
}
.form-cesta .sellos span {
  font-size: 9px;
  font-family: "Poppins Medium";
  line-height: 9px;
  margin-bottom: 20px;
  color: #666;
  display: block;
  text-transform: uppercase;
}
.form-cesta .sellos img {
  margin: auto;
}

.footer-cesta {
  display: inline-block;
  width: 100%;
  margin-bottom: 100px;
  margin-bottom: 0;
  background: #ddd;
  padding: 35px 0;
  border-top: 4px dashed #ccc;
}
.footer-cesta:after {
  display: none;
}
.footer-cesta:before {
  display: none;
}
.footer-cesta [class*=col-] {
  position: relative;
}
.footer-cesta [class*=col-]:after {
  content: "";
  width: 2px;
  height: 105px;
  background: #ccc;
  top: 0;
  right: 0px;
  position: absolute;
}
.footer-cesta .item {
  display: inline-block;
  width: 100%;
  margin-bottom: 100px;
  margin-bottom: 0;
  text-align: left;
  padding-left: 10px;
}
.footer-cesta .item .img {
  width: 60px;
  float: left;
}
.footer-cesta .item .img img {
  width: 100%;
}
.footer-cesta .item .texto {
  display: inline-block;
  width: 70%;
  padding-left: 15px;
  float: left;
}
.footer-cesta .item .texto p {
  text-align: left;
}
.footer-cesta .item span {
  display: block;
}
.footer-cesta .item ul li {
  display: inline-block;
  width: 100%;
}
.footer-cesta .item ul li a {
  color: #444;
  transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
}
.footer-cesta .item ul li a:hover {
  color: #777777;
}
.footer-cesta .item ul li i {
  color: #777777;
}

/*estilos radio buttons*/
.container-radio {
  display: block;
  width: 100%;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.container-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #ddd;
  border-radius: 50%;
}

.container-radio:hover input ~ .checkmark {
  background-color: #ccc;
}

.container-radio input:checked ~ .checkmark {
  background-color: #ccc;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.container-radio input:checked ~ .checkmark:after {
  display: block;
}

.container-radio .checkmark:after {
  top: 5px;
  left: 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #1f1f1f;
}

/*fin estilos radio buttons*/
.footer-cesta [class*=col-]:last-child:after {
  display: none;
}

.footer-cesta [class*=col-]:first-child .item {
  padding-left: 0;
}

/*Quitamos el color de fondo azul a la tabla*/
.table-primary, .table-primary > th, .table-primary > td {
  background-color: #fff;
}

/*Validador custom para cesta*/
.js_validador em {
  position: absolute;
  z-index: 1000000;
  top: 63px;
  left: 0;
  padding: 5px 10px;
  border-radius: 3px;
  background: rgb(229, 184, 184);
  font-style: normal;
  font-size: 13px;
  line-height: 14px;
  font-weight: 400;
  white-space: nowrap;
  color: #000;
}

.js_validador em:before {
  content: "";
  position: absolute;
  top: -4px;
  left: 16px;
  display: block;
  width: 0;
  height: 0;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgb(229, 184, 184);
  border-left: 4px solid transparent;
}

.polPriv em {
  top: 20px;
}

.forma-pago .container-radio em {
  top: 24px;
}

.js_validador .state-error select,
.js_validador .state-error textarea,
.js_validador .state-error .input-file,
.js_validador .state-error input[type=url],
.js_validador .state-error input[type=tel],
.js_validador .state-error input[type=text],
.js_validador .state-error input[type=email],
.js_validador .state-error input[type=search],
.js_validador .state-error input[type=password],
.js_validador .state-error input[type=radio] + label:before,
.js_validador .state-error input[type=checkbox] + label:before {
  border-color: rgb(229, 184, 184);
  -webkit-box-shadow: 0 0 0 5px rgba(229, 184, 184, 0.1);
          box-shadow: 0 0 0 5px rgba(229, 184, 184, 0.1);
}

/*Cesta vacía*/
.cesta-vacia {
  display: inline-block;
  width: 100%;
  float: left;
  margin-bottom: 80px;
  text-align: center;
  margin-bottom: 60px;
  padding: 100px 0;
}

.cesta-vacia i {
  font-size: 60px;
  margin-bottom: 15px;
  color: #444;
}

.cesta-vacia span {
  font-size: 30px;
  line-height: 34px;
  margin-bottom: 20px;
  color: #000;
  display: block;
}

.cesta-vacia a {
  text-transform: uppercase;
  color: #fff;
  background: #1f1f1f;
  font-size: 15px;
  padding: 14px 36px;
  transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  display: inline-block;
  position: relative;
  border: 2px solid #1f1f1f;
}
.cesta-vacia a:hover {
  background: #777777;
  border: 2px solid #777777;
}

/*Fin cesta vacia*/
/*Respuesta pedido*/
.cesta-pago-status {
  display: inline-block;
  width: 100%;
  float: left;
  padding: 50px 0;
}

.cesta-pago-status hr {
  border-color: #cccccc;
}

.cesta-pago-status .btn {
  margin-right: 10px;
  text-transform: uppercase;
  color: #fff;
  background: #000;
  font-size: 15px;
  padding: 10px 30px;
  transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  display: inline-block;
  position: relative;
  overflow: hidden;
  border: 2px solid #000;
}

.cesta-pago-status .btn:last-child {
  margin-right: 0;
}

.cesta-pago-status.cesta-pago-ok .cesta-pago-status-icon {
  color: rgba(15, 105, 5, 0.5);
}

.cesta-pago-status.cesta-pago-ko .cesta-pago-status-icon {
  color: rgba(105, 5, 5, 0.5);
}

.cesta-pago-status-icon {
  font-size: 200px;
  font-size: 12.5rem;
  color: rgba(0, 0, 0, 0.5);
  display: block;
  text-align: center;
}

.cesta-pago-status-title {
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
  color: #4d4d4d;
}

.cesta-pago-status-text {
  text-align: center;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #4d4d4d;
}

/*MEDIA QUERY*/