/* GRUPO BAIO */

@import url("https://fonts.googleapis.com/css?family=Montserrat:400,600");
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,600|Roboto");

:root {
  --naranja-1: #eb6e07;
  --naranja-2: #f08925;
  --naranja-3: #f4a252;
  --acento-1: #085e6c;
  --acento-2: #4b5c68;
  --font: "Montserrat", sans-serif;
}

html {
  overflow-y: scroll;
  overflow-x: hidden;
}

body {
  font-family: var(--font);
  font-weight: 400;
  /* padding-top: 150px; */
  padding-top: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font);
  font-weight: 600;
}

h1 {
  font-size: 180%;
  color: #5f7d8b;
}

h6 {
  border-bottom: 1px solid #607d8b;
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 15px;
  padding: 10px 0 0;
  position: relative;
  text-transform: none;
  color: #607d8b;
  padding-bottom: 5px;
}

/*******TOP Y MENU******/
ul.social-share a i {
  border-radius: 50%;
  border: 1px solid rgb(95, 125, 139);
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 13px;
  color: #5f7d8b;
}

.ban-top-izquierda {
  padding: 0;
  margin-bottom: -5px;
}

.social.pull-right {
  position: absolute;
  margin-top: 20px;
  z-index: 11;
  left: 10%;
}

.social-fixed {
  position: fixed !important;
  z-index: 9;
  left: 25.5% !important;
}

div.navbar.navbar-default {
  background: #fefefe;
  box-shadow: 0 0 5px #ddd;
  padding-bottom: 0px;
}

.top-number.pull-left.hidden-xs {
  display: none;
}

.top-bar {
  padding: 10px 0;
  background: #000;
  border: 0px;
  line-height: normal;
  display: block !important;
}

ul#nav.nav.navbar-nav {
  clear: both;
  text-transform: uppercase;
}

.navbar-default .navbar-nav > li > a {
  color: #777;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.2px;
  font-family: var(--font);
  padding: 10px;
}

.navbar-nav .dropdown-menu > li > a {
  white-space: normal;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.2px;
  font-family: var(--font);
  padding: 10px 15px;
  color: #777;
}

.dropdown-menu {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
  background-color: #fff;
  color: #000;
  border: 1px solid transparent;
  border-radius: 0 0 15px 15px;
  box-shadow: 0 0 5px #909090;
}
.navbar-collapse ul.nav li ul.dropdown-menu li ul {
  border-radius: 15px;
}

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  color: #fff;
  text-decoration: none;
  background-color: var(--naranja-1);
  border-radius: 5px;
}

ul#nav .primero.has-submenu {
  background: var(--naranja-1);
  color: #fff;
  margin-right: 15px;
}

button.btn.btn-primary.btn-detalle {
  background: var(--naranja-1);
}

.btn.btn-compra:before,
.btn.btn-detalle:before {
  display: none;
}

button.btn.btn-buscartop {
  background: var(--naranja-1);
}

button.btn.btn-buscartop i {
  color: #fff;
}

.search {
  margin-right: 45px;
  margin-left: 105px;
}

ul.social-share {
  float: right;
  margin-left: 20px;
}

input.search-form {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 25px 0 0 25px;
  height: 37px;
}
button.btn.btn-buscartop {
  border-radius: 0 25px 25px 0;
}
input.search-form:focus,
input.search-form:hover,
input.search-form {
  width: 400px;
}

/* .caja_func_sup.pull-right.hidden-xs {
    margin-top: 68px;
    margin-right: 40px;
    text-transform: none;
    position: absolute;
    right: 20%;
    z-index: 9;
    font-size: 12px;
    font-weight: 600;
    font-family: var(--font);
    letter-spacing: 0.2px;
    color: #595858;
}

.caja_func_sup #cantidad_carrito.badge {
    position: absolute;
    left: 16px;
    top: -15px;
    background: var(--acento-2);
} */

div#carrito_top {
  margin-top: 10px;
  float: right;
  margin-left: 20px;
}

.primer-item i {
  padding-right: 5px;
}

.primer-item {
  padding: 0 10px;
}

#login_sup:before,
#nombre_usuario:before,
.cambiar_cuenta_top:before,
.registracion:before,
.terminar_sesion_top:before {
  font-family: "Font Awesome 6 Pro";
  font-weight: bold;
  color: var(--acento-2);
  font-size: 2rem;
}

#nombre_usuario:before {
  content: "\f2bd" !important;
}

a.ircarrito:before {
  display: inline-block;
  font-size: 20px;
  position: relative;
  top: 4px;
  padding-right: 20px;
  content: "\e3f1";
  font-weight: bold;
  font-family: "Font Awesome 6 Pro";
  color: var(--naranja-1);
}

div#leyenda_gral_top {
  position: absolute;
  top: 20px;
  z-index: 99;
  right: 22%;
  font-size: 21px;
  color: #5f7d8b;
}

.leyenda_gral_top_fixed {
  position: fixed !important;
}

div#leyenda_gral_top i {
  background: #25d366;
  color: #fff;
  padding: 10px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  font-weight: 400;
}

div#leyenda_gral_top a {
  font-weight: 600;
  color: #5f7d8b;
  letter-spacing: 0.5px;
}

.top-whatsapp {
  margin-top: 10px;
}

a.buscadormodal {
  display: none;
}

@media (min-width: 768px) {
  ul.nav.navbar-nav {
    margin-top: 25px;
    margin-left: -15px;
  }

  .navbar-fixed-top ul.nav.navbar-nav {
    margin-top: 25px;
    margin-left: 0px;
  }
}

/*******PRODUCTOS HOME******/
.discount {
  background: #f81324;
  border-radius: 0 4px 4px 0;
  color: #fff;
  padding: 3px 10px;
}

h5.title-sol.style2.solofertas,
h5.title-sol.style2.solnuevo {
  line-height: 36px;
  margin: 30px 0 20px;
  padding: 0;
  position: relative;
  border: none;
  font-family: var(--font);
  font-weight: 400;
  font-size: 30px;
  border-bottom: 2px solid #5f7d8b;
  padding-bottom: 4px;
  letter-spacing: 0.2px;
}

.style2 .title-sol:after,
.title-sol-style2:after,
.title-sol.style2:after {
  display: none;
}

h5.title-sol.style2.solofertas span,
h5.title-sol.style2.solnuevo span {
  color: #f8f8f8;
  position: relative;
  z-index: 2;
  background: none;
  padding: 0;
  text-align: center;
  text-transform: none;
  width: auto;
  margin: 0 auto;
  display: inline;
  background: #607d8b;
  border-radius: 5px 35px 0 0;
  -webkit-border-radius: 5px 35px 0 0;
  -moz-border-radius: 5px 35px 0 0;
  padding: 10px 40px 10px 20px;
  font-size: 20px;
}

.btn.btn-compra {
  background: var(--naranja-1);
}

.btn.btn-compra:hover {
  background: var(--naranja-2);
}

a.grid-view {
  /* display: none; */
}

input.cantidades_listado {
  text-align: center;
  width: 40%;
}

.price {
  margin-bottom: 20px;
  margin-top: 10px;
}

/*******SEMAFORO******/
.semaf_rojo {
  color: #ffffff;
  background-color: #fe3636;
  border-color: #fe3636;
}

.semaf_amarillo {
  color: #ffffff;
  background-color: #fdd835;
  border-color: #fdd835;
}

/*******REDES HOME******/
.redes-home {
  background: rgba(238, 238, 238, 1);
  padding: 20px;
}

.redes-home ul.social-redes {
  list-style: none;
  padding: 0px;
}

.redes-home ul.social-redes li {
  display: inline-block;
}

.redes-home ul.social-redes li a {
  color: #ffffff;
  text-align: center;
  margin: 10px;
}

.redes-home ul.social-redes li a i {
  border-radius: 50%;
  background: var(--naranja-2);
  font-size: 20px;
  height: 40px;
  width: 40px;
  line-height: 40px;
}

/*******LISTA RUBROS******/
.item.list-view .imagen .imagen-lista {
  max-width: 100px;
}

.item.list-view .ivaprecio {
  margin: 10px 0;
  font-weight: 600;
}

.item.list-view .price-standard {
  font-size: 90%;
}

/*******VISTA PRECIOS******/
nav#navbar-sidebar {
  background: #f8f8f8;
  box-shadow: none;
}

.price a {
  color: var(--naranja-1);
}

body.productos .item.list-view .image_lista img {
  width: 80%;
}

body.productos .info-prod1 {
  text-align: left;
  margin-top: 20px;
}

body.productos .info-prod2 {
  padding-right: 40px;
  margin-top: 20px;
}

body.productos .price a {
  color: var(--naranja-1);
  font-size: 18px;
  letter-spacing: 0.5px;
}

.featuredImgLook2 .inner:hover,
.product:hover {
  border: 1px solid var(--naranja-1);
}

.item.list-view input.cantidades_listado,
.item.list-view .product .btn-compra {
  margin-top: 30px;
}

.item.list-view input.cantidades_listado {
  width: 25%;
}

span.size.art_cod_precios {
    color: #999;
    font-weight: bold;
}

ul.nav.navbar-nav.navbar-left.sm-vertical a {
  text-transform: uppercase;
  font-weight: 400;
  color: #3a4753;
}

nav#navbar-sidebar .navbar-header-lateral {
  border-bottom: 2px solid var(--naranja-1);
  padding: 10px 15px;
}

nav#navbar-sidebar ul.nav.navbar-nav.navbar-left.sm-vertical a:hover {
  background: var(--naranja-1);
  color: #fff;
}

#navbar-sidebar .navbar-left {
  margin-left: 0;
  margin-top: 0px;
}

.navbar-lateral .ley_cate_lateral_xs {
  color: var(--naranja-1);
  font-size: 14px;
  font-family: var(--font);
  font-weight: 600;
}

form#masiva input {
  margin-bottom: 10px;
}

/*******Noticias OFERTA******/
.frase-top h3 {
  font-size: 23px;
  text-align: center;
  line-height: 30px;
  color: #5f7d8b;
}

.frase-top h3 strong {
  font-size: 24px;
  text-transform: uppercase;
  color: var(--naranja-1);
}

.noticiashome1 {
  margin: 0px;
}

h5.title-sol.style2.solnuevo.solnoticias {
  display: none;
}

.cajasnove {
  margin-bottom: 15px;
  margin-top: -20px;
}

.noticiashome1-row .cajasnove img {
  float: left;
  margin-right: 20px;
  max-width: 450px;
}

div#cajanovofe .cajasnove .btn-vernota {
  background: var(--naranja-1);
  margin-top: 20px;
}

/*******FOOTER******/
footer {
  background: rgba(58, 71, 84, 1);
  padding: 30px 0;
  text-align: center;
}

.whatsapp img {
  width: 80px;
}

/*******Detalle producto******/
.col-listar .desdoc {
  margin-top: 15px;
}

a.popolvido,
a.popregistrar {
  margin-top: 20px;
}

form#grilla table {
  width: 80%;
}

div#masservicios li {
  border-bottom: 1px solid #dddddd;
  padding: 10px;
}

div#masservicios ul {
  padding-left: 0px;
  list-style: none;
}

div#masservicios a {
  color: #fd1323;
}

div#masservicios a:before {
  content: "\f1c1";
  margin-right: 10px;
  font-family: "Font Awesome 5 Pro";
  font-size: 20px;
  color: #fa1323;
}

ul.breadcrumb a:after {
  content: "\f138";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  padding-left: 10px;
  color: var(--naranja-1);
}

.productFilter.productFilterLook2 small a {
  background: var(--naranja-1);
  padding: 8px 20px;
  border-radius: 3px;
  color: #fff;
}

.breadcrumb > li.pull-right a:after {
  display: none;
}

.detalle_producto .product-title {
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 0.25px;
  line-height: 1;
  margin-bottom: 10px;
  text-transform: none;
  margin-top: 0;
  color: #607d8b;
}

.cart-actions input[type="button"] {
  background: var(--naranja-1);
  border: none;
  border: 0px;
  position: absolute;
  margin-left: 110px;
  top: 18px;
}

