@charset "utf-8";

#condiciones {
	border: 1px solid rgba(0,0,0,0.25);
	height: 100px;
	overflow: auto;
	padding: 5px;
}
.label-form-gnral{
	color:inherit;
}
.img-producto-talla {
	width: 80px;
}
.tabla-carrito {
    border-color: transparent;
}
span.me-gusta {
    width: 50px;
    height: 25px;
    display: block;
    position: absolute;
    top: 20px;
    right: 1px;
	color:#FFF;
	font-size:13px;

}
span.me-gusta {
	background-color:#F00;
}
.celda-listado-productos > div {
    background-color: ;
}
.celda-listado-productos {
    width: 33.33%;
}
.bx-wrapper .bx-prev:before,
.bx-wrapper .bx-next:before {
	color:#ffffff!important;
	background-color:rgba(0,0,0,0.5)!important;
}
#prfo-buscador {
	border-radius: 25px;
	-webkit-border-radius: 25px;
}

/* Only esktop */

@media screen and (min-width:980px) {
}


/* Responsive color settings */

@media screen and (max-width:980px) {
	#responsive-header {
		background-color: #000000;
	}
	.btn-responsive.menu {
		background-color:transparent;
	}
	.btn-responsive {
		color:#ffffff!important;
	}
	.btn-responsive.cart span {
		background-color: #ffffff!important;
		color:#000000!important;
	}
	.responsive-menu-left {
		background-color: #ffffff;
	}
	#responsive-menu li a,
	#responsive-menu li a:hover {
		color:#000000!important;
	}

}
.mensajeSobreEnvios
{
	font-size: 16px;
	color: green;
	font-weight: bold;
}
.mensajeRed
{
	color: red !important;
}

.cart,
.button-cart,
.precio,
.precio-producto{
	display: none !important;
}