body {
  	font-family: "Rubik", sans-serif;
	font-size: 16px;
	line-height: 1.42857143;
	color: #2b2b2b;
	background-color: #fff;
}

img {
	border: 0px;
}

.clear {
	clear: both;
}

::selection {
	background: var(--principal);
	color: var(--hover_principal);
	text-shadow: none;
}

a, a:hover, button, button:hover, input, input:hover {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

/* VARIABLES CSS */

:root {
	--principal: #42687D; /*color PRINCIPAL*/
	--hover_principal: #fff; /*color hover PRINCIPAL*/
	--secundario: #ED041A; /*color SECUNDARIO*/
	--hover_secundario: #fff; /*color hover SECUNDARIO*/

}

/* jota css */

.top_cont{
	background: #f1f1f1;
	font-size: 15px;
	padding: 10px 0;
	font-weight: 500;
	margin-bottom: 15px;
}
.social_top{
	display: inline-block;
	font-size: 18px;
	margin-right: 12px;
}
.social_top a{
	color: #888888;
	display: inline-block;
	margin-right: 6px;
}
.social_top a:hover{
	color: var(--secundario);
}
.social_top a:last-child{
	margin-right: 0px;
}
.telefono_top{
	color: var(--principal);
	display: inline-block;
}
.telefono_top a{
	color: var(--principal);
	display: inline-block;
	margin-left: 7px;
}
.telefono_top a:hover{
	color: var(--secundario);
	text-decoration: none;
}

.micuenta_top{
	display: inline-block;
	margin-right: 10px;
}
.micuenta_top .btn{
	padding: 0px;
	border-radius: 0px;
	background: none;
	border: 0px;
	color: #222222;
	font-size: 14px;
	outline: none;
	box-shadow: none;
}
.micuenta_top .btn:focus{
	color: var(--secundario);
}
.micuenta_top .dropdown-menu{
	border-radius: 0px;
	border: 1px solid var(--principal);
    box-shadow: rgb(0 0 0 / 7%) 0px 3px 4px 0px, rgb(0 0 0 / 6%) 0px 3px 3px -2px, rgb(0 0 0 / 10%) 0px 1px 8px 0px;
    padding: 15px;
    width: 200px;
    left: auto;
	right: 0;
	margin-top: 10px;
}
.micuenta_top .dropdown-menu ul{
	padding: 0px;
	margin: 0px;
}
.micuenta_top .dropdown-menu ul li{
	list-style: none;
	padding: 0px;
}
.micuenta_top .dropdown-menu ul li a{
    padding: 3px 7px;
    display: block;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
	color: var(--principal);
    white-space: nowrap;
	font-size: 14px;
}
.micuenta_top .dropdown-menu ul li a:hover{
	color: var(--secundario);
	text-decoration: none;
}
.micuenta_top .open>.dropdown-toggle.btn-default, .micuenta_top .open>.dropdown-toggle.btn-default:focus, .micuenta_top .dropdown-toggle.btn-default:active{
	color: #222222;
	background: none;
}
.micuenta_top .btn i.fa-regular.fa-user{
	color: var(--principal);
}
.micuenta_top .dropdown-toggle::after{
	display: none;
}
.micuenta_top .dropdown-menu ul li.cerrar_sesion a{
	color: #ED041A;
}
.micuenta_top .dropdown-menu .b_iniciar a{
	display: block;
	padding: 8px;
	text-align: center;
	border-radius: 50px;
	background: var(--principal);
	border: 2px solid var(--principal);
	color: var(--hover_principal);
	margin-bottom: 10px;
}
.micuenta_top .dropdown-menu .b_iniciar a:hover{
	background: var(--secundario);
	color: var(--hover_secundario);
	border: 2px solid var(--secundario);
	text-decoration: none;
}
.micuenta_top .dropdown-menu .b_registro a{
	display: block;
	padding: 8px;
	text-align: center;
	border-radius: 50px;
	background: #fff;
	border: 2px solid var(--principal);
	color: var(--principal);
}
.micuenta_top .dropdown-menu .b_registro a:hover{
	background: var(--secundario);
	color: var(--hover_secundario);
	border: 2px solid var(--secundario);
	text-decoration: none;
}


/*modales login y registro*/

.logo_empresa{
	text-align: center;
}
.logo_empresa img{
	max-width: 200px;
	height: auto;
	max-height: 200px;
	width: auto;
}
.modal-content{
	padding: 20px;
}
.modalregistro .modal-header{
	text-align: center;
    flex-direction: column;
    align-items: center;
	border: none;
}
.modalregistro .modal-header h5, .titular h3{
    color: #2b2b2b;
	font-weight: 300;
    font-size: 30px;
	margin-top: 40px;
	position: relative;
	padding-bottom: 10px;
}
.modalregistro .modal-header h5:after, .titular h3:after{
	content: "";
	width: 52px;
	height: 2px;
	background: var(--secundario);
	position: absolute;
	bottom: 0px;
	left: calc(50% - 26px);
}
.modalregistro .modal-header h5 span, .titular h3 span{
	font-weight: 700;
}
.btn-b2c{
	font-size: 16px;
	font-weight: 500;
	background: var(--principal);
	color: var(--hover_principal);
	border-radius: 50px;
	padding: 7px 15px;
	border: none;
}
.btn-b2c:hover{
	background: var(--secundario);
	color: var(--hover_secundario);
}
.modalregistro .modal-header .close, #editarNombre .modal-header .close, #eliminarCarrito .modal-header .close{
	top: 25px;
    position: absolute;
    right: 25px;
	font-size: 0px;
    width: 36px;
    height: 36px;
    display: block;
    background: url(img/borrar.svg) no-repeat center center #f2f2f2;
    background-size: 12px 12px;
    border-radius: 50%;
	opacity: 1;
	z-index: 30;
}
.modalregistro .modal-header .close:hover, #editarNombre .modal-header .close:hover, #eliminarCarrito .modal-header .close:hover{
    background: url(img/borrar_over.svg) no-repeat center center #0A468C;
    background-size: 12px 12px;
	opacity: 1;
}
.form_iniciarsesion input[type=email],
.form_iniciarsesion input[type=text],
.form_iniciarsesion input[type=password],
.form_iniciarsesion input[type=tel]{
    width: 100%;
    padding: 10px 11px;
    border-radius: 5px;
    border: 1px solid #eaeaea;
    font-size: 14px;
	font-weight: 400;
    color: #2b2b2b;
	margin-bottom: 20px;
}
.form_iniciarsesion input[type=email]:hover,
.form_iniciarsesion input[type=email]:focus,
.form_iniciarsesion input[type=text]:hover,
.form_iniciarsesion input[type=text]:focus,
.form_iniciarsesion input[type=password]:hover,
.form_iniciarsesion input[type=password]:focus,
.form_iniciarsesion input[type=tel]:hover,
.form_iniciarsesion input[type=tel]:focus{
    border: 1px solid var(--secundario);
	outline: none;
}
.form_iniciarsesion label{
	font-weight: 500;
	font-size: 14px;
	color: #636363;
	margin-bottom: 5px;
}
.iniciar_sesion, .olvido_contrasena{
	text-align: center;
}
.iniciar_sesion button,
.iniciar_sesion a{
	width: auto;
	display: inline-block;
	padding: 8px 50px;
	margin-bottom: 20px;
}
.olvido_contrasena a{
    color: var(--principal);
	font-weight: 500;
	font-size: 14px;
}
.olvido_contrasena a:hover{
    color: var(--secundario);
	text-decoration: none;
}
.pasword input{
	position: relative;
}
.pasword a{
	display: inline-block;
	position: absolute;
	right: 26px;
	top: 38px;
	color: #cccccc;
}
.pasword.pasword-login a {
	top: 12px;
}
.pasword a:hover{
	color: #818181;
	text-decoration: none;
}
.pasword_validation{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 6px;
}
.barra_p{
    margin-right: 4px;
    -ms-flex: 1 1;
    flex: 1 1;
    height: 4px;
    border-radius: 50px;
	display: inline-block;
	background: #d5d5d5;
	margin-top: -10px;
}
.barra_insegura{
	background: #d90000;
}
.barra_debil{
	background: #ed6f00;
}
.barra_segura{
	background: #00ab61;
}
.barra_vacia{
	background: #3b393733;
}
.pasword_mensaje{
	font-size: 13px;
	color: #d90000;
	margin-bottom: 20px;
}
.acepto_contrasena{
	text-align: center;
	margin-bottom: 10px;
}
.acepto_contrasena input[type=radio],
.acepto_contrasena input[type=checkbox]{
    opacity: 0;
	position: absolute;
}
.acepto_contrasena label, .resultados_list ul li label, .llamada_15 label{
    font-size: 14px;
    color: #939393;
    position: relative;
    padding-left: 6px;
	font-weight: 500;
}
.acepto_contrasena label a, .llamada_15 label a{
	color: #0089E2;
}
.acepto_contrasena label:after{
    position: absolute;
    left: -16px;
    top: 1px;
    font-size: 16px;
    color: #ababab;
    font-family: "Font Awesome 5 Free";
    content: "\f0c8";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 400;
}
.resultados_list ul li label:after {
	left: 0px;
}

