@CHARSET "ISO-8859-1";

::selection {
	/* Cambia el color cuando seleccionamos una palabra */
	/*background: #0b5ed7;*/
	background: #03376b;
	color: white;
}

::-moz-selection {
	/* Cambia el color cuando seleccionamos una palabra FIREFOX */
	background: #03376b;
	color: white;
}

.misProductos {
	min-width: 15rem;
	background-color: #191c1f;
}

.fa-misproductos {
	margin-right: 0.7rem;
}

.infoUsuario {
	min-width: 16rem;
	background-color: #0789f4;
	color: white;
}

.infoUsuario:hover {
	color: white !important;
}

.textareaComentarioArt:focus-visible {
	border: 0 !important;
	outline: -webkit-focus-ring-color auto 0px !important;
	/*Oculta el border cuando estamos dentro*/
}

.selectComentarioArt:focus-visible {
	border: 0 !important;
	outline: -webkit-focus-ring-color auto 0px !important;
	/*Oculta el border cuando estamos dentro*/
}

.nav-itemSubprincipal,
.nav-itemSubprincipalMobile,
.nav-itemPrincipal {
	display: flex;
}

.nav-desplegable {
	display: flex;
}

.nav-itemSubprincipalMobile {
	color: #1c5c91;
}

.arrowToggled {
	margin-top: -6px;
}

#myBtn {
	/*  Botón navegar hacia al principio o al final */
	display: block;
	position: fixed;
	bottom: 55px;
	right: 40px;
	z-index: 9999;
	font-size: 18px;
	border: 2px solid #0789f4;
	outline: none;
	background-color: #034892;
	color: white;
	cursor: pointer;
	padding: 15px;
	border-radius: 100px;
}

#myBtn:hover {
	/*  Botón navegar hacia al principio o al final */
	background-color: #022f5b;
}

html {
	scroll-behavior: smooth;
}

.headerLogin {
	background-color: #005296;
	user-select: none;
	position: sticky;
	top: 0;
	text-align: center;
	padding: 0;
	z-index: 10;
}

.logoLogin {
	display: flex;
	max-width: 1325px;
	min-height: 65px;
	margin: 0;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
}

.imglogoLogin {
	margin-top: 7.5px;
	margin-bottom: 10px;
	margin-left: 7.5px;
	float: none;
	width: 180px;
}

.header {
	background-color: #ffffff;
	padding: 15px;
	user-select: none;
	display: flex;
	flex-direction: row;
	max-width: 1325px;
	margin-left: auto;
	margin-right: auto;
}

.header,
.logo {
	position: sticky;
	top: 0;
	text-align: center;
	padding: 0;
	z-index: 10;
}

.header .logo .imglogo {
	margin-left: 7.5px;
	float: none;
	width: 200px;
	padding-top: 6px;
	padding-bottom: 6px;
}

.imglogosmall {
	margin: 5px auto;
	height: 50px;
	width: 55px;
}

.navbar {
	border-radius: 0;
	background-color: #03488f;
	color: white;
}

.aheaderblanca {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	font-weight: 500;
	font-size: 15px;
	text-decoration: none;
	color: #ffffff;
}

.aheaderblanca:hover {
	text-decoration: none;
	color: #8fdcf9;
}

.aheaderazul {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	font-weight: 500;
	text-decoration: none;
	color: #0789f4;
}

.aheaderazul:hover {
	color: #0789f4;
}

.amigadepan:hover {
	text-decoration: none;
}

.amigadepan {
	padding-left: 0.2rem;
	padding-right: 0.2rem;
	font-weight: 500;
	text-decoration: none;
	color: #1b1b1b;
}

.form-control:focus {
	color: #212529;
	background-color: #fff;
	border-color: #03488F;
	outline: 0;
	box-shadow: 0 0 0 0.1rem #022f5bde;
}

.dropdown-menu.show>.p-opciones,
.dropdown-menu2.show>.p-opciones {
	padding: 0;
	margin: 0;
}

.navbar-inverse {
	border-color: #022F5B;
}

.nav navbar-nav navbar-right {
	color: white;
}

.navbar-expand .navbar-nav .nav-link {
	padding: 0px 15px;
}

.navbar-brand {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	margin-right: 0;
	font-weight: 500;
	font-size: 15px;
	padding-top: 0;
	padding-bottom: 0;
}