form#agregado_articulo input#cantidad {
  width: 80px;
  text-align: center;
}

.productFilter.productFilterLook2 {
  border-top: 0px;
}

.btn-success {
  background-color: var(--naranja-1);
  color: #ffffff;
}

.btn-success:hover {
  background: var(--naranja-2);
}

.detalle-form {
    background: #fafafa;
    border-radius: 15px;
    margin-top: 20px;
    border-top: 3px solid var(--naranja-1);
    box-shadow: 0 0 5px #ccc;
    max-width: 1170px;
    margin: 20px auto;
}

/*******CARRITO******/
.orderStep li.active {
  background: var(--acento-1);
}

.orderStep li.active:after {
  border-top-color: var(--acento-1) !important;
}

.orderStep li {
  background: var(--acento-2);
}

input#iniciarpago {
  background: var(--naranja-1);
  color: #fff;
}

.seguir_inferior {
  display: none;
}

/*******EMPRESA******/
.post-description {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #585959;
}

.post-lead-image {
  float: left;
  margin-right: 20px;
}

.btn-vernota {
  background: var(--naranja-1);
}

.btn-vernota:hover {
  background: var(--naranja-2);
}

/*******CONTACTO******/
.form-group .form-control {
  padding: 7px 12px;
  border-color: #f2f2f2;
  box-shadow: none;
  border: 3px solid #eeeeee;
}

/*******MEDIA******/
@media (max-width: 1628px) {
  div#leyenda_gral_top {
    right: 13%;
  }

  /* .caja_func_sup.pull-right.hidden-xs {
        right: 10%;
    } */

  .social-fixed {
    position: fixed !important;
    z-index: 9;
    left: 19% !important;
  }
}

@media (max-width: 1440px) {
  /* .caja_func_sup.pull-right.hidden-xs {
        right: 8%;
    } */

  .search {
    margin-right: 45px;
    margin-left: 0px;
  }

  .social.pull-right {
    left: 20%;
  }

  div#leyenda_gral_top {
    right: 11%;
  }

  input.search-form:focus,
  input.search-form:hover,
  input.search-form {
    width: 430px;
  }

  .social-fixed {
    left: 25% !important;
  }
}

@media (max-width: 1336px) {
  /* .caja_func_sup.pull-right.hidden-xs {
        right: 4%;
    } */

  div#leyenda_gral_top {
    right: 7%;
  }

  .social.pull-right {
    left: 17%;
  }

  .social-fixed {
    left: 21% !important;
  }
}

@media (max-width: 1280px) {
  .social.pull-right {
    left: 16%;
  }

  .social-fixed {
    left: 19% !important;
  }
}

@media (max-width: 1024px) {
  input.search-form:focus,
  input.search-form:hover,
  input.search-form {
    width: 270px;
  }

  /* .caja_func_sup.pull-right.hidden-xs {
        right: -3%;
    } */

  div#leyenda_gral_top {
    right: 4%;
  }

  .navbar-default .navbar-nav > li > a {
    padding: 10px 0;
  }

  .social.pull-right {
    left: 20%;
  }

  .social-fixed {
    left: 21% !important;
  }

  ul.nav.navbar-nav {
    margin-left: -15px !important;
  }
}

@media (max-width: 990px) {
  .container {
    width: 950px;
  }

  ul.social-share {
    float: right;
    margin-left: 0px;
  }

  .social-fixed {
    left: 20% !important;
  }
}

@media (max-width: 950px) {
  .container {
    width: 100%;
  }

  /* .caja_func_sup.pull-right.hidden-xs {
        right: -3%;
    } */

  div#leyenda_gral_top {
    right: 1%;
  }

  input.search-form:focus,
  input.search-form:hover,
  input.search-form {
    width: 240px;
  }
}

@media (max-width: 768px) {
  .top-whatsapp {
    display: none;
  }

  div#detalle {
    padding: 0 15px;
  }

  nav#navbar-sidebar .navbar-header-lateral {
    border-bottom: 0;
    padding: 0px 15px;
  }

  nav#navbar-sidebar button.navbar-toggle {
    float: right;
  }

  nav#navbar-sidebar .navbar-toggle .icon-bar {
    background-color: #607d8b;
  }

  .navbar-lateral .ley_cate_lateral_xs {
    color: #607d8b;
    font-size: 16px;
    font-family: var(--font);
    font-weight: 600;
  }

  ul.nav.navbar-nav.navbar-left.sm-vertical a {
    padding-left: 25px;
  }

  .navbar-default .navbar-toggle {
    border-color: transparent;
  }

  .navbar-default .navbar-toggle .icon-bar {
    background-color: var(--naranja-1);
  }
}

@media (max-width: 767px) {
  div.navbar.navbar-default {
    background-image: none;
  }

  body.ofertas {
    /* padding-top: 60px; */
  }

  body {
    /* padding-top: 80px; */
  }

  nav#navbar-sidebar {
    background: #f8f8f8;
    box-shadow: none;
    padding-bottom: 0px;
  }

  div#modalBusqueda .input-group-btn {
    /* position: absolute; */
    font-size: 0;
    white-space: nowrap;
    display: inline;
    margin-left: -5px;
  }

  .navbar-default .navbar-toggle:focus,
  .navbar-default .navbar-toggle:hover {
    background-color: transparent;
  }

  button.navbar-toggle {
    float: left;
  }

  ul.social-share {
    display: none;
  }

  .dropdown-cart a {
    color: #5f7d8b !important;
  }

  .dropdown-menu #nombre_usuario {
    color: #5f7d8b;
  }

  .top-bar a {
    color: var(--naranja-1);
  }

  div.social.pull-right .dropdown-menu li {
    padding: 12px 10px !important;
    border-bottom: 1px solid #d4d4d4;
  }

  .search {
    display: none;
  }

  div#leyenda_gral_top i {
    background: none;
    color: var(--naranja-1);
    padding: 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    font-weight: 400;
    font-size: 14px;
  }

  .buscadormodal {
    display: block !important;
  }

  div#leyenda_gral_top {
    right: 4%;
  }

  .social.pull-right {
    left: auto;
    right: 8%;
  }

  a.dropdown-toggle i {
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    font-size: 21px;
  }

  a.buscadormodal i {
    font-size: 21px !important;
  }

  a.dropdown-toggle {
    padding-top: 0px;
  }

  ul.dropdown-menu.dropdown-cart {
    min-width: 200px;
  }

  .navbar-nav .open .dropdown-menu {
    background: #eae7e7;
    margin-right: 15px;
  }

  div#cajanovofe .cajasnove img {
    float: none;
    margin-right: 0px;
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  .social.pull-right {
    left: auto;
    right: 12%;
  }

  .item.list-view .price {
    font-size: 17px;
    margin: 0px;
    float: left;
  }

  .item.list-view input.cantidades_listado,
  .item.list-view .product .btn-compra {
    margin-top: -10px;
  }

  .item.list-view input.cantidades_listado {
    width: 20%;
  }

  body.productos .info-prod2 {
    margin-top: 0px;
  }

  .detalle_producto .product-title {
    font-size: 21px;
  }
}

@media (max-width: 360px) {
  .ban-top-izquierda img {
    width: 160px;
  }

  .item.list-view .price {
    font-size: 14px;
    margin: 0px;
    float: left;
  }

  body.productos .info-prod2 {
    padding-right: 8px;
  }

  input.search-form:focus,
  input.search-form:hover,
  input.search-form {
    width: 200px;
  }
}

div.boton_arrepentimiento a {
  border: none !important;
}

/* Inicio modificaciones 2 / agosto / 24 */

.ban-top-izquierda img {
  width: 135px;
}

ul#nav .primero.has-submenu {
  background: var(--naranja-1) !important;
  color: #fff;
  margin-right: 15px;
}

/* HOVER DE PRODUCTOS */

div#navbar-menu-superior .dropdown-menu li.open > a.has-submenu.highlighted {
  background: var(--naranja-1) !important;
  color: white !important;
}

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background-color: var(--naranja-1) !important;
  border-color: var(--naranja-1) !important;
  color: white;
}

div#navbar-menu-superior .dropdown-menu li.open > a.has-submenu.highlighted {
  background: var(--naranja-1) !important;
}

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background-color: var(--naranja-2) !important;
  border-color: var(--naranja-2) !important;
}

/* FIN HOVER PRODUCTOS */

h5.title-sol.style2.solofertas span,
h5.title-sol.style2.solnuevo span {
  color: white;
  position: relative;
  z-index: 2;
  background: none;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  width: auto;
  margin: 0 auto;
  display: inline;
  background: var(--acento-1);
  border-radius: 5px 35px 0 0;
  -webkit-border-radius: 5px 35px 0 0;
  -moz-border-radius: 5px 35px 0 0;
  padding: 10px 40px 10px 20px;
  font-size: 20px;
  letter-spacing: 1px;
}

h5.title-sol.style2.solofertas,
h5.title-sol.style2.solnuevo {
  line-height: 36px;
  margin: 30px 0 20px;
  padding: 0;
  position: relative;
  border: none;
  font-family: var(--font);
  font-weight: 400;
  font-size: 30px;
  border-bottom: 2px solid var(--acento-1);
  padding-bottom: 4px;
  letter-spacing: 0.2px;
}

button.btn.btn-primary.btn-detalle:hover {
  background: var(--naranja-2);
}

span.envio_gratis,
span.envio_gratis_todos {
  color: #fff;
  background: var(--acento-1);
  border-radius: 5px;
  padding: 3px;
  left: 0;
  position: absolute;
  width: 70px;
  display: block;
  top: -57px;
}

/* i.fa:hover {
  background: transparent;
  color: var(--naranja-1);
  transition: all 0.3 ease-in-out;
} */

i.fa.fa-envelope:hover {
  background: var(--acento-1);
}

i.fa.fa-facebook:hover {
  background: var(--acento-1);
}

i.fa.fa-twitter {
  background: var(--acento-1);
}

i.fa.fa-twitter:hover {
  background: var(--acento-1);
}

i.fa.fa-instagram:hover {
  background: var(--acento-1);
}

p.iva {
  background: var(--naranja-2);
  padding: 5px;
  margin-bottom: 0;
  color: white;
  letter-spacing: 1px;
  margin-top: -12px;
}

footer {
  background: var(--acento-1);
  padding: 30px 0;
  text-align: center;
}

.btn-success {
  background-color: var(--naranja-2) !important;
  color: #ffffff;
}

.whatsapp {
  position: fixed;
  bottom: 40px;
  right: 40px;
  left: auto;
  z-index: 99999999;
}

/* .caja_func_sup.pull-right.hidden-xs {
    margin-top: 68px;
    margin-right: 40px;
    text-transform: none;
    position: absolute;
    right: 20% !important;
    z-index: 9;
    font-size: 12px;
    font-weight: 600;
    font-family: var(--font);
    letter-spacing: 0.2px;
    color: #595858;
    bottom: 3%;
} */

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
  margin-top: 25px;
}

.detalle_producto .product-title {
  font-size: 3rem;
  letter-spacing: 1px;
  line-height: 1;
  margin-bottom: 10px;
  margin-top: 0;
  color: #171717;
  text-transform: uppercase;
  font-weight: bold;
  font-family: var(--font);
}

.price-sales {
  font-size: 120%;
  color: var(--naranja-1);
}

.stButton {
  margin: 0 !important;
  background: var(--acento-1);
  width: 35px;
  height: 35px;
  padding-top: 10px;
  text-align: center !important;
  top: 2px !important;
}

.stButton:hover {
  background: var(--naranja-1);
}

.socialIcon a {
  background: var(--acento-1) !important;
  font-size: 22px;
  padding-top: 5px;
  margin-right: 10px;
  width: 35px;
  height: 35px;
}

.socialIcon a:hover {
  background: var(--naranja-1) !important;
}

