*:focus,
button.btn.btn-buscartop:focus,
button.btn.btn-buscartop:active {
  outline: none;
}

*::placeholder {
  padding-left: 4px;
}

body {
  /*--color-marca1: #112540;
    --color-marca2: #53aade;
    --color-marca3: #00afe1;
    --color-marca4: #99C83A;*/
  background: #f0f0f0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #444;
}

h6 {
  border-bottom: 1px solid var(--color-marca2);
}

body.ofertas {
  padding-top: 105px;
}

.top-bar {
  background: var(--color-marca1);
  border: 0;
  padding: 12px 0;
}

.top-bar a {
  color: #fff;
}

.top-bar .search,
ul#menutop {
  display: none;
}

.suscripcion .fa-envelope:before {
  content: "\f1d8";
}

header#header {
  z-index: 100;
}

.navbar-header {
  padding-top: 0;
}

.navbar-default {
  box-shadow: none;
  padding: 10px 0;
}

.navbar-fixed-top .navbar-collapse {
  padding: 0 15px;
}

.navbar-default .navbar-nav > li > a {
  font-weight: 400;
  color: #fff;
}

.navbar-nav.navbar-left > li > a {
  font-weight: 400;
  color: #444;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.dropdown-menu {
  background: rgba(0, 0, 0, 0.85);
  color: #fff;
}

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  background: var(--color-marca1);
  color: #fff;
}

.menu-info {
  position: absolute;
  width: 100%;
  background: #000;
  left: 0;
  top: 95%;
  padding-left: 10%;
}

.buscador-mobile {
  display: none;
}

.teltop {
  position: absolute;
  top: 0;
  z-index: 11111111 !important;
  left: 10%;
  color: #fff;
  background: #25d366;
  border-radius: 20px;
  padding: 10px 20px;
  margin-top: 5px;
}

.social-share a {
  background: transparent !important;
  color: var(--color-marca3) !important;
  border-radius: 100%;
  text-align: center;
  font-size: 16px;
}

.teltop h3 {
  color: #fff;
  margin: 0;
}

li.suscripcion {
  display: none !important;
}

/***** MENU *****
#navbar-menu-superior .dropdown-menu {width: 5000px !important; max-width: 500px !important}
#navbar-menu-superior .navbar-nav>li>.dropdown-menu>li {
    float: left;
    width: 33.33% !important;
}
/****************/

form#top-buscar {
  width: 450px;
  margin-top: 0;
  position: absolute;
  top: -65px;
  left: 31%;
}

input.search-form,
input.search-form:hover,
input.search-form:focus {
  width: 440px;
  border: 1px solid #1757a7;
}

.btn-buscartop {
  background: transparent;
}

.caja_func_sup {
  margin-top: 40px;
}

#nombre_usuario:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f007";
  font-size: 20px;
}

a.ircarrito:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f290";
  font-size: 20px;
}

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

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

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

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

div#carrito_top {
  float: right;
  margin-top: 8px;
  margin-left: 16px;
}

#cantidad_carrito.badge {
  background: var(--color-marca1);
}

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

/***** HOME *****/
div#slides_ofertas_t {
  margin-top: 3%;
}

.style2 .title-sol span,
.title-sol.style2 span {
  background: #f0f0f0;
}

.product:hover {
  background: #fff;
}

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

.price-standard {
  color: var(--color-marca1);
  font-weight: 100;
}

.price-sales {
  color: var(--color-marca2);
  font-weight: 100;
}

.price {
  margin-bottom: 5%;
  font-weight: 100;
}

.spot_ofertas_inf img {
  width: 50%;
  margin-top: 3%;
}

p.iva {
  background: #f0f0f0;
}

.datos-footer {
  background: #fff;
  padding: 3% 8%;
}

.datos-footer h1 {
  font-size: 20px;
  color: #444;
}

.datos-footer li {
  padding: 8px 0;
}

.favButton {
  color: var(--color-marca3);
}

.favButton.favCaja {
  padding-right: 20px;
  padding-top: 20px;
}

.favButton.favCaja:hover {
  font-size: 25px;
  padding-right: 20px;
  padding-top: 20px;
  color: var(--color-marca3);
}

.favButton.favDetalle:hover,
.favButton.activo {
  color: var(--color-marca1);
}

.favButton.favLista:hover {
  font-size: 25px;
  color: #4e4e4e;
}

a.favoritos_top {
  float: left;
  color: var(--color-marca1);
}

/***** CONTENIDOS *****/
.desdoc {
  margin-top: 20px;
}

.breadcrumb {
  background: #fff;
  margin-top: 5%;
}

input#cantidad {
  width: 80px;
}

.productFilter {
  border-top: 0;
}

#detalle .details-description {
  border: 0;
}

.cart-actions {
  border-bottom: 0;
}

.stButton {
  background: #f0f0f0;
}

.stButton:after {
  color: #444 !important;
}

.socialIcon a {
  background: #f0f0f0 !important;
  color: #ccc !important;
}

span.st_googleplus_large {
  display: none;
}

span.st_facebook_large:hover .stButton:after {
  color: #3b5998 !important;
}

span.st_twitter_large:hover .stButton:after {
  color: #00acee !important;
}

.detalle-form {
  background: #f5f5f5;
  border-top: 4px solid var(--color-marca1);
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover,
.nav-tabs > li:hover > a {
  background: var(--color-marca2);
}

.nav-tabs {
  border-bottom: 3px solid var(--color-marca2);
}

.modal-header-primary {
  background: #000;
}

.modal-prod-agregado-container h5 {
  padding: 10px;
  margin: 0 !important;
  text-align: center;
}

.modal span#nombre_prod_alert {
  color: #000;
}

.loginmodal-container a {
  color: var(--color-marca2);
  text-decoration: underline;
  text-underline-offset: 3px;
  opacity: 0.8;
}
.loginmodal-container a:hover {
  opacity: 1;
}

a.popregistrar {
  display: none;
}

.orderStep li.active {
  background: var(--color-marca1);
}

.orderStep li {
  background: var(--color-marca2);
  color: #fff;
}

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

.cartFooter,
.cartTableHeader,
tr.CartProduct,
.cartMiniTable,
table#entrega,
table#resumen {
  background: #fff;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background: #000;
  border: 0;
}

.navbar-lateral .ley_cate_lateral_xs {
  font-size: 16px;
  font-weight: 600;
  padding-left: 15px;
}

h4.panel-title.panel-title-filtros {
  padding-left: 0;
  font-weight: 600;
}

h4.panel-title {
  padding-left: 10px;
  text-transform: unset !important;
  font-weight: 400;
}

.change-view a {
  background: #fff;
}

.content_marcas {
  margin: 2% 0;
}

.financiacion {
  color: var(--color-marca4);
}

.detalle .detalle_producto .financiacion {
  font-size: 20px;
}

.detalle .detalle_producto .financiacion br {
  display: none;
}

.verdoc a.le {
  background: var(--color-marca1);
  padding: 10px 20px;
  border-radius: 5px;
  line-height: 5;
  color: #fff;
}

.item_downloads {
  border-bottom: 1px solid #ccc;
  background: #fff;
  border-radius: 10px;
  padding: 0 20px 5px;
}

a.lkdesc {
  color: var(--color-marca1);
}

span.ultimaact {
  display: block;
  text-align: center;
  background: #56acde;
  color: #fff;
  padding: 10px 0;
}

.msgalerta {
  color: #000000;
  background-color: #ff9800;
  font-weight: 700;
}

.marca_imagen img {
  width: 50px !important;
}

/***** BOTONES *****/
.ofertas .btn-compra {
  margin-top: 5%;
}

input#boton_compra,
.btn-default,
.btn.btn-compra,
.btn-success,
.btn-danger,
.btn-primary,
input#iniciarpago,
button#iniciarpago {
  background: var(--color-marca1);
  color: #fff;
}

input#boton_compra:hover,
.btn-default:hover,
.btn.btn-compra:hover,
.btn-success:hover,
.btn-danger:hover,
.btn-primary:hover,
input#iniciarpago:hover,
button#iniciarpago:hover {
  background: var(--color-marca2);
  color: #fff;
}

input#boton_compra {
  position: absolute;
  left: 20%;
  top: 35%;
  border: 0;
}

.seguir_superior,
.seguir_inferior {
  display: none;
}

/***** MEDIA *****/
@media (min-width: 1920px) {
  form#top-buscar {
    left: 36%;
  }

  .menu-info {
    padding-left: 20%;
  }

  .teltop {
    left: 20%;
  }
}

@media (max-width: 1280px) {
  .teltop {
    left: 5%;
  }

  form#top-buscar {
    left: 28%;
  }
}

