body {
  font-family: Verdana, Arial, Helvetica, sans-serif !important;
  background-color: #ffffff !important;
}
#contenedor {
  max-width: 1345px;
  margin: 0 auto 0 auto;
  padding-top: 165px;
}
.slider_contenedor {
  width: 100%;
  margin-top: -11px;
}
.titulo_categoria {
  font-size: 13pt !important;
  border-bottom: solid 2px #e9e9e9;
  padding: 20px 5px 10px 5px;
  text-align: left;
  font-weight: 500;
  font-family: oswald !important;
  color: #525252 !important;
}
.titulo_categoria a {
  font-size: 13pt !important;
  text-align: left;
  font-weight: 500;
  font-family: oswald !important;
  color: #525252 !important;
}
.titulo_categoria a:hover {
  text-decoration: underline;
}
.titulo_categoria p {
  font-size: 12pt;
  font-weight: 100;
}
.subtitulo_categoria {
  font-size: 14px;
  padding: 20px 5px 10px 5px;
  text-align: left;
  font-weight: bold;
}
.paginacion {
  font-size: 11pt !important;
  text-align: right;
  margin-top: 14px;
  float: right;
  font-family: Helvetica !important;
  color: #444444;
}
.paginacion_flechas_con_link {
  font-weight: bold;
}
.paginacion_flechas_sin_link {
  color: #cccccc;
}
.paginacion_pagina_actual {
  color: #ff0000;
}
.paginacion_paginas_ant_sig {
  font-size: 11px;
}
#filtros {
  width: 100%;
  max-width: 990px;
  position: absolute;
  z-index: 9;
  display: none;
  background: #ffffff;
  border: solid 1px #e9e9e9;
  padding: 15px;
}
.producto_contenedor {
  border-bottom: solid 1px #e0e0e0;
  width: 192px;
  margin-top: 10px;
  float: left;
}
.producto {
  background: #f5f5f5;
  border: solid 1px #e0e0e0;
  margin: 0px 5px 10px 5px;
  padding: 5px;
  font-family: "Oswald", sans-serif;
}
.producto_txt {
  padding: 10px;
  min-height: 70px;
  font-size: 13pt;
  font-weight: 100;
  line-height: 20px;
}
.producto_txt a {
  font-family: "Oswald" !important;
  font-size: 13pt !important;
}
.producto_uni_bulto {
  font-size: 9pt;
  padding: 3px 10px;
  font-weight: 300;
  margin-top: 5px;
  text-align: left;
}
.content_bulto_unidad_kilo {
  min-height: 69px;
  padding-bottom: 6px;
  margin-bottom: 10px;
  border-top: solid 1px #cacaca;
  border-bottom: solid 1px #cacaca;
}
.producto_id {
  width: 90%;
  text-align: left;
  font-size: 12px;
  padding: 8px 0 14px 10px;
}
.producto_precio_titulo {
  width: 100%;
  text-align: center;
  font-size: 16px;
  color: #d30104;
}
.producto_precio {
  width: 100%;
  text-align: center;
  font-size: 16pt;
  margin-top: 4px;
  border-bottom: solid 1px #e0e0e0;
  padding-bottom: 15px;
  color: #ff0000;
}
.text-cantidad {
  display: block;
  margin-bottom: 5px;
}
.producto_cantidad {
  text-align: center;
  padding: 12px 0px 5px 0;
  font-weight: 300;
  font-size: 11pt;
}
.producto_cantidad_input {
  width: 60px;
  font-size: 12px;
  height: 19px;
}
.producto_out_stock {
  width: 100%;
  color: #ff0000;
  font-size: 10pt;
  text-align: center;
}
.producto_boton_agregar {
  background-color: #f00;
  padding: 10px 15px;
  color: #fff !important;
  font-family: Oswald;
  font-size: 10pt !important;
  border-radius: 8px 8px 8px 8px;
  -moz-border-radius: 8px 8px 8px 8px;
  -webkit-border-radius: 8px 8px 8px 8px;
  display: table;
  margin: 3px auto 7px auto;
}
.producto_content_imagen {
  min-height: 135px;
}
.producto_content_promo {
  background-color: #fcea17;
  text-align: center;
  padding: 10px;
  margin-top: 5px;
  font-size: 10pt;
  font-weight: 100;
  color: #f00;
}
.producto_content_promo a {
  font-family: "Oswald", sans-serif !important;
  font-size: 10pt !important;
  font-weight: 300;
  margin-top: 4px;
  display: grid;
  font-weight: 400;
}
.producto_content_promo .valor_descuento,
.titulo_categoria .valor_descuento {
  color: #f00;
  display: contents;
}
.producto_content_promo .valor_descuento.directa {
  font-size: 14pt;
  width: 100%;
  display: block;
}
.b_agregar {
  width: 100%;
  height: 40px;
  background: #a2a2a2;
  color: #ffffff !important;
  display: block;
  font-size: 15px !important;
  line-height: 36px;
  text-decoration: none !important;
}
.b_agregar_txt {
  padding-left: 25px;
  background: url(../icono/cart_icon.svg) no-repeat 0px 9px;
  background-size: 20px 20px;
  margin: auto;
  width: 61px;
}
.producto_imagen {
  width: 100%;
  border: solid 1px #cacaca;
}
.producto_foto_anterior {
  position: absolute;
  width: 24px;
  height: 24px;
  margin-left: 5px;
  margin-top: 56px;
}
.producto_foto_siguiente {
  position: absolute;
  width: 24px;
  height: 24px;
  margin-left: 143px;
  margin-top: 56px;
}
#boton_filtros_on {
  text-align: center;
  border: solid 1px #e9e9e9;
  width: 65px;
  height: 26px;
  display: inline-block;
  padding-top: 5px;
  margin-right: 20px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background: url(../icono/sort-down.svg) no-repeat center 20px;
  background-size: 10px 6px;
  display: none;
  color: #ffffff;
  text-decoration: none;
  background-color: #d30104;
  padding: 5px 15px 0px 15px;
}
#boton_filtros_off {
  text-align: center;
  border: solid 1px #e9e9e9;
  width: 65px;
  height: 26px;
  display: inline-block;
  padding-top: 5px;
  margin-right: 20px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background: url(../icono/sort-down.svg) no-repeat center 20px;
  background-size: 10px 6px;
  color: #ffffff;
  text-decoration: none;
  background-color: #d30104;
  padding: 5px 15px 0px 15px;
}
.filtros_boton {
  font-size: 14px;
  border-bottom: solid 2px #e9e9e9;
  padding: 0px 5px 10px 5px;
  text-align: left;
  float: left;
  width: 100%;
}
.filtros_columnas {
  border-bottom: solid 1px #e0e0e0;
  width: 20%;
  padding: 15px 0px;
  float: left;
}
.pagintacion_txt {
  text-decoration: none !important;
  font-size: 11px !important;
  color: #000000 !important;
}
#top {
  height: 167px !important;
  background-image: none !important;
}
.selector_color {
  border-top: solid 1px #e0e0e0;
  margin-top: 15px;
  padding: 10px 0px 5px 0px;
  display: inline-block;
}
.selector_color_total {
  display: none;
  position: absolute;
  background: white;
  width: 168px;
  padding: 2px;
  border: 1px solid #dddddd;
  z-index: 2;
}
.selector_color_total_cerrar {
  position: absolute;
  background: #ffffff;
  border: 1px solid #dddddd;
  width: 14px;
  height: 14px;
  text-align: center;
  font-weight: bold;
  font-size: 12px !important;
  line-height: 13px;
  color: #6f6f6f !important;
  margin-top: -21px;
  right: 0;
}

.selector_picos_total {
  display: none;
  position: absolute;
  background: white;
  margin-top: -373px;
  margin-left: -2px;
  width: 168px;
  height: 378px;
  padding: 2px;
  border: 1px solid #dddddd;
  box-shadow: 2px 2px 2px #757575;
}

.selector_picos_contenedor {
  overflow: auto;
  height: 344px;
}
.selector_picos_contenedor::-webkit-scrollbar {
  width: 4px;
}
.selector_picos_contenedor::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.selector_picos_contenedor::-webkit-scrollbar-thumb {
  background: #d30104;
}
.selector_picos_contenedor::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.selector_picos_total_cerrar {
  position: absolute;
  background: #ffffff;
  border: 1px solid #dddddd;
  width: 14px;
  height: 14px;
  text-align: center;
  font-weight: bold;
  font-size: 12px !important;
  line-height: 13px;
  color: #6f6f6f !important;
  margin-left: 86px;
  margin-top: 4px;
}