.nav-tabs {
  margin-bottom: 20px;
  border-bottom: 3px solid var(--acento-1);
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover,
.nav-tabs > li:hover > a {
  background: var(--acento-1);
  color: #fff !important;
  border: 0;
  border-radius: 0;
}

.product {
  background: #fafafa;
}

.hormigafoot h2 {
  font-size: 14px;
  margin: 0 0 10px;
  display: none;
}

.modal-header-primary {
  color: #fff;
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
  background-color: var(--acento-1);
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.btn-primary {
  background: var(--acento-1) !important;
}

.btn-primary:hover {
  background: var(--naranja-1) !important;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.8;
}

.modal span#nombre_prod_alert,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  color: var(--naranja-1);
}

.orderStep {
  clear: both;
  display: inline-block;
  height: 80px;
  padding: 0;
  margin-bottom: 30px;
  width: 100%;
  margin-top: 20px;
}

.orderStep li {
  background: var(--acento-1);
  color: white;
  display: none;
}

.orderStep li.active {
  background: var(--acento-2);
  border-radius: 15px;
  width: 100%;
  display: block;
}

.orderStep li.active i {
  border-radius: 25px 25px 0 0;
}

.orderStep li.active:after {
  border-top-color: var(--acento-2) !important;
}

div.seguir_inferior a,
div.seguir_superior a {
  display: none;
  width: 250px;
  background: #ebedef;
  text-align: center;
  padding: 10px;
  margin: 10px auto;
}

h6 {
  border-bottom: 1px solid var(--acento-1);
  font-size: 25px;
  font-weight: 600;
  margin: 0 0 15px;
  padding: 10px 0 0;
  position: relative;
  text-transform: none;
  color: var(--acento-1);
  padding-bottom: 5px;
}

.btn.btn-lg {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  font-size: 16px;
  line-height: 1.471;
  padding: 10px 20px;
  width: auto;
  font-weight: 500;
}

.btn-default {
  background-color: var(--naranja-1);
  color: #ffffff;
  text-shadow: none;
  font-weight: 500;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active {
  background-color: var(--acento-1);
  border-color: #cacfd2;
  color: #ffffff;
}

p.success div.success,
span.success {
  color: var(--naranja-1);
}

.bg-info {
  background-color: var(--naranja-1);
  color: white;
}

td#total_con_costo {
  font-weight: 600;
}

.cartFooter,
.cartTableHeader {
  background: #eee;
  color: #171717;
}

.btn.btn-primary,
.btn.btn-danger,
.btn.btn-default,
.btn.btn-success,
.btn.btn-info,
.btn.btn-warning,
.btn.btn-fb,
.btn.btn-tw {
  font-weight: 500;
}

i.fa.fa-trash:hover {
  background: none;
  color: rgba(255, 0, 0, 0.825);
}

.btn-info {
  background-color: var(--acento-2);
  color: #ffffff;
}

button.btn.btn-default {
  width: 100%;
  margin-bottom: 7px;
}

.btn-info:hover,
.btn-info:focus {
  background-color: var(--acento-1);
  border-color: var(--acento-1);
  color: #ffffff;
}

.msginfo {
  color: white;
  background-color: var(--acento-2);
  border: 1px solid transparent;
  border-radius: 4px;
  letter-spacing: 1px;
}

body.default {
  /* padding-top: 200px; */
}

.product:hover .btn-quickview {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
    background: var(--naranja-1);
}

.col-izq-int {
    margin-top: 20px;
    box-shadow: 0 0 5px #ccc;
    border-radius: 15px;
    padding: 5px 20px;
}

.slick-track img {
  width: 100%;
}

body.nosotros {
  /* padding-top: 200px; */
}

.nosotros h1 {
  display: none;
}

/* .post-description {
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    color: #585959;
    letter-spacing: 0.5px;
} */
/* 
span.acento {
    font-weight: bold;
    color: var(--naranja-1);
    line-height: 35px;
    text-transform: uppercase;
    margin-left: 80px;
}


p.desc_corta {
    margin-bottom: 60px;
}

.nosotros .col-md-4.col-xs-12 {
    margin-bottom: 35px;
    margin-top: 25px;
}

hr.h1_acento_hr {
    margin-top: 10px;
}

hr.acento_hr {
    border-top: 1px solid var(--naranja-1);
} */

hr {
  margin-top: -8px;
  margin-bottom: 15px;
  border: 0;
  border-top: 1px solid #eee;
}

.featuredImgLook2 .inner:hover,
.product:hover {
  border: 1px solid #085e6c;
}

.semaf_verde {
  background-color: green;
  border-color: green;
  color: #fff;
}

.semaf_rojo {
  color: #ffffff;
  background-color: red;
  border-color: red;
}

.social.pull-right {
  position: absolute;
  margin-top: 0;
  z-index: 11;
  left: 10%;
  top: 65px;
}

ul.social-share {
  float: right;
  margin-left: 20px;
  margin-top: -3px;
}

.btn-danger {
  background-color: var(--naranja-1);
  color: #ffffff;
}

i.fa.fa-trash:hover {
  background: none;
  color: var(--acento-1);
}

button#iniciarpago:hover {
  background: var(--acento-1) !important;
}

body.marcas {
  /* margin-top: 50px; */
}

ul.subcate li {
  display: inline-block;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  flex-grow: 1;
  text-align: center;
}

body.productos {
  /* padding-top: 140px; */
}

/* aside.col-md-3.cols-grals {
    margin-top: -130px;
}

.col-md-9.cols-grals {
    margin-top: -130px;
} */

div#servicios {
  display: none;
}

.widget {
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
  padding-left: 0;
  /* content-visibility: hidden; */
}

p.iva {
  background: #000;
  padding: 5px;
  margin-bottom: 0;
  color: white;
  letter-spacing: 1px;
  margin-top: 0px;
  margin-bottom: 0px;
  display: none;
}

footer {
  background: linear-gradient(
    90deg,
    rgb(12 2 45) 0%,
    #0a0b0b 50%,
    rgba(23, 23, 23, 1) 100%
  );
  padding: 30px 0;
  text-align: center;
}

.breadcrumb {
  padding: 8px 15px;
  list-style: none;
  margin: 20px 0;
  background: #fff;
  border-radius: 25px;
  box-shadow: 0 0 5px #ddd;
}
.orderStep {
  clear: both;
  display: inline-block;
  height: 80px;
  padding: 0;
  margin-bottom: 30px;
  width: 100%;
  margin-top: -35px;
}

.lista-medios-pago .bordePago2 {
    border: 1px solid transparent;
    background: #fff;
}

body.marcas .container.general {
  min-height: 59vh;
}

body.default .container.general {
  min-height: 59vh;
}

body.default .col-md-4.col-xs-6 {
  width: 100%;
}

.col-md-12.contact-form {
  /* margin-top: -58px; */
  background: #fafafa;
  border-radius: 25px;
  padding: 20px;
}

body.nosotros .col-md-12.col-xs-12.cols-grals {
  /* margin-top: -47px; */
}

body.registro .col-md-12.col-xs-12.cols-grals {
  /* margin-top: -60px; */
}

/* body.marcas .row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
} */

.col-md-2.col-md-4.text-center.content_marcas {
  margin-bottom: 50px;
  margin-top: 20px;
}

div#navbar-menu-superior .dropdown-menu li.open > a.has-submenu.highlighted {
  background: var(--naranja-1);
  color: white !important;
  font-weight: bold;
}

div#navbar-sidebar-collapse .dropdown-menu li.open > a.has-submenu.highlighted {
  background: var(--naranja-1);
  color: white !important;
  font-weight: bold;
}

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background-color: var(--naranja-1);
  border-color: var(--naranja-1);
  color: white;
}

div#navbar-menu-superior .dropdown-menu li.open > a.has-submenu.highlighted {
  background: var(--naranja-1);
}

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background-color: var(--naranja-1);
  border-color: var(--naranja-1);
}

ul.nav.navbar-nav.navbar-left.sm-vertical a {
  color: black;
}

div#navbar-sidebar-collapse
  ul.nav.navbar-nav.navbar-left.sm-vertical
  > a.has-submenu.highlighted {
  color: white !important;
}

a.has-submenu.highlighted {
  color: white !important;
}

h5.title-sol.style2.solofertas span,
h5.title-sol.style2.solnuevo span {
  color: white !important;
  position: relative;
  z-index: 2;
  background: none;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  width: auto;
  margin: 0 auto;
  display: inline;
  background: transparent !important;
  border-radius: 25px;
  padding: 40px 0 20px 0;
  font-size: 3.5rem;
  letter-spacing: 1px;
}

h5.title-sol.style2.solofertas,
h5.title-sol.style2.solnuevo {
  line-height: 36px;
  margin: 30px 0 20px;
  padding: 0;
  position: relative;
  border: none;
  font-family: var(--font);
  font-weight: 400;
  font-size: 30px;
  border-bottom: 2px solid var(--acento-1) !important;
  padding-bottom: 4px;
  letter-spacing: 0.2px;
}

body.default .col-md-4.col-xs-6 {
  width: 50%;
  text-align: left;
  margin-bottom: 30px;
}

.datos_usuario h1 {
  text-align: center;
  margin-bottom: 20px;
  margin-top: -20px;
}

input#n_ped_sel {
  margin-left: 0;
  margin-top: 20px;
  border-radius: 25px;
}

input.btn.btn-default.pull-left {
  margin-top: 20px;
  border-radius: 25px;
}

body.default .datos_usuario .fa-shopping-cart::before {
  color: var(--acento-1);
}

.btn-primary:hover,
.btn-primary:focus,
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: var(--acento-1);
  border-color: var(--acento-1);
  color: #ffffff;
}

.pagination {
  /* display: inline-block; */
  padding-left: 0;
  /* margin: 20px 0; */
  border-radius: 4px;
  margin-right: 10px;
  margin-top: 1px !important;
}

body.busquedaAvanzada .container.general {
  min-height: 42vh;
  margin-top: 20px;
}

i.fa.fa-search.aplicar_precio {
  font-size: 20px;
  margin-left: 20px;
}

a#sup-prod-999 {
  background: var(--naranja-1);
  color: white;
}

i.fa.fa-search.aplicar_precio:hover {
  background: transparent;
  color: black;
}

body.productos div#hormiga h1 {
  margin-left: 10px;
}

body.productos ul.subcate {
  margin-left: -32px;
  margin-top: 10px;
  padding-bottom: 10px;
}

body.productos ul.subcate li {
  display: inline-block;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  flex-grow: 1;
  text-align: center;
  margin-bottom: 10px;
  margin-right: 4px;
}

.precant_ofe {
  margin-top: 7px;
}

ul.subcate li {
  display: inline-block;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  flex-grow: 1;
  text-align: center;
  margin-bottom: 10px;
  margin-right: 4px;
  background: var(--acento-2);
}

ul.subcate li:hover {
  background: var(--acento-1);
}

ul.subcate li a {
  color: white;
}

.msgexito {
  color: white;
  background-color: var(--acento-2);
  border: 1px solid transparent;
  border-radius: 4px;
}

.otras_opciones_marca {
    background: #fff;
}

#ETIQ_GRUPO_ ul.dropdown-menu {
    border-radius: 10px;
    box-shadow: 0 0 5px #ccc;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: white;
  white-space: nowrap;
}

.navbar-nav.sm-collapsible .caret,
.navbar-nav.sm-collapsible ul .caret {
  position: absolute;
  right: 0;
  margin: -3px 15px 0 0;
  padding: 0;
  width: 32px;
  height: 26px;
  line-height: 24px;
  text-align: center;
  border-width: 1px;
  border-style: solid;
  background: var(--acento-1);
  color: #fff;
}
h5.title-sol.style2.solofertas,
h5.title-sol.style2.solnuevo {
  line-height: 36px;
  /* margin: 20px auto !important; */
  margin: 0 auto 20px auto !important;
  padding: 0;
  position: relative;
  border: none;
  font-family: var(--font);
  font-weight: 400;
  font-size: 30px;
  border-bottom: 1px solid transparent !important;
  padding-bottom: 4px;
  letter-spacing: 0.2px;
  background: transparent !important;
}

