*:focus,
button.btn.btn-buscartop:focus,
button.btn.btn-buscartop:active {
  outline: none;
}
*::placeholder {
  padding-left: 4px;
}
/*******TIPOGRAFIA*******/
@import url("https://fonts.googleapis.com/css?family=Quicksand:400,600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@500;700&family=Roboto:wght@300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght,YTLC@0,6..12,200..1000,440..540;1,6..12,200..1000,440..540&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Roboto+Flex:opsz,wght,XOPQ,XTRA,YOPQ,YTDE,YTFI,YTLC,YTUC@8..144,100..1000,96,468,79,-203,738,514,712&display=swap');

/* .nunito-sans-<uniquifier > {
  font-family: "Nunito Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings: "wdth" 100, "YTLC" <lowercase height>;
} */

.roboto-flex-<uniquifier> {
  font-family: "Roboto Flex", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "slnt" 0,
    "wdth" 100,
    "GRAD" 0,
    "XOPQ" 96,
    "XTRA" 468,
    "YOPQ" 79,
    "YTAS" 750,
    "YTDE" -203,
    "YTFI" 738,
    "YTLC" 514,
    "YTUC" 712;
}

/*******FIN TIPOGRAFIA*******/
body {
  /*******COLORES*******/
  /* base */
  --fondo: #fefefe;
  --txt: #1a1a1a;
  --blanco: #fff;
  --negro: #000;
  /* paleta 1 */
  /* --p1a: #E6D5C3;
  --p1b: #C8B6A6;
  --p1c: #9F8F80; */

   /* paleta principal */
  --main: #D8A48F ;
  --main2: #9F8F80;
  --main4: #B86B4B ;
  --main3: #F2E6DC;
  --acento1: #4A6741;
  --acento2: #6B2D2D;
  --acento3: #6F7D5C;
  /*******FIN COLORES*******/
  /*******TIPOGRAFIA VARIABLE*******/
  --tipografia-principal: "Roboto Flex", sans-serif;
  /*******FIN TIPOGRAFIA VARIABLE*******/
  background: var(--fondo);
  color: var(--txt);
  padding-top: 170px;
  font-family: var(--tipografia-principal);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--txt);
  font-family: var(--tipografia-principal);
}
h6 {
  border-bottom: none;
}
h5.preguntas_clientes,
h5.recomendados,
h5.tit_form_detalle {
  border: 0px;
  font-size: 20px;
  text-align: left;
  letter-spacing: normal;
}
body.ofertas {
  padding-top: 185px;
}

/*******CUCARDAS*******/
.promotion {
  position: absolute;
  z-index: 8;
  bottom: 10px;
  left: 10px;
  top: auto;
  height: 24px;
  width: auto;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  line-height: 18px;
}

.promotion span.descuento,
.promotion span.etiq3-prod,
.promotion span.etiq4-prod,
.promotion .discount,
.promotion .new-product,
.promotion span.envio_gratis,
.promotion span.envio_gratis_todos {
  padding: 5px 10px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -moz-border-radius: 6p;
  text-transform: uppercase;
  font-family: var(--tipografia-principal);
  font-weight: 700;
  font-size: 11px;
}
.promotion .new-product,
.promotion .discount {
  height: auto;
  float: none;
  display: initial;
}
.promotion .new-product {
    color: var(--fondo);
    background: var(--acento1) !important;
}
.promotion .discount {
  background: #b00;
  color: var(--fondo);
}
.promotion span.descuento {
  color: var(--color-marca7);
  background-color: var(--color-marca8);
}

.promotion span.etiq3-prod {
    background: var(--acento3);
    color: var(--fondo);
}
.promotion span.etiq4-prod {
  background: var(--acento3);
  color: var(--fondo);
}
.promotion span.envio_gratis,
.promotion span.envio_gratis_todos {
  display: inline;
  width: initial;
  position: static;
  margin: 5px 0;
  background: var(--color-marca9);
  color: var(--fondo);
}
.promotion span.envio_gratis i,
.promotion span.envio_gratis_todos i {
  margin-right: 5px;
}
body.productos .promotion span.descuento,
body.productos .promotion span.etiq3-prod,
body.productos .promotion span.etiq4-prod,
body.productos .promotion .discount,
body.productos .promotion .new-product,
body.productos .promotion span.envio_gratis,
body.productos .promotion span.envio_gratis_todos {
  padding: 5px;
  font-size: 10px;
}

div#detalle .promotion {
  top: 20px;
  bottom: auto;
}

div#detalle .promotion span.descuento,
div#detalle .promotion span.etiq3-prod,
div#detalle .promotion span.etiq4-prod,
div#detalle .promotion .discount,
div#detalle .promotion .new-product,
div#detalle .promotion span.envio_gratis,
div#detalle .promotion span.envio_gratis_todos {
  font-size: 13px;
}
/*******FIN CUCARDAS*******/
/*******TOP-BAR*******/
header#header {
  z-index: 100;
}
.top-bar {
  background: var(--main2);
  border: none;
}
span.destaca {
    color: var(--fondo);
}
/*////BUSCADOR////*/
.top-bar .search {
  position: absolute;
  right: 22%;
  top: 60px;
  z-index: 99;
}
.top-bar .search-fixed {
  position: fixed;
  top: 20px;
  right: 25%;
}
.top-bar .search input.search-form {
  border: 1px solid #ccc;
}
.top-bar .search div#autocompletar {
  width: initial;
}
.top-bar .search input.search-form,
.top-bar .search input.search-form:hover,
.top-bar .search input.search-form:focus {
  width: 600px;
}
/*////FIN BUSCADOR////*/
/*////SOCIAL-REDES////*/
ul.social-share {
  text-align: center;
  padding: 1% 0;
  position: fixed;
  top: 40%;
  right: 0;
  height: auto;
  width: 35px;
  z-index: 10;
  background: var(--color-marca1);
  border-radius: 20px 0 0 20px;
  -webkit-border-radius: 20px 0 0 20px;
  -moz-border-radius: 20px 0 0 20px;
  display: none;
}
.fa-twitter:before {
  content: "\e61b" !important;
}
/*////FIN SOCIAL-REDES////*/
ul#menutop {
  margin-bottom: 0;
}
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 {
  color: var(--fondo);
}
ul#menutop li a:hover,
ul.social-share li a:hover {
  color: var(--fondo);
}
#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;
}
.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;
}
/*////COTIZACION TOP-BAR Y MENU////*/
.top-bar .cotizacion {
  float: left;
  padding: 3px 10px;
  color: var(--color-marca7);
  background-color: rgb(202 225 248);
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  font-weight: 700;
  margin-right: 10px;
  margin-top: 2px;
  display: none;
}

.top-bar .cotizacion span.leyenda_cotizacion,
.caja_func_sup .cotizacion span.leyenda_cotizacion {
  margin-right: 5px;
  font-weight: 400;
}
.caja_func_sup .cotizacion {
  text-align: right;
  color: var(--color-marca7);
  font-weight: 700;
  line-height: normal;
  display: none;
}
/*////FIN COTIZACION TOP-BAR Y MENU////*/
/*******LEYENDA GENERAL TOP*******/
div#leyenda_gral_top {
  position: absolute;
  z-index: 100;
  display: flex;
  top: -13px;
  height: 3em;
  overflow: hidden;
  text-align: center;
  left: 45%;
}

#leyenda_gral_top h3.item-1 {
  font-size: 100%;
}
.telefono {
  position: absolute;
  right: 6%;
  top: -40px;
  z-index: 99;
  background: var(--main4);
  padding: 8px 20px;
  border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
}

.telefono i {
  margin-right: 10px;
}

.telefono h3.item-1 {
  margin-top: 5px;
}
.telefono h3.item-1 a {
  color: var(--fondo);
}
.navbar-fixed-top .telefono {
  display: none;
}
/*******FIN TOP-BAR*******/

/*******MENU*******/

.navbar-header {
  padding-top: 0;
}
.navbar-default {
  box-shadow: none;
}
nav#navbar-sidebar {
  background: var(--fondo);
}
div#navbar-menu-superior a.primero.has-submenu i {
  color: var(--txt);
  font-weight: 700;
  margin-right: 5px;
}
.navbar-fixed-top .navbar-collapse {
  padding: 0 15px;
}
.navbar-default .navbar-nav > li > a {
  font-weight: 700;
  color: var(--txt);
  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;
  color: var(--fondo);
}
.navbar-default .navbar-nav > li > a span.caret {
  background: no-repeat;
  padding: 0;
  border-radius: 0px;
}
.dropdown-menu {
  background: var(--fondo);
  border-radius: 7px;
}
.dropdown-menu > li > a {
  padding: 5px 20px;
  color: var(--txt);
  text-transform: uppercase;
  /* border-left: 4px solid var(--fondo); */
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  background: var(--main3);
  color: var(--txt);
  /* 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(--txt);
}

.navbar-nav.sm-collapsible .caret:before {
  font-size: 20px !important;
}
.navbar-nav.sm-collapsible ul .dropdown-menu > li > a,
.navbar-nav.sm-collapsible ul .dropdown-menu .dropdown-header {
  padding-left: 0px !important;
}
.navbar-default .navbar-nav > li > a:hover {
  color: var(--main2);
}
.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(--main3) !important;
  /* color: var(--fondo); */
}
/*////LOGIN Y CARRITO MENU////*/
.caja_func_sup {
  margin-top: 13px;
  margin-top: 25px;
}

.caja_func_sup,
.caja_func_sup a {
  color: var(--txt);
}
.caja_func_sup span#nombre_usuario {
  display: none;
}
.caja_func_sup.estaLogueado span#nombre_usuario {
  display: initial;
  max-width: 100px;
  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(--txt);
}
/*////FIN LOGIN Y CARRITO MENU////*/
.socialIcon.pull-right {
  display: none;
}
nav#navbar-sidebar ul.nav.navbar-nav.navbar-left.sm-vertical li a:hover {
  color: var(--txt);
}
div#datos_pedido .provincia {
  clear: both;
}
#total-price,
table.std.table td {
  font-size: 15px;
  font-weight: 400;
}
form#registro_form .form-group.col-md-8.has-feedback {
  clear: both;
}
.navbar-lateral .ley_cate_lateral_xs {
  font-family: var(--tipografia-principal);
  padding: 20px 15px;
  display: block;
  padding-bottom: 10px;
  color: var(--txt);
}
.menu-info {
  position: absolute;
  width: 100%;
  background: var(--fondo);
  left: 0;
  top: 95%;
  padding-left: 5%;
}