.navbar-expand .navbar-nav .dropdown-menu,
.navbar-expand .navbar-nav .dropdown-menu2 {
	background-color: #f8f8f8;
}

.navbar-expand .navbar-nav .dropdown-menu>a,
.navbar-expand .navbar-nav .dropdown-menu2>a {
	width: 100%;
	text-decoration: none;
	color: #333;
}

.dropdown-menu,
.dropdown-menu2 {
	border: 0;
	margin: -10px 0px 0px 0px;
}

.dropdown-toggle {
	font-weight: 500;
	color: #57b5ed;
}

.dropdown-toggle:hover {
	color: #158dd3;
}

.dropdown-toggle-misProductos {
	color: white;
}

.dropdown-toggle-misProductos:hover {
	color: #8fdcf9;
}

.open {
	color: #57b5ed;
}

.p-opciones {
	margin-bottom: 0;
	margin-top: 0;
	color: black;
}

.navbar-expand .navbar-toggler {
	display: initial;
	padding: 5px;
	font-size: 1.25rem;
	line-height: 1;
	background-color: transparent;
	border: 1px solid white;
	border-radius: 0.25rem;
}

.navbar-toggler .icon-bar {
	background-color: white;
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
}

.navbar-toggler .icon-barblue {
	background-color: #0789f4;
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
}

.navbar-toggler .icon-bar+.icon-bar {
	margin-top: 4px;
}

.navbar-toggler .icon-barblue+.icon-barblue {
	margin-top: 4px;
}

.dropdown-toggleMas::after {
	vertical-align: 0.15rem;
}

.navbar-collapse {
	overflow-x: visible;
	-webkit-overflow-scrolling: touch;
	border-top: 1px solid transparent;
	-webkit-box-shadow: inset 0 1px 0 rgb(255 255 255 / 10%);
	box-shadow: inset 0 1px 0 rgb(255 255 255 / 10%);
}

.dropdown-menu.show {
	background-color: #03488f;
	color: #ffffff;
}

.dropdown-menu2.show {
	background-color: #191c1f;
	color: #ffffff;
}

.divprincipal {
	position: relative;
	margin-bottom: 505px;
	background-color: #f2f2f2;
	min-height: 84.2vh;
	display: flex;
	flex-direction: column;
}

.divprincipalshop {
	/*Div especial para empresas shop.php*/
	background-color: #f2f2f2;
	min-height: 77.7vh;
	display: flex;
	flex-direction: row;
	position: relative;
	margin-bottom: 505px;
}

.divContenedorMiCuenta {
	display: flex;
	flex-direction: row;
}

.divMenuMiCuenta,
.divMenuMiCuentaShop {
	width: 20%;
	margin-right: auto;
}

.divPrincipalMiCuenta {
	width: 80%;
	margin-left: auto;
}

.divPrincipalFavoritos,
.divPrincipalShopCat {
	width: 80%;
	margin-left: auto;
	background-color: white;
}

.divPrincipalShopCat {
	height: fit-content;
}

.divImgCuadroDeMando {
	width: 20%;
}

.divMiCuadroDeMando,
.divLogoCuadroDeMando {
	width: 50%;
}

.divTituloCuadroDeMando {
	color: #03488f;
	width: 80%;
}

.navbarPrincipal {
	margin: 0;
	padding: 0;
	position: sticky;
	top: 68px;
	z-index: 20;
	user-select: none;
	max-width: 1325px;
	margin-left: auto;
	margin-right: auto;
	font-size: 15px;
}

.navbarSubprincipal {
	background-color: white;
	margin: 0;
	padding: 0;
	position: sticky;
	top: 108px;
	z-index: 10;
	user-select: none;
	max-width: 1325px;
	margin-left: auto;
	margin-right: auto;
	font-size: 15px;
	border-bottom: 1px solid #b9b9b9;
}

.footer {
	background-color: #191c1f;
	color: white;
	min-height: 10vh;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	user-select: none;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
}

.containerFooter {
	padding-top: 2rem;
	width: 100%;
	max-width: 1325px;
}

.footer p {
	margin-bottom: 3px;
}

.a-footer {
	text-decoration: none;
	color: white;
}

.a-footer:hover {
	text-decoration: underline;
	color: white;
}

