#top_centro {
    height: 105px !important;
    background-color: #fff;
}

/*
https://codyhouse.co/gem/css-multi-level-accordion-menu/
*/

.cd-accordion-menu input[type="checkbox"] {
  /* hide native checkbox */
  position: absolute;
  opacity: 0;
}
.cd-accordion-menu label,
.cd-accordion-menu a {
  position: relative;
  display: block;
  padding: 24px 42px 0px 15px;
  /*	background: #4d5158; */
  /*	box-shadow: inset 0 -1px #555960; */
  color: #000000;
  font-size: 42px !important;
  text-align: left;
  line-height: 42px;
  color: #7C7C7C;
}
#menu_mobile_popup .cd-accordion-menu a{ color: #7C7C7C; font-family: "Roboto", sans-serif;}
.cd-accordion-menu ul {
  /* by default hide all sub menus */
  display: none;
  overflow: scroll;
  max-height: 880px;
}
.cd-accordion-menu ul li {
  padding-left: 30px;
}

.cd-accordion-menu {
  list-style-type: none;
  -webkit-padding-start: 30px;
}

.cd-accordion-menu input[type="checkbox"]:checked + label + ul,
.cd-accordion-menu input[type="checkbox"]:checked + label:nth-of-type(n) + ul {
  /* use label:nth-of-type(n) to fix a bug on safari (<= 8.0.8) with multiple adjacent-sibling selectors*/
  /* show children when item is checked */
  display: block;
  list-style-type: none;
  -webkit-padding-start: 0px;
}

.cd-accordion-menu-nivel-1 {
  font-weight: bold;
  cursor: pointer;
  border-top: 1px solid #ededed;
  margin-top: 18px;
  margin-right: 30px;
}

.cd-accordion-menu-nivel-1:hover {
  color: #ff0000;
}

.cd-accordion-menu-nivel-2 {
  /*	font-weight:bold; */
  cursor: pointer;
  font-size: 36px !important;
}

.cd-accordion-menu-nivel-2:hover {
  color: #ff0000;
}

.cd-accordion-menu-nivel-3 {
  /*	font-weight:bold;
	cursor:pointer; */
}

.cd-accordion-menu-nivel-3:hover {
  color: #ff0000;
}

.menu_nivel_1_contenedor {
  position: absolute;
  z-index: 0;
  top: 87px;
  z-index: 10000;
  background-color: #fff;
}
.menu_nivel_1 {
  width: 118px;
  height: 40px;
  background: #ffffff;
  text-align: center;
  text-decoration: none;
  color: #333333;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  display: table;
  border: solid 1px #ecebeb;
  border-radius: 6px;
  text-transform: uppercase;
  margin-right: 6px;
  cursor: pointer;
  z-index: 9999;
}
.menu_nivel_1:hover {
  background: #d30104;
  color: #ffffff;
}
span {
  display: table-cell;
  vertical-align: middle;
}
.menu_nivel_2_contenedor {
  position: absolute;
  display: none;
  z-index: 9999;
  top: 87px;
  left: 120px;
  background-color: #fff;
}
.menu_nivel_2_contenedor a {
  color: #000 !important;
}
.menu_nivel_2 {
  width: 100px;
  height: 40px;
  text-align: center;
  padding: 0px 9px;
  text-decoration: none;
  color: #333333;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  display: table;
  z-index: 9999;
}
.menu_nivel_2:hover {
  background: #ff0000;
}
.menu_nivel_3_contenedor {
  background: #ffffff;
  position: absolute;
  border: solid 1px #ecebeb;
  display: none;
  text-align: left;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  z-index: 9999;
  padding: 10px 5px;
  top: 87px;
  min-height: 40px;
  left: 238px;
}
.menu_nivel_3_contenedor a {
  text-decoration: none;
  display: table;
  line-height: 20px;
  color: #333333;
  padding: 0px 10px;
}
.menu_nivel_3_contenedor a:hover {
  color: #ff0000;
}
#ocultar_todo_nivel_2 {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 800px;
  z-index: 1;
  display: none;
}

