html, body {
	height:100%;
}

body {
	font-family: 'Open Sans', Verdana, Arial, Helvetica, sans-serif !important;
	font-size: 10px;
	margin:0px;
}

#contenedor {
	/*min-height: 600px;*/
	padding: 0;
	position:relative;
	/*min-height:100%;*/
	min-height: 70%;
}

* html #contenedor {
	height:100%;
}

#cabecera {
	background:url(../imagenes/fondo_cabecera.gif) top;
	height:90px;
	width:955px;
	padding:0;
	margin:0;
}

/*MENU//////////////////////////////////////////////////////////////////////////*/

#menuprincipal {
	width: 620px;
	margin-right: 0px; /*antes 15px*/
	margin-left: 0px;
	padding: 0 px

}

#nav {
	height: 21px;
	margin-right: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform:uppercase;
	padding: 0;/*height: 30px;*/
}

#nav a {
	/* definir posicion general del menu */
	color: #390;
	text-decoration: none;
	display: block;
	margin: 0;
	padding: 0;
	border-right:1px solid #FFFFFF;
	padding-left:5px;
	padding-right:3px;
	line-height:25px;
	margin-left:-5px;
	/*height: 30px;*/
}

#nav a:link, #nav a:visited {
	color: #000;
	text-decoration: none;
	/*height: 30px;*/
}

#nav a:hover {
	color: #353535;
	background-color: #fff;
	/*height: 30px;*/
}

ul#nav { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

ul#nav li { /* all list items */
	float: right;
	position: relative;
	margin-left: 0px;
	padding: 5px;
	padding-top:0px;
	padding-left:0px;
	/*width: 10em;*/
}

ul#nav li ul { /* second-level lists */
	display: none;
	list-style-type: none;
	position: absolute;
	top: 24px; /*antes 1em*/
	left: -5px;
	border:1px solid #ff1a23;
	border-top:0px;
	background-color:#FFFFFF;
	margin:0px;
	padding:0px;
	line-height:20px;
}

ul#nav ul a { /* second-level lists */
	background:none;
	margin-left:0px;
}
ul#nav ul a:hover { /* second-level lists */
	color:#2E3E7E;
	background-color:#ff1a23;
}

ul#nav li ul li { /* prueba */
	float: none;
	width: 150px;
	min-height: 15px;
	margin: 0;
	padding:0px;
}

li>ul#nav { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

ul#nav li:hover ul, ul#nav li.over ul { /* lists nested under hovered list items */
	display: block;
}

.boton_canalactiva {
	margin-right: 0px;
}

/* 24/08/05-. Estilos personalizados para cada elemento-boton del menu superior. RG */

.esconder {
	visibility: hidden;
}

/*PRINCIPAL//////////////////////////////////////////////////////////////////////////*/

/*#principal {
padding-bottom:65px;
width:955px;
}*/

/*CUERPO SUPERIOR//////////////////////////////////////////////////////////////////////////*/

.cuerpo_superior {
	width: 950px;
	padding-left: 5px;
	background-color: #FFF;
	background-image:  url(../imagenes/bg_busqueda.gif);
	background-repeat: no-repeat;
}

.cuerpo_superior table td {
	border: 0;
	padding: 0;
	margin: 0;
	padding-right: 10px;
}

.titularFormulario {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #1C4595;
	padding-bottom: 10px
}

.login {
	width: 185px;
	color: #FFF;
	padding-top: 5px;
	padding-left: 5px;
	font-size: 10px;
}

.alineadoderecha {
	text-align: right;
}

.clienteLogin, .passLogin {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
}

.enviarLogin {
	text-align: left;
}

.busqueda {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #353535;
	font-weight: bold;
	font-size: 10px;
}

.busqueda select {
	width: 150px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	font-weight: bold;
}

.busqueda form {
	margin: 0;
	padding:0;
}

.busqueda_nombre input {
	border: 0;
}

.riesgoCliente {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	width: 240px;
	color: #333333;
	background:#f1f1f1;
	padding-left:20px;
	padding-top:20px;
	padding-bottom:20px;

}

.riesgoCliente p {
	display: block;
	width: 100%;
	padding-top: 1px;
	margin-bottom: 1px;
	padding-bottom: 1px;
	margin-top: 5px;
}

.riesgoCliente input {
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 200px;
}

.riesgoCliente textarea {
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 200px;
}

input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	font-weight: normal;
	border: 1px solid #879FB6;
}

/*login central y error solo afectan al login cuando este no se encuentra en el lateral izquierdo*/
#logincentral {
	background-color: #eeeeee;
	border:1px solid #d5d5d7;
	width: 915px;
	height: 500px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #353535000;
	padding: 0 10px 10px 10px;
}

#error {
	font-weight: bold;
	color: #FF0000;
	text-align: center;
}

