﻿a:hover {
  text-decoration: none;
}
/* -------------------------------------------------------------------
Encabezados
------------------------------------------------------------------- */
h1,
h2,
h3,
h4,
h5 {
  font-family: 'Quicksand', sans-serif;
}
.negativo {
  color: #fff !important;
}
.encabezado1 {
  font-size: 35px;
}
.encabezado2 {
  font-size: 24px;
}
.encabezado4 {
  font-size: 18px;
  font-weight: bold;
}
.txtSuperRojo {
  color: #ff0000;
}
.txtRojoClaro {
  color: #c10018;
}
.txtRojoOscuro {
  color: #c10018;
}
.txtGrisOscuro {
  color: #333333;
}
.txtGrisClaro {
  color: #222222;
}
.bgRojoClaro {
  background: #c10018;
}
.bgRojoOscuro {
  background: #c10018;
}
.bgGrisClaro {
  background: #333333;
}
.bgGrisMuyClaro {
  background: #cecece;
}
.bgGrisOscuro {
  background: #222222;
}
.bgPersonaliza {
  background: url(/img/shop/bgPersonaliza.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.bgCategoria {
  background: #f7f7f7;
}
.bgTop {
  background: url(/img/shop/bgTop.jpg) center;
}
.bgRojoFooter {
  background: url(/img/shop/bgRojo.png) center;
}
.bgGrisBorde1 {
  background: #f7f7f7;
  border: 1px solid #e3e6e9;
}
#up {
  display: none;
  position: fixed;
  bottom: 20px;
  width: 250px;
  right: 5px;
  z-index: 999;
}
#up.visible {
  display: block;
}
#up:hover {
  cursor: pointer;
}
/* -------------------------------------------------------------------
Notificaciones
------------------------------------------------------------------- */
#notifica {
  position: fixed;
  top: 60px;
  width: 100%;
  z-index: 999999;
  padding: 30px;
  text-align: center;
  display: none;
}
/* -------------------------------------------------------------------
Recursos que dan la vida
------------------------------------------------------------------- */
.btnImagen {
  background: none;
  border: 0;
}
.ico25 {
  width: 25px;
}
.bloqueOculto {
  display: none;
}
.padingContenido {
  padding: 0 60px;
}
.invert {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}
.transition {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.noPadnoMag {
  padding: 0 !important;
  margin: 0 !important;
}
/* -------------------------------------------------------------------
Validaciones
------------------------------------------------------------------- */
.validaForm {
  margin: 5px 0 0 5px;
  color: #c10018;
}
.form-control.error {
  border: #c10018 2px solid;
}
/* -------------------------------------------------------------------
Vertival margin, padding
------------------------------------------------------------------- */
.pGen {
  padding-left: 120px;
  padding-right: 120px;
}
.p-0 {
  padding: 0 !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-10 {
  padding-top: 10px !important;
}
.pt-20 {
  padding-top: 20px !important;
}
.pt-30 {
  padding-top: 30px !important;
}
.pt-40 {
  padding-top: 40px !important;
}
.pt-50 {
  padding-top: 50px !important;
}
.pt-80 {
  padding-top: 80px !important;
}
.pt-110 {
  padding-top: 110px !important;
}
.pt-140 {
  padding-top: 140px !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-10 {
  padding-bottom: 10px !important;
}
.pb-20 {
  padding-bottom: 20px !important;
}
.pb-30 {
  padding-bottom: 30px !important;
}
.pb-40 {
  padding-bottom: 40px !important;
}
.pb-50 {
  padding-bottom: 50px !important;
}
.pb-80 {
  padding-bottom: 80px !important;
}
.pb-110 {
  padding-bottom: 110px !important;
}
.pb-140 {
  padding-bottom: 140px !important;
}
.m-0 {
  margin: 0 !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-10 {
  margin-top: 10px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.mt-40 {
  margin-top: 40px !important;
}
.mt-50 {
  margin-top: 50px !important;
}
.mt-60 {
  margin-top: 60px !important;
}
.mt-70 {
  margin-top: 70px !important;
}
.mt-80 {
  margin-top: 80px !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mb-40 {
  margin-bottom: 40px !important;
}
.mb-50 {
  margin-bottom: 50px !important;
}
.mb-60 {
  margin-bottom: 60px !important;
}
.mb-70 {
  margin-bottom: 70px !important;
}
.mb-80 {
  margin-bottom: 80px !important;
}
.ml-5 {
  margin-left: 10px !important;
}
.ml-10 {
  margin-left: 10px !important;
}
.mr-5 {
  margin-right: 10px !important;
}
.mr-10 {
  margin-right: 10px !important;
}
@media only screen and (max-width: 991px) {
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-10 {
    margin-top: 10px !important;
  }
  .mt-sm-20 {
    margin-top: 20px !important;
  }
  .mt-sm-30 {
    margin-top: 30px !important;
  }
  .mt-sm-40 {
    margin-top: 40px !important;
  }
  .mt-sm-50 {
    margin-top: 50px !important;
  }
  .mt-sm-60 {
    margin-top: 60px !important;
  }
  .mt-sm-70 {
    margin-top: 70px !important;
  }
  .mt-sm-80 {
    margin-top: 80px !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-10 {
    margin-bottom: 10px !important;
  }
  .mb-sm-20 {
    margin-bottom: 20px !important;
  }
  .mb-sm-30 {
    margin-bottom: 30px !important;
  }
  .mb-sm-40 {
    margin-bottom: 40px !important;
  }
  .mb-sm-50 {
    margin-bottom: 50px !important;
  }
  .mb-sm-60 {
    margin-bottom: 60px !important;
  }
  .mb-sm-70 {
    margin-bottom: 70px !important;
  }
  .mb-sm-80 {
    margin-bottom: 80px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mt-xs-0 {
    margin-top: 0 !important;
  }
  .mt-xs-10 {
    margin-top: 10px !important;
  }
  .mt-xs-20 {
    margin-top: 20px !important;
  }
  .mt-xs-30 {
    margin-top: 30px !important;
  }
  .mt-xs-40 {
    margin-top: 40px !important;
  }
  .mt-xs-50 {
    margin-top: 50px !important;
  }
  .mt-xs-60 {
    margin-top: 60px !important;
  }
  .mt-xs-70 {
    margin-top: 70px !important;
  }
  .mt-xs-80 {
    margin-top: 80px !important;
  }
  .mb-xs-0 {
    margin-bottom: 0 !important;
  }
  .mb-xs-10 {
    margin-bottom: 10px !important;
  }
  .mb-xs-20 {
    margin-bottom: 20px !important;
  }
  .mb-xs-30 {
    margin-bottom: 30px !important;
  }
  .mb-xs-40 {
    margin-bottom: 40px !important;
  }
  .mb-xs-50 {
    margin-bottom: 50px !important;
  }
  .mb-xs-60 {
    margin-bottom: 60px !important;
  }
  .mb-xs-70 {
    margin-bottom: 70px !important;
  }
  .mb-xs-80 {
    margin-bottom: 80px !important;
  }
}
@media (max-width: 468px) {
  .pt-xs-10 {
    padding-top: 10px!important;
  }
  .pb-xs-10 {
    padding-bottom: 10px!important;
  }
  .pb-xs-30 {
    padding-bottom: 30px!important;
  }
  .pb-xs-40 {
    padding-bottom: 40px!important;
  }
  .pb-xs-60 {
    padding-bottom: 60px!important;
  }
  .pt-xs-30 {
    padding-top: 30px!important;
  }
}
/* -------------------------------------------------------------------
    5 Columnas
------------------------------------------------------------------- */
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
.col-xs-15 {
  width: 20%;
  float: left;
}
@media (max-width: 769px) {
  .col-xs-15 {
    width: 100%;
    float: none;
  }
}
/* -------------------------------------------------------------------
Header
------------------------------------------------------------------- */
header {
  -webkit-box-shadow: 2px 6px 9px -5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 2px 6px 9px -5px rgba(0, 0, 0, 0.25);
  box-shadow: 2px 6px 9px -5px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
.menuEscritorio {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  height: 61px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: #fff;
}
.menuEscritorio.fijo {
  position: fixed;
  -webkit-box-shadow: 4px 9px 13px -11px rgba(0, 0, 0, 0.52);
  -moz-box-shadow: 4px 9px 13px -11px rgba(0, 0, 0, 0);
  box-shadow: 4px 9px 13px -11px rgba(0, 0, 0, 0.52);
  background: white;
  height: 50px;
}
.menuEscritorio.fijo .navbar-brand img {
  max-width: 170px;
  padding: 8px;
}
.navbar-brand img {
  max-width: 190px;
  padding: 8px;
  max-height: 60px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.menuEscritorio.fijo .bloqueMenu {
  height: 50px;
}
.bloqueMenu {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  height: 61px;
}
ul.menu {
  height: 100%;
  margin: 0;
  padding: 0;
}
.menu li {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  display: box;
  box-pack: center;
  box-align: center;
  float: left;
}
.menu li.btnMenu {
  background-color: #eeeeee;
}
.menu li.btnCuenta {
  background-color: #cecece;
}
.menu li.btnCarrito {
  background-color: #000;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.menu li.btnCarrito.in {
  background-color: #c10018;
  -ms-transform: scale(1.1, 1.1);
  /* IE 9 */
  -webkit-transform: scale(1.1, 1.1);
  /* Safari */
  transform: scale(1.1, 1.1);
}
.menu li.btnCarrito:hover {
  cursor: pointer;
}
.menu li.btnCarrito a {
  color: #fff;
}
.menu li a {
  color: #333333;
  font-size: 13px;
  padding: 0 60px;
  font-weight: 600;
  position: relative;
  text-transform: uppercase;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  line-height: 2.5em;
}
.menu li:hover {
  background-color: #9b0013;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.menu li:hover a {
  color: #fff;
}
.detalleMenu.activo {
  opacity: 0.98;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  min-height: 750px;
  display: block;
}
.detalleMenu {
  position: absolute;
  right: 0;
  top: 61px;
  background-color: #eeeeee;
  opacity: 0;
  z-index: 9999;
  padding: 30px;
  height: 0;
  overflow: hidden;
  display: none;
  box-sizing: border-box !important;
}
.detalleMenu hr {
  border-top: 1px solid #cecece;
}
.detalleMenu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.detalleMenu ul.secciones li {
  text-transform: uppercase;
  font-weight: bold;
  margin: 10px 0;
}
.detalleMenu ul.secciones li a {
  color: #000;
}
.detalleMenu ul.secciones li a:hover {
  color: #c10018;
}
.detalleMenu .social a {
  color: #333333;
}
.detalleMenu .social a:hover {
  color: #c10018;
}
.detalleMenu .social i {
  margin-top: 15px;
  margin-right: 10px;
  font-size: 30px;
}
.detalleMenu a {
  color: #c10018;
}
/* -------------------------------------------------------------------
Header Movil Ipad
------------------------------------------------------------------- */
.headerMovil {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 999;
}
.headerMovil .container {
  height: 57px;
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 2px 6px 9px -5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 2px 6px 9px -5px rgba(0, 0, 0, 0.25);
  box-shadow: 2px 6px 9px -5px rgba(0, 0, 0, 0.25);
  background: #fff;
}
.headerMovil a.logoMovil {
  width: 150px;
  margin: 0 0 0 -75px;
  position: absolute;
  left: 50%;
  top: 7px;
}
.headerMovil i {
  font-size: 20px !important;
  margin-top: 15px;
  margin-right: 15px;
}
.headerMovil .btnMovil {
  background: none;
  border: 0;
  float: left;
}
.alert-success a {
  color: #3c763d;
  font-weight: bold;
}
/* -------------------------------------------------------------------
Footer
------------------------------------------------------------------- */
.footerRojo {
  background: url(/img/shop/bgRojo.png) center;
  width: 100%;
  overflow: hidden;
  padding-bottom: 50px !important;
  padding-top: 50px !important;
}
.footerBloques {
  background-color: #222222;
  overflow: hidden;
  width: 100%;
  color: #fff !important;
  padding: 0 60px;
  padding-bottom: 50px !important;
}
.footerBloques .encabezado {
  font-size: 20px;
  display: inline-block;
  padding-top: 40px !important;
  padding-bottom: 30px !important;
}
.footerBloques .listaFooter {
  list-style: none;
  margin: 0;
  padding: 0 30px 0 0;
}
.footerBloques .listaFooter li {
  border-bottom: 1px solid rgba(246, 246, 246, 0.1);
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.footerBloques .listaFooter a {
  color: #fff;
}
.footerPie {
  text-transform: uppercase;
  background-color: #000;
  overflow: hidden;
  text-align: center;
}
.footerPie ul {
  margin-bottom: 0;
  padding-bottom: 20px !important;
  padding-top: 20px !important;
}
.footerPie a {
  color: #fff !important;
}
.footerPie a:hover {
  color: #c10018 !important;
}
.footerPie .marcaReg {
  display: block;
  padding-bottom: 20px !important;
  padding-top: 20px !important;
}
#formularioFooter .form-control {
  background: #4a4a4a;
  border: 0;
  color: #ccc;
}
#formularioFooter .form-control::-webkit-input-placeholder {
  color: #ccc;
}
#formularioFooter .form-control:-moz-placeholder {
  color: #ccc;
}
#formularioFooter .form-control::-moz-placeholder {
  color: #ccc;
}
#formularioFooter .form-control:-ms-input-placeholder {
  color: #ccc;
}
/*Barra Footer*/
.footerRojo .socialFooter {
  margin-left: 60px;
}
.footerRojo .socialFooter li {
  margin-right: 10px;
  text-align: center;
  display: inline-block;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.footerRojo .socialFooter li a {
  border-radius: 50%;
  background-color: #9b0013;
  width: 45px;
  height: 45px;
  color: #fff;
  display: block;
  margin: 0 auto;
  padding-top: 12px;
}
.footerRojo .socialFooter li span {
  font-size: 11px;
}
.footerRojo .socialFooter li span a {
  display: inline;
  background: none;
}
.footerRojo .socialFooter li span a:hover {
  background: none;
}
.footerRojo .socialFooter li a:hover {
  background-color: #000;
}
/*
    Material Switch

*/
.material-switch > input[type="checkbox"] {
  display: none;
}
.material-switch > label {
  cursor: pointer;
  height: 0px;
  position: relative;
  width: 40px;
}
.material-switch > label::before {
  background: #000000;
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
  border-radius: 8px;
  content: '';
  height: 16px;
  margin-top: -8px;
  position: absolute;
  opacity: 0.3;
  transition: all 0.4s ease-in-out;
  width: 40px;
}
.material-switch > label::after {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  content: '';
  height: 24px;
  left: -4px;
  margin-top: -8px;
  position: absolute;
  top: -4px;
  transition: all 0.3s ease-in-out;
  width: 24px;
}
.material-switch > input[type="checkbox"]:checked + label::before {
  background: inherit;
  opacity: 0.5;
}
.material-switch > input[type="checkbox"]:checked + label::after {
  background: inherit;
  left: 20px;
}
/* -------------------------------------------------------------------
Footer Iidomas
------------------------------------------------------------------- */
.footerIdimas {
  background: #1e1d1d;
}
.footerIdimas ul {
  margin: 0;
  padding: 10px;
  text-align: center;
}
.footerIdimas ul li {
  margin: 0 10px;
}
.footerIdimas ul li a {
  color: white;
}
.footerIdimas ul li a:hover {
  color: #c10018;
}
@media only screen and (max-width: 768px) {
  .detalleMenu {
    top: 55px;
    height: 100%;
    overflow: scroll;
  }
  .detalleMenu.activo {
    height: 100%;
  }
}
@media only screen and (max-width: 468px) {
  h2 {
    font-size: 20px;
  }
  #up {
    right: 0;
    width: 90px;
  }
  #up img {
    width: 90px;
  }
  .footerBloques {
    padding: 0 20px;
  }
  .footerPie li {
    text-align: center;
  }
  .pGen {
    padding-left: 30px;
    padding-right: 30px;
  }
  .encabezado1 {
    font-size: 25px;
  }
  .encabezado2 {
    font-size: 20px;
  }
  .encabezado3 {
    font-size: 20px;
  }
  p {
    font-size: 0.9em;
  }
  .detalleMenu {
    width: 100%;
  }
}
/***********************************************************
    Seccion Productos Destacados
*************************************************************/
#productosDestacados .col-md-3 {
  padding: 5px;
  text-align: center;
}
#productosDestacados .titCategoria {
  color: #fff;
  display: inline-block;
  padding: 20px 0 50px 0;
  font-size: 20px;
  text-transform: uppercase;
}
.bloqueProductoHome {
  background-color: #c10018;
  position: relative;
  overflow: hidden;
  height: 250px;
}
.bloqueProductoHome img {
  display: block;
  margin: 50px auto 0 auto;
  max-width: 100px;
  color: #fff;
}
.bloqueProductoHome .bloqueHover {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: #333333;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.bloqueProductoHome .bloqueHover:hover {
  opacity: 1;
  cursor: pointer;
}
.bloqueProductoHome .bloqueHover img {
  padding: 0;
  margin: 50px auto 0 auto;
}
/***********************************************************
    Slide
*************************************************************/
.carousel {
  height: 350px;
}
.item,
.active,
.carousel-inner {
  height: 100%;
}
.fill {
  width: 100%;
  height: 100%;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.bloqueTextoSlide {
  font-family: 'Quicksand', sans-serif;
  background-color: #fff;
  position: absolute;
  top: 200px;
  width: 70%;
  left: 15%;
  padding: 10px 20px;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.item:hover .bloqueTextoSlide {
  opacity: 1;
}
.bloqueTextoSlide p {
  font-family: 'Quicksand', sans-serif;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: bold;
  display: inline;
}
.bloqueTextoSlide button.btn-default {
  margin-top: 10px;
}
.bloqueTextoSlide span {
  font-size: 40px;
}
.bloqueTextoSlide a {
  font-weight: bold!important;
  text-transform: uppercase!important;
  font-size: 12px;
}
/***********************************************************
   Contacto
*************************************************************/
#contactoPreFooter {
  font-size: 22px;
}
#contactoPreFooter span {
  display: inline-block;
}
#contactoPreFooter .col-md-6 {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#contactoPreFooter .contenido {
  text-align: center;
  padding: 20px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
#contactoPreFooter .contenido .ico {
  display: inline-block;
  padding: 15px;
  font-size: 40px;
}
#contactoPreFooter .bgRojoClaro:hover {
  background: #9b0013;
}
#contactoPreFooter .bgGrisOscuro:hover {
  background: #000;
}
#contactoPreFooter .bgGrisMuyClaro:hover {
  background: #000;
}
#contactoPreFooter a .bgGrisMuyClaro {
  color: #000;
}
#contactoPreFooter a .bgGrisMuyClaro:hover {
  color: #fff;
}
@media (max-width: 769px) {
  #myCarousel {
    display: none;
  }
}
@media (max-width: 468px) {
  .bloqueProductoHome {
    height: auto;
  }
  .bloqueProductoHome .bloqueHover {
    display: none;
  }
  #productosDestacados .titCategoria {
    padding: 10px;
    font-size: 12px;
  }
  .bloqueProductoHome .bloqueHover img {
    margin: 0;
  }
  .bloqueProductoHome img {
    margin: 10px auto;
  }
  #contactoPreFooter {
    font-size: 18px;
  }
  #contactoPreFooter .contenido .ico {
    font-size: 18px;
    padding: 5px 10px;
  }
}
#product .col-md-6,
.attribute__col_md__12 {
  padding-left: 15px;
  padding-right: 15px;
}
#product .bloqueCaract,
#cajita .bloqueCaract {
  background: #f7f7f7;
  border: 1px solid #e3e6e9;
  padding: 25px 5px 10px 5px;
  margin-top: 30px !important;
}
#product .bloqueUnitario,
#cajita .bloqueUnitario {
  background-color: #333333;
  color: #fff;
  font-weight: bold;
  padding: 15px;
  font-size: 16px;
}
#product .tablaResumenProd,
#cajita .tablaResumenProd {
  border: 1px #cecece solid;
  overflow: hidden;
}
#product .tablaResumenProd .linea,
#cajita .tablaResumenProd .linea {
  padding: 10px 0 15px 0;
  overflow: hidden;
  display: block;
}
#product .tablaResumenProd .lineaDise,
#cajita .tablaResumenProd .lineaDise {
  padding: 15px;
  border-bottom: 1px solid #eeeeee;
}
#product .tablaResumenProd .lineaSubtotal,
#cajita .tablaResumenProd .lineaSubtotal {
  background-color: #eeeeee;
  color: #555555;
  padding: 15px;
  font-weight: bold;
}
#product .tablaResumenProd .lineaTransporte,
#cajita .tablaResumenProd .lineaTransporte {
  background-color: #f8f8f8;
  color: #555555;
  padding: 15px;
}
#product .tablaResumenProd .lineaGeneral,
#cajita .tablaResumenProd .lineaGeneral {
  color: #555555;
  padding: 15px;
}
#product .tablaResumenProd .lineaTotal,
#cajita .tablaResumenProd .lineaTotal {
  background-color: #222222;
  color: #fff;
  padding: 15px;
  font-weight: bold;
  font-size: 1.2em;
}
#product .acabados div {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
  clear: both;
}
#product .acabados div img {
  margin-right: 10px;
}
#product .textosProducto p {
  font-size: 1.1em;
}
#product .textosProducto div img.pull-left {
  margin-right: 5px;
}
#product .productoLateral {
  padding: 0 30px 30px 30px;
  margin-bottom: 100px;
}
#product .productoLateral.top {
  position: fixed;
  top: 0;
  width: 479px;
  left: 57%;
  z-index: 99;
}
#product .bloqueDescripcion {
  background: #f7f7f7;
  border: 1px solid #e3e6e9;
  margin-top: 30px;
  padding: 20px;
}
#product .bloqueDescripcion p {
  font-size: 1.1em;
}
#product .bloqueDescripcion .titulo {
  margin-bottom: 20px;
  margin-top: 0;
}
.description {
  margin-top: 50px;
  text-align: center;
  color: #999;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.description a {
  color: #5cb85c;
  text-decoration: none;
}
.btnBloque.is-open .description {
  opacity: 0;
}
.btnBloque {
  display: block;
  position: relative;
  height: 60px;
  -webkit-transition: width 0.8s cubic-bezier(0.23, 1, 0.32, 1), height 0.8s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: width 0.8s cubic-bezier(0.23, 1, 0.32, 1), height 0.8s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: width 0.8s cubic-bezier(0.23, 1, 0.32, 1), height 0.8s cubic-bezier(0.23, 1, 0.32, 1), transform 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: width 0.8s cubic-bezier(0.23, 1, 0.32, 1), height 0.8s cubic-bezier(0.23, 1, 0.32, 1), transform 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  text-align: center;
}
.btn-front {
  position: absolute;
  display: block;
  width: 100%;
  line-height: 60px;
  background-color: #c10018;
  color: #fff;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: background 0.15s ease, line-height 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  transition: background 0.15s ease, line-height 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}
.btn-front:hover {
  background-color: #9b0013;
}
.btnBloque.is-open .btn-front {
  pointer-events: none;
  line-height: 350px;
}
.btn-back {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #eee;
  color: #222;
  -webkit-transform: translateZ(-2px) rotateX(180deg);
  transform: translateZ(-2px) rotateX(180deg);
  overflow: hidden;
  -webkit-transition: box-shadow 0.8s ease;
  transition: box-shadow 0.8s ease;
}
.btn-back p {
  margin-top: 27px;
  margin-bottom: 25px;
  font-family: Quicksand, sans-serif;
  font-size: 18px;
  font-weight: bold;
}
.btn-back i {
  font-size: 30px;
  color: #ccc;
  float: left;
  padding-left: 30px;
}
.btn-back button,
.btn-back a {
  padding: 12px 20px;
  margin: 0 5px;
  background-color: transparent;
  border: 0;
  border-radius: 2px;
  font-size: 1em;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: background 0.15s ease;
  transition: background 0.15s ease;
}
.btn-back button:focus {
  outline: 0;
}
.btn-back a.yes {
  background-color: #c10018;
  color: #fff;
}
.btn-back button.a:hover {
  background-color: #c10018;
}
.btn-back button.no {
  color: #000;
}
.btn-back button.no:hover {
  background-color: #ddd;
}
.btnBloque.is-open .btn-back {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}
.btnBloque[data-direction="left"] .btn-back,
.btnBloque[data-direction="right"] .btn-back {
  -webkit-transform: translateZ(-2px) rotateY(180deg);
  transform: translateZ(-2px) rotateY(180deg);
}
.btnBloque.is-open {
  width: 90%;
  height: 160px;
  margin: 15px auto;
}
.btnBloque[data-direction="top"].is-open {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.btnBloque[data-direction="right"].is-open {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.btnBloque[data-direction="bottom"].is-open {
  -webkit-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
}
.btnBloque[data-direction="left"].is-open {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.textTransp {
  font-family: 'Quicksand', sans-serif;
  text-align: justify;
  font-size: 16px;
  padding: 10px;
}
.textTransp .i {
  font-size: 18px;
}
.categoriaSelect {
  font-weight: bold;
}
#product option:disabled {
  background: #cecece !important;
  color: #eeeeee !important;
}
#product .btnAtras {
  left: 0px;
  top: 60px;
  width: 250px;
  position: fixed;
}
#product .btnAtras img {
  max-height: 170px;
}
@media (max-width: 768px) {
  #product .btnAtras {
    display: none;
  }
  #product .productoLateral.top {
    position: static;
    width: 100%;
  }
}
@media (min-width: 1680px) {
  #product .productoLateral.top {
    left: 55%;
  }
}
#category .descCateg {
  background-color: #eeeeee;
  padding: 52px;
}
#category .col-md-5,
#category .col-md-7 {
  padding-left: 5px;
  padding-right: 5px;
}
.arrow_box {
  position: relative;
  background: #c27a7a;
  padding: 30px 20px;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
}
.arrow_box:hover {
  cursor: pointer;
  background: #c10018;
}
.arrow_box.active {
  background-color: #c10018;
  color: #fff;
}
.arrow_box.active:after,
.arrow_box:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.arrow_box.active:after {
  border-color: rgba(213, 23, 30, 0);
  border-top-color: #c10018;
  border-width: 20px;
  margin-left: -20px;
}
.arrow_box:before {
  border-color: rgba(194, 225, 245, 0);
  border-width: 26px;
  margin-left: -26px;
}
.btnCatePro {
  margin: 0 0 0 0;
  display: block;
  background: url('/img/shop/bgBtnCate.png') right no-repeat #9b0013;
  height: 69px;
  padding: 10px 70px 0 8px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-size: 12px;
}
.btnCatePro:hover {
  background-color: #c10018;
}
a .btnCatePro {
  color: #fff;
}
.productoCategoria {
  margin-bottom: 30px;
}
.bloqueImagenProducto {
  overflow: hidden;
  position: relative;
  margin-bottom: 8px;
}
.bloqueImagenProducto .bloqueHover {
  padding: 5px;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(134, 0, 0, 0.9);
  top: 0;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.bloqueImagenProducto .bloqueHover:hover {
  opacity: 1;
  cursor: pointer;
}
.listaProductosCate {
  overflow: hidden;
  margin-right: 100px;
  margin-left: 100px;
}
.textoCatePrev {
  overflow: hidden;
  padding-left: 50px;
  padding-right: 50px;
}
.bloqueImagenProducto .bloqueHover .enlaces {
  color: #fff;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
}
.btnCatePro a {
  color: #fff;
  font-weight: bold;
}
.btnCatePro a span {
  display: inline-block;
  padding: 5px;
}
.bloqueCategorias {
  font-family: 'Open Sans';
  padding: 20px;
}
.titCatTxt {
  font-family: 'Open Sans';
  font-size: 22px;
  font-weight: bolder;
  padding-bottom: 15px;
}
.bgEspejos .bgChapas,
.bgImanes,
.bgAdhesivos,
.bgEspejos,
.bgAbrebotellas,
.bgLlaveros,
.bgResina,
.bgSellos,
.bgOtros {
  background: #f7f7f7;
}
@media screen and (max-width: 769px) {
  .arrow_box.active:after {
    display: none;
  }
  .listaProductosCate {
    margin: 0;
  }
  .textoCatePrev {
    overflow: hidden;
    padding-left: 0;
    padding-right: 0;
  }
  .btnCateTipo li {
    width: 100%;
  }
  .arrow_box:before {
    display: none;
  }
}
@media (min-width: 1200px) {
  .bgChapas {
    background: url(../img/shop/bgCategorias/bgChapas.jpg) #f7f7f7 top center no-repeat;
  }
  .bgImanes {
    background: url(../img/shop/bgCategorias/bgImanes.jpg) #f7f7f7 top center no-repeat;
  }
  .bgAdhesivos {
    background: url(../img/shop/bgCategorias/bgAdhesivos.jpg) #f7f7f7 top center no-repeat;
  }
  .bgEspejos {
    background: url(../img/shop/bgCategorias/bgEspejos.jpg) #f7f7f7 top center no-repeat;
  }
  .bgAbrebotellas {
    background: url(../img/shop/bgCategorias/bgAbrebotellas.jpg) #f7f7f7 top center no-repeat;
  }
  .bgLlaveros {
    background: url(../img/shop/bgCategorias/bgLlaveros.jpg) #f7f7f7 top center no-repeat;
  }
  .bgResina {
    background: url(../img/shop/bgCategorias/bgResina.jpg) #f7f7f7 top center no-repeat;
  }
  .bgSellos {
    background: url(../img/shop/bgCategorias/bgSellos.jpg) #f7f7f7 top center no-repeat;
  }
  .bgOtros {
    background: url(../img/shop/bgCategorias/bgOtros.jpg) #f7f7f7 top center no-repeat;
  }
  .bloqueCategorias {
    padding: 200px 90px 0 90px;
    font-family: 'Open Sans';
  }
  .listaProductosCate .col-md-4:nth-child(3n+1) {
    clear: left;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .listaProductosCate .col-sm-6:nth-child(2n+1) {
    clear: left;
  }
}
@media (max-width: 468px) {
  #category .pb-80 {
    padding-bottom: 0!important;
  }
  .textoCatePrev {
    padding: 0px 15px;
  }
}
.grid-item {
  width: 24%;
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
}
.grid-item.grid2 {
  width: 49%;
}
.grid .grid-item .bloqueHover {
  padding: 5px;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(134, 0, 0, 0.9);
  top: 0;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}
.grid .grid-item .bloqueHover:hover {
  opacity: 1;
  cursor: pointer;
}
.grid .grid-item .bloqueHover .enlaces {
  text-align: center;
  width: 100%;
}
.grid .grid-item .bloqueHover .enlaces a {
  color: #fff;
  font-size: 16px;
  padding: 10px 20px;
}
.grid .grid-item .bloqueHover .enlaces span {
  display: block;
  margin-bottom: 20px;
  color: #fff;
}
@media (max-width: 769px) {
  .grid-item {
    width: 32%!important;
  }
}
@media (max-width: 468px) {
  .grid-item {
    width: 100%!important;
  }
  .grid-item.grid2 {
    width: 100%!important;
  }
}
#gallery .col-md-6 {
  padding-left: 0;
  padding-right: 0;
}
#gallery .big {
  width: 100%;
  float: left;
  overflow: hidden;
  padding: 5px;
}
#gallery .bigHor {
  width: 100%;
  height: 200px;
  float: left;
  overflow: hidden;
  padding: 5px;
}
#gallery .smallBox {
  width: 50%;
  float: right;
  overflow: hidden;
  padding: 4px 5px;
  max-height: 190px;
}
/*.account .col-md-6{
    padding-left:15px;
    padding-right:15px;
}*/
ul.menuBack {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.menuBack li {
  text-transform: uppercase;
  color: #555555;
  list-style: none;
  font-weight: bold;
}
.menuBack li .caja {
  background: #f7f7f7;
  border: 1px solid #e3e6e9;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding: 0 15px 15px 15px;
}
.menuBack li img {
  height: 100px;
}
.menuBack li .caja:hover {
  background: #9b0013;
  color: #fff;
  cursor: pointer;
}
/**********
        HISTORICO PEDIDOS

*****/
.cajaHistoricos {
  padding: 30px;
  overflow: hidden;
}
.account .formuBox {
  padding: 30px 20px;
}
.bloqueDireccion {
  padding: 15px;
}
.table td.tablaDetalle {
  border-top: 0;
  border-bottom: 1px solid #ddd;
}
span.transporte {
  display: block;
}
#account .col-md-4:nth-child(3n+1) {
  clear: left;
}
.menuCart {
  margin: 0;
  padding: 0;
}
.menuCart li {
  background-color: #eeeeee;
  color: #000;
  width: 33%;
  font-size: 15px;
  text-transform: uppercase;
  vertical-align: middle;
}
.menuCart li a {
  display: block;
  padding: 8px 0 8px 16px;
  color: #222222;
}
.menuCart li a .num {
  font-size: 26px;
  color: #9b0013;
}
.menuCart li.activo {
  background-color: #c10018;
}
.menuCart li.activo a {
  color: #fff;
}
.menuCart li.activo a .num {
  color: #fff;
}
.carritoResumen .tablaResumenProd {
  text-transform: uppercase;
  border: 1px #cecece solid;
  overflow: hidden;
}
.carritoResumen .tablaResumenProd .linea {
  padding: 10px 0 15px 0;
  overflow: hidden;
  display: block;
}
.carritoResumen .tablaResumenProd .lineaDise {
  padding: 15px;
  border-bottom: 1px solid #eeeeee;
  background: #cecece;
  background-color: #eeeeee;
}
.carritoResumen .tablaResumenProd .lineaSubtotal {
  background: #f9fafb;
  color: #555555;
  padding: 15px;
  font-weight: bold;
}
.carritoResumen .tablaResumenProd .linDescuento {
  background: #eeeeee;
}
.carritoResumen .tablaResumenProd .lineaGeneral {
  color: #555555;
  padding: 15px;
  font-weight: bold;
}
.carritoResumen .tablaResumenProd .lineaTotal {
  background-color: #8b8b8c;
  color: #fff;
  padding: 15px;
  font-weight: bold;
  font-size: 1.2em;
}
.carritoResumen .tablaResumenProd .total {
  font-size: 30px;
}
.carritoResumen .precioTablaResumenProd {
  font-weight: bold;
  padding: 15px 5px;
}
.carritoResumen .tablaResumenProd .linDescuento .btnImagen:hover {
  color: #c10018;
}
input.cupon {
  height: 44px;
}
/*Carrito Completo Parte Izquierda*/
#carritoCompleto .lineaResumenProducto {
  background: #fcfcfc;
  overflow: hidden;
}
#carritoCompleto .lineaResumenProducto .header {
  overflow: hidden;
  background-color: #eeeeee;
  padding: 20px 30px;
}
#carritoCompleto .lineaResumenProducto .header h3 {
  font-weight: bold;
}
#carritoCompleto .detalleLinea {
  padding: 50px 80px;
  float: left;
}
/*Bloque diseños dentro del carrito*/
#carritoCompleto .bloqueDis {
  display: block;
}
#carritoCompleto .bloqueDis .bloqueImagenDis {
  position: relative;
}
#carritoCompleto .bloqueDis .bloqueImagenDis .overlayImagenDis {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(169, 28, 28, 0.8);
  top: 0;
  border-radius: 10px;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  color: #fff;
}
#carritoCompleto .bloqueDis .bloqueImagenDis .overlayImagenDis:hover {
  opacity: 1;
  cursor: pointer;
}
#carritoCompleto .bloqueDis .bloqueImagenDis .overlayImagenDis .contenido {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
#carritoCompleto .bloqueDis .bloqueImagenDis .overlayImagenDis i {
  font-size: 30px;
  display: inline-block;
}
#carritoCompleto .bloqueDis .bloqueImagenDis .overlayImagenDis span {
  display: block;
  font-size: 15px;
}
.bloqueDis .lineaAcciones {
  text-align: center !important;
}
.bloqueDis .lineaAcciones span {
  display: inline-block;
  padding-bottom: 12px;
  padding-right: 5px;
}
#carritoCompleto .bloqueDis input {
  width: 60px;
  height: 40px;
  text-align: center;
}
.triangulo_inf {
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-top: 25px solid #EEEEEE;
  text-align: center;
}
/*Carrito Mini Header*/
.btnCarrito .detalleCarrito {
  position: absolute;
  width: 100%;
  top: 76px;
  background: gray;
  width: 480px;
  right: 0;
  z-index: 99;
}
.btnCarrito:hover .detalleCarrito {
  display: block;
}
.btnCarrito .detalleCarrito .LineaProducto {
  display: flex;
  padding: 15px;
  background-color: #282828;
  align-items: center;
}
.btnCarrito .detalleCarrito .LineaFinal {
  background-color: #9b0013;
  padding: 20px 15px;
}
.btnCarrito .LineaFinal .bloqueTotal {
  float: right!important;
  display: block;
}
.btnCarrito .LineaFinal button.btn {
  background-color: #333333;
  padding: 15px 50px;
  color: #fff;
  letter-spacing: -1px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btnCarrito .LineaFinal button.btn:hover {
  background-color: #222222;
}
.btnCarrito .detalleCarrito .LineaProducto.gastosEnvio {
  background-color: #333333;
}
.btnCarrito .detalleCarrito .LineaProducto:nth-child(2n+1) {
  background-color: #404040;
}
.btnCarrito .detalleCarrito a {
  padding: 0;
}
.btnCarrito .detalleCarrito .bloqueImagen {
  width: 80px;
  margin-right: 15px;
}
.btnCarrito .detalleCarrito .bloqueImagen img {
  border: 3px solid #555555;
}
.btnCarrito .detalleCarrito .bloqueDesc {
  width: 290px;
  color: #fff;
}
.btnCarrito .bloqueTotal {
  background: #555555;
  border: 2px solid #333333;
}
.btnCarrito .bloqueTotal span {
  padding: 10px;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  font-size: 20px;
}
.btnCarrito .detalleCarrito .bloquePrecio {
  margin-left: 5px;
}
.btnCarrito .detalleCarrito .bloquePrecio span {
  padding: 10px;
  color: #fff;
  font-weight: bold;
  display: inline-block;
}
.btnAddDes {
  width: 100%;
  background: #eeeeee;
  padding: 100% 0 0;
  display: block;
  border-radius: 10px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btnAddDes:hover {
  background: #cecece;
  cursor: pointer;
}
.btnAddDes:hover i {
  color: #fff;
}
.btnAddDes i {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #555555;
  font-size: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -20px 0 0 -20px;
}
.dropZone {
  font-family: 'Quicksand', sans-serif;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.dropZone:hover {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: #9b0013;
  color: #fff;
  cursor: pointer;
}
.dropZone i {
  font-size: 25px;
}
.dropZone .contenido {
  max-width: 80%;
}
#cart .block-camisetas .tallas {
  width: 350px !important;
  display: block;
  margin: 10px auto;
  background: #fff;
  width: 100%;
  z-index: 999;
  border: 1px solid #ccc;
  padding: 30px;
}
#cart .block-camisetas .block-btn-camisetas {
  width: 350px !important;
  display: block;
}
@media (max-width: 468px) {
  .menuCart li {
    font-size: 14px;
    width: 30%;
    padding: 0;
  }
  .menuCart {
    margin-top: 20px;
  }
}
.personaliza {
  background: url(/img/shop/bgForma.png) repeat;
}
#personalizadorForma .contenedor {
  background: url(/img/shop/bgForma.png) repeat;
  padding: 80px;
  margin: 0 15px 0 0;
  border: 1px solid #dddddd;
}
#configurator .toolBar {
  max-width: 960px;
  height: 60px;
  margin: 50px  auto 30px auto;
  background: #E6E3E3;
  border: 1px solid #c2c2c2;
  background: -moz-linear-gradient(top, #E6E3E3 0%, #EAE9E9 50%, #eaeaea 100%);
  background: -webkit-linear-gradient(top, #E6E3E3 0%, #EAE9E9 50%, #eaeaea 100%);
  background: linear-gradient(to bottom, #E6E3E3 0%, #EAE9E9 50%, #eaeaea 100%);
}
#configurator .btnOption {
  float: left;
  text-align: center;
  position: relative;
  height: 100%;
}
#configurator .btnOption button.btnGen {
  font-family: 'Quicksans', sans-serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #978e8e;
  background: none;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.6);
  padding: 0 20px;
  font-size: 15px;
  line-height: 20px;
  border-radius: 0;
  border: 0;
  height: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#configurator .btnOption button.btnGen:hover {
  cursor: pointer;
  color: #fff;
  text-shadow: none;
  background-image: -webkit-linear-gradient(top, #C01919 0, #9a1a1a 97%);
  background-image: linear-gradient(-180deg, #C01919 0, #9a1a1a 97%);
}
#configurator .btnOption button.btnGen i {
  display: inline-block;
  padding-right: 10px;
}
#configurator .boxBg {
  position: absolute;
  width: 300px;
  left: 530px;
  background: #232323;
  top: 200px;
  padding: 6px;
  border-radius: 2px;
  z-index: 99;
  display: none;
  height: 205px;
}
#configurator .boxBg.active {
  display: block;
}
#configurator .boxBg:before {
  content: '';
  position: absolute;
  top: -5px;
  left: 50%;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-bottom: solid 10px #232323;
  border-left: solid 10px transparent;
  border-right: solid 10px transparent;
}
#configurator .boxBg .paleteColor {
  margin: 0;
  padding: 0;
  list-style: none;
}
#configurator .boxBg .paleteColor li {
  width: 11.11%;
  padding: 11.11% 0 0 0;
  display: block;
  position: relative;
  float: left;
}
#configurator .boxBg .paleteColor li:hover {
  cursor: pointer;
}
#configurator .btnOption #btnVistaPrevia {
  background-image: none!important;
  background: #C01919;
  color: #fff;
}
.fabric-container {
  width: 60%;
  margin: 0 auto;
}
.bloqueOpciones {
  position: absolute;
  width: 470px;
  background-clip: padding-box;
  background-image: -webkit-linear-gradient(top, #363636 0, #262626 100%);
  background-image: linear-gradient(-180deg, #363636 0, #262626 100%);
  border: 0;
  border-radius: 5px;
  z-index: 9999;
}
.bloqueOpciones .bloqueTexto {
  padding: 5px;
}
.bloqueOpciones .bloqueTexto textarea {
  padding: 10px;
  resize: none;
  border: 0;
  background: white;
  color: #333333;
  height: 50px;
  font-size: 1.4em;
  text-align: center!important;
}
.bloqueOpciones .item-gen {
  float: left;
  margin: 5px;
}
.bloqueOpciones .item-font {
  width: 145px;
}
.bloqueOpciones .item-font .btn-default {
  width: 100%;
  text-align: left;
}
.bloqueOpciones .btn {
  background-color: #414141;
  color: #eaeaea;
  border-radius: 4px;
  border: 1px #262626;
  margin: 5px 2px;
  padding: 10px 18px;
}
.bloqueOpciones .btn.btnSin {
  background-color: #2E2E2E;
  border: none;
}
.bloqueOpciones .btn-default:active,
.bloqueOpciones .btn-default.active,
.bloqueOpciones .open > .dropdown-toggle.btn-default {
  background-color: #414141;
}
.bloqueOpciones .dropdown-menu {
  width: 100%;
  min-width: 100%;
  background-color: #414141;
}
.bloqueOpciones .item-font .dropdown-menu {
  min-width: 220px;
  max-height: 250px;
  overflow: scroll;
}
.bloqueOpciones .dropdown-menu.rango {
  width: 100px;
}
.item-font .dropdown-menu > li > a {
  color: #fff;
}
.item-font .dropdown-menu > li > a:hover,
.item-font .dropdown-menu > li > a:focus {
  background: #414141;
}
.item-gen .caret {
  position: absolute;
  right: 10px;
  top: 50%;
  color: #acacac;
}
.item-color .btn {
  background: none!important;
  padding: 0;
}
.item-color .caret {
  display: none;
}
.item-color .picker {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  border: 2px solid #363636;
  background-color: #C01919;
}
.bloqueOpciones .item-color .dropdown-menu {
  width: 280px;
  padding: 4px;
}
.bloqueOpciones .item-color .dropdown-menu li {
  width: 25px;
  height: 25px;
  float: left;
}
.bloqueOpciones .dropdown-menu li {
  padding: 5px 15px;
  color: #fff;
}
.bloqueOpciones .dropdown-menu li:hover {
  cursor: pointer;
}
#recursos {
  width: 700px;
  background-color: rgba(255, 255, 255, 0.8);
  background-clip: padding-box;
  border-radius: 3px;
  position: absolute;
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.15);
  border: 0;
  z-index: 999999;
  height: 600px;
  overflow: scroll;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}