@media (max-width: 767px) {
  .post-description .nov_dlarga img {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 480px) {
  body.ofertas,
  body {
    padding-top: 100px;
  }

  .top-bar {
    position: fixed;
    z-index: 11;
    top: 0;
    width: 100%;
  }

  div#leyenda_gral_top {
    top: 0;
    position: fixed;
    z-index: 100;
    width: auto;
  }

  .teltop {
    border-radius: 100%;
    padding: 10px;
    left: 70px;
    background: none;
  }

  .teltop h3 {
    font-size: 30px;
  }

  .teltop span {
    display: none;
  }

  div#slides_ofertas_t {
    margin-top: 3%;
  }

  div.item-slide.imagen-slide-2 {
    background-size: contain !important;
    background-repeat: no-repeat !important;
  }

  /*.ban-top-izquierda {width: 50%;}*/
  .navbar-default .navbar-toggle:focus,
  .navbar-default .navbar-toggle:hover {
    background: transparent;
    margin-top: 8%;
  }

  ul.nav.navbar-nav {
    margin: 0;
  }

  .container > .navbar-header,
  .container > .navbar-collapse {
    margin: 0;
    padding: 0;
  }

  #micuenta_top.cart_top {
    text-align: right;
  }

  #micuenta_top.cart_top span a:nth-child(1) {
    padding-right: 10px;
  }

  .navbar-nav > li {
    margin-top: 10px;
  }

  .menu-info {
    position: relative;
    padding-left: 0;
    top: auto;
    background: #fff;
  }

  form#top-buscar {
    display: none;
  }

  input.search-form,
  input.search-form:hover,
  input.search-form:focus {
    width: 95%;
  }

  li.open {
    background: #000;
  }

  .spot_ofertas_inf img {
    width: 100%;
  }

  nav#navbar-sidebar {
    display: none;
  }

  .navbar-default .navbar-nav > .open > a,
  .navbar-default .navbar-nav > .open > a:focus,
  .navbar-default .navbar-nav > .open > a:hover,
  .navbar-default .navbar-nav > li > a:focus,
  .navbar-default .navbar-nav > li > a:hover,
  .dropdown-menu {
    background: var(--color-marca2);
    color: #fff;
  }

  .navbar-default {
    padding: 0;
    top: 8%;
    -webkit-box-shadow: 0 11px 8px -10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 11px 8px -10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 20px 25px -30px rgba(0, 0, 0, 0.8);
  }

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

  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
  }

  .navbar-fixed-bottom .navbar-collapse,
  .navbar-fixed-top .navbar-collapse {
    max-height: 100%;
  }

  .dropdown-menu {
    width: 100% !important;
    max-width: 100% !important;
  }

  .navbar-nav > li > .dropdown-menu > li {
    float: none;
    width: auto !important;
  }

  .buscador-mobile {
    display: block;
    padding: 10px;
  }

  .buscador-mobile i {
    color: #fff;
  }

  .modal-buscar .modal-body {
    background: #fff;
    text-align: left;
  }

  .modal-buscar h4 {
    padding: 10px 10px 0;
  }

  .modal-buscar input.search-form {
    border: 1px solid #000;
    width: 480px;
  }

  .modal-buscar h4#myModalLabel {
    padding: 5px 12px;
  }

  .modal-buscar .modal-body {
    text-align: left;
  }

  .modal-buscar form#form-buscar {
    width: 90%;
  }

  .modal-buscar input.search-form,
  .modal-buscar input.search-form:hover,
  .modal-buscar input.search-form:active {
    width: 95%;
  }

  ul.list-inline.list-unstyled.hidden-lg {
    display: none;
  }

  .noticiashome3-row.row {
    margin: 0;
  }
}

#sincargo {
  color: #ffffff;
  display: table;
  position: relative;
  z-index: 2;
  background: var(--color-marca2);
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  width: auto;
  margin: 0 auto;
  font-size: 36px;
  width: 100%;
}

input#boton_compra,
.btn-default,
.btn.btn-compra,
.btn-success,
.btn-danger,
.btn-primary,
input#iniciarpago,
button#iniciarpago {
  background: #ff0000;
  color: #fff;
}

.price {
  color: var(--color-marca1);
  font-weight: 600;
  font-size: 25px;
}

ul.subcate {
  display: none;
}

.brand-carousel li img {
  padding: 10px 10px;
}

.info-limpieza-home {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  padding: 20px;
  background-color: #f9f9f9;
  border-radius: 10px;
  margin-top: 20px;
}

.info-limpieza-home div {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.info-limpieza-home i {
  font-size: 24px;
  color: #3498db;
}

.info-limpieza-home p {
  margin: 0;
  font-size: 16px;
  color: #333;
}

.envio-gratis strong,
.envio-rapido strong {
  color: #e74c3c;
}

.contacto a {
  color: #3498db;
  text-decoration: none;
}

.contacto a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .info-limpieza-home {
    grid-template-columns: 1fr;
  }
}

.envio-gratis i.fas.fa-store {
  font-size: 13px;
  color: #53aade;
}

.mayorista {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin: 20px 0;
}

.mayorista-cards {
  display: flex;
  gap: 15px;
  justify-content: center;
}

.card {
  width: 50%;
  background-color: #f8f9fa;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.card-img {
  width: 100%;
  height: auto;
}

.card-body {
  padding: 15px;
  text-align: center;
}

.card-body p {
  margin: 10px 0;
  font-size: 16px;
  color: #333;
}

.mayorista .btn {
  text-decoration: none;
  padding: 10px 20px;
  background-color: #007bff;
  color: white;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.mayorista .btn:hover {
  background-color: #0056b3;
}

.sec_mayo h3 {
  display: none;
}

.segment-card {
  overflow: hidden;
  border-radius: 10px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  width: 100%;
}

.segment-card:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.15);
}

.segment-card img {
  height: 180px;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.segment-card:hover img {
  transform: scale(1.1);
}

.segmentos .card-title {
  font-size: 1.5rem;
  font-weight: 500;
  color: #444;
  font-family: Poppins;
  margin: 0;
}

.segmentos {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 30px;
}

.segmentos .col-md-2 {
  padding: 0px 3px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #444;
}

h6 {
  border-bottom: 1px solid var(--color-marca2);
}

body.ofertas {
  padding-top: 105px;
}

.top-bar {
  background: var(--color-marca1);
  border: 0;
  padding: 12px 0;
}

.top-bar a {
  color: #fff;
}

.top-bar .search,
ul#menutop {
  display: none;
}

.suscripcion .fa-envelope:before {
  content: "\f1d8";
}

header#header {
  z-index: 100;
}

.navbar-header {
  padding-top: 0;
}

.navbar-default {
  box-shadow: none;
  padding: 10px 0;
}

.navbar-fixed-top .navbar-collapse {
  padding: 0 15px;
}

.navbar-default .navbar-nav > li > a {
  font-weight: 400;
  color: #fff;
}

.navbar-nav.navbar-left > li > a {
  font-weight: 400;
  color: #444;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.dropdown-menu {
  background: rgba(0, 0, 0, 0.85);
  color: #fff;
}

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  background: var(--color-marca1);
  color: #fff;
}

.menu-info {
  position: absolute;
  width: 100%;
  background: #000;
  left: 0;
  top: 95%;
  padding-left: 10%;
}

.buscador-mobile {
  display: none;
}

/***** MENU *****
#navbar-menu-superior .dropdown-menu {width: 5000px !important; max-width: 500px !important}
#navbar-menu-superior .navbar-nav>li>.dropdown-menu>li {
    float: left;
    width: 33.33% !important;
}
/****************/

form#top-buscar {
  width: 450px;
  margin-top: 0;
  position: absolute;
  top: -65px;
  left: 31%;
}

input.search-form,
input.search-form:hover,
input.search-form:focus {
  width: 440px;
  border: 1px solid #1757a7;
}

.btn-buscartop {
  background: transparent;
}

.caja_func_sup {
  margin-top: 40px;
}

#nombre_usuario:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f007";
  font-size: 20px;
}

a.ircarrito:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f290";
  font-size: 20px;
}

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

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

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

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

.fa-phone:before {
  content: "\f095";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-location-dot:before {
  content: "\f3c5";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-clock:before {
  content: "\f017";
}

div#carrito_top {
  float: right;
  margin-top: 8px;
  margin-left: 16px;
}

#cantidad_carrito.badge {
  background: var(--color-marca1);
}

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

/***** HOME *****/
div#slides_ofertas_t {
  margin-top: 3%;
}

.style2 .title-sol span,
.title-sol.style2 span {
  background: #f0f0f0;
}

.product:hover {
  background: #fff;
}

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

.price-standard {
  color: #88898b;
  font-weight: 600;
  font-size: 24px;
}

.price-sales {
  color: var(--color-marca2);
  font-weight: 600;
}

.price {
  margin-bottom: 5%;
  font-weight: 600;
}

.spot_ofertas_inf img {
  width: 50%;
  margin-top: 3%;
}

p.iva {
  background: #f0f0f0;
}

.datos-footer {
  background: #fff;
  padding: 3% 8%;
}

.datos-footer h1 {
  font-size: 20px;
  color: #444;
}

.datos-footer li {
  padding: 8px 0;
}

.favButton {
  color: var(--color-marca1);
}

.favButton.favCaja {
  padding-right: 20px;
  padding-top: 20px;
}

.favButton.favCaja:hover {
  font-size: 25px;
  padding-right: 20px;
  padding-top: 20px;
  color: var(--color-marca10);
}

.favButton.favLista:hover {
  font-size: 25px;
  color: #4e4e4e;
}

a.favoritos_top {
  float: left;
  color: var(--color-marca1);
}

/***** CONTENIDOS *****/
.desdoc {
  margin-top: 20px;
}

.breadcrumb {
  background: #fff;
  margin-top: 5%;
}

input#cantidad {
  width: 80px;
}

.productFilter {
  border-top: 0;
}

#detalle .details-description {
  border: 0;
}

.cart-actions {
  border-bottom: 0;
}

.stButton {
  background: #f0f0f0;
}

.stButton:after {
  color: #444 !important;
}

.socialIcon a {
  background: #f0f0f0 !important;
  color: #ccc !important;
}

span.st_googleplus_large {
  display: none;
}

span.st_facebook_large:hover .stButton:after {
  color: #3b5998 !important;
}

span.st_twitter_large:hover .stButton:after {
  color: #00acee !important;
}

.detalle-form {
  background: #f5f5f5;
  border-top: 4px solid var(--color-marca1);
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover,
.nav-tabs > li:hover > a {
  background: var(--color-marca2);
}

.nav-tabs {
  border-bottom: 3px solid var(--color-marca2);
}

.modal-header-primary {
  background: #000;
}

.modal-prod-agregado-container h5 {
  padding: 10px;
  margin: 0 !important;
  text-align: center;
}

.modal span#nombre_prod_alert {
  color: #000;
}

.orderStep li.active {
  background: var(--color-marca1);
}

.orderStep li {
  background: var(--color-marca2);
  color: #fff;
}

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

.cartFooter,
.cartTableHeader,
tr.CartProduct,
.cartMiniTable,
table#entrega,
table#resumen {
  background: #fff;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background: #000;
  border: 0;
}

.navbar-lateral .ley_cate_lateral_xs {
  font-size: 16px;
  font-weight: 600;
  padding-left: 15px;
}

h4.panel-title.panel-title-filtros {
  padding-left: 0;
  font-weight: 600;
}

h4.panel-title {
  padding-left: 10px;
  text-transform: unset !important;
  font-weight: 400;
}

.change-view a {
  background: #fff;
}

