/*=============================================
INFOPRODUCTO
=============================================*/

.infoproducto figure.visor img{
	display:none;
	cursor:crosshair;

}

.fondoBreadcrumb {
    margin-bottom: 0px;
    background: rgba(0,0,0,0);
}

.infoproducto figure.visor img:first-child{
	display:block;
}

figure{
  border: 1px solid #FF324D !important
}

ul{
  margin: 0;
}

.flexslider{
	cursor: pointer;
}

.lupa{
	display:none;
	position:absolute;
	top:0;
	left:0;
	overflow:hidden;
}

.lupa img{
	position:relative;
	margin-top:-100%;
	margin-left:-50%;
	width:160%;
}
.tb td{
	width: 33%;
	font-size: 16px;
	font-weight: bold;
}

.tb-carrito{
	margin:0px;
	color: #FF324D;
	font-size: 20px;
}

.tb input {
	border-radius: 30px !important;
	z-index: 0 !important;
}
.tb label{
	margin-left: 2%;
}
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.boton {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.boton:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
.productos ul li h1 small a{
  color: #FF324D !important;
}
input:checked + .boton {
  background-color: #FF324D;
}

input:focus + .boton {
  box-shadow: 0 0 1px #FF324D;
}

input:checked + .boton:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.boton.round {
  border-radius: 34px;
}

.boton.round:before {
  border-radius: 50%;
}

.codigo{
  margin:0px 0px 10px 0px;
}

.tb{
  margin-bottom: 10px;
}

.table>tbody>tr>td, .table>tbody>tr>th, 
.table>tfoot>tr>td, .table>tfoot>tr>th, 
.table>thead>tr>td, .table>thead>tr>th{

  padding: 5px;

}

@media (max-width: 450px) {
    
    .tb td, .tb-carrito{
    
    font-size: 14px;
    
    }
    
}
