#navigation{
	z-index: 97;
}
.probandodive{
	display: flex;
	/*justify-content: space-between;*/
	flex-wrap: wrap;
}
.probandodive li{
	min-width: 285px;
}
.categoriaLineas {
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.1);
    /*min-height: 100px;*/
    background: white;
    top: 50px;
    z-index: 96;
}
.menuDestock{
	display: flex;
    /*justify-content: space-around;*/
    height: 50px;
    position: relative;
    align-items: center;
}
.categoriaHome{
	padding-right: 20px;
}
.categoriaHome a{
	color: red !important;
}
.categoriasPadresLineas{
	height: 100%;
	display: flex;
	align-items: center;
	margin-left: 20px;
	margin-right: 20px;
}
.contenedormenuMobile{
	display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9999;
}
.contenedormenuMobile2{
  display: flex;
  height: 100%;
}
@media (max-width: 991px) {
 	.menuDestock{
		display: none;
 	}
	 .menuMobile{
    overflow: auto;
	 	padding-top: 55px;
	 	flex-direction: column;
    height: 100%;
    width: 100%;
	 	justify-content: flex-start;
	 	width: 250px;
	   background: black;
	  z-index: 99;
	   align-items: flex-start;
	 }
   .cerrarmenumobile{
     width: calc(100% - 250px);
     background: rgba(0, 0, 0, 0.5);
   }
	 .categoriaHome{
	 	padding: 20px;
	 	width: 100%;
	    border-bottom: 1px solid red;
	 }
	 .categoriasPadresLineasMobile{
	 	padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
	 }
	 .menuMobile a{
	 	color: white;
	 }
	 .categoriaLineas{
	 	position: static;
	 	background-color: black;
	 }
	 .categoriaLineas li{
	 	padding: 15px;
	 	padding-bottom: 0;
	 }
}
.carritopop{
	display: none;
 	flex-direction: column;
 	position: fixed;
 	top: 0;
 	left: 0;
 	height: 100%;
 	justify-content: flex-start;
 	width: 100%;
  z-index: 99;
  align-items: flex-start;
}
.carritopop2{
  display: flex;
  height: 100%;
}
.cerrarcarrito{
  height: 100%;
   width: calc(100% - 375px);
  background: rgba(0, 0, 0, 0.5);
}
.carritocontenido{
  width: 375px;
  padding-top: 55px;
  height: 100%;
  background-color: white;
}
.cerrarmenumobile{
  width: calc(100% - 250px);
  background: rgba(0, 0, 0, 0.5);
}
.favoritospop{
  display: none;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  justify-content: flex-start;
  width: 100%;
  z-index: 9999;
  align-items: flex-start;
}
.favoritospop2{
  display: flex;
  height: 100%;
}
.cerrarfavoritos{
  height: 100%;
  width: calc(100% - 250px);
  background: rgba(0, 0, 0, 0.5);
}
.loginpop{
  display: none;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  justify-content: flex-start;
  width: 100%;
  z-index: 99;
  align-items: flex-start;
}
.loginpop2{
  display: flex;
  height: 100%;
}
.cerrarlogin{
  height: 100%;
   width: calc(100% - 250px);
  background: rgba(0, 0, 0, 0.5);
}
.logincontenido{
  width: 375px;
  padding-top: 55px;
  height: 100%;
  background-color: white;
}
.cerrarmenulogin{
  width: calc(100% - 375px);
  background: rgba(0, 0, 0, 0.5);
}
.loginpop a{
  color: white;
}

/* BUTTONS*/
.btn2 {
  box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: 2px solid #e74c3c;
  border-radius: 0.6em;
  color: #e74c3c;
  cursor: pointer;
  display: flex;
  align-self: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  margin: 20px;
  padding: 1.2em 2.8em;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}
.btn2:hover {
  color: white;
  outline: 0;
}
.btn {
  box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: 2px solid #e74c3c;
  border-radius: 0.6em;
  color: #e74c3c;
  cursor: pointer;
  display: flex;
  align-self: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  margin: 20px;
  padding: 1.2em 2.8em;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}
.btn:hover {
  color: #D10024;
  outline: 0;
}
.first {
  transition: box-shadow 300ms ease-in-out, color 300ms ease-in-out;
}
.first:hover {
  box-shadow: 0 0 40px 40px #e74c3c inset;
}