.accordion {
  background-color: #fff;
  cursor: pointer;
  text-align: right;
  font-size: 11px;
  transition: 0.4s;
  height: 25px;
  margin: 0px 14px;
  font-weight: 500;
  line-height: 35px;
  color: #444444;
}

div.panel {
  padding: 0px 14px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  text-align: right;
  font-size: 12px;
  line-height: 18px;
}

.accordion_link {
  line-height: 15px;
  width: 100%;
  display: block;
  margin: 6px 0px;
}

.accordion.active,
.accordion:hover {
  color: #57a700;
}

.accordion_link:hover {
  color: #57a700;
}

.accordion_link_root:hover {
  color: #ff0000;
}

.accordion_flecha {
  background: url(0_include/template/index/icono/menu_flecha_right.png) right
    15px no-repeat;
  padding-right: 8px;
}

.accordion_flecha.active {
  background: url(0_include/template/index/icono/menu_flecha_down.png) right
    16px no-repeat;
  padding-right: 8px;
}

.logo {
  width: 160px;
  margin-left: 20px;
}

#buscar_menu {
  position: absolute;
  right: 5px;
  z-index: 9999;
  top: 27px;
  right:330px;
  top:25px;
}

.buscar_icon {
  width: 24px;
}

#menu_mobile {
  position: absolute;
  width: 90%;
  top: 45px;
  z-index: 99999;
  display: none;
  margin-left: 500px;
  right: 25px;
}

.menu_mobile_boton_txt {
  color: #ff0000;
  font-weight: bold;
  float: right;
  margin-top: 18px;
  font-size: 36px;
  margin-right: 15px;
}

.menu_mobile_boton_icon {
  float: right;
  width: 72px;
}

#menu_mobile_popup_contenedor {
  width: 100%;
  position: absolute;
  margin-top: 125px;
  display: none;
  z-index: 999;
}

#menu_mobile_popup {
  background-color: #ffffff;
  border: solid 1px #e4e4e4;
  /*border-radius: 15px;*/
  float: right;
  text-align: right;
  padding-bottom: 30px;
  line-height: 60px;
  /*box-shadow: 6px 6px 6px #757575;*/
  width: 750px;
  border-radius: 0px;
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.15);
  font-family: "Roboto", sans-serif !important;
}

#carrito_menu {
  position: absolute;
  width: 140px;
  top: 90px;
  z-index: 9999;
  right: 10px;
  right:165px;
  top:35px;
}

.carrito_boton_txt {
  font-weight: bold;
  font-size: 16px;
  text-align: right;
  margin-top: 7px;
  margin-left: 5px;
  float: right;
  font-family: "Roboto", sans-serif;
  /*color: #ff0000;*/
}

.carrito_boton_icon {
  width: 24px;
  height: 24px;
  float: left;
  margin-top: 5px;
}
.carrito_boton_icon.mobile{display: none;}
#carrito_popup_contenedor {
  width: 100%;
  position: absolute;
  margin-top: 26px;
  display: none;
}

#carrito_popup {
  width: 256px;
  background-color: #ffffff;
  float: right;
  border: solid 1px #e4e4e4;
  border-radius: 15px;
  box-shadow: 6px 6px 6px #757575;
  /*para que se pueda ir abajo del menu entre opciones*/
  overflow-y: auto;
  max-height: calc(100vh - 100px);
}

.user_menu_saldo {
  border-bottom: 1px dotted #dddddd;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-weight: bold;
}
.user_menu_saldo_tit {
  font-weight: normal;
}
#user_menu {
  position: absolute;
  width: 138px;
  top: 90px;
  z-index: 9999;
  right: 160px;
  right:0;
  top:35px;
}
#i2_user_boton_on .mobile,
#i2_user_boton_off .mobile{display: none;}
.user_icon {
  width: 24px;
  height: 24px;
  margin-top: 2px;
}