.celdaschecksuperior {
	vertical-align: middle;
}

.celdaschecksuperior input {
	border: 0px;
}

.swal2-container {
	zoom: 2 !important;
}

.formTiendas {
	margin-top: 2%;
}

#guardarPedido {
	width: 45%;
	margin: 0 27%;
}

.cHeader {
	text-align: center;
    font-weight: bold;
    font-size: 20px
}

.rounded-border {
	border-radius: 5px !important;
}

.custom-flex {
	display: flex;
}

.custom-flex label {
	font-size: 20px;
	padding-top: 2px;
}

.custom-flex .cant {
	background-color: transparent;
    border: none;
    width: 40px;
}

.custom-flex input {
	margin-left: 20px;
	width: 35%;
}

.search {
	width: 100% !important;
	margin-left: 0px !important;
}

.custom-flex div {
	width: 100%;
}

.formLayout {
	padding-top: 6%;
}

.hide {
	display: none;
}

.select2-container .select2-selection--single {
	height: 34px !important;
}

.select2-container--default .select2-selection--single {
	border: 1px solid #d2d6de !important
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 32px !important;
}

.btn-cliente-final {
	background-color: #9100ff !important;
	border-color: #9100ff !important;
}

.btn-cliente-final:hover {
	background-color: #b659fd !important;
}
/*CUERPO CENTRAL//////////////////////////////////////////////////////////////////////////*/

.cuerpo_central {
	/*width: 955px;*/
	background-color: #FFF;
}

/*CUERPO CENTRAL ENTRADA//////////////////////////////////////////////////////////////////////////*/
.menuEntradaCuadros {
	width: 955px;
	padding: 10px 0 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #063;
}

.menuEntradaCuadros a:link, .menuEntradaCuadros a:visited {
	color: #036;
	font-weight: bold;
	text-decoration: none;
}

.menuEntradaCuadros a:hover {
	color: #333;
}

.cuadro1 a:link, .cuadro1 a:visited {
	display: block;
	width: 675px;
	height: 60px;
	background: url(../imagenes/busquedaarticulos.gif) no-repeat 5px;
	border:1px solid #d5d5d7;
	padding:5px;
}

.cuadro1 a:hover {
	background-image: url(../imagenes/busquedaarticulos_hover.gif);
}

.cuadro2 a:link, .cuadro2 a:visited {
	display: block;
	width: 675px;
	margin-top: 10px;
	height: 60px;
	background: url(../imagenes/verpedido.gif) no-repeat 5px;
	border:1px solid #d5d5d7;
	padding:5px;
}

.cuadro2 a:hover{
	background-image: url(../imagenes/verpedido_hover.gif);

}

.cuadro3 a:link, .cuadro3 a:visited{
	width: 675px;
	display: block;
	height: 60px;
	margin-top: 10px;
	background: url(../imagenes/listadopedidos.gif) no-repeat 5px;
	border:1px solid #d5d5d7;
	padding:5px;
}

.cuadro3 a:hover{
	background-image: url(../imagenes/listadopedidos_hover.gif);
}

#cuadro3b {
	display: none;
    width: 655px;
	margin-top: 0px;
	padding: 10px 10px 0 10px;
    /*border: 1px solid #CCC;*/
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	color: #339900;
	background-color: #ececec;
}


#cuadro3b ul {
	margin: 0 0 0 20px;
	padding: 0;
	list-style-type: none;
}

#cuadro3b ul li {
	display: block;
	margin: 0;
	padding: 0;
}

#cuadro3b ul li:hover {
	display: block;
	color: #FFF;
	background-color: #339900;
}

#cuadro3b ul li a {
	display: block;
	margin: 0;
	padding: 0;
}

#cuadro3b ul li a:hover {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	margin: 0;
	padding: 0;
	background-color: #339900;
}

.cuadro4 a:link, .cuadro4 a:visited {
	display: block;
	width: 675px;
	height: 60px;
	margin-top: 10px;
	background: url(../imagenes/cerrar.gif) no-repeat 5px;
	border:1px solid #d5d5d7;
	padding:5px;
}

.cuadro4 a:hover{
	background-image: url(../imagenes/cerrar_hover.gif);
}


/* MUESTRA LISTADO ARTICULOS/////////////////////////////////////////////////////////////////////////*/
.ruta {
	padding-top: 4px;
	padding-right: 10px;
	padding-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.info {
	width: 935px;
	padding: 10px;
}

.contenedorCapturarEtiquetas {
	margin: 5px 0;
	height: 23px;
}

.capturaArticulos {
	width: 300px;
	float: left;
}

.botonEtiquetas {
    padding-right: 2px;
	width: 300px;
	float: right;
	text-align: right;
}

.listadoArticulos {
	background-color: #EFEFEF;
	width: 933px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #353535;
	/*padding:10px;*/
}

#nombresRegistros {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #c3c3c3;

}