.second {
  border-radius: 3em;
  border-color: #1abc9c;
  color: #fff;
  background-image: linear-gradient(to right, rgba(26, 188, 156, 0.6), rgba(26, 188, 156, 0.6) 5%, #1abc9c 5%, #1abc9c 10%, rgba(26, 188, 156, 0.6) 10%, rgba(26, 188, 156, 0.6) 15%, #1abc9c 15%, #1abc9c 20%, rgba(26, 188, 156, 0.6) 20%, rgba(26, 188, 156, 0.6) 25%, #1abc9c 25%, #1abc9c 30%, rgba(26, 188, 156, 0.6) 30%, rgba(26, 188, 156, 0.6) 35%, #1abc9c 35%, #1abc9c 40%, rgba(26, 188, 156, 0.6) 40%, rgba(26, 188, 156, 0.6) 45%, #1abc9c 45%, #1abc9c 50%, rgba(26, 188, 156, 0.6) 50%, rgba(26, 188, 156, 0.6) 55%, #1abc9c 55%, #1abc9c 60%, rgba(26, 188, 156, 0.6) 60%, rgba(26, 188, 156, 0.6) 65%, #1abc9c 65%, #1abc9c 70%, rgba(26, 188, 156, 0.6) 70%, rgba(26, 188, 156, 0.6) 75%, #1abc9c 75%, #1abc9c 80%, rgba(26, 188, 156, 0.6) 80%, rgba(26, 188, 156, 0.6) 85%, #1abc9c 85%, #1abc9c 90%, rgba(26, 188, 156, 0.6) 90%, rgba(26, 188, 156, 0.6) 95%, #1abc9c 95%, #1abc9c 100%);
  background-position: 0 0;
  background-size: 100%;
  transition: background 300ms ease-in-out;
}
.second:hover {
  background-position: 100px;
}

.third {
  border-color: #D10024;
  color: #fff;
  box-shadow: 0 0 40px 40px #D10024 inset, 0 0 0 0 #D10024;
  transition: all 150ms ease-in-out;
}
.third:hover {
  box-shadow: 0 0 10px 0 #D10024 inset, 0 0 10px 4px #D10024;
}

.fourth {
  border-color: #f1c40f;
  color: #fff;
  background-image: linear-gradient(45deg, #f1c40f 50%, transparent 50%);
  background-position: 100%;
  background-size: 400%;
  transition: background 300ms ease-in-out;
}
.fourth:hover {
  background-position: 0;
}

.fifth {
  border-color: #8e44ad;
  border-radius: 0;
  color: #8e44ad;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: color 150ms ease-in-out;
}
.fifth:after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 100%;
  background: #8e44ad;
  z-index: -1;
  transition: width 150ms ease-in-out;
}
.fifth:hover {
  color: #fff;
}
.fifth:hover:after {
  width: 110%;
}

.sixth {
  border-radius: 3em;
  border-color: #2ecc71;
  color: #2ecc71;
  background-image: linear-gradient(to bottom, transparent 50%, #2ecc71 50%);
  background-position: 0% 0%;
  background-size: 210%;
  transition: background 150ms ease-in-out, color 150ms ease-in-out;
}
.sixth:hover {
  color: #fff;
  background-position: 0 100%;
}
/* //////////// BUTTONS*/

/* BOX SHADOW*/
.boxshadow{
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.boxshadow2{
    -webkit-transition: all 0.15s linear;
    -khtml-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -ms-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #E2E2E2;
    box-shadow: 0 0 0 0 rgba(0,0,0,0.33);
    margin-bottom: 2rem;
}
.boxshadow2:hover{
  border-radius: 4px 4px 0 0;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.33);
  outline: none;
}

/* //////////// BOX SHADOW*/
.divordenar{
  position: absolute;
  bottom: -65px;
  /* top: 0; */
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 999;
  background: white;
}
.cursorpointer{
  cursor: pointer;
}
.botonvista{
  display: none;
}
.datosproducto{
  width: 100%;
  text-align: center;
}
.boxproducto{
	padding: 10px;
	margin-bottom: 10px;
}
.fotoproducto{
  position: relative;
}
.agrandardivfran{
 position: relative;
 padding-right: 15px;
 padding-left: 15px;
 max-width: 250px;
}
.tituloprecio{
  color: #333;
  font-size: 22px;
  font-weight: 400;
   line-height: 32px;
   margin-top: 7px;
}
.agregadoaproducto2{
    -webkit-transition: all 0.15s linear;
    -khtml-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -ms-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
    background-color: #fff;
    border-radius: 0 0 4px 4px;
    border: 1px solid #E2E2E2;
    border-top: none;
    height: 50px;
    width: 100%;
    box-shadow: 0 8px 10px 0 rgba(0,0,0,0.33);
    outline: none;
    background-color: #fff;
    z-index: 999;
    padding-right: 15px;
    padding-left: 15px;
    display: flex;
    position: relative;
    justify-content: center;
  }
  .agregadoaproducto{
    padding-right: 15px;
    padding-left: 15px;
    position: absolute;
    bottom: -33px;
    left: 0;
    display: none;
    width: 100%;
  }
.boxproducto:hover .agregadoaproducto{
  display: flex;
  }
.divproductos{
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 200px);
    align-self: start;
}
.tituloproducto{
  display: -webkit-box;
    max-width: 100%;
    max-height: 80px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
    height: 2.5rem;
    line-height: 1.313rem;
    margin: 5px 0 7px 0;
}
.filtrosfran{
  display: flex;
  flex-direction: column;
  width: 200px;
}
.filtrosfran a{
  color: #666;
  padding: 1px;
}

.filtrosfran a:hover{
  color: #D10024;
}
.cerrarfiltrosfran{
  display: none;
}
.botonfiltro{
  display: none;
}
@media (max-width: 950px){
  .divproductos{
    width: calc(100% - 200px);
  }
}
  @media (max-width: 750px){
  .divproductos{
    width: 100%;
  }
  .filtrosfran{
    display: none;
    position: fixed;
    height: 100%;
    background-color: white;
    width: 100%;
    top: 0;
    right: 0;
    z-index: 999;
  }
  .botonfiltro{
    display: flex;
  }
  .filtrosfran h6{
    padding: 20px;
    font-size: 25px;
    padding-bottom: 0px;
  }
  .filtrosfran a{
    padding-left: 20px;
    font-size: 16px;
    border-bottom: 1px solid #ddd;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #divFiltros{
    position: relative;
  }
  .cerrarfiltrosfran{
    position: absolute;
    top: 18px;
    right: 20px;
  }
  .cerrarfiltrosfran{
    display: flex;
  }
  .agrandardivfran{
   max-width: none;
  }
}
@media (max-width: 530px){
	.divproductos{
		justify-content: center;
	}
  .botonvista{
    display: flex;
  }
	.ajustarboton{
		margin-right: 2px;
    margin-left: 2px;
	}
  .fotoproductomobile{
    width: 100px;
  }
  .boxproductomobile{
    display: flex;
  }
  .header-search form .input {
    width: calc(100% - 100px);
  }
  .header-ctn {
    float: none;
    display: flex;
    width: 100%;
    justify-content: space-around;
  }
}
/* INPUT---------------------------------------------------------------------------- */
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

.transition, form.inputfancy button, form .question label, form .question input{
  -moz-transition: all 0.25s cubic-bezier(0.53, 0.01, 0.35, 1.5);
  -o-transition: all 0.25s cubic-bezier(0.53, 0.01, 0.35, 1.5);
  -webkit-transition: all 0.25s cubic-bezier(0.53, 0.01, 0.35, 1.5);
  transition: all 0.25s cubic-bezier(0.53, 0.01, 0.35, 1.5);
}

form.inputfancy h1 {
  color: #ff4a56;
  font-weight: 100;
  letter-spacing: 0.01em;
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
}
form.inputfancy button {
  margin-top: 35px;
  background-color: white;
  border: 1px solid #ff4a56;
  line-height: 0;
  font-size: 17px;
  display: inline-block;
  box-sizing: border-box;
  padding: 20px 15px;
  border-radius: 60px;
  color: #ff4a56;
  font-weight: 100;
  letter-spacing: 0.01em;
  position: relative;
  z-index: 1;
}
form.inputfancy button:hover, form.inputfancy button:focus {
  color: white;
  background-color: #ff4a56;
}
form .question {
  position: relative;
  padding: 10px 5px;
}
form .question:first-of-type {
  padding-top: 0;
}
form .question:last-of-type {
  padding-bottom: 0;
}
form .question label {
  transform-origin: left center;
  color: #ff4a56;
  font-weight: 100;
  letter-spacing: 0.01em;
  font-size: 17px;
  box-sizing: border-box;
  padding: 10px 15px;
  display: block;
  position: absolute;
  margin-top: -40px;
  z-index: 2;
  pointer-events: none;
}
form .question input {
  appearance: none;
  background-color: none;
  border: 1px solid #ff4a56;
  line-height: 0;
  font-size: 17px;
  width: 100%;
  display: block;
  box-sizing: border-box;
  padding: 10px 15px;
  border-radius: 60px;
  color: #ff4a56;
  font-weight: 100;
  letter-spacing: 0.01em;
  position: relative;
  z-index: 1;
}
form .question input:focus {
  outline: none;
  background: #ff4a56;
  color: white;
  margin-top: 30px;
}
form .question input:valid {
  margin-top: 30px;
}
form .question input:focus ~ label {
  -moz-transform: translate(0, -35px);
  -ms-transform: translate(0, -35px);
  -webkit-transform: translate(0, -35px);
  transform: translate(0, -35px);
}
form .question input:valid ~ label {
  text-transform: uppercase;
  font-style: italic;
  -moz-transform: translate(5px, -35px) scale(0.6);
  -ms-transform: translate(5px, -35px) scale(0.6);
  -webkit-transform: translate(5px, -35px) scale(0.6);
  transform: translate(5px, -35px) scale(0.6);
}
.divbotonsubmit{
      width: 100%;
    display: flex;
    justify-content: center;
}
/*.--------------------------------- FIN  INPUT----------------------- */

/* --------------------------INPUT--------------------------------- */
select.inputcirculo1{
  /*box-sizing: border-box;*/
  width: 100%;
  color: black;
  height: calc(3em + 2px);
  margin: 0 0 1em;
  padding: 1em;
  border-style: solid;
  border: 1px solid #ccc;
  border-radius: 1.5em;
  background: #ccc;
  resize: none;
  outline: none;
  
 
 
}

input.inputcirculo{
  box-sizing: border-box;
  width: 100%;
  height: calc(3em + 2px);
  margin: 0 0 1em;
  padding: 1em;
  border: 1px solid #ccc;
  border-radius: 1.5em;
  background: #fff;
  resize: none;
  outline: none;
}
.input-textarea{
  box-sizing: border-box;
  width: 100%;
  margin: 0 0 1em;
  padding: 1em;
  border: 1px solid #ccc;
  border-radius: 1.5em;
  background: #fff;
  resize: none;
  outline: none;
}
.input-textarea::placeholder{
  line-height: 40px;
  text-align: center;
  font-weight: bold;
}
.input-textarea:focus, input.inputcirculo[required]:focus {
  border-color: #ff4a56;
}
input.inputcirculo[required]:focus + label[placeholder]:before {
  color: #ff4a56;
}
input.inputcirculo[required]:focus + label[placeholder]:before,
input.inputcirculo[required]:valid + label[placeholder]:before {
  transition-duration: 0.2s;
  -webkit-transform: translate(0, -1.5em) scale(0.9, 0.9);
          transform: translate(0, -1.5em) scale(0.9, 0.9);
}
input.inputcirculo[required]:invalid + label[placeholder][alt]:before {
  content: attr(alt);
}
input.inputcirculo[required] + label[placeholder] {
  display: block;
  pointer-events: none;
  line-height: 1.25em;
  margin-top: calc(-3em - 2px);
  margin-bottom: calc((3em - 1em) + 2px);
}
input.inputcirculo[required] + label[placeholder]:before {
  content: attr(placeholder);
  display: inline-block;
  margin: 0 calc(1em + 2px);
  padding: 0 2px;
  color: #898989;
  white-space: nowrap;
  transition: 0.3s ease-in-out;
  background-image: linear-gradient(to bottom, #fff, #fff);
  background-size: 100% 5px;
  background-repeat: no-repeat;
  background-position: center;
}
/*-------------------------- FIN     INPUT---------------------------------------- */
.registro{
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.registro2{
  display: flex;
  flex-wrap: wrap;
}
.divinputregistro{
  width: 50%;
  padding-right: 10px;
  padding-left: 10px;
}
.opcionalesregistro{
  width: 100%;
}
.divinputregistro2{
  width: 33.33%;
  padding-right: 10px;
  padding-left: 10px;
}
.divinputregistro3{
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
#botonfinalizar{
  display: flex;
  justify-content: center;
}
@media (max-width: 525px){
  .divinputregistro{
    width: 100%;
  }
  .divinputregistro2{
    width: 100%;
  }
}

/*-------------------------- SELECT ---------------------------------------- */

select {
  /*-webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;*/
  outline: 0;
  box-shadow: none;
  border: 0 !important;
  background: #2c3e50;
  background-image: none;
}
/* Custom Select */
.select {
  position: relative;
  display: block;
  line-height: 3;
  background: #2c3e50;
  overflow: hidden;
  border-radius: 1.5em;
  width: 100%;
  margin-bottom: 10px;
 height: calc(3em + 2px);
}
select {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0 0 0 .5em;
  color: #fff;
  cursor: pointer;
}

/*select::-ms-expand {
  display: none;
}*/

/*-------------------------- FIN SELECT---------------------------------------- */
/*.scrollbarfran::-webkit-scrollbar-button{ display: none; height: 13px; border-radius: 0px; background-color: #AAA; }
.scrollbarfran::-webkit-scrollbar-button:hover{ background-color: #AAA; }
.scrollbarfran::-webkit-scrollbar-thumb{ background-color: #004080; }
.scrollbarfran::-webkit-scrollbar-thumb:hover{ background-color: #004080; }
.scrollbarfran::-webkit-scrollbar-track{ background-color: #efefef; }
.scrollbarfran::-webkit-scrollbar-track:hover{ background-color: #CCC; }
.scrollbarfran::-webkit-scrollbar{ width: 13px; }*/

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #ddd;
}

::-webkit-scrollbar-thumb {
  background: red;
}

select::-webkit-scrollbar {
  width: 5px;
}

select::-webkit-scrollbar-track {
  background: #ddd;
}

select::-webkit-scrollbar-thumb {
  background: red;
}

.productoscarritos{
  display: flex;
  justify-content: center;
  width: 100%;
  flex-direction: column;
  align-items: center;
}
.productocarrito{
  display: flex;
  border-bottom-width: 0.50px;
  padding: 25px;
  align-items: center;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
  margin-bottom: 15px;
}
.imagencarrito{
  width: 100px;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}
.displaycantidad{
  width: 30px;
  height: 30px;
  border: none;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  background-color: #f3f3f3;
  outline: none;
  text-align: center;
}
.btn-num-product-down, .btn-num-product-up{
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.titulocarrito {
    display: -webkit-box;
    max-width: 100%;
    max-height: 30px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
    line-height: 15px;
    margin: 4px 0 16px 0;
    text-transform: uppercase;
    text-align: center;
}
.titulocarrito a{
  font-size: 15px;
    color: #000000;
    font-family: 'Roboto', sans-serif;
}
.contenidocarrito{
  width: 380px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.divisorcarrito {
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 3px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    height: 90px;
    width: 1px;
}
.botoncarrito{
  border: 1px solid #e6e6e6;
    border-radius: 3px;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.precioscarrito{
  width: 120px;
    display: flex;
    flex-direction: column;
    padding-left: 10px;

}
.procesarpago{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-direction: column;
    text-align: center;
}
.finalizarcompra{
  margin-top: 20px;
   -webkit-transition: all 0.15s linear;
    -khtml-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -ms-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #E2E2E2;
    box-shadow: 0 0 0 0 rgba(0,0,0,0.33);
    margin-bottom: 2rem;
}
@media (max-width: 710px){
  .sizemobile{
    font-size: 13px;
  }
  .contenidocarrito{
    width: 160px;
  }
  .productocarrito{
    padding: 7px;
  }
  .divisorcarrito{
    margin-left: 10px;
  }
  .titulocarrito a{
    font-size: 13px;
  }
  .imagencarrito{
    width: 90px;
  }
  .contenidocarrito{
    width: 160px;
  }
  .precioscarrito{
    width: auto;
  }
  .labelfran{
    font-size: 10px;
  }
}
@-webkit-keyframes click-wave {
  0% {
    height: 40px;
    width: 40px;
    opacity: 0.35;
    position: relative;
  }
  100% {
    height: 200px;
    width: 200px;
    margin-left: -80px;
    margin-top: -80px;
    opacity: 0;
  }
}
@-moz-keyframes click-wave {
  0% {
    height: 40px;
    width: 40px;
    opacity: 0.35;
    position: relative;
  }
  100% {
    height: 200px;
    width: 200px;
    margin-left: -80px;
    margin-top: -80px;
    opacity: 0;
  }
}
@keyframes click-wave {
  0% {
    height: 40px;
    width: 40px;
    opacity: 0.35;
    position: relative;
  }
  100% {
    height: 200px;
    width: 200px;
    margin-left: -80px;
    margin-top: -80px;
    opacity: 0;
  }
}
.option-input {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  top: 13.3333333333px;
  right: 0;
  bottom: 0;
  left: 0;
  height: 40px;
  width: 40px;
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
  background: #cbd1d8;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin-right: 0.5rem;
  outline: none;
  position: relative;
  z-index: 9;
}
.option-input:hover {
  background: #9faab7;
}
.option-input:checked {
  background: #40e0d0;
}
.option-input:checked::before {
  height: 40px;
  width: 40px;
  position: absolute;
  content: '\2716';
  display: inline-block;
  font-size: 26.6666666667px;
  text-align: center;
  line-height: 40px;
}
.option-input:checked::after {
  -webkit-animation: click-wave 0.65s;
  -moz-animation: click-wave 0.65s;
  animation: click-wave 0.65s;
  background: #40e0d0;
  content: '';
  display: block;
  position: relative;
  z-index: 100;
}
.option-input.radio {
  border-radius: 50%;
}
.option-input.radio::after {
  border-radius: 50%;
}
.datosenvio{
  width: 100%;
  display: flex;
  justify-content: space-between;
  text-align: center;
}
.franprobando12{
  padding-left: 10px;
  position: absolute;
  left: 72px;
  width: 260px;
  bottom: -44px;
}


.logincarrito{
  width: 50%;
  display: flex;
  flex-direction: column;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
  margin-top: 20px;
  justify-content: center;
  align-items: center;
}
.titulologincarrito{
  background: black;
    color: white;
    text-align: center;
    padding: 5px;
    width: 100%;
    margin-bottom: 30px;
}
.titulofinalizarcompra{
  padding: 5px;
  text-align: center;
  width: 100%;
  background-color: black;
  color: white;
  text-transform: uppercase;
}
.ulcarritopop{
  background: white;
  border-radius: 2px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
*{
  outline: none;
}
.fa-heart:hover{
  color: #F44336;
}
.fa-heart.active{
  color: #F44336;
}
.favoritos1{
  display: flex;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  margin: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.favoritosimagen{
  width: 110px;
}
.favoritosimagen img{
  width: 100%;
  border-radius: 10%;
}
.favoritostext{
  width: calc(100% - 110px);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
}

.favoritostext a:hover{
  color: #F44336;
}
.w-premove{
  display: flex;
  align-items: center;
  width: 10%;
  flex-direction: column;
  justify-content: space-evenly;
}
.w-premove i{
  font-size: 20px;
    color: black;
}
.w-premove i:hover{
    color: #F44336;
}
.w-premove p{
  font-size: 25px;
  color: red;
}
.data-favorito::after {
  content: attr(data-notify);
  position: absolute;
  right: 15px;
  top: -10px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  font-size: 10px;
  color: #FFF;
  background-color: #D10024;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}
.js-toggle-dropdown-content{
  display: flex;
  justify-content: space-between;
  padding: 15px;
  color: black;
  cursor: pointer;
  text-align: start;
}
.js-toggle-dropdown-content:hover{
  color: red;
}
.wrap-dropdown-content{
  border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 10px;
}
.dropdown-content{
  padding: 15px;
  padding-top: 0;
}
.dis-none {
    display: none;
}
.fd{
  display: flex;
  flex-direction: column;
}
.fja{
  display: flex;
  justify-content: center;
  align-items: center;
}
.fjad{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.about1{
  width: 80%;
}
.about2{
  width: 20%;
}
@media (max-width: 650px){
  .about1{
    width: 100%;
  }
  .about2{
    width: 100%;
  }
  .about-contenedor{
    flex-direction: column-reverse;
  }
  .hot-deal .hot-deal-countdown>li {
    width: 65px;
    height: 65px;
  }
}
.jssocials-share-link{
  border-radius: 50%;
}
.centrado-porcentual {
    position: absolute;
    left: 50%;
    top: 85%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.white{
  color: white;
}
.red{
  color: red;
}
.p-t-15{
  padding-top: 15px;
}
.infofooter{
  display: flex;
  justify-content: space-around;
}
@media (max-width: 780px){
  .infofooter{
    justify-content: center;
    flex-direction: column;
  }
  .footer{
    text-align: center;
  }
  .header-ctn>div>div{
    width: 70px;
  }
}
@media (min-width: 750px){
  .filtros-fran-div{
    background-color: #ffdddd;
    border-right: 6px solid #f44336;
  }
}
@media (max-width: 667px){
  .ocultarcategoriasfooter{
   display: none;
  }
  .header-ctn>div+div {
    margin-left: 5px;
  }
}
.footer-1{
  width: 46%;
  display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   margin-bottom: 5px;
   border-right: 1px solid #d9d9d9;
}
.footer-2{
  width: 0%;
  display: flex;
   flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
    border-right: 1px solid #d9d9d9;
}
.footer-3{
  width: 46%;
}
@media (max-width: 770px){
  .footer-1{
    width: 100%;
    padding-top: 20px;
  }
  .footer-2{
    width: 0%;
    border: 0;
    margin-bottom: 0px;
  }
  .footer-3{
    width: 100%;
    border-top: 2px solid #E4E7ED;
    padding-top: 20px;
  }
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background-color: #D10024;
    border-color: #D10024;
   }
   .pagination>li>a, .pagination>li>span {
    color: #D10024;
  }
/*-------------------------- POP UP ---------------------------------------- */
.modal-container, .login-modal-container, .carrito-modal-container {
  display: none;
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: auto;
}
.modal-container .modal-overlay, .login-modal-container .modal-overlay, .carrito-modal-container .modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
}
.modal-container .modal, .login-modal-container .modal, .carrito-modal-container .modal {
  position: absolute;
  right: 0;
  width: 350px;
  height: 350px;
  background: #fff;
  border-radius: 5px;
  box-sizing: 0 3px 15px rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Helvetica', 'Segoe UI Light', sans-serif;
  font-weight: lighter;
  text-align: center;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.div-video{
    height: 152.74px !important;
    display: flex !important;
    align-items: center !important;
  }
@media (max-width: 1192px){
  .div-video{
    height: 119.8px !important;
    display: flex;
    align-items: center;
  }
}
@media (max-width: 992px){
  .div-video{
    height: 227.62px !important;
    display: flex;
    align-items: center;
  }
}
@media (max-width: 992px){
  .div-video{
    height: 160px !important;
    display: flex;
    align-items: center;
  }
  .div-foto-video{
    height: 160px !important;
  }
}
@media (max-width: 445px){
  .div-video{
    height: 130px !important;
    display: flex;
    align-items: center;
  }
  .div-foto-video{
    height: 130px !important;
  }
}
@media (max-width: 445px){
  .div-video{
    height: 100px !important;
    display: flex;
    align-items: center;
  }
  .div-foto-video{
    height: 100px !important;
  }
}
.flex-sb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}
.flex-w {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}
.w-size13 {
    width: 53%;
}
.p-t-30 {
    padding-top: 30px;
}
.wrap-slick3-dots {
    width: 50%;
}
@media (min-width: 1101px){
#slick-dots-desktop {
    display: block;
}
}
@media (min-width: 1101px){
ul.slick3-dots {
    display: block !important;
}
 }
 @media (min-width: 1101px){
#nombreProductoMobile {
    display: none;
}
}
.slick3-dots li {
    display: block;
    position: relative;
    width: 100%;
    margin-bottom: 27px;
}
.slick3-dots li img {
    width: 100%;
    border: 1px solid #E4E7ED;
}
.slick3 {
    /*width: 83.333333%;*/
    width: 60%;
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.wrap-slick3 {
    position: relative;
    justify-content: flex-end;
}

.flex-sb {
    justify-content: space-between;
}
.wrap-pic-w img{
  width: 100%;
}
.div-producto-2{
  padding-left: 20px;
}
.div-producto-1, .div-producto-2{
  width: 50%;
}
.btn-num-product-down-f, .btn-num-product-up-f {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bordeimagen {
    background-color: whitesmoke;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}


@media (max-width: 660px){
  .div-producto-1, .div-producto-2{
    width: 100%;
  }
  .wrap-slick3 {
    justify-content: start;
  }
}
.ocultar-variante{
  display: none;
}