.btn-success {
  background-color: var(--naranja-1) !important;
  color: #ffffff;
}

.btn-success:hover {
  background: var(--naranja-2) !important;
}

/* "nuevos productos 3.0" */
.style2 .title-sol span,
.title-sol.style2 span {
  color: white !important;
  position: relative;
  z-index: 2;
  background: none;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  width: auto;
  margin: 0 auto;
  display: inline;
  background: var(--acento-1) !important;
  border-radius: 5px 35px 0 0;
  -webkit-border-radius: 5px 35px 0 0;
  -moz-border-radius: 5px 35px 0 0;
  padding: 40px 0 20px 0;
  font-size: 3.5rem;
  letter-spacing: 1px;
}

.style2 .title-sol,
.title-sol.style2 {
  line-height: 36px;
  /* margin: 20px auto; */
  margin: 0 auto 20px auto;
  padding: 0;
  position: relative;
  border: none;
  font-family: var(--font);
  font-weight: 400;
  font-size: 30px;
  border-bottom: none;
  padding-bottom: 4px;
  letter-spacing: 0.2px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-wrap: nowrap;
  flex-direction: row;
  background: transparent !important;
  border-radius: 25px;
}

body.modal-open .style2 .title-sol span,
.title-sol.style2 span {
  color: black;
  background: transparent !important;
}

/* Notebook bianca */
@media screen and (max-width: 1540px) {
  /* .caja_func_sup.pull-right.hidden-xs {
        margin-top: 68px;
        margin-right: 40px;
        text-transform: none;
        position: absolute;
        right: 13% !important;
        z-index: 9;
        font-size: 12px;
        font-weight: 600;
        font-family: var(--font);
        letter-spacing: 0.2px;
        color: #595858;
        bottom: 3%;
    }
	
	.caja_func_sup.pull-right.hidden-xs.estaLogueado {
    right: 10% !important;
} */
}

/* NOTEBOOK */
@media screen and (max-width: 1280px) {
  body.default {
    /* padding-top: 170px; */
  }

  /* .whatsapp {
    position: fixed;
    bottom: 80px;
    left: 95%;
  } */

  aside.col-md-3.cols-grals {
    margin-top: 30px;
  }

  .col-md-9.cols-grals {
    margin-top: 40px;
  }

  /* .caja_func_sup.pull-right.hidden-xs {
        margin-top: 68px;
        margin-right: 40px;
        text-transform: none;
        position: absolute;
        right: 4% !important;
        z-index: 9;
        font-size: 12px;
        font-weight: 600;
        font-family: var(--font);
        letter-spacing: 0.2px;
        color: #595858;
        bottom: 3%;
    } */

  /* .breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
    margin-top: 50px;
  } */

  p.iva {
    background: var(--naranja-2);
    padding: 5px;
    margin-bottom: -65px;
    color: white;
    letter-spacing: 1px;
    margin-top: 53px;
  }

  .orderStep {
    clear: both;
    display: inline-block;
    height: 80px;
    padding: 0;
    margin-bottom: 30px;
    width: 100%;
    margin-top: -15px;
  }
}

body.productos div.quickview {
  display: block;
  margin-top: 40%;
  max-height: 50px;
  position: absolute;
  width: 100%;
  z-index: 2;
  visibility: hidden;
  /* left: -16px; */
}

.redes-home ul.social-redes li a i {
  border-radius: 50%;
  background: var(--naranja-2);
  font-size: 20px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  transition: all 0.5s ease-in;
}

ul.social-share a i {
  border-radius: 50%;
  border: 1px solid rgb(95, 125, 139);
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 13px;
  color: #5f7d8b;
  transition: all 0.3s ease-in;
}

input#boton_compra2 {
  margin-top: -1px;
  width: auto;
}

.couponForm input[type="text"] {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
  height: 35px;
  width: 100%;
}

body.detalle .image {
  position: relative;
  width: 100%;
  max-height: 240px;
  transition: 0.5s 0;
  -moz-transition: 0.5s 0;
  -webkit-transition: 0.5s 0;
  -ms-transition: 0.5s 0;
  -o-transition: 0.5s 0;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}

body.detalle .sp-large a img {
  max-width: 100%;
  height: auto;
  width: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  max-height: 500px;
}

body.detalle .sp-large {
  position: relative;
  overflow: hidden;
  top: 0;
  left: 0;
  border: 1px solid #ddd;
  display: flex;
  flex-direction: row;
  justify-content: center;
  border-radius: 25px;
  box-shadow: 0 0 5px #ccc;
}

body.productos .item.list-view .image_lista img {
  width: auto;
  height: 183px;
}

.col-md-3.col-xs-3.image_lista {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

i.fa.fa-instagram {
  display: none;
}

i.fa.fa-twitter {
  display: none;
}

/*a#sup-prod-31 {
    background: var(--naranja-1);
    color: white;
}*/

small.ley-cantidad-packs {
  display: block;
}

/* .caja_func_sup.pull-right.hidden-xs {
    margin-top: 68px;
    margin-right: 40px;
    text-transform: none;
    position: absolute;
    right: 17% !important;
    z-index: 9;
    font-size: 12px;
    font-weight: 600;
    font-family: var(--font);
    letter-spacing: 0.2px;
    color: #595858;
    bottom: 3%;
} */

.alert-success {
  color: white;
  background-color: var(--acento-1);
  border-color: var(--acento-1);
}

/* .msgexito {
    color: white;
    background-color: var(--acento-2);
    border: 1px solid transparent;
    border-radius: 4px;
    position: absolute;
    width: 100%;
    text-align: center;
} */

.tablamailcabecera td.totales_por_producto {
  line-height: 20px;
}

.tablamailcabecera table.totales_pedido {
  line-height: 20px;
}

table td.footer_netone {
  border-bottom: solid thin #ddd;
  background: #5f7d8b;
  color: #fff;
  line-height: 20px;
}

body.busquedaAvanzada {
  padding-top: 0;
}

body.busquedaAvanzada input.btn_masiva {
  margin-left: 80.5%;
  border: medium none;
  border-radius: 3px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.4;
  padding: 8px 20px;
  transition: all 0.25s linear 0s;
  background-color: var(--naranja-1) !important;
  color: #ffffff;
}

body.busquedaAvanzada input.btn_masiva:hover {
  background: var(--naranja-2) !important;
}

body.ofertas .product h4,
.product h4 a {
  color: #3a3a3a;
  text-decoration: none;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
}

p.qr-footer img {
  width: 50px;
}

p.qr-footer {
  position: absolute;
}

div#barra_vendedores_inf {
  /* background: var(--naranja-1) !important; */
  background: #02a81a !important;
  color: white !important;
}

h3.leyendaConStock,
h3.leyendaSinStock {
  clear: both;
  margin: 5px 0;
  font-size: 100%;
  color: var(--acento-2);
}

h3.product-code {
  color: var(--naranja-1);
  font-weight: bold;
}

.product-code strong {
  color: #333;
}

.incaps {
  display: block;
  float: none;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 2px;
  margin: 0 20px 0 0;
  color: black;
}

.ban-top-izquierda img {
  width: 150px;
  margin-bottom: -20px;
}
.fa-user:before {
  content: "\f2bd" !important;
}
/* TABLET */
@media screen and (max-width: 800px) {
  /* .caja_func_sup.pull-right.hidden-xs {
        display: none;
    } */

  .fa-shopping-cart:before {
    content: "\f07a";
    color: var(--naranja-1);
    font-size: 35px;
  }

  .search {
    margin-right: 90px;
    margin-left: -85px;
  }

  a.dropdown-toggle {
    padding-top: 0;
  }

  i.fa:hover {
    background: transparent;
    color: white;
  }

  .pull-right > .dropdown-menu {
    right: 60px;
    left: auto;
  }

  .dropdown-cart {
    background: var(--acento-1);
    color: #fff;
    padding-bottom: 0;
    top: 36px;
  }

  .social-fixed {
    left: 10% !important;
  }

  .hormigafoot {
    text-align: center;
    padding: 7px 0;
    margin-bottom: -65px;
  }

  form#agregado_articulo input#cantidad {
    width: 110px;
    text-align: center;
  }

  body.productos {
    /* padding-top: 110px; */
  }

  .product h4,
  .product h4 a {
    color: #3a3a3a;
    text-decoration: none;
    font-size: 18px;
    text-transform: uppercase;
  }

  span.size.art_cod_precios {
    color: var(--naranja-1);
    font-size: 18px;
  }

  span.caja-cant input {
    width: 80px;
    margin-top: 9px;
    margin-right: -10px;
  }

  body.productos .price a {
    color: var(--naranja-1);
    font-size: 18px;
    letter-spacing: 0.5px;
    margin-right: -20px;
  }

  .navbar-default .navbar-nav > li > a {
    color: #777;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.2px;
    font-family: var(--font);
    padding: 10px;
    margin-right: 20px;
  }

  .product h4 {
    margin: 0;
    display: block;
    line-height: 18px;
    margin-bottom: 5px;
  }

  .social.pull-right {
    position: absolute;
    margin-top: 20px;
    z-index: 11;
    left: 15%;
    top: 13px;
  }

  .desc_larga p {
    text-align: center;
  }

  span.acento {
    font-weight: bold;
    color: var(--naranja-1);
    line-height: 35px;
    text-transform: uppercase;
    margin-left: 0;
    text-align: center !important;
  }

  /* .autocomplete {
        position: relative;
        display: inline-block;
        width: 200px;
    } */

  .autocomplete {
    position: relative;
    display: inline;
  }

  .social.pull-right {
    position: absolute;
    margin-top: 20px;
    z-index: 11;
    left: 17%;
    top: 13px;
  }

  .social-fixed {
    left: 17% !important;
  }

  div#autocompletar {
    width: 240px;
  }

  .search {
    margin-left: 40px;
  }

  .autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    top: 100%;
    left: 0;
    right: 0;
    width: 450px;
  }

  .whatsapp {
    position: fixed;
    bottom: 80px;
    left: 91.5%;
  }

  .col-md-12.contact-form {
    margin-top: -30px;
  }

  input#n_ped_sel {
    margin-left: 240px;
    margin-top: 45px;
  }

  input.btn.btn-default.pull-left {
    margin-top: 45px;
  }

  .datos_usuario h1 {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 25px;
  }

  .input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
    top: 44px;
  }

  body.marcas .row {
    display: block;
  }

  /*
    body.marcas .social.pull-right {
        position: absolute;
        margin-top: 20px;
        z-index: 11;
        left: 176px;
        top: -25px;
    }

    body.marcas .search {
        margin-right: 95px;
        margin-left: 370px;
    }

    body.marcas .autocomplete {
        position: relative;
        display: block;
        width: 250px;
    }

   

    body.marcas .social.pull-right {
        position: absolute;
        margin-top: 20px;
        z-index: 11;
        left: -24%;
        top: 13px;
    } */

  .input-group-btn > .btn {
    position: relative;
    bottom: 45px;
  }

  body.marcas h1 {
    text-align: center;
  }

  li.menutopcontacto {
    margin-left: -32px;
  }

  #printArea .btn-print-modal,
  div#boton_comparar i {
    position: relative;
    top: 0;
    right: 40px;
  }

  #detalle_print h3 {
    font-size: 110%;
    color: #222;
    border-bottom: 1px dotted #ddd;
    padding-bottom: 2px;
    margin: 3px 0;
    text-align: center;
  }

  p.codprod {
    text-align: center;
  }

  #detalle_print {
    width: auto !important;
    text-align: center;
  }

  ul.breadcrumb > li {
    display: contents;
  }

  .close:focus,
  .close:hover {
    color: white !important;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: 0.5;
  }

  .orderStep {
    clear: both;
    display: inline-block;
    height: 80px;
    padding: 0;
    margin-bottom: 30px;
    width: 100%;
    margin-top: -10px;
  }

  body.default .col-lg-9.col-md-9.col-sm-7 {
    width: 100%;
    margin-top: 15px;
  }

  body.default .col-lg-3.col-md-3.col-sm-5.rightSidebar {
    width: 90%;
    margin-left: 39px;
    margin-bottom: 20px;
    margin-top: 20px;
  }

  /* Tabla carrito */

  .CartProduct .delete i {
    font-size: 2em;
  }

  .cartTable {
    width: 100%;
    table-layout: fixed;
    /* Ensures that the table fits within the container */
  }

  /* Adjust table header cells */
  .cartTableHeader td {
    font-size: 14px;
    /* Increased font size for better readability */
    padding: 8px 5px;
    /* Increased padding slightly for better spacing */
  }

  /* Adjust table content cells */
  .CartProduct td {
    font-size: 20px;
    /* Increased font size for better readability */
    padding: 10px 8px;
    /* Maintain consistent padding */
    word-wrap: break-word;
    /* Break long words to fit in the cell */
  }

  /* Hide certain columns to save space */
  .hidden-xs,
  .car-iva,
  .car-imi {
    display: none;
    /* Hide unnecessary columns on smaller screens */
  }

  /* Adjust product name column */
  .car-nombre {
    max-width: 150px;
    /* Limit width of product name */
  }

  /* Adjust input fields */
  .cartTable input[type="number"] {
    width: 50px;
    /* Slightly increased the width of the input fields */
    font-size: 14px;
    /* Adjusted font size for better readability */
  }

  /* Adjust delete icon */
  .delete i {
    font-size: 18px;
    /* Keep the delete icon visible */
  }

  /* -------------- */

  ul.list-unstyled.lista-medios-pago .col-xs-6 {
    width: 33.333%;
  }

  /* Ancho de "forma de pago" */
  body.default .col-sm-9 {
    width: 100%;
  }
}