.selector_picos_encabezado {
  width: 168px;
  height: 32px;
  background: #f5f5f5;
  border-bottom: solid 2px #ffffff;
}
.selector_picos_titulos {
  width: 152px;
  font-size: 11px;
  font-weight: bold;
  color: #ffffff;
  background: #d30104;
  padding: 5px;
}
.selector_picos_item {
  width: 152px;
  font-size: 11px;
  padding: 5px;
  border-bottom: solid 1px #dddddd;
  line-height: 20px;
}
.selector_picos_item_seleccionado {
  background: #f5f5f5;
}

.selector_picos_total_agregar {
  position: absolute;
  background: #ffffff;
  border: 1px solid #dddddd;
  width: 14px;
  height: 14px;
  text-align: center;
  font-weight: bold;
  font-size: 12px !important;
  line-height: 13px;
  color: #6f6f6f !important;
  margin-left: 4px;
  margin-top: 4px;
}
.selector_picos_total_cerrar_img {
  height: 22px;
}
.selector_picos_total_agregar_img {
  height: 22px;
}

.producto_color {
  width: 20px;
  height: 20px;
  float: left;
  margin: 2px;
}

#productos_filtros_contenedor {
  width: 100%;
  position: absolute;
  left: 0px;
  z-index: 9;
  display: none;
  margin-top: -34px;
}
.productos_filtros {
  width: 95%;
  max-width: 988px;
  margin: auto;
  background-color: #e0e0e0;
  border: 2px solid #d72528;
}
.productos_filtros_padding {
  padding: 20px;
  display: flex;
}
.productos_filtros_columna {
  width: 100%;
  text-align: left;
  font-size: 12px;
}
.productos_filtros_columna_titulo {
  font-size: 14px;
  margin-bottom: 10px;
  border-bottom: solid 1px #e0e0e0;
  padding-bottom: 10px;
  font-weight: bold;
}
.productos_filtros_campo_txt {
  margin: 10px 0px;
}
.b_filtrar {
  width: 69px;
  height: 28px;
  background: #d30104;
  text-align: center;
  line-height: 27px;
  display: block;
  color: #ffffff !important;
  border-radius: 4px;
}
.boton_agregar_carrito {
  width: 27px;
  height: 27px;
}
.botones_01 {
  display: inline-flex;
  height: 13px;
  padding: 6px;
  text-align: center;
  background: #a2a2a2 !important;
  color: #ffffff !important;
  border-radius: 4px;
  width: 185px;
  margin-top: 10px;
  font-weight: normal !important;
}
.botones_01_span_1 {
  width: 185px;
  position: absolute;
}
.botones_01_span_2 {
  width: 185px;
  position: absolute;
}
.tabla_primer_linea {
  width: 100%;
  background: #f7f7f7;
  border-bottom: dotted 1px #d0d0d0;
}
.tabla_segunda_linea {
  width: 100%;
  background: #ffffff;
  border-bottom: dotted 1px #d0d0d0;
}
.tabla_contenedor {
  padding: 10px;
}
.tabla_titulo {
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
}
.tabla_subtitulo {
  font-size: 11px;
  font-weight: normal;
}
.crear_plantilla_msg {
  margin: 0px 10px;
  width: 100%;
}
.crear_plantilla_input {
  margin: 12px 6px 0px 10px;
  width: 100%;
}
.barra_bottom {
  width: 100%;
  height: 85px;
  bottom: 0px;
  left: 0px;
  position: fixed;
  background: #ffffff;
  box-shadow: 0px 0px 6px 0px #00b722;
  text-align: center;
  z-index: 9999999;
}
.barra_bottom_contenedor {
  max-width: 990px;
  margin: auto;
  min-width: 470px;
}
.barra_bottom_boton {
  background-size: 30px !important;
  width: 75px;
  display: block;
  padding-top: 33px;
  margin: 10px;
}
.barra_bottom_pagina {
  font-size: 20px;
  font-weight: bold;
  display: block;
  float: left;
  padding-top: 15px;
}
.barra_bottom_paginas_totales {
  font-size: 11px;
  font-weight: normal;
}
.barra_bottom_divisor {
  height: 85px;
  width: 1px;
  background: #e1e1e1;
  display: block;
  float: left;
}
.pie_con_barra_bottom {
  margin-bottom: 85px !important;
}