.user_txt {
  font-weight: bold;
  font-size: 12px;
  text-align: right;
  margin-top: 7px;
  margin-left: 5px;
  margin-right: 15px;
  float: right;
   font-family: "Roboto", sans-serif;
   font-weight:600;
   font-size: 16px;
   color: #ff0000;
}
#i2_carrito_boton:hover span,
#i2_user_boton_off:hover span{color: #7C7C7C;}
#user_popup_contenedor {
  width: 100%;
  position: absolute;
  margin-top: 26px;
  display: none;
}

#user_popup {
  background-color: #ffffff;
  border: solid 1px #e4e4e4;
  border-radius: 0px;
  float: right;
  text-align: right;
  padding: 7px 12px;
  line-height: 20px;
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.15) !important;
  font-family: "Roboto", sans-serif;
  font-size: 9pt; 
}
#user_popup a {
  font-size: 9pt;
  font-family: "Roboto", sans-serif;
}

#frase {
  font-family: "Roboto Condensed", sans-serif;
  position: absolute;
  z-index: 9999;
 /* margin-left: 315px;*/
  top: 16px;
  display: none;
  font-size: 20px;
    color: #7C7C7C;
    font-weight: 100;
    line-height: 20px;
    letter-spacing: -0.5px;
    border-left: 2px solid #7C7C7C;
    padding-left: 10px;
}
#frase strong{font-weight: 600;}
#buscar_mobile {
  position: absolute;
  z-index: 9998;
  top: 185px;
  left: 25px;
  display: none;
}
#buscar_mobile_on {
  position: absolute;
  z-index: 9998;
  top: 185px;
  left: 20px;
  display: none;
}
#buscar_txt {
  padding: 2px 30px 2px 10px;
  width: 250px;
}
.button_left {
  background: #a2a2a2 !important;
  color: #ffffff !important;
  border-radius: 4px;
  width: 160px;
}
a.button_left span {
  background: none !important;
}
.button_left_b {
  background: #ff0000 !important;
  color: #ffffff !important;
  border-radius: 4px;
  width: 160px;
}
a.button_left_b span {
  background: none !important;
}

.fondo_barra {
  width: 100%;
  height: 40px;
  background: #d30104;
  border-bottom: solid 2px #ffd800;
  position: absolute;
  left: 0px;
  top: 125px;
}

.top_blanco {
  position: absolute;
  width: 100%;
  height: 125px;
  top: 0px;
  left: 0px;
  background: #ffffff;
}
.top_rojo {
    top: -67px;
    background: #d30104;
    margin-left: 375px;
    margin-top: -65px;
}

.top_amarillo {
  position: absolute;
  width: 100%;
  height: 2px;
  top: 165px;
  left: 0px;
  background: #ffd800;
}
.carrito_popup_img {
  width: 34px;
}

.b_mundial {
  background: #75aadb;
}