.navbar-default .navbar-nav .dropdown-menu a:after,
nav#navbar-sidebar .navbar-nav > li a:after {
  display: none;
}
/*******FIN MENU*******/
i.fa.fa-instagram {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
  content: "\f16d";
}
div.boton_arrepentimiento {
  text-align: center;
  margin-bottom: 25px;
  display: none;
}
ul.subcate {
  padding-left: 0px;
   margin-left: 0;
}
ul.subcate li {
  display: inline-block;
  padding: 10px 0;
}
ul.subcate li {
  float: left;
  padding: 0px;
  margin: 5px;
  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;
  display: none;
}

form#top-buscar {
  width: 450px;
  margin-top: 0;
  position: absolute;
  top: -55px;
  left: 28%;
}

.btn-buscartop {
  background: transparent;
}

ul.nav.navbar-nav {
  margin-left: 0;
  margin-top: 0px;
  border-top: 1px solid #ccc;
  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;
}
.slick-next:before {
  content: "\f054";
}

.slick-prev:before {
  content: "\f053";
}

.slick-prev:before,
.slick-next:before {
  color: transparent;
}

.imageShowCase.slides_ofertas_t.slick-initialized.slick-slider:hover
  .slick-prev:before,
.imageShowCase.slides_ofertas_t.slick-initialized.slick-slider:hover
  .slick-next:before {
  color: var(--fondo);
}
div#slides_ofertas_t .slick-slide img {
  display: block;
  height: 100%;
  object-fit: fill;
  width: 100%;
}
.slick-dots li button:before {
  display: none !important;
}
.slick-prev {
  left: 15px;
}
.slick-next {
  right: 15px;
}
.content_marcas .verprod {
  background: var(--color-marca1);
  display: block;
  color: var(--fondo);
}

.content_marcas .verprod a {
  color: var(--txt);
  padding: 5px 10px;
  display: block;
}
a.btn.btn-primary.btn-whatsapp {
  padding: 8px 20px;
  font-size: 13px;
}
a.btn.btn-primary.btn-whatsapp i {
  margin-right: 5px;
}
body.detalle div#detalle a.btn.btn-primary.btn-whatsapp {
  padding: 12px 35px;
  font-size: 14px;
}
/***** DETALLE DE CONTENIDO *****/
div#detalle .post-lead-image img {
  float: left;
  margin-right: 20px;
  max-width: 600px;
}

div#detalle {
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  margin-right: 0;
}
/***** HOME *****/
.ofertas .container.general,
.navbar-default .container,
.container.menu_pie,
body.productos .container.general,
.top-bar .container {
  width: 90%;
  margin: 0 auto;
}

.container.datos-footer {
  width: 90%;
}
.ofertas .container.general {
  margin-top: 0;
}
.container.general {
  margin-top: 3%;
}
.style2 .title-sol:after,
.title-sol-style2:after,
.title-sol.style2:after {
  display: none;
}
.style2 .title-sol span,
.title-sol.style2 span {
  font-family: var(--tipografia-principal);
  color: var(--color-marca4);
  display: initial;
  padding: 0;
}
.product:hover {
  background: var(--fondo);
}
.featuredImgLook2 .inner:hover,
.product:hover {
  border: 1px solid var(--txt);
}
.price-standard {
  color: var(--color-marca1);
  font-size: 90%;
}
.price-sales {
  color: var(--txt);
}
.price {
  margin-bottom: 5%;
  font-weight: 700;
  font-family: var(--tipografia-principal);
}
.spot_ofertas_sup a {
  float: left;
  max-width: 50%;
}

.spot_ofertas_sup a:nth-child(1) {
  padding-right: 5px;
}

.spot_ofertas_sup a:nth-child(2) {
  padding-left: 5px;
}

.spot_ofertas_sup {
  padding: 40px 0;
}
.spot_ofertas_sup a img {
  -webkit-border-radius: 16px;
  border-radius: 16px;
  -moz-border-radius: 16px;
}
.spot_ofertas_inf img {
  width: 50%;
  margin-top: 3%;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  -moz-border-radius: 16px;
}
p.iva {
  background: #f0f0f0;
}
p.iva iframe {
  display: none;
}

body.ofertas p.iva iframe {
  display: block;
}
.spot_ofertas_inf .img-responsive {
  float: left;
  width: 33.33333333%;
  border: 4px solid var(--fondo);
}
.datos-footer {
  padding: 1% 0;
}
.datos-footer h1,
.datos-footer .footer-top h4 {
  font-size: 16px;
  color: #444;
}
.datos-footer h2 {
  font-family: "Fredoka One", cursive;
  font-size: 33px;
  color: #ff1300;
}
.datos-footer .redes li a {
  font-size: 28px;
  color: #ff1300;
  margin-right: 5px;
}
.datos-footer h2 a {
  color: #ff1300;
}
.datos-footer li {
  padding: 5px 0;
}
.datos-footer .redes li {
  display: inline-block;
}
.datos-footer2 img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}

.datos-footer2 {
  background: #f1f1f1;
  padding: 20px 0;
  color: #666666;
  font-size: 12px;
  line-height: 14px;
}
.datos-footer .footer-top {
  border-bottom: 1px solid rgb(218 218 218 / 35%);
  padding: 20px 15px;
  padding-top: 0px;
}
.datos-footer .footer-top .pie2 {
  border-top: 1px solid #ccc;
  margin-top: 20px;
}
.datos-footer .footer-top hr {
  width: 30px;
  margin: 15px 0;
}
.datos-footer .footer-top h3,
.datos-footer .footer-top p {
  margin: 0;
}
.datos-footer .footer-top h3,
.datos-footer h1,
.datos-footer .footer-top h4 {
color: var(--blanco);
}
.datos-footer .footer-top .col-md-3 {
  text-align: left;
}
.datos-footer .redes-sociales a {
  padding: 8px 12px;
  background: var(--acento2);
  color: var(--fondo);
  border-radius: 50%;
  font-size: 17px;
  margin-right: 5px;
  width: 40px;
  display: inline-block;
  text-align: center;
  height: 40px;
  line-height: 24px;
}

.datos-footer .redes-sociales a:hover {
  background: var(--main2);
  color: var(--fondo);
}
.datos-footer ul.list-inline.redes-sociales {
    margin-left: 0;
    margin-top: 10px;
    display: flex;
    justify-content: space-evenly;
    border-top: 1px solid #999;
    padding-top: 10px;
}
p.datos_pie {
  margin-top: 30px;
}
/***** PROYECTOR DE SCROLL *****/
.scroll_inf,
.scroll_sup {
  width: 90%;
  padding: 10px 0;
}

.scroll_inf.container .row,
.scroll_sup.container .row {
  margin: 0;
}

.scroll_inf.container .slick-slide img,
.scroll_sup.container .slick-slide img {
  padding: 0 15px;
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
}

.scroll_inf.container .slick-slide img:hover,
.scroll_sup.container .slick-slide img:hover {
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
}

.scroll_inf.container .control,
.scroll_sup.container .control {
  display: block;
}

.scroll_inf.container .control,
.scroll_sup.container .control {
  position: relative;
  display: block;
}

.scroll_inf.container .control a#nextBrand,
.scroll_sup.container .control a#nextBrand {
  right: 0;
}

.scroll_inf.container .control a#prevBrand,
.scroll_sup.container .control a#prevBrand {
  left: 0;
}

.scroll_inf.container .control a#prevBrand,
.scroll_inf.container .control a#nextBrand,
.scroll_sup.container .control a#prevBrand,
.scroll_sup.container .control a#nextBrand {
  position: absolute;
  top: 20px;
}

.scroll_inf.container
  ul.no-margin.brand-carousel.slick-initialized.slick-slider,
.scroll_sup.container
  ul.no-margin.brand-carousel.slick-initialized.slick-slider {
  margin: 0 30px;
}
/***** FIN PROYECTOR DE SCROLL *****/
.ley_gral_top1 .destacado-slider {
  background: var(--acento2);
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  padding: 10px 0;
}

.ley_gral_top1 .destacado-slider .destaca {
  display: inline-block;
  animation: moverTexto 30s linear infinite;
  display: block;
}

@keyframes moverTexto {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
.ley_gral_top1 .destacado-slider h3 {
  margin: 0;
}
.product-title {
  font-size: 20px;
  color: #4f4f4f;
}
.financiacion {
  color: #333;
  margin: 10px 0;
  font-weight: 300;
  font-size: 13px;
  font-family: var(--tipografia-principal);
}
.financiacion span.cuotas {
  font-weight: 700;
}
.detalle .detalle_producto .financiacion {
  font-size: 14px;
}
.favButton {
  color: var(--txt);
}
.favButton.favCaja {
  padding-right: 20px;
  padding-top: 20px;
}
.favButton.favCaja:hover {
  font-size: 25px;
  padding-right: 20px;
  padding-top: 20px;
  color: var(--color-marca1);
}
.favButton.favDetalle:hover,
.favButton.activo {
  color: var(--color-marca1);
}
.favButton.favLista:hover {
  font-size: 25px;
  color: #4e4e4e;
}
.avisoStockButton {
  color: var(--txt);
}

span.avisoStockButton.favCaja {
  margin-top: 15px;
  margin-right: 45px;
  left: 30px;
}
.avisoStockButton.favCaja:hover,
.favButton.favCaja:hover {
  font-size: 25px;
  color: var(--color-marca1);
}
a.favoritos_top {
  float: left;
  color: var(--color-marca1);
  margin-right: 10px;
}
a.favoritos_top i.far.fa-heart {
  font-size: 20px;
  color: var(--fondo);
}
span#nombre_usuario strong {
  font-weight: 400;
}
input#n_ped_sel {
  margin-right: 10px;
}