.content_marcas {
  margin: 2% 0;
}

.financiacion {
  color: var(--color-marca4);
}

.detalle .detalle_producto .financiacion {
  font-size: 20px;
}

.detalle .detalle_producto .financiacion br {
  display: none;
}

.verdoc a.le {
  background: var(--color-marca1);
  padding: 10px 20px;
  border-radius: 5px;
  line-height: 5;
  color: #fff;
}

.item_downloads {
  border-bottom: 1px solid #ccc;
  background: #fff;
  border-radius: 10px;
  padding: 0 20px 5px;
}

a.lkdesc {
  color: var(--color-marca1);
}

span.ultimaact {
  display: block;
  text-align: center;
  background: #56acde;
  color: #fff;
  padding: 10px 0;
}

.msgalerta {
  color: #000000;
  background-color: #ff9800;
  font-weight: 700;
}

.marca_imagen img {
  width: 50px !important;
}

/***** BOTONES *****/
.ofertas .btn-compra {
  margin-top: 5%;
}

input#boton_compra,
.btn-default,
.btn.btn-compra,
.btn-success,
.btn-danger,
.btn-primary,
input#iniciarpago,
button#iniciarpago {
  background: var(--color-marca1);
  color: #fff;
}

input#boton_compra:hover,
.btn-default:hover,
.btn.btn-compra:hover,
.btn-success:hover,
.btn-danger:hover,
.btn-primary:hover,
input#iniciarpago:hover,
button#iniciarpago:hover {
  background: var(--color-marca2);
  color: #fff;
}

input#boton_compra {
  position: absolute;
  left: 20%;
  top: 35%;
  border: 0;
}

.seguir_superior,
.seguir_inferior {
  display: none;
}

/***** MEDIA *****/
@media (min-width: 1920px) {
  form#top-buscar {
    left: 36%;
  }

  .menu-info {
    padding-left: 20%;
  }

  .teltop {
    left: 20%;
  }
}

@media (max-width: 1280px) {
  .teltop {
    left: 5%;
  }

  form#top-buscar {
    left: 28%;
  }
}

@media (max-width: 767px) {
  .post-description .nov_dlarga img {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 480px) {
  body.ofertas,
  body {
    padding-top: 100px;
  }

  .top-bar {
    position: static;
    z-index: 11;
    top: 0;
    width: 100%;
  }

  div#leyenda_gral_top {
    top: 0;
    position: fixed;
    z-index: 100;
    width: auto;
  }

  .teltop {
    border-radius: 100%;
    padding: 10px;
    left: 70px;
    background: none;
  }

  .teltop h3 {
    font-size: 30px;
  }

  .teltop span {
    display: none;
  }

  div#slides_ofertas_t {
    margin-top: 3%;
  }

  div.item-slide.imagen-slide-2 {
    background-size: contain !important;
    background-repeat: no-repeat !important;
  }

  /*.ban-top-izquierda {width: 50%;}*/
  .navbar-default .navbar-toggle:focus,
  .navbar-default .navbar-toggle:hover {
    background: transparent;
    margin-top: 8%;
  }

  ul.nav.navbar-nav {
    margin: 0;
  }

  .container > .navbar-header,
  .container > .navbar-collapse {
    margin: 0;
    padding: 0;
  }

  #micuenta_top.cart_top {
    text-align: right;
  }

  #micuenta_top.cart_top span a:nth-child(1) {
    padding-right: 10px;
  }

  .navbar-nav > li {
    margin-top: 10px;
  }

  .menu-info {
    position: relative;
    padding-left: 0;
    top: auto;
    background: #fff;
  }

  form#top-buscar {
    display: none;
  }

  input.search-form,
  input.search-form:hover,
  input.search-form:focus {
    width: 95%;
  }

  li.open {
    background: #000;
  }

  .spot_ofertas_inf img {
    width: 100%;
  }

  nav#navbar-sidebar {
    display: none;
  }

  .navbar-default .navbar-nav > .open > a,
  .navbar-default .navbar-nav > .open > a:focus,
  .navbar-default .navbar-nav > .open > a:hover,
  .navbar-default .navbar-nav > li > a:focus,
  .navbar-default .navbar-nav > li > a:hover,
  .dropdown-menu {
    background: var(--color-marca2);
    color: #fff;
  }

  .navbar-default {
    padding: 0 !important;
    top: 8%;
    -webkit-box-shadow: 0 11px 8px -10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 11px 8px -10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 20px 25px -30px rgba(0, 0, 0, 0.8);
  }

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

  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
  }

  .navbar-fixed-bottom .navbar-collapse,
  .navbar-fixed-top .navbar-collapse {
    max-height: 100%;
  }

  .dropdown-menu {
    width: 100% !important;
    max-width: 100% !important;
  }

  .navbar-nav > li > .dropdown-menu > li {
    float: none;
    width: auto !important;
  }

  .buscador-mobile {
    display: block;
    padding: 10px;
  }

  .buscador-mobile i {
    color: #fff;
  }

  .modal-buscar .modal-body {
    background: #fff;
    text-align: left;
  }

  .modal-buscar h4 {
    padding: 10px 10px 0;
  }

  .modal-buscar input.search-form {
    border: 1px solid #000;
    width: 480px;
  }

  .modal-buscar h4#myModalLabel {
    padding: 5px 12px;
  }

  .modal-buscar .modal-body {
    text-align: left;
  }

  .modal-buscar form#form-buscar {
    width: 90%;
  }

  .modal-buscar input.search-form,
  .modal-buscar input.search-form:hover,
  .modal-buscar input.search-form:active {
    width: 95%;
  }

  ul.list-inline.list-unstyled.hidden-lg {
    display: none;
  }

  .noticiashome3-row.row {
    margin: 0;
  }
}

#sincargo {
  color: #ffffff;
  display: table;
  position: relative;
  z-index: 2;
  background: var(--color-marca2);
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  width: auto;
  margin: 0 auto;
  font-size: 36px;
  width: 100%;
}

input#boton_compra,
.btn-default,
.btn.btn-compra,
.btn-success,
.btn-danger,
.btn-primary,
input#iniciarpago,
button#iniciarpago {
  background: #ff0000;
  color: #fff;
}

.price {
  color: var(--color-marca1);
  font-weight: 600;
  font-size: 25px;
}

ul.subcate {
  display: none;
}

.brand-carousel li img {
  padding: 10px 10px;
}

.info-limpieza-home {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  padding: 20px;
  background-color: #f9f9f9;
  border-radius: 10px;
  margin-top: 20px;
}

.info-limpieza-home div {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.info-limpieza-home i {
  font-size: 24px;
  color: #3498db;
}

.info-limpieza-home p {
  margin: 0;
  font-size: 16px;
  color: #333;
}

.envio-gratis strong,
.envio-rapido strong {
  color: #e74c3c;
}

.contacto a {
  color: #3498db;
  text-decoration: none;
}

.contacto a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .info-limpieza-home {
    grid-template-columns: 1fr;
  }
}

.envio-gratis i.fas.fa-store {
  font-size: 13px;
  color: #53aade;
}

.mayorista {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin: 20px 0;
}

.mayorista-cards {
  display: flex;
  gap: 15px;
  justify-content: center;
}

.card {
  width: 50%;
  background-color: #f8f9fa;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.card-img {
  width: 100%;
  height: auto;
}

.card-body {
  padding: 15px;
  text-align: center;
}

.card-body p {
  margin: 10px 0;
  font-size: 16px;
  color: #333;
}

.mayorista .btn {
  text-decoration: none;
  padding: 10px 20px;
  background-color: #007bff;
  color: white;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.mayorista .btn:hover {
  background-color: #0056b3;
}

.sec_mayo h3 {
  display: none;
}

.segment-card {
  overflow: hidden;
  border-radius: 10px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  width: 100%;
}

.segment-card:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.15);
}

.segment-card img {
  height: 180px;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.segment-card:hover img {
  transform: scale(1.1);
}

.segmentos .card-title {
  font-size: 1.5rem;
  font-weight: 500;
  color: #444;
  font-family: Poppins;
  margin: 0;
}

.segmentos {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 30px;
}

.segmentos .col-md-2 {
  padding: 0px 3px;
}

span.descuento {
  background: #034485db;
  color: #fff;
  padding: 5px;
  font-weight: 700;
  height: 100% !important;
  display: flex;
  align-items: center;
  border-radius: 4px;
}

.top-number.pull-left.hidden-xs::before {
  content: "Atención Salta: ¡Si tu pedido ingresa antes de las 11 am, te lo enviamos en el día!";
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
}

/* Cambios 28 Mayo 2025 */

body.productos {
  padding-top: 100px;
}

.price-sales {
  display: block;
}

header#header {
  left: 0;
}

.promotion {
  z-index: 1;
}

.image a img {
  padding: 20px;
}

/* acmbios 18 agosto 2025 */

@media screen and (max-width: 480px) {
  body.ofertas {
    padding-top: 75px;
  }

  .ban-top-izquierda {
    width: fit-content;
    display: block;
  }

  .segment-card {
    width: 100%;
    margin: 5px;
  }

  .top-bar {
    padding: 10px 0;
  }

  .top-bar .cotizacion {
    color: #fff;
    padding-top: 0;
    margin-right: 211px;
  }

  .segmentos .col-md-2 {
    width: 50%;
  }

  .segmentos .col-md-4 {
    width: 100%;
  }

  .segmentos .col-md-3 {
    width: 50%;
  }

  .segmentos {
    width: 100%;
    margin: 0 auto;
    /* margin-bottom: 30px; */
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-content: center;
  }

  .spot_ofertas_sup + div.segmentos .card {
    /* height: auto !important; */
    min-height: 300px;
  }

  .spot_ofertas_sup + .segmentos .col-md-3 {
    padding: 0 5px;
  }

  .segment-card:hover {
    transform: scale(1);
  }

  div#slides_ofertas_t {
    margin-top: 13%;
  }
}

/***** CUSTOM 1-2026 *****/

/*******TIPOGRAFIA*******/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

*:focus,
button.btn.btn-buscartop:focus,
button.btn.btn-buscartop:active {
  outline: none !important;
}