#nombresRegistros th {
	background:url(../imagenes/th_pxrep.gif) repeat-x #4E5A9E;
	border: 1px solid #c3c3c3;
	text-align: center;
	color:#FFFFFF;
}

#nombresRegistros td{
	border: 1px solid #c3c3c3;
	padding:2px;
	line-height:14px;
}

#primerRegistro {
	background-color: #E7EEFF;
}

#segundoRegistro {
	background-color: #d4daeb;
}

#ofertaRegistro {
	background-color: #9FC;
}

#liquidacionRegistro {
	background-color: #FF3;
}

#especialesRegistro {
	background-color: #FFDBB7;
}

#servidasRegistro {
	background-color: #EEA0A0;
}

.anchoArticulo {
	width: 110px;
}



.anchoArticulo a:link, .anchoArticulo a:visited {
	text-decoration: none;
	color: #036;
}

.anchoArticulo a:hover {
	text-decoration: underline;
}

th.anchoArticulo a {
  color: #ffffff;
}

.anchoLineal {
	width: 20px;
}

.anchoNombre a:link, .anchoNombre a:visited {
	text-decoration: none;
	color: #036;
}

.anchoNombre a:hover {
	text-decoration: underline;
}

.anchoMarca {
	text-align: center;
}

.anchoMarca a:link, .anchoMarca a:visited, .anchoMarca a:hover {
    text-decoration: none;
    color: #ffffff;
}

.anchoStock {
	width: 40px;
	text-align: center;
}

.anchoStock a:link, .anchoStock a:visited, .anchoStock a:hover{
	text-decoration: none;
}

.anchoEstado {
    text-align: center;
	width: 70px;
}

.anchoPrecio {
	width: 60px;
	text-align: right;
}

.anchoPrecioIva {
	width: 50px;
}

.anchoComprar {
	width: 50px;
	text-align: center;
}

.anchoAbrev {
	width: 65px;
}

.anchoTarifaOferta, .anchoPvpProve, .anchoUnits input {
	text-align: right;
}



.anchoPvpProve a:link, .anchoPvpProve a:visited, .anchoPvpProve a:hover {
    text-decoration: none;
    color: #fff;
}

.anchoUnits {
	text-align: center;
}

.anchoOferta a:link, .anchoOferta a:visited, .anchoOferta a:hover {
    text-decoration: none;
    color: #353535;
}

th.anchoOferta a {
	color:#FFFFFF;
}

.anchoServidas {
	width: 25px;
}

.anchoBorrar {
	width: 10px;
}

.anchoEtiqueta {
    background-color: #bcc2d3;
}


/*PEDIDO ACTUAL////////////////////////////////////////////////////////////////////////////////*/
.pedidoActual {
	width: 915px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	min-height: 500px;
	color: #353535;
	/*border: 1px dashed #666;*/
	padding: 10px;
}

.anchoUnicaja {
	width: 20px;
	text-align: center;
}

.anchoCaja, .anchoUnidades {
	width: 15px;
}

.anchoDto1, .anchoDto2 {
	width: 20px;
}

.anchoImporte {
	width: 60px;
}

.anchoBorrar {
	width: 60px;
	text-align: center;
}

#totales {
	width: 915px;
	margin-top: 10px;
	padding: 5px;
	font-size: 11px;
	border-top: 1px solid #C7CAD0;
}

#totales a:link, #totales a:visited {
	color: #036;
	font-size: 9px;
	text-decoration: none;
}

#totales a:hover {
	text-decoration: underline;
}

.piePedidoActual {
	padding-top: 5px;
	margin-top: 0;
	/*border: 1px dashed #666;*/
	background-color: #ececec;
	text-align: center;
}

.pie_printpdf {
	padding: 5px;
	margin-top: 20px;
	border: 1px dashed #666;
	background-color: #C7CAD0;
	text-align: center;
}

/*FINALIZAR PEDIDOS//////////////////////////////////////////////////////////////////////////*/

.Campos {
    color: #353535;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.faltanCampos {
    color: #F00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.pedidoAceptado {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #353535;
}

/*LISTADOS //////////////////////////////////////////////////////////////////////////*/

.busquedaListado {
	background-color: #ececec;
	width: 935px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #353535;
	/*border: 1px dashed #666;*/
}

.busquedaListado table {
	padding: 2px;
	width: 900px;
}

.busquedaListado form {
	padding: 0;
	margin:  0;
}

.busquedaListado select {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
}

.listadoPedidos {
	background-color: #ececec;
	width: 915px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #353535;
	/*border: 1px dashed #666;*/
	padding: 10px;
	margin-top: 10px;
}

.linklistado {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #036;
	text-decoration: none;
}

.linklistado:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #036;
	text-decoration: underline;
}

/*PAGINADOR//////////////////////////////////////////////////////////////////////////*/