.acepto_contrasena input[type=radio]:checked + label:after,
.acepto_contrasena input[type=checkbox]:checked + label:after{
    content: "\f14a";
    font-weight: 900;
    color: var(--primario);
}
@media (max-width: 991px){
	.modalregistro .logo_empresa{
		display: none;
	}
	.modalregistro .modal-header h5{
		margin-top: 0px;
	}
}
.logo_empresa_top{
	margin-bottom: 20px;
}
.logo_empresa_top img{
    max-width: 150px;
    height: auto;
    max-height: 150px;
    width: auto;
}

.buscador{
	text-align: left;
	display: inline-block;
	width: calc(100% - 50px);
	position: relative;
}
.buscador input[type=text]{
	width: 100%;
	border: 0px;
	padding: 0px;
	padding-bottom: 8px;
	border-bottom: 1px solid #c0c0c0;
	color: #000000;
	font-size: 14px;
}
.buscador input[type=text]:focus,
.buscador input[type=text]:hover{
	border-bottom: 1px solid var(--secundario);
	outline: none;
}
.buscador select{
	position: absolute;
	top: -10px;
	z-index: 99;
	right: 0px;
	border: 0px;
	background: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
	color: var(--principal);
	width: 165px;
	padding: 10px 0 10px 15px;
	background: url(img/flecha_desplegable.png) no-repeat right center;
	margin-right: 25px;
	border-radius: 0px;
	border-bottom: 1px solid transparent;
	bottom: 0px;
	font-size: 13px;
}
.buscador select:focus,
.buscador select:hover{
	outline: none;
	border-bottom: 1px solid var(--principal);
}
.buscador a{
	display: inline-block;
	position: absolute;
	top: 0px;
	right: 0px;
	color: var(--principal);
	font-size: 18px;
}
.buscador a:hover{
	color: var(--secundario);
}
.cont-buscador{
	padding-top: 30px;
}
.carrito{
	display: inline-block;
	margin-left: 10px;
	position: relative;
}
.carrito a{
	color: var(--carrito-color);
	font-size: 25px;
}
.carrito a:hover{
	text-decoration: none;
}
.carrito a img{
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.carrito a:hover img{
	opacity: 0.5;
}
.carrito a span{
	font-size: 12px;
	padding: 1px 7px;
	border-radius: 50px;
	display: inline-block;
	background: var(--secundario);
	color: var(--hover_secundario);
	position: absolute;
	top: 0px;
	right: -14px;
	z-index: 4;
}
.cont_menu{
    margin-top: 20px;
    border-bottom: 1px solid #ececec;
    padding-bottom: 0px;
}
/*menu*/
.menu_b2c{
	padding: 0px;
	padding-bottom: 4px;
	margin: 0px;
	margin-bottom: -3px;
}
.menu_b2c #menub2c{
    justify-content: flex-end;
}
.menu_b2c .dropdown-toggle::after{
	display: none;
}
.navcategorias{
	background: var(--principal);
	color: #fff;
}
.navcategorias.navbar-nav>li>a{
	color: var(--hover_principal);
	background: var(--principal);
	padding: 15px;
}
.navcategorias.navbar-nav>li>a:hover, .navcategorias.navbar-nav>li>a:focus{
	color: var(--hover_secundario);
	background: var(--secundario);
	text-decoration: none;
}
.navcategorias.navbar-nav>li>a i{
	margin: 0 5px;
}
.navcategorias.navbar-nav>li.open>a{
	background: #444444;
	color: #FFF;
}
.dropdown-menu>li>a {
    padding: 6px 20px;
	font-size: 13px;
}
.dropdown-menu>li>a:hover {
	color: var(--principal);
	background: none;
}
#menub2c a{
	font-size: 15px;
	font-weight: 500;
	color: #222222;
	position: relative;
    display: block;
    padding: 12px 15px;
}
#menub2c a:hover{
	color: var(--secundario);
}
#menub2c li.nav-item.active a{
	color: var(--secundario);
    border-bottom: 3px solid var(--secundario);
    margin-bottom: -2px;
}
   /*menu 2 niveles*/