.div-miTiendaProlians {
	width: 35%;
	height: 13rem;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.div-infoMiTiendaProlians,
.div-infoInformacionCuenta {
	width: 65%;
}

.div-informacionCuenta {
	width: 35%;
	height: 13rem;
	background-image: url("../../empresa/images/img-informacionCuenta small.png");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

#condicionesComerciales {
	border-bottom: 0.1rem solid white;
	font-size: 0.95rem;
	display: flex;
	flex-direction: row;
	justify-content: left;
	align-items: center;
	text-align: left;
	width: 100%;
	min-height: 20px;
	background-color: #022F5B;
}

#spanCondicionesComerciales {
	font-weight: 500;
	color: white;
	text-decoration: none;
	text-align: left;
	margin-left: 10rem;
}

#spanCondicionesComerciales:hover {
	color: #8fdcf9;
}

.btn-filtro {
	border: 0;
	border-radius: 0;
	height: calc(0.75rem + .75rem + 5px);
	vertical-align: initial;
	background-image: url("../../empresa/images/search.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 20px;
}

.form-filtro {
	font-style: italic;
	border-radius: 0;
	height: calc(0.75rem + .75rem + 5px);
	padding: 0px 0.5rem;
	/*border-color: #565656;*/
	border-color: #0789F4;
}

.input-cantidad {
	height: calc(1rem + .75rem + 2px);
	width: 80px !important;
	text-align: center;
	border-radius: 0px !important;
}

.input-cantidad:focus {
	color: #191c1f;
	background-color: #fff;
	border-color: #565656;
	outline: 0;
	box-shadow: 0 0 0 0;
}

.form-filtro:focus {
	color: #191c1f;
	background-color: #fff;
	border-color: #191c1f;
	outline: 0;
	box-shadow: 0 0 0 0;
}

.btn-tallas {
	font-size: 0.8rem;
	padding: .375rem .5rem .435rem .5rem;
	border-radius: 0px;
	width: 120px !important;
	height: calc(1rem + .75rem + 2px);
	background-color: #080808;
	border: 1px solid #080808;
}

.btn-tallas:hover,
.btn-tallas:active {
	background-color: #080808 !important;
	border: 1px solid #080808 !important;
}

.divListadoArticulos,
.divMisDatos,
.divMisPedidos,
.divParametros {
	display: block;
}

.flechaListadoArticulos,
.flechaMisDatos,
.flechaMisPedidos,
.flechaParametros {
	display: none;
}

.titleOptionFAQ {
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 50px;
}

.optionFAQ {
	color: #034892;
	border-top: 1px solid #cdcdcd;
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 50px;
}

.optionFAQ:hover {
	color: #0789F4;
}

.btn-FAQ {
	box-shadow: none !important;
	font-size: 1.075rem;
	font-weight: 500;
}

.btn-FAQ:hover {
	color: #034892;
}

.ocultarCategorias,
.verCategorias {
	display: block;
}

.input-inputFavoritos {
	padding-bottom: 3px;
	padding-left: .8rem;
	padding-right: .8rem;
	border-color: transparent;
	border-radius: 0.2rem;
	box-shadow: 0 0 0.4rem rgba(0, 0, 0, .15);
	width: 14rem !important;
	height: 2.5rem;
	margin-bottom: 1.3rem;
	font-weight: 500;
	outline: none;
}

.input-inputFavoritos:focus {
	border: 1px solid #005296;
}

.btn-submitFavoritos {
	transition: none;
	border-radius: 0.2rem;
	width: 9rem;
	height: 2.5rem;
	margin-left: 1rem;
	display: flex;
	font-size: 1.4rem;
	font-weight: 500;
	background-color: #bfbfbf;
}

.table-favoritos {
	width: 100%;
	color: #6D6D6D;
	font-weight: 400;
}

.table-favoritos>thead>tr>th {
	font-size: 12px;
	font-weight: 400;
}

.tr-favoritos {
	border-bottom: 0.1rem solid #D2D2D2;
}

.tr-favoritos:hover {
	box-shadow: 0 0 0.35rem 0 rgba(0, 0, 0, .12);
	cursor: pointer;
}

.td-favoritos-first {
	border-left: 3px solid transparent;
}

.tr-favoritos:hover .td-favoritos-first {
	border-left: 3px solid #0789f4;
}

.select-libretaDirecciones,
.edit-libretaDirecciones,
.delete-libretaDirecciones {
	border: none;
	background-color: transparent;
	color: #0789f4;
}

.select-libretaDirecciones:hover,
.edit-libretaDirecciones:hover,
.delete-libretaDirecciones:hover {
	cursor: pointer;
	color: #004279;
}

.a-favoritos {
	display: block;
	font-size: 14px;
	padding-top: 25px;
	padding-bottom: 25px;
	color: #191C1F !important;
}

.submit-del-articulo-lista,
.submit-descargar-listaFavorito {
	color: #191c1f;
}

.submit-del-listaFavorito,
.submit-del-articulo-lista {
	font-size: 14px;
	border: none;
	background-color: white;
}

.submit-del-articulo-lista:hover,
.submit-del-listaFavorito:hover,
.submit-eliminar-listaFavorito:hover {
	color: red;
}

.submit-descargar-listaFavorito,
.submit-renombrar-listaFavorito,
.submit-eliminar-listaFavorito {
	font-size: 15px;
	border: none;
	background-color: #e5edf4;
}

.submit-descargar-listaFavorito:hover,
.submit-renombrar-listaFavorito:hover {
	color: #0789f4;
}

.i-separator {
	content: "";
	width: 1px;
	height: 25px;
	background-color: #858585;
	margin-top: auto;
	margin-bottom: auto;
}

.i-action-favoritos {
	font-size: 16px !important;
}

/* ESTILO PARA HACER QUE LOS LABELS SE MUEVAN -> JUNTO A LOGIN.JS */
.form-login {
	width: 100%;
	display: flex;
	flex-direction: column;
	display: inline-block;
	font-size: 15px;
}

.div-form-labelinput {
	margin-top: -28px;
	display: flex;
	flex-direction: column;
}

.label-nombreListaFavoritos {
	margin-left: 0.75rem;
	transition: all 0.15s ease-in;
	transform: translateY(38px);
	pointer-events: none;
}

.moveUp {
	transform: translateY(17px);
	background-color: white;
}

/* FIN ESTILO PARA HACER QUE LOS LABELS SE MUEVAN */

.label-nombreListaFavoritos {
	padding-right: 6px;
	padding-left: 6px;
	/*color: #03488f;*/
	color: #949494;
	font-size: 14px;
	font-weight: 400;
}

.input-nombreListaFavoritos {
	/*border-color: #005296;*/
	border: 1px solid black;
	border-color: #949494;
	border-radius: 3px;
	border-width: 1px;
	height: 2.5rem;
	background: #fff;
	padding: 0.5rem 1rem;
	outline: none;
}

.imgEyeIconShop {
	height: auto;
	width: 22px;
	margin-right: 7.5px;
}

.divUserCatalogoCuadroDeMando {
	background-color: #0789f4;
	width: 100%;
}

.divNumClienteCuadroDeMando {
	background-color: #03488f;
	width: 100%;
}

.divCuadroDeMandoCuadroDeMando {
	background-color: #191c1f;
	width: 100%;
	border-bottom: 1px solid grey;
}

.divOptionCuadroDeMando {
	background-color: #191c1f;
	width: 100%;
	border-bottom: 1px solid grey;
}

.insertArtListaFavoritos {
	text-align: left;
	background-color: white;
	border: none;
	border-radius: 0.25rem;
	width: 100%;
}

.dropdown-menuFavorito2:before {
	left: 46.5%;
	top: -14px;
	border: 7px solid;
	border-color: transparent transparent #afafaf transparent;
	z-index: 99;
	content: '';
	display: block;
	height: 0;
	position: absolute;
	width: 0;
	box-sizing: inherit;
}

.dropdown-menuFavorito2 {
	display: none;
	z-index: 5;
	position: absolute;
	top: 1.7rem;
	margin: 0;
	padding: 0;
	background: #fff;
	border: 1px solid #afafaf;
	border-radius: .25rem;
	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, .15);
	box-shadow: 0 3px 3px rgba(0, 0, 0, .15);
}