.paginadorArticulos {
	width: 935px;
	height: 20px;
	margin-top: 5px;
}

.paginadorArticulos_i {
	width: 250px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #036;
	font-weight: bold;
}

.coincidencias {
	color: #666;
	font-weight: normal;
}

.paginadorArticulos_d {
	width: 350px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #036;
	font-weight: bold;
	text-align: right;
	float: right;
}

.paginadorArticulos_d a:link, .paginadorArticulos_d a:visited {
	color: #666;
	font-weight: normal;
	text-decoration: none;
}

.paginadorArticulos_d a:hover {
	text-decoration: underline;
}

.nolinkPaginador {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	text-decoration: none;
}

/*PIE//////////////////////////////////////////////////////////////////////////*/

.pie {
	width:99%;
    background-color: #0019a9;
	margin-top: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	position:absolute;
	bottom:0px;
	height:60px;
	padding:5px;
}

.pie a:link, .pie a:visited {
	color: #fff;
	text-decoration: underline;
}

.pie a:hover {
	color: #666;
	text-decoration: underline;
}

/*VENTANA DESCRIPCION PRODUCTO/////////////////////////////////////////////*/

.descprod {
	width: 640px;
	height: 381px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #353535;
	overflow: auto;
	background:#FFFFFF;
}

.descprod_name {
	font-size: 14px;
	color: #036;
	font-weight: bold;
	padding-bottom: 3px;
	margin: 10px;
	border-bottom: 1px dotted #036;
}

.cabecera_descprod_imagen {
	text-align:center;
	float:right;
}

.cabecera_descprod_imagen img {
	border: 2px solid #353535;
	margin: 10px 20px 10px 2px;
}

.cabecera_descprod ul {
	margin: 0;
	padding-left: 15px;
	list-style-type: none;
}

.cabecera_descprod li {
	padding-bottom: 15px;
}

.pdf {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	text-decoration: none;
}

.pdf:hover {
	text-decoration: underline;
}

.urlfabricante a {
	color: #666;
	font-weight: bold;
	text-decoration: none;
}

.urlfabricante a:hover {
	color: #666;
	text-decoration: underline;
}

.observaDesc {
	margin-top: 1px;
	padding-left: 15px;
}

.piedescprod {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #353535;
	font-weight: bold;
	width: 640px;
	border-top: 2px dotted #353535;
	padding: 4px;
	margin-top:20px;
	float: left;
}

/*VENTANA STOCK/////////////////////////////////////////////*/

#fichareferencia {
	height: 102px;
	width: 281px;
	background-image:  url(../imagenes/ficha_referencia.gif);
	padding-top: 95px;
	padding-left: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#fichareferencia_virtual {
	height: 102px;
	width: 281px;
	background-image:  url(../imagenes/ficha_referencia_virtual.gif);
	padding-top: 95px;
	padding-left: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

/*VENTANA IVA/////////////////////////////////////////////*/

#fichaiva {
	height: 102px;
	width: 281px;
	background-image:  url(../imagenes/ficha_iva.gif);
	padding-top: 95px;
	padding-left: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

/*PANTALLA DE DESACTIVACI�N/////////////////////////////////////////////*/

#desactivacion {
	width: 953px;
	background-color: #FFF;
	padding-top: 20px;
	padding-bottom: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	border: 1px solid #353535;
}

/* ETIQUETAS ////////////////////////////////////////*/

.articulosEtiquetas {
	background-color: #ececec;
	width: 913px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #353535000;
	padding: 10px;
	/*border: 1px dashed #666;*/
}

.articulosEtiquetas input {
    text-align: right;
	padding: 2px;
}

.articulosEtiquetas h4 {
    font-size: 13px;
	font-weight: bold;
	border-bottom: 1px solid #353535;
}

#etiquetasNombresRegistros table {
	border-collapse: collapse;
	border: 1px solid #353535;
}

#etiquetasNombresRegistros th {
	background-color: #FC3;
	border: 1px solid #353535;
	text-align: center;
}

#etiquetasNombresRegistros td {
	border: 1px solid #353535;
	text-align: center;
	padding: 5px;
}

#etiquetasNombresRegistros table textarea {
	border: 1px solid #353535;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#etiquetasSeleccion {
	margin-top: 20px;
	margin-bottom: 10px;
}

#etiquetasSeleccion table {
	border: 1px solid #353535;
	background-color: #FFF;
	border-collapse: collapse;
}

#etiquetasSeleccion td {
	padding: 5px;
	border-bottom: 1px dotted #666;
}

.descargaEtiquetaPDF {
	text-align: center;
	width: 300px;
	margin-left: 330px;
	background-color: #FF0000;
}

.descargaEtiquetaPDF a:link, .descargaEtiquetaPDF a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
}