.dropdown-submenu {
	position: relative;
}

.dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
	margin-left: -1px;
}

.dropdown-submenu:hover>.dropdown-menu {
	display: block;
}

.dropdown-submenu>a:after {
    font: normal normal normal 14px/1 FontAwesome;
	display: block;
    content: "\f105";
	float: right;
	margin-top: 2px;
	margin-right: -10px;
	color: var(--principal);
}

.dropdown-submenu.pull-left {
	float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
	left: -100%;
	margin-left: 10px;
	-webkit-border-radius: 6px 0 6px 6px;
	-moz-border-radius: 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px;
}

li.dropdown-submenu ul.dropdown-menu li {
	display: block;
}
.navcategorias{
	z-index: 10;
}
.navcategorias .dropdown-menu{
	border-radius: 0px;
}
.navcategorias .first-categoria{
	top:46px;
}
.navcategorias .dropdown-menu a{
	font-size: 15px;
	font-weight: 500;
	color: #222222;
	display: flex;
    align-items: center;
}
.navcategorias .dropdown-menu li.dropdown-submenu>a{
	background: url("img/flecha.png") no-repeat calc(100% - 10px) center;
}
.navcategorias .dropdown-menu a:hover{
	text-decoration: none;
	color: var(--secundario);
}
.menuico{
	display: inline-block;
	width: 25px;
	height: 25px;
	background-position: center center;
	background-repeat: no-repeat;
	margin-right: 5px;
}
.ico1{
	background-image: url("img/ico1.png");
}
.ico2{
	background-image: url("img/ico2.png");
}
.ico3{
	background-image: url("img/ico3.png");
}
.ico4{
	background-image: url("img/ico4.png");
}
.ico5{
	background-image: url("img/ico5.png");
}
.ico6{
	background-image: url("img/ico6.png");
}
.ico7{
	background-image: url("img/ico7.png");
}
.ico8{
	background-image: url("img/ico8.png");
}
.ico9{
	background-image: url("img/ico9.png");
}
.ico10{
	background-image: url("img/ico10.png");
}
.ico1{
	background-image: url("img/ico1.png");
}
.ico11{
	background-image: url("img/ico11.png");
}
.ico12{
	background-image: url("img/ico12.png");
}
.ico13{
	background-image: url("img/ico13.png");
}
.ico14{
	background-image: url("img/ico14.png");
}
.ico15{
	background-image: url("img/ico15.png");
}
.navcategorias .dropdown-menu li.ver_todas_menu a{
	background:  var(--principal);
	color: var(--hover_principal);
	text-align: center;
	display: block;
	margin-bottom: -8px;
    padding: 10px 0px;
}
.navcategorias .dropdown-menu li.ver_todas_menu a:hover{
	background:  var(--secundario);
}
.bg_black_categorias{
	background: rgba(0,0,0,0.30);
	height: 100vh;
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 5;
	display: none;
}
.showblack{
	display: block;
}