.destacados {
  padding: 50px 0;
}
.destacados {
  padding: 50px 0;
}
.destacados .imagen {
  background: #f0f0f0;
  border-radius: 50%;
  height: 160px;
  margin: 0 auto;
}
.destacados .imagen img {
  width: 100px;
  margin: 0 auto;
  padding: 25px 0;
}
span.container.leyenda_slide {
  position: absolute;
}
span.container.leyenda_slide h2 {
  margin-top: 20%;
  font-size: 30px;
  color: var(--fondo);
  padding-left: 20%;
}
span.container.leyenda_slide h1 {
  margin-top: 10px;
  color: var(--fondo);
  padding-left: 20%;
}
.slick-dots {
  position: absolute;
  bottom: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  z-index: 8;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  padding: 0;
  border-radius: 0;
  cursor: pointer;
  background: var(--negro);
}

.newsletter a.btn.btn-primary.btn-arrepentimiento {
  background: var(--txt);
  font-size: 13px;
}
.newsletter {
  margin-top: 20px;
}
div#divofertas {
  clear: both;
  padding: 40px 0;
}
h5.title-sol.style2.solofertas {
  clear: both;
}
.title-sol-style2,
.title-sol.style2 {
  position: relative;
  font-size: 22px;
  font-weight: 700;
}
footer {
  /* background: linear-gradient(180deg,rgba(0, 0, 0, 1) 0%, rgba(26, 26, 26, 1) 100%); */
  /* background: linear-gradient(180deg,rgba(0, 0, 0, 1) 0%, rgba(40, 56, 35, 1) 100%); */
  background: linear-gradient(180deg, #4a3a2f 0%, #2f241d 100%);
  padding: 10px 0;
  text-align: center;
}
/***** 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;
}
.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) {
  body .item.list-view {
    padding: 0;
  }
  .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 *****/
/***** FILTROS *****/
h4.panel-title.panel-title-filtros {
  padding-right: 0px;
}
h4.panel-title.panel-title-filtros {
  background: transparent;
  padding: 12px 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  padding-left: 20px;
  border: 1px solid var(--txt);
  color: var(--txt);
}
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: 10px;
  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(--txt);
  -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;
}
div#Colores,
div#Colores ul,
div#Talles ul {
  margin-left: 10px;
}

div#Colores ul li img {
  border-radius: 50%;
}

div#Colores ul li {
  width: inherit;
}

div#Talles ul li {
  width: 50%;
}
/***** CONTENIDOS *****/
.product h3.leyendaConStock,
.product h3.leyendaSinStock,
.product h4,
.product .price,
.product .financiacion,
small.art_cod_precios {
  padding: 0 20px;
}
.product .description {
  /* border-top: 1px solid rgba(51, 51, 51, 0.1); */
  padding-top: 20px;
  text-align: center;
}
.product h4, .product h4 a {
    color: var(--txt);
    text-decoration: none;
    font-size: 16px;
    text-transform: none;
    font-weight: 600;
    font-family: var(--tipografia-principal);
    line-height: normal;
}
.product .image a img {
  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;
}
.product .image a img:hover {
  transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  -webkit-transform: scale(1.05);
}
.product .image {
  overflow: hidden;
  height: auto !important;
}

.product {
    padding-bottom: 0px;
    padding: 0 10px;
    border: 0px;
    border: 1px solid transparent;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 20px;
    border-radius: 7px;
    box-shadow: 0 0 5px #ccc;
}
.product {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
}
.container-boton-agregar-cantidad {
    display: flex;
    align-items: center;
    gap: .75rem;
    flex-wrap: wrap;
    justify-content: center;
}
/***** SEMAFORO *****/
.semaf_amarillo,
.semaf_rojo,
.semaf_verde {
  margin: 0 20px;
}
/***** PRECIOS *****/
.price-standard {
  color: var(--txt);
  font-weight: 400;
  padding-bottom: 10px;
}
.price-sales {
  font-weight: 400;
  color: var(--color-marca7);
  font-size: 100%;
}
.price {
  margin-bottom: 5%;
  font-weight: 400;
  font-size: 120%;
  text-align: left;
}
/***** FIN PRECIOS *****/
/***** CARRITO *****/
/*////CABECERA CARRITO////*/
.orderStep li {
    padding: 8px;
    background: var(--main3);
    border-right: 1px solid #d0d0d0;
    border-bottom: 4px solid var(--acento2);
    min-height: auto;
    font-size: 14px;
    color: var(--txt);
    font-weight: 400;
    display: none;
}
.orderStep li.active {
    border-bottom: 4px solid var(--acento2);
    background: var(--main3);
    color: var(--txt);
    display: block;
    width: 100%;
}
.orderStep li i {
  display: none;
}
.orderStep li.active:after {
  border-top-color: var(--color-marca1) !important;
}
.orderStep li.active span b {
  background: var(--color-marca1);
  color: var(--txt);
}

.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;
  margin-left: 0;
}

.orderStep li:nth-child(3) {
  border-right: 0px;
}
/*////FIN CABECERA CARRITO////*/
/*////DETALLE DE COMPRA + CUPON////*/
.row.detalle-pedido table#carrito tr.CartProduct .CartProductThumb img {
  width: 50px;
  max-width: 100% !important;
}
form#carrito .price {
  font-size: 13px;
  font-weight: 400;
}
.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(--fondo);
}
tr.CartProduct.cartTableHeader {
  font-size: 12.5px;
}
/*////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;
}
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 {
  margin-bottom: 20px;
  border: 1px solid #ddd;
  padding: 20px;
  padding-left: 25px;
}

.opcionesTipo b {
  display: 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;
}
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;
}
/*////FIN FORMA DE PAGO////*/
/***** FIN CARRITO *****/
.featuredImgLook2 .inner:hover,
.product:hover {
  border: 1px solid var(--fondo);
  -webkit-box-shadow: 0px 0px 5px rgb(0 0 0 / 21%);
  box-shadow: 0px 0px 5px rgb(0 0 0 / 21%);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.21);
}
.product .description {
  border-top: 1px solid rgba(51, 51, 51, 0.1);
  padding-top: 20px;
}
.medios-pago i {
  padding: 20px;
  font-size: 30px;
  background: var(--color-marca1);
  color: var(--fondo);
  border-radius: 50%;
}
body.default h1.titulo {
  text-align: center;
  font-size: 20px;
}
.medios-pago {
  margin-top: 20px;
}
.cajasnove .mas_nov a {
  color: var(--fondo);
}
.breadcrumb {
  background: var(--blanco);
}
input#cantidad {
  width: 80px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -moz-border-radius: 6px;
}
.productFilter {
  border-top: 0;
}
.cart-actions {
  border-bottom: 0;
}
.stButton {
  background: #f0f0f0;
}
.stButton:after {
  color: var(--fondo) !important;
}
.socialIcon a {
  background: #f0f0f0 !important;
  color: var(--fondo) !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(--txt);
}
.nav-tabs {
  border-bottom: 3px solid var(--txt);
}
.nav-tabs li a {
  font-family: var(--tipografia-principal);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.3px;
}
.modal-header-primary {
  background: var(--fondo);
  padding: 5px;
}
h3.leyendaConStock:before,
.product h3.leyendaConStock:before {
  color: #14d685;
}
form#reg .row .form-group.col-md-4 {
  width: 50%;
}
.modal-body {
  font-size: 14px;
}
.modal-prod-agregado-container h5 {
  padding: 10px;
  margin: 0 !important;
  text-align: center;
}
.modal span#nombre_prod_alert {
  color: var(--negro);
}

.cartFooter,
.cartTableHeader,
tr.CartProduct,
.cartMiniTable,
table#entrega,
table#resumen {
  background: var(--fondo);
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background: var(--acento1);
  border: 0;
}

.navbar-lateral .ley_cate_lateral_xs {
  font-family: Calibri, sans-serif;
  font-size: 16px;
  font-weight: 600;
}
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: var(--blanco);
}
.content_marcas {
  margin: 2% 0;
}
.financiacion {
  color: var(--color-marca12);
  font-weight: 500;
}
.detalle .detalle_producto .financiacion br {
  display: none;
}

.modal-header-primary h5 {
  color: var(--negro);
  font-weight: 400;
  font-size: 16px !important;
  letter-spacing: 0;
}
/***** TALLE / COLOR *****/
.swatches li img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  height: 30px;
  width: 30px;
  margin-top: 3.5px;
}
.swatches.talle li {
    border: 1px solid var(--acento1);
    background: transparent;
    align-content: center;
}
.swatches li
{
border: 1px solid var(--acento1);
border-radius: 50%;
width: 40px;
height: 40px;
box-shadow: none;
}
.swatches li:hover,
.swatches .selected {
  box-shadow: none;
  border: 1px solid var(--acento2);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.swatches .selected {
  border: 1px solid var(--txt);
}
.swatches .selected:after {
  height: 33px;
  width: 33px;
  font-size: 120%;
  color: var(--txt);
}
/***** INPUT CANTIDAD *****/
input.input.cantidades_listado {
  width: 80px;
  margin-left: 20px;
  margin-right: 10px;
  text-align: center;
}
/***** BOTONES *****/
input#boton_compra,
.btn-default,
.btn.btn-compra,
.btn-success,
.btn-danger,
.btn-primary,
input#iniciarpago,
input.cargarViejos.foco,
input.descartarViejos {
  background: var(--color-marca1);
  color: var(--fondo);
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
}
div#order-detail-content a.btn.btn-default.btn-lg.btn-block {
  width: 300px;
  float: right;
  margin-top: 10px;
  margin-right: 10px;
  font-size: 14px;
}
input#boton_compra:hover,
.btn-default:hover,
.btn.btn-compra:hover,
.btn-success:hover,
.btn-danger:hover,
.btn-primary:hover,
input#iniciarpago:hover,
input.cargarViejos.foco:hover,
input.descartarViejos:hover {
    background: var(--main2);
    color: var(--fondo);
}
input#boton_compra {
  position: absolute;
  left: 20%;
  top: 25%;
  border: 0;
}
.product button.btn.btn-primary.btn-compra {
  margin: 0 20px;
}
input.cargarViejos.foco,
input.descartarViejos,
input#boton_compra,
.btn-default,
.btn.btn-compra,
.btn-success,
.btn-danger,
.btn-primary,
input#iniciarpago,
button#iniciarpago,
input#boton_datos {
    background-color: var(--acento2);
    border: 0px;
    padding: 8px 16px;
    background-size: 200% auto;
    text-transform: uppercase;
    color: var(--fondo);
    transition: 0.5s;
    -webkit-border-radius: 25px;
    border-radius: 25px !important;
    -moz-border-radius: 25px;
}
a.fa.btn_red_soc.btn_red_soc_go.fa-google.popfb {
  background-color: #ea4335 !important;
}
a.fa.btn_red_soc.btn_red_soc_fb.fa-facebook.popfb {
  background: #1877f2 !important;
}
a.fa.btn_red_soc.btn_red_soc_fb.fa-facebook.popfb,
a.fa.btn_red_soc.btn_red_soc_go.fa-google.popfb {
  width: 100% !important;
  opacity: 9 !important;
  padding: 8px 16px !important;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -moz-border-radius: 6px;
}
a.popolvido,
a.popregistrar {
  opacity: 9;
}
/***** FIN BOTONES *****/
span.marca_span {
  background: var(--color-marca1);
  color: white;
  display: inline-block;
  padding: 5px 8px;
  font-size: 90%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: top;
  border-radius: 2px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
div#order-detail-content button.col-lg-4.btn.btn-default {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.row.detalle-pedido .col-lg-9.col-md-9.col-sm-7,
.row.detalle-pedido .col-lg-3.col-md-3.col-sm-5.rightSidebar {
  width: 100%;
}
table#cart-summary {
  margin-bottom: 0px;
}
tr.CartProduct td.car-cant input {
  width: 80px !important;
}
.datos-footer .footer-top img {
  margin-top: 20px;
}
.datos-footer .footer-top li.data-fiscal img {
  margin-top: 0;
}
.container.datos-footer .footer-top .list-inline li a {
  font-size: 21px;
  padding: 10px 5px;
}