.noCompra {
    padding: 10px;
    font-size: 12px;
    font-weight: bold;
    color: #FF4B4B;
}

.debeFiltrar {
    padding: 10px;
    font-size: 12px;
    font-weight: bold;
    color: #FF4B4B;
}

/* Home */

#checkboxesMarcas h3 {
	margin-top: 5px !important;
}

.marca5 {
	visibility: hidden;
	display: none;
}

#results {
	width: 79%;
	float: right;
}

#products {
	margin-right: -1px !important;
	margin-left: 1px !important;
}

#products .item {
	padding-right: 3px !important;
	padding-left: 3px !important;
	transition: width 0.6s;
}

.carousel-inner img {
	width: 100%;
}

#addToCart {
	width: 95%;
	
}

.item article {
	height: 6em !important;
}

@media (max-width: 1000px) {
	#checkboxesMarcas {
		width: 92%;
		float: inherit;
		margin-left: 6%;
		margin-bottom: 10px;
	}

	#results {
		width: 100%;
		float: none;
	}

	.marca {
		display: inline-block;
		margin-left: 10px;
	}

	.marca5 {
		display: none;
	}

	.item article {
		height: fit-content !important;
		max-height: 200px !important;
	}

	.codigo {
		display: inline-block;
	}
}

.back-to-top {
    position: fixed;
    bottom: 2em;
    right: 2em;
    text-decoration: none;
    color: #000000;
    background-color: rgba(210, 214, 222, 0.90);
    font-size: 18px;
    padding: 1em;
    display: none;
    z-index: 10;
}


.back-to-top:hover {
    background-color: rgba(0, 0, 0, 0.61);
    color: #FFFFFF;
}

/* Sticker oferta esquina del art�culo */

.sticker {
	position: absolute;
    top: 0;
    z-index: 20;
    width: 0;
    height: 0;
    border-right: 80px solid transparent;
    border-top: 80px solid #FF3020;
}

.list-group-item .sticker {
    left: 4px;
}

.sticker .sticker-text {
    position: absolute;
    color: #FFFFFF;
    font-weight: 700;
    margin-top: 6px;
    margin-left: 4px;
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
    width: 60px;
    text-align: center;
    font-variant: small-caps;
    text-transform: capitalize;
    font-size: 14px;
    top: -65px;
    left: -7px;
}

/*Vista lista art�culos*/

.list-group {
	margin-right: 20px !important;
}

.list-group-item {
	padding: 0px !important;
	border: none !important;
}

.list-group-item .list-group-image {
	width: 15%;
	min-width: 100px;
	margin-top: 10px;
}

.list-group-item .list-col-md-5 {
    width: 30%;
    position: absolute;
    right: 10px;
    top: 40%;
}

.list-group-item article {
	min-width: 150px;
	height: auto !important;
}

.list-group-item article h4 {
	font-size: 1.4em;
}

.list-group-item .thumbnail {
	padding: 8px;
	border: none !important;
	box-shadow: inset 0px -26px 38px -38px rgba(0,0,0,0.44);
}

.list-group-item .thumbnail:hover {
	box-shadow: inset 0px 0px 48px -9px rgba(0,0,0,0.44);
}

.list-group-item .row {
	min-width: 150px;
	margin-left: 20%;
}

.list-group-item #infoBoton p {
	display: inline;
}

.list-group-item #infoBoton {
	padding: 10px;
}

#inputCantidad {
	width: 95%;
	max-width: 200px;
}

#inputCantidad input {
	height: 28px;
}

.item.list-group-item:nth-of-type(odd):hover, .item.list-group-item:hover {
    background: inherit !important;
}

.precio-articulo {
	margin-bottom: -10px;
}

@media (max-width: 1000px) {
	.list-group-item .row {
		margin-left: 0;
	}

	#inputCantidad {
		float: right;
	    width: 50%;
	    padding-right: 10px;
	}

	#inputCantidad .btn, #inputCantidad .form-control {
		height: 50px;
	}

	#inputCantidad .form-control {
		font-size: 2em;
	}

	.precio-articulo {
		margin-bottom: -35px;
	}
}

#myCarousel {
	margin-top: -10px;
    width: 104%;
    margin-left: -2%;
}

@media (max-width: 800px) {
	#myCarousel {
		visibility: hidden;
		display: none;
	}
}

.modalloadeliminar {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 )
                url('../imagenes/loadeliminar.gif')
                50% 50%
                no-repeat;
}

.modalloadfinalizar {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 )
                url('../imagenes/loadfinalizar.gif')
                50% 50%
                no-repeat;
}

.modalloadonly {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 )
                url('../imagenes/loadonly.gif')
                50% 50%
                no-repeat;
}

/* Header */

.navbar {
	box-shadow: 0px -11px 32px 13px rgba(0,0,0,0.75);
}