/* TABLET S6 LITE */
@media (max-width: 1200px) {
  .orderStep {
    clear: both;
    display: inline-block;
    height: 80px;
    padding: 0;
    margin-bottom: 30px;
    width: 100%;
    margin-top: 0px;
  }

  /* Container for the table to control overall width and scrolling */
  .cartContent {
    overflow-x: auto;
    /* Allows horizontal scroll within the table container */
    max-width: 100%;
    /* Ensures the container does not exceed screen width */
  }

  .cartTable {
    width: 100%;
    table-layout: auto;
    /* Allows the table to adjust its column sizes automatically */
    border-collapse: collapse;
    /* Ensures borders are not duplicated */
  }

  .cartTableHeader td {
    font-size: 16px;
    /* Larger font size for readability */
    padding: 10px 8px;
    white-space: nowrap;
    /* Prevents text from wrapping */
    text-align: center;
    /* Align headers to the center */
  }

  .CartProduct td {
    font-size: 16px;
    /* Larger font size for readability */
    padding: 10px 8px;
    word-break: break-word;
    /* Allows text to break onto the next line */
    white-space: nowrap;
    /* Prevents text from wrapping */
    text-align: center;
    /* Align table content to the center for uniformity */
  }

  /* Adjust widths for each column */
  .car-nombre {
    min-width: 120px;
    max-width: 200px;
    /* Ensure it doesn't exceed this width */
    text-align: left;
    /* Align product name to the left for better readability */
  }

  .car-precio,
  .car-cant,
  .car-subt,
  .car-imp,
  .car-iva,
  .car-imi {
    min-width: 80px;
    text-align: center;
    /* Align numeric values to the center */
  }

  .delete {
    width: 50px;
    /* Fixed width for the delete icon column */
    text-align: center;
    /* Center-align the delete icon */
  }

  /* Ensure the image and delete columns do not shrink too much */
  .CartProductThumb,
  .delete {
    width: auto;
    flex: 0 0 auto;
    /* Prevent these columns from shrinking */
  }

  /* Adjust input fields */
  .cartTable input[type="number"] {
    width: 50px;
    font-size: 14px;
    text-align: center;
    /* Center-align input content */
  }

  /* Ensure all elements are vertically aligned */
  .cartTable td,
  .cartTable th {
    vertical-align: middle;
  }

  form#form_login_checkout {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 1280px) {
  p.iva {
    background: var(--naranja-2);
    padding: 5px;
    margin-bottom: -65px;
    color: white;
    letter-spacing: 1px;
    margin-top: -13px;
  }

  body.default {
    /* padding-top: 200px; */
  }
}

@media screen and (max-width: 1525px) {
  /* .caja_func_sup.pull-right.hidden-xs {
        margin-top: 68px;
        margin-right: 40px;
        text-transform: none;
        position: absolute;
        right: 7% !important;
        z-index: 9;
        font-size: 12px;
        font-weight: 600;
        font-family: var(--font);
        letter-spacing: 0.2px;
        color: #595858;
        bottom: 3%;
    } */

  .social.pull-right {
    position: absolute;
    margin-top: 20px;
    z-index: 11;
    left: 19%;
    top: 13px;
  }
}

/* CELULAR */
@media screen and (max-width: 480px) {
  p.qr-footer {
    position: relative;
    margin-bottom: 30px;
    margin-top: 30px;
  }

  p.qr-footer img {
    width: 40px;
  }

  #datos_pedido button#boton_confirmar {
    margin-bottom: 25px !important;
  }

  div#divofertas {
    margin-top: 80px;
  }

  .col-izq-int {
    margin-top: 9px;
    /* display: none; */
  }

  .col-md-9.cols-grals {
    margin-top: 0;
  }

  .panel-flat {
    background-color: transparent !important;
  }

  .whatsapp {
    position: fixed;
    bottom: 20px;
    right: 20px;
    left: unset;
  }

  .navbar-header {
    height: auto;
  }

  p.iva {
    background: var(--naranja-2);
    padding: 5px;
    margin-bottom: -65px;
    color: white;
    letter-spacing: 1px;
    margin-top: -10px;
  }

  li.menutopcontacto {
    margin: 10px;
  }

  div#hormiga h1,
  ul.lista-filtros-aplicados {
    margin-top: 30px;
  }

  /* .detalle-form {
    background: #f5f5f5;
    border-radius: 0px;
    margin-top: 20px;
    border-top: 3px solid var(--naranja-1);
    margin-bottom: 40px;
  } */

  div#leyenda_gral_top {
    position: absolute;
    top: 26px;
    z-index: 99;
    right: 4%;
    font-size: 21px;
  }

  .social.pull-right {
    position: absolute;
    margin-top: 20px;
    z-index: 11;
    left: 17%;
    top: 5px;
  }

  a.buscadormodal i {
    font-size: 26px !important;
  }

  .social.pull-right {
    left: auto;
    right: 15%;
  }

  ul.dropdown-menu.dropdown-cart span {
    color: #000;
  }

  li#micuenta_top a {
    color: white !important;
  }

  input#n_ped_sel {
    margin-left: 45px;
    margin-top: 45px;
  }

  /* body.default .ban-top-izquierda img {
    position: absolute;
    left: 34%;
    top: 0%;
  } */

  body.default {
    /* padding-top: 105px; */
  }

  .ban-top-izquierda img {
    width: 160px;
    margin: 0 !important;
  }

  form#reg {
    margin-bottom: 40px;
    margin-top: 60px;
  }

  a.oculto {
    visibility: hidden;
    display: none;
  }

  .pull-right > .dropdown-menu {
    right: 0;
    left: auto;
    top: 50px;
    border-radius: 10px;
    box-shadow: 0 0 5px #515151;
    background: #000;
  }

  a.marcas {
    margin-right: -35px;
  }

  body.nosotros {
    /* padding-top: 150px; */
  }

  p.iva {
    background: var(--naranja-2);
    padding: 5px;
    margin-bottom: -65px;
    color: white;
    letter-spacing: 1px;
    margin-top: 20px;
  }

  body.marcas h1 {
    text-align: center;
    margin-top: 50px;
  }

  body.busquedaAvanzada .container.general {
    min-height: 61vh;
    margin-top: 0px;
  }

  body.productos .container.general {
    /* margin-top: -50px; */
  }

  .navbar-nav.sm-collapsible .caret,
  .navbar-nav.sm-collapsible ul .caret {
    position: absolute;
    right: 0;
    margin: -3px 15px 0 0;
    padding: 0;
    width: 32px;
    height: 26px;
    line-height: 24px;
    text-align: center;
    border-width: 1px;
    border-style: solid;
    background: var(--acento-1);
    color: #fff;
  }

  form#masiva input[type="submit"] {
    margin-bottom: 10px;
    width: 100%;
  }

  .item.list-view .price {
    font-size: 17px;
    margin: 0px;
    float: left;
    margin-left: 160px;
  }

  body.default .col-lg-3.col-md-3.col-sm-5.rightSidebar {
    width: 90%;
    margin-left: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
  }

  input#bt_continuar {
    margin-bottom: 15px;
  }

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

  ul.list-inline.list-unstyled.hidden-lg {
    margin-top: -21px;
  }

  .navbar-nav.sm-collapsible .caret,
  .navbar-nav.sm-collapsible ul .caret {
    position: absolute;
    right: 6px;
    margin: -3px 15px 0 0;
    padding: 0;
    width: 32px;
    height: 26px;
    line-height: 24px;
    text-align: center;
    border-width: 1px;
    border-style: solid;
    background: #0070b7;
    color: #fff;
  }

  h3.leyendaConStock {
    margin-right: 0 !important;
  }

  span.stock {
    margin-right: 40px;
  }

  body.productos .info-prod2 {
    margin-top: 0px;
    text-align: right;
  }

  body.productos .info-prod1 {
    text-align: right;
    margin-top: 20px;
  }

  body.busquedaAvanzada form#masiva input[type="submit"] {
    margin-bottom: 10px;
    width: 35%;
    padding: 10px;
    background: var(--naranja-1);
    color: white;
    border: 1px solid var(--naranja-1);
    border-radius: 7px;
    margin-left: 230px;
  }

  body.busquedaAvanzada button.btn {
    background: var(--naranja-1);
    color: white;
    margin-top: 1px;
  }

  .item.list-view .price {
    font-size: 17px;
    margin: 0px;
    float: right;
    margin-left: 0;
    margin-right: 31px;
  }

  span.caja-cant input {
    width: 80px;
    margin-top: 9px;
    margin-right: 25px;
  }

  div.quickview {
    margin-top: 66%;
  }

  body.productos .item.list-view .image_lista img {
    width: 100% !important;
    height: auto !important;
  }

  label.error {
    color: #e74c3c;
    font-size: 90%;
    display: block;
    margin-right: 41px;
  }

  .product h4,
  .product h4 a {
    color: #3a3a3a;
    text-decoration: none;
    font-size: 18px;
    text-transform: uppercase;
    text-align: right;
  }

  span.size.art_cod_precios {
    color: var(--naranja-1);
    font-size: 18px;
    text-align: right !important;
    margin-right: -119px;
  }

  .social.pull-right,
  .social-fixed {
    width: 50px;
    left: auto !important;
  }
}

/* barra vendedores */
div#barra_vendedores_inf {
  /* background: #008b0bed !important; */
  line-height: 0.5;
}

div#barra_vendedores_inf b {
  font-size: 125% !important;
  font-weight: 200 !important;
}

.subcate {
  display: none;
}

.top-bar ul.social-share {
  display: none;
}
ul#nav .primero.has-submenu {
  border-radius: 25px;
}
.navbar #nav li a span.resaltado {
  background: var(--naranja-1);
  color: #fff;
  border-radius: 25px;
  padding: 10px 15px;
  border: 1px solid var(--naranja-1);
  transition: all 0.3s ease-in-out;
}
.navbar #nav li a span.resaltado:hover {
  background: #fafafa;
  color: var(--naranja-1);
}
div#slides_ofertas_t {
  /* max-width: 1170px; */
}
div#slides_ofertas_t img {
  /* border-radius: 25px; */
  margin: 0 auto;
  width: 100%;
}
div#productslider-notas {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.noticiashome1 {
  margin: 40px auto;
}

.row.noticiashome1-titproy {
  display: none;
}

.noticiashome1 .owl-item {
  padding-bottom: 20px;
}

