html, body {
    height: 100%;
    overflow: hidden;
}


.footer .nombre_producto {
	text-align: center;
	color: #FFFFFF;
	font-size: calc(20px + 6 * ((100vw - 320px) / 680));

}

.footer .nombre_producto i {
	padding: 0 10px;
	
}

.informacion_extra {	
	display: none;	
	position: absolute;	
	top: 75px;
	left: 0;
	background: rgba(0,0,0,.7);
	width: 380px;
	padding: 30px;
	height: calc(100% - 120px);
	color: #FFFFFF;
	font-size: 120%;
	font-weight: 300;
	z-index: 1;
}

.informacion_extra p strong {
	font-weight: 700;
}

.informacion_extra .overflow {		
	width: 100%;
	height:auto;
  max-height:80%;
    
}

.informacion_extra .overflow.overflow_height  {
	overflow:auto;   
}

.open img {
	width: 50px;
}

.comparar {		
	position: absolute;	
	top: 75px;	
	right: 100%;
	height: 85vh;
	z-index: 1;
	
}

.comprar_up a {
	font-size: calc(19px + 6 * ((100vw - 320px) / 680));
}


.comprar_up a i {
	margin-top: 2px;
	margin-left: 5px;

}

.comparar_right {
	right: 0;
}

.informacion {
	display: none;
	position: absolute;
	max-width: 600px;	
	overflow: hidden;
	left: 50px;
	bottom: 140px; 
	z-index: 1;
	color: #FFFFFF;
	font-size: 150%;
	font-weight: 300;
	line-height: 25px;
	/*background: rgba(109, 109, 109, 0.5);	*/
	padding: 5px;
	cursor: pointer;
}

.informacion strong {
	font-weight: 500;
}

.informacion .mas {
	float: left;
	margin-right: 5px;
}

.informacion .texto {
	float: left;
	margin-right: 5px;
}

.menu_productos {
	height: calc(100% - 210px);	
}	
.menu_productos .item {
	padding: 0px;	
	margin-left: 0px;
	margin-top: 5px;
	
}	

.menu_productos .item:hover a, .menu_productos .item.active a {
	background-color: rgba(255, 255, 255, 1);
	
}	

.menu_productos a {
	display: block;
	background-color: rgba(255, 255, 255, 0.6);
	border-radius: 20px;
	text-align: center;
	color: #000000;
	font-weight: 500;
	cursor: pointer;
	border-radius: 15px;
	padding: 10px 0px;
	line-height: 30px;
}

.menu_productos a span {
	width: 50px;
	line-height: 20px;
	font-size: 100%;

}

.menu_productos a:hover {
	background: #FFFFFF;
	color: #000000 !important;;
	text-decoration: none;

}

.cv-nav-next {
	bottom: -110px;
}


.cerrar {
	padding: 10px;
	font-size: 200%;
	font-weight: 300;
}

.cerrar i {
	margin-right: 30px;
	color: #ff4c45;
}

.item {
	font-size: 200%;
	margin-left: 10%;
}

/* The container */
.container_label {
  display: block;
  position: relative;
  padding-left: 55px;
  cursor: pointer;  
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container_label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 5px;
  left: 0;
  height: 35px;
  width: 35px;
  border: 1px solid #a5a5a5;
}

/* On mouse-over, add a grey background color */
.container_label:hover input ~ .checkmark {
  background-color: #757575;
}