div#boton_comparar a:hover {
  color: white;
}
a#quitarTodosComparativa:hover {
  color: #6e82ff !important;
}
.destacados h3 {
  font-family: var(--tipografia-principal);
  font-weight: 700;
  font-size: 110%;
}

.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;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}
input.form-control.in_seguridad.pull-left {
  width: 100px !important;
}
.seguir_superior,
.seguir_inferior {
  display: none;
}
#navbar-sidebar .navbar-left {
  box-shadow: none;
}
/*****Leyenda General Ofertas Central 1*****/
section.info-destacada {
  background: var(--color-marca11);
  margin-top: 20px;
  padding: 15px 0;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  -moz-border-radius: 16p;
}

section.info-destacada .info-sup .media-body h2 {
  text-transform: uppercase;
  font-size: 120%;
  margin-bottom: 0px;
}
section.info-destacada .info-sup:hover .media-body h2 {
  letter-spacing: 0.8px;
  color: var(--color-marca4);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
section.info-destacada .info-sup .media-left i {
  font-size: 3.5rem;
  color: var(--color-marca1);
}

section.info-destacada .info-sup .media-left {
  vertical-align: middle;
  padding-left: 8px;
}

section.info-destacada .info-sup .media-body {
  border-right: 1px solid var(--color-marca4);
}

section.info-destacada .info-sup:nth-child(4) .media-body {
  border-right: 0px;
}

/***** FIN Leyenda General Ofertas Central 1*****/

/***** NOTAS HOME O *****/
.row.noticiashome0,
.container-fluid.noticiashome0 {
  background: var(--color-marca11);
  text-align: center;
}
.container-fluid.noticiashome0 .cajasnove,
.row.noticiashome0 .cajasnove,
.spot_ofertas_sup a img,
.spot_ofertas_inf img,
.row.noticiashome2 .cajasnove {
  transform: translateY(0);
  transition: transform 0.2s cubic-bezier(0.65, 0.05, 0.36, 1);
}
.container-fluid.noticiashome0 .cajasnove:hover,
.row.noticiashome0 .cajasnove:hover,
.spot_ofertas_sup a img:hover,
.spot_ofertas_inf img:hover,
.row.noticiashome2 .cajasnove:hover {
  transform: translateY(-4px);
}
.row.noticiashome0 h5.title-sol.style2.solnuevo.solnoticias,
.row.noticiashome0-titproy {
  display: none;
}
.row.noticiashome0 .cajasnove img,
.noticiashome0 div#notas_oferta_0 .cajasnove img {
  width: 100%;
  max-width: 160px;
  border-radius: 50%;
  margin: 0 auto;
  background-color: var(--fondo);
  transition: background-color 0.5s;
  padding: 20px;
}
.noticiashome0 div#notas_oferta_0 .cajasnove img {
  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;
}
.row.noticiashome0 .cajasnove h4,
.noticiashome0 div#notas_oferta_0 .cajasnove h4 {
  position: absolute;
  bottom: -30px;
  text-align: center;
  margin: 0 auto;
  right: 0;
  left: 0;
}
.noticiashome0 div#notas_oferta_0 .cajasnove h4 {
  font-size: 120%;
}
.row.noticiashome0 .noticiashome0-row.row a.btn.btn-default.btn-vernota,
.noticiashome0 div#notas_oferta_0 a.btn.btn-default.btn-vernota {
  display: none;
}
.row.noticiashome0 .noticiashome0-row.row,
.noticiashome0 div#notas_oferta_0 {
  width: 90%;
  margin: 0 auto;
  padding: 30px 0;
}
/***** FIN NOTAS HOME O *****/

/***** NOTAS HOME 1 *****/
.row.noticiashome1 .noticiashome1-row.row {
  margin: 0;
}
.row.noticiashome1 .cajasnove {
  box-shadow: rgba(40, 41, 61, 0.04) 0px 1px 2px,
    rgba(96, 97, 112, 0.16) 0px 2px 4px;
  display: flex;
  flex-direction: column;
  padding: 10px;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  -moz-border-radius: 16px;
  margin: 15px 10px;
  width: 23%;
  transform: translateY(0);
  transition: transform 0.2s cubic-bezier(0.65, 0.05, 0.36, 1);
}
.row.noticiashome1 .cajasnove:hover {
  transform: translateY(-4px);
}

.row.noticiashome1 .cajasnove h4 {
  order: 1;
  text-align: center;
  font-size: 120%;
}
.row.noticiashome1 .cajasnove h4 a {
  color: var(--txt);
}

.row.noticiashome1 .cajasnove h4 a.btn.btn-default.btn-vernota {
  order: 3;
}

.row.noticiashome1 .cajasnove a.btn.btn-default.btn-vernota {
  order: 3;
  background: none;
  color: var(--color-marca1);
  border-color: transparent;
  box-shadow: none;
  padding: 0;
}

.row.noticiashome1 .cajasnove img {
  margin: 0 auto;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  -moz-border-radius: 16px;
}
/***** FIN NOTAS HOME 1 *****/

/***** NOTAS HOME 2 *****/
.noticiashome2-row.row {
  margin: 0;
}
.row.noticiashome2 h5.title-sol.style2.solnuevo.solnoticias {
  display: none;
}

.row.noticiashome2 .cajasnove a.btn.btn-default.btn-vernota {
  position: absolute;
  right: 40px;
  bottom: 30px;
}

.row.noticiashome2 .cajasnove h4 {
  position: absolute;
  right: 40px;
  top: 20px;
  z-index: 9;
}
.row.noticiashome2 .cajasnove h4 a {
  color: #1c304e;
}
.row.noticiashome2 .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;
}
.row.noticiashome2 .cajasnove:hover img,
.noticiashome0 div#notas_oferta_0 .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);
}
/***** FIN NOTAS HOME 2 *****/

/***** NOTAS HOME 3 *****/
.container-fluid.noticiashome3 h2.titproyhome,
.row.noticiashome3 h5.title-sol.style2.solnuevo.solnoticias {
  text-align: center;
}
.container-fluid.noticiashome3 .cajasnove .des_nov,
.row.noticiashome3 .noticiashome3-row.row .cajasnove .des_nov {
  background: var(--color-marca11);
  padding: 15px;
  overflow: hidden;
  opacity: 0;
  position: absolute;
  bottom: 0;
  font-weight: 400;
  font-size: 15px;
  line-height: 21px;
  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 0;
  transform: scale(1.005);
  -moz-transform: scale(1.005);
  -ms-transform: scale(1.005);
  -o-transform: scale(1.005);
  -webkit-transform: scale(1.005);
}
.container-fluid.noticiashome3 .owl-item:hover .des_nov,
.row.noticiashome3 .noticiashome3-row.row .cajasnove:hover .des_nov {
  opacity: 1;
  visibility: visible;
  bottom: 10px;
  right: 0;
  left: 0;
}
.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 {
  padding: 10px;
  text-align: center;
}
.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);
}
/***** FIN NOTAS HOME 3 *****/

#divPostLonuevo {
  clear: both;
  padding: 40px 0;
}

.owl-carousel .owl-wrapper {
  padding-bottom: 40px;
  padding-top: 10px;
}

/***** DETALLE DE PRODUCTO *****/
.breadcrumb > li.bread-volver,
.breadcrumb > li.bread-vertodos,
.breadcrumb > li.bread-imprimir {
  display: none;
}
.detalle-form,
.panel-default > .panel-heading {
  border-top: 4px solid var(--color-marca1);
}
body.detalle .detalle_producto {
  border: 1px solid rgb(218, 218, 218);
  padding: 20px 30px;
  border-radius: 8px;
}
body.detalle .detalle_producto .marca_imagen {
  display: inline-block;
}
.marca_imagen img {
  display: inline-block;
  height: 50px;
  max-width: 70px;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover {
  border-bottom: 4px solid var(--color-marca7);
  background: none;
  color: #555 !important;
}
.nav-tabs > li:hover > a {
  color: var(--txt) !important;
  border-bottom: 4px solid var(--color-marca4) !important;
}
.nav-tabs > li.active > a:focus,
.nav-tabs > li:hover > a {
  border-bottom: 4px solid var(--fondo);
  background: none;
}
.nav-tabs {
  margin-bottom: 20px;
  border-bottom: 1px solid #bfc9ca;
}
.fila_cuotas_tarjeta_detalle {
  padding: 5px 10px;
}
#detalle .details-description {
  border: 0;
  font-size: 16px;
  line-height: 22px;
  color: var(--txt);
}
.secciones h5 {
  font-size: 140%;
  margin-top: 30px;
}

.secciones {
  padding: 30px 0;
}

.secciones .descripcion {
  font-size: 16px;
  line-height: 22px;
  color: var(--txt);
}