@media only screen and (max-device-width: 480px) {
  .logo {
    height: 11rem;
    width: auto;
  }
  #menu_mobile {
    display: block;
  }
  #menu_new {
    display: none;
  }
  #frase {
    display: none;
    font-size: 2.4rem;
    line-height: normal;
  }
  .menu_nivel_1_contenedor {
    display: none !important;
  }
  .menu_nivel_2_contenedor {
    display: none !important;
  }
  .menu_nivel_3_contenedor {
    display: none !important;
  }
  #carrito_menu {
    right: 25px;
    /*width: 300px;*/
    top: 185px;
    right: 100px;
    width: auto;
  }
  .carrito_boton_txt {
    font-size: 36px !important;
    text-align: right;
    margin-top: 20px;
    margin-right: 15px;
    float: right;
    color: #fff;
  }
  #i2_carrito_boton:hover span{ color: #fff;}
  .carrito_boton_icon {
    width: 72px;
    height: 72px;
  }
  #user_menu {
    /*left: 200px !important;*/
    width: 72px;
    top: 185px;
    right:22px;
  }
  .user_icon {
    width: 72px;
    height: 72px;
  }
  #buscar_mobile {
    display: block;
  }
  .buscar_icon {
    width: 72px;
  }
  #buscar_menu {
    top: 270px;
    left: 0px !important;
    background: transparent;
    width: 400px;
    padding: 15px;
    display: none;
  }
  #buscar_txt {
    width: 400px;
    font-size: 40px !important;
  }
  .user_txt {
    display: none;
    font-size: 36px !important;
    margin-top: 27px;
    margin-right: 15px;
  }
  #user_popup {
    float: right;
    text-align: left;
    /*width: 400px;*/
    border-radius: 15px;
    padding: 21px 36px;
    line-height: 60px;
    /*box-shadow: 6px 6px 6px #757575;*/
    font-size: 35px;
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 9999;
    box-shadow: 1px 8px 16px 0 rgba(0, 0, 0, 0.25);
    border: solid 1px #e4e4e4;
  }
  .user_menu_saldo {
    font-size: 40px !important;
    line-height: 80px;
    font-weight: bold;
    border-bottom: 3px dotted #dddddd;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .user_menu_txt {
    font-size: 40px !important;
    line-height: 80px;
    font-weight: bold;
  }
  #user_popup_contenedor {
    margin-top: 95px;
  }
  #carrito_popup_contenedor {
    margin-top: 95px;
  }
  #carrito_popup {
    width: 750px;
  }
  .titulo_a_grande_rojo {
    font-size: 36px !important;
  }
  #carrito_div_producto {
    font-size: 36px !important;
  }
  .marco_detalle_segunda_linea {
    margin: 20px 0;
    float: left;
  }
  .button_left {
    font-size: 36px !important;
    width: 680px !important;
    height: 40px !important;
    padding: 30px 30px 20px 30px !important;
  }
  .button_left_b {
    font-size: 36px !important;
    width: 680px !important;
    height: 40px !important;
    padding: 30px 30px 20px 30px !important;
  }

  .fondo_barra {
    display: none;
  }
  .top_blanco {
    height: 120px;
    top: 0px;
  }

  .top_rojo {
    height: 110px;
    top: 170px;
    background: #ff0000;
  }
  .msj_carrito {
    font-size: 35pt !important;
  }
  .top_amarillo {
    height: 2px;
    top: 230px;
    background: #e5e5e5;
  }
  .titulo_a_chico {
    font-size: 36px !important;
  }
  .subtitulo_a {
    font-size: 36px !important;
    width: 740px !important;
    text-align: center;
  }
  .titulo_a_mini {
    font-size: 24px !important;
  }
  .titulo_chico_a {
    font-size: 36px !important;
  }
  .marco_detalle_primera_linea tr td {
    font-size: 28px !important;
  }
  .marco_detalle_segunda_linea tr td {
    font-size: 28px !important;
  }
  .carrito_popup_img {
    width: 102px;
  }
  .carrito_boton_icon.mobile,
  #user_menu .mobile{display: inline-block;}
  .carrito_boton_icon.desktop,
  #user_menu .desktop{display: none;}
}
.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front {
  z-index: 10000;
  width: 263px !important;
  overflow-y: scroll;
  height: 600px;
}
.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front .ui-menu-item {
  border-bottom: solid 1px #cacaca;
}

#menu_new {
  padding: 0;
  margin: 0 0 0 28px;
  border: 0;
  z-index: 3;
}

#menu_new ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

#menu_new ul {
  position: relative;
  z-index: 3;
  float: left;
}

#menu_new .panelm {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 300ms, opacity 500ms;
}

#menu_new ul li {
  float: left;
  line-height: 1em;
  vertical-align: middle;
}

#menu_new ul ul {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 300ms, opacity 500ms;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 3;
  width: 100%;
}