.dropbtn {
    background-color: inherit;
    color: white;
    padding: 14px;
    font-size: 16px;
    border: none;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
	width: 100%;
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {background: rgba(0,0,0,0.1);}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background: rgba(0,0,0,0.1);}

/* Chat */

#chatContainer {
	position: fixed;
    bottom: 2em;
    right: 2em;
    height: 250px;
    width: 250px;
    background-color: #fdfeffb5;
    border: 2px solid #3c8dbc;
    border-radius: 5px;
    transition: height 0.5s ease-out 0s;
}

#chatContainer #messages {
	height: 68%;
	padding: 10px;
}

#chatContainer #chatText {
	width: 70%;
    display: inline-block;
}

#chatContainer #chatTopBar {
	height: 10%;
    background-color: #3c8dbc;
    padding-left: 10px;
    color: #FFFFFF;
    cursor: pointer;
}

#chatContainer #chatBottomBar {
	padding: 10px;
}

#chatContainer #chatText {
	width: 70%;
    display: inline-block;
}

#chatContainer input {
	display: inline-block;
}

#chatContainer .messageRight {
	float: right;
	clear: both;
	background-color: #6fbce875;
    padding: 2px 5px;
    border-radius: 10px;
}

#chatContainer .messageLeft {
	float: left;
	clear: both;
	background-color: #3c8dbc75;
    padding: 2px 5px;
    border-radius: 10px;
}

/* Menu categorias */

.botonMenu {
	margin-top: 10px;
    padding: 3px 7px;
    background-color: #FFFFFF;
    border-radius: 5px;
    font-weight: bold;
    font-size: 16px;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 3;
    top: 50px;
    left: 0;
    background-color: #f4f4f4;
    overflow-x: hidden;
    transition: 0.35s;
    padding-top: 19px;
    box-shadow: -15px 35px 35px 13px rgba(0,0,0,0.39);
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 1.25em;
    color: #353535;
    display: block;
    transition: 0.3s;
    white-space: nowrap;
    margin-top: -26px;
}

.sidenav a:hover {
    color: #000;
    background-color: #ddd;
}

.sidenavsub a:hover {
    color: #000;
    background-color: #ddd;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 30px;
    margin-left: 50px;
}

#titleCategorias {
	margin-left: -20px;
    margin-bottom: 5px;
    margin-top: -19px;
    font-size: 1.2em;
    cursor: auto;
    background-color: #337ab7;
    color: #FFFFFF;
    font-weight: bold;
    white-space: nowrap;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

#collapse-items {
	transition: 0.35s;
}

@media (min-width: 700px) {
	.collapse-left {
		padding-left: 260px !important;
    	transition: 0.35s;
	}
}

.title-subcategorias {
	font-size: 1.2em !important;
    cursor: auto;
    background-color: #5391c7;
    color: #FFFFFF !important;
    font-weight: bold;
    padding: 8px 20px !important;
    margin: -10px;
    margin-bottom: 5px;
}

.submenu-categoria {
	left: 260px;
    position: fixed;
    height: 100%;
    top: 50px;
    background-color: #d2d6de;
    visibility: hidden;
    display: none;
    padding: 10px;
    z-index: 2;
    box-shadow: 5px 5px 35px -9px rgba(0,0,0,0.66);
    overflow-y: auto;
}

.submenu-categoria a {
    padding: 4px 8px 4px 12px;
    text-decoration: none;
    font-size: 18px;
    color: #353535;
    display: block;
    transition: 0.3s;
	pointer-events: auto;
}

.arrow-submenu {
	display: none !important;
	visibility: hidden;
}

@media (max-width: 700px) {
	.arrow-submenu {
		display: inline !important;
		visibility: visible;
      	margin-top: -0.60em;
   		margin-left: -1.5em;
    	position: absolute;
    	width: 260px;
    	height: 2em;
    	margin-top: -35px !important;
	}

	.arrow-submenu:hover {
		background-color: transparent !important;
	}

	.submenu-categoria {
		left: 80px;
		pointer-events: none;
	}

	.submenu-categoria a {
		pointer-events: inherit;
	}
}

#marcas {
    display: none;
    visibility: hidden;
    z-index: 2;
    position: absolute;
    top: 40px;
    left: 200px;
    background-color: white;
    border-radius: 5px;
    height: 600px;
    width: 70%;
}

#cookies {
	bottom: 10px;
    position: fixed;
    z-index: 1000;
    min-width: 60%;
    text-align: center;
    left: 20%;
    background-color: #3c8dbc !important;
}

/*Footer*/

footer {
	clear: both;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #17202A;
    color: #FFFFFF;
    padding: 20px;
}

.footer-link {
	color: #FFFFFF;
	font-size: 1.2em;
}

.footer-link:hover, .footer-link:active, .footer-link:focus {
	color: #bfbfbf;
}

footer ul {
	list-style: none;
}