[disabled] {
  background: var(--color-marca1) !important;
  opacity: 0.95;
}

*::placeholder {
  padding-left: 4px;
}

body::-webkit-scrollbar {
  width: 11px;
}

body::-webkit-scrollbar-track {
  background: var(--color-marca1);
  /* border-radius: 15px; */
}

body::-webkit-scrollbar-thumb {
  background: var(--color-marca5);
  border-radius: 15px;
  border: none;
}

body::-webkit-scrollbar-thumb:hover,
body::-webkit-scrollbar-thumb:active {
  background: var(--color-marca6);
}

body {
  /*******COLORES*******/
  --color-marca1: #112540;
  --color-marca2: #333333;
  --color-marca3: #ffffff;
  --color-marca4: #858686;
  --color-marca5: #99c83a;
  --color-marca6: #c5e26a;
  --color-marca7: #004f91;
  --color-marca8: #cae1ff;
  --color-marca9: #d7eab2;
  --color-marca10: #29abe2;
  --color-marca11: #f0f0f0;
  --color-marca12: #000000;
  /*******FIN COLORES*******/
  /*******TIPOGRAFIA VARIABLE*******/
  --tipografia-principal: "Noto Sans", sans-serif;
  --tipografia-secundaria: "Montserrat", sans-serif;
  /*******FIN TIPOGRAFIA VARIABLE*******/
  background: var(--color-marca11);
  padding-top: 0 !important;
  font-family: var(--tipografia-principal);
  font-weight: 400;
  height: auto !important;
}

body:not(.checkout, .productos, .ofertas, .marcas, .detalle)
  .container.general
  > .row {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.title-sol {
  font-family: var(--tipografia-principal);
}

ul,
ul.list-inline {
  margin: 0;
}

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

/******* HEADER *******/

header#header {
  margin-bottom: 41px;
  z-index: 100;
  position: sticky !important;
}
.ofertas header#header {
  margin: 0;
}

/*******TOP BAR*******/
.top-bar {
  background: var(--color-marca1);
  border: none;
}

.top-bar .cotizacion,
.top-bar .social > a {
  display: none;
}

ul#menutop {
  margin-bottom: 0;
  margin-left: -15px;
}

ul#menutop li {
  display: none;
}

ul#menutop li.leyenda-posterior-menutop,
ul#menutop li.menutopcontacto {
  display: initial;
}

ul#menutop li a,
ul.social-share li a {
  padding: 5px 4px;
  color: var(--color-marca4);
}

ul#menutop li a:hover,
ul.social-share li a:hover {
  color: var(--color-marca2);
}

/******SOCIAL-REDES******/
.social-share a {
  background: transparent !important;
}
.social-share a i {
  color: var(--color-marca3);
}

.fa-twitter:before {
  content: "\e61b" !important;
}
/******FIN SOCIAL-REDES******/

@media (width: 767px) {
  .top-number {
    display: block !important;
  }
  #carrito_top {
    display: block !important;
  }
  .top-bar .fa-shopping-cart::before {
    content: "\f007" !important;
  }
  header #menutop {
    display: none;
  }
}
/*******FIN TOP-BAR*******/

/*******NAVBAR*******/
.navbar-fixed-top {
  top: auto;
}
.navbar-fixed-top {
  position: static;
}
.navbar-default {
  background-color: #fff;
  margin: 0;
  border: none;
  padding: 15px 0 0 0;
  z-index: 10 !important;
}
.navbar-header {
  padding-top: 0;
}
.ban-top-izquierda {
  position: static;
}
.ban-top-izquierda img {
  max-height: 40px;
}

.navbar-superior .container {
  display: flex;
  row-gap: 15px;
  align-items: center;
  position: relative;
  flex-wrap: wrap;
  justify-content: space-between;
}
.navbar-superior .container::before {
  display: none;
}
div#navbar-menu-superior {
  order: 99;
  width: 100%;
  padding: 0;
  max-height: 85vh;
  position: relative;
}
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;
  border-bottom: 1px solid #0000001f;
}
header ul.nav.menu-info {
  display: flex !important;
  margin-left: 0;
  position: relative;
  left: -15px;
  padding-left: 0;
  box-shadow: none;
  border: none;
  width: 100%;
  flex-wrap: wrap;
  background: transparent;
}

nav#navbar-sidebar {
  background: var(--color-marca3);
}

.navbar-fixed-top .navbar-collapse {
  padding: 0 15px;
}

.navbar-default .navbar-nav > li > a {
  font-weight: 700;
  color: var(--color-marca2);
  opacity: 0.9;
  cursor: pointer;
  font-family: var(--tipografia-principal);
  letter-spacing: 0.3px;
}

.navbar-default .navbar-nav > li > a span {
  background: var(--color-marca1);
  padding: 6px 12px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

.navbar-default .navbar-nav > li > a span.caret {
  background: no-repeat;
  padding: 0;
  border-radius: 0px;
}

.dropdown-menu {
  background: var(--color-marca3);
}

.dropdown-menu > li > a {
  padding: 5px 20px;
  color: var(--color-marca2);
  border-left: 4px solid var(--color-marca3);
}

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  background: var(--color-marca11);
  color: var(--color-marca2);
  border-left: 4px solid var(--color-marca1);
}

.navbar-nav.navbar-left > li > a {
  font-weight: 400;
  color: #444;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.dropdown-menu {
  color: var(--color-marca2);
  opacity: 1;
}

.navbar-nav.sm-collapsible .caret:before {
  font-size: 20px !important;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  background: transparent !important;
}

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

ul.nav.navbar-nav {
  margin-left: 0;
  margin-top: 0px;
  box-shadow: var(--box-shadow);
  --box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 0 0 rgba(0, 0, 0, 0.05);
  --box-shadow-over: 0 0 16px rgba(0, 0, 0, 0.14);
}

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

header .navbar .cotizacion {
  padding-right: 0px !important;
  padding-left: 10px !important;
  margin-right: 15px;
  position: absolute;
  display: flex;
  width: max-content;
  bottom: 0;
  right: 0;
  align-items: center;
  gap: 5px;
  height: 40px;
  border-left: 1px solid #dadada;
  z-index: 1;
}

@media (max-width: 767px) {
  .navbar-superior .container {
    margin-bottom: 35px !important;
  }
  .navbar-default .navbar-nav > li > a span.caret {
    background: var(--color-marca7);
    border-radius: 5px;
    padding-bottom: 28px !important;
  }
  header .navbar .cotizacion {
    top: 100%;
    bottom: auto;
    width: 100%;
    margin: 0;
    padding: 0 17px !important;
    font-size: 15px;
    height: 35px;
    gap: 3px;
    box-shadow: 0 11px 15px -15px rgba(0, 0, 0, 0.6);
    z-index: 0;
    background: var(--color-marca3);
    border-top: 1px solid #dadada;
    border-left: none;
  }
}

/**** 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:hover {
  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 ****/

@media (max-width: 1024px) {
  header .navbar-nav > li > a {
    padding: 10px 8px;
  }
}
@media (max-width: 768px) {
  .primero > div {
    pointer-events: none;
  }

  .navbar-superior .container {
    padding: 10px 15px;
    box-shadow: 0 5px 5px #00000010;
  }
  .navbar-header {
    display: flex;
    align-items: center;
  }
  .ban-top-izquierda {
    margin-left: 10px;
  }
  .ban-top-izquierda img {
    max-height: 40px;
  }
  .ban-top-izquierda a {
    width: 100% !important;
  }

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

  div#navbar-menu-superior {
    position: absolute !important;
    left: 0;
    top: 100%;
    background: var(--color-marca8);
    order: 10;
    width: 100%;
    max-height: 85vh;
    border-top: none !important;
  }

  /* Primer nivel completamente distinto al fondo de los submenus transparentados
        div#navbar-menu-superior>ul>li>a {
            background: var(--color-marca1) !important;
        }*/

  header ul.nav.menu-info {
    flex-direction: column;
    left: 0 !important;
    margin: 0;
  }

  header .nav .dropdown-menu::before {
    display: none !important;
  }
  header ul.dropdown-menu .dropdown-menu {
    border-left: none !important;
  }

  header ul.nav.menu-info li a {
    text-align: start !important;
    padding: 10px 20px !important;
  }
  header ul.nav.menu-info > li > a {
    color: var(--color-marca2) !important;
    text-transform: uppercase;
    font-weight: 500 !important;
    text-wrap: nowrap;
  }
  header ul.nav.menu-info li.open {
    background: transparent !important;
    position: relative;
    z-index: 2;
  }
  header ul.nav.menu-info li.open::before {
    position: absolute;
    content: "";
    background: #ffffff73;
    width: 100vw;
    height: 100%;
    top: 0;
    right: 0;
    display: block;
  }
  header ul.nav.menu-info .open > a,
  header ul.nav.menu-info .open > a:hover {
    background: transparent !important;
    color: var(--color-marca3) !important;
    z-index: 2;
  }
  header ul.nav.menu-info .open > a::before {
    position: absolute;
    content: "";
    background: var(--color-marca1);
    width: 100vw;
    height: 100%;
    top: 0;
    right: 0;
    display: block;
    z-index: -1;
  }
  header ul.nav.menu-info li.open ul {
    margin-left: 10px !important;
    border: 0 !important;
    width: auto !important;
  }
  header ul.nav.menu-info .open .dropdown-menu > li > a {
    color: var(--color-marca2);
    background-color: transparent !important;
    border-radius: 0;
  }
}

@media (max-width: 480px) {
  .ban-top-izquierda {
    margin-left: 5px;
  }
  .ban-top-izquierda img {
    max-height: 33px;
  }
}

@media (max-width: 330px) {
  .ban-top-izquierda {
    width: 100%;
    margin-left: 0;
  }

  .ban-top-izquierda img {
    max-height: 30px;
  }

  ul.social-share li a {
    padding: 5px 7px;
  }
}