@media (max-width: 991px){
	.cont_menu{
		border: none;
	}
	.menu_b2c .navbar-toggler{
		order: 2;
	}
	.navcategorias{
		order: 1
	}
	.menu_b2c .navbar-collapse {
		z-index: 11;
		top: 50px;
		right: 5px;
		position: absolute;
		background: #fff;
    	border-radius: 0px;
	    box-shadow: rgb(0 0 0 / 7%) 0px 3px 4px 0px, rgb(0 0 0 / 6%) 0px 3px 3px -2px, rgb(0 0 0 / 10%) 0px 1px 8px 0px;
		border: 1px solid var(--principal);
		min-width: 200px;
	}
	#menub2c li.nav-item.active a{
		border: none;
	}
	.navbar-light .navbar-toggler {
		color: rgba(0,0,0,.5);
		border-color: var(--principal);
	}
	.navbar-light .navbar-toggler:hover, .navbar-light .navbar-toggler:focus{
		border-color: var(--secundario);
		box-shadow: none;
		outline: none;
	}
	.navcategorias{
		position: relative;
	}
	.navcategorias.navbar-nav .dropdown-menu {
		position: absolute;
		left: 0;
		width: 500px;
		max-width: 92vw;
	}
	.navcategorias .first-categoria {
		top: 33px;
	}
}
@media (max-width: 575px){
	.top_cont{
		text-align: center;
	}
	.micuenta_top{
		display: block;
		text-align: center;
	}
	.buscador select{
		width: 118px;
	}
	.micuenta_top{
		position: absolute;
		right: 10px;
		top: 40px;
		z-index: 105;
	}
	.micuenta_top .dropdown-toggle{
		font-size: 0px;
		background: #f1f1f1;
		width: 40px;
		height: 40px;
		border-radius: 50px;
	}
	.micuenta_top .dropdown-toggle:hover, .micuenta_top .dropdown-toggle:focus{
		background:  var(--secundario);
		color: var(--hover_secundario);
	}
	.micuenta_top .btn i.fa-regular.fa-user {
		font-size: 22px;
	}
	.micuenta_top .dropdown-toggle:hover i.fa-regular.fa-user, .micuenta_top .dropdown-toggle:focus i.fa-regular.fa-user{
		color: var(--hover_secundario);
	}
	.micuenta_top .dropdown-menu{
		/*left: inherit !important;*/
		/*right: 0px;*/
	}
}
.footer{
	background: #F1F1F1;
	padding: 30px 0;
	margin-top: 30px;
}
.cat_footer{
	margin-bottom: 20px;
}
.cat_footer h6{
	color: #050505;
	font-weight: 600;
	font-size: 18px;
}
.cat_footer ul, .politicas ul{
	padding: 0px;
}
.cat_footer ul li, .politicas ul li{
	padding: 0px;
	list-style: none;
	margin-bottom: 6px;
}
.cat_footer ul li a, .datos_foot a{
	font-size: 14px;
	color: #7b7b7b;
}
.cat_footer ul li a:hover, .datos_foot a:hover,
.politicas ul li a:hover{
	text-decoration: none;
	color: var(--secundario);
}
.info_footer{
	text-align: right;
}
.info_footer .logo_empresa_top{
	margin-bottom: 20px;
}
.datos_foot{
	font-size: 14px;
	color: #7b7b7b;
	font-weight: 500;
}
.datos_foot .social_top{
	display: block;
	margin: 10px 0;
}
.datos_foot .social_top a{
	font-size: 18px;
}
.copy{
	font-size: 13px;
	color: #050505;
	margin-bottom: 10px;
}
.politicas ul li{
	display: inline-block;
}
.politicas ul li a{
	font-size: 14px;
	color: #828282;
	margin-left: 10px;
}
@media (max-width: 768px){
	.footer, .footer .logo_empresa_top, .datos_foot{
		text-align: center;
	}
	.datos_foot .social_top{
		margin-bottom: 30px;
	}
}
.ban_inicio{
	margin: 25px 0px;
}
.ban_inicio img, .logos_home div img{
	max-width: 100%;
	height: auto;
}
.logos_home{
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}
.logos_home div{
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
	text-align: center;
	padding: 10px;
}
@media (max-width: 768px){
	.logos_home div{
		-ms-flex: 0 0 33.33%;
		flex: 0 0 33.33%;
		max-width: 33.33%;
		text-align: center;
		padding: 10px;
	}
}
.cont_slide_categorias{
	background: #e9e9e9;
	padding: 25px 0 0 0;
	margin: 25px 0;
}
a.cont_categoria_s{
	text-align: center;
	margin-bottom: 25px;
	font-size: 14px;
	font-weight: 500;
	color: #000000;
	text-transform: uppercase;
	display: block;
	text-decoration: none;
	min-height: 202px;
}
.img_categoria_s{
	width: 132px;
	height: 132px;
	overflow: hidden;
	border-radius: 50%;
	margin: auto;
	margin-bottom: 10px;
	border: 2px solid transparent;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.img_categoria_s img{
	object-fit: cover;
	height: 132px;
}
a.cont_categoria_s:hover .img_categoria_s{
	border: 2px solid var(--secundario);
}
a.cont_categoria_s:hover{
	color: var(--secundario);
}
.tns-nav{
	text-align: center;
	margin-bottom: -13px;
}
#slider_categorias-ow .tns-nav button{
    padding: 0px;
    width: 14px;
    height: 14px;
    border-radius: 50px;
    background: #c7c7c7;
    opacity: 1;
    display: inline-block;
    margin: 0 4px;
    outline: none;
	border: 2px solid white;
}
#slider_categorias-ow .tns-nav button.tns-nav-active{
    background: var(--secundario);
}
.titular h3{
	text-align: center;
	margin-bottom: 25px;
}
.filtro_destacados ul{
	padding: 0px;
	display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.filtro_destacados ul li{
	list-style: none;
	padding: 0px;
	font-size: 16px;
	font-weight: 500;
}
.filtro_destacados ul li a{
	display: inline-block;
	color: #636363;
	border-radius: 50px;
	background: #fff;
	padding: 6px 22px;
	text-decoration: none;
	margin-bottom: 10px;
}
.filtro_destacados ul li a:hover, .filtro_destacados ul li.filtro_activo a{
	background: var(--secundario);
	color: var(--hover_secundario);
}
@media (max-width: 768px){
	.filtro_destacados ul{
    	justify-content: center;
	}
	.filtro_destacados ul li{
		margin: 0 10px;
	}
	.filtro_destacados ul li a{
		background: rgba(237,237,237,0.50);
	}
}
.ref_producto{
	font-size: 13px;
	color: #5d5d5d;
	font-weight: 300;
	margin-bottom: 6px;
}
.cont_producto{
	margin-bottom: 30px;
}
.cont_producto{
	font-size: 13px;
	color: #5d5d5d;
	font-weight: 300;
}
.cont_img_producto{
	height: 184px;
	position: relative;
}
a.img_producto, .img_producto{
	height: 184px;
	display: block;
	overflow: hidden;
	border: 1px solid #eaeaea;
}
a.img_producto:hover{
	border: 1px solid var(--secundario);
}
a.img_producto img, .img_producto img{
	width: 100%;
	object-fit: contain;
	height: 184px;
}
.bagde_medidas{
	position: absolute;
	left: 0;
	top: 0;
	background: url("img/inicio/mas_medidas.png") no-repeat center center;
	width: 51px;
	height: 51px;
}
.bagde_novedad{
	position: absolute;
	right: 6px;
	top: 10px;
	text-align: center;
	background: url("img/inicio/badge_novedad.png") no-repeat center center;
	width: 65px;
	height: 19px;
	color: #fff;
	font-size: 11px;
	font-weight: 500;
	padding-top: 2px;
}
.select_medidas{
	position: absolute;
	bottom: 1px;
	left: 1px;
	width: 100%;
}
.select_medidas .dropdown .btn{
	width: calc(100% - 2px);
	font-size: 12px;
	color: #000000;
	font-weight: 500;
	background: url("img/inicio/flecha_desplegable.png") no-repeat 96% 50% #f3f3f3;
	border: 0px;
	border-radius: 0px;
	text-align: left;
	padding: 6px;
	outline: none;
}
.select_medidas .dropdown .btn:hover, .select_medidas .dropdown .btn:focus{
	background: url("img/inicio/flecha_desplegable.png") no-repeat 96% 50% #eaeaea;
	box-shadow: none;
}
.select_medidas .dropdown-toggle::after{
	border: none;
}
.select_medidas .dropdown-menu .dropdown-item{
	font-size: 12px;
	color: #000000;
	padding: 10px;
}
.select_medidas .dropdown-menu{
	border-radius: 0px;
	padding: 0px;
}
.select_medidas .dropdown-menu .dropdown-item span{
	color: var(--secundario);
}
.select_medidas .dropdown-menu .dropdown-item:hover{
	background: var(--secundario);
	color: var(--hover_secundario);
}
.select_medidas .dropdown-menu .dropdown-item:hover span{
	color: var(--hover_secundario);
}
.titulo_producto a{
	color: #2b2b2b;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.2em;
	padding: 6px 0;
	text-decoration: none;
    display: -webkit-box;
    max-width: 100%;
    max-height: 55px;
    height: 55px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
	margin-bottom: 6px;
}
.titulo_producto a:hover{
	color: var(--secundario);
}
.precio_producto{
	color: var(--secundario);
	font-size: 15px;
	font-weight: 500;
	position: relative;
}
.precio_anterior{
	color: #b1b1b1;
	font-size: 13px;
	font-weight: 300;
	text-decoration: line-through;
}
.bagde_oferta{
	position: absolute;
	right: -10px;
	top: 0px;
	text-align: center;
	background: url("img/inicio/badge_oferta.png") no-repeat center center;
	width: 50px;
	height: 22px;
	color: #fff;
	font-size: 11px;
	font-weight: 500;
	padding-top: 2px;
}
.detalles_producto a{
	color: var(--principal);
	font-size: 13px;
	font-weight: 500;
	text-decoration: none;
}
.detalles_carrito{
	display: flex;
    justify-content: space-between;
    align-items: center;
	margin-top: 6px;
	position: relative;
}
.detalles_producto a:hover{
	color: var(--secundario);
}
.anadir_producto{
	position: relative;
}
.anadir_producto input[type=number]{
	width: 65px;
	height: 30px;
	text-align: center;
	font-size: 18px;
	color: #000000;
	font-weight: 500;
	border: 1px solid #eaeaea;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	margin-right: 31px;
}
.anadir_producto input[type=number]:hover, .anadir_producto input[type=number]:focus{
	border: 1px solid var(--secundario);
	outline: none;
}
.anadir_producto input[type=button]{
	width: 34px;
	height: 30px;
	border: none;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 3;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	background: url("img/inicio/carrito.png") no-repeat center center var(--principal);
}
.anadir_producto input[type=button]:hover{
	background: url("img/inicio/carrito.png") no-repeat center center var(--secundario);
}
.bot_masoferta{
	text-align: center;
	margin-bottom: 30px;
	margin-top: 10px;
}
.bot_masoferta a{
    font-size: 16px;
    font-weight: 500;
    background: var(--principal);
    color: var(--hover_principal);
    border-radius: 50px;
    padding: 7px 25px;
	border: none;
	display: inline-block;
	text-decoration: none;
}
.bot_masoferta a i{
	display: inline-block;
	margin-left: 8px;
}
.bot_masoferta a:hover{
    background: var(--secundario);
    color: var(--hover_secundario);
}
.servicio_home{
	text-align: center;
	margin: 20px 0;
	font-size: 14px;
	font-weight: 300;
}
.servicio_home h5{
	font-size: 16px;
	font-weight: 500;
    color: var(--principal);
	margin-bottom: 0px;
	margin-top: 15px;
}
.tienda_asociada{
	text-align: center;
	font-size: 12px;
	color: #2770ca;
}
.migas{
	background: #f1f1f1;
	font-size: 14px;
	font-weight: 500;
	padding: 15px 0;
	margin-bottom: 25px;
    color: var(--principal);
}
.migas a{
	color: #636363;
	text-decoration: none;
}
.migas a:hover{
    color: var(--secundario);
}
span.fm{
	width: 26px;
	height: 10px;
	background: url("img/listado/flecha_miga.png") no-repeat center center;
	display: inline-block;
}
.cont_filtro_list{
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ececec;
}
.cont_filtro_list h3, .cont_info_ficha h3{
	margin: 0px;
	padding: 0px;
	font-size: 30px;
	font-weight: 500;
}
a.cont_categoria_l{
    border: 1px solid #eaeaea;
	height: 254px;
	margin-bottom: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
	text-decoration: none;
}
a.cont_categoria_l .img_producto{
	border: none;
}
.tit_categoria_l{
	text-align: center;
	background: var(--principal);
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	padding: 5px 4px;
	line-height: 1.2em;
}
a.cont_categoria_l:hover{
    border: 1px solid var(--secundario);
}
a.cont_categoria_l:hover .tit_categoria_l{
	background: var(--secundario);
}
.cont_cuadr_ord{
	display: flex;
    justify-content: space-between;
	margin-top: 10px;
    align-items: center;
}
.colum_filas a{
	color: #cccccc;
	display: inline-block;
	margin-right: 5px;
	font-size: 18px;
}
.colum_filas a.active_ordn, .colum_filas a:hover{
	color: var(--principal);
}
.resultados{
	font-size: 15px;
	display: inline-block;
	color: #888888;
}
.ordenar_list{
	text-align: right;
}
.ordenar_list label{
	font-weight: 600;
	font-size: 13px;
	color: #434343;
	text-transform:uppercase;
}
.ordenar_list select{
	max-width: 220px;
	padding: 9px 11px;
    background: url("img/listado/down.png") no-repeat 96% 50% #f5f6f7;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
	border: 1px solid #f5f6f7;
	font-size: 13px;
	color: var(--principal);
	outline: none;
}
.ordenar_list select:focus, .ordenar_list select:hover{
	border: 1px solid var(--secundario);
}
.ordenar_list select{}
.ordenar_marca{
	text-align: left;
}
.ordenar_marca label{
	display: block;
}
.ordenar_marca select{
	width: 100%;
}
.filtrar_marcas ul{
	padding: 0px;
	margin: 0px;
	margin-top: 20px;
}
.filtrar_marcas ul li{
	padding: 0px;
	margin: 0px;
	list-style: none;
	margin-bottom: 5px;
	font-weight: 600;
	font-size: 13px;
	color: #434343;
	text-transform:uppercase;
}
.filtrar_marcas label {
	font-size: 13px;
	color: #000;
    position: relative;
    padding-left: 5px;
}
.filtrar_marcas label:after {
    position: absolute;
    left: -16px;
    top: 0px;
    font-size: 18px;
    color: #1c1c1c;
    font-family: "Font Awesome 6 Free";
    content: "\f0c8";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 400;
}
.filtrar_marcas input[type=checkbox] {
    opacity: 0;
}

.filtrar_marcas input[type=checkbox]:checked + label{
	color: var(--secundario);
}
.filtrar_marcas input[type=checkbox]:checked + label:after {
    content: "\f14a";
    font-weight: 400;
	color: var(--secundario);
}

@media (max-width: 768px){
	.filtrar_marcas ul{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-evenly;
	}
	.ordenar_marca{
		text-align: center;
	}
	.ordenar_marca label{
		display: inline-block;
	}
}
.cont_producto_filas{
    border: 1px solid #eaeaea;
	display: flex;
}
.cont_producto_filas .cont_img_producto{
	width: 189px;
}
.cont_producto_filas a.img_producto{
	border: none;
}
.cont_info_filas{
	width: calc(100% - 195px);
	padding: 10px 20px;
	position: relative;
	padding-right: 110px;
}
.cont_info_filas .ref_producto{
	display: flex;
    justify-content: space-between;
	position: absolute;
	right: 20px;
	top: 20px;
}
.cont_info_filas .titulo_producto a{
	height: inherit;
	max-height: inherit;
	overflow: inherit;
	text-overflow: inherit;
	margin-bottom: 0px;
    -webkit-line-clamp: inherit;
    -webkit-box-orient: inherit;
}
.cont_info_filas .precio_producto{
	font-size: 18px;
}
.cont_info_filas .precio_anterior{
	font-size: 14px;
}
.cont_info_filas .bagde_oferta, .cont_info_ficha .bagde_oferta{
	position: inherit;
	display: inline-block;
	right: -5px;
	top: -3px;
}
.cont_info_filas .select_medidas, .cont_info_ficha .select_medidas{
	position: inherit;
	max-width: 392px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.cont_info_filas .select_medidas .dropdown .btn, .cont_info_ficha .select_medidas .dropdown .btn{
	padding: 6px 10px;
	font-size: 14px;
}
.cont_info_filas .select_medidas .dropdown .btn span, .cont_info_ficha .select_medidas .dropdown .btn span{
    color: var(--secundario);
}
.detalles_carrito_filas{
	display: flex;
}
.detalles_carrito_filas .anadir_producto{
	width: 253px;
}
.detalles_carrito_filas .anadir_producto input[type=number] {
	width: 100px;
}
.detalles_carrito_filas .anadir_producto input[type=button]{
	font-size: 15px;
	font-weight: 500;
	color: #fff;
	width: 153px;
	padding-right: 30px;
	background: url(img/inicio/carrito.png) no-repeat calc(100% - 8px) center var(--principal);
}
.detalles_carrito_filas .anadir_producto input[type=button]:hover{
	background: url(img/inicio/carrito.png) no-repeat calc(100% - 8px) center var(--secundario);
}
.detalles_carrito_filas .detalles_producto a{
	background: #f3f3f3;
	display: inline-block;
	margin-left: 10px;
	border: 2px solid var(--principal);
	border-radius: 4px;
    padding: 4px 19px;
}
.detalles_carrito_filas .detalles_producto a:hover{
	border: 2px solid var(--secundario);
	background: var(--secundario);
	color: var(--hover_secundario);
}
@media (max-width: 991px){
	.cont_info_filas{
		padding-right: 20px;
	}
	.cont_info_filas .ref_producto{
		position: inherit;
		display: block;
		right: 0;
		top: 0;
		margin-bottom: 0px;
	}
	.detalles_carrito_filas .anadir_producto input[type=button]{
		font-size: 0px;
		width: 36px;
	}
	.detalles_carrito_filas .anadir_producto input[type=number]{
		width: 80px;
	}
	.detalles_carrito_filas .anadir_producto {
		width: 116px;
	}
	.cont_info_filas .select_medidas{
		width: 100%;
	}
}
@media (max-width: 520px){
	.detalles_carrito_filas{
		display: block;
	}
	.detalles_carrito_filas .detalles_producto a{
		margin-left: 0px;
		margin-top: 6px;
	}
	.cont_info_filas{
		padding: 0px;
		padding: 10px;
	}
}
.cont_img_producto_ficha, .cont_img_producto_ficha .img_producto, .cont_img_producto_ficha .img_producto img{
	height: 446px;
}
.cont_img_producto_ficha{
    border: 1px solid #eaeaea;
	display: block;
	overflow: hidden;
}
.cont_img_producto_ficha .img_producto{
	border: none;
}
.cont_img_producto_ficha:hover{
	border:1px solid var(--secundario);
}
.imagenes_peques{
	display: flex;
    flex-wrap: wrap;
	gap: 10px;
	margin: 10px 0 30px 0;;
}
.imagenes_peques a{
	display: inline-block;
	width: 80px;
	height: 80px;
	overflow: hidden;
    border: 1px solid #eaeaea;
}
.imagenes_peques a img{
	width: 80px;
	height: 100%;
	object-fit: cover;
}
.imagenes_peques a:hover, .imagenes_peques a.img_pe_activa{
    border: 1px solid var(--secundario);
}

.cont_info_ficha .precio_producto{
	font-size: 20px;
}
.cont_info_ficha .precio_anterior{
	font-size: 15px;
}
.marca_ficha{
	font-weight: 600;
	font-size: 15px;
	color: #434343;
	margin: 10px 0;
}
.marca_ficha a{
	display: inline-block;
	font-weight: 500;
	color: var(--principal);
	text-decoration: underline;
}
.marca_ficha a:hover{
	color: var(--secundario);
}
.cont_info_ficha .select_medidas .dropdown .btn, .cont_info_ficha .select_medidas .dropdown-menu .dropdown-item{
	font-size: 16px;
}
.cont_info_ficha .select_medidas .dropdown-menu{
	width: 390px;
}
.select_medidas label, .cont_cantidad_ficha label{
	font-weight: 600;
	font-size: 15px;
	color: #434343;
	margin: 0px;
	margin-bottom: 5px;
}
.cont_cantidad_ficha{
	background: #fff;
	padding: 15px;
	margin: 20px 0;
	-webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.1);
}
.cont_cantidad_ficha .anadir_producto {
    width: 263px;
}
.cont_cantidad_ficha .anadir_producto input[type=number] {
    width: 100px;
	font-size: 20px;
	height: 40px;
}
.cont_cantidad_ficha .anadir_producto input[type=button] {
    font-size: 15px;
    font-weight: 500;
	height: 40px;
    color: #fff;
    width: 163px;
    padding-right: 30px;
    background: url(img/inicio/carrito.png) no-repeat calc(100% - 8px) center var(--secundario);
}
.cont_cantidad_ficha .anadir_producto input[type=button]:hover {
    background: url(img/inicio/carrito.png) no-repeat calc(100% - 8px) center var(--principal);
}
.botones_enlaces_ficha a, .btn_guardar {
    font-size: 16px;
    font-weight: 500;
    background: var(--principal);
    color: var(--hover_principal);
    border-radius: 50px;
    padding: 7px 25px;
    border: none;
    display: inline-block;
    text-decoration: none;
	margin-right: 10px;
	margin-bottom: 15px;
}
.botones_enlaces_ficha a:hover, .btn_guardar:hover {
    background: var(--secundario);
    color: var(--hover_secundario);
}
.cont_descripcion_ficha{
	-webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.1);
	padding: 30px;
	margin-bottom: 30px;
}
.cont_descripcion_ficha h4{
	font-size: 17px;
	font-weight: 600;
    color: var(--principal);
}
.cont_descripcion_ficha table tr td{
	padding: 7px 0;
}
.cont_descripcion_ficha table tr td:first-child{
	font-weight: 600;
}
.cont_descripcion_ficha .filtro_destacados li a{
	font-size: 14px;
}
.cont_descripcion_ficha .botones_enlaces_ficha{
	text-align: center;
}
@media (max-width: 560px){
	.botones_enlaces_ficha{
		text-align: center;
	}
	.botones_enlaces_ficha a{
		display: block;
	}
	.cont_info_ficha .select_medidas {
		max-width: inherit;
	}
}