.secciones img {
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}
.secciones .seccion1,
.secciones .seccion2,
.secciones .seccion3,
.secciones .seccion4,
.secciones .seccion5 {
  margin: 30px 0;
  margin-bottom: 50px;
}
.cuadro_cuotas {
  border: 1px solid rgb(218, 218, 218);
  margin: 10px 0px;
  margin-top: 0px;
  padding: 10px;
  padding-bottom: 25px;
  border-radius: 8px;
}
.div_ver_cuotas_todas {
  margin-top: 20px;
}
a.ver_cuotas_todas {
  padding: 8px 20px;
  border: 1px solid var(--color-marca7);
  border-radius: 8px;
  color: var(--color-marca7);
  font-weight: 400;
}
.precio_diferenciado.row {
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  margin: 0;
  background: var(--color-marca11);
  border: 0px;
  padding: 10px 0;
}
.sp-large {
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}
body.detalle .detalle_producto .semaf_amarillo,
body.detalle .detalle_producto .semaf_rojo,
body.detalle .detalle_producto .semaf_verde {
  margin: 0;
}
/* */

h3.product-code,
.product-code {
  display: inline-block;
  color: var(--negro) !important;
}

.col-lg-6.col-md-6.col-sm-6.detalle_producto h3 {
  color: var(--negro) !important;
}

h3.product-code > strong + strong {
  display: none;
}

span.marca_span {
  display: none;
}

small#caja_compra_minima {
  display: block;
  margin-top: 10px;
  font-size: 0.9em;
}
/* */

/***** FIN DETALLE DE PRODUCTO *****/
/***** IFRAME *****/
iframe {
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  margin: 10px 0;
}
/***** IFRAME *****/
/***** ALERTS *****/
div#avisostock,
div#mensaje3 {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
  padding: 10px 20px;
  margin-bottom: 20px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}
div#mensaje3 {
  background: none;
  border: none;
  padding: 0;
  font-weight: 600;
  color: #dc0000;
}
label.error {
  color: #dc0000;
  font-size: 100%;
  font-weight: 600;
}
div#avisostock ul {
  margin-bottom: 0px;
}

div#avisostock ul li {
  font-weight: 600;
}

.envio_gratis_leyenda {
  font-weight: 600;
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
  padding: 10px 20px;
  margin-bottom: 20px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}
/***** FIN ALERTS *****/
/***** DATOS USUARIOS *****/
.datos_usuario h6 i,
.datos_usuario h6 {
  color: var(--color-marca4);
}
.datos_usuario h1 {
  font-size: 200%;
}
.datos_usuario ul li {
  padding: 5px 0;
}
/* inicio maebay */
.brand-filter {
  margin: 30px 0;
}

.brand-card {
  /* width: 100%; */
  width: 80%;
  aspect-ratio: 1 / 1; 
  border-radius: 50%;
  overflow: hidden;
  background: var(--blanco);
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 6px 16px rgba(0,0,0,0.08);
  border: 2px solid transparent;
  margin-bottom: 20px;
}

.brand-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.brand-card:hover {
  box-shadow: 0 10px 26px rgba(0,0,0,0.12);
  transform: translateY(-3px);
}

.brand-card:hover img {
  transform: scale(1.05);
}

.container.container_botonera h2 {
    color: var(--txt);
    font-weight: 400;
    text-align: center;
    font-size: 35px;
    margin-bottom: 5%;
}
 .navbar-default .navbar-nav > li > a span {
    padding: 6px 14px;
    border-radius: 20px;
    background: var(--acento1);
    color: var(--blanco);
    animation: corner-shake-soft 1.2s infinite, glowPulseBlue 2.2s ease-in-out infinite;
    transition: all 0.3s ease-in-out;
}
.navbar-default .navbar-nav > li > a span:hover {
    background: var(--acento3);
}
.container.container_botonera {
    padding-top: 40px;
}
footer a {
    color: var(--main3);
}
footer a:hover {
    color: var(--main);
}
.list-unstyled {
    margin-left: 0;
}
.datos-footer img.img-responsive {
    margin: 0 auto;
}
div#slides_ofertas_b img,
div#slides_ofertas_m img {
    border-radius: 7px;
    margin: 40px auto;
}
.solofertas, .solnuevo, .solpostnuevo {
    font-size: 35px !important;
    font-weight: 600 !important;
    letter-spacing: 1px;
    color: var(--txt);
}
.solofertas i:before, .solnuevo i:before, .solpostnuevo i:before {
    color: var(--acento1);
}
.solofertas span, .solnuevo span, .solpostnuevo span {
    border-bottom: 3px solid var(--txt);
    padding-bottom: 5px !important;
}
div.quickview {
    margin-top: 20%;
}
.product:hover .btn-quickview {
    opacity: 1;
    background: var(--main3);
    border-color: var(--main3);
    border-radius: 25px;
}

/* nota nosotros */

body.nosotros h1.titulo { display: none; }

.about-maebay {
  padding: 80px 20px;
  background: #f8f8f8;
  text-align:center;
}

.about-container {
  max-width: 1100px;
  margin: 0 auto;
}

.about-header {
  /* max-width: 700px; */
  margin-bottom: 50px;
}

.about-header h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #111;
}

.about-header p {
  font-size: 16px;
  line-height: 1.6;
  color: #444;
  margin-bottom: 15px;
}

.about-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 25px;
}

.about-card {
  background: var(--main3);
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.about-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.about-card h3 {
  font-size: 20px;
  margin-bottom: 12px;
  color: #111;
}

.about-card p {
  font-size: 15px;
  line-height: 1.5;
  color: #555;
}

/* ============================
   SECCIÓN NOSOTROS
============================ */

.about-section {
  padding: 80px 20px;
  background: #f8f8f8;
  font-family: 'Inter', sans-serif;
}

.about-container {
  max-width: 1100px;
  margin: 0 auto;
}

/* Header */
.about-header {
  /* max-width: 750px; */
  margin-bottom: 60px;
}

.about-header h2 {
  font-size: 36px;
  font-weight: 700;
  color: #111;
  margin-bottom: 20px;
}

.about-header p {
  font-size: 16px;
  line-height: 1.6;
  color: #444;
  margin-bottom: 15px;
}

/* Cards */
.about-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
  margin-bottom: 70px;
}

.about-card {
  background: #ffffff;
  padding: 35px 30px;
  border-radius: 22px;
  text-align: left;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.about-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.about-card i {
  font-size: 28px;
  color: var(--acento3);
  margin-bottom: 15px;
}

.about-card h3 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #111;
}

.about-card p {
  font-size: 15px;
  line-height: 1.5;
  color: #555;
}

/* Mapa */
.about-map {
  margin-top: 20px;
}

.about-map h3 {
  font-size: 26px;
  margin-bottom: 20px;
  color: #111;
}

.map-wrapper {
  width: 100%;
  height: 0;
  padding-bottom: 56%;
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

.map-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}


/* fin nota nosotros */

.contact-form .form-group.col-md-4:nth-child(5) {
    display: none;
}
.contact-form .form-group:last-child {
    width: 100% !important;
}
.col-md-12.contact-form {
    background: #f2e6dc3d;
    border-radius: 25px;
    box-shadow: 0 0 5px #ccc;
    padding: 20px 40px;
}

/* nota como comprar / envios */
/* ============================
   NOTA: CÓMO COMPRAR / ENVÍOS
============================ */

.how-to-buy {
  padding: 80px 20px;
  background: #ffffff;
  font-family: 'Inter', sans-serif;
}

.how-to-buy .container {
  max-width: 1100px;
  margin: 0 auto;
}

.how-header {
  /* max-width: 700px; */
  margin-bottom: 50px;
}

.how-header h2 {
  font-size: 36px;
  font-weight: 700;
  color: #111;
  margin-bottom: 15px;
}

.how-header p {
  font-size: 16px;
  line-height: 1.6;
  color: #444;
}

/* Pasos */
.steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 25px;
  margin-bottom: 60px;
}

.step-card {
  background: var(--main3);
  padding: 30px;
  border-radius: 18px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.step-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
}

.step-number {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  background: #111;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  text-align: center;
  line-height: 32px;
  margin-bottom: 15px;
}

.step-card h3 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #111;
}

.step-card p {
  font-size: 15px;
  line-height: 1.5;
  color: #555;
}

/* Paso 4 destacado */
.highlight-step {
  background: var(--acento3);
  color: var(--fondo);
}

.highlight-step h3,
.highlight-step p {
  color: var(--fondo);
}

.highlight-step .step-number {
  background: var(--fondo);
  color: var(--acento3);
}

/* Pagos y envíos */
.info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.fancy-info {
  margin-top: 40px;
}

.info-card {
  background: var(--main3);
  padding: 35px 40px;
  border-radius: 22px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.info-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

.info-card-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 25px;
}

.info-card-header i {
  font-size: 26px;
  color: var(--acento3);
}

.info-card-header h3 {
  font-size: 22px;
  margin: 0;
  color: #111;
}

.info-list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}

.info-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 15px;
  color: #555;
  margin-bottom: 12px;
}

.info-list li i {
  font-size: 16px;
  color: var(--acento3);
  min-width: 18px;
}

.info-note {
  font-size: 14px;
  color: #777;
}

/* nota como comprar/envios */

#divofertas, #divlonuevo, #divPostLonuevo {
    margin-top: 60px;
}

.spot_ofertas_sup {
    display: none;
}

/* modal login */
.loginmodal-container {
    background-color: var(--fondo);
    border-radius: 25px;
}
.modal-body, .modal-content {
    background: var(--fondo);
}
h5.title-sol span {
    background: transparent !important;
}
#ModalLogin .form-group {
    text-align: left;
}
#ModalLogin input.btn.btn-success {
    width: 100%;
}
/* modal login */