.tabla_fila_titulos {
  width: 100%;
  border-bottom: dotted 1px #d0d0d0;
  float: left;
  font-size: 12pt;
  min-width: 996px;
  font-family: Oswald, sans-serif;
  margin-bottom: 10px;
}
.tabla_fila_01 {
  width: 100%;
  min-width: 996px;
  background-color: #f7f7f7 !important;
  background-size: 80px !important;
  border-bottom: dotted 1px #d0d0d0;
  /*    float: left; */
  display: inline-block;
  min-height: 66px;
}
.tabla_fila_02 {
  width: 100%;
  min-width: 996px;
  background-color: #ffffff !important;
  background-size: 80px !important;
  border-bottom: dotted 1px #d0d0d0;
  /*    float: left; */
  display: inline-block;
  min-height: 66px;
}
.tabla_fila_03 {
  width: 100%;
  min-width: 996px;
  background-color: #f9dcdc !important;
  background-size: 80px !important;
  border-bottom: dotted 1px #d0d0d0;
  /*    float: left; */
  display: inline-block;
  min-height: 66px;
}
/* Fila para las preventas */
.tabla_fila_04 {
  width: 100%;
  min-width: 996px;
  background-color: #ddffe3 !important;
  background-size: 80px !important;
  display: inline-block;
  min-height: 66px;
}
.tabla_columna {
  float: left;
  padding: 10px;
  line-height: 20px;
  text-align: right;
  font-size: 11pt;
  font-weight: 300;
  font-family: Oswald, sans-serif;
}
.tabla_fila_titulos .tabla_columna {
  font-size: 12pt;
  font-weight: 500;
}
.tabla_col_01 {
  width: 524px;
  text-align: left !important;
  padding-left: 96px;
}
.tabla_col_02 {
  width: 100px;
}
.tabla_col_03 {
  width: 80px;
}
.tabla_col_04 {
  width: 80px;
}
.tabla_col_05 {
  width: 20px;
}
.carrito_tabla_col_01 {
  width: 25%;
  text-align: left !important;
  padding-left: 96px;
}
.carrito_tabla_col_02 {
  width: 20%;
}
.carrito_tabla_col_03 {
  width: 10%;
}
.carrito_tabla_col_04 {
  width: 7%;
}
.carrito_tabla_col_05 {
  width: 10%;
  text-align: center !important;
}
.carrito_tabla_col_05.stock {
  width: 25%;
}
.carrito_tabla_col_06 {
  width: 4%;
  text-align: center !important;
}
.tabla_cantidad_input {
  font-size: 12px;
  width: 50px;
  border: solid 1px #d0d0d0;
}
.tabla_titulo_mobile {
  font-weight: bold;
  vertical-align: top;
  display: none;
}
.tabla_titulo_categoria {
  font-size: 14px;
  padding: 20px 5px 10px 5px;
  text-align: left;
  font-weight: bold;
  float: left;
}
.pedidos_anteriores_tabla_linea {
  padding: 8px 0px 0px 22px;
  text-align: left;
}
.pedidos_anteriores_tabla_fila_01 {
  width: 100%;
  background-color: #f7f7f7 !important;
  background-size: 10px !important;
  border-bottom: dotted 1px #d0d0d0;
  /*    float: left; */
  display: inline-block;
  min-height: 170px;
}
.pedidos_anteriores_tabla_fila_02 {
  width: 100%;
  background-color: #ffffff !important;
  background-size: 10px !important;
  border-bottom: dotted 1px #d0d0d0;
  /*    float: left; */
  display: inline-block;
  min-height: 170px;
}
.pedidos_anteriores_b_ver_articulos {
  display: block;
  height: 13px;
  padding: 6px;
  text-align: center;
  background: #a2a2a2 !important;
  color: #ffffff !important;
  border-radius: 4px;
  width: 185px;
  margin-bottom: 10px;
  margin-left: 20px;
  font-weight: normal !important;
}
.pedidos_anteriores_b_ver_articulos_span {
  width: 185px;
  position: absolute;
}
.descargas_tabla_fila {
  background: url(../../../../0_include/template/index/icono/arrow-pointing-to-right.svg)
    no-repeat 6px 17px;
  width: 990px;
  background-color: #ffffff !important;
  background-size: 10px !important;
  border-bottom: dotted 1px #d0d0d0;
  display: inline-block;
  height: 44px;
}
.descargas_tabla_linea {
  padding: 15px 0px 0px 22px;
  text-align: left;
}
.descargas_b_descargar {
  display: block;
  float: right;
  height: 13px;
  padding: 6px;
  text-align: center;
  background: #a2a2a2 !important;
  color: #ffffff !important;
  border-radius: 4px;
  width: 185px;
  margin-top: 10px;
  margin-right: 10px;
  font-weight: normal !important;
}
.descargas_b_descargar_span {
  width: 185px;
  position: absolute;
}
.carrito_pasos {
  width: 100%;
  text-align: center;
  border-bottom: dotted 1px #d0d0d0;
}
.carrito_pasos_contenedor {
  max-width: 990px;
  margin: auto;
  min-width: 470px;
  padding-bottom: 10px;
  padding-top: 10px;
}
.carrito_pasos_boton {
  background-size: 30px !important;
  width: 150px;
  margin: 10px;
  display: inline-table;
  font-size: 12px !important;
  font-weight: bold;
}
.carrito_pasos_circulo {
  background: #cdcdcd;
  color: #ffffff;
  width: 50px;
  height: 37px;
  border-radius: 30px;
  margin: auto;
  font-weight: bold;
  padding-top: 11px;
  font-size: 24px;
  margin-bottom: 10px;
}
.carrito_pasos_circulo_actual {
  background: #d30104 !important;
}
.carrito_pasos_completado {
  position: absolute;
  width: 40px;
  margin-left: 10px;
  margin-top: 13px;
  display: none;
}
.carrito_precio_total {
  font-size: 16px;
  font-weight: bold;
  float: right;
  margin-top: 10px;
  margin-right: 32%;
}
.carrito_precio_total_txt {
  text-align: right;
  margin: 10px 10px 60px 10px;
  width: 640px;
}
.carrito_precio_total_titulo {
  display: initial;
  font-size: 16px;
  font-weight: bold;
}
.mensaje_txt {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin: 30px 0px;
  display: inline-block;
  width: 100%;
}
.ca_login_form_titulo {
  font-weight: bold;
  display: inline-block;
  width: 78px;
  text-align: right;
}
.ca_login_form_input {
  background-color: #ffffff !important;
  padding: 3px;
  font-size: 12px;
  border: solid 1px #a9a9a9;
}
.ca_login_form_checkbox {
  margin: 0px 0px 0px 81px;
}
.ca_login_form {
  margin: 10px;
  line-height: 25px;
}
.ca_login_txt {
  margin: 10px;
  font-size: 12px;
}
.ca_login_b_verificar {
  text-align: center;
  line-height: 21px;
  background: #a2a2a2 !important;
  color: #ffffff !important;
  border-radius: 4px;
  width: 80px;
  height: 24px;
  display: block;
  margin-left: 91px;
}
.ca_login_olvide_mi_usuario {
  font-size: 12px;
  margin: 12px 0px 20px 91px;
}
.registrar_usuario_tabla_titulo {
  font-size: 14px;
  padding: 20px 5px 10px 5px;
  text-align: left;
  font-weight: bold;
  float: left;
  width: 100%;
}
.registrar_usuario_tabla_item {
  width: 50%;
  float: left;
}
.registrar_usuario_tabla_item_100 {
  width: 100%;
}
.registrar_usuario_tabla_item_33 {
  width: 33.33%;
}
.registrar_usuario_tabla_item_25 {
  width: 25%;
}
.registrar_usuario_tabla_item_contenedor {
  padding: 10px;
}
.tabla_input_text {
  width: 100%;
  margin-top: 7px;
  border: solid 1px #a9a9a9;
  background: #ffffff;
}
.tabla_input_text_cuit_01 {
  width: 30px !important;
}
.tabla_input_text_cuit_02 {
  width: 100px !important;
}
.tabla_input_text_cuit_03 {
  width: 80px !important;
}
.tabla_input_textarea {
  width: 100%;
  height: 150px;
}
.registrar_usuario_tabla_linea_puntos {
  width: 100%;
  height: 1px;
  border-top: dotted 1px #e9e9e9;
  float: left;
  margin-top: 10px;
}
.b_enviar {
  width: 60px !important;
}
.registrar_usuario_tabla_contenedor {
  max-width: 500px;
  margin: auto;
}
.banner_contenedor {
  float: left;
}
.banner_contenedor_25 {
  width: 25%;
}
.banner_contenedor_33 {
  width: 33.33%;
}
.banner_contenedor_50 {
  width: 50%;
}
.banner_contenedor_100 {
  width: 100%;
}
.banner_padding {
  margin: 5px;
}
.banner_marco {
  padding: 5px;
  box-shadow: 1px 1px 4px #757575;
  display: block;
  border-radius: 7px;
}
.banner_imagen {
  width: 100%;
  border-radius: 4px;
}
.registrar_usuario_tabla_item_aclaracion {
  font-size: 10px;
  padding-top: 7px;
}

