/* VERSION ANTERIOR */
/*categorias*/
#mainNav {
  background-color: #be0811;
}
/*precio producto lista*/
.product-item .prod-price p {
    color: #be0811;
}
/*banner title*/
.feature-single.white .caption h4 a {
    color: #be0811;
}
/*precio detalle carrito*/
.shopping-item .product-price p {
    color: #be0811;
}

/* FIN VERSIÓN ANTERIOR */

/* VERSIÓN MULTITIENDA*/


/*Lista productos tienda */

.nav-link.nav_categoria_destacado img {
	filter: invert(100%);
}

.nav-link.nav_categoria_destacado.active img {
    filter: initial;
}

/*Fin Lista productos tienda */


/* FIN VERSIÓN MULTITIENDA*/


label.lbl_radio_entrega::before {
	display: none;
}

#frm_direccion_seleccionar .nav-link {
	background: #F2F3F7;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
} 

#frm_direccion_seleccionar .nav-link.active {
	background: #fff;
} 

#frm_direccion_seleccionar .nav-link label {
	font-size: 18px;
} 

#frm_direccion_seleccionar .nav-link.active label {
	font-weight: bold;
} 

#frm_direccion_seleccionar .tab-content {
	border: 1px solid #ECECED;
}

#cont_direcciones {
	padding: 15px;
}

.address-item .address-box {
	max-width: 87%;
}

.address-list .address-item {
	background-color: #F2F3F7;
	margin-bottom: 15px;
	display: flex;
}

.address-item.selected {
	border: 1px solid #FB2B93;
}

.address-list .address-item:last-child {
	margin-bottom: 0;
}

.address-item .address-box{
	border-radius: 0;
	border-right: 1px solid #D9D9D9;
	padding: 12px 18px;
}

.address-box .actions a {
	cursor: pointer;
}

.address-item .address-actions {
	width: 13%; 
	display: flex;
	justify-content: flex-end;
	padding: 0 30px;
}

.address-item .address-box .icon {
	display: block;
	padding: 0 5px;
	background: transparent;
	width: 20px;
	font-size: inherit;
}

.address-item .address-box .icon i {
	font-size: 13px;
}

#frm_direccion_seleccionar .btn-customized {
	background: #DF040B;
	color: #fff;
}

@media (max-width: 414px) {
	.address-item .address-box {
		max-width: 100%;
	}
	.address-item .address-actions {
	    width: 100%;
	}
}

.especificaciones-adicionales .fas.fa-edit {
	color: #FA2B92;
	font-size: 20px;
}


/**TIENDA ESTADOS****/


.produc-category__tienda-aten__lbl {
	background: #495263;
}