/* When the checkbox is checked, add a blue background */
.container_label input:checked ~ .checkmark {
  background-color: #757575;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container_label input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container_label .checkmark:after {
  left: 12px;
  top: 5px;
  width: 10px;
  height: 19px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.volver {
	position: absolute;
	bottom: 7%;
	width: 90%;
	text-align: center;
}

.volver a {
	display: block;
	background: #e93524;
	padding: 5px;
	color: #FFFFFF;
	font-weight: 200;
	font-size: 130%;
	border: 2px solid #e93524;
  	border-radius: 50px;
}

.volver a:hover {
	color: #FFFFFF !important;

}

.volver a.active {
	background: #6bb34d;	
	border: 2px solid #6bb34d;
}

.confirmar {
	position: absolute;
	bottom: 6%;
	width: 90%;
	text-align: center;
}

.confirmar a {
	display: block;
	background: #e93524;
	padding: 10px;
	color: #FFFFFF;
	font-weight: 200;
	font-size: 200%;
	border: 2px solid #e93524;
  	border-radius: 50px;
}

.confirmar a:hover {
	color: #FFFFFF !important;

}

.confirmar a.active {
	background: #6bb34d;	
	border: 2px solid #6bb34d;
}

.cv-nav-prev a {
	background: url('../../../images/common/flecha_arriba.png')center center no-repeat;
	background-size: 50px;
	height: 55px;
}	

.cv-nav-prev a:hover {
	background: url('../../../images/common/flecha_arriba_on.png') center center no-repeat;
	background-size: 50px;
}

.cv-nav-next a {
	background: url('../../../images/common/flecha_abajo.png')center center no-repeat;
	background-size: 50px;
	height: 55px;
}	

.cv-nav-next a:hover {
	background: url('../../../images/common/flecha_abajo_on.png') center center no-repeat;
	background-size: 50px;
}

.overlay {
	display: none;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	margin-left: 15px;
	opacity: 0.5;
	transition: .5s ease;
	background: rgba(76,76,76,0);
	background: -moz-linear-gradient(top, rgba(76,76,76,0) 0%, rgba(59,59,59,0) 30%, rgba(32,32,32,0.9) 78%, rgba(19,19,19,0.9) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(76,76,76,0)), color-stop(30%, rgba(59,59,59,0)), color-stop(78%, rgba(32,32,32,0.9)), color-stop(100%, rgba(19,19,19,0.9)));
	background: -webkit-linear-gradient(top, rgba(76,76,76,0) 0%, rgba(59,59,59,0) 30%, rgba(32,32,32,0.9) 78%, rgba(19,19,19,0.9) 100%);
	background: -o-linear-gradient(top, rgba(76,76,76,0) 0%, rgba(59,59,59,0) 30%, rgba(32,32,32,0.9) 78%, rgba(19,19,19,0.9) 100%);
	background: -ms-linear-gradient(top, rgba(76,76,76,0) 0%, rgba(59,59,59,0) 30%, rgba(32,32,32,0.9) 78%, rgba(19,19,19,0.9) 100%);
	background: linear-gradient(to bottom, rgba(76,76,76,0) 0%, rgba(59,59,59,0) 30%, rgba(32,32,32,0.9) 78%, rgba(19,19,19,0.9) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313', GradientType=0 );
}

#cerrar_comparar {
		display: none;
	}

/* Small devices */
@media (max-width: 820px) { 

	html, body {
	    overflow: visible;
	}
	.footer {
		position: relative;
	}

	.footer .nombre_producto {
		font-size: calc(17px + 6 * ((100vw - 320px) / 680));
		height: 50px;
	}


	.bg-gray {
		background: #5d5b5b;
		height: 50px;
	}	


  .informacion {          
    max-width: 45%;           
    left: 5vw;
    top: 47vw;           
    font-size: 85%;
    line-height: 15px;

  }

  .mb {
  	
  }

  .open img {
  	width: 35px;
  }
  .comparar {
  	background: #5d5b5b;
  	top: 0;
  	height: 100vh;
  }
  .menu_productos {
		height: 53vh;
		margin-top: 25px;
	}
	
	.confirmar {
		bottom: 15%;

	}

	.cv-nav-prev a {
		display: none;
	}

	.cv-nav-next::before {
	
		content: 'Deslizá el menú hacia arriba para ver más productos \2934';

	}

	.item {
		font-size: 180%;
	}

	.confirmar a {
		padding: 5px;
		font-size: 150%;
	}

	.informacion_extra {		
		height: calc(100% - 210px);
	}

	.informacion_extra .overflow {				
		overflow-y: scroll;
	}

	#cerrar_comparar {
		display: block;
		background: none;
		margin-top: 10px;
		padding: 0px;
		border: 0px;
		font-size: 14px;
	}


	.foto_producto {
		padding-left: 5px;
		padding-right: 5px;
		margin-bottom: 2vh;
	}
	

}


#informacion:hover, #comparar:hover {
	cursor: pointer;
}	