/******BUSCADOR*****/
.caja_func_sup.pull-right > * {
  padding: 0 8px !important;
}
.buscador {
  display: none;
}
.buscador i,
.buscador a {
  font-weight: 700;
  color: var(--color-marca2);
  font-size: 17px;
}
.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;
}
.navbar-superior.navbar-fixed-top .buscador ul.dropdown-menu {
  width: 100%;
  left: 0 !important;
  top: 100%;
  margin: 0;
}
.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(--tipografia-principal);
}

.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(--color-marca1);
  border: 2px solid var(--color-marca1);
  border-radius: 8px;
}
.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,
div#palabra-autocomplete-list .autocomplete-ver-mas {
  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,
  div#palabra-autocomplete-list .autocomplete-ver-mas {
    width: calc(75% - 25px);
  }
}
@media (max-width: 1024px) {
  .buscador form#form-buscar {
    width: 100%;
  }
  div#palabra-autocomplete-list .autocomplete-item,
  div#palabra-autocomplete-list .autocomplete-ver-mas {
    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;
    left: 0 !important;
    position: absolute;
    margin: 0;
  }

  .buscador {
    float: right;
  }

  .buscador ul.dropdown-menu li {
    width: 100%;
    margin: 0 auto;
  }

  .buscador ul.dropdown-menu i {
    color: white;
  }

  .buscador ul.dropdown-menu input.search-form {
    padding: 20px;
    width: 100%;
    margin: 10px;
    letter-spacing: 0.8px;
    border-bottom: 0px !important;
    border: none;
    font-weight: 500;
  }

  .buscador ul.dropdown-menu input.search-form::placeholder {
    letter-spacing: 0;
    font-size: 16px;
    font-weight: 500;
  }

  .buscador ul.dropdown-menu input.search-form:active {
    border: 0px;
  }

  .buscador a.btn.btn-lg,
  a.registracion {
    padding: 0px 10px;
  }

  .buscador a:hover i,
  .buscador a i {
    font-weight: 700;
  }

  .buscador form#form-buscar {
    display: flex;
    align-items: center;
    flex: 1 0 auto;
  }

  .buscador button.btn {
    font-size: 16px;
    padding: 6px 10px;
  }

  .buscador a.dropdown-toggle {
    padding-top: 7px;
    font-size: 16px;
    color: var(--color-marca2);
  }

  .caja_func_sup .buscador {
    display: block;
    margin-top: 3px;
  }
}
/*****FIN BUSCADOR******/

/****SEARCH*****/

header input.search-form {
  border: none !important;
  box-shadow: 0 0 4px #33333329;
  border-radius: 100px;
  padding: 6px 12px 6px 35px;
  margin: 0;
  width: 100%;
}

header .search input.search-form {
  border: 1px solid var(--color-marca4);
}

header .search {
  flex: 1;
  margin: 0 45px !important;
}

form#form-busqueda-avanzada {
  position: relative;
}
form#busquedaAvanzada button {
  background: transparent;
  padding: 8px 15px;
}
form#busquedaAvanzada input {
  padding-left: 40px;
  border-radius: 8px;
}
form#busquedaAvanzada .input-group-btn {
  z-index: 3;
}
form#busquedaAvanzada .form-control:focus {
  border-color: var(--color-marca9);
}

.busquedaAvanzada .input-group {
  width: 100%;
}

.input-group-btn {
  float: left !important;
  position: absolute;
  top: 0;
}

.search .btn-buscartop {
  padding: 8px 15px !important;
}

.autocomplete {
  width: 100% !important;
}
.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-radius: 20px;
  overflow: hidden;
  border-bottom: none;
  border-top: none;
  z-index: 2;
  top: 100%;
  left: 0;
  right: 0;
  max-height: calc(100vh - 200px);
  overflow-y: auto;
}
.autocomplete-items div {
  background: var(--color-marca3) !important;
}
.autocomplete-items div img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 4px;
}

input.search-form:focus,
input.search-form:hover {
  width: 100%;
}

@media (max-width: 767px) {
  .top-bar .search {
    background: var(--color-marca11);
    padding-right: 10%;
    width: 100%;
    margin-right: 0px;
    padding-top: 8px;
    display: block;
  }
  .search {
    display: none;
  }
}
/*****FIN SEARCH*****/

/**** MENU PERFIL ****/
span#micuenta_top {
  display: flex;
  gap: 15px;
}
#login_sup:before {
  display: none;
}
#login_sup a:not(.registracion)::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f090";
  font-size: 16px;
}
span#login_sup a,
span#micuenta_top a {
  padding: 9px 10px;
  border-radius: 6px;
  display: flex;
  gap: 7px;
}
#login_sup:before,
#nombre_usuario:before,
.cambiar_cuenta_top:before,
.registracion:before,
.terminar_sesion_top:before {
  margin: 0;
  position: static;
}
a[aria-label="Ingresar"],
a.cambiar_cuenta_top {
  background: var(--color-marca9);
}
a.terminar_sesion_top {
  background: #ffdcdc;
  color: #a82222;
}
a.registracion {
  display: none !important;
}
.registracion:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f234";
  font-size: 18px;
}

a.favoritos_top {
  font-size: 16px;
}

.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: "\e4da";
  font-size: 18px;
}

#nombre_usuario:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f007";
  font-size: 18px;
  display: none;
}

a.ircarrito:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f290";
  font-size: 18px;
}

@media (max-width: 767px) {
  .caja_func_sup ::before {
    font-weight: 400 !important;
  }
  .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 -8px;
    cursor: pointer;
    background: transparent;
    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: "\f007";
    font-family: "Font Awesome 6 Pro";
    font-size: 18px;
    display: block;
    color: var(--color-marca2);
    margin: 0;
  }
  header .caja_func_sup span:hover::before,
  header .caja_func_sup a:hover i,
  header .caja_func_sup a:hover::before {
    color: var(--color-marca12) !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;
  }

  .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;
  }

  #nombre_usuario:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f007";
    font-size: 18px;
    display: none;
  }

  a.ircarrito:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f290";
    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: 2px !important;
  }

  #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;
  }

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

  .caja_func_sup.estaLogueado span#nombre_usuario {
    display: none;
  }

  .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 PERFIL ****/

/**** LOGIN Y CARRITO MENU ****/
header .caja_func_sup {
  display: flex !important;
  align-items: center;
  gap: 1px;
  height: 45px;
  margin: 0 0 0 -10px;
  order: 5;
  justify-content: flex-end;
}

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

.caja_func_sup {
  margin-top: 13px;
}

.caja_func_sup,
.caja_func_sup a {
  color: var(--color-marca2);
}

.caja_func_sup span#nombre_usuario {
  display: initial;
  max-width: 190px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: middle;
}

span#login_sup a i {
  font-size: 21px;
  vertical-align: middle;
  margin-left: 10px;
}

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

#cantidad_carrito.badge {
  background: var(--color-marca5);
  color: var(--color-marca12);
}

@media (max-width: 767px) {
  header .caja_func_sup {
    flex: 1;
  }
  .caja_func_sup span#nombre_usuario {
    display: none;
  }
}

/*****FIN LOGIN MENU*****/
/*******FIN NAVBAR*******/

/*******FIN HEADER*******/

div#slides_ofertas_t {
  margin: 0;
}
span.container.leyenda_slide {
  display: block;
}

.aparece {
  bottom: 25px;
  left: 20px;
  color: var(--color-marca4);
}
.aparece:focus,
.aparece:hover {
  color: var(--color-marca12) !important;
}
a.page-scroll.aparece::before {
  content: "";
  background: var(--color-marca3);
  display: block;
  position: absolute;
  top: 12%;
  left: 14%;
  width: 75%;
  height: 75%;
  border-radius: 100px;
  z-index: -1;
}

/*****Ofertas General 1*****/
.featured-boxes {
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 20px;
  margin-bottom: -10px;
}
.featured-boxes::before,
.featured-boxes::after {
  display: none;
}
.featured-boxes > div {
  padding: 0 10px;
}
.feature-box {
  display: flex;
  column-gap: 15px;
  border: 1px solid var(--color-marca11);
  box-shadow: 1px 1px 4px #0000000d;
  border-radius: 15px;
  padding: 15px 20px;
  width: 100%;
  height: 100%;
  align-items: center;
  background: var(--color-marca3);
}
.feature-box .feature-icon {
  width: 17%;
  text-align: center;
  float: left;
  min-width: 33px;
  max-width: 60px;
}
.feature-icon i {
  font-size: 30px;
  color: var(--color-marca6);
}
.feature-content {
  min-width: 128px;
  flex: 1;
  float: left;
}
.feature-content h4,
.feature-content p {
  margin: 0;
}
.feature-box img {
  width: 100%;
  object-fit: contain;
}
.feature-box > a {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
}
.feature-content p {
  font-family: var(--tipografia-principal);
  font-size: 14px;
  line-height: 18px;
}

@media (max-width: 767px) {
  .featured-boxes {
    padding-left: 0;
    padding-right: 0;
    margin: 0 -7px !important;
  }
  .featured-boxes > div {
    padding: 0 7px;
  }
  .feature-box {
    flex-direction: column;
    align-items: center;
    padding: 15px;
    gap: 8px;
  }
  .feature-box .feature-icon {
    width: 30%;
    display: flex;
    align-items: center;
  }
  .feature-icon i {
    font-size: 20px;
  }
  .feature-content {
    text-align: center;
  }
}
/*****Fin Ofertas General 1*****/

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

/**** AVISO ANIMACION****/
.top-bar .col-md-12 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top-bar .col-md-12 .top-number {
  display: flex !important;
  flex: 1;
  align-items: center;
  justify-content: flex-start;
}
.social-share {
  width: 88px;
}
ul#menutop {
  display: none;
  /*display: flex;*/
  margin-bottom: 0;
  margin-left: -10px;
}
ul#menutop li a {
  display: flex;
  gap: 7px;
  align-items: center;
}

.aviso-container {
  /*display: none;*/
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  width: 100%;
  height: 18px;
}

.aviso-item {
  position: absolute;
  left: 100%;
  width: 100%;
  text-align: start;
  animation: slide-in-out 16s infinite ease-in-out;
  opacity: 0;
  color: var(--color-marca3);
  font-size: 16px;
  font-weight: 400;
}
.aviso-container:hover .aviso-item {
  animation-play-state: paused;
}