span.espacio-blanco {
    display: none;
    /* display: block; */
}
.price span {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
    margin: 0 !important;
    flex-wrap: nowrap;
    font-weight: bold;
    color: var(--txt);
}
span.stock {
    display: block;
    margin-top: 10px;
    padding: 0;
}
span.price-standard {
    color: #666;
    font-size: 14px;
}
span.price-sales {
    font-weight: bold;
    font-size: 20px;
    color: var(--txt);
}
#modal-prod-agregado .col-md-7 {
    text-align: left;
}
.modalcont .btn {
    background: var(--txt);
}
.msgalerta {
    color: var(--txt);
    background-color: var(--main3);
    border: none;
    border-radius: 4px;
}
div#order-detail-content a.btn.btn-default.btn-lg.btn-block {
    display: none;
}
form#form_envio {
    margin-top: 20px;
}
span.success {
    text-align: right;
    display: block;
}
.forma_pago .cartMiniTable button.btn.btn-default,
.datos_personales .cartMiniTable button.btn.btn-default {
    width: 100%;
    margin-bottom: 10px;
}
.lista-medios-pago li {
    border: 2px solid var(--acento2);
    border-radius: 7px;
    background: var(--fondo);
    margin: 0 15px 0 0;
}
.lista-medios-pago li:hover {
    border: 2px solid var(--acento1);
}
.lista-medios-pago .bordePago2 {
    border: 2px solid var(--acento1);
    background: var(--fondo);
}
.opcionesTipo label {
    margin-bottom: 20px;
    border: 1px solid #ddd;
    padding: 25px;
    border-radius: 7px;
    box-shadow: 0 0 5px #ccc;
}
.opcionesTipo b {
    margin: 0 !important;
}
span.forma_pago_recargo {
    display: none;
}
span.forma_pago_cuotas {
    display: none;
}
span.forma_pago_montocuota {
    display: none;
}
span.forma_pago_montorecargo {
    display: none;
}
body.detalle .detalle_producto .container-boton-agregar-cantidad {
    justify-content: flex-start;
}
ul.breadcrumb {
    margin-left: 0;
}
.breadcrumb>li {
    font-weight: bold;
}
div#Talles ul li,
div#Colores ul li {
    background: var(--fondo);
}
div#Talles ul li:hover,
div#Colores ul li:hover {
    background: var(--fondo);
}
body.productos {
    padding-top: 200px;
}
.panel-flat .badge {
    background-color: var(--acento1);
    color: var(--fondo);
}
div#RangoPrecio ul.fct-scroll {
    margin: 0;
}
nav#navbar-sidebar {
    background: #f2e6dc61;
    border-radius: 7px;
    box-shadow: 0 0 5px #ccc;
    text-transform: uppercase;
}
#navbar-sidebar-collapse span.caret {
    color: var(--txt);
}
ul.nav.nav-tabs {
    margin: 0;
}
.nav-tabs li.active {
    background: var(--main3);
    border-radius: 7px 7px 0 0;
    border-bottom: 1px solid var(--acento1);
}
.nav-tabs {
    border-bottom: 1px solid var(--main3);
}
.tab-content {
    background: var(--main3);
    border-radius: 0 0 7px 7px;
    padding: 20px;
}
.content_marcas .cajamarca {
    border: 1px solid var(--main3);
    border-radius: 7px;
    box-shadow: 0 0 5px #e5e5e5;
    transition: all 0.3s ease-in-out;
}
.content_marcas .cajamarca:hover {
    box-shadow: 0 0 5px #ccc;
}
.content_marcas .verprod {
    background: var(--acento2);
    border-radius: 0 0 7px 7px;
}
.content_marcas .verprod a {
    color: var(--fondo);
}
@keyframes glowPulseBlue {
    0% {
        box-shadow: 0 0 0px rgba(74 103 65 / 30%);
    }
    50% {
        box-shadow: 0 0 14px rgba(74 103 65 / 70%);
    }
    100% {
        box-shadow: 0 0 0px rgba(74 103 65 / 30%);
    }
}
.top-bar .social-fixed .search {
    position: fixed;
    top: 27px;
    right: 29%;
}
.product-share {
    display: none !important;
}
/* inicio btn wpp desplegable (sucursales) */
.branch-item,
.subcategoria-lateral-colapsable li {
  margin: 5px 0;
}
.whatsapp-container {
  z-index: 1000;
  position: fixed;
  bottom: 20px;
  right: 20px;
}
.whatsapp-btn {
  background: 0 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.3s;
  border: none;
  z-index: 99999;
  position: fixed;
  bottom: 20px;
  right: 20px;
}
.whatsapp-btn:hover {
  transform: scale(1.1);
}
.whatsapp-btn img {
  width: inherit;
  height: auto;
}
.dropdown-content {
  display: none;
  position: relative;
  bottom: 70px;
  right: 25px;
  background: #fff;
  width: 280px;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  padding: 15px;
  max-height: 400px;
  overflow-y: auto;
}
.branch-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* box-shadow: 0 0 5px #ddd; */
  border-radius: 8px;
  padding: 3px 10px;
  transition: all 0.3s ease-in-out;
  background: #fafafa;
}
a.branch-item:hover {
  background: #f1f1f1;
}
.branch-item img {
  width: 30px;
}
.branch-item span {
  font-size: 14px;
  font-weight: 500;
  color: #333;
}
.wpp-link {
  background: 0 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wpp-link img {
  width: 100%;
  height: auto;
}
.dropdown-content.active {
  display: block;
  animation: 0.3s fadeInUp;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.whatsapp-bubble {
  position: fixed;
  bottom: 110px;
  right: 15px;
  background-color: #25d366;
  color: #fff;
  padding: 8px 12px;
  border-radius: 20px;
  font-size: 14px;
  font-family: var(--font-family) !important;
  opacity: 0;
  transform: translateY(20px);
  transition: 0.3s;
  white-space: nowrap;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  z-index: 9999;
}
.whatsapp-bubble.show {
  opacity: 1;
  transform: translateY(0);
  animation: 2s infinite pulse;
}
@keyframes pulse {
  0%,
  100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(0) scale(1.05);
  }
}
.whatsapp-bubble:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #25d366;
}
@media (max-width: 768px) {
  .whatsapp-container {
    right: 20px;
    bottom: 20px;
  }
  .dropdown-content {
    width: 260px;
    max-height: 60vh;
  }
}

.aparece {
  left: 20px;
}

/* fin btn wpp desplegable (sucursales) */

.hormigafoot h2 {
    display: none;
}
.afip a img {
    max-width: 50px;
    margin-top: 25px;
}
.productFilterLook2 > small {
margin: 30px 0 20px 0;
display: block ;
}
.productFilterLook2 > small > a {
    border: 1px solid var(--acento1);
    border-radius: 25px;
    padding: 7px 20px;
    transition: all 0.3s ease-in-out;
    background: var(--acento3);
    opacity: 0.9;
    color: #fcfcfc;
}
.productFilterLook2 > small > a:hover {
  background: var(--acento1);
  color: var(--blanco);
}
div#preview_color {
    display: none;
}
body.detalle input#boton_compra {
    width: 33%;
    padding: 10px;
}
ul.subcate li {
    border-radius: 25px;
    box-shadow: 0 0 5px #ccc;
    padding: 7px 20px;
    background: #f7f7f7;
}
.navbar-nav>li>.dropdown-menu {
    border-radius: 7px !important;
}
.navbar-nav>li>.dropdown-menu>li:first-child a:hover {
    border-radius: 7px 7px 0 0 !important;
}
.navbar-nav>li>.dropdown-menu>li:last-child a:hover {
    border-radius: 0 0 7px 7px  !important;
}
form#registro_form .form-group {
    margin: 30px 0;
}

.has-feedback label~.form-control-feedback { display: none !important;}
/*  */
.bg-info {
    background-color: var(--main3);
}
body.checkout .form-group.col-md-3 {
    width: 40%;
}
body.registro h6.col-md-12 {
    /* z-index: 1; */
    /* height: fit-content; */
    /* position: relative; */
    display: flex;
}
/* Ajuste mobile */
@media (max-width: 767px) {
  .brand-card {
    max-width: 260px;
    margin: 0 auto 24px;
  }
}