footer li {
	padding: 5px;
}

/*Links articulos*/

.item-link {
	color: #000000;
}

.item-link:hover, .item-link:active, .item-link:focus {
	color: #262626;
}

/*Detalle art�culo*/

#titulo {
	font-weight: bold;
	color: #444;
}

.articulo ul {
	list-style: none;
	/*padding: 30px;*/
}

.img-articulo {
	width: 95%;
	max-height: 50%;
	margin: 20px;
	max-width: 500px;
	-webkit-transition: width 0.5s;
    transition: width 0.5s;
	-webkit-transition: max-width 0.5s;
    transition: max-width 0.5s;
}

#imgArticulo:hover {
	opacity: 0.8;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	width: 100%;
	max-width: 510px;
	cursor: pointer;
}

.img-articulo-small {
	width: 30%;
	max-height: 50%;
	max-width: 150px;
}

.img-activa:hover {
	opacity: 0.8;
	cursor: pointer;
}

.articulo .cantidad {
	width: 50%;
}

.articulo li h4, .articulo li h5{
	display: inline-block;
}

.llevar-atras {
	z-index: 0;
}

.cuadro-compra {
	margin-top: 80px;
}

.subcuadro-compra {
	margin-top: 40px;
}

#precio-descuento, #precio-descuento-cajas {
	color: red;
	display: none;
}

.precios-descuento {
	color: red;
	display: none;
	margin-bottom: 5px !important;
}

.precios-descuento-cajas {
	color: red;
	display: none;
	margin-bottom: 5px !important;
}

@media (max-width: 600px) {
	#imgArticulo:hover {
		width: 95%;
	}
}

/* Barra de b�squeda header */

.busqueda {
	width: 300px;
	padding-top: 10px;
    font-family: 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
    color: #333;
	transition: width 0.35s;
}

.show-xs {
	display: none !important;
}

@media (max-width: 750px) {
	.busqueda {
		width: 50%;
	}

	.busqueda:active, .busqueda:focus, .busqueda:hover {
		width: 100%;
		transition: width 0.35s;
	}

	.show-xs {
		display: inline-block !important;
		padding: 20px 10px !important;
	}
}

.busqueda input[type=text] {
	border-radius: 30px;
    /*width: 300px;
    height: 30px;
    padding: 6px 12px;
    font-size: 14px;
    font-family: 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 15px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;*/
}

/* When the input field gets focus, change its width to 100% */
/*.busqueda input[type=text]:focus {
    width: 80%;
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}*/

.btn-search {
	padding: 2px 3px;
    margin-left: 5px;
}

/* Checkboxes */

.checkbox {
	font-size: 0.9em;
	display: block;
	position: relative;
	width: fit-content;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Esconder checkbox por defecto */
.checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkbox-pvp {
	padding-right: 25px;
}

.checkbox-marca {
	padding-left: 20px;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: #ccc;
}

.checkmark-pvp {
  margin-left: 28px;
}

.checkmark-pvp-cajas {
  margin-left: 97px;
}

.checkbox:hover input ~ .checkmark {
  background-color: #aaa;
}

.checkbox input:checked ~ .checkmark {
  background-color: #3c8dbc;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkbox input:checked ~ .checkmark:after {
  display: block;
}

.checkbox .checkmark:after {
  left: 6px;
  top: 4px;
  width: 4px;
  height: 8px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.opcion-filtro {
	padding: 5px 10px;
	display: inline-block;
}

/* Columna Filtros */

#col-filtros {
	width: 19%;
    float: left;
    background-color: #f5f5f5;
    padding: 5px 10px;
    border-radius: 3px;
    border: 1px solid #e3e3e3;
}

@media (max-width: 1000px) {
	#col-filtros {
		width: 100%;
		float: none;
	    margin-bottom: 5px;
	}
}

.stockCompra {
	color: #c37f02;
}

/* Slider precio */

.multi-range input[type=range] {
  box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  margin: 0;
  padding: 0 2px;
  /* Add some L/R padding to ensure box shadow of handle is shown */
  overflow: hidden;
  border: 0;
  border-radius: 1px;
  outline: none;
  background: linear-gradient(grey, grey) no-repeat center;
  /* Use a linear gradient to generate only the 2px height background */
  background-size: 100% 2px;
  pointer-events: none;
}

.multi-range input[type=range]:active,
.multi-range input[type=range]:focus {
  outline: none;
}

.multi-range input[type=range]::-webkit-slider-thumb {
  height: 28px;
  width: 28px;
  border-radius: 28px;
  background-color: #3c8dbc;
  position: relative;
  margin: 5px 0;
  /* Add some margin to ensure box shadow is shown */
  cursor: pointer;
  -webkit-appearance: none;
          appearance: none;
  pointer-events: all;
  box-shadow: 0 1px 4px 0.5px rgba(0, 0, 0, 0.25);
}

