.centrar-submenu-dos-lineas {
  margin-left: 20px;
  float: left;
}

.centrar-submenu {
  padding-top: 0.5em !important;
  position: absolute !important;
  margin-left: 20px;
  float: right;
}

.logo-menu-res {
  padding-left: 1em !important;
  padding-top: 1em !important;
}

/*Test commit KL*/
.text-titulo-menu {
  font-size: 14px;
}

.img-very-small {
  width: 30px;
  height: 30px;
}

.icono-espacio {
  padding-left: 10px !important;
}

.negrita {
  font-weight: bold;
}

.accordion {
  background-color: #fff;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  border-bottom: 1px solid #f1f1f1ff;
  margin-bottom: 0 !important;
  padding: 0.25em 1.5em 1em 1.5em !important;
}

.active,
.accordion:hover {
  background-color: #fff;
}

.user-image {
  width: 31px !important;
  height: 31px !important;
}

.user-no-image {
  width: 31px !important;
  height: 31px !important;
}

.panel {
  padding: 0;
  display: none;
  background-color: white;
  overflow: hidden;
}

.active,
.accordion:hover {
  background-color: #fff;
}

.accordion:after {
  content: "\f107";
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
  padding-top: 0.5em !important;
}

.accordion.active:after {
  content: "\f106";
}

.button-menu:focus {
  outline: none;
}


.button-menu {
  padding: 0.25em 1.5em 1.5em 1.5em;
  font-weight: bold;
}

.card-body-menu {
  background: #f1f1f1ff;
  padding-left: 4.4em;
}

.text-menu {
  padding-top: 6px !important;
  opacity: 0.79;
}

/* ------------------------- */
/* Pushbars: Estilos Generales */
/* ------------------------- */
.pushbar {
  background: #fff;
  color: #000;
  font-family: "Montserrat";
}

html.pushbar_locked .pushbar_overlay {
  background: #000;
  opacity: 0.85;
}

/* ----- ----- Pushbar: Menu de Navegacion ----- ----- */
.pushbar-menu-principal a {
  color: #000;
  text-decoration: none;
  display: block;
  padding: 0px 0;
  font-size: 12px;
  z-index: 1;
}

.menu-lateral-producto {
  padding: 1.5em 0em 2.5em 0em;
}

.menu-lateral-principal {
  padding: 1.5em 2em 2.5em 2em;
}

/* ----- ----- Pushbar: Carrito de Compras ----- ----- */

/* ----- ----- Pushbar: Productos ----- ----- */

/* ----- ----- Pushbar: Formulario Newsletter  ----- ----- */

/* ------------------------- */
/* MEDIA QUERIES */
/* ------------------------- */
@media screen and (max-width: 600px) {}

@media (max-width: 1520px) {
  .nombres-user-b2c-md {
    display: none;
  }

  s .nombres-user-b2c-sm {
    display: block;
  }
}

@media (min-width: 1520px) {
  .nombres-user-b2c-sm {
    display: none;
  }

  .nombres-user-b2c-md {
    display: inline;
  }
}

.contenedor-checkbox {
  display: flex !important;
  padding: 0px 20px !important;
  justify-content: space-between;
  align-items: center;
  background: white;
}