.noticiashome1 img {
  border-radius: 50%;
  margin: 20px auto;
  opacity: 0.8;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 0 5px #ccc;
  max-width: 150px;
}

.noticiashome1 img:hover {
  opacity: 1;
  cursor: pointer;
}

.noticiashome1 h4 {
  position: absolute;
  bottom: 0;
  text-align: center;
  margin: 0 auto;
  right: 0;
  left: 0;
}

.noticiashome1 a.btn.btn-default.btn-vernota {
  display: none;
}

.noticiashome1 a.titnotlink {
  color: var(--color-marca1);
}
#notas_oferta_1 .cajasnove {
  margin: 5px !important;
}
.product {
  /* border-radius: 25px; */
  border-radius: 15px;
  background: #fff;
  padding: 15px;
  box-shadow: 0 0 5px #ccc;
  border: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.product:hover {
  background: #fefefe;
  border: 1px solid transparent;
  box-shadow: 0 0 5px #999;
}
.product .image img {
  border-radius: 10px;
  width: auto;
  padding: 0;
  background: #fff;
  margin: 0 auto;
}
.product .container-boton-agregar-cantidad button.btn.btn-primary.btn-compra {
  border-radius: 25px;
}
.product span.stock {
  display: none;
}
.boton_arrepentimiento {
  display: none;
}
p.datos_pie,
.datos_pie + .leyenda,
.qr-footer {
  display: none;
}
footer .foot_netone {
  border-top: 1px solid #ddd;
}

.footer-baio {
  padding: 45px 0 20px;
  color: #fff;
  font-family: var(--font);
  text-align: left;
}

.footer-baio .card {
  margin-bottom: 30px;
}

.card-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  color: var(--naranja-2);
}

.footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-list li {
  margin-bottom: 8px;
}

.footer-list a {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  transition: 0.2s ease;
}

.footer-list a:hover {
  color: var(--naranja-2);
}

.nosotros-texto {
  font-size: 14px;
  line-height: 1.4;
  opacity: 0.9;
}

.btn-mas {
  display: inline-block;
  margin-top: 12px;
  padding: 8px 14px;
  background: var(--naranja-1);
  color: #fff;
  font-size: 14px;
  border-radius: 25px;
  text-decoration: none;
  transition: 0.2s ease;
}

.btn-mas:hover {
  background: var(--naranja-2);
}

.footer-redes {
  margin-top: 15px;
}

.footer-redes .social {
  width: 35px;
  height: 35px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-right: 8px;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  position: unset !important;
}

.social.fb {
  background: #1877f2;
}
.social.ig {
  background: #c13584;
}

.afip-img {
  width: 50px;
  height: auto;
  margin-top: 5px;
}
.destacado-slider + p {
  display: none;
}

.destacado-slider {
  background: #000;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  padding: 10px 0;
}

.destacado-slider .destaca {
  display: inline-block;
  animation: moverTexto 30s linear infinite;
  display: block;
}

@keyframes moverTexto {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
.destacado-slider h3 {
  margin: 0;
  color: #fefefe;
}
.aparece {
  left: 20px;
  bottom: 50px;
}

/* slider text */

.top-number.pull-left.hidden-xs {
  width: 100%;
  display: block !important;
}

.slider-text {
  text-align: center;
  font-size: 16px;
  height: 10px;
  overflow: hidden;
  color: #fff;
}

.slider-text p i {
  margin-right: 5px;
}

.slider-text p {
  margin: 0;
  line-height: 0;
  animation: slide 16s infinite;
  opacity: 0;
  position: absolute;
  width: 100%;
  text-align: center;
  top: -5px;
  font-size: 2rem;
}

.slider-text p:nth-child(1) {
  animation-delay: 0s;
}

.slider-text p:nth-child(2) {
  animation-delay: 4s;
}

.slider-text p:nth-child(3) {
  animation-delay: 8s;
}

.slider-text p:nth-child(4) {
  animation-delay: 12s;
}

@keyframes slide {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  5% {
    opacity: 1;
    transform: translateY(0px);
  }

  20% {
    opacity: 1;
    transform: translateY(0px);
  }

  25% {
    opacity: 0;
    transform: translateY(-20px);
  }

  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}

ul#menutop li,
ul#menutop li.menutopcontacto {
  display: none !important;
}
div#divofertas,
#divlonuevo,
#divPostLonuevo {
  margin: 80px auto;
  background: linear-gradient(
    180deg,
    rgba(8, 94, 108, 1) 0%,
    rgba(0, 0, 0, 1) 50%
  );
  /* background: linear-gradient(
    180deg,
    var(--acento-2) 0%,
    rgba(0, 0, 0, 1) 50%
  ); */
  /* background: linear-gradient(180deg,rgba(235, 110, 7, 1) 0%, rgba(0, 0, 0, 1) 50%); */
  border-radius: 25px;
  /* padding: 0 20px 40px 20px; */
  padding: 40px 20px;
}
div#productsliderPost,
div#productslider-news,
div#productslider {
  margin: 0 auto;
}
div#slides_ofertas_m,
div#slides_ofertas_b {
  padding: 0;
  margin: 0 auto;
  width: 100%;
  display: block;
}
div#slides_ofertas_m img,
div#slides_ofertas_b img {
  border-radius: 15px;
  padding: 0;
  margin: 0 auto;
}
span.container.leyenda_slide {
  display: none;
}
.spot_ofertas_inf .img-responsive {
  float: left;
  border: 1px solid transparent;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  border-radius: 15px;
}
.spot_ofertas_inf {
  margin: 0 auto !important;
  padding: 0;
  width: 100%;
  display: flex;
}
/* RESPONSIVE */
@media (max-width: 767px) {
  .footer-baio {
    text-align: center;
  }

  .social {
    margin: 5px;
  }
}

.navbar-superior .container {
  display: flex;
  gap: 20px;
  align-items: center;
  flex-wrap: wrap;
  padding: 15px;
  position: relative;
}
.navbar-superior .container::before,
.navbar-superior .container::after {
  display: none;
}
div#navbar-menu-superior {
  flex: 1;
  padding: 0;
  max-height: 85vh;
  position: relative;
  margin: 0;
}
div#navbar-menu-superior::after {
  content: "";
  border-left: 1px solid #d2d2d2;
  height: calc(100% + 36px);
  display: block;
  position: absolute;
  top: -18px;
  right: 0;
}
/*
div#navbar-menu-superior::before {
    content: "";
    display: block;
    position: absolute;
    width: calc(100vw - 11px);
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    border-top: 1px solid #0000001f;
}*/
header ul.nav.menu-info {
  display: flex !important;
  margin: 0 !important;
  position: relative;
  padding-left: 0;
  padding-right: 15px;
  box-shadow: none;
  border: none;
  width: 100%;
  flex-wrap: wrap;
  background: transparent;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
}

/**** SUBMENU FLOTANTE ****/
header .nav .dropdown-menu {
  /* background: transparent !important; */
  border-radius: 10px !important;
  border: none;
  /* border-top: 10px solid transparent !important; */
}

header .nav .dropdown-menu::before {
  content: " ";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  box-shadow: 0 0 7px #00000020;
}

header .navbar-nav > li > ul.dropdown-menu {
  /* left: 5px !important; */
}

header .dropdown-menu .dropdown-menu {
  left: 2px !important;
  /* border-left: 10px solid transparent !important; */
}

.navbar-nav > li {
  margin-left: 0;
}

.navbar-default .navbar-nav > li > a {
  color: #3a3a3a;
}

.navbar-default .navbar-nav > li > a:hover {
  color: #000;
  background-color: transparent;
}

.navbar-default .navbar-nav > .open > a:hover {
  /* color: #333333; */
}

.dropdown-menu > li > a {
  padding: 7px 40px 7px 12px !important;
  border: none !important;
  color: #454545;
  /* background-color: var(--color-marca3); */
  position: relative;
  z-index: 3;
}
.dropdown-menu > li:first-of-type > a {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.dropdown-menu > li:last-of-type > a {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.dropdown-menu.has-one-children > li > a {
  border-radius: 10px 10px 10px 10px !important;
}
.dropdown-menu > li > a:hover {
  border: none !important;
}

.navbar-nav > li {
  margin-top: 0 !important;
}

/**** FIN SUBMENU FLOTANTE ****/

header .caja_func_sup {
  display: flex;
  align-items: center;
  gap: 17px;
  height: 45px;
  margin: 0;
  order: 5;
}

#login_sup a:not(.registracion)::before {
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  content: "\f090";
  font-size: 18px;
  position: relative;
  top: 3px;
  padding-right: 0;
  margin-left: 10px;
}

#login_sup:before {
  margin-top: -3px !important;
  display: none;
}

header div#carrito_top {
  margin: 0 0 3px !important;
  line-height: 1.5em !important;
  order: 9;
}

header#header {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 999;
}

.navbar-fixed-bottom,
.navbar-fixed-top {
  position: static;
}

header .buscador .dropdown-menu {
  background: var(--color-marca11);
  position: absolute;
  top: 100% !important;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100vw - 11px);
  margin: 0 !important;
  border: none;
  box-shadow: 0px 5px 7px #0000001a;
}
.buscador a {
  font-weight: 700;
  color: var(--color-marca2);
}
.buscador i {
  font-weight: 700;
  color: var(--color-marca2);
}
.caja_func_sup.pull-right > * {
  padding: 0 !important;
}
.top-number .buscador ul.dropdown-menu {
  position: fixed;
  right: 0;
  top: 105px;
  left: 0;
  transform: none;
  padding: 0;
  margin: 0;
  border: 0px;
}
.top-number-fixed .buscador ul.dropdown-menu {
  top: 67px;
}
.buscador ul.dropdown-menu input.search-form {
  padding: 20px;
  width: calc(100% - 20px);
  margin: 10px;
  font-size: 16px;
  border-bottom: 0 !important;
  border: 0;
  outline: none;
  font-family: var(--font);
}

.buscador form#form-buscar {
  width: 90%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 15px;
  background: var(--color-marca11);
  box-shadow: none;
}
form#form-buscar button {
  background: var(--naranja-1);
  border: 2px solid var(--color-marca1);
  border-radius: 25px;
  width: 25%;
}
.buscador form#form-buscar i {
  color: var(--color-marca3);
  min-width: 18px;
}
.buscador button.btn.btn-buscartop {
  order: 1;
}
.buscador button.btn.btn-close {
  order: -1;
}
div#palabra-autocomplete-list {
  background: var(--color-marca11);
  border: none;
}
div#palabra-autocomplete-list .autocomplete-item {
  width: 90%;
  padding-left: 15px;
  margin: 8px auto 15px;
  border-radius: 8px;
}

@media (min-width: 1920px) {
  .buscador form#form-buscar {
    width: 75%;
  }
  div#palabra-autocomplete-list .autocomplete-item {
    width: calc(75% - 25px);
  }
}
@media (max-width: 1024px) {
  .buscador form#form-buscar {
    width: 100%;
  }
  div#palabra-autocomplete-list .autocomplete-item {
    width: calc(100% - 25px);
  }
}
@media (max-width: 768px) {
  .autocomplete-items {
    position: absolute !important;
    border-radius: 0 0 20px 20px !important;
  }
  .buscador ul.dropdown-menu.dropdown-cart {
    width: 100%;
    top: 100% !important;
    position: absolute;
    margin: 0;
  }
}
.buscador.open ul.dropdown-menu.dropdown-cart.dropdown-cart-fixed {
  top: 100% !important;
  background: #fefefe;
  border-radius: 25px;
  width: 100%;
}