#menu_new ul ul li {
  float: none;
}

#menu_new ul li:hover > ul {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s linear 0s, opacity 500ms;
  min-height: 360px;
}

#menu_new ul ul {
  top: 0;
  left: 100%;
}

#menu_new ul ul ul ul {
  max-height: 550px;
  overflow-y: auto;
}

#menu_new > ul > li:first-child {
  float: none;
  border-radius: 10px;
}

#menu_new {
  width: 270px;
}

#menu_new span,
#menu_new a {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

#menu_new ul,
#menu_new li {
  width: 100%;
}
#menu_new li {
  background: #d30104;
  color: #fff;
  border-top: none;
  min-height: 40px;
}
#menu_new a {
  font-family: "Roboto", sans-serif;
  color: #fff;
  line-height: 160%;
  padding: 10px 28px 9px 28px;
  font-size: 16px;
  font-weight: 500;

  line-height: 20px;
}
#menu_new .init {
  left: 0;
  top: 40px;
}
#menu_new ul ul li {
  background: #f6f6f6;
}
#menu_new ul ul li:hover {
  /*background: #33ab49;*/
 
}
#menu_new ul li ul li:hover a {
  color: #ff0000;
}
#menu_new ul li ul li:not(:hover) a {
  color: #7C7C7C;
}
#menu_new ul ul li a {
  color: #666;
  width: 80.5%;
}
#menu_new ul ul li ul li {
  background: #d7d6d6;
}
#menu_new ul ul li ul li ul li {
  background: #bcbcbc;
}
#menu_new ul ul li ul li:hover {
   /*background: #33ab49;*/
}
#menu_new ul ul li ul li a:hover a {
  color: #fff;
}
#menu_new .has-sub {
  border: none;
}
#menu_new .has-sub-sin {
  border: none;
}

#menu_new .fa-angle-right {
  float: right;
}
#menu_new .tercer_nivel li a{font-weight: 300;}
#menu_new .accordion {
  cursor: pointer;
  transition: 0.4s;
}
#menu_new .arrow {
  float: right;
  margin: 20px 10px 0 0;
}
#menu_new .ico-especiales {
  margin: -10px 5px -16px 8px;
}
#menu_new .activo {
  text-decoration: none;
  background: #33ab49;
  color: #fff !important;
}
#menu_new .ico-primer-nivel {
  width: 27px;
  position: absolute;
  margin: 11px 0 0 8px;
}
#menu_new .primer_nivel {
  padding-left: 46px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.modal_menu {
  position: fixed;
  width: 100%;
  height: 100%;
  /* Web browsers that does not support RGBa */
  background: rgb(0, 0, 0);
  /* IE9/FF/chrome/safari supported */
  background: rgba(0, 0, 0, 0.4);
  /* IE 8 suppoerted */
  /* Here some time problem for Hover than you can use background color/image */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#88000000, endColorstr=#88000000)";
  /* Below IE7 supported */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#88000000, endColorstr=#88000000);
  z-index: 2;
  justify-content: center;
  align-items: center;
  display: none;
  top: 107px;
}
.modal_menu.active {
  display: block;
}
#menu_new ul ul a {
  padding-top: 15px;
}

#menu_new ul ul li {
  min-height: 52px;
}
#menu_new ul ul ul ul {
  width: 390px;
  max-height: 330px;
}
@media screen and (max-height: 768px) {
  #menu_new ul ul ul ul {
    width: 390px;
    max-height: 210px;
  }
  #menu_new ul ul a {
    padding: 6px 28px 6px 28px;
  }
  #menu_new ul ul li {
    min-height: 35px;
  }
  #menu_new ul {
    width: 350px;
  }
  #menu_new .init,
  #menu_new #focus_menu {
    width: 270px;
  }
}
.ui-autocomplete {
  width: 291px !important;
}
.ESPECIALES li {
  min-height: 35px !important;
}