.insertArtListaFavoritos>div {
	padding: 5px 10px;
}

.insertArtListaFavoritos:hover {
	background-color: #e8e8e8;
}

.numArtLista {
	color: #848484;
	font-size: 12px;
	font-weight: 400;
}

.container-dropdown-toggleFavFav,
.container-toggleFav {
	color: #191C1F;
	cursor: pointer;
	width: fit-content;
}

.container-dropdown-toggleFavFav:hover,
.container-toggleFav:hover {
	color: #0789f4;
}

.text-addListaFavFavorito,
.text-removeArtListaFavFavorito {
	font-weight: 400;
	font-size: 14px;
}

.bgcolor-f2f2f2 {
	background-color: #f2f2f2;
}

.divLuzSemaforoShopVerde {
	background-color: #40c540;
	width: 9px;
	height: 9px;
	border-radius: 100px;
}

.spanLuzSemaforoShopVerde {
	font-weight: 500;
	font-size: 13px;
	color: #40c540;
}

.divLuzSemaforoShopAzul {
	background-color: #18b3efeb;
	width: 9px;
	height: 9px;
	border-radius: 100px;
}

.spanLuzSemaforoShopAzul {
	font-weight: 500;
	font-size: 13px;
	color: #18b3efeb;
}

.divLuzSemaforoShopNaranja {
	background-color: orange;
	width: 9px;
	height: 9px;
	border-radius: 100px;
}