.tabla_carrito{
	-webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.1);
	padding: 30px;
	margin-bottom: 25px;
}
.tabla_carrito table tr th, .t_carrito{
	font-size: 14px;
	font-weight: 600;
    color: var(--principal);
	padding-bottom: 10px;
}

.tabla_carrito table tr td{
	padding: 0 10px;
	padding-bottom: 20px;
	vertical-align: middle;
}
.tabla_carrito table tr td:first-child{
	padding-left: 0px;
}
.tabla_carrito table tr td:last-child{
	padding-right: 0px;
}
.foto_producto{
	width: 85px;
	height: 85px;
	overflow: hidden;
	margin-right: 10px;
	border: 1px solid #eaeaea;
}
.foto_producto img{
	width: 100%;
	height: 85px;
	object-fit: cover;
}
.nombre_producto{
	font-size: 14px;
	font-weight: 300;
}
.nombre_producto .ref_producto{
	margin-bottom: 0px;
}
.cont_product_carrito{
	display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.precio_carrito{
	font-size: 18px;
	color: #000000;
	font-weight: 500;
}
.number_carrito input[type=number]{
    width: 90px;
    height: 30px;
    text-align: center;
    font-size: 18px;
    color: #000000;
    font-weight: 500;
    border: 1px solid #eaeaea;
	border-radius: 4px;
}
.number_carrito input[type=number]:hover, .number_carrito input[type=number]:focus {
    border: 1px solid var(--secundario);
    outline: none;
}
.total_carrito{
	font-size: 18px;
	font-weight: 600;
    color: var(--secundario);
}
.eliminar_carrito input[type=button]{
	border: none;
	width: 25px;
	height: 25px;
	font-size: 0px;
	background: url("img/carrito/delete.png") no-repeat center center;
	position: relative;
	top: -3px;
}
.calcula_gastos input[type=text]{
	width: 50%;
    font-size: 14px;
    color: #4f4f4f;
    font-weight: 500;
	background: #f3f3f3;
    border: 1px solid #e9e9e9;
    border-radius: 0px;
    text-align: left;
    padding: 8px 12px;
    outline: none;
	margin-bottom: 6px;
}
.calcula_gastos input[type=text]:hover, .calcula_gastos input[type=text]:focus,
.form_carrito input[type=text]:hover, .form_carrito input[type=text]:focus,
.form_carrito select:hover, .form_carrito select:focus,
.form_carrito input[type=password]:hover, .form_carrito input[type=password]:focus,
.form_carrito textarea:hover, .form_carrito textarea:focus,
.form_carrito input[type=email]:hover, .form_carrito input[type=email]:focus,
.form_carrito input[type=tel]:hover, .form_carrito input[type=tel]:focus{
	border: 1px solid var(--secundario);
	background: #fff;
}
.calcula_gastos a{
    color: var(--secundario);
	font-size: 15px;
	font-weight: 500;
	text-decoration: underline;
}
.calcula_gastos a:hover{
	text-decoration: none;
}
.detalles_tabla table tr td{
	padding: 10px 0;
	border-bottom: 1px solid #e9ecef;
}
.detalles_tabla table tr td:first-child{
	font-size: 13px;
	font-weight: 600;
	color: #434343;
}
.detalles_tabla table tr td:last-child{
	text-align: right;
    font-size: 18px;
    color: #000000;
    font-weight: 500;
}
.detalles_tabla table tr td.total_carrito{
    font-size: 18px;
    font-weight: 600;
    color: var(--secundario);
}
.detalles_tabla table tr td.total_carrito span{
	font-size: 12px;
	font-weight: 300;
	color: #2b2b2b;
	display: block;
}
.detalles_tabla table tr:last-child td{
	border: none;
}
@media (max-width: 768px){
	.gastos_carrito{
		margin-bottom: 35px;
	}
	.foto_producto{
		width: 45px;
		height: 45px;
		margin-bottom: 5px;
	}
	.foto_producto img{
		height: 45px;
	}
}
@media (max-width: 500px){
	.calcula_gastos input[type=text]{
		width: 100%;
	}
	.number_carrito input[type=number]{
		width: 50px;
	}
	.tabla_carrito table tr td{
		padding: 3px;
	}
	.nombre_producto{
		font-size: 10px;
	}
	.precio_carrito, .total_carrito{
		font-size: 16px;
	}
}
.form_carrito label{
	font-size: 13px;
	color: #4f4f4f;
	font-weight: 600;
	margin-bottom: 0px;
}
.form_carrito input[type=text], .form_carrito select, .form_carrito input[type=password], .form_carrito textarea,
.form_carrito input[type=email], .form_carrito input[type=tel]{
	width: 100%;
    font-size: 14px;
    color: #4f4f4f;
    font-weight: 500;
	background: #f3f3f3;
    border: 1px solid #e9e9e9;
    border-radius: 0px;
    text-align: left;
    padding: 8px 12px;
    outline: none;
	margin-bottom: 15px;
}
.form_carrito select{
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
	background: url(img/flecha_desplegable.png) no-repeat 95% 50% #f3f3f3;
}
.form_carrito select:hover{
	background: url(img/flecha_desplegable.png) no-repeat 95% 50% #f3f3f3;
}
.cont_contrasena{
	margin-top: 10px;
	padding-top: 20px;
	border-top: 1px solid #e9ecef;
}
.cont_contrasena .t_carrito{
    color: var(--secundario);
}
.tabla_productos_resumen > div{
	font-size: 14px;
	color: #2b2b2b;
	font-weight: 300;
    padding: 10px 0;
    border-bottom: 1px solid #e9ecef;
}
.tabla_productos_resumen > div span{
	font-weight: 600;
	font-size: 16px;
    color: var(--secundario);
}
.metodo_pago label{
	font-size: 13px;
	color: #434343;
	font-weight: 600;
	position: relative;
    padding-left: 5px;
}
.metodo_pago input[type=radio] {
    opacity: 0;
}
.metodo_pago label:after {
    position: absolute;
    left: -16px;
    top: 0px;
    font-size: 16px;
    color: #1c1c1c;
    font-family: "Font Awesome 6 Free";
    content: "\f111";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 400;
}
.metodo_pago input[type=radio]:checked + label:after {
    content: "\f192";
    font-weight: 400;
    color: var(--secundario);
}
.metodo_pago input[type=radio]:checked + label{
    color: var(--secundario);
}
.txt_compra{
	font-size: 18px;
	text-align: center;
	margin-bottom: 40px;
}
.txt_compra h3{
	color: #00a610;
	font-weight: 600;
	font-size: 26px;
	margin-bottom: 30px;
}
.id_transacion{
	font-weight: 600;
    color: var(--principal);
}
.por_transfer{
	font-size: 14px;
	margin: 20px 0;
}
.por_transfer span{
    color: var(--secundario);
}
.banco_cuenta{
	margin: 20px 0;
	background: #f7f7f7;
	font-size: 14px;
	padding: 20px;
}
.botones_micuenta{
	margin-bottom: 30px;
}
.botones_micuenta a{
	display: inline-block;
	padding: 8px 20px;
	background: #f1f1f1;
	font-weight: 600;
	margin-right: 10px;
	text-decoration: none;
    color: var(--principal);
}
.botones_micuenta a:hover, a.micuenta_active{
	color: var(--hover_principal);
	background: var(--principal);
}
.modificar_datos{
	text-align: right;
	/*margin-bottom: 30px;*/
}
.modificar_datos a, .descarga_fact a{
	text-decoration: underline;
	display: inline-block;
    color: var(--principal);
	font-weight: 600;
}
.modificar_datos a:hover, .descarga_fact a:hover{
    color: var(--secundario);
}
.cont_mispedidos{
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.1);
	margin-bottom: 30px;
}
.cont_fila_pd{
	background: #f1f1f1;
	padding: 14px 20px;
	display: flex;
    justify-content: space-between;
}
.pedido_reali{
	font-size: 14px;
}
.total_fila{
	display: inline-block;
	font-weight: 600;
	margin-left: 18px;
}
.total_fila span{
    color: var(--secundario);
}
.cont_mispedidos .foto_producto{
	width: 50px;
	height: 50px;
}
.cont_mispedidos .foto_producto img{
	height: 50px;
}
.cont_mispedidos .cont_product_carrito{
	margin-bottom: 15px;
}
.vertodos_articulos a{
	font-size: 13px;
    color: var(--principal);
	font-weight: 600;
}
.vertodos_articulos a:hover{
    color: var(--secundario);
	text-decoration: none;
}
@media (max-width: 650px){
	.cont_fila_pd{
		display: block;
		text-align: center;
	}
	.descarga_fact a{
		font-size: 14px;
		margin-top: 5px;
	}
}
@media (max-width: 500px){
	.cont_mispedidos .nombre_producto {
		font-size: 13px;
	}
	.cont_mispedidos .cont_product_carrito{
    	flex-wrap: inherit;
	}
	.cont_mispedidos .nombre_producto{
		width: calc(100% - 60px);
	}
}
.tit_contact h3{
    color: #2b2b2b;
    font-weight: 300;
    font-size: 30px;
    position: relative;
    padding-bottom: 10px;
	margin-top: 0px;
}
.tit_contact h3 span {
    font-weight: 700;
}
.tit_contact h3:after{
    content: "";
    width: 52px;
    height: 2px;
    background: var(--secundario);
    position: absolute;
    bottom: 0px;
    left:0;
}
.datos_contact{
	margin: 10px 0;
	font-size: 18px;
	margin-top: 30px;
	text-transform: uppercase;
}
.cont_dato{
	position: relative;
	padding-left: 26px;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 15px;
}
.cont_dato a{
	color: #2b2b2b;
	text-decoration: none;
}
.cont_dato a:hover{
    color:  var(--secundario);
}
.cont_dato i{
	position: absolute;
	left: 0;
	top: 2px;
	font-size: 18px;
    color: var(--principal);
}
.form_carrito textarea{
	height: 230px;
}
.acepto{
	margin-bottom: 10px;
	font-size: 14px;
}
.acepto a{
    color: var(--principal);
	text-decoration: underline;
}
.enviar{
	text-align: right;
}
@media (max-width: 560px){
	.enviar, .acepto{
		text-align: center;
	}
	.botones_enlaces_ficha a{
		display: inline-block;
	}
}
@media (max-width: 768px) {
	.navcategorias .dropdown-menu li.dropdown-submenu>a {
		background: none;
	}
	.navcategorias.navbar-nav .menudos {
		display: none;
	}
}
.no-hay-resultados {
	text-align: center;
	font-weight: bold;
	margin: 20px;
}
#mis_datos input[disabled], #mis_datos select[disabled], #mis_datos button[disabled],
#cambio_contrasena button[disabled]{
	pointer-events: none;
	opacity: 0.5;
}
.btn_guardar:active, .btn_guardar:focus {
	outline: none;
}
.alerta-error {
	margin: 25px 0;
}
.login-usuario {
	font-size: 13px;
}
.login-usuario a {
	color: var(--principal);
	font-weight: bold;
	text-decoration: none;
}
.login-usuario a:hover {
	color: var(--secundario);
}
.disabled-link {
	pointer-events: none;
	opacity: 0.5;
	cursor: not-allowed;
}
.header-content {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	z-index: 20;
	/*box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);*/
}
@media (max-width: 768px) {
	.header-content {
		position: static;
		box-shadow: none;
	}

	.main-content {
		margin-top: 0;
	}
}
.modal-body .cont_product_carrito {
	margin-bottom: 15px;
}