/***** RESPONSIVE MEDIA QUERIES *****/
@media (min-width: 1920px) {
  body.default div#pagina-mensaje {
    min-height: 219px;
}
  form#top-buscar {
    left: 32%;
  }
  .menu-info {
    padding-left: 13%;
  }
  .ofertas .container.general,
  .navbar-default .container,
  .container.menu_pie,
  body.productos .container.general,
  .top-bar .container {
    width: 75%;
    margin: 0 auto;
  }
  .search.search-fixed {
    position: fixed;
    right: 32%;
    top: 10px;
  }
  .row.noticiashome0 .noticiashome0-row.row,
  .noticiashome0 div#notas_oferta_0 {
    width: 75%;
    margin: 0 auto;
    padding: 30px 0;
  }
}
@media (max-width: 1441px) {
  .top-bar .search input.search-form,
  .top-bar .search input.search-form:hover,
  .top-bar .search input.search-form:focus {
    width: 500px;
  }
}
@media (max-width: 1367px) {
  .top-bar .search {
    right: 24%;
  }
  .search.search-fixed {
    right: 35%;
  }
  input.search-form,
  input.search-form:hover,
  input.search-form:focus {
    width: 600px;
  }
  .search.search-fixed {
    right: 26%;
  }
}
@media (max-width: 1281px) {
  form#top-buscar {
    left: 23%;
  }
  input.search-form,
  input.search-form:hover,
  input.search-form:focus {
    width: 500px;
  }
  .top-bar .search {
    right: 29%;
  }
  .top-bar .social-fixed .search {
    right: 31%;
  }
  .top-bar .search input.search-form,
  .top-bar .search input.search-form:hover,
  .top-bar .search input.search-form:focus {
    width: 450px;
  }
  section.info-destacada .info-sup .media-body h2 {
    font-size: 100%;
  }
}
@media (max-width: 1025px) {
  .top-bar .social-fixed .search {
    right: 25%;
  }
}
@media (max-width: 1024px) {
  .menu-info {
    padding-left: 0%;
  }
  .ofertas .container.general,
  .navbar-default .container,
  .container.menu_pie,
  body.productos .container.general,
  .top-bar .container {
    width: 100%;
    margin: 0 auto;
  }
  .navbar-nav > li > a {
    padding: 10px 8px;
  }
  input.search-form,
  input.search-form:hover,
  input.search-form:focus {
    width: 340px;
    -webkit-box-shadow: 0 6px 8px -10px rgba(0, 0, 0, 0.5);
  }
  .top-bar .search {
    right: 25%;
  }
  .destacados .imagen img {
    width: 80px;
  }
  .destacados .imagen {
    height: auto;
  }

  body.ofertas {
    padding-top: 110px;
  }
  .row.noticiashome1 .cajasnove {
    width: 22%;
  }
  .product h3.leyendaConStock,
  .product h3.leyendaSinStock,
  .product h4,
  .product .price,
  .product .financiacion,
  small.art_cod_precios {
    padding: 0 10px;
  }
  .product button.btn.btn-primary.btn-compra {
    margin: 0 10px;
  }
  .price {
    margin-bottom: 5%;
    font-weight: 600;
    font-size: 150%;
    text-align: left;
  }
}
@media (max-width: 980px) {
  .top-bar .search input.search-form,
  .top-bar .search input.search-form:hover,
  .top-bar .search input.search-form:focus {
    width: 320px;
  }
  .ban-top-izquierda img {
    max-width: 170px;
  }
  .top-bar .search {
    right: 29%;
    top: 50px;
  }
  .top-bar .social-fixed .search {
    right: 29%;
    top: 16px;
  }
  input#boton_compra {
    left: 35%;
  }
  body.ofertas {
    padding-top: 150px;
  }
  ul.slick-dots {
    display: none !important;
  }
  .scroll_inf,
  .scroll_sup {
    width: 100%;
  }
  .brand-carousel li {
    width: 150px !important;
  }
  div#RangoPrecio ul.fct-scroll input {
    width: 70px !important;
  }
  i.fa.fa-search.aplicar_precio {
    margin-left: 7px;
  }
  a.dropdown-toggle.pull-right.hidden-md.hidden-lg {
    display: none;
  }
}
@media (max-width: 767px) {
  div#leyenda_gral_top {
    left: 5px;
    top: -15px;
    font-size: 13px;
  }
  ul.social-share li a {
    font-size: 16px;
  }
  .telefono span.destaca a span {
    display: none;
  }

  .telefono {
    top: 0;
    background: none;
    right: 12%;
  }

  .telefono i {
    margin-right: 0;
  }

  .telefono i.fa-bounce {
    animation: none;
  }

  .telefono h3.item-1 a {
    color: var(--txt);
  }
  .navbar-fixed-top .telefono {
    display: block;
  }

  div#leyenda_gral_top {
    display: none;
  }
  .hormigafoot h2 {
    font-size: 12px;
    margin: 0 0 10px;
  }
  .caja_func_sup .cotizacion {
    display: none;
  }
  .caja_func_sup.estaLogueado span#nombre_usuario {
    display: none;
  }
  .contact-form form#reg .row .form-group.col-md-4 {
    width: 100% !important;
  }
  .contact-form form#reg .row .form-group.col-md-4 .btn {
    width: 100%;
}
.contact-form .row {
    margin: 0 -15px;
}
  .menu-info {
    top: 160%;
  }
  .navbar-default .navbar-nav > li > a span.caret {
    background: no-repeat;
    padding: 0;
    border-radius: 0px;
    border-radius: 4px;
  }
  .top-bar .social-fixed .search {
    right: 29%;
    top: 57px;
  }
  a.dropdown-toggle.pull-right.hidden-md.hidden-lg {
    display: block;
  }
  section.info-destacada .info-sup .media-body h2 {
    font-size: 100%;
  }
  section.info-destacada .info-sup .media-body {
    border-right: 0px solid var(--color-marca4);
  }
  section.info-destacada .info-sup:hover .media-body h2 {
    letter-spacing: 0px;
  }
  section.info-destacada .info-sup .media-body {
    height: 110px;
  }
  div#detalle .post-lead-image img {
    max-width: 100%;
  }

  .cols-grals .row {
    margin: 0;
  }
  .top-bar .cotizacion {
    padding: 6px 10px;
  }

  .social {
    width: 100%;
  }
  .top-bar .search div#autocompletar,
  .top-bar .search input.search-form,
  .top-bar .search input.search-form:hover,
  .top-bar .search input.search-form:focus {
    width: 96%;
  }
  .orderStep li {
    display: none;
  }
  .orderStep li.active {
    width: 100%;
    display: block;
    border-right: 0px;
  }
  table#carrito {
    display: flex;
    flex-direction: column;
  }
  td.car-cant input[type="number"] {
    width: 30px !important;
    height: 30px;
    font-size: 11px;
  }
  tr.CartProduct td,
  tr.CartProduct th {
    padding: 5px;
    font-family: "Inter Tight", sans-serif;
  }
  .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: 60px;
  }
  td#total_pedido + td {
    width: 100%;
    display: block;
    width: 100%;
    max-width: 100%;
    display: block;
    clear: both;
    position: absolute;
    bottom: -120px;
    right: 0;
    left: 0;
    height: 90px;
    border: 0px;
    clear: both;
    margin-bottom: 30px;
  }
  .promotion span.descuento,
  .promotion span.etiq3-prod,
  .promotion span.etiq4-prod,
  .promotion .discount,
  .promotion .new-product,
  .promotion span.envio_gratis,
  .promotion span.envio_gratis_todos {
    padding: 5px;
    font-size: 10px;
  }

  .promotion {
    bottom: 15px;
  }

  .product {
    padding: 0;
  }
  ul.dropdown-menu.dropdown-cart {
    top: 90px;
  }

  .content_marcas {
    width: 50%;
    float: left;
  }
  .row.noticiashome1 .cajasnove {
    width: 44%;
  }
  .navbar-nav.sm-collapsible .caret,
  .navbar-nav.sm-collapsible ul .caret {
    background: var(--txt) !important;
  }
  .navbar-toggle {
    float: left;
    margin-right: 10px;
  }
  .caja_func_sup.pull-right.hidden-xs {
    display: block !important;
    margin-top: 15px;
  }
  .caja_func_sup.pull-right.hidden-xs span.whatsapp-top {
    display: none;
  }
  #carrito_top,
  #login_sup,
  #micuenta_top,
  #nombre_usuario,
  #login_sup a,
  #login_sup:before,
  a.cambiar_cuenta_top,
  a.terminar_sesion_top {
    display: none;
  }
  .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;
    padding: 5px 10px;
  }

  .buscador button.btn.btn-default.btn-close {
    background: none;
    border: none;
    box-shadow: none;
    color: var(--negro);
    font-size: 20px;
    padding: 10px;
  }

  .buscador button.btn.btn-buscartop {
    font-size: 20px;
  }

  .buscador a.dropdown-toggle {
    padding: 10px;
    padding-top: 7px;
    font-size: 18px;
    color: var(--txt);
  }

  .caja_func_sup .buscador {
    display: block;
    margin-right: 25px;
    margin-top: -10px;
  }
  .spot_ofertas_sup a {
    float: none;
    max-width: 100%;
  }
  .spot_ofertas_sup {
    padding-bottom: 0;
  }

  .search {
    display: none;
  }
  .scroll_inf.container {
    width: 95%;
  }
  .buscador ul.dropdown-menu.dropdown-cart {
    background: linear-gradient(to right bottom, #142032 0, #003d8f);
    top: 65px;
  }
  .col-md-2.cajasnuevo,
  .col-md-2.cajasoferta {
    width: 50%;
  }
  .ofertas .container.general,
  .navbar-default .container,
  .container.menu_pie,
  body.productos .container.general,
  .top-bar .container {
    width: 100%;
    margin: 0 auto;
  }
  .row.noticiashome0 .noticiashome0-row.row {
    width: 90%;
  }
  .noticiashome0 div#notas_oferta_0 {
    width: 100%;
  }
  .product h3.leyendaConStock,
  .product h3.leyendaSinStock,
  .product h4,
  .product .price,
  .product .financiacion,
  small.art_cod_precios {
    padding: 0 10px;
  }
  .navbar-nav.sm-collapsible a.has-submenu {
    padding-right: 0px;
  }
  .product h4,
  .product h4 a {
    font-size: 13px;
  }
  .row.noticiashome0 .cajasnove {
    margin: 20px 0;
    margin-bottom: 30px;
  }

  div#productslider-notas0 {
    padding: 0;
    margin: 0;
  }
  .noticiashome0 div#notas_oferta_0 {
    padding: 30px 0;
  }

  .novedades-home-row.row {
    margin: 0;
  }
  li.suscripcion {
    display: none !important;
  }

  ul.dropdown-menu.dropdown-cart .buscador {
    display: none;
  }
  ul.dropdown-menu.dropdown-cart a.cambiar_cuenta_top,
  ul.dropdown-menu.dropdown-cart a.terminar_sesion_top,
  ul.dropdown-menu.dropdown-cart li#nombre_usuario,
  ul.dropdown-menu.dropdown-cart li#login_sup a,
  ul.dropdown-menu.dropdown-cart li#micuenta_top,
  ul.dropdown-menu.dropdown-cart li#carrito_top {
    display: block;
    font-size: 16px;
    text-align: right;
  }
  ul.dropdown-menu.dropdown-cart li#login_sup a {
    display: inline-block;
  }