.popup_imagen_fondo {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  cursor: pointer;
  left: 0px;
  top: 0px;
  z-index: 9999999;
}
.popup_imagen_contenedor {
  background: #ff0000;
  margin: auto;
  max-width: 990px;
}
.popup_imagen {
  margin: auto;
  max-width: 990px;
}
.popup_imagen_cerrar {
  display: block;
  position: fixed;
  color: #ffffff !important;
  font-weight: bold;
  font-size: 16px !important;
  right: 12px;
  top: 10px;
}
.b_elegir_color_txt {
  padding: 6px;
  display: inline-block;
}
.banner_novedades_desktop {
  width: 100%;
}
.banner_novedades_mobile {
  width: 100%;
  display: none;
}
.txt_recordar_contrasena {
  font-size: 12px;
  display: inline;
}
.migas_de_pan {
  font-size: 11px;
  padding: 0px 5px 10px 5px;
  text-align: left;
  font-weight: bold;
}
.carrito_paginador {
  text-align: center;
  max-width: 990px;
  margin: 15px 0px;
  font-size: 11px;
  display: inline-block;
}
.carrito_paginador_mostrar {
  text-align: center;
  max-width: 990px;
  margin: 15px 0px;
  font-size: 11px;
  display: inline-block;
}
.minus_more {
  background-color: #f00;
  color: #fff;
  height: 10px;
  display: inline-table;
  width: 15px;
  padding: 5px 5px;
  text-align: center;
  vertical-align: middle;
  font-size: 10pt;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  border-radius: 8px 8px 8px 8px;
  -moz-border-radius: 8px 8px 8px 8px;
  -webkit-border-radius: 8px 8px 8px 8px;
}
.minus_more:hover {
  background-color: #f00;
  color: #fff;
  height: 10px;
  display: inline-table;
  width: 15px;
  padding: 5px 5px;
  text-align: center;
  vertical-align: middle;
  font-size: 10pt;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  cursor: pointer;
  border-radius: 8px 8px 8px 8px;
  -moz-border-radius: 8px 8px 8px 8px;
  -webkit-border-radius: 8px 8px 8px 8px;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .producto_uni_bulto {
    font-size: 20pt;
  }
  .banda_promo {
    width: 94px;
    z-index: 1;
  }
  #contenedor {
    padding-top: 250px;
  }
  .producto_boton_agregar {
    padding: 13px 15px;
    font-size: 24pt !important;
  }
  .producto_content_promo {
    font-size: 27pt;
  }
  .producto_content_promo .valor_descuento.directa {
    font-size: 36pt;
  }
  .slider_contenedor {
    width: 100%;
    margin-top: -47px;
  }
  .titulo_categoria {
    font-size: 24px;
    padding-top: 0px !important;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .subtitulo_categoria {
    font-size: 15px;
    padding-top: 30px !important;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .producto_contenedor {
    width: 50%;
  }
  .producto_contenedor .producto {
    min-height: 900px;
  }
  .producto_txt {
    padding: 10px 30px;
    font-size: 42px;
    line-height: 44px;
  }
  .producto_out_stock {
    font-size: 18pt;
  }
  .ir-pagina,
  .pagina-actual {
    font-size: 24px !important;
  }
  .producto_id {
    width: 95%;
    font-size: 27px;
    padding: 20px 0px 20px 10px;
  }
  .producto_precio_titulo {
    font-size: 48px;
  }
  .producto_precio {
    font-size: 48px;
    margin-top: 12px;
    padding-bottom: 45px;
  }
  .producto_cantidad {
    font-size: 36px;
    padding: 17px 0px;
  }
  .producto_cantidad_input {
    width: 240px;
    font-size: 36px;
  }
  .b_agregar {
    height: 120px;
    background: #a2a2a2;
    font-size: 45px !important;
    line-height: 108px;
  }
  .b_agregar_txt {
    padding-left: 75px;
    background: url(../icono/cart_icon.svg) no-repeat 0px 27px;
    background-size: 60px 60px;
    margin: auto;
    width: 183px;
  }
  .producto_foto_anterior {
    width: 48px;
    height: 48px;
    margin-top: 330px;
    left: 50px;
  }
  .producto_foto_siguiente {
    width: 48px;
    height: 48px;
    margin-top: 330px;
    right: 50px;
  }
  .paginacion_txt {
    font-size: 36px !important;
  }
  #boton_filtros_on {
    font-size: 36px;
    width: 195px;
    height: 78px;
    padding-top: 35px;
    margin-right: 60px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    background: url(../icono/sort-up.svg) no-repeat center 60px;
    background-size: 30px 18px;
    border-top: none !important;
    color: #ffffff;
    text-decoration: none;
    border-top: none !important;
    background-color: #d30104;
    padding: 20px 15px 0px 15px;
  }
  #boton_filtros_off {
    font-size: 36px;
    width: 195px;
    height: 65px;
    padding-top: 35px;
    margin-right: 60px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    background: url(../icono/sort-down.svg) no-repeat center 60px;
    background-size: 30px 18px;
    color: #ffffff;
    text-decoration: none;
    border-top: none !important;
    background-color: #d30104;
    padding: 20px 15px 0px 15px;
  }
  .productos_filtros_columna {
    font-size: 36px;
    line-height: 60px;
  }
  .productos_filtros_columna_titulo {
    font-size: 40px;
    border-bottom: none;
    border-top: solid 2px #e0e0e0;
    padding-top: 30px;
    margin-top: 30px;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  .paginacion {
    /*		font-size:36px!important; */
    margin-top: -20px !important;
    text-align: center;
    margin-bottom: 30px;
    float: none;
  }
  .paginacion_flechas_con_link {
    /*		font-size:36px!important;*/
  }
  .paginacion_flechas_sin_link {
    /*		font-size:36px!important;*/
  }
  .paginacion_pagina_actual {
    /*		font-size:36px!important;*/
  }
  .paginacion_paginas_ant_sig {
    /*		font-size:36px!important;*/
  }
  #top {
    height: 247px !important;
  }
  .selector_color {
    margin-top: 45px;
    padding: 30px 0px 15px 0px;
  }
  .selector_color_total {
    width: 100%;
    padding: 0px;
    border: 3px solid #dddddd;
    left: 0px;
  }
  .selector_color_total_cerrar {
    border: 3px solid #dddddd;
    width: 42px;
    height: 42px;
    font-size: 36px !important;
    line-height: 39px;
    margin-left: 0;
    margin-top: -48px;
    right: 0px;
  }

  .selector_picos_total {
    width: 935px;
    padding: 0px;
    border: 3px solid #dddddd;
    left: 0px;
    margin-top: 20px;
    margin-left: 20px;
    height: 1320px;
    position: fixed;
    top: 0px;
    z-index: 999999;
    box-shadow: 6px 6px 6px #757575;
  }
  .selector_picos_contenedor {
    height: 1164px;
  }
  .selector_picos_contenedor::-webkit-scrollbar {
    width: 20px;
  }
  .selector_picos_contenedor::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  .selector_picos_contenedor::-webkit-scrollbar-thumb {
    background: #d30104;
  }
  .selector_picos_contenedor::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
  .selector_picos_total_cerrar {
    border: 3px solid #dddddd;
    width: 42px;
    height: 42px;
    font-size: 36px !important;
    line-height: 39px;
    margin-left: 646px;
    margin-top: 7px;
  }
  .selector_picos_total_agregar {
    position: absolute;
    background: #ffffff;
    border: 1px solid #dddddd;
    width: 14px;
    height: 14px;
    text-align: center;
    font-weight: bold;
    font-size: 12px !important;
    line-height: 13px;
    color: #6f6f6f !important;
    margin-left: 361px;
    margin-top: 9px;
  }
  .selector_picos_total_cerrar_img {
    height: 80px;
  }
  .selector_picos_total_agregar_img {
    height: 80px;
  }
  .selector_picos_encabezado {
    width: 100%;
    height: 100px;
    background: #f5f5f5;
    border-bottom: solid 6px #ffffff;
  }
  .selector_picos_titulos {
    width: 878px;
    font-size: 36px;
    padding: 15px;
  }
  .selector_picos_item {
    width: 878px;
    font-size: 36px;
    padding: 15px;
    border-bottom: solid 3px #dddddd;
    line-height: 60px;
  }
  .selector_picos_item_seleccionado {
    background: #f5f5f5;
  }
  .producto_cantidad_input {
    border: solid 3px #dddddd;
  }
  .b_elegir_color {
    font-size: 36px !important;
  }
  .b_elegir_color_txt {
    padding: 18px;
  }
  .producto_color {
    width: 60px;
    height: 60px;
    margin: 6px;
  }
  .productos_filtros_padding {
    padding: 60px;
    display: block;
  }

  #productos_filtros_contenedor {
    top: 350px;
  }
  .productos_filtros_campo_txt {
    margin: 10px 0px;
    font-size: 36px !important;
    border: solid 3px #e0e0e0;
  }
  .b_filtrar {
    width: 207px;
    height: 84px;
    line-height: 81px;
    border-radius: 12px;
    font-size: 36px !important;
    margin-bottom: 30px;
  }
  .productos_filtros_checkbox {
    -ms-transform: scale(3);
    -moz-transform: scale(3);
    -webkit-transform: scale(3);
    -o-transform: scale(3);
    margin-right: 30px;
  }
  .boton_agregar_carrito {
    width: 81px;
    height: 81px;
  }
  .botones_01 {
    display: inline-flex;
    height: 90px;
    padding: 6px;
    text-align: center;
    background: #a2a2a2 !important;
    color: #ffffff !important;
    border-radius: 4px;
    width: 210px;
    margin-top: 10px;
  }
  .botones_01_span_1 {
    padding-top: 30px;
    width: 210px;
    position: absolute;
    font-size: 25px;
  }
  .botones_01_span_2 {
    width: 210px;
    position: absolute;
    line-height: 30px;
    font-size: 25px;
    padding-top: 15px;
  }
  .tabla_contenedor {
    padding: 30px;
  }
  .tabla_primer_linea {
    border-bottom: dotted 3px #d0d0d0;
  }
  .tabla_segunda_linea {
    border-bottom: dotted 3px #d0d0d0;
  }
  .tabla_subtitulo {
    font-size: 24px;
    font-weight: normal;
  }
  .crear_plantilla_msg {
    margin: 0px 30px;
  }
  .crear_plantilla_input {
    margin: 30px 15px 0px 30px;
    width: 100%;
    font-size: 30px;
  }
  .crear_plantilla_campo_txt {
    border: solid 2px #d1d1d1;
    max-width: 600px;
    font-size: 30px;
  }
  .b_agregar_plantilla_nueva {
    width: 320px;
  }
  .barra_bottom {
    height: 160px;
    box-shadow: 0px 0px 18px 0px #757575;
  }
  .barra_bottom_boton {
    background-size: 60px !important;
    width: 130px;
    padding-top: 69px;
    margin: 20px;
    font-size: 20px !important;
  }
  .barra_bottom_pagina {
    font-size: 45px;
    padding-top: 28px;
  }
  .barra_bottom_paginas_totales {
    font-size: 20px;
  }
  .barra_bottom_divisor {
    height: 160px;
    width: 2px;
  }
  .pie_con_barra_bottom {
    margin-bottom: 160px !important;
  }

  .tabla_fila_titulos_desktop {
    display: none;
  }
  .tabla_fila_01 {
    width: 100%;
    background-size: 160px !important;
    border-bottom: dotted 3px #d0d0d0;
  }
  .tabla_fila_02 {
    width: 100%;
    background-size: 160px !important;
    border-bottom: dotted 3px #d0d0d0;
  }
  .tabla_fila_03 {
    width: 100%;
    background-size: 160px !important;
    border-bottom: dotted 3px #d0d0d0;
  }
  .tabla_columna {
    padding: 10px 20px 10px 180px;
    line-height: 40px;
    font-size: 30px;
    text-align: left;
    float: none;
  }
  .tabla_col_01 {
    width: auto;
  }
  .tabla_col_02 {
    width: auto;
  }
  .tabla_col_03 {
    width: auto;
  }
  .tabla_col_04 {
    width: auto;
  }
  .tabla_col_05 {
    width: auto;
  }
  .tabla_cantidad_input {
    font-size: 30px;
    width: 100px;
    border: solid 2px #d0d0d0;
  }
  .tabla_titulo_mobile {
    display: initial;
  }
  .tabla_checkbox {
    -ms-transform: scale(2.5);
    -moz-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    -o-transform: scale(2.5);
    margin-left: 20px;
    margin-top: 10px;
  }
  .tabla_radio {
    -ms-transform: scale(2.5);
    -moz-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    -o-transform: scale(2.5);
    margin-left: 20px;
    margin-top: 10px;
    margin-right: 15px;
  }
  .tabla_fila_titulos_checkbox {
    /*margin-top:-80px;*/
    top: 250px;
    right: 10px;
    position: absolute;
  }
  .tabla_titulo_categoria {
    font-size: 46px;
    padding-top: 30px !important;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .pedidos_plantilla_cambiar_nombre_input {
    font-size: 46px;
    width: 600px;
    border: solid 2px #d0d0d0;
    margin-bottom: 30px;
  }
  .pedidos_anteriores_tabla_fila_01 {
    width: 100%;
    background-size: 20px !important;
    border-bottom: dotted 3px #d0d0d0;
    min-height: 150px;
  }
  .pedidos_anteriores_tabla_fila_02 {
    width: 100%;
    background-size: 20px !important;
    border-bottom: dotted 3px #d0d0d0;
    min-height: 150px;
  }
  .pedidos_anteriores_tabla_linea {
    padding: 16px 0px 0px 44px;
    font-size: 30px;
  }
  .pedidos_anteriores_b_ver_articulos {
    height: 50px;
    border-radius: 12px;
    width: 210px;
    margin-top: 30px;
    margin-right: 10px;
  }
  .pedidos_anteriores_b_ver_articulos_span {
    padding-top: 14px;
    width: 210px;
    position: absolute;
    font-size: 25px;
  }
  .carrito_pasos {
    border-bottom: dotted 3px #d0d0d0;
  }
  .carrito_pasos_contenedor {
    max-width: 100%;
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .carrito_pasos_boton {
    background-size: 60px !important;
    width: 150px;
    margin: 20px;
    font-size: 24px !important;
  }
  .carrito_pasos_circulo {
    width: 100px;
    height: 74px;
    border-radius: 60px;
    padding-top: 22px;
    font-size: 48px;
    margin-bottom: 20px;
  }
  .carrito_pasos_completado {
    width: 80px;
    margin-left: 20px;
    margin-top: 26px;
  }
  .carrito_tabla_col_01 {
    width: auto;
  }
  .carrito_tabla_col_02 {
    width: auto;
  }
  .carrito_tabla_col_03 {
    width: auto;
  }
  .carrito_tabla_col_04 {
    width: auto;
  }
  .carrito_tabla_col_05 {
    width: auto;
    position: absolute !important;
    margin-top: -150px !important;
    right: 30px !important;
    text-align: center !important;
  }
  .carrito_tabla_col_05.stock {
    width: auto;
    float: none;
    display: contents;
  }
  .carrito_tabla_col_06 {
    width: auto;
    text-align: left !important;
  }
  .carrito_precio_total {
    font-size: 50px;
    float: right;
    margin-top: 30px;
    margin-right: 30px;
  }
  .carrito_precio_total_txt {
    font-size: 24px;
    text-align: left;
    margin: 30px 30px 120px 30px;
    width: 640px;
  }
  .carrito_precio_total_titulo {
    font-size: 50px;
  }
  .carrito_tabla_fila_titulos_checkbox {
    display: none;
  }
  .mensaje_txt {
    font-size: 40px;
    margin: 60px 0px;
  }
  .ca_login_form_titulo {
    width: 160px;
    font-size: 30px;
  }
  .ca_login_form_input {
    padding: 6px;
    font-size: 30px;
    border: solid 2px #a9a9a9;
    margin: 10px;
  }
  .ca_login_form_checkbox {
    margin: 20px 20px 20px 188px;
    -ms-transform: scale(2.5);
    -moz-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    -o-transform: scale(2.5);
  }
  .ca_login_form {
    margin: 20px;
    font-size: 30px;
  }
  .ca_login_txt {
    margin: 20px;
    font-size: 12px;
  }
  .ca_login_b_verificar {
    line-height: 50px;
    border-radius: 8px;
    width: 160px;
    height: 48px;
    margin-left: 195px;
    font-size: 24px !important;
  }
  .ca_login_olvide_mi_usuario {
    font-size: 24px;
    margin: 24px 0px 40px 182px;
  }
  .descargas_tabla_fila {
    background: url(../../../../0_include/template/index/icono/arrow-pointing-to-right.svg)
      no-repeat 24px 51px;
    width: 100%;
    background-size: 30px !important;
    border-bottom: dotted 3px #d0d0d0;
    height: 132px;
  }
  .descargas_tabla_linea {
    padding: 55px 0px 0px 66px;
    text-align: left;
    font-size: 24px;
  }
  .descargas_b_descargar {
    height: 39px;
    padding: 18px;
    border-radius: 12px;
    width: 200px;
    margin-top: 30px;
    margin-right: 30px;
    font-weight: normal !important;
  }
  .descargas_b_descargar_span {
    width: 200px;
    position: absolute;
    font-size: 24px;
    padding-top: 5px;
  }

  .registrar_usuario_tabla_titulo {
    font-size: 40px;
    padding: 60px 15px 30px 15px;
  }
  .registrar_usuario_tabla_item {
    width: 100%;
    font-size: 36px;
  }
  .registrar_usuario_tabla_item_100 {
    width: 100%;
  }
  .registrar_usuario_tabla_item_33 {
    width: 50%;
  }
  .registrar_usuario_tabla_item_25 {
    width: 25%;
  }
  .registrar_usuario_tabla_item_contenedor {
    padding: 20px 10px;
  }
  .tabla_input_text {
    width: 100%;
    margin-top: 7px;
    font-size: 36px;
    border: solid 2px #a9a9a9;
    height: 50px;
  }
  .tabla_input_text_cuit_01 {
    width: 90px !important;
  }
  .tabla_input_text_cuit_02 {
    width: 250px !important;
  }
  .tabla_input_text_cuit_03 {
    width: 250px !important;
  }
  .tabla_input_textarea {
    width: 100%;
    height: 300px;
    font-size: 24px;
    border: solid 2px #a9a9a9;
  }
  .registrar_usuario_tabla_linea_puntos {
    width: 100%;
    height: 3px;
    border-top: dotted 3px #e9e9e9;
    margin-top: 50px;
  }
  .b_enviar {
    width: 200px !important;
    font-size: 32px;
  }
  .registrar_usuario_tabla_contenedor {
    max-width: 100%;
  }
  .banner_contenedor_25 {
    width: 100%;
  }
  .banner_contenedor_33 {
    width: 100%;
  }
  .banner_contenedor_50 {
    width: 100%;
  }
  .banner_padding {
    margin: 15px;
  }
  .banner_marco {
    padding: 15px;
    box-shadow: 3px 3px 12px #757575;
    border-radius: 21px;
  }
  .banner_imagen {
    border-radius: 12px;
  }
  .tabla_calendario {
    -ms-transform: scale(2.5);
    -moz-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    -o-transform: scale(2.5);
    margin-left: 190px;
    margin-bottom: 30px;
    margin-top: 10px;
  }
  .registrar_usuario_tabla_item_aclaracion {
    font-size: 24px;
    padding-top: 5px;
  }
  .popup_imagen {
    width: 100%;
  }
  .popup_imagen_cerrar {
    font-size: 48px !important;
    right: 36px;
    top: 30px;
  }
  .banner_novedades_desktop {
    display: none;
  }
  .banner_novedades_mobile {
    width: 100%;
    display: block;
  }
  .txt_recordar_contrasena {
    font-size: 30px;
  }
  .migas_de_pan {
    font-size: 11px;
    padding: 0px 15px 20px 15px;
  }
  .carrito_paginador {
    margin: 15px 0px;
    zoom: 3;
    /*display:block;*/
  }
  .carrito_paginador_mostrar {
    margin: -20px 0px 30px 20px;
    font-size: 30px;
    /*display:block;*/
  }
  .modal .close {
    font-size: 55pt !important;
    right: 1% !important;
  }
  .contenedor-login {
    font-size: 20pt;
    width: 70% !important;
  }
  .contenedor-login .titulo_login {
    font-size: 27pt;
  }
  .contenedor-login a {
    font-size: 20pt !important;
  }
  .minus_more {
    height: 50px;
    width: 50px;
    font-size: 32pt;
  }
  .minus_more:hover {
    height: 50px;
    width: 50px;
    font-size: 32pt;
  }
  .producto_cantidad_input {
    height: 57px !important;
    width: 175px !important;
  }
  .w-100 {
    font-size: 20pt !important;
  }
  .w-20 {
    width: 38% !important;
  }
  .w-30 {
    width: 60% !important;
  }
  .w-50 {
    width: 100% !important;
  }
  .input-datos {
    height: 60px !important;
    border: solid 1px #cacaca !important;
    margin-bottom: 30px !important;
  }
  .add_form_field,
  .w-100 .delete {
    font-size: 28pt !important;
  }
  .registrar_contacto_tabla_contenedor {
    max-width: inherit !important;
    margin: 0 50px !important;
  }
  .registrar_contacto_tabla_contenedor #enviar {
    font-size: 15pt !important;
  }
  #continuar_datos {
    font-size: 12pt !important;
    margin-left: 110px !important;
  }
  .textCopete {
    font-size: 21pt;
  }
  .ico_info {
    float: right !important;
    height: 70px !important;
    margin-top: -33px !important;
  }
  [data-title]:after {
    font-size: 35px !important;
    top: 57px !important;
    right: -222px !important;
    width: 423px !important;
    line-height: 45px !important;
    padding: 10px 15px !important;
    border-radius: 15px !important;
  }
  .notificaciones_cantidad {
    font-size: 25pt !important;
    min-width: 35px !important;
    margin-bottom: -39px;
    margin-right: -35px;
  }
  .tabla_fila_01 p {
    font-size: 35px;
  }
  .tabla_fila_02 p {
    font-size: 35px;
  }
  .notif.tabla_columna {
    padding-left: 60px;
    width: 90%;
  }
  .mensaje_notificacion {
    padding: 20px;
  }
}
#continuar_datos {
  background-color: #f00;
  padding: 10px 15px;
  font-family: Oswald;
  font-size: 10pt;
  border-radius: 8px 8px 8px 8px;
  -moz-border-radius: 8px 8px 8px 8px;
  -webkit-border-radius: 8px 8px 8px 8px;
  margin: 3px auto 7px auto;
  border: none;
}
#buscar_menu {
  text-align: right;
}
.ayuda_busqueda {
  margin-right: 5px;
}
.menu_nivel_1 span {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}
#jssor_1 {
  border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  margin: 20px auto !important;
}
.ir-pagina {
  font-size: 11pt !important;
  cursor: pointer;
  margin: 0 5px;
  font-family: Helvetica !important;
}
.pagina-actual {
  color: #f00;
  font-size: 14px;
  margin: 0 5px;
}
.marco_detalle_segunda_linea td,
.marco_detalle_primera_linea td {
  padding: 5px 15px !important;
}
.marco_detalle_segunda_linea td b,
.marco_detalle_primera_linea td b {
  margin-bottom: 5px;
  float: left;
}
.cant_prec_carrito {
  float: left;
  clear: both;
}
.msj_carrito {
  padding: 0 20px;
  margin-bottom: 10px;
  font-family: oswald;
  font-size: 10pt;
}
.tabla_carrito a {
  width: 230px;
  text-align: center;
}
.marco_detalle_preventa td {
  background-color: #ddffe3 !important;
  background-size: 80px !important;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #333333;
  padding: 5px 15px !important;
}
.pedido-exito {
  font-size: 25pt;
  font-family: oswald;
  text-align: center;
  width: 100%;
  padding-top: 90px;
}
.confirmacion_mail_titulo_preventa {
  padding: 2px 0 5px 0;
  font-size: 18px;
  color: #333333;
  border-bottom: 1px #333333 dashed;
  font-weight: bold;
  background-color: #ddffe3 !important;
}
.contenedor-login {
  width: 400px;
}
.contenedor-login input {
  padding: 10px;
  box-sizing: border-box;
}
.contenedor-login .subtitle {
  margin: 20px 0;
}
.button_login {
  background-color: #f00;
  padding: 10px 15px;
  color: #fff !important;
  font-family: Oswald;
  font-size: 10pt !important;
  border-radius: 8px 8px 8px 8px;
  -moz-border-radius: 8px 8px 8px 8px;
  -webkit-border-radius: 8px 8px 8px 8px;
  display: table;
  margin: 3px auto 7px auto;
}
.contenedor-login .center {
  width: 100%;
  text-align: center;
}
.titulo_login {
  font-family: Oswald;
  font-size: 17pt;
  text-align: center;
  margin: 20px 0;
  border-bottom: solid 2px #e9e9e9;
  padding-bottom: 10px;
}
.contenedor-login .msj {
  padding: 20px 0;
  margin-bottom: 10px;
  text-align: center;
  color: #ff0000;
}
.ui-autocomplete li:first-child {
  color: Red;
}
.banda_promo {
  position: relative;
  float: right;
  margin: -4px 0 -84px 0;
  right: 2px;
  z-index: 1;
}
.sustitutos .menu_nivel_1_contenedor,
.sustitutos .menu_nivel_2_contenedor,
.sustitutos .paginacion,
.sustitutos #form_busqueda {
  display: none !important;
}
.sustitutos .fondo_barra,
.sustitutos .top_rojo,
.sustitutos .top_amarillo {
  top: 80px;
}
.sustitutos #carrito_menu,
.sustitutos #user_menu {
  top: 45px;
}
.sustitutos #contenedor {
  padding-top: 120px;
}
.producto_boton_agregar.stock_bajo {
  background-color: #f9e325;
}
.ocultar_div {
  display: none;
}
.titulo_categoria.con_stock {
  text-align: center;
  margin: 20px 0;
  border: none;
}
img.banner_promo {
  width: 100%;
  float: left;
  height: 180px;
  margin: 20px 0;
}
.registrar_contacto_tabla_contenedor {
  max-width: 700px;
  margin: auto;
}
.w-100 {
  width: 100%;
  margin-bottom: 20px;
  float: left;
}
.w-20 {
  width: 18%;
  float: left;
}
.w-30 {
  width: 30%;
  float: left;
}
.w-50 {
  width: 48%;
  float: left;
}
.w-70 {
  width: 70%;
  float: left;
}
.w-100 .w-50 {
  margin-right: 2%;
}
.w-100 .w-20 {
  margin-right: 2%;
}
.float-right {
  float: right;
}
.input-datos {
  width: 98%;
  height: 30px;
  margin-top: 4px;
}
.add_form_field {
  background-color: #f00;
  padding: 10px 15px;
  color: #fff !important;
  font-family: Oswald;
  font-size: 10pt;
  border-radius: 8px 8px 8px 8px;
  -moz-border-radius: 8px 8px 8px 8px;
  -webkit-border-radius: 8px 8px 8px 8px;
  margin: 5px auto 7px auto;
  cursor: pointer;
  border: none;
}
.add_form_field:hover {
  background-color: #f00;
  padding: 10px 15px;
  color: #fff !important;
  font-family: Oswald;
  font-size: 10pt;
  border-radius: 8px 8px 8px 8px;
  -moz-border-radius: 8px 8px 8px 8px;
  -webkit-border-radius: 8px 8px 8px 8px;
  margin: 3px auto 7px auto;
  border: none;
}
.w-100 .delete {
  background-color: #f00;
  padding: 10px 15px;
  color: #fff !important;
  font-family: Oswald;
  font-size: 10pt;
  border-radius: 8px 8px 8px 8px;
  -moz-border-radius: 8px 8px 8px 8px;
  -webkit-border-radius: 8px 8px 8px 8px;
  margin: 5px auto 0 auto;
  cursor: pointer;
  float: right;
}
.w-200px {
  width: 200px;
  float: left;
}
.w-100px {
  width: 100px;
  float: left;
}
.contacto_registrar_content {
  margin: 100px 0;
  float: left;
  font-size: 15pt;
}
.contacto_registrar_content div {
  float: left;
}
.title_rubro_novedades {
  font-size: 16pt;
  font-family: "Oswald";
  margin: 20px 10px 10px 6px;
  width: 100%;
  float: left;
}
.producto_precio.tachado {
  text-decoration: line-through;
  font-size: 12pt;
  border: none;
  padding-bottom: 3px;
}
.producto_precio.con_promo {
  font-size: 18pt;
}
.producto.promocion {
  border: solid 1px red;
  background: linear-gradient(to bottom, #fcea17, #f5f5f5);
}
.promocion .producto_imagen {
  border: solid 1px red;
}

.ui-autocomplete {
  height: 90%;
  overflow-y: auto;
  width: 263px !important;
}
.ui-autocomplete.ui-menu .ui-menu-item {
  border-bottom: solid 1px #cccccc;
  padding: 3px 10px;
}
.ui-autocomplete a:hover {
  font-size: 12.1px;
  background: none;
  border: none;
}
.no_faltantes {
  text-align: center !important;
  font-size: 14pt;
  padding: 20px 5px 10px 5px;
  text-align: left;
  font-weight: 500;
  font-family: oswald;
}
.slider-contenedor {
  width: 100%;
  display: flex;
}
.contenido-slider {
  width: 100%;
  justify-content: space-around;
  align-items: center;
  flex-shrink: 0;
}
img.zoom {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
}

.transition {
  -webkit-transform: scale(1.8);
  -moz-transform: scale(1.8);
  -o-transform: scale(1.8);
  transform: scale(1.8);
}
.textCopete {
  font-family: inherit;
  width: 95%;
}
.ico_info {
  float: right;
  height: 25px;
  margin-top: -5px;
}
[data-title]:hover:after {
  opacity: 1;
  transition: all 0.1s ease 0.5s;
  visibility: visible;
}

[data-title]:after {
  content: attr(data-title);
  white-space: pre-line;
  background-color: #333;
  color: #fff;
  font-size: 13px;
  font-weight: 100;
  position: absolute;
  padding: 3px 5px;
  top: 30px;
  right: -50px;
  width: 150px;
  box-shadow: 1px 1px 3px #222222;
  opacity: 0;
  z-index: 99999;
  visibility: hidden;
  border-radius: 6px;
  line-height: 17px;
  font-style: normal;
  font-family: Arial;
}
[data-title] {
  position: relative;
}

.notificaciones_tabla_col_01 {
  width: 15%;
  text-align: left !important;
}
.notificaciones_tabla_col_02 {
  width: 70%;
  text-align: left !important;
}
.notificaciones_tabla_col_03 {
  width: 10%;
  text-align: center !important;
}
.notificaciones_cantidad {
  float: right;
  padding: 2px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #d30104;
  color: #fffe04 !important;
  text-align: center;
  min-width: 10px;
  margin-top: -5px;
  font-family: arial !important;
  border: solid 1px #000;
}
.mensaje_notificacion {
  margin: 30px auto 150px auto;
  line-height: 20px;
  font-size: 13pt;
  max-width: 990px;
}
.mensaje_notificacion a {
  font-size: 13pt !important;
  color: #000 !important;
  text-decoration: underline !important;
}
.mensaje_notificacion strong {
  font-weight: bold;
}
.mensaje_notificacion em {
  font-style: italic;
}
.tipo_pedido {
  float: right;
  margin-top: 5px;
  font-size: 13pt;
  margin-right: 10px;
  font-weight: bold;
  z-index: 1;
  position: inherit;
}
.tipo_pedido.M,
.tipo_pedido.Z,
.content_botones_pedidos.M,
.content_botones_pedidos.Z {
  display: none;
}
.tipo_pedido.express {
  color: #d30104;
}
.tipo_pedido.tradicional {
  color: #32a73f;
}
.titulo_a_grande_rojo.verde {
  color: #32a73f;
}
.titulo_a_grande_rojo.rojo {
  color: #d30104;
}
.titulo_categoria.sin_stock {
  background-color: #d30104;
  border-radius: 20px;
  color: #fff;
  padding-bottom: 22px;
  font-size: 19pt;
  text-align: center;
  line-height: 30px;
  color: #fff !important;
  font-size: 18pt !important;
}

/* DETALLE */
.producto_contenedor_detalle {
  margin: 15px 0;
  border: solid 2px #cacaca;
  float: left;
  width: 100%;
}

.producto_contenedor_detalle * {
  box-sizing: border-box;
}

.producto_contenedor_detalle .gallery img {
  max-width: 100%;
  vertical-align: top;
}
.producto_contenedor_detalle .gallery {
  display: flex;
  float: left;
  width: 42%;
  position: relative;
  padding-top: 66px;
}

.producto_contenedor_detalle
  .gallery__selector:checked
  ~ .gallery__thumb
  > img {
  box-shadow: 0 0 0 3px #0be2f6;
}
.producto_contenedor_detalle .gallery__thumb {
  padding-top: 6px;
  margin: 6px;
  display: block;
}
.producto_contenedor_detalle .gallery__img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  display: none;
}
iframe.gallery__img {
  opacity: 1 !important;
  width: 530px;
}
.producto_contenedor_detalle .gallery__selector:checked + .gallery__img {
  opacity: 1;
  width: 530px;
  display: block;
}
.producto_contenedor_detalle .gallery__selector {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
@media screen and (min-width: 600px) {
  .producto_contenedor_detalle .gallery {
    padding-top: 400px;
  }
}
.producto_contenedor_detalle .all_info {
  float: left;
  width: 58%;
}
.producto_contenedor_detalle .producto_txt {
  height: auto;
  min-height: inherit;
  margin-bottom: 20px;
  margin-top: 20px;
  font-size: 22pt;
  font-family: "Oswald" !important;
  line-height: 35px;
}
.producto_contenedor_detalle .content_bulto_unidad_kilo {
  border: none;
}
.producto_contenedor_detalle .producto_precio {
  text-align: left;
  border: none;
  padding: 0px 10px 3px 10px;
}
.producto_contenedor_detalle .minus_more {
  width: 35px;
  height: 35px;
  padding-top: 10px;
}
.producto_contenedor_detalle .producto_cantidad_input {
  height: 35px;
}
.producto_contenedor_detalle .producto_cantidad {
  text-align: left;
  border-top: solid 1px #cacaca;
  width: 100%;
  padding: 15px 10px;
  margin-top: 50px;
}
.producto_contenedor_detalle .producto_boton_agregar {
  display: initial;
  margin-left: 30px;
}
.producto_contenedor_detalle .text-cantidad {
  margin-bottom: 10px;
}
.producto_contenedor_detalle .producto_out_stock {
  text-align: left;
  padding: 3px 10px;
}
.producto_contenedor_detalle .producto_content_promo {
  width: 50%;
  margin-left: 10px;
}
.producto_contenedor_detalle .banda_promo {
  margin: -7px -6px -0 0;
  width: 100px;
}
.producto_contenedor_detalle .textCopete {
  margin-left: 10px;
}
.producto_contenedor_detalle .selector_color_total {
  display: block;
  width: 100%;
  border: none;
  position: inherit;
}
.producto_contenedor_detalle .selector_colorxxx {
  margin-left: 10px;
  font-size: 11pt;
}
.producto_contenedor_detalle .producto_color {
  width: 30px;
  height: 30px;
  border: solid 1px #cacaca;
}
.producto_contenedor_detalle .info_adicional {
  padding: 10px;
  font-size: 12px;
  line-height: 16px;
}
.producto_contenedor_detalle .content_bulto_unidad_kilo {
  min-height: auto;
}
.producto_contenedor_detalle .producto_out_stock {
  font-size: 16pt;
}
.producto_boton_volver {
  background-color: #f00;
  padding: 10px 15px;
  color: #fff !important;
  font-family: Oswald;
  font-size: 10pt !important;
  border-radius: 8px 8px 8px 8px;
  -moz-border-radius: 8px 8px 8px 8px;
  -webkit-border-radius: 8px 8px 8px 8px;
  float: right;
  clear: both;
  margin: 40px;
}
@media only screen and (max-device-width: 480px) {
  .producto_contenedor_detalle .gallery {
    width: 100%;
  }
  .producto_contenedor_detalle .all_info {
    width: 100%;
  }
  .producto_contenedor_detalle .gallery__selector:checked + .gallery__img {
    width: 800px;
  }
  .producto_contenedor_detalle .gallery {
    padding-top: 600px;
    padding-bottom: 40px;
    border-bottom: solid 2px #cacaca;
  }
  .producto_contenedor_detalle .gallery img {
    width: 200px;
  }
  .producto_contenedor_detalle .producto_txt {
    font-size: 38pt;
    padding: 10px;
  }
  .producto_contenedor_detalle .producto_id,
  .producto_contenedor_detalle .producto_uni_bulto {
    font-size: 30pt;
    font-family: "Oswald";
  }
  .producto_contenedor_detalle {
    border: none;
    padding: 24px;
  }
  .producto_contenedor_detalle .minus_more {
    width: 90px;
    height: 90px;
    padding-top: 18px;
  }
  .producto_contenedor_detalle .producto_cantidad_input {
    height: 90px !important;
  }
  .producto_contenedor_detalle .text-cantidad {
    font-size: 25pt;
  }
  .producto_txt a {
    font-size: 30pt !important;
  }
  .producto_contenedor_detalle .producto_color {
    width: 80px;
    height: 80px;
  }
  .producto_contenedor_detalle .producto_out_stock {
    font-size: 30pt;
  }
  .producto_contenedor_detalle .selector_colorxxx {
    font-size: 30pt;
  }
  .producto_contenedor_detalle .producto_boton_agregar {
    font-size: 33pt !important;
  }
  .producto_boton_volver {
    font-size: 33pt !important;
    margin: 75px 10px;
    display: grid;
    float: none;
    clear: none;
    text-align: center;
  }
  #i2_carrito_boton {
    width: 400px;
  }
}
.cuadrado_color {
  width: 20px;
  height: 20px;
  float: left;
  margin: 2px;
  border: solid 1px #cacaca;
}
.arrow_bread {
  color: #28bb00;
  display: inline-flex;
  margin: 0px 10px 7px 10px;
}
.filtros {
  display: inline-block;
  margin-right: 30px;
  height: 32px;
}
.filtros .title_filtro {
  display: inline-block;
  margin-right: 10px;
  font-weight: 500;
  font-family: Helvetica !important;
  color: #525252 !important;
  font-size: 11pt;
  margin-bottom: 4px;
}
.filtros select {
  font-family: Helvetica !important;
  font-size: 11pt;
  height: 30px;
  color: #525252 !important;
}
option:hover {
  background-color: #d30104;
}
.minimo_compra {
  font-size: 9pt;
  color: #000;
  margin: 0 0 15px 0 !important;
}
.mas_pedidos {
  font-family: "Oswald";
  font-size: 25pt;
  text-align: center;
  margin: 50px -2px 0 -2px;
  text-transform: uppercase;
  padding: 15px 0;
  border-radius: 12px 12px 0 0;
  border: solid 2px #d30104;
  border-bottom: none;
  color: #d30104;
  float: left;
  width: 100%;
}
.content_mas_pedidos {
  float: left;
  border: solid 2px #d30104;
  border-top: none;
  margin: 0 -2px 15px -2px;
  border-radius: 0 0 12px 12px;
}
.content_bt_seguir {
  text-align: center;
  width: 100%;
  float: left;
  clear: both;
  margin: 40px auto;
}
.content_bt_seguir a {
  background-color: #f00;
  padding: 10px 15px;
  color: #fff !important;
  font-family: Oswald;
  font-size: 10pt !important;
  border-radius: 8px 8px 8px 8px;
  -moz-border-radius: 8px 8px 8px 8px;
  -webkit-border-radius: 8px 8px 8px 8px;
}
:root {
  --circle-size: clamp(1.5rem, 5vw, 3rem);
  --spacing: clamp(0.25rem, 2vw, 0.5rem);
}