header .buscador .dropdown-menu {
  background: var(--color-marca11);
  position: absolute;
  top: 100% !important;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100vw - 11px);
  margin: 0 !important;
  border: none;
  box-shadow: 0px 5px 7px #0000001a;
}
.buscador a {
    font-weight: bold;
    color: var(--naranja-1);
    font-size: 20px;
}
.buscador i {
  font-weight: 700;
  color: var(--naranja-1);
}
.caja_func_sup.pull-right > * {
  padding: 0 !important;
}
.top-number .buscador ul.dropdown-menu {
  position: fixed;
  right: 0;
  top: 105px;
  left: 0;
  transform: none;
  padding: 0;
  margin: 0;
  border: 0px;
}
.top-number-fixed .buscador ul.dropdown-menu {
  top: 67px;
}
.buscador ul.dropdown-menu input.search-form {
  padding: 20px;
  width: calc(100% - 20px);
  margin: 10px;
  font-size: 16px;
  border-bottom: 0 !important;
  border: 0;
  outline: none;
  font-family: var(--font);
  border-radius: 25px;
}

.buscador form#form-buscar {
  width: 90%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 15px;
  background: #fafafa;
  box-shadow: none;
}
form#form-buscar button {
  background: var(--naranja-1);
  border: 2px solid var(--color-marca1);
  border-radius: 25px;
  width: 25%;
}
.buscador form#form-buscar i {
  color: #fefefe;
  min-width: 18px;
}
.buscador button.btn.btn-buscartop {
  order: 1;
}
.buscador button.btn.btn-close {
  order: -1;
}
div#palabra-autocomplete-list {
  background: #fafafa;
  border: none;
  max-height: 500px;
  overflow-y: scroll;
  border-radius: 25px;
}
div#palabra-autocomplete-list .autocomplete-item {
  width: 90%;
  padding-left: 15px;
  margin: 8px auto 15px;
  border-radius: 8px;
}
li#buscador-top {
  background: #fafafa;
}
.top-bar .social-share + .search {
  display: none;
}
#cantidad_carrito.badge {
  position: absolute;
  left: 15px;
  top: -10px;
  background: var(--acento-1);
}
.navbar-header {
  padding-top: 0;
}
div#slides_ofertas_t {
  margin: 20px auto;
}
.loginmodal-container .modal-body {
  background: transparent !important;
}
.loginmodal-container {
  padding: 25px;
  max-width: 350px;
  background-color: var(--acento-2);
  border-radius: 25px;
  box-shadow: 0 0 5px #505050;
}
.loginmodal-container .mensajes {
  color: #fefefe;
}
.loginmodal-container .form-group {
  text-align: left;
}
.loginmodal-container .form-group label {
  color: #fefefe;
}
.loginmodal-container .form-group .btn {
  width: 100%;
  border-radius: 25px;
}
a.popolvido,
a.popregistrar {
  margin-top: 20px;
  color: #ccc;
  opacity: 1;
}
div#viejos {
  color: #fefefe;
}
div#viejos input[type="button"] {
  border-radius: 25px;
  background: #000;
  padding: 5px 15px;
  border: 1px solid transparent;
  margin-top: 30px;
}
body.default div#contacto {
  padding-top: 30px;
}
.form-group .form-control {
  border-radius: 25px;
}
button.btn.load.btn-success.pull-right {
  border-radius: 25px;
}
#contacto .form-group:nth-child(5) {
  display: none;
}
#contacto .form-group.col-md-4 {
  width: 25%;
}
#contacto .form-group.col-md-4.col-sm-4.col-xs-12 {
  width: 33%;
}
.content_marcas .cajamarca {
  border: 1px solid #ddd;
  border-radius: 10px 10px 25px 25px;
  box-shadow: 0 0 5px #ccc;
  transition: all 0.3s ease-in-out;
}
.content_marcas .cajamarca:hover {
  box-shadow: 0 0 5px #999;
}
.content_marcas .verprod {
  background: var(--acento-2);
  display: block;
  padding: 5px 10px;
  border-radius: 3px 3px 10px 10px;
}
.content_marcas .verprod a {
  color: #fefefe;
}
div.cajamarca div.imgmarca img {
  padding-top: 15px;
}
body.nosotros div#detalle {
  padding-top: 100px;
}

/* ======== CONTAINER GENERAL ======== */
.nosotros-wrap {
  padding: 40px 0;
}

/* ======== TEXTO CORTO INTRO ======== */
.card-desc-corta {
  background: #ffffff;
  padding: 22px 28px;
  border-radius: 14px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.05);
  font-size: 15px;
  line-height: 1.7;
  color: #333;
  border-left: 4px solid var(--naranja-1);
  margin-bottom: 40px;
}

/* ======== GRID DE VALORES ======== */
.nosotros-grid .col-xs-12 {
  margin-bottom: 25px;
}

/* ======== CARD BASE ======== */
.valor-card {
  background: #ffffff;
  padding: 26px 26px 28px;
  border-radius: 16px;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.06);
  transition: all 0.25s ease;
  border: 1px solid #eee;
  height: 100%;
  position: relative;
  min-height: 285px;
}

.valor-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.08);
}

/* ======== TITULOS ======== */
.valor-head {
  margin-bottom: 14px;
}

.valor-title {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  color: #444;
  display: flex;
  align-items: center;
  gap: 8px;
}

.valor-title i {
  font-size: 20px;
}

/* ======== HR COLORIDA ======== */
.valor-hr {
  width: 56px;
  border: none;
  height: 3px;
  border-radius: 3px;
  margin: 10px 0 0;
}

/* ======== TEXTO ======== */
.valor-text {
  font-size: 14.6px;
  line-height: 1.7;
  color: #555;
  margin: 16px 0 0;
}

/* ======== COLORES POR CARD ======== */
.card-valor-dinamismo .valor-hr,
.card-valor-dinamismo .valor-title i {
  background: #fff;
  color: var(--naranja-1);
}

.card-valor-compromiso .valor-hr,
.card-valor-compromiso .valor-title i {
  background: #fff;
  color: var(--naranja-1);
}

.card-valor-respeto .valor-hr,
.card-valor-respeto .valor-title i {
  background: #fff;
  color: var(--naranja-1);
}
hr.valor-hr {
  background: var(--naranja-1) !important;
}
body.detalle .detalle_producto {
  border-radius: 25px;
  box-shadow: 0 0 5px #ccc;
  padding: 20px;
  background: #fff;
}
.product-share {
  display: none;
}
.container-boton-agregar-cantidad button.btn.btn-primary.btn-compra {
  border-radius: 25px;
}
h3.incaps.stock-ley_stoc {
  display: none;
}
.marca_imagen img {
  max-width: 100px;
  margin: 20px 0;
}
#detalle .details-description {
  padding: 20px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin: 20px 0;
}
body.detalle h3.leyendaConStock,
body.detalle h3.leyendaSinStock {
  margin: 20px 0;
}
.recomendadosrow .cajasoferta .container-boton-agregar-cantidad {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
#precant .table {
  margin: 0;
  background: var(--acento-1);
  color: #fefefe;
  border-radius: 5px;
}
#precant .table tbody tr {
  background: var(--acento-2);
  color: #fefefe;
}
.precant_ofe {
  margin-top: 7px;
  display: none;
}
.card-mapa {
  padding: 0;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 25px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.mapa-embed {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 40%; /* Ajustá si querés más alto o más bajo */
}

.mapa-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.container-boton-agregar-cantidad {
  flex-wrap: nowrap !important;
  justify-content: center;
}
body.detalle #agregado_articulo .container-boton-agregar-cantidad {
    flex-wrap: nowrap !important;
    justify-content: flex-start;
}
body.default .datos_usuario {
  margin-top: 100px;
}
.breadcrumb > li {
  display: inline-block;
  font-weight: bold;
}
#nombre_usuario strong {
  text-transform: capitalize;
}
#modal-prod-agregado .modal-header {
  background: #171717;
}
.modal-prod-agregado-container {
  box-shadow: 0 0 5px #000;
  border-radius: 15px;
}
#modal-prod-agregado .modal-body {
  background: #fff;
  text-align: left;
}
.modalver .btn,
.modalcont .btn {
  border-radius: 25px;
}
#modal-prod-agregado hr {
  margin: 20px 0;
}
.modalcont .btn:hover,
.modalver .btn:hover {
  background: #000;
}
body.carrito .container.general {
  padding-top: 20px;
}
.container.general {
  width: 90%;
}
ul.orderStep {
  margin: 20px 0 50px 0 !important;
}
.CartProduct td.hidden-xs {
  color: transparent;
}
.cartMiniTable {
  border: 1px solid transparent;
  padding: 15px;
  border-radius: 15px;
  box-shadow: 0 0 5px #ccc;
}
.cartMiniTable button.col-lg-4.btn.btn-default {
  border-radius: 25px;
  margin-bottom: 0;
}
#order-detail-content a.btn.btn-default.btn-lg.btn-block {
  background: #171717;
  border-radius: 20px;
  display: none;
}
body.carrito h6 {
  color: #171717;
  /* border-bottom-color: #171717; */
  border: none;
}
#resumen button#iniciarpago {
  border-radius: 25px;
  background: #171717 !important;
  transition: all 0.3s ease-in-out;
}
#resumen button#iniciarpago:hover {
  background: var(--naranja-1) !important;
}
input#cupon_descuento {
  border-radius: 25px;
  margin-top: 20px;
}
.lista-medios-pago {
  background: #fafafa;
  padding: 20px;
  border-radius: 25px;
  margin: 0;
}
.lista-medios-pago li {
  border: 1px solid transparent;
  box-shadow: 0 0 5px #ccc;
  border-radius: 10px;
  background: #fff;
}
.lista-medios-pago li:hover {
  border: 1px solid transparent;
  box-shadow: 0 0 5px var(--acento-1);
  background: #fff;
}
input#bt_continuar {
  border-radius: 25px;
  background: var(--naranja-1) !important;
  transition: all 0.3s ease-in-out;
}
input#bt_continuar:hover {
  background: #000 !important;
}
input[type="email"],
input[type="number"],
input[type="password"],
input[type="text"] {
  border-radius: 25px;
}
button#boton_confirmar {
  border-radius: 25px;
}
#datos_pedido h6 {
  color: #171717;
  border: none;
}
body.datos_personales .rightSidebar,
body.forma_pago .rightSidebar {
  background: #fafafa;
  border-radius: 25px;
  padding: 20px;
  box-shadow: 0 0 5px #ccc;
}
body.datos_personales .rightSidebar h6,
body.forma_pago .rightSidebar h6 {
  color: #171717;
  border: none;
}
body.datos_personales .cartMiniTable,
body.forma_pago .cartMiniTable {
  background: #fff;
}
body.datos_personales .cartMiniTable button.btn.btn-default,
body.forma_pago .cartMiniTable button.btn.btn-default {
  border-radius: 25px;
  margin-bottom: 10px;
}
body.datos_personales .rightSidebar + .col-lg-9.col-md-9.col-sm-9 {
  box-shadow: 0 0 5px #ccc;
  border-radius: 25px;
  width: 70%;
  margin-left: 20px;
  padding: 20px;
}
div.datos_usuario {
  box-shadow: 0 0 5px #ccc;
  border-radius: 25px;
  padding: 80px 100px;
}
.quantity-control input[type="number"] {
  border-radius: 3px;
}
/* .spot_ofertas_inf img:last-child {
  display: none;
} */
.list-view .product {
  margin: 10px 0;
}
form#masiva input {
  border-radius: 25px;
}

.row.cupones-multi-block {
    width: 25%;
    padding: 20px 0;
    margin: 25px 0;
    box-shadow: 0 0 5px #ccc;
    border-radius: 15px;
    /* position: absolute; */
    /* left: 75%; */
    /* top: 33%; */
}

.row.cupones-multi-block .col-md-12 {
    padding: 0 10px;
}

.cupones-multi-block button.btn {
    width: auto;
    border-radius: 25px;
}
/* ======== RESPONSIVE ======== */

@media screen and (max-width: 1400px) {
  .recomendadosrow .cajasoferta .container-boton-agregar-cantidad {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap !important;
}
}
@media (max-width: 991px) {
  .valor-card {
    padding: 22px;
  }
}