.multi-range input[type=range]::-webkit-slider-thumb::before {
  content: ' ';
  display: block;
  position: absolute;
  top: 13px;
  left: 100%;
  width: 2000px;
  height: 2px;
}

.multi-range input[type=range] {
  position: relative;
}

.multi-range input[type=range]:nth-child(1)::-webkit-slider-thumb::before {
  background-color: red;
}

.multi-range input[type=range]:nth-child(2) {
  background: none;
}

.multi-range input[type=range]:nth-child(2)::-webkit-slider-thumb::before {
  background-color: grey;
}

/* Modal de imagen */

#myModalImg {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.9);
}

.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

.modal-content, #caption {
    animation-name: zoom;
    animation-duration: 0.6s;
}

@keyframes zoom {
    from {transform:scale(0)}
    to {transform:scale(1)}
}

.closeModalImg {
    position: absolute;
    top: 40px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
    width: 100%;
    height: 100%;
    text-align: right;
    z-index: 5;
}

.closeModalImg:hover,
.closeModalImg:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* Articulos sugeridos */

.articuloSugerido {
	border: 1px solid #999999;
    border-radius: 5px;
    padding: 10px;
    margin: 5px;
}

/* Tabs descripci�n producto */

.tabs {
	margin: 20px 0px;
}

.tab {
    overflow: hidden;
}

.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
}

.tab button:hover {
    background-color: #ddd;
}

.tab button.active {
    background-color: #ccc;
}

.tabcontent {
    display: none;
    padding: 12px 18px;
    border-top: 3px solid #3c8dbc;
}

.nav-tabs {
     border-bottom: none;
}

#tabs .nav-tabs>li.active>a {
    color: #FFFFFF;
    background-color: #3c8dbc;
}

.nav-tabs .tablinks {
	cursor: pointer;
}

/* Area usuario */

.btn-menu {
	width: 40%;
	margin: 10px;
}

.btns-menu {
	margin-top: 100px;
	margin-bottom: 50px;
}

.info-menu {
	margin-top: 30px;
}

/* Pedido */

.botonesPedido {
	position: fixed;
	width: 50%;
	bottom: 30%;
	min-width: 600px;
}

#slideshowInactividad {
    position: fixed;
    z-index: 10000;
    top: 0px;
    left: 0px;
    background-color: rgba(0,0,0,0.9);
}

#slideshowInactividad.carousel, #slideshowInactividad.item, #slideshowInactividad.active {
	height:100%;
}
#slideshowInactividad.carousel-inner {
	height:100%;
}

/* LOADBEE */
.loadbeeTabContent {
	margin-top: 40px !important;
}
body #loadbee-template div.container {
	padding: 0 !important;
	margin-top: 40px !important;
}

/* FLIXMEDIA */
#flix-std-inpage {
	margin-top:30px !important;
	max-width: inherit !important;
	padding: 0 !important;
}

#flix-std-inpage .flix-tekatabs-copy {
	padding: 20px 40px !important;
}


/*********************************  media querys ****************************/
@media (min-width: 1281px) {
	/* For mobile phones: */
	/* .informacio-producto,.lo-tenemos{
		display:none;
	}

	.bloque-lista{
		position:  relative !important;
	}

	.info-boton{

		display: none;
	}

	.bloque-lista{
		margin-top: 190px;
		width:300px !important;

	}

	.caption{
		height:280px;
	}
	.input-cantidad{

		top:140px !important;
		left:200px !important;

	}

	.precio-articulo{
		margin-top: 180px !important;
		margin-left: -100px !important;
	}
	@media (max-width: 1000px) {
		.input-cantidad{

			top:100px !important;
			left:40px !important;
			float: left !important;
		}
		#addToCart {
    width: 120%;
		}
		.add-carrito {
		    margin-top: 70px;
		    margin-left: -100px;
		}
	}
		@media (max-width: 600px) {
			.input-cantidad{

				top:100px !important;
				left:10px !important;
				float: left !important;
			}
			#addToCart {
	    width: 150%;
			}

		} */
		.informacio-producto{
			border-right: 1px solid #3c8dbc;
			margin-top: 12px;
		}

		.titulo-producto{
			margin-top:8px !important;
		}

		.lo-tenemos{
			margin-top:10px;
			font-weight: bolder;
			font-size: 20px;
		}

		.add-carrito{
			margin-top:70px;
		}

		.info-boton{
			padding-left: 0px;
			margin-top: -40px;
		}

		.bloque-lista{
			padding-right: 0px;
			padding-left: 0px;
			margin-top: -80px;


		}
		.precio-articulo{
		float:left;
		}
  }
	@media (min-width: 480px)
	{

		.thumbnail a>img
		{
			max-height: 330px !important;
		}

}


/*********************************  media querys ****************************/