.c-stepper {
  display: flex;
}

.c-stepper__item {
  display: flex;
  flex-direction: column;
  flex: 1;
  text-align: center;
  width: 130px;

  &:not(:last-child) {
    &:after {
      content: "";
      position: relative;
      top: 30px;
      width: 70px;
      left: 95px;
      height: 2px;
      background-color: #e0e0e0;
      order: -1;
    }
  }
}

.c-stepper__item.ok:after {
  background-color: #28bb00;
}

.img_stepper {
  margin-top: 2.5px;
  width: 35px;
  height: 35px;
}

.circle_stepper {
  border-radius: 50%;
  background-color: #bfbbbb;
  width: 40px;
  height: 40px;
  padding: 10px;
  margin: 0 auto 1rem;
}

.circle_stepper.ok {
  background-color: #28bb00;
}

.c-stepper__title {
  font-size: 11pt;
  font-weight: 500;
  font-family: oswald !important;
  color: #525252 !important;
}
.title_stepper {
  text-align: center;
  font-size: 15pt;
  margin: 10px 0 15px 0;
  font-weight: 500;
  font-family: oswald !important;
  color: #525252 !important;
}
.btn-whatsapp {
  display: block;
  width: 70px;
  height: 70px;
  color: #fff;
  position: fixed;
  right: 20px;
  bottom: 20px;
  border-radius: 50%;
  line-height: 80px;
  text-align: center;
  z-index: 999;
}
.titulo_rubro_carrito {
  font-weight: 500;
  font-family: Oswald, sans-serif;
  font-size: 12pt;
  border-bottom: 2px solid #d0d0d0;
  padding: 15px 0px 15px 0px;
}
.highlight {
  display: inline-block;
  background-color: #f5ea54;
  margin-top: -5px;
}
.btn-search-my {
  background-color: #f00;
  padding: 10px 15px;
  color: #fff !important;
  font-family: Oswald;
  font-size: 10pt !important;
  border-radius: 8px 8px 8px 8px;
  -moz-border-radius: 8px 8px 8px 8px;
  -webkit-border-radius: 8px 8px 8px 8px;
  margin: 3px auto 7px auto;
}
.input-search-my {
  width: 250px;
  height: 40px;
}
.input-error {
  border: 2px solid #ff0000 !important;
  background-color: #fff0f0 !important;
}

textarea.input-error {
  animation: shake 0.5s;
}

@keyframes shake {
  0%,
  100% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-10px);
  }
  75% {
    transform: translateX(10px);
  }
}

.mensaje_txt {
  color: #ff0000;
  text-align: center;
  padding: 15px;
  margin: 10px 0;
  font-weight: bold;
}

/* Estilos para errores - Desktop */
.input-error {
  border: 2px solid #ff0000 !important;
  background-color: #fff0f0 !important;
}

textarea.input-error {
  animation: shake 0.5s;
  border: 2px solid #ff0000 !important;
  background-color: #fff0f0 !important;
}

@keyframes shake {
  0%,
  100% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-10px);
  }
  75% {
    transform: translateX(10px);
  }
}

.mensaje_txt {
  color: #ff0000 !important;
  text-align: center !important;
  padding: 15px !important;
  margin: 10px 0 !important;
  font-size: 14px !important;
  font-weight: bold !important;
  display: block !important;
  width: 100% !important;
  background-color: #fff0f0 !important;
  border: 1px solid #ff0000 !important;
}