@media (max-width: 480px) {
  .card-desc-corta {
    padding: 18px 20px;
    border-radius: 12px;
  }

  .valor-card {
    padding: 20px;
    border-radius: 12px;
  }

  .valor-title {
    font-size: 16px;
  }

  .valor-title i {
    font-size: 18px;
  }
  .slider-text {
    text-wrap: auto;
  }
  .fa-shopping-cart:before {
    /* content: "\f2bd" !important; */
    content: "\f291" !important;
    font-weight: bold;
    color: var(--acento-2);
    font-size: 25px;
  }
  .navbar-superior .container {
    display: block;
    align-items: center;
    padding: 0 20px;
    width: 100%;
  }
  header ul.nav.menu-info {
    display: flex !important;
    margin: 0 !important;
    position: relative;
    padding-left: 0;
    padding-right: 0;
    box-shadow: none;
    border: none;
    width: 100%;
    flex-wrap: wrap;
    background: transparent;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-direction: column;
  }
  .social.pull-right,
  .social-fixed {
    width: auto;
    left: auto !important;
    top: 30px;
    right: 20px;
  }
  .social-fixed {
    top: 40px !important;
  }
  div#navbar-menu-superior {
    flex: 1;
    padding: 10px 0;
    max-height: 100vh;
    position: relative;
    margin: 20px 0;
  }
  header .nav .dropdown-menu::before {
    box-shadow: none;
  }
  .navbar-nav.sm-collapsible .caret,
  .navbar-nav.sm-collapsible ul .caret {
    background: var(--naranja-1) !important;
  }
  .navbar-nav .open .dropdown-menu {
    background: #eae7e7;
    margin: 0 !important;
    width: 100% !important;
    display: block;
  }
  .noticiashome1 img {
    max-width: 125px;
  }
  .hormigafoot {
    display: none;
  }
  footer ul.list-inline.list-unstyled.hidden-lg {
    display: none;
    margin: 0;
    padding: 0;
  }
  footer,
  .footer-baio {
    padding: 0;
  }
  .navbar-default .navbar-nav > li > a {
    border: none;
  }
  .container-boton-agregar-cantidad {
    justify-content: center;
  }
  div#divofertas,
  #divlonuevo,
  #divPostLonuevo {
    margin: 30px auto;
  }
  .spot_ofertas_inf img:first-child {
    display: none;
  }
  div.datos_usuario {
    padding: 20px;
  }
  body.default .datos_usuario .col-md-4.col-xs-6 {
    width: 100%;
  }
  input#n_ped_sel {
    margin-left: 0;
    margin-top: 45px;
  }
  .navbar-superior .container {
    display: flex;
    gap: 20px;
    align-items: center;
    flex-wrap: nowrap;
    padding: 15px;
    position: relative;
  }
  div#navbar-menu-superior {
    position: absolute !important;
    left: 0;
    top: 100%;
    background: white;
    order: 10;
    width: 100%;
    max-height: 85vh;
    margin: 0;
    border-top: none !important;
  }
  header ul.nav.menu-info {
    flex-direction: column;
    left: 0 !important;
    padding: 0 !important;
    border-top: 1px solid var(--color-marca9) !important;
  }
  .navbar-nav > li {
    margin-top: 0 !important;
    width: 80%;
    text-align: center;
  }
  #total_pedido + td.align-bottom {
    width: 1%;
    padding: 0;
    margin: 0;
  }
  #resumen button#iniciarpago {
    border-radius: 25px;
    background: #171717 !important;
    transition: all 0.3s ease-in-out;
    width: auto;
    position: absolute;
    left: 15px;
    margin-top: 10px;
  }
  ul.list-unstyled.lista-medios-pago .col-xs-6 {
    width: 100%;
    background: #fff;
  }
  body.datos_personales .rightSidebar + .col-lg-9.col-md-9.col-sm-9 {
    width: 90%;
    margin: 0 auto;
  }
  #datos_pedido button#boton_confirmar {
    margin-bottom: 25px !important;
    width: 100%;
    margin-top: -25px;
  }
  #img_prod .sp-wrap.sp-non-touch {
    margin-bottom: 40px;
  }
  body.detalle .container-boton-agregar-cantidad {
    justify-content: flex-start !important;
  }
  .product h4,
  .product h4 a {
    text-align: center;
  }
  .recomendadosrow .cajasoferta .container-boton-agregar-cantidad {
    justify-content: center !important;
  }
  body.detalle .detalle-form .btn {
    width: 100%;
  }
  #img_prod .sp-wrap {
    margin-bottom: 20px;
  }
  .spot_ofertas_inf img:last-child {
    display: block;
  }
  .contact-form button.btn.load.btn-success.pull-right {
    width: 100%;
    background: var(--naranja-1) !important;
}
}

@media screen and (max-width: 720px) {
  #contacto .form-group.col-md-4 {
    width: 100%;
  }
  #contacto .form-group.col-md-4.col-sm-4.col-xs-12 {
    width: 100%;
  }
}
@media (min-width: 1920px) {
  .buscador form#form-buscar {
    width: 75%;
  }
  div#palabra-autocomplete-list .autocomplete-item {
    /* width: calc(75% - 25px); */
  }
}
@media (max-width: 1024px) {
  .buscador form#form-buscar {
    width: 100%;
  }
  div#palabra-autocomplete-list .autocomplete-item {
    width: calc(100% - 25px);
  }
  div#palabra-autocomplete-list {
    max-width: 100%;
}
}
@media (max-width: 768px) {
  .autocomplete-items {
    position: absolute !important;
    border-radius: 0 0 20px 20px !important;
  }
  .buscador ul.dropdown-menu.dropdown-cart {
    width: 100%;
    top: 100% !important;
    position: absolute;
    margin: 0;
  }
  .container-boton-agregar-cantidad {
    justify-content: center;
  }
}
/**** MENU DESPLEGABLE PERFIL ****/
#nombre_usuario::before {
  display: none;
}
.estaLogueado span#login_sup {
  display: none !important;
}
span#micuenta_top {
  display: block;
}
.estaLogueado span#micuenta_top,
span#login_sup {
  position: relative;
  display: flex !important;
  gap: 10px;
  padding: 11px 16px !important;
  margin: 0 -16px 3px;
  cursor: pointer;
  background: white;
  flex-direction: column;
}
span#micuenta_top:hover::after,
span#login_sup:hover::after {
  content: "";
  top: 0;
  right: 0;
  position: absolute;
  display: block;
  height: 100px;
  width: 140px;
}
span#micuenta_top::before {
  padding-top: 4px;
}
span#micuenta_top::before,
span#login_sup::before {
  content: "\f2bd";
  font-family: "Font Awesome 6 Pro";
  font-size: 23px;
  display: block;
  color: var(--color-marca2);
  margin: 0;
  font-weight: bold;
}
header .caja_func_sup span:hover::before,
header .caja_func_sup a:hover i,
header .caja_func_sup a:hover::before {
  color: var(--color-marca1) !important;
}
#micuenta_top .cambiar_cuenta_top,
#micuenta_top .terminar_sesion_top,
span#login_sup a {
  display: none;
  position: absolute;
  background: white;
  white-space: nowrap;
  z-index: 100;
  right: 0;
  text-decoration: none;
  color: #333;
  width: 120px;
  min-width: min-content;
  top: 100%;
  padding: 10px 12px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
}
span#login_sup:hover a,
span#login_sup:focus a {
  display: block;
}
#micuenta_top:hover .cambiar_cuenta_top,
#micuenta_top:hover .terminar_sesion_top,
#micuenta_top:focus .cambiar_cuenta_top,
#micuenta_top:focus .terminar_sesion_top {
  display: block;
}
a.cambiar_cuenta_top {
  border-radius: 7px 7px 0 0;
}
a.terminar_sesion_top {
  transform: translateY(100%);
  border-radius: 0 0 7px 7px !important;
}
span#login_sup a.registracion {
  transform: translateY(100%);
  border-radius: 0 0 7px 7px !important;
}
span#login_sup a {
  border-radius: 7px 7px 0 0;
}

.registracion:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f234";
  font-size: 18px;
}

#login_sup:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f090";
  font-size: 18px;
}

.terminar_sesion_top:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f08b";
  font-size: 18px;
}

.cambiar_cuenta_top:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f013";
  font-size: 18px;
}

#login_sup:before,
#nombre_usuario:before,
.cambiar_cuenta_top:before,
.registracion:before,
.terminar_sesion_top:before {
  margin-left: 0;
}
#login_sup:before {
  margin-top: -3px !important;
}
.aplicar_marca:hover {
    color: var(--naranja-1);
    /* font-weight: 600; */
}
.change-view a {
    border-radius: 50%;
    box-shadow: 0 0 5px #ccc;
    transition: all 0.3s ease-in-out;
}
.change-view a:hover {
    background: var(--naranja-1);
    color: #fff;
}
select#ordenamientoListado {
    box-shadow: 0 0 5px #ccc;
    border-radius: 25px;
}
.quickview a {
    box-shadow: 0 0 5px #333;
    /* background: var(--acento-1); */
    color: #fff !important;
    border-radius: 25px !important;
    opacity: 1 !important;
    border-color: transparent;
}
body.detalle .recomendadosrow.row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}
ul.orderStep {
    display: flex;   
    justify-content: center;

}
.orderStep li.active {
    width: 100%;
    max-width: 1170px;
}
td.car-subt {
    display: none;
}
.opcionesTipo .radio label {
    box-shadow: 0 0 5px #ccc;
    border-radius: 10px;
    padding: 10px 25px;
    margin: 5px 0;
}
.opcionesTipo .radio label > b {
    font-size: 17px;
}
small.forma_pago_descripcion {
    font-size: 15px;
    margin-top: 10px;
}
.form-control {
    border-radius: 25px !important;
}
span#molt {
    display: none;
}
@media (max-width: 768px) {
  .primero > div {
    pointer-events: none;
  }

  .caja_func_sup.pull-right.hidden-xs {
    display: flex !important;
    margin-top: 0;
    flex: 1;
    justify-content: flex-end;
  }

  .caja_func_sup.pull-right.hidden-xs span.whatsapp-top {
    display: none;
  }

  #login_sup,
  #micuenta_top,
  #nombre_usuario,
  #login_sup a,
  #login_sup:before,
  a.cambiar_cuenta_top,
  a.terminar_sesion_top {
    display: none;
  }
}

/**** FIN MENU DESPLEGABLE PERFIL ****/

@media (max-width: 767px) {
  .navbar-header {
    display: flex;
    align-items: center;
  }
  .ban-top-izquierda img {
    width: 128px;
  }
  .container.general {
    width: 100%;
  }
  body.default .datos_usuario h1 > strong {
    display: block;
  }
  td.car-nombre {
    max-width: 200px !important;
    padding: 0 10px !important;
    white-space: pre-line;
}
td.delete {
    padding: 0 10px !important;
}
body.detalle #detalle div:first-child {
    padding: 0;
}
/* body.detalle .detalle_producto {
    padding: 20px;
}
#detalle .details-description {
    padding: 20px 0;
} */
 .detalle_producto .product-title {
    font-size: 2.25rem;
}
body.detalle h3.product-code {
    font-size: 13px;
    letter-spacing: normal;
}
body.detalle .container-boton-agregar-cantidad {
    justify-content: center !important;
}
body.detalle h3.leyendaConStock, body.detalle h3.leyendaSinStock {
    text-align: center;
}
body.detalle .marca_imagen {
    width: fit-content;
    margin: 0 auto;
}
body.detalle .product-price {
    text-align: center;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 1px;
}
#divofertas h5 span, #divlonuevo h5 span, #divPostLonuevo h5 span {
    font-size: 2.5rem;
    padding: 0;
    margin: 0;
}
}

.social.pull-right > a.dropdown-toggle,
span.totalCarritoConMoneda {
  display: none;
}

body.arrepent .container.general {
    width: fit-content;
}

.proy_promociones.promociones_3 img {
    border-radius: 15px;
}
.cupones-multi-block .cupones-grid {
    display: inline-block;
    margin: 10px 0;
}
.cupones-multi-block .cupon-item {
    width: 100%;
    margin: 10px 0;
}
ul#lista_cupones li ul {
    margin-left: 0;
}
#lista_cupones li button.btn {
    margin: 10px 0;
    display: block;
}
/* */