.aviso-item span {
  color: var(--color-marca9);
  font-weight: 500;
}

.aviso-item i {
  color: var(--color-marca5);
}

.aviso-item:nth-child(1) {
  animation-delay: 0s;
}
.aviso-item:nth-child(2) {
  animation-delay: 8s;
}

@keyframes slide-in-out {
  0% {
    transform: translateX(0%);
    opacity: 0;
  }
  10% {
    transform: translateX(-100%);
    opacity: 1;
  }
  40% {
    transform: translateX(-100%);
    opacity: 1;
  }
  50% {
    transform: translateX(-200%);
    opacity: 0;
  }
}

@media (max-width: 767px) {
  .aviso-container {
    height: 16px;
    padding: 0;
    display: flex;
    align-items: center;
  }
  .aviso-item {
    font-size: 13px !important;
    font-weight: 500 !important;
    text-align: start;
  }
}

/**** FIN AVISO ANIMACION****/

/***** NOTAS HOME 3 *****/
.noticiashome3 {
  padding: 0;
}

.container-fluid.noticiashome3 .cajasnove .des_nov,
.row.noticiashome3 .noticiashome3-row.row .cajasnove .des_nov {
  font-weight: 400;
  font-size: 15px;
  line-height: 21px;
  order: 3;
  margin: 0 !important;
}

.container-fluid.noticiashome3 .cajasnove a.btn.btn-default.btn-vernota,
.row.noticiashome3
  .noticiashome3-row.row
  .cajasnove
  a.btn.btn-default.btn-vernota {
  display: none;
}

.container-fluid.noticiashome3 .owl-item {
  text-align: center;
}

div#productslider-notas3 {
  margin: 0;
}

.row.noticiashome3 .noticiashome3-row.row .cajasnove {
  text-align: center;
}

.container-fluid.noticiashome3 .owl-item .cajasnove img,
.row.noticiashome3 .noticiashome3-row.row .cajasnove img {
  -webkit-border-radius: 16px;
  border-radius: 16px;
  -moz-border-radius: 16px;
  transition: all 350ms ease-out 0s;
  -moz-transition: all 350ms ease-out 0s;
  -o-transition: all 350ms ease-out 0s;
  -webkit-transition: all 350ms ease-out 0s;
}

.container-fluid.noticiashome3 .owl-item .cajasnove:hover img,
.row.noticiashome3 .noticiashome3-row.row .cajasnove:hover img {
  transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  -webkit-transform: scale(1.05);
}

.noticiashome3 h5.title-sol.style2.solnuevo.solnoticias {
  text-align: start !important;
}
.noticiashome3 .cajasnove,
.caja_nov_listar,
.busquedaAvanzada .cajasnove {
  position: relative;
  transition: 0.5s ease-in-out;
  display: flex;
  flex-direction: column;
  background-color: #fafafa;
  padding: 15px;
  gap: 15px;
  margin: 0 10px;
  border-radius: 15px;
}
.noticiashome3 .cajasnove .fecha_nov {
  position: absolute;
}
.noticiashome3 .cajasnove:hover,
.caja_nov_listar:hover,
.busquedaAvanzada .cajasnove:hover {
  background-color: var(--color-marca9);
}
.noticiashome3 .cajasnove h4,
.caja_nov_listar h3,
.busquedaAvanzada .cajasnove h3 {
  width: 100%;
  font-size: 18px !important;
  padding: 0 !important;
  margin: 0 !important;
}
.noticiashome3 .cajasnove h4 a,
.caja_nov_listar h3 a,
.busquedaAvanzada .cajasnove h3 a {
  color: var(--color-marca2);
}
.noticiashome3 .cajasnove img,
.caja_nov_listar img,
.busquedaAvanzada .cajasnove img {
  transform: scale(1) !important;
  width: 100%;
  max-height: 100% !important;
  object-fit: cover;
  margin: 0;
  border-radius: 10px;
  aspect-ratio: 7 / 3 !important;
  background-color: #f7f9fa;
}
.soluciones .caja_nov_listar img, .soluciones .busquedaAvanzada .cajasnove img {
  aspect-ratio: 5 / 3 !important;
}
.noticiashome3 .cajasnove a:not(.btn),
.caja_nov_listar #imagen_listar,
.busquedaAvanzada .cajasnove #imagen_listar {
  order: -1;
}
.noticiashome3-row.row .cajasnove .des_nov,
.caja_nov_listar .des_nov,
.busquedaAvanzada .cajasnove .des_nov {
  position: static !important;
  padding: 0 !important;
  opacity: 1 !important;
  order: 3;
  background-color: transparent !important;
  margin: 0 !important;
}

.noticiashome3 .btn-vernota,
.caja_nov_listar .btn-vernota {
  display: block !important;
  height: fit-content;
  order: 5;
  font-size: 0;
  align-self: end;
  margin-top: auto;
}
.noticiashome3 .btn-vernota::before,
.caja_nov_listar .btn-vernota::before {
  content: "\f061";
  font-family: "Font Awesome 5 Pro";
  font-size: 18px;
}

@media (max-width: 767px) {
  .noticiashome3 {
    padding: 0;
  }
  .container-fluid.noticiashome3 .owl-item {
    padding: 0;
  }
}
/***** FIN NOTAS HOME 3 *****/

.caja_nov_listar {
  margin: 0;
}
.caja_nov_listar .desdoc {
  margin: 0 !important;
}
.cajasnove .des_nov p,
.caja_nov_listar .desdoc p,
.busquedaAvanzada .cajasnove .des_nov p {
  text-align: start !important;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
}
.soluciones .cajasnove .des_nov p,
.soluciones .caja_nov_listar .desdoc p,
.soluciones .busquedaAvanzada .cajasnove .des_nov p{
  -webkit-line-clamp: unset;
}
.col-listar {
  padding: 10px 10px;
}
.busquedaAvanzada .cajasnove .des_nov {
  gap: 25px;
  margin-top: auto !important;
}
.busquedaAvanzada .cajasnove span.mas_nov {
  display: block !important;
  margin-top: auto !important;
}

.nov_dlarga ul {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 10px;
}
.nov_dlarga ul li {
  margin-left: 20px;
  list-style-type: disc;
  display: list-item;
}
.nov_dlarga ul li::marker {
  color: var(--color-marca7);
}

/***** TITULOS *****/

.style2 .title-sol,
.title-sol.style2,
.titproyhome {
  font-size: 36px;
  font-weight: 300;
  line-height: 36px;
  margin: 0 0 20px;
  padding: 0;
  position: relative;
  border: none;
}
.style2 .title-sol span,
.title-sol.style2 span,
.titproyhome span {
  color: #454545;
  display: table;
  position: relative;
  z-index: 2;
  background: var(--color-marca11);
  padding: 5px 15px;
  text-align: center;
  text-transform: uppercase;
  width: auto;
  margin: 0 auto;
}
.style2 .title-sol:after,
.title-sol-style2:after,
.title-sol.style2:after,
.titproyhome::after {
  background: #ddd;
  content: "";
  display: block;
  height: 1px;
  margin-left: 10%;
  position: absolute;
  top: 28px;
  width: 80%;
  z-index: 1;
}

/***** FIN TITULOS *****/

/***** MARCAS *****/

.detalle .marca_span {
  color: var(--color-marca1) !important;
}

.content_marcas .cajamarca {
  border: none;
  background-color: var(--color-marca3);
  box-shadow: 0 0 10px #00000017;
  display: flex;
  flex-direction: column;
  padding: 15px;
  border-radius: 15px;
  gap: 10px;
}
.cajamarca br {
  display: none;
}

.cajamarca > span {
  border-radius: 6px;
  padding: 8px 15px;
  text-transform: uppercase;
  font-weight: 600;
}
.content_marcas .verprod {
  background: var(--color-marca7);
  display: block;
}
.content_marcas .verprod a,
.verprod:hover a,
.verweb:hover a {
  color: var(--color-marca3) !important;
}
.verprod:hover,
.verweb:hover {
  background: var(--color-marca1) !important;
}
.product button.consultar,
.content_marcas .verweb {
  display: block;
  background: var(--color-marca6);
}
.content_marcas .verweb a {
  color: var(--color-marca12);
}

/***** FIN MARCAS *****/

/**** MENU LATERAL CATEGORÍAS ****/

.productos aside,
.busquedaAvanzada aside {
  position: static;
  top: 156px;
  margin-bottom: 5px;
}

aside .col-izq-int {
  background: var(--color-marca3);
  padding: 15px;
  border-radius: 15px;
}

.navbar-header-lateral {
  display: none;
}

div#navbar-sidebar-collapse-ts {
  margin-bottom: 10px;
}

nav#navbar-sidebar {
  box-shadow: none;
  padding: 0 !important;
  z-index: 0 !important;
}

#navbar-sidebar .navbar-left {
  box-shadow: none;
  width: 100%;
}

div#navbar-sidebar-collapse-ts > ul {
  margin: 0 !important;
}
.navbar-nav.sm-collapsible a.has-submenu {
  padding-right: 50px;
}
#navbar-sidebar-collapse-ts
  > ul
  > li
  > ul.subcategoria-lateral-colapsable.show {
  padding-left: 15px !important;
  margin: 10px 0 0 !important;
  position: relative;
  overflow-y: auto;
  max-height: 60vh;
}
#navbar-sidebar-collapse-ts
  > ul
  > li
  > ul.subcategoria-lateral-colapsable
  .subcategoria-lateral-colapsable.show,