.spanLuzSemaforoShopNaranja {
	font-weight: 500;
	font-size: 13px;
	color: orange;
}

@media(max-width:1399px) {
	.divprincipalshop {
		flex-direction: column;
	}

	.ocultarCategorias,
	.verCategorias {
		display: none;
	}

	.divMenuMiCuentaShop {
		display: none;
	}

	.divContenedorFiltrosCat {
		margin-left: initial !important;
		margin-right: initial !important;
	}

	.divPrincipalShopCat {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (max-width: 1250px) and (min-width: 768px) {
	.aheaderblanca {
		padding-right: 0.5rem !important;
		padding-left: 0.5rem !important;
	}

	.dropdown-toggle {
		padding-right: 0.5rem !important;
		padding-left: 0.5rem !important;
	}

	.nav.navbar-nav.navbar-right {
		padding-right: 0% !important;
	}
}

@media (min-width: 768px) {
	.navbar-expand .navbar-collapse {
		margin-right: 1rem;
	}

	.dropdown-menu.show {
		right: 0;
		margin-top: 7px;
		left: auto;
		background-color: #f8f8f8;
		color: #040404;
	}

	.dropdown-menu2.show {
		left: 0;
		margin-top: 0px !important;
		right: auto;
		background-color: #f8f8f8;
		color: #040404;
	}

	.dropdown-menu,
	.dropdown-menu2 {
		padding: 5px 0;
		margin: 2px 0 0;
		-webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
		box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
		border: 1px solid rgba(0, 0, 0, .15);
		border-radius: 0.25rem;
	}

	.navbar-ex1-collapse {
		display: flex;
		flex-direction: row;
		justify-content: right;
		align-items: center;
	}

	.navbar-expand .navbar-toggler {
		display: none;
	}

	.navbar-collapse {
		margin-top: 0;
		border-top: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	.dropdown-menu>.p-opciones>a,
	.dropdown-menu2>.p-opciones>a {
		display: block;
		color: #0c0c0c;
		padding: 3px 20px;
		clear: both;
		width: 100%;
	}

	.dropdown-menu>.p-opciones>a:hover,
	.dropdown-menu2>.p-opciones>a:hover {
		background-color: #efefef;
		text-decoration: none;
	}

	.nav-link {
		padding: 0rem 1rem;
	}

	.nav-item {
		padding-right: 0rem;
		padding-left: 0rem;
	}

	.dropdown-toggle {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.navbar-expand-md .navbar-nav .nav-link {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}

	.navbar-mobile-Subprincipal {
		display: none;
	}

	.cartIcon {
		margin-left: auto !important;
		padding-left: 0;
	}

	.nav-itemSubprincipal:hover {
		padding-top: 8px;
		padding-bottom: 5px;
		min-height: 40px;
		border-bottom: 3px solid #0789f4;
		border-bottom-left-radius: -2px;
		border-bottom-right-radius: -2px;
	}

	.nav-space:before {
		content: "";
		width: 1px;
		height: 20px;
		background-color: #0789f4;
		margin-top: auto;
		margin-bottom: auto;
	}

	.divUserCatalogoCuadroDeMando {
		min-height: 9vh;
	}

	.divNumClienteCuadroDeMando {
		min-height: 7vh;
	}

	.divCuadroDeMandoCuadroDeMando {
		min-height: 7vh;
	}

	.divOptionCuadroDeMando {
		min-height: 12vh;
	}

}

@media screen and (max-width: 767px) {
	.header .logo .imglogo {
		float: none;
		margin: 5px auto;
		height: 60px;
		width: 185px;
	}

	.headerLogin {
		display: flex;
		justify-content: center;
	}

	.logoLogin {
		min-height: auto;
	}

	.imglogoLogin {
		width: 140px;
	}

	#myBtn {
		display: none !important;
	}

	.nav.navbar-nav.navbar-right {
		padding-right: 0%;
	}

	.p-opciones {
		display: flex;
	}

	.dropdown-menu.show>.p-opciones,
	.dropdown-menu2.show>.p-opciones {
		padding: 0px 0px 0px 1.5rem;
	}

	.aheaderblanca {
		padding-left: 0;
		padding-right: 0;
		padding-top: 0.4rem;
		padding-bottom: 0.4rem;
	}

	.aheaderblanca.nav-link {
		padding-left: 0;
		padding-right: 0;
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
	}

	#condicionesComerciales {
		justify-content: center;
		align-items: center;
		text-align: center;
		width: 100%;
	}

	#spanCondicionesComerciales {
		text-align: center;
		margin-left: 0rem;
	}

	.contenedorTraductor {
		display: none;
	}

	.dropdown-menu2.show {
		margin-top: 0px !important;
	}

	.navbar-mobile-Subprincipal {
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		margin-left: auto;
	}

	.cartIcon {
		margin-left: initial;
	}

	.divContenedorMiCuenta {
		display: flex;
		flex-direction: column !important;
	}

	.divMenuMiCuenta,
	.divMenuMiCuentaShop {
		width: 100%;
		margin-left: auto;
	}

	.divPrincipalMiCuenta {
		width: 100%;
		margin-right: auto;
	}

	.divMiCuadroDeMando {
		width: 100%;
	}

	.divLogoCuadroDeMando {
		display: none !important;
	}

	.divTituloCuadroDeMando {
		width: 70%;
	}

	.divImgCuadroDeMando {
		width: 30%;
	}

	.arrowToggled {
		margin-top: 0 !important;
	}

	.nav-desplegable {
		display: block !important;
	}

	.divListadoArticulos,
	.divMisDatos,
	.divMisPedidos,
	.divParametros {
		display: none;
	}

	.flechaListadoArticulos,
	.flechaMisDatos,
	.flechaMisPedidos,
	.flechaParametros {
		display: block;
	}

	.div-miTiendaProlians {
		background-image: none !important;
		background-color: #03488f;
		width: 5%;
	}

	.div-informacionCuenta {
		background-image: none;
		background-color: #191c1f;
		width: 5%;
	}

	.div-infoMiTiendaProlians,
	.div-infoInformacionCuenta {
		width: 95%;
	}

	.divPrincipalFavoritos,
	.divPrincipalShopCat {
		width: 100%;
		margin-left: 0 !important;
	}

	.divprincipal,
	.divprincipalshop,
	.footer {
		position: initial;
		margin-bottom: 0;
	}
}

.divContenedorFiltrosCat {
	margin-left: auto;
	margin-right: auto;
	user-select: none;
}

.tituloCategoria {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	background-color: #03488F;
	color: white;
	font-weight: 600;
	font-size: 15px;
	padding: 7.5px 15px;
}

.tituloFiltro {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	background-color: #0789F4;
	color: white;
	font-weight: 600;
	font-size: 15px;
	padding: 7.5px 15px;
	overflow-x: clip;
}

.contenedorCategorias,
.contenedorFiltros {
	background-color: white;
	padding: 10px 0px;
	color: #191C1F;
}

.lvl1cat,
.lvl2cat,
.lvl3cat {
	display: flex;
	flex-direction: row;
	justify-content: left;
	align-items: center;
}

.lvl1cat {
	padding: 2.5px 15px 2.5px 15px;
}

.lvl2cat {
	padding: 2.5px 15px 2.5px 50px;
}

.lvl3cat {
	padding: 2.5px 15px 2.5px 95px;
}

.notlvlactual {
	font-weight: 500;
	font-size: 14px;
	color: #191c1f;
}

.notlvlactual:hover {
	color: #1861aa;
	cursor: pointer;
}

.lvlactual {
	color: #034892;
	font-weight: 500;
	font-size: 14px;
}

.imgnotlvlactual {
	margin-right: 8px;
	width: 20px;
	height: 20px;
}

.lvlanterior,
.lvlsubanterior {
	align-items: start;
}

.lvlanterior::before {
	font-size: 6px;
	content: "\a0\a0\a0\a0\a0";
	border-left: 2px solid #3576ad;
	border-bottom: 2px solid #3576ad;
	left: -0.3rem;
	top: 0.1rem;
	position: relative;
}

.lvlsubanterior::before {
	font-size: 6px;
	content: "\a0\a0\a0\a0\a0";
	border-left: 2px solid white;
	border-bottom: 2px solid white;
	left: -0.3rem;
	top: 0.1rem;
	position: relative;
}

.btn-categorias {
	text-align: center;
	width: 150px;
	background-color: #005296;
	color: #fff;
	border: none;
	cursor: pointer;
	font-weight: 600;
	padding: 0.5rem 2rem;
	font-size: 15px;
	margin-right: 15px;
}

.btn-filtros {
	text-align: center;
	width: 150px;
	background-color: #0789F4;
	color: #fff;
	border: none;
	cursor: pointer;
	font-weight: 600;
	padding: 0.5rem 2rem;
	font-size: 15px;
	margin-left: 15px;
}

.btn-borrarfiltros {
	text-align: center;
	width: 160px;
	background-color: #0789F4;
	color: #fff;
	border: none;
	cursor: pointer;
	font-weight: 600;
	padding: 0.5rem 2rem;
	font-size: 15px;
}

.contenedorBotonesFiltroMobile {
	display: none;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding-top: 15px;
	padding-bottom: 25px;
}

@media only screen and (min-width: 768px) {
	.page-wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		min-height: 100%;
		padding-top: 105px;
	}
}