ul.dropdown-menu.dropdown-cart {
    width: 250px;
    border-radius: 15px;
    top: 105px;
    right: 15px;
}
  a.favoritos_top {
    color: var(--txt);
    position: absolute;
    right: 15%;
    font-size: 20px;
  }
  .social ul.social-share {
    margin-right: 0px;
  }
  .navbar-nav.sm-collapsible a.has-submenu i {
    display: none;
  }
  .top-bar {
    padding: 0;
    line-height: 10px;
  }

  .top-bar a {
    color: var(--txt);
    font-size: 20px;
  }
  .top-bar ul.dropdown-menu.dropdown-cart a {
    color: var(--color-marca4);
    font-size: 16px;
  }
  ul#menutop li a,
  ul.social-share li a {
    display: inline-block;
    padding: 5px 7px;
  }
  .navbar-default .navbar-toggle {
    border-color: transparent;
  }
  .social-share-fixed,
  .dropdown-toggle-fixed {
    position: fixed !important;
  }
  .social-share-fixed {
    display: none;
  }
  div#filtros {
    background: transparent;
  }
  .row.userInfo {
    margin-right: -15px;
    margin-left: -15px;
  }
  .ban-top-izquierda img {
    max-width: 170px;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: var(--txt);
  }
  .datos-footer .row {
    margin: 0;
  }
  .top-bar .search {
    top: 95px;
    right: 0;
    background: var(--color-marca11);
    padding-right: 10%;
    width: 100%;
    margin-right: 0px;
    position: absolute;
    padding-top: 8px;
    display: block;
    left: 0;
  }
  .top-bar .search-fixed {
    top: 57px;
  }
  .top-bar .search-fixed {
    position: fixed;
  }
  .dropdown-toggle.pull-right.hidden-md.hidden-lg {
    position: absolute;
    z-index: 11;
    display: block;
    right: 20px;
    top: 10px;
  }
  .dropdown-toggle.pull-right.hidden-md.hidden-lg.dropdown-toggle-fixed {
    top: 10px;
  }
  input.search-form,
  input.search-form:hover,
  input.search-form:focus {
    width: 280px;
    -webkit-box-shadow: 0 6px 8px -10px rgba(0, 0, 0, 0.5);
  }
  body.ofertas {
    padding-top: 145px;
  }
  .destacados .col-md-2 {
    width: 33%;
    float: left;
  }
  .destacados .imagen {
    height: auto;
    width: 140px;
  }
  .navbar-nav.sm-collapsible .caret,
  .navbar-nav.sm-collapsible ul .caret {
    background: #9d4bff;
  }
  .navbar-default .navbar-nav > li > a {
    text-align: center;
  }
  .navbar-default .navbar-nav > li a:after {
    display: none;
  }
  .navbar-nav.sm-collapsible a.has-submenu {
    padding-right: 0px;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: var(--txt);
    text-align: center;
  }
  .dropdown-cart-fixed {
    position: fixed;
  }

  ul.dropdown-menu.dropdown-cart.dropdown-cart-fixed {
    right: 0;
    top: 58px;
  }
  .dropdown-menu #nombre_usuario {
    color: #2c464f;
  }
  .noticiashome0 div#notas_oferta_0 .cajasnove h4 {
    font-size: 120%;
  }
  .noticiashome0 div#notas_oferta_0 .cajasnove img {
    padding: 10px;
  }
  .navbar-nav.sm-collapsible a.has-submenu {
    padding-right: 0px;
  }
  .price {
    font-size: 130%;
  }
  button.navbar-toggle {
    padding-top: 15px;
    margin-right: 0;
  }
  .container.menu_pie ul.list-inline.list-unstyled.hidden-lg {
    display: none;
  }
  .datos-footer .footer-top img {
    margin: 0 auto;
  }
  .container.datos-footer .footer-top .list-inline {
    text-align: center;
  }
  .navbar-nav.sm-collapsible a.has-submenu {
    padding-right: 0;
    padding: 10px 8px !important;
  }
  .nav .open > a,
  .nav .open > a:focus,
  .nav .open > a:hover {
    background-color: var(--color-marca11) !important;
    color: var(--txt) !important;
  }
  .discount,
  .new-product,
  span.etiq3-prod,
  span.etiq4-prod {
    font-size: 10px;
  }
  .buscador ul.dropdown-menu.dropdown-cart {
    width: 100%;
  }

  .datos-footer .footer-top .col-md-3 {
    width: initial;
    text-align: center;
  }
  .datos-footer .footer-top hr {
    width: 30px;
    margin: 15px auto;
  }
  .ban-top-izquierda {
    margin-left: 60px;
  }
  .datos_usuario h1 {
    font-size: 160%;
  }
  .datos_usuario .col-md-4.col-xs-6 {
    width: 100%;
  }
  .datos_usuario h6 i,
  .datos_usuario h6 {
    color: var(--color-marca4);
  }
}
@media (max-width: 680px) {
  .product .price .price-standard {
    display: block;
  }
  .noticiashome0 div#notas_oferta_0 .cajasnove img {
    padding: 20px;
    max-width: 140px;
  }
  .container-fluid.noticiashome0 .cajasnove,
  .row.noticiashome0 .cajasnove {
    padding: 10px;
  }
  .noticiashome0 div#notas_oferta_0 .cajasnove h4 {
    font-size: 100%;
  }
  .noticiashome0 div#notas_oferta_0 {
    padding: 10px 0;
  }
  section.info-destacada .info-sup .media-body h2 {
    font-size: 85%;
  }
  section.info-destacada {
    padding-bottom: 10px;
    margin-bottom: 0;
  }

  section.info-destacada .info-sup {
    padding: 0;
    text-align: center;
  }
  section.info-destacada .info-sup .media-left i {
    font-size: 2.5rem;
  }
  section.info-destacada .info-sup .media-body {
    height: 70px;
  }
  .row.noticiashome2 .cajasnove {
    padding: 0 8px;
  }

  .row.noticiashome2 .cajasnove h4 {
    top: 10px;
    right: 20px;
    font-size: 100%;
  }

  .row.noticiashome2 .cajasnove a.btn.btn-default.btn-vernota {
    right: 20px;
    bottom: 20px;
    padding: 5px 8px;
    font-size: 13px;
  }
  .brand-carousel li {
    width: 100px !important;
  }
  .promotion span.descuento,
  .promotion span.etiq3-prod,
  .promotion span.etiq4-prod,
  .promotion .discount,
  .promotion .new-product,
  .promotion span.envio_gratis,
  .promotion span.envio_gratis_todos {
    font-size: 9px;
  }
  .promotion span.envio_gratis,
  .promotion span.envio_gratis_todos {
    white-space: nowrap;
  }
}
@media (max-width: 480px) {
  body.registro button#SubmitRegistro {
    width: 100%;
}
  body.ofertas,
  body {
    padding-top: 108px;
  }
  div.item-slide.imagen-slide-2 {
    background-repeat: no-repeat !important;
  }
  div.item-slide.imagen-slide-2 {
    height: 430px;
    background-repeat: no-repeat !important;
    background-size: contain !important;
  }

  .top-bar .search {
    top: 60px;
  }
  .top-bar .social-fixed .search {
    right: 29%;
    top: 50px;
    display: none;
  }

  .datos-footer .footer-top .col-md-3 {
    width: 100%;
    text-align: center;
  }
  section.info-destacada .info-sup .media-left {
    display: block;
    padding: 5px;
  }
  .iconos-top .iconos-sup .media-left {
    display: block;
    font-size: 80%;
    padding: 0;
  }

  .iconos-top .iconos-sup .media-body {
    text-align: center;
  }

  .iconos-top .iconos-sup .media-body h2 {
    font-size: 140%;
  }
  input#boton_compra {
    left: 35%;
  }

  .ban-top-izquierda {
    margin-left: 26%;
  }
  .navbar-default .navbar-toggle:focus,
  .navbar-default .navbar-toggle:hover {
    background: transparent;
  }
  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: var(--fondo);
  }
  .spot_ofertas_inf .img-responsive {
    float: none;
    width: 100%;
  }
  .destacados .col-md-2 {
    width: 50%;
    float: left;
  }
  div.item-slide.imagen-slide-2 {
    overflow: hidden;
    position: relative;
  }

  .destacados {
    padding: 10px 0;
  }
  div#navbar-menu-superior {
    background: white;
    margin-top: 50px;
  }
  .destacados .imagen {
    background: #f0f0f0;
    border-radius: 50%;
    width: 140px;
  }
  form#top-buscar {
    width: 90%;
    position: relative;
    left: 0;
    margin-top: 10px;
    top: 10%;
  }
  input.search-form,
  input.search-form:hover,
  input.search-form:focus {
    width: 100%;
  }
  div#autocompletar {
    width: 320px;
  }
  li.open {
    background: var(--main3);
  }
  li.open ul li.open {
    background: #f5f5f5;
  }
  .navbar-nav.sm-collapsible ul ul .dropdown-menu > li > a,
  .navbar-nav.sm-collapsible ul ul .dropdown-menu .dropdown-header {
    padding: 10px 8px !important;
  }
  .spot_ofertas_inf img {
    width: 100%;
  }
  nav#navbar-sidebar {
    display: none;
  }
  .navbar-default {
    -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);
    padding-bottom: 5px;
    padding: 0;
  }
  .nav .open > a,
  .nav .open > a:focus,
  .nav .open > a:hover {
    background-color: #e7e7e7;
    border-color: #e7e7e7;
  }
  .navbar-default .navbar-nav > li > a {
    color: var(--txt);
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: var(--txt);
  }
  .navbar-fixed-bottom .navbar-collapse,
  .navbar-fixed-top .navbar-collapse {
    max-height: 100%;
  }
  li#sucursal_movil {
    display: none;
  }
  .solofertas span, .solnuevo span, .solpostnuevo span {
    border-bottom: none;
}
.solofertas, .solnuevo, .solpostnuevo {
    text-align: center;
    letter-spacing: 2px;
    font-size: 25px !important;
}
.product {
    padding-bottom: 20px;
}
.fa-shopping-cart:before {
    content: "\f2bd" !important;
}
body.productos {
    padding-top: 110px;
}
.modal-prod-agregado-container .modal-body .row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
.modalver {
    display: block;
    margin-bottom: 60px;
}
tr.CartProduct.cartTableHeader td, .CartProduct td {
    font-size: 15px !important;
}
body.carrito h6 {
    margin-top: 15px;
}
#form_login_checkout input#boton_login {
    top: 0 !important;
}
.telefono,
.navbar-fixed-top .telefono {
    display: none;
}
.social-fixed a.dropdown-toggle.pull-right.hidden-md.hidden-lg {
    position: fixed;
}
.social-fixed.open ul.dropdown-menu.dropdown-cart {
    position: fixed;
    top: 60px;
}
.navbar-fixed-top div#navbar-menu-superior {
    margin-top: 20px;
}
body.registro .registro-form button.btn.load.btn-success.pull-right {
    width: 100%;
}

}
@media (max-width: 376px) {
  div.item-slide.imagen-slide-2 {
    height: 390px;
  }
}
@media (max-width: 362px) {
  div.item-slide.imagen-slide-2 {
    height: 375px;
  }
}
@media (max-width: 322px) {
  div.item-slide.imagen-slide-2 {
    height: 330px;
  }
  .ban-top-izquierda {
    width: 45%;
    margin-left: 0;
  }
  .ban-top-izquierda img {
    max-width: 45px;
  }
  ul.social-share li a {
    padding: 5px 7px;
  }
  .social ul.social-share {
    margin-right: 10px;
  }
}
/***** FIN RESPONSIVE MEDIA QUERIES *****/