#navbar-sidebar-collapse-ts
  > ul
  > li
  > ul.subcategoria-lateral-colapsable
  .subcategoria-lateral-colapsable.show {
  padding-left: 25px !important;
  margin: 0 !important;
  position: relative;
}
.subcategoria-lateral-colapsable.show {
  max-height: 1000px;
}
.subcategoria-lateral-colapsable li {
  margin: 5px 0;
}
li#categoria-lateral-colapsable-0 > a {
  display: block;
  font-weight: 600;
  padding-left: 1px;
}
.subcategoria-lateral-colapsable li a.has-submenu {
  padding: 2px 6px 2px 6px !important;
}
.subcategoria-lateral-colapsable
  .subcategoria-lateral-colapsable
  .categoria-lateral-colapsable.has-submenu
  > a::before {
  color: var(--color-marca13);
}
.subcategoria-lateral-colapsable li a {
  list-style: none;
}
.subcategoria-lateral-colapsable li a[aria-expanded="true"] {
  font-weight: 600;
}
.categoria-lateral-colapsable.has-submenu > a::before,
#filtros a i.fal::before {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  margin-right: 6px;
  font-size: 13px !important;
  color: var(--color-marca2);
  display: inline-block;
  transition: transform 0.3s ease-in-out;
  transform: rotate(90deg);
}
.categoria-lateral-colapsable.has-submenu > a[aria-expanded="true"]::before,
#filtros a[aria-expanded="true"] i.fal::before {
  transform: rotate(-90deg);
}
.categoria-lateral-colapsable:not(.has-submenu) > a::before {
  display: none;
}

#accordion-aplicado .panel-heading.dropdown {
  padding-top: 0;
}
#accordion-aplicado .panel-heading {
  padding: 15px 0;
}

#filtros div#ETIQ_GRUPO_ ul {
  overflow: auto;
  max-height: 30vh;
  background: transparent;
  border-radius: 10px;
}

#filtros .fa-minus:before {
  content: "\f078";
}
#filtros .fa-plus:before {
  content: "\f078";
}
#filtros ul.fct-scroll li a {
  display: flex;
  align-items: center;
  gap: 5px;
}
.panel-body > .panel-heading {
  padding: 0;
}
.panel-body > .panel-heading .panel-heading {
  padding-top: 0;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#filtros .pull-right {
  float: left !important;
}
h4.panel-title {
  padding-left: 10px;
  text-transform: unset !important;
}
#filtros a i {
  color: var(--color-marca2);
  font-weight: 600;
}

h4.panel-title.panel-title-filtros {
  padding-right: 0px;
}

h4.panel-title.panel-title-filtros,
li#categoria-lateral-colapsable-0 > a {
  background: transparent;
  padding: 12px 0;
  border-radius: 6px !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  padding-left: 20px !important;
  border: 1px solid var(--color-marca2);
  color: var(--color-marca2);
}

ul.fct-scroll {
  list-style-type: square;
  color: var(--color-marca1);
}

div#RangoPrecio ul.fct-scroll {
  padding: 0;
  list-style: none;
}

i.indicator.pull-right.hasPlus {
  margin-right: 2px;
  margin-top: 0px;
}

.panel-flat .panel-heading .panel-title {
  font-family: var(--tipografia-principal);
  text-transform: uppercase;
  font-family: var(--tipografia-principal);
  letter-spacing: 0.3px;
  font-size: 13px;
  padding-left: 20px;
  font-weight: 700;
  color: var(--color-marca2);
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -moz-border-radius: 6px;
}

.panel-flat li {
  font-family: var(--tipografia-principal);
  letter-spacing: 0.3px;
  font-weight: 400;
}

#accordion2 .panel-collapse {
  margin-left: 18px;
}
#accordion2 > div:not(.panel-heading) {
  margin-left: 37px;
}
.no-mas-filtros {
  list-style: none;
  margin-left: 20px;
}
#accordion2 .panel-collapse#RangoPrecio {
  margin-left: 0 !important;
}
#filtros .panel-collapse ul {
  list-style-type: disc !important;
}
#RangoPrecio li {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  flex-direction: column;
  line-height: 0;
}
#RangoPrecio input {
  margin-bottom: 5px;
  width: 100% !important;
}
#RangoPrecio i {
  display: flex;
  width: 100%;
  padding: 8px 6px;
  border-radius: 3px;
  border: 1px solid var(--color-marca4);
  background: var(--color-marca11);
  color: var(--color-marca2);
  justify-content: center;
  flex-direction: row;
}

@media (max-width: 767px) {
  .productos aside,
  .busquedaAvanzada aside {
    position: static !important;
    margin-bottom: 5px;
  }
}
/**** FIN MENU LATERAL CATEGORÍAS ****/
/**** HORMIGA DETALLE ****/
div#hormiga h1 {
  font-family: var(--tipografia-principal) !important;
  font-size: 20px;
  margin: 5px 0 !important;
}
div#hormiga a {
  color: var(--color-marca2);
  text-decoration: underline;
  text-decoration-color: var(--color-marca4);
  text-underline-offset: 3px;
}
div#hormiga a:hover {
  text-decoration-color: var(--color-marca2);
}
span.separador_hormiga {
  color: var(--color-marca5);
}
ul.lista-filtros-aplicados {
  color: var(--color-marca2);
  margin: 15px 0;
  display: flex;
  gap: 10px;
}
ul.lista-filtros-aplicados li {
  padding: 0;
}
ul.subcate {
  padding-left: 0px;
  margin-top: 15px;
}
ul.subcate li {
  display: inline-block;
  padding: 10px 0;
}
ul.subcate li {
  float: left;
  padding: 0px;
  overflow: hidden;
}
ul.subcate li a {
  font-weight: 400;
  font-size: 15px;
}
ul.subcate li:after {
  content: "/";
  color: var(--color-marca1);
  font-size: 18px;
  font-weight: 700;
  margin: 10px;
}

.productFilter.clearfix {
  margin-bottom: 15px;
}
/**** FIN HORMIGA DETALLE ****/

/***** MODO LISTA *****/
form#masiva {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
form#masiva > input {
  align-self: end;
}

.item.list-view .product > .row {
  display: flex;
  justify-content: space-between;
  margin: 0 !important;
  padding: 0 !important;
}
.item.list-view .product > .row::before,
.item.list-view .product > .row::after {
  display: none;
}

.item.list-view .product .image_lista {
  width: 25%;
  max-width: 175px;
  padding: 0;
}

.item.list-view .product .col-md-9.col-xs-9 {
  width: 75%;
}

.item.list-view .product .row .row {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
}

.item.list-view .price {
  font-size: 20px;
  margin-bottom: 0;
}

.item.list-view .price > span {
  justify-content: flex-end;
}

.item.list-view {
  overflow: visible;
}
.item.list-view:last-of-type {
  margin-bottom: 0 !important;
}
.item.list-view .product .clearfix {
  display: none;
}

.list-view .product {
  padding: 0px !important;
  overflow: hidden;
}
.list-view .product > .row > .col-md-9 {
  display: flex;
  padding: 20px 0 !important;
}

.item.list-view .product .description {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  border-top: 0;
  padding-top: 0px;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin: 0;
}
.item.list-view .product .description * {
  margin-right: 0;
}
.item.list-view .product .description > * {
  padding-right: 0;
}
.item.list-view .product .precant_ofe,
.item.list-view .product .price {
  flex-basis: 100%;
}
.list-view .product .container-boton-agregar-cantidad {
  justify-content: flex-end;
}

@media (max-width: 767px) {
  .item.list-view .description {
    padding-top: 0 !important;
  }
  .item.list-view .product .row .row {
    width: 100%;
    flex-direction: column;
    text-align: end;
  }
  .item.list-view .product .image_lista {
    width: 48%;
  }
  .item.list-view .product .col-md-9.col-xs-9 {
    width: 52%;
  }
  .item.list-view .price .espacio-blanco {
    display: none;
  }
}
/***** FIN MODO LISTA *****/

/***** CARRITO *****/
/*////CABECERA CARRITO////*/

.orderStep li {
  padding: 8px;
  background: var(--color-marca3);
  border-right: 1px solid #d0d0d0;
  border-bottom: 4px solid var(--color-marca4);
  min-height: auto;
  font-size: 14px;
  color: var(--color-marca2);
  font-weight: 400;
}

.orderStep li.active {
  border-bottom: 4px solid var(--color-marca1);
  background: var(--color-marca3);
  color: var(--color-marca2);
}
.orderStep li.active:after {
  border-top-color: var(--color-marca1) !important;
}

.orderStep li > i {
  display: none;
}

.orderStep li span {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.orderStep li.active i {
  background: transparent;
  color: var(--color-marca2);
}

.orderStep li span i {
  display: block;
  position: static;
  color: var(--color-marca1);
  background: transparent;
  margin-top: 0;
  line-height: 1em;
  font-weight: 300;
}

.orderStep li.active span b {
  background: var(--color-marca1);
  color: var(--color-marca2);
}

.orderStep li span b {
  background: var(--color-marca11);
  padding: 5px 10px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  color: var(--color-marca4);
  margin-right: 5px;
}

.orderStep {
  border: 1px solid #d0d0d0;
}

.orderStep li:nth-child(3) {
  border-right: 0px;
}

/*////FIN CABECERA CARRITO////*/
/*////DETALLE DE COMPRA + CUPON////*/

.carrito .cols-grals {
  padding: 0;
}

.carrito .container.general > .row {
  margin: 0;
}

.cartFooter {
  display: none;
}

.row.detalle-pedido table#carrito tr.CartProduct .CartProductThumb img {
  width: 50px;
  max-width: 100% !important;
}

form#carrito .price {
  font-size: 13px;
  font-weight: 400;
  text-align: center;
}

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

.CartProduct .delete i:before {
  content: "\e2ae";
  font-family: "Font Awesome 6 Pro";
  text-rendering: auto;
  font-weight: 400;
}

.CartProduct .delete i,
.navbar-lateral .dropdown-menu span.caret:before {
  top: -2px;
  position: relative;
}

td.car-nombre h4 {
  text-overflow: ellipsis;
  text-wrap: nowrap;
  white-space: nowrap;
  overflow: hidden;
  font-size: 13px;
}

.CartDescription h4 a {
  font-size: 13px !important;
  line-height: normal;
}

tr.CartProduct {
  border-bottom: 1px solid #e7e9ec;
  font-weight: 400;
}

tr.CartProduct td.hidden-xs {
  color: var(--color-marca3);
}

tr.CartProduct.cartTableHeader {
  font-size: 12.5px;
}

tr.CartProduct td,
tr.CartProduct span {
  font-size: 14px;
}
td.car-precio span {
  font-size: 16px;
  font-weight: 600;
}