#recursos.active {
  display: block;
}
.boxBgIcons {
  padding: 10px;
}
.btnIco img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btnIco img:hover {
  cursor: pointer;
  -moz-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
.barraMensajes {
  position: absolute;
  bottom: 0;
  width: 50%;
  left: 50%;
  transform: translateX(-50%);
}
#boxBg .footer-box {
  background: #232323;
  margin: 0 -6px;
}
#boxBg .footer-box span {
  color: #fff;
  display: inline;
  text-align: center;
  padding: 5px;
}
@media (max-width: 468px) {
  .bloqueOpciones {
    top: 0;
  }
  #configurator .btnOption,
  button.btnGen i {
    padding: 0;
  }
}
.blog .previo {
  text-align: justify;
  padding: 10px 0;
}
.blog .col-md-8 {
  border-right: 1px solid #cecece;
  padding: 0 30px;
}
.blog .col-md-4 {
  padding: 0 30px;
}
.blog .last-post {
  list-style: none;
  margin: 0;
  padding: 0;
}
.container.blog img {
  max-width: 100%;
}
.blog aside h3 {
  text-transform: capitalize;
}
.blog .last-post li {
  margin: 15px 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #eeeeee;
}
#checkin hr {
  margin-top: 0;
}
#checkin .col-md-4:nth-child(3n+1) {
  clear: left;
}
#checkin .bloqueDireccion:hover {
  cursor: pointer;
  background: url('../img/shop/icons/success.png') no-repeat 95% 5%;
  border: 2px solid #3c763d;
}
.formasPago p {
  font-family: 'Varela', sans-serif;
  font-weight: 100;
}
.bloqueDireccion.errorDireccion {
  background: url('../img/shop/icons/error.png') no-repeat 95% 5%;
  border: 1px solid #c10018 !important;
}
.direccionActiva {
  background: url('../img/shop/icons/success.png') no-repeat 95% 5%;
  border: 2px solid #3c763d;
}
.faq .arrow_box {
  padding: 30px 80px;
}
.bgCategoria .panel-default {
  border: none;
}
.bgCategoria .panel-title {
  font-size: 18px;
  padding: 10px 15px;
}
.bgCategoria .panel-heading h4 {
  font-family: 'Open Sans', sans-serif;
}
.bgCategoria .panel-default > .panel-heading {
  background: #fff;
  border: none!important;
}
.bgCategoria .panel-body {
  background: #c10018;
  color: #fff;
}
.bgCategoria .panel-title i {
  display: inline-block;
  background: #c10018;
  color: #fff;
  border-radius: 50%;
  padding: 5px 5px 5px 6px;
  margin: 0;
  font-size: 8px;
  line-height: 10px;
  margin-right: 15px;
}
.panel-body p a {
  color: #cecece;
  font-weight: bold;
}
.panel-body p a:hover {
  color: #fff;
}
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/quicksand/v21/6xK-dSZaM9iE8KbpRA_LJ3z8mH9BOJvgkP8o58a-xw.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFVZ0e.ttf) format('truetype');
}
/* ------------------------------------------------------------------
Cookies
------------------------------------------------------------------- */
#cuadroCookies {
  background: #9b0013;
  font-family: Arial;
  bottom: 0;
  display: block;
  opacity: 0.9;
  padding: 10px;
  position: fixed;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  z-index: 999999;
}
#cuadroCookies p {
  font-size: 12px;
  margin-bottom: 0;
  color: #fff;
}
#cuadroCookies p a {
  color: #fff;
  font-weight: bold;
}
#cuadroCookies i {
  font-size: 16px;
}
#cuadroCookies i:hover {
  cursor: pointer;
}
/* ------------------------------------------------------------------
Preloader
------------------------------------------------------------------- */
.page-loader {
  position: fixed;
  background: #fff;
  opacity: 0.9;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  z-index: 9998;
}
.loader {
  position: absolute;
  border-left: 2px solid #d62525;
  border-top: 2px solid rgba(255, 255, 255, 0.2);
  border-right: 2px solid rgba(255, 255, 255, 0.2);
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  height: 46px;
  width: 46px;
  left: 50%;
  top: 50%;
  margin: -23px 0 0 -23px;
  text-indent: -9999em;
  font-size: 10px;
  z-index: 9999;
  -webkit-animation: load 0.8s infinite linear;
  -moz-animation: load 0.8s infinite linear;
  ms-animation: load 0.8s infinite linear;
  o-animation: load 0.8s infinite linear;
  animation: load 0.8s infinite linear;
}
.loader,
.loader:after {
  border-radius: 50%;
  width: 80px;
  height: 80px;
}
@-webkit-keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* ------------------------------------------------------------------
Validation Errors
------------------------------------------------------------------- */
.field-validation-error {
  display: inline-block;
  background-color: #e6cccc;
  border: 1px solid #ad2424;
  margin: 10px 0;
  padding: 5px 10px;
  color: #ad2424;
  width: 100%;
}
.validation-summary-errors {
  background-color: #e6cccc;
  border: 1px solid #ad2424;
  margin: 15px 0;
}
.validation-summary-errors ul {
  padding: 10px 20px;
  margin: 0;
}
.validation-summary-errors ul li {
  list-style: none;
  color: #ad2424;
  font-size: 0.95em;
}
.input-validation-error {
  border: 1px solid #ad2424;
}