@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300..700&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

.overlay_combos{
  position: absolute;
  top: 100%;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: all 1000ms ease;
  transition: all 500ms ease;
}
.combos_description_overlay{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  color: white;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: Barlow, sans-serif;
  font-weight: unset;
  font-size: 16px;
}
.link_combo_home{
  text-decoration: none;
}
body {
  overflow-x: hidden;
}

.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.container {
  width: 1100px;
  max-width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.container.c-rotador {
  width: 991px;
}

.container.c-tres_botones {
  width: 950px;
}

.container.c-combos {
  width: 950px;
}

.container.c-menu_home {
  width: 950px;
}

.container.c-domicilio {
  width: 700px;
}

.container.c-footer {
  width: 750px;
}

.container.c-menu {
  width: 950px;
}

.container.c-opciones {
  width: 800px;
}

.container.c-iniciar_sesion {
  width: 500px;
}

.container.c-registrarse {
  width: 1050px;
}

.container.c-mi_cuenta {
  width: 960px;
}

.navbar_almacarone {
  background-color: transparent;
  padding-bottom: 20px;
  padding-top: 20px;
}

.header {
  position: fixed;
  z-index: 1001;
  width: 100%;
  background-color: #351517;
}

.logo_al_macarone {
  padding-left: 0px;
  transition: .2s;
  max-width: 140px;
}

.logo_al_macarone:hover {
  opacity: .8;
}

.nav_link_almacarone {
  padding: 15px;
  /*font-family: Barlow, sans-serif;*/
  font-family: "Comfortaa", serif;
  font-size: 13px;
  color: #fff;
  font-weight: 300;
  text-align: center;
}

.nav_link_almacarone:hover {
  /*background-image: url('../img/hover-menu.png');*/
  background-position: 50% 100%;
  background-size: auto;
  background-repeat: no-repeat;
}

.nav_link_almacarone.active {
  /*background-image: url('../img/hover-menu.png');*/
  background-position: 50% 100%;
  background-size: auto;
  background-repeat: no-repeat;
}

.menu_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.left_menu {
  width: 20%;
  float: left;
}

.center_menu {
  width: 68%;/*Se cambio de 62 a 72*/
  padding-right: 15px;
  float: left;
}

.right_menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 12%;/*Se cambio de 18 a 8*/
  float: left;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 1px solid #ffffff;
  text-align: right;
}

.txt_icon_menu {
  /*font-family: Barlow, sans-serif;*/
  font-family: Comfortaa, serif;
  color: #fff;
  font-size: 11px;
  line-height: 15px;
  font-weight: 400;
  text-align: center;
}

.icons_menu {
  position: relative;
  margin-right: 5px;
  margin-left: 5px;
  padding-right: 5px;
  padding-left: 5px;
  text-align: center;
  text-decoration: none;
  background-color: transparent;
  transition: .2s;
}

.icons_menu:hover {
  opacity: .8;
}

.icons_menu.active .txt_icon_menu {
  text-decoration: underline;
}

.icons_img_menu {
  margin-bottom: 3px;
}

.c-icons-menu {
  position: relative;
  cursor: default;
}

.c-icons-menu:hover .icons-submenu {
  display: block;
}

.icons-submenu {
  display: none;
  padding-top: 25px;
  position: absolute;
  z-index: 1;
}

.c-icons-submenu {
  background-color: #272727;
  padding: 25px 30px;
  width: 160px;
  text-align: left;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 0 10px rgb(0 0 0 / 40%);
}

.icons-submenu__link {
  display: block;
  margin-bottom: 15px;
  color: white;
  font-family: Barlow, sans-serif;
  text-decoration: none;
  font-weight: 500;
  font-size: 15px;
  transition: .2s;
}

.icons-submenu__link:hover {
  text-decoration: underline;
}

.icons-submenu__link:last-child {
  margin-bottom: 0px;
}

.no_carrito_menu {
  position: absolute;
  top: -11px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 22px;
  height: 22px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: #fff;
  font-family: Barlow, sans-serif;
  color: #000;
  font-size: 12px;
  line-height: 12px;
  font-weight: 600;
}

.main {
  padding-top: 90px;
  overflow: hidden;
}

.rotador_home {
  height: 360px;
}

.rotador_principal_al_macarone {
  height: 100%;
  background-color: transparent;
}

.bg_rotador {
  width: 100%;
  height: 100%;
  background-image: url('../img/bg_slide_principal.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.tres_botones {
  padding-top: 10px;
  padding-bottom: 10px;
  /*background-color: #351517;*/
  background-color: #153348;
}

.botones_home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32.33%;
  margin-right: 0.5%;
  margin-left: 0.5%;
  padding: 10px;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  /*border: 1px solid #fa323e;*/
  border-radius: 10px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #fff;
  text-decoration: none;
  transition: .2s;
  background-color: transparent;
}

.botones_home:hover {
  border-color: #17373e;
  background-color: #17373e;
}

.txt_tres_botones {
  font-family: Barlow, sans-serif;
  font-size: 20px;
  line-height: 25px;
  font-weight: 500;
}

.icons_tres_botones {
  margin-right: 15px;
}

.combos_home {
  padding-top: 25px;
  padding-bottom: 40px;
}

.titulo_cta_combos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cta_combos {
  display: inline-block;
  padding: 12px 30px;
  border-radius: 400px;
  background-color: #000;
  font-family: Barlow, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  transition: .2s;
}

.cta_combos:hover {
  background-color: #eb8c2f;
}

.titulo_combos {
  width: 430px;
  max-width: 100%;
  margin-top: 0px;
  margin-right: 15px;
  margin-bottom: 0px;
  font-family: Barlow, sans-serif;
  color: #000;
  font-size: 23px;
  line-height: 30px;
  font-weight: 700;
}

.galeria_combos {
  position: relative;
  max-width: 990px;
  margin: 0px auto;
}

.prev_combos {
  position: absolute;
  left: -45px;
  top: 32%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.next_combos {
  position: absolute;
  top: 32%;
  right: -45px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.col_combos {
  width: 31.33%;
  margin-right: 5px;
  margin-left: 5px;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.link_a_combo_col {
  margin-bottom: 15px;
  text-align: center;
  text-decoration: none;
}

.img_col_combo {
  height: 225px;
  margin-bottom: 20px;
  border-radius: 8px;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #eee;
  overflow: hidden;
  position: relative;
}
.img_col_combo:hover .overlay_combos{
  top: 0%;
}
.img_col_combo.combo_2 {
  background-image: url('../img/combo_2.png');
}

.img_col_combo.combo_3 {
  background-image: url('../img/combo_3.png');
}

.nombre_combo_col {
  margin-bottom: 10px;
  font-family: Barlow, sans-serif;
  color: #000;
  font-size: 18px;
  font-weight: 500;
}

.precio_combo_col {
  margin-bottom: 15px;
  font-family: Barlow, sans-serif;
  color: #000;
  font-size: 35px;
  line-height: 35px;
  font-weight: 600;
}

.buttons_cols_op {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cta_carrito_col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48.5%;
  height: 45px;
  margin-left: 1.5%;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 40px;
  background-color: #153348;
  text-align: center;
  transition: .2s;
}

.cta_carrito_col:hover {
  background-color: #000;
}

.form_cuantos_combos {
  width: 48.5%;
  margin-right: 1.5%;
  margin-bottom: 0px;
}

.input_col_cuantos_combos {
  height: 45px;
  margin-bottom: 0px;
  border: 1px solid #5f5e5e;
  border-radius: 40px;
  font-family: Barlow, sans-serif;
  color: #393939;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.input_col_cuantos_combos::-webkit-input-placeholder {
  color: #393939;
}

.input_col_cuantos_combos:-ms-input-placeholder {
  color: #393939;
}

.input_col_cuantos_combos::-ms-input-placeholder {
  color: #393939;
}

.input_col_cuantos_combos::placeholder {
  color: #393939;
}

.menu_home {
  padding-top: 25px;
  padding-bottom: 10px;
  background-color: #101010;
}

.titulo_menu_home {
  width: 600px;
  max-width: 100%;
  margin-top: 0px;
  margin-right: 15px;
  margin-bottom: 0px;
  font-family: Barlow, sans-serif;
  color: #fff;
  font-size: 23px;
  line-height: 30px;
  font-weight: 700;
}

.cta_menu_completo {
  display: inline-block;
  padding: 11px 29px;
  border: 1px solid #4a4a4a;
  border-radius: 400px;
  background-color: #000;
  font-family: Barlow, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  transition: .2s;
}

.cta_menu_completo:hover {
  border-color: #4a4a4a;
  background-color: #4a4a4a;
}

.titulo_cta_menu_home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cta_a_menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 31.33%;
  height: 180px;
  margin-right: 1%;
  margin-bottom: 20px;
  margin-left: 1%;
  padding-bottom: 15px;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-radius: 3px;
  background-color: #eee;
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  text-decoration: none;
}

.txt_boton_menu {
  font-family: Barlow, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  font-weight: 500;
  text-align: center;
}

.a_domicilio {
  padding-top: 75px;
  padding-bottom: 55px;
  background-image: url('../img/bg_a_domicilio.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.content_titulo_a_domicilio {
  margin-bottom: 60px;
  text-align: center;
}

.titulo_a_domicilio {
  margin-bottom: 5px;
  font-family: Barlow, sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
}

.cta_a_domicilio {
  width: 24%;
  margin-right: 0.5%;
  margin-left: 0.5%;
  float: left;
  text-align: center;
  text-decoration: none;
}

.icon_a_domicilio {
  margin-bottom: 35px;
}

.txt_cta_a_domicilio {
  font-family: Barlow, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.footer {
  /*background-color: #4f3428;*/
  background-color: #153348;
}

.content_derechos_footer {
  padding-top: 20px;
  padding-bottom: 20px;
}

.txt_derechos_footer {
  width: 520px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  font-family: Barlow, sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
}

.footer_items {
  padding-top: 55px;
  padding-bottom: 40px;
  background-color: #fff;
  background-image: url('../img/new_desing_jc/bg_new_footer1_blue.png');
  background-size: cover;
  background-repeat: no-repeat;
}

.col_foo {
  width: 25%;
  float: left;
}

.col_foo.foo_1 {
  width: 38%;
}

.col_foo.foo_2 {
  width: 29%;
}

.col_foo.foo_3 {
  width: 29%;
}

.col_foo.foo_4 {
  width: 4%;
}

.link_footer {
  display: block;
  margin-bottom: 15px;
  font-family: Barlow, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  text-decoration: none;
  transition: .2s;
}

.link_footer:hover {
  color: #fff;
}

.redes_link {
  margin-bottom: 15px;
  transition: .2s;
}

.redes_link:hover {
  opacity: .8;
}

.botones_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-evenly;
}

.cta_a_menu_movil {
  display: none;
  height: 80px;
  background-color: #000;
  background-image: url('../img/arrow_menu_movil.png'), url('../img/img_cta_movil.png');
  background-position: 100% 50%, 0% 50%;
  background-size: auto, auto;
  background-repeat: no-repeat, no-repeat;
}

.formulario_search_movil {
  display: none;
}

.content_menu {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.menu {
  padding-top: 30px;
  padding-bottom: 50px;
}

.col_menu {
  width: 31.33%;
  margin-right: 1%;
  margin-bottom: 40px;
  margin-left: 1%;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.col_menu:hover .overlay_combos{
  top: 0%;
}
.opciones_menu {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #f4f4f4;
}

.link_categorias_menu {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
  font-family: Barlow, sans-serif;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
}

.link_categorias_menu:hover {
  color: #eb8c2f;
}

.link_categorias_menu.active {
  color: #eb8c2f;
}

.link_a_menu_col {
  margin-bottom: 15px;
  text-align: center;
  text-decoration: none;
}

.nombre_menu_col {
  margin-bottom: 10px;
  font-family: Barlow, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}

.precio_menu_col {
  margin-bottom: 15px;
  font-family: Barlow, sans-serif;
  color: #fff;
  font-size: 35px;
  line-height: 35px;
  font-weight: 600;
  min-height:60px;
}

.img_col_menu {
  position: relative;
  height: 250px;
  margin-bottom: 20px;
  border-radius: 8px;
  background-position: 50% 50%;
  background-size: 90%;
  background-repeat: no-repeat;
  background-color: #eee;
  overflow: hidden;
}

.img_col_menu.p_2 {
  background-image: url('../img/pi_2.png');
}

.img_col_menu.p_3 {
  background-image: url('../img/pi_3.png');
}

.img_col_menu.p_4 {
  background-image: url('../img/pi_4.png');
}

.img_col_menu.p_5 {
  background-image: url('../img/pi_5.png');
}

.img_col_menu.p_6 {
  background-image: url('../img/pi_6.png');
}

.img_col_menu.p_7 {
  background-image: url('../img/pi_7.png');
}

.img_col_menu.p_8 {
  background-image: url('../img/pi_8.png');
}

.img_col_menu.p_9 {
  background-image: url('../img/pi_9.png');
}

.img_col_menu.p_10 {
  background-image: url('../img/pi_10.png');
}

.img_col_menu.p_11 {
  background-image: url('../img/pi_11.png');
}

.galeria_categorias {
  position: relative;
  /*display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;*/
}
.categorias_menu {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.prev_menu {
  position: absolute;
  left: 0px;
  top: 50%;
  display: none;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.next_menu {
  position: absolute;
  top: 50%;
  right: 0px;
  display: none;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.carrito {
  padding-top: 60px;
  padding-bottom: 100px;
}

.top_carrito {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.left_top_carrito {
  width: 72%;
  float: left;
}

.titu_mis_compras {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Barlow, sans-serif;
  color: #153348;
  font-size: 26px;
  line-height: 30px;
  font-weight: 700;
  text-align: left;
}

.right_top_carrito {
  width: 28%;
  float: left;
  text-align: right;
}

.continuar_comprando_cta {
  display: inline-block;
  padding: 10px 30px;
  border: 1px solid #153348;
  border-radius: 40px;
  font-family: Barlow, sans-serif;
  color: #153348;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.continuar_comprando_cta:hover {
  background-color: #000;
  color: #fff;
}

.actualizar {
  margin-left: 15px;
}

.body_carrito_tabla {
  margin-bottom: 25px;
  padding: 30px 30px 5px;
  border: 1px solid #d3d3d3;
  border-radius: 2px;
}

.body_carrito_tabla.resp {
  display: none;
}

.cta_comenzar_pedido {
  display: inline-block;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 15px;
  padding: 10px 20px;
  border-radius: 50px;
  background-color: #153348;
  font-family: Barlow, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.left_bottom_carrito {
  width: 72%;
  padding-right: 25px;
  float: left;
}

.img_prod_carrito {
  height: 60px;
}

.form_input_carr {
  margin-bottom: 0px;
}

.subtotal {
  margin-bottom: 20px;
  padding-right: 10px;
  padding-left: 10px;
}

.nombre_producto {
  margin-left: 30px;
  font-family: Barlow, sans-serif;
  color: #000;
  font-size: 18px;
  font-weight: 500;
}

.input_carrito {
  width: 70px;
  height: 45px;
  margin-bottom: 0px;
  border: 1px solid #cbbfb9;
  background-color: #f2f2f2;
  color: #000;
  font-size: 16px;
}

.input_carrito::-webkit-input-placeholder {
  color: #000;
  font-weight: 500;
}

.input_carrito:-ms-input-placeholder {
  color: #000;
  font-weight: 500;
}

.input_carrito::-ms-input-placeholder {
  color: #000;
  font-weight: 500;
}

.input_carrito::placeholder {
  color: #000;
  font-weight: 500;
}

.txt_total {
  font-family: Barlow, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

.total_carrito {
  margin-bottom: 15px;
  padding: 14px 10px;
  border-radius: 4px;
  background-color: #153348;
}

.header_carrito_tabla {
  margin-bottom: 25px;
  padding-right: 30px;
  padding-left: 30px;
}

.txt_subtotal {
  font-family: Barlow, sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 500;
}

.txt_header_carrito {
  font-family: Barlow, sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 700;
}

.nombre_producto_resp {
  color: #326134;
  font-size: 16px;
  font-weight: 400;
}

.right_bottom_carrito {
  width: 28%;
  float: left;
}

.quitar_prod {
  margin-left: 50px;
  text-decoration: none;
  color: #b2b3b2;
  font-weight: bold;
  font-size: 20px;
}

.titu_resume {
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid #d3d3d3;
  font-family: Barlow, sans-serif;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}

.right_sub {
  width: 50%;
  float: left;
  text-align: right;
}

.col_tabla {
  width: 25%;
  margin-bottom: 25px;
  padding-left: 0px;
  float: left;
}

.col_tabla.col_tres {
  width: 22.5%;
}

.col_tabla.center_carr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.col_tabla.col_cuatro {
  width: 23%;
}

.col_tabla.col_dos {
  width: 10.5%;
}

.col_tabla.col_uno {
  width: 44%;
}

.resume_carrito {
  padding: 25px;
  border: 1px solid #d3d3d3;
  border-radius: 4px;
}

.left_sub {
  width: 50%;
  float: left;
}

.precio_carrito {
  font-family: Barlow, sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 500;
}

.sub_total_carrito {
  font-family: Barlow, sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 500;
}

.cta_vaciar_mi_carretila {
  display: inline-block;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 15px;
  padding: 10px 20px;
  border-radius: 50px;
  background-color: #153348;
  font-family: Barlow, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.iniciar_sesion {
  padding-top: 45px;
  padding-bottom: 100px;
}

.titulo_iniciar_sesion {
  margin-top: 0px;
  margin-bottom: 50px;
  font-family: Barlow, sans-serif;
  color: #000;
  font-size: 26px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
}

.label_iniciar {
  display: inline-block;
  margin-bottom: 0px;
  margin-left: 10px;
  padding-right: 5px;
  padding-left: 5px;
  background-color: #fff;
  font-family: Barlow, sans-serif;
  color: #515151;
  font-size: 14px;
  font-weight: 500;
}

.input_iniciar {
  height: 40px;
  margin-top: -8px;
  margin-bottom: 40px;
  border: 1px solid #8c8c8c;
  border-radius: 5px;
  font-family: Barlow, sans-serif;
  color: #515151;
  font-size: 14px;
  font-weight: 400;
}

.input_iniciar::-webkit-input-placeholder {
  color: #515151;
}

.input_iniciar:-ms-input-placeholder {
  color: #515151;
}

.input_iniciar::-ms-input-placeholder {
  color: #515151;
}

.input_iniciar::placeholder {
  color: #515151;
}

.content_link_olvide_pass {
  margin-top: -20px;
  margin-bottom: 45px;
  text-align: right;
}

.link_olvide_pass {
  display: inline-block;
  font-family: Barlow, sans-serif;
  color: #000;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.submit_login {
  width: 100%;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 40px;
  background-color: #d8000d;
  font-family: Barlow, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.txt_pregunta {
  margin-bottom: 20px;
  font-family: Barlow, sans-serif;
  color: #000;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

.cta_registrarme {
  display: inline-block;
  width: 100%;
  padding: 10px 15px;
  border-radius: 40px;
  background-color: #ececec;
  font-family: Barlow, sans-serif;
  color: #000;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.registrarse {
  padding-top: 50px;
  padding-bottom: 100px;
}

.left_registro {
  width: 65%;
  padding-right: 30px;
  float: left;
}

.titulo_crear_cuenta {
  margin-top: 0px;
  margin-bottom: 35px;
  font-family: Barlow, sans-serif;
  color: #eb8c2f;
  font-size: 26px;
  line-height: 30px;
  font-weight: 700;
  text-align: left;
}

.left_form_registro {
  width: 50%;
  padding-right: 10px;
  float: left;
}

.right_form_registro {
  width: 50%;
  padding-left: 10px;
  float: left;
}

.label_registro {
  display: inline-block;
  margin-bottom: 0px;
  margin-left: 10px;
  padding-right: 5px;
  padding-left: 5px;
  background-color: #fff;
  font-family: Barlow, sans-serif;
  color: #515151;
  font-size: 14px;
  font-weight: 500;
}

.input_registro {
  height: 40px;
  margin-top: -8px;
  margin-bottom: 50px;
  border: 1px solid #8c8c8c;
  border-radius: 5px;
  font-family: Barlow, sans-serif;
  color: #515151;
  font-size: 14px;
  font-weight: 400;
}

.input_registro::-webkit-input-placeholder {
  color: #515151;
}

.input_registro:-ms-input-placeholder {
  color: #515151;
}

.input_registro::-ms-input-placeholder {
  color: #515151;
}

.input_registro::placeholder {
  color: #515151;
}

.input_registro.m_sp {
  margin-bottom: 40px;
}

.input_registro.m_pass {
  margin-bottom: 40px;
  padding-right: 55px;
  background-image: url('../img/icon_abierto.png');
  background-position: 97% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.full_form_registro {
  position: relative;
  width: 100%;
  float: left;
}

.full_form_registro.right_button {
  text-align: right;
}

.txt_titulos_registro {
  margin-bottom: 50px;
  font-family: Barlow, sans-serif;
  color: #000;
  font-size: 18px;
  font-weight: 700;
}

.submit_registrarme {
  padding: 10px 100px;
  border-radius: 40px;
  background-color: #d8000d;
  font-family: Barlow, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.checkbox_registrarse {
  margin-bottom: 0px;
  font-family: Barlow, sans-serif;
}

.checkbox_label_registrarme {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  text-decoration: underline;
}

.txt_campos_obligatorios {
  font-family: Barlow, sans-serif;
  color: #000;
  font-size: 12px;
  font-weight: 700;
}

.content_check_txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -20px;
  margin-bottom: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.right_registro {
  width: 35%;
  float: left;
}

.cuadro_cuenta_te_permite {
  padding: 25px;
  border: 1px solid #8c8c8c;
}

.txt_tu_cuenta_te_permite {
  margin-bottom: 50px;
  font-family: Barlow, sans-serif;
  color: #000;
  font-size: 18px;
  font-weight: 700;
}

.icono_txt_registro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.icono_reg {
  display: inline-block;
  width: 25px;
  margin-right: 15px;
}

.txt_icono_registro {
  font-family: Barlow, sans-serif;
  color: #000;
  font-size: 14px;
  font-weight: 500;
}

.back_registrarse_movil {
  display: none;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f9f9f9;
}

.arrow_y_txt_back {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.txt_back_movil {
  margin-left: 20px;
  font-family: Barlow, sans-serif;
  color: #393939;
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
}

.mi_cuenta {
  padding-top: 45px;
  padding-bottom: 150px;
  background-color: #d8000d;
}

.top_mi_cuenta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 108px;
  padding-right: 85px;
  padding-left: 85px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../img/bg_top_cuenta.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.titulo_mi_cuenta {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Barlow Condensed', sans-serif;
  color: #fff;
  font-size: 28px;
  line-height: 30px;
  font-weight: 700;
}

.link_cerrar_sesion {
  font-family: 'Barlow Condensed', sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}

.bottom_mi_cuenta {
  padding: 30px 70px 100px;
  background-color: #fff;
}

.tabs_heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 40px 30px 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #8c8c8c;
}

.icono_y_titulo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.titulo_tab {
  margin-left: 20px;
  font-family: Barlow, sans-serif;
  color: #000;
  font-size: 20px;
  font-weight: 700;
}

.tabs_body {
  display: none;
  padding: 50px 75px 30px;
}

.left_cuenta {
  width: 50%;
  padding-right: 10px;
  float: left;
}

.right_cuenta {
  width: 50%;
  padding-left: 10px;
  float: left;
}

.full_cuenta {
  width: 100%;
  float: left;
}

.label_cuenta {
  display: inline-block;
  margin-bottom: 0px;
  margin-left: 25px;
  padding-right: 5px;
  padding-left: 5px;
  background-color: #fff;
  font-family: Barlow, sans-serif;
  color: #515151;
  font-size: 14px;
  font-weight: 600;
}

.input_cuenta {
  height: 40px;
  margin-top: -8px;
  margin-bottom: 35px;
  padding-left: 50px;
  border: 1px solid #8c8c8c;
  border-radius: 5px;
  font-family: Barlow, sans-serif;
  color: #515151;
  font-size: 16px;
  font-weight: 400;
}

.input_cuenta::-webkit-input-placeholder {
  color: #515151;
}

.input_cuenta:-ms-input-placeholder {
  color: #515151;
}

.input_cuenta::-ms-input-placeholder {
  color: #515151;
}

.input_cuenta::placeholder {
  color: #515151;
}

.input_cuenta.close_ey {
  background-image: url('../img/cerrado_eye.png');
  background-position: 98% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.submit_cuenta {
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  border-radius: 40px;
  background-color: #d8000d;
  font-family: Barlow, sans-serif;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.cuadro_direcciones {
  width: 100%;
  margin-bottom: 10px;
  padding: 35px 50px;
  border-radius: 5px;
  background-color: #ddd;
}

.left_direcciones_cuenta {
  width: 65%;
  padding-top: 10px;
  padding-right: 15px;
  padding-bottom: 10px;
  float: left;
  border-right: 1px solid #ebebeb;
}

.right_direcciones_cuenta {
  width: 35%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  float: left;
}

.content_direcciones_cuenta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.titulo_direcciones {
  margin-bottom: 15px;
  font-family: Barlow, sans-serif;
  color: #000;
  font-size: 14px;
  font-weight: 700;
}

.txt_direcciones_cuenta {
  margin-bottom: 10px;
  font-family: Barlow, sans-serif;
  color: #000;
  font-size: 14px;
  font-weight: 400;
}

.direccion_principal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.txt_direccion_principal {
  font-family: Barlow, sans-serif;
  color: #000;
  font-size: 14px;
  font-weight: 400;
}

.icon_direccion {
  margin-right: 15px;
}

.eliminar_direccion {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.txt_eliminar_direccion {
  font-family: Barlow, sans-serif;
  color: #000;
  font-size: 14px;
  font-weight: 400;
}

.titulo_opciones {
  margin-bottom: 30px;
  font-family: Barlow, sans-serif;
  color: #000;
  font-size: 14px;
  font-weight: 700;
}

.submit_password {
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  border-radius: 40px;
  background-color: #d8000d;
  font-family: Barlow, sans-serif;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.titulo_mis_ordenes {
  display: none;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Barlow Condensed', sans-serif;
  color: #fff;
  font-size: 28px;
  line-height: 30px;
  font-weight: 700;
}

.form_select_opciones_cuenta {
  display: none;
  margin-bottom: 0px;
}

.select_cuenta {
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  border: 0px solid #000;
  background-color: transparent;
  font-family: 'Barlow Condensed', sans-serif;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.bottom_ordenes {
  display: none;
  background-color: #fff;
}

.left_ordenes {
  width: 40%;
  min-height: 600px;
  padding: 60px 70px;
  float: left;
  box-shadow: inset -6px 2px 20px -4px rgba(0, 0, 0, 0.48);
}

.right_ordenes {
  width: 60%;
  padding: 60px 30px;
  float: left;
}

.content_cols_ordenes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.txt_no_se_encontraron {
  font-family: Barlow, sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
}

.cta_iniciar_sesion {
  display: none;
}

.left_slide {
  width: 40%;
  padding-top: 20px;
  float: left;
}

.titulo_slide {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'Barlow Condensed', sans-serif;
  color: #fff;
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
  text-transform: uppercase;
}

.txt_slide {
  margin-bottom: 15px;
  font-family: 'Barlow Condensed', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
}

.precio_slide {
  margin-bottom: 10px;
  font-family: 'Barlow Condensed', sans-serif;
  color: #fff;
  font-size: 90px;
  line-height: 70px;
  font-weight: 700;
}

.span_slide {
  font-size: 60px;
}

.cta_slide {
  display: inline-block;
  padding: 12px 40px;
  border: 2px solid #fff;
  border-radius: 40px;
  font-family: Barlow, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: .2s;
}

.cta_slide:hover {
  background-color: #fff;
  color: #000;
}

.right_slide {
  width: 60%;
  float: left;
  text-align: center;
}

.prev_arrow_slide {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.next_arrow_slide {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.c_lightbox_menu {
  position: relative;
  z-index: 10000;
  display: none;
}

.lightbox_fixed_menu {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 100;
  overflow: auto;
  width: 100%;
  height: 100%;
}

.overlay_menu {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
}

.lightbox_cuadro_menu {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 940px;
  height: 410px;
  max-width: 95%;
  margin-right: auto;
  margin-left: auto;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.lightbox_cuadro_menu_fade_out {
  opacity: 0;
  z-index: -1;
}

.left_lightbox_menu {
  width: 55%;
  height: 100%;
  float: left;
}

.img_lightbox_menu {
  width: 100%;
  height: 100%;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  background-image: url('../img/img_menu_lightbox.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.right_lightbox_menu {
  position: relative;
  width: 45%;
  height: 100%;
  float: left;
}

.content_opciones_menu {
  overflow: auto;
  width: 100%;
  height: 360px;
  padding-top: 20px;
  padding-right: 30px;
  padding-left: 30px;
}

.nombre_y_precio_lightbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nombre_lightbox {
  margin-right: 10px;
  font-family: Barlow, sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 22px;
  font-weight: 700;
}

.precio_lightbox {
  font-family: Barlow, sans-serif;
  color: #000;
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
}

.form_lightbox {
  margin-bottom: 10px;
}

.label_lightbox {
  display: inline-block;
  margin-bottom: 0px;
  margin-left: 10px;
  padding-right: 5px;
  padding-left: 5px;
  background-color: #fff;
  font-family: Barlow, sans-serif;
  color: #515151;
  font-size: 14px;
  font-weight: 500;
}

.input_lightbox {
  height: 40px;
  margin-top: -8px;
  margin-bottom: 25px;
  border: 1px solid #8c8c8c;
  border-radius: 5px;
  background-color: #fff;
  font-family: Barlow, sans-serif;
  color: #000;
  font-size: 15px;
  font-weight: 500;
}

.input_lightbox::-webkit-input-placeholder {
  color: #515151;
}

.input_lightbox:-ms-input-placeholder {
  color: #515151;
}

.input_lightbox::-ms-input-placeholder {
  color: #515151;
}

.input_lightbox::placeholder {
  color: #515151;
}

.input_lightbox.no_prod {
  text-align: center;
}

.input_lightbox.no_prod.carrito_light {
  height: 50px;
  margin-bottom: 0px;
  font-size: 16px;
}

.full_form_lightbox {
  width: 100%;
  float: left;
}

.left_form_lightbox {
  width: 50%;
  padding-right: 5px;
  float: left;
}

.right_form_lightbox {
  width: 50%;
  padding-left: 5px;
  float: left;
}

.titulo_ingredientes {
  margin-bottom: 15px;
  font-family: Barlow, sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 700;
}

.cta_agregar_a_mi_orden {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #153348;
  font-family: Barlow, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.cta_agregar_a_mi_orden:hover {
  background-color: #000;
}

.ingredientes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  padding-bottom: 4px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #dcdcdc;
}

.left_ingredientes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  float: left;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.right_ingredientes {
  width: 15%;
  float: left;
  text-align: right;
}

.cta_quitar {
  display: inline-block;
  font-family: Barlow, sans-serif;
  color: #eb8c2f;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.img_ingrediente {
  width: 60px;
  height: 60px;
  margin-right: 15px;
  border: 1px solid #dcdcdc;
  border-radius: 100%;
  background-image: url('../img/img_ingrediente.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  flex: 0 0 auto;
}

.nombre_ingrediente {
  font-family: Barlow, sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 600;
}

.opciones_de_eleccion.des {
  display: none;
}

.cta_agregar_ingredientes {
  display: inline-block;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 20px;
  padding: 14px 32px 14px 14px;
  border: 1px solid #8c8c8c;
  border-radius: 5px;
  background-image: url('../img/icon_suma_ing.png');
  background-position: 96% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  font-family: Barlow, sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.close_lightbox {
  position: absolute;
  left: auto;
  top: -15px;
  right: -15px;
  bottom: auto;
  z-index: 1;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  color: #000;
  text-decoration: none;
  border-radius: 50%;
  font-weight: bold;
  font-family: Barlow, sans-serif;
  font-size: 16px;
}

.opciones_ingredientes_extra {
  display: none;
}

.titulo_ingredientes_extra {
  margin-bottom: 25px;
  font-family: Barlow, sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 700;
}

.content_opciones_ingredientes {
  overflow: scroll;
  width: 100%;
  height: 330px;
  padding: 35px 30px 20px;
  box-shadow: inset 0 -4px 14px -2px rgba(0, 0, 0, 0.28);
}

.ingredientes_extra {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  padding-bottom: 4px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #dcdcdc;
}

.left_ingredientes_extra {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65%;
  float: left;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.center_ingredientes_extra {
  width: 25%;
  float: left;
}

.right_ingredientes_extra {
  width: 10%;
  float: left;
  text-align: right;
}

.precio_ingrdiente_extra {
  font-family: Barlow, sans-serif;
  color: #eb8c2f;
  font-size: 16px;
  font-weight: 600;
}

.circulo_check_ingrediente {
  width: 29px;
  height: 29px;
  margin-bottom: 0px;
  border: 1px solid #000;
  border-radius: 100%;
  cursor: pointer;
}

.circulo_check_ingrediente.active {
  border-color: #eb8c2f;
  background-color: #eb8c2f;
  background-image: url('../img/icon-check.svg');
  background-position: 50% 50%;
  background-size: 18px;
  background-repeat: no-repeat;
}

.buttons_ingredientes_extra {
  width: 100%;
  height: 80px;
  padding-top: 15px;
  padding-right: 30px;
  padding-left: 30px;
}

.cta_cancelar {
  display: inline-block;
  margin-right: 10px;
  padding: 14px 29px;
  border: 1px solid #8c8c8c;
  border-radius: 5px;
  font-family: Barlow, sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.cta_agregar_extra {
  display: inline-block;
  padding: 14px 24px;
  border-radius: 5px;
  background-color: #eb8c2f;
  font-family: Barlow, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.lightbox_cuadro_extras {
  position: absolute;
  left: 50%;
  top: 50%;
  display: none;
  width: 500px;
  height: 400px;
  max-width: 95%;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.content_opciones_extra {
  position: relative;
  overflow: auto;
  width: 100%;
  height: 350px;
  padding: 20px 30px 30px;
}

.titulo_agregar_extra {
  margin-bottom: 30px;
  font-family: Barlow, sans-serif;
  color: #000;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.extra_recomendados {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  padding-bottom: 9px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #dcdcdc;
}

.close_lightbox_extra {
  position: absolute;
  left: auto;
  top: -15px;
  right: -15px;
  bottom: auto;
  z-index: 1;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  color: #eb8c2f;
  text-decoration: none;
  border-radius: 50%;
  font-weight: bold;
  font-family: Barlow, sans-serif;
  font-size: 16px;
}

.c_lightbox_menu_movil {
  position: relative;
  z-index: 100;
  display: none;
}

.lightbox_content_movil {
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.opciones_lightbox_menu_movil {
  position: relative;
  width: 100%;
  height: 100%;
}

.content_opciones_menu_movil {
  overflow: scroll;
  width: 100%;
  padding-top: 20px;
  padding-right: 30px;
  padding-left: 30px;
}

.overlay_menu_movil {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
}

.lightbox_fixed_menu_movil {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 100;
  overflow: auto;
  width: 100%;
  height: 100%;
}

.nombre_lightbox_movil {
  margin-right: 10px;
  font-family: Barlow, sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 22px;
  font-weight: 700;
}

.precio_lightbox_movil {
  font-family: Barlow, sans-serif;
  color: #000;
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
}

.cta_agregar_a_mi_orden_movil {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #eb8c2f;
  font-family: Barlow, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.cta_agregar_a_mi_orden_movil:hover {
  background-color: #000;
}

.close_lightbox_movil {
  position: absolute;
  left: auto;
  top: -15px;
  right: -15px;
  bottom: auto;
  z-index: 1;
}

.opciones_ingredientes_extra_movil {
  display: none;
}

.content_opciones_ingredientes_movil {
  overflow: scroll;
  width: 100%;
  height: 330px;
  padding: 35px 30px 20px;
  box-shadow: inset 0 -4px 14px -2px rgba(0, 0, 0, 0.28);
}

.buttons_ingredientes_extra_movil {
  width: 100%;
  height: 80px;
  padding-top: 15px;
  padding-right: 30px;
  padding-left: 30px;
}

.cta_cancelar_movil {
  display: inline-block;
  margin-right: 10px;
  padding: 14px 29px;
  border: 1px solid #8c8c8c;
  border-radius: 5px;
  font-family: Barlow, sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.cta_agregar_extra_movil {
  display: inline-block;
  padding: 14px 24px;
  border-radius: 5px;
  background-color: #eb8c2f;
  font-family: Barlow, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.lightbox_content_extra_movil {
  display: none;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.close_lightbox_movil_extra {
  position: absolute;
  left: auto;
  top: -15px;
  right: -15px;
  bottom: auto;
  z-index: 1;
}

.lightbox_carrito {
  position: relative;
  z-index: 10000;
  display: none;
}

.lightbox_cuadro_carrito {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 480px;
  height: 100%;
  padding-top: 60px;
  padding-right: 60px;
  padding-left: 60px;
  padding-bottom: 20px;
  background-color: #fff;
  overflow: auto;
}

.lightbox_fixed_carrito {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 100;
  overflow: auto;
  width: 100%;
  height: 100%;
}

.overlay_carrito {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
}

.titulo_close {
  position: relative;
  margin-bottom: 40px;
}

.titulo_carrito_lightbox {
  margin-top: 0px;
  padding-right: 20px;
  font-family: Barlow, sans-serif;
  color: #000;
  font-size: 38px;
  line-height: 40px;
  font-weight: 700;
}

.close_carrito {
  position: absolute;
  top: 60%;
  right: 0%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  font-weight: bold;
  font-family: Barlow, sans-serif;
  text-decoration: none;
  color: #888888;
  font-size: 20px;
}

.subtotal_carrito_lightbox {
  margin-bottom: 35px;
  padding: 14px 10px;
  border-radius: 4px;
  background-color: #eee;
}

.txt_subtotal_lightbox {
  font-family: Barlow, sans-serif;
  color: #000;
  font-size: 18px;
  font-weight: 500;
}

.cta_lightbox_comprar_ahora {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
  padding: 13px 10px;
  border-radius: 40px;
  background-color: #153348;
  font-family: Barlow, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.cta_lightbox_seguir_comp {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
  padding: 12px 10px;
  border: 1px solid #153348;
  border-radius: 40px;
  font-family: Barlow, sans-serif;
  color: #153348;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

.cuadro_carrito_producto {
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 25px;
  padding-left: 40px;
  border-bottom: 1px dotted #8a8a8a;
}

.titulo_precio_lightbox_carrito {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.txt_nombre_producto_carrito {
  margin-right: 10px;
  font-family: Barlow, sans-serif;
  color: #252525;
  font-size: 16px;
  font-weight: 400;
}

.txt_precio_producto_carrito {
  font-family: Barlow, sans-serif;
  color: #252525;
  font-size: 22px;
  line-height: 22px;
  font-weight: 500;
}

.borrar_prod_lightbox {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
}

.content_img_cantidad_carrito {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.img_prod_carrito_lightbox {
  width: 85px;
  height: 65px;
  border-radius: 5px;
  background-image: url('../img/img_menu_lightbox.png');
  background-position: 50% 50%;
  background-size: cover;
}

.left_carrito_lightbox {
  width: 50%;
  float: left;
}

.right_carrito_lightbox {
  width: 50%;
  float: left;
}

.form_cantidad_lightbox {
  margin-bottom: 5px;
}

.search-desktop {
  position: absolute;
  width: 100%;
  top: 100%;
  /*background-color: #2b2b2b;*/
  /*background-color: #351517;*/
  background-color: #153348;
  padding-bottom: 15px;
  display: none;
}

#lightbox {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.3);
  display: none;
  z-index: 999999999999999999;
}

.loader {
  border: 16px solid #f3f3f3; /* Light grey */
  border-top: 16px solid #e9b647; /* krispy yellow */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
  position: fixed;
  top:0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
  margin: auto;
}

.swal-button {
  background-color: #006937;
}

.swal-button:not([disabled]):hover {
  background-color: #eb8c2f;
}

.message {
  text-align: center;
  padding: 8px;
  position: fixed;
  bottom: 0;
  width: 100%;
  float: right;
  z-index: 999999999;
}

.error {
  background-color: red;
  color: #fff;
}

.success {
  background-color: green !important;
  color: #fff !important;
}

.hidden {
  display:  none;
}

.c-generic {
  max-width: 600px;
  margin: auto;
  text-align: center;
  padding: 60px 20px 60px 20px;
}

.c-generic-image {
  margin-bottom: 20px;
}

.c-generic__title {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Comfortaa, sans-serif;
  color: #000;
  font-size: 36px;
  line-height: 120%;
  font-weight: bold;
  text-align: center;
}

.c-generic__description {
  font-family: Comfortaa, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 20px
}

.c-generic__link {
  color: #fff;
  background-color: #153348;
  border-radius: 20px;
  padding: 10px 30px;
  font-family: Comfortaa, sans-serif;
  font-weight: 500;
  display: inline-block;
  text-decoration: none;
}

.search-desktop .submit_search_movil {
  height: 45px;
}

.search-desktop .input_search {
  height: 45px;
}

.input_search {
  width: 88%;
  height: 65px;
  margin-bottom: 0px;
  float: left;
  border: 0px solid #000;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  background-color: #2b2b2b;
  font-family: Barlow, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.submit_search_movil {
  width: 12%;
  height: 65px;
  float: left;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  background-color: #2b2b2b;
  background-image: url('../img/icon_search_menu.png');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.link_categorias_menu_search {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
  font-family: Barlow, sans-serif;
  color: #000;
  font-size: 18px;
  font-weight: 700;
}

.link_categorias_menu_search span {
  color: #eb8c2f;
}

.no-results {
  width: 100%;
  text-align: center;
  font-family: Barlow, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
}

.no-results__title {
  font-weight: bold;
  margin-bottom: 20px;
}

.no-results-form__search {
  border: none;
  border-bottom: 1px solid #000;
  color: black;
  margin-bottom: 20px;
}

.no-results-form__submit {
  background-color: #eb8c2f;
  color: #fff;
  border: none;
  border-radius: 400px;
  font-weight: bold;
  padding: 12px 40px;
}

.logo_footer {
  transition: .2s;
  max-width: 150px;
}

.logo_footer:hover {
  opacity: .8;
}

/* .c-search-desktop {
  position: relative;
} */

/* .select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
} */

.select2-container--default .select2-selection--single {
  border: none !important;
  background-color: #17373e !important;
  font-family: Barlow, sans-serif;
  color: #fff;
  font-weight: 500;
  height: 40px !important;
  border-radius: 0 !important;
}

.leaflet-container a{
  color: #153348 !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #fff !important;
  text-align: center;
  line-height: 40px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 6px !important;
}

.select2-container--open .select2-dropdown--below {
  font-family: Barlow, sans-serif;
  font-weight: 500;
  background-color: #17373e !important;
  color: white;
  border: none;
  box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  background-color: #444;
  color: white;
  height: 40px;
  padding: 8px 12px;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  /*background-color: #351517 !important;*/
  background-color: #153348 !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  /*background-color: #351517 !important;*/
  background-color: #153348 !important;
}

/* .select2-container {
  width: 100% !important;
  position: absolute !important;
  left: 0;
} */

.circulo_check_offer {
  width: 29px;
  height: 29px;
  margin-bottom: 0px;
  border: 1px solid #000;
  border-radius: 100%;
  cursor: pointer;
  margin-left: auto;
}

.circulo_check_offer.active {
  border-color: #eb8c2f;
  background-color: #eb8c2f;
  background-image: url('../img/icon-check.svg');
  background-position: 50% 50%;
  background-size: 18px;
  background-repeat: no-repeat;
}

.no-results__cateogry {
  font-family: Barlow, sans-serif;
  width: 100%;
  font-size: 16px;
  text-align: center;
}

.cta_carrito_col__icon {
  height: 30px;
}

@media screen and (max-width: 1180px) {
  .icons-submenu {
    padding-top: 20px;
  }

  .left_slide {
    width: 45%;
  }

  .right_slide {
    width: 55%;
  }
}
@media screen and (max-width: 1080px) {
  .galeria_combos{
    max-width: 90%;
  }
}


@media screen and (max-width: 991px) {
  .left_slide {
    width: 40%;
  }

  .right_slide {
    width: 60%;
  }

  .select2-container--default .select2-selection--single .select2-selection__rendered {
    background-image: url(../img/icon_search_menu1.png);
    text-align: left;
    background-repeat: no-repeat;
    background-position: 4% 50%;
    height: 65px !important;
    line-height: 65px !important;
    padding-left: 90px !important;
  }

  .select2-container--default .select2-selection--single {
    height: 65px !important;
    border-radius: 15px !important;
  }

  .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 20px !important;
  }



  .search-desktop {
    display: none !important;
  }

  .header {
    background-color: #151515;
  }

  .nav_link_almacarone {
    text-align: left;
  }

  .nav_link_almacarone:hover {
    background-position: 0% 100%;
  }

  .nav_link_almacarone.active {
    background-position: 0% 100%;
  }

  .nav_menu_al_macarone {
    height: 100%;
    padding-right: 60px;
    padding-left: 60px;
    background-color: #151515;
  }

  .left_menu {
    width: 40%;
  }

  .center_menu {
    width: 0%;
  }

  .right_menu {
    width: 60%;
    border-left-width: 0px;
  }

  .txt_icon_menu {
    display: none;
  }

  .icons_menu.search_icon {
    display: none;
  }

  .icons_menu.user_icon {
    display: none;
  }

  .prev_combos {
    left: -30px;
    width: 50px;
  }

  .next_combos {
    right: -30px;
    width: 50px;
  }

  .img_col_combo {
    height: 200px;
  }

  .cta_carrito_col {
    padding-right: 20px;
    padding-left: 20px;
  }

  .titulo_menu_home {
    width: 450px;
  }

  .cta_menu_completo {
    padding-right: 19px;
    padding-left: 19px;
  }

  .menu_button {
    padding: 10px;
    background-color: transparent;
    /*color: #eb8c2f;*/
    color: #fff;
  }

  .menu_button.w--open {
    background-color: #151515;
    /*color: #eb8c2f;*/
    color: #fff;
    border-radius: 4px;
  }

  .icon_menu {
    font-size: 30px;
  }

  .formulario_search_movil {
    display: block;
    margin-bottom: 15px;
  }

  .input_search {
    width: 88%;
    height: 65px;
    margin-bottom: 0px;
    float: left;
    border: 0px solid #000;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    background-color: #2b2b2b;
    font-family: Barlow, sans-serif;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
  }

  .input_search::-webkit-input-placeholder {
    color: #fff;
  }

  .input_search:-ms-input-placeholder {
    color: #fff;
  }

  .input_search::-ms-input-placeholder {
    color: #fff;
  }

  .input_search::placeholder {
    color: #fff;
  }

  .submit_search_movil {
    width: 12%;
    height: 65px;
    float: left;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    background-color: #2b2b2b;
    background-image: url('../img/icon_search_menu.png');
    background-position: 50% 50%;
    background-size: auto;
    background-repeat: no-repeat;
  }

  .link_categorias_menu {
    font-size: 16px;
  }

  .continuar_comprando_cta {
    padding-right: 20px;
    padding-left: 20px;
  }

  .actualizar {
    margin-left: 5px;
  }

  .body_carrito_tabla {
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .cta_comenzar_pedido {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 11px;
  }

  .nombre_producto {
    margin-left: 15px;
    font-size: 15px;
  }

  .txt_total {
    font-size: 14px;
  }

  .header_carrito_tabla {
    padding-right: 10px;
    padding-left: 10px;
  }

  .txt_subtotal {
    font-size: 14px;
  }

  .nombre_producto_resp {
    font-size: 15px;
  }

  .quitar_prod {
    margin-left: 15px;
  }

  .col_tabla {
    margin-bottom: 15px;
    padding-right: 5px;
  }

  .col_tabla.col_dos {
    width: 14.5%;
  }

  .col_tabla.col_uno {
    width: 40%;
  }

  .cta_vaciar_mi_carretila {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 11px;
  }

  .cuadro_cuenta_te_permite {
    padding-right: 15px;
    padding-left: 15px;
  }

  .mi_cuenta {
    padding-bottom: 100px;
  }

  .top_mi_cuenta {
    padding-right: 60px;
    padding-left: 60px;
  }

  .bottom_mi_cuenta {
    padding-right: 50px;
    padding-left: 50px;
  }

  .tabs_heading {
    padding-left: 40px;
  }

  .tabs_body {
    padding-right: 50px;
    padding-left: 50px;
  }

  .cuadro_direcciones {
    padding-right: 30px;
    padding-left: 30px;
  }

  .left_ordenes {
    padding-right: 30px;
    padding-left: 30px;
  }

  .cta_iniciar_sesion {
    display: block;
    width: 100%;
    padding-top: 22px;
    padding-bottom: 22px;
    padding-left: 90px;
    border-radius: 15px;
    background-color: #2b2b2b;
    background-image: url('../img/icon_user_menu.png');
    background-position: 4% 50%;
    background-size: auto;
    background-repeat: no-repeat;
    font-family: Barlow, sans-serif;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    text-decoration: none;
  }

  .content_form_search_movil {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .left_slide {
    padding-left: 20px;
  }

  .titulo_slide {
    font-size: 40px;
    line-height: 45px;
  }

  .txt_slide {
    font-size: 16px;
  }

  .precio_slide {
    font-size: 70px;
    line-height: 50px;
  }

  .buttons_ingredientes_extra {
    padding-right: 10px;
    padding-left: 25px;
  }

  .cta_cancelar {
    padding-right: 19px;
    padding-left: 19px;
  }

  .cta_agregar_extra {
    padding-right: 14px;
    padding-left: 14px;
  }

  .buttons_ingredientes_extra_movil {
    padding-right: 10px;
    padding-left: 25px;
  }

  .cta_cancelar_movil {
    padding-right: 19px;
    padding-left: 19px;
  }

  .cta_agregar_extra_movil {
    padding-right: 14px;
    padding-left: 14px;
  }

  .txt_subtotal_lightbox {
    font-size: 14px;
  }

  .c-ed-lightbox.c-ed-lightbox--home {
    align-items: flex-start;
    overflow: auto;
  }
}

@media screen and (max-width: 767px) {
  .cta_agregar_a_mi_orden {
    position: fixed;
    bottom: 0;
    left: 0;
  }

  .close_lightbox_extra {
    top: 5px;
    right: 5px;
    box-shadow: 0px 0px 4px rgb(0 0 0 / 20%);
    font-size: 18px;
  }
  .lightbox_cuadro_extras {
    position: fixed;
    width: 100%;
    height: 100%;
    transform: none;
    left: 0;
    top: 0;
    max-width: 100%;
  }
  .content_opciones_extra {
    height: calc(100% - 50px);
  }
  .left_lightbox_menu {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .right_lightbox_menu {
    width: 100%;
    position: static;
  }

  .lightbox_fixed_menu {
    background-color: white;
  }

  .overlay_menu {
    background-color: white;
  }

  .lightbox_cuadro_menu {
    height: auto;
    position: static;
    transform: none;
    max-width: 100%;
    padding-top: 40px;
  }

  .content_opciones_menu {
    height: auto;
    padding-bottom: 80px;
  }

  .c_lightbox_menu {
    z-index: 1001;
  }

  .img_lightbox_menu {
    height: 350px;
    border-radius: 15px;
  }

  .close_lightbox {
    top: 5px;
    right: 5px;
    box-shadow: 0px 0px 4px rgb(0 0 0 / 20%);
    font-size: 18px;
}

  .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 65px !important;
  }

  .no-results-form__submit {
    width: 100%;
  }

  .container.c-opciones{
    max-width: 95%;
  }
  .main {
    padding-top: 90px;
  }

  .rotador_home {
    height: auto;
  }

  .botones_home {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .txt_tres_botones {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
  }

  .icons_tres_botones {
    margin-right: 0px;
  }

  .combos_home {
    display: none;
  }

  .menu_home {
    background-color: #1d1d1d;
  }

  .titulo_menu_home {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 15px;
    font-size: 22px;
  }

  .cta_menu_completo {
    border-color: #fff;
  }

  .titulo_cta_menu_home {
    display: block;
    text-align: center;
  }

  .content_botones_menu_home_desktop {
    display: none;
  }

  .a_domicilio {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .col_foo.foo_1 {
    width: 36%;
    padding-right: 30px;
  }

  .col_foo.foo_2 {
    padding-right: 5px;
  }

  .col_foo.foo_3 {
    padding-right: 5px;
  }

  .col_foo.foo_4 {
    width: 6%;
  }

  .cta_a_menu_movil {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 5px;
    padding-left: 200px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    background-position: 95% 50%, 0% 50%;
    text-decoration: none;
  }

  .cta_a_menu_movil.cta_2 {
    background-image: url('../img/arrow_menu_movil.png'), url('../img/img_cta_movil_2.png');
  }

  .cta_a_menu_movil.cta_3 {
    background-image: url('../img/arrow_menu_movil.png'), url('../img/img_cta_movil_3.png');
  }

  .cta_a_menu_movil.cta_4 {
    background-image: url('../img/arrow_menu_movil.png'), url('../img/img_cta_movil_4.png');
  }

  .cta_a_menu_movil.cta_5 {
    background-image: url('../img/arrow_menu_movil.png'), url('../img/img_cta_movil_5.png');
  }

  .cta_a_menu_movil.cta_6 {
    background-image: url('../img/arrow_menu_movil.png'), url('../img/img_cta_movil_6.png');
  }

  .txt_cta_a_menu_movil {
    font-family: Barlow, sans-serif;
    color: #fff;
    font-size: 22px;
    line-height: 25px;
    font-weight: 500;
  }

  .col_menu {
    width: 48%;
  }

  .link_categorias_menu.cat_oculto {
    display: none;
  }

  .nombre_menu_col {
    color: #fff;
  }

  .precio_menu_col {
    color: #fff;
  }

  .galeria_categorias {
    padding-right: 30px;
    padding-left: 30px;
  }

  .prev_menu {
    left: -10px;
    display: inline-block;
  }

  .next_menu {
    right: -10px;
    display: inline-block;
  }

  .carrito {
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .top_carrito {
    margin-bottom: 25px;

  }

  .left_top_carrito {
    width: 50%;
  }

  .right_top_carrito {
    width: 50%;
  }

  .content_prod_resp {
    margin-bottom: 25px;
    text-align: center;
  }

  .right_carrito_resp {
    width: 78%;
    float: left;
    text-align: right;
  }

  .actualizar.resp {
    margin-left: 15px;
  }

  .actualizar img {
    height: 15px;
  }

  .left_carrito_resp {
    width: 22%;
    float: left;
  }

  .body_carrito_tabla {
    display: none;
  }

  .body_carrito_tabla.resp {
    display: block;
    padding-top: 25px;
    padding-right: 25px;
    padding-left: 25px;
  }

  .content_cant_actu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .cta_comenzar_pedido {
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.4);
    font-size: 14px;
  }

  .left_bottom_carrito {
    width: 100%;
    margin-bottom: 25px;
    padding-right: 0px;
  }

  .nombre_producto {
    font-size: 18px;
  }

  .txt_total {
    font-size: 18px;
  }

  .header_carrito_tabla {
    display: none;
  }

  .txt_subtotal {
    font-size: 18px;
  }

  .nombre_producto_resp {
    font-family: Barlow, sans-serif;
    color: #000;
    font-size: 16px;
    font-weight: 500;
  }

  .right_bottom_carrito {
    width: 100%;
  }

  .detalle_carrito_resp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .cta_vaciar_mi_carretila {
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.4);
    font-size: 14px;
  }

  .iniciar_sesion {
    padding-bottom: 80px;
  }

  .registrarse {
    padding-bottom: 80px;
  }

  .left_registro {
    width: 100%;
    margin-bottom: 30px;
    padding-right: 0px;
  }

  .right_registro {
    width: 100%;
  }

  .cuadro_cuenta_te_permite {
    padding-bottom: 10px;
  }

  .back_registrarse_movil {
    display: block;
  }

  .top_mi_cuenta {
    padding-right: 40px;
    padding-left: 40px;
  }

 /* .titulo_mi_cuenta {
    display: none;
  }*/

  .bottom_mi_cuenta {
    padding-right: 30px;
    padding-left: 30px;
  }

  .tabs_heading {
    padding-right: 20px;
    padding-left: 20px;
  }

  .tabs_body {
    padding-right: 30px;
    padding-left: 30px;
  }

  .left_cuenta {
    width: 100%;
    padding-right: 0px;
  }

  .right_cuenta {
    width: 100%;
    padding-left: 0px;
  }

  .cuadro_direcciones {
    padding-right: 50px;
    padding-left: 50px;
  }

  .left_direcciones_cuenta {
    width: 100%;
    padding-right: 0px;
    border-bottom: 1px solid #ebebeb;
    border-right-width: 0px;
  }

  .right_direcciones_cuenta {
    width: 100%;
    padding-top: 15px;
    padding-left: 0px;
  }

  .content_direcciones_cuenta {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .form_select_opciones_cuenta {
    display: block;
  }

  .select_cuenta {
    font-size: 20px;
    font-weight: 500;
  }

  .left_ordenes {
    width: 100%;
    min-height: auto;
    padding-top: 30px;
    box-shadow: none;
  }

  .right_ordenes {
    width: 100%;
  }

  .content_cols_ordenes {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .cta_iniciar_sesion {
    padding-left: 65px;
  }

  .left_slide {
    width: 100%;
    padding-left: 0px;
    text-align: center;
    margin-bottom: 20px;
  }

  .txt_slide {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .span_slide {
    font-size: 50px;
  }

  .right_slide {
    width: 100%;
    padding-bottom: 40px;
  }

  .titulo_agregar_extra {
    text-align: left;
  }

  .content_opciones_menu_movil {
    position: relative;
    padding-bottom: 80px;
  }

  .img_prod_lightbox_movil {
    height: 250px;
    margin-bottom: 50px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-image: url('../img/img_menu_lightbox.png');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .overlay_menu_movil {
    background-color: #fff;
  }

  .lightbox_fixed_menu_movil {
    background-color: #fff;
  }

  .nombre_precio_lightbox_movil {
    position: relative;
    margin-bottom: 30px;
    padding-right: 25px;
  }

  .nombre_lightbox_movil {
    margin-right: 0px;
    margin-bottom: 15px;
    color: #393939;
    font-weight: 500;
  }

  .precio_lightbox_movil {
    color: #393939;
    font-size: 25px;
  }

  .cta_agregar_a_mi_orden_movil {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
  }

  .close_lightbox_movil {
    top: auto;
    right: 0px;
    padding: 3px;
  }

  .content_opciones_ingredientes_movil {
    position: relative;
    height: auto;
    padding-bottom: 80px;
    box-shadow: none;
  }

  .buttons_ingredientes_extra_movil {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    height: auto;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .cta_cancelar_movil {
    width: 40%;
    margin-right: 0px;
    border-color: #5a5a5a;
    border-radius: 0px;
    background-color: #5a5a5a;
    color: #fff;
    text-align: center;
  }

  .cta_agregar_extra_movil {
    width: 60%;
    border: 1px solid #eb8c2f;
    border-radius: 0px;
    text-align: center;
  }

  .close_lightbox_movil_extra {
    top: -5px;
    right: 0px;
    padding: 3px;
  }

  .lightbox_cuadro_carrito {
    width: 80%;
    padding-top: 50px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .txt_subtotal_lightbox {
    font-size: 18px;
  }
}

@media screen and (max-width: 479px) {
  .lightbox_cuadro_extras {
    width: 100%;
  }
  .img_lightbox_menu {
    height: 250px;
  }
  .left_lightbox_menu {
    padding-left: 20px;
    padding-right: 20px;
  }
  .content_opciones_menu {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 60px;
  }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 55px !important;
  }
  .link_categorias_menu.cat_oculto{
    width: auto!important;
  }
  .link_categorias_menu{
    font-size: 15px;
  }
  .container.c-tres_botones {
    max-width: 98%;
  }

  .nav_menu_al_macarone {
    padding-right: 20px;
    padding-left: 20px;
  }

  .left_menu {
    width: 50%;
  }

  .right_menu {
    width: 50%;
  }

  .botones_home {
    padding-right: 5px;
    padding-left: 5px;
  }

  .txt_tres_botones {
    font-size: 12px;
    line-height: 20px;
  }

  .icons_tres_botones {
    width: 40px;
    margin-bottom: 5px;
  }

  .cta_carrito_col {
    height: 40px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .input_col_cuantos_combos {
    height: 40px;
  }

  .a_domicilio {
    padding-bottom: 30px;
  }

  .content_titulo_a_domicilio {
    margin-bottom: 30px;
  }

  .titulo_a_domicilio {
    font-size: 20px;
  }

  .cta_a_domicilio {
    width: 24%;
    margin-bottom: 20px;
  }

  .icon_a_domicilio {
    width: 50px;
    margin-bottom: 20px;
  }

  .txt_cta_a_domicilio {
    font-size: 15px;
  }

  .txt_derechos_footer {
    font-size: 11px;
  }

  .footer_items {
    padding-top: 30px;
    background-color: #0d0d0d;
  }

  .col_foo.foo_1 {
    width: 100%;
    margin-bottom: 30px;
    padding-right: 0px;
    text-align: center;
  }

  .col_foo.foo_2 {
    display: none;
  }

  .col_foo.foo_3 {
    display: none;
  }

  .col_foo.foo_4 {
    width: 100%;
    text-align: center;
  }

  .redes_link {
    margin-right: 10px;
    margin-bottom: 0px;
    margin-left: 10px;
  }

  .cta_a_menu_movil {
    padding-left: 150px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-size: 8px, 130px 100%;
  }

  .txt_cta_a_menu_movil {
    font-size: 16px;
    line-height: 16px;
  }

  .input_search {
    width: 85%;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    font-size: 14px;
  }

  .submit_search_movil {
    width: 15%;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .col_menu {
    width: 100%;
    margin-bottom: 15px;
    padding-bottom: 20px;
    /*border: 1px solid #e1e1e1;*/
    border-radius: 8px;
  }

  .img_col_menu {
    height: 250px;
  }

  .carrito {
    padding-top: 30px;
    padding-bottom: 50px;
  }

  .top_carrito {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .left_top_carrito {
    width: 100%;
  }

  .titu_mis_compras {
    margin-bottom: 0px;
    font-size: 22px;
  }

  .right_top_carrito {
    width: 100%;
    text-align: center;
  }

  .body_carrito_tabla.resp {
    margin-bottom: 0px;
  }

  .txt_total {
    font-size: 16px;
  }

  .txt_subtotal {
    font-size: 16px;
  }

  .nombre_producto_resp {
    font-size: 16px;
  }

  .col_tabla {
    width: 100%;
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
    text-align: center;
  }

  .col_tabla.col_tres {
    width: 100%;
  }

  .col_tabla.center_carr {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .col_tabla.col_cuatro {
    width: 100%;
  }

  .col_tabla.col_dos {
    width: 100%;
  }

  .col_tabla.col_uno {
    width: 100%;
  }

  .iniciar_sesion {
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .titulo_iniciar_sesion {
    margin-bottom: 30px;
  }

  .content_link_olvide_pass {
    margin-bottom: 30px;
  }

  .submit_login {
    font-size: 14px;
  }

  .registrarse {
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .titulo_crear_cuenta {
    margin-bottom: 30px;
  }

  .left_form_registro {
    width: 100%;
    padding-right: 0px;
  }

  .right_form_registro {
    width: 100%;
    padding-left: 0px;
  }

  .input_registro {
    margin-bottom: 30px;
  }

  .txt_titulos_registro {
    margin-bottom: 30px;
  }

  .submit_registrarme {
    width: 100%;
    font-size: 14px;
  }

  .checkbox_registrarse {
    margin-bottom: 20px;
  }

  .content_check_txt {
    display: block;
    margin-bottom: 30px;
  }

  .txt_tu_cuenta_te_permite {
    margin-bottom: 30px;
  }

  .back_registrarse_movil {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .txt_back_movil {
    font-size: 18px;
    line-height: 22px;
  }

  .arrow_back {
    width: 15px;
  }

  .mi_cuenta {
    padding-bottom: 70px;
  }

  .top_mi_cuenta {
    height: 100px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .titulo_mi_cuenta {
    font-size: 25px;
  }

  .bottom_mi_cuenta {
    padding: 20px 15px 80px;
  }

  .tabs_heading {
    padding: 20px 10px;
  }

  .titulo_tab {
    margin-left: 15px;
    font-size: 18px;
  }

  .tabs_body {
    padding: 30px 10px 15px;
  }

  .cuadro_direcciones {
    padding-right: 25px;
    padding-left: 25px;
  }

  .titulo_mis_ordenes {
    font-size: 25px;
  }

  .select_cuenta {
    font-size: 18px;
  }

  .txt_no_se_encontraron {
    font-size: 16px;
  }

  .cta_iniciar_sesion {
    padding-left: 55px;
    font-size: 14px;
  }

  .titulo_slide {
    font-size: 35px;
    line-height: 40px;
  }

  .txt_slide {
    font-size: 16px;
  }

  .precio_slide {
    font-size: 60px;
  }

  .prev_arrow_slide {
    width: 30px;
    height: 40px;
  }

  .next_arrow_slide {
    width: 30px;
    height: 40px;
  }

  .titulo_agregar_extra {
    font-size: 16px;
  }

  .content_opciones_menu_movil {
    padding-right: 10px;
    padding-left: 10px;
  }

  .img_prod_lightbox_movil {
    height: 200px;
    margin-bottom: 30px;
  }

  .nombre_precio_lightbox_movil {
    margin-bottom: 20px;
  }

  .nombre_lightbox_movil {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 20px;
  }

  .precio_lightbox_movil {
    font-size: 20px;
    line-height: 25px;
  }

  .content_opciones_ingredientes_movil {
    padding-right: 10px;
    padding-left: 10px;
  }

  .lightbox_cuadro_carrito {
    width: 90%;
    padding-top: 30px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .titulo_carrito_lightbox {
    font-size: 30px;
    line-height: 35px;
  }

  .subtotal_carrito_lightbox {
    margin-bottom: 20px;
  }

  .txt_subtotal_lightbox {
    font-size: 16px;
  }

  .txt_nombre_producto_carrito {
    font-size: 14px;
  }

  .txt_precio_producto_carrito {
    font-size: 18px;
  }
}