.facet .arrow-wrapper .arrow {
	background-color: #0789F4;
	width: 1.5rem;
	height: 1.5rem;
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
	position: absolute;
	right: 0;
	top: 0;
	-webkit-box-shadow: 0 0 0 1.2rem #f4f6fb;
	box-shadow: 0 0 0 1.2rem #f4f6fb;
	outline-color: #fff;
}

.arrow-wrapper {
	position: relative;
	right: -8.9%;
	display: block;
}

.arrow-wrapper .arrow {
	background-color: #0789F4;
	width: 0.8rem;
	height: 0.8rem;
	transform: translateY(97%) rotate(45deg);
	position: absolute;
	right: 0;
	top: 0;
	box-shadow: 0 0 0 0.75rem #f4f6fb;
	outline-color: #fff;
}

.tituloApartadoFiltro {
	padding: 4px 15px 4px 15px;
	font-size: 14px;
	font-weight: 600;
}

.tituloMarcas {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.nombreMarca {
	padding: 4px 15px 4px 15px;
	font-size: 14px;
}

.anombreMarca {
	display: flex;
	flex-direction: row;
	justify-content: left;
	align-items: center;
	color: #3b3d3e;
}

.ocultarMarcas {
	transform: translateY(2px);
}

.verMarcas {
	transform: translateY(1px);
}

.p-activeOption {
	transform: translateX(-5px);
}

.p-activeOption:before {
	content: "";
	display: inline-block;
	border-radius: 50%;
	background: #1993f7;
	width: 0.32rem;
	height: 0.3rem;
	transform: translateX(-.75rem) translateY(-3px);
}

.p-tituloActiveOption {
	color: #1993f7;
}

.ocultarCategorias {
	transform: translateY(1px);
}

.cerrarOption {
	transform: translateY(1px);
	display: none;
}

.divtitulocategoriascolores {
	width: 100%;
	background-color: #03488f;
	display: flex;
	flex-direction: row;
	align-items: center;
	padding-left: 15px;
	box-shadow: 0px 0px 7px 1px rgb(0 0 0 / 17%);
	border-radius: 0.3rem 0.3rem 0 0;
	border-top: 1px solid #c3c3c3;
	border-left: 1px solid #c3c3c3;
	border-right: 1px solid #c3c3c3;
}

.imgcategoriascolores {
	width: 175px;
	height: auto;
}

.codGenericos {
	height: initial;
	margin-left: -4px;
	color: #191C1F !important;
	padding: 0;
	font-size: 14px;
	border: none;
	font-weight: 600;
	cursor: pointer;
}

.codGenericos:focus {
	border: none;
	box-shadow: none;
}

.titulocategoriascolores {
	padding-top: 2.5px;
	padding-bottom: 2.5px;
	font-size: 17px;
	font-weight: 500;
	color: white;
}

.linombrecategoria>a {
	color: #191C1F;
}

.titulocategoriascolores>a:hover {
	color: #bbcfe5;
}

.divcategoriascolores {
	box-shadow: 0px 5px 8px 0px rgb(0 0 0 / 17%);
	border-radius: 0 0 0.3rem 0.3rem;
	border: 1px solid #c3c3c3;
}

.listacategorias {
	display: block;
	columns: 2;
	margin-left: 2%;
	width: 90%;
	padding-top: 30px;
	padding-bottom: 30px;
	list-style-type: disc;
	font-size: 15px;
}

.alistacategorias {
	color: #101010;
}

.aee5f47:hover {
	color: #ee5f47;
	font-weight: 700;
}

.btn-ee5f47 {
	color: #03488f;
	font-weight: 700;
}

.btn-ee5f47:hover {
	color: #ee5f47;
}

.a0aa4c8:hover {
	color: #0aa4c8;
	font-weight: 700;
}

.btn-0aa4c8 {
	color: #03488f;
	font-weight: 700;
}

.btn-0aa4c8:hover {
	color: #0aa4c8;
}

.ac02944:hover {
	color: #c02944;
	font-weight: 700;
}

.btn-c02944 {
	color: #03488f;
	font-weight: 700;
}

.btn-c02944:hover {
	color: #c02944;
}

.a7ac4b8:hover {
	color: #7ac4b8;
	font-weight: 700;
}

.btn-7ac4b8 {
	color: #03488f;
	font-weight: 700;
}

.btn-7ac4b8:hover {
	color: #7ac4b8;
}

.ab4d350:hover {
	color: #b4d350;
	font-weight: 700;
}

.btn-b4d350 {
	color: #03488f;
	font-weight: 700;
}

.btn-b4d350:hover {
	color: #b4d350;
}

.ab8477c:hover {
	color: #b8477c;
	font-weight: 700;
}

.btn-b8477c {
	color: #03488f;
	font-weight: 700;
}

.btn-b8477c:hover {
	color: #b8477c;
}

.aa2abaa:hover {
	color: #a2abaa;
	font-weight: 700;
}

.btn-a2abaa {
	color: #03488f;
	font-weight: 700;
}

.btn-a2abaa:hover {
	color: #a2abaa;
}

.af4983c:hover {
	color: #f4983c;
	font-weight: 700;
}

.btn-f4983c {
	color: #03488f;
	font-weight: 700;
}

.btn-f4983c:hover {
	color: #f4983c;
}

.af4983c:hover {
	color: #f4983c;
	font-weight: 700;
}

.btn-0cb370 {
	color: #03488f;
	font-weight: 700;
}

.btn-0cb370:hover {
	color: #0cb370;
}

.a0cb370:hover {
	color: #0cb370;
	font-weight: 700;
}

.btn-000080 {
	color: #03488f;
	font-weight: 700;
}

.btn-000080:hover {
	color: #000080;
}

.a000080:hover {
	color: #000080;
	font-weight: 700;
}

.divcategoriasnormal {
	width: 100%;
	display: contents;
}

.btnCatCapPSO {
	border-radius: 0;
	z-index: 5;
}

.breadcrumbRuta {
	color: #1b1b1b;
	min-height: 3.5vh;
}

.contdivcategoriascolores {
	width: 50%;
}

/* Estilos para las opciones de traducción */
.contenedorTraductor {
	margin-top: -5px;
	position: absolute;
	right: 25px;
	z-index: 10;
}

.goog-te-gadget {
	font-size: 19px !important;
}

.goog-te-gadget-simple {
	background-color: transparent !important;
	border: none !important;
}

.goog-te-gadget-icon {
	display: none !important;
}

/* Ocultar div de arriba al seleccionar idioma */
.goog-te-banner-frame.skiptranslate {
	display: none;
}

body {
	top: 0px !important;
}

/* Fin Estilos para las opciones de traducción */