td.delete {
  min-width: 30px;
}

.cartMiniTable,
table:not(#cart-summary, .cartMiniTable table, #carrito),
.orderStep,
.cartContent {
  position: relative;
  border-radius: 10px !important;
  overflow: hidden;
  border: 1px solid #ddd;
  outline: 1px solid #ddd;
}
.cartContent,
table#carrito {
  border: 0;
  overflow: hidden;
}
form#carrito {
  overflow: auto !important;
}
.cartMiniTable,
.orderStep {
  outline: none;
}
table#cart-summary {
  margin: 0;
}
.couponForm .btn {
  margin: 0 !important;
}
.lista-medios-pago {
  display: flex;
  gap: 15px;
}
.lista-medios-pago li,
.opcionesTipo label {
  border-radius: 10px;
}

@media (max-width: 767px) {
  table#resumen {
    overflow: visible;
    outline: none !important;
    border: none !important;
  }
  #resumen tbody {
    border-radius: 10px !important;
    overflow: hidden !important;
    border: none !important;
    display: table;
    width: 100%;
  }
}

#leyenda_bonificacion_envio .bg-msj-rosa {
  background-color: #b8e4ca;
  color: var(--color-marca2);
  border-radius: 10px;
  text-transform: uppercase;
  font-weight: 600;
}
/*////FIN DETALLE DE COMPRA + CUPON////*/
/*////FORMA DE PAGO////*/
#total-price,
table.std.table td {
  font-size: 15px;
  font-weight: 400;
}

tr.tr_total td,
td#total-price {
  font-weight: 700 !important;
}

.lista-medios-pago li {
  background: var(--color-marca3);
  border: 1px solid #ddd;
  padding: 10px;
}
.lista-medios-pago .bordePago2,
.lista-medios-pago li:hover {
  border: 1px solid var(--color-marca5);
  background: var(--color-marca3);
}

small.forma_pago_descripcion {
  font-size: 100%;
}

small.forma_pago_descripcion span {
  line-height: 21px;
}

small.forma_pago_descripcion span a {
  margin-right: 5px;
  text-align: left;
  width: 50%;
  display: inline-block;
}

small.forma_pago_descripcion span.forma_pago_total b {
  font-size: 120%;
}

small.forma_pago_descripcion span b {
  text-align: right;
  width: 45%;
  display: inline-block;
}

.opcionesTipo img {
  height: 30px;
  margin-bottom: 10px;
}

.opcionesTipo label {
  width: 100%;
  background: var(--color-marca3);
  margin-bottom: 20px;
  border: 1px solid #ddd;
  padding: 20px;
  padding-left: 25px;
}

.opcionesTipo input {
  position: static !important;
  margin-left: 0 !important;
}

.opcionesTipo b {
  display: inline-block;
  font-size: 110%;
}

#total-price,
table.std.table td {
  font-size: 15px;
  font-weight: 400;
}

tr.tr_total td,
td#total-price {
  font-weight: 700 !important;
}

.rightSidebar div#order-detail-content .price {
  white-space: nowrap;
  font-weight: 600;
}

.cartMiniTable tr#imi td.price,
.cartMiniTable tr#iva td.price {
  font-weight: 400;
}

.cartMiniTable button {
  margin-bottom: 10px;
}

tr.bg-info td#total_con_costo {
  font-weight: 700;
}

table#cart-summary tr#total td#total-price {
  font-family: var(--tipografia-principal);
}

table#entrega,
table#resumen {
  font-family: var(--tipografia-principal);
}

div#order-detail-content tr.tr_total_pagar {
  font-weight: 600;
  background: var(--color-marca11);
}

div#order-detail-content tr.tr_total_pagar td {
  font-weight: 600;
}

button#iniciarpago {
  margin-top: 20px;
}

div#loginUsuario p a {
  text-decoration: underline;
}
div#loginUsuario .tit {
  font-weight: 700;
}
div#loginUsuario hr {
  border-color: var(--color-marca4);
  border-bottom: none;
}
/*////FIN FORMA DE PAGO////*/
/***** RESULTADO DE COMPRA *****/
div#MPApiResultado {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
div#MPApiResultado span {
  font-weight: 600;
}
div#MPApiResultado span::before {
  content: "\f06a";
  font-family: "Font Awesome 6 Pro";
  margin-right: 7px;
}
div#MPReintentar a {
  color: var(--color-marca3);
}
/***** FIN RESULTADO DE COMPRA *****/

@media (max-width: 767px) {
  .carrito .cols-grals > .row:not(.detalle-pedido) {
    margin: 0 15px;
  }
  .carrito .container.general > .row {
    margin: 0 -15px;
  }

  .orderStep li {
    display: none;
  }

  .orderStep li.active {
    width: 100%;
    display: block;
    border-right: 0px;
  }

  table#carrito {
    display: flex;
    flex-direction: column;
    overflow: auto;
    border-collapse: collapse !important;
  }

  td.car-cant input[type="number"] {
    width: 30px !important;
    height: 30px;
    font-size: 11px;
  }

  tr.CartProduct td,
  tr.CartProduct th,
  tr.CartProduct span {
    padding: 5px;
    font-size: 13px;
  }

  .CartDescription h4 a {
    font-size: 11px !important;
    line-height: 15px;
  }

  td.car-imi,
  td.car-imp {
    text-overflow: ellipsis;
    text-wrap: nowrap;
    overflow: hidden;
  }

  form#carrito .price {
    font-size: 11px;
    font-weight: 400;
    text-wrap: nowrap;
  }

  td.car-nombre .CartDescription {
    width: 100px;
  }

  td.car-nombre h4,
  td.car-nombre h4 a {
    white-space: normal;
    font-size: 10px;
    text-overflow: initial;
  }

  table#resumen {
    position: relative;
  }

  .row.userInfo {
    margin-right: -15px;
    margin-left: -15px;
  }

  form#form_envio {
    margin: 0 15px;
  }

  button#iniciarpago {
    margin-top: 15px;
  }

  table#resumen {
    position: relative;
    margin-bottom: 100px;
  }

  td#total_pedido + td {
    width: 100%;
    display: block;
    width: 100%;
    max-width: 100%;
    display: block;
    clear: both;
    position: absolute;
    bottom: calc(-100% - 0px);
    padding: 0;
    right: 0;
    left: 0;
    height: 90px;
    border: 0px;
    clear: both;
  }

  table#tabla_carrito tbody tbody tbody tr td {
    max-width: 161px;
    text-wrap-mode: wrap;
  }

  .checkout .cols-grals .row {
    margin: 0;
  }
  .checkout .cols-grals .row .col-md-12 {
    padding: 0;
  }
  .carrito .cols-grals > .row:not(.detalle-pedido) {
    margin: 0 15px;
  }
  .row.userInfo {
    margin-right: -15px !important;
    margin-left: -15px !important;
  }

  .default:not(.carrito) .seguir_superior ~ .row:not(.seguir_superior + .row) {
    margin: 0 -15px;
  }
}

/***** FIN CARRITO *****/

/***** PADDINGS SECCIONES *****/

.noticiashome0,
.noticiashome1,
.noticiashome2,
.noticiashome3,
#divlonuevo,
#divPostLonuevo,
#divofertas,
#divprodpromo {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}
.proy_promociones:empty {
  display: none;
}
.proy_promociones,
.info-destacada {
  margin-top: 35px !important;
  margin-bottom: 35px !important;
}
@media (max-width: 767px) {
  .noticiashome0,
  .noticiashome1,
  .noticiashome2,
  .noticiashome3,
  #divlonuevo,
  #divPostLonuevo,
  #divofertas,
  #divprodpromo {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
  .proy_promociones,
  .info-destacada {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
}

/***** FIN PADDINGS SECCIONES *****/

/***** FORMULARIO *****/

h5.tit_form_detalle {
  text-align: start !important;
  margin-bottom: 15px;
  padding-bottom: 0;
  font-weight: 400;
  padding-top: 15px;
  margin-top: 20px;
  text-transform: uppercase;
}

.cajam#detalle {
  background: var(--color-marca3);
  padding: 5px 25px;
  border-radius: 15px;
}

/***** FIN FORMULARIO *****/

.breadcrumb {
  margin-top: 0;
}

.product {
  border-radius: 15px;
}
.product > *:not(.image, button) {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.product .price > span {
  display: flex;
  gap: 13px;
  row-gap: 15px;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  justify-content: center;
  font-size: 25px;
}
.price * {
  white-space: nowrap;
}
.price span.espacio-blanco {
  display: none;
}
.price span{
  font-size: 100%;
  color: var(--color-marca1);
}
.price span.price-standard {
  font-size: 80%;
  color: var(--color-marca10);
}

span.leyIVA {
  color: #b22b2b !important;
}

.ley_sol_productos + form#masiva > .row {
  margin: 10px 0 0;
}

.proy_promociones {
  border-radius: 15px;
  overflow: hidden;
}

.postnovedadesrow {
  margin: 0;
}

input#boton_compra,
.btn-default,
.btn.btn-compra,
.btn-success,
.btn-danger,
.btn-primary,
.vertodos-noticias,
input#iniciarpago,
button#iniciarpago {
  background: var(--color-marca7);
  color: var(--color-marca3);
  border-radius: 6px;
}
.vertodos-noticias {
  display: block;
  width: fit-content;
  padding: 8px 20px;
  font-weight: 600;
  margin: 12px auto 0;
}

.form-group label {
  font-weight: 600;
}
.form-group .form-control,
form#registro_form input,
div#datos_pedido input,
div#datos_pedido .form-control {
  padding: 7px 12px;
  border-color: #c2c2c2;
  box-shadow: none;
  border-radius: 6px;
}

.hormigafoot h2 {
  padding: 0 20px;
}

span.ultimaact {
  width: 100%;
  text-align: center;
  background: var(--color-marca6);
  color: var(--color-marca12);
  padding: 10px 15px;
}

.datos-footer img {
  width: 100%;
  max-width: 190px;
  margin: 20px 0 30px;
}
.datos-footer ul.medios-de-pago {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
footer {
  background-color: var(--color-marca1) !important;
}
footer ul.list-inline {
  display: none;
}
