*:focus,
button.btn.btn-buscartop:focus,
button.btn.btn-buscartop:active {
  outline: none;
}

*::placeholder {
  padding-left: 4px;
}

/*******TIPOGRAFIA*******/
/* @import url('https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&display=swap'); */

@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

/*******FIN TIPOGRAFIA*******/
body {
  /*******COLORES*******/
  --color-marca1: #efc62c;
  --color-marca2: #dc220a;
  --color-marca3: #ffffff;
  --color-marca4: #858686;
  --color-marca5: #111613;
  --color-marca8: rgb(202 225 248);
  /*******FIN COLORES*******/
  background: #fff;
  --font-family: "Montserrat", sans-serif;
  padding-top: 170px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--color-marca2);
  font-family: var(--font-family);
}

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: 150px;
}

/*******BARRA DEMO*******/
div#barraDemo {
  width: 100%;
  position: fixed;
  background: rgba(255, 0, 0, 0.8);
  bottom: 0;
  z-index: 999999;
  padding: 0;
  margin: 0;
}

div#barraDemo p {
  padding: 15px;
  text-align: center;
  color: #fff;
  margin: 0;
}

div#barraDemo p img {
  position: relative;
  top: -2px;
}

div#barraDemo i {
  color: #fff;
  font-size: 30px;
  position: absolute;
  right: 20px;
  top: 12px;
  z-index: 99999999;
}

/*******FIN BARRA DEMO*******/
/*******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(--font-family);
  font-weight: 700;
  font-size: 11px;
}

.promotion .new-product,
.promotion .discount {
  height: auto;
  float: none;
  display: initial;
}

.promotion .new-product {
  color: var(--color-marca3);
  background: var(--color-marca7) !important;
}

.promotion .discount {
  background: var(--color-marca1);
  color: var(--color-marca3);
}

.promotion span.descuento {
  color: var(--color-marca7);
  background-color: var(--color-marca8);
}

.promotion span.etiq3-prod {
  background: var(--color-marca6);
  color: var(--color-marca3);
}

.promotion span.etiq4-prod {
  background: var(--color-marca10);
  color: var(--color-marca3);
}

.promotion span.envio_gratis,
.promotion span.envio_gratis_todos {
  display: inline;
  width: initial;
  position: static;
  margin: 5px 0;
  background: var(--color-marca9);
  color: var(--color-marca3);
}

.promotion span.envio_gratis i,
.promotion span.envio_gratis_todos i {
  margin-right: 5px;
}

body.productos .promotion {
  left: 0;
}

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(--color-marca5);
  border: none;
}

/*////BUSCADOR////*/
.top-bar .search {
  position: absolute;
  right: 34%;
  top: 50px;
  z-index: 99;
}

.top-bar .search-fixed {
  position: fixed;
  top: 20px;
  right: 34%;
}

.top-bar .search input.search-form {
  border: 1px solid var(--color-marca4);
}

.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: 700px;
}

/*////FIN BUSCADOR////*/
/*////SOCIAL-REDES////*/
.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(--color-marca4);
}

ul#menutop li a:hover,
ul.social-share li a:hover {
  color: var(--color-marca2);
}

#nombre_usuario:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f2bd";
  font-size: 22px;
  /* display: none; */
  font-weight: bold;
}

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;
  /* display: none */
}

.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;
}

/*////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;
}

.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;
}

/*////FIN COTIZACION TOP-BAR Y MENU////*/
/*******FIN TOP-BAR*******/
/*******MENU*******/

.navbar-header {
  padding-top: 0;
}

.navbar-default {
  box-shadow: none;
}

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);
  cursor: pointer;
  font-family: var(--font-family);
  letter-spacing: 0.3px;
}

.navbar-default .navbar-nav > li > a span {
  background: var(--color-marca5);
  padding: 6px 12px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  color: #fff;
}

.navbar-default .navbar-nav > li > a span:hover {
  background-color: var(--color-marca2);
  transition: all 0.3s ease-in-out;
}

.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: 10px 20px;
  color: var(--color-marca2);
  border-left: 4px solid transparent;
}

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  background: var(--color-marca5);
  color: var(--color-marca3);
  border-left: 4px solid var(--color-marca2);
}

.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);
}

.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(--color-marca2);
}

/*////LOGIN Y CARRITO MENU////*/
.caja_func_sup {
  margin-top: 13px;
}

.caja_func_sup,
.caja_func_sup a {
  color: var(--color-marca2);
}

.caja_func_sup span#nombre_usuario {
  /* display: none; */
}

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-marca2);
}

/*////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(--color-marca2);
}

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(--font-family);
  padding: 20px 15px;
  display: block;
  padding-bottom: 10px;
  color: var(--color-marca2);
}

.menu-info {
  position: absolute;
  width: 100%;
  background: var(--color-marca3);
  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;
}

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;
}

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: #fff;
}

.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: #fff;
}

.content_marcas .verprod a {
  color: #fff;
  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;
}

/***** 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(--font-family);
    color: var(--color-marca5);
    display: initial;
    padding: 0;
    font-size: 3rem;
    letter-spacing: 0.8px;
    background: transparent !important;
}

.title-sol span i {
  color: var(--color-marca2);
}

.product:hover {
  background: #fff;
}

.featuredImgLook2 .inner:hover,
.product:hover {
  border: 1px solid var(--color-marca2);
}

.price-standard {
  color: var(--color-marca1);
  font-size: 90%;
}

.price-sales {
  color: var(--color-marca2);
}

.price {
  margin-bottom: 5%;
  font-weight: 700;
  font-family: var(--font-family);
}

.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;
}

.spot_ofertas_inf .img-responsive {
  float: left;
  width: 33.33333333%;
  border: 4px solid #fff;
}

.datos-footer {
  padding: 1% 0;
}

.datos-footer h1,
.datos-footer .footer-top h4 {
  font-size: 16px;
  color: #444;
}

.datos-footer h2 {
  font-family: var(--font-family);
  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(--color-marca4);
}

.datos-footer .footer-top .col-md-3 {
  text-align: left;
}

/***** PROYECTOR DE SCROLL *****/
.scroll_inf.container {
  padding: 10px 0;
}

.scroll_inf.container .row {
  margin: 0;
}

.scroll_inf.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 {
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
}

.scroll_inf.container .control {
  display: block;
}

.scroll_inf.container .control {
  position: relative;
  display: block;
}

.scroll_inf.container .control a#nextBrand {
  right: 0;
}

.scroll_inf.container .control a#prevBrand {
  left: 0;
}

.scroll_inf.container .control a#prevBrand,
.scroll_inf.container .control a#nextBrand {
  position: absolute;
  top: 20px;
}

.scroll_inf.container
  ul.no-margin.brand-carousel.slick-initialized.slick-slider {
  margin: 0 30px;
}

/***** FIN PROYECTOR DE SCROLL *****/
.product-title {
  font-size: 20px;
  color: var(--color-marca5);
}

.product-price {
  font-size: 3.5rem;
  line-height: normal;
  color: var(--color-marca5);
  font-weight: normal;
  margin: 10px 0;
}

.financiacion {
  color: var(--color-marca5);
  margin: 10px 0;
  font-weight: 300;
  font-size: 13px;
  font-family: var(--font-family);
}

.financiacion span.cuotas {
  font-weight: 700;
}

.detalle .detalle_producto .financiacion {
  font-size: 14px;
}

.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-marca1);
}

.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);
  margin-right: 10px;
}

a.favoritos_top i.far.fa-heart {
  font-size: 20px;
  color: var(--color-marca3);
}

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: #fff;
  padding-left: 20%;
}

span.container.leyenda_slide h1 {
  margin-top: 10px;
  color: #fff;
  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: #000;
}

.newsletter a.btn.btn-primary.btn-arrepentimiento {
  background: var(--color-marca2);
  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(to right bottom, #D91A1A 0, #591515); */
  /* background: var(--color-marca5); */
  background: #0c0c0c;
  padding: 10px 0;
  text-align: center;
}

/***** MODO LISTA *****/
.item.list-view .product .image_lista {
  width: 16.66666667%;
}

.item.list-view .product .col-md-9.col-xs-9 {
  width: 83.33333333%;
}

.item.list-view .price {
  font-size: 20px;
  margin-bottom: 0;
}

.item.list-view .product .description {
  border-top: 0px;
  padding-top: 0px;
}

/***** 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(--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: 10px;
  margin-top: 0px;
}

.panel-flat .panel-heading .panel-title {
  font-family: var(--font-family);
  text-transform: uppercase;
  letter-spacing: 0.3px;
  font-size: 13px;
  padding-left: 20px;
  font-weight: 700;
  color: var(--color-marca2);
}

.panel-flat li {
  font-family: var(--font-family);
  letter-spacing: 0.3px;
  font-weight: 400;
}

/***** 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;
}

.product h4,
.product h4 a {
  color: #666;
  text-decoration: none;
  font-size: 14px;
  text-transform: none;
  font-weight: 400;
  font-family: var(--font-family);
}

.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);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transform: scale(1);
}

.product .image {
  overflow: hidden;
}

.product {
  padding: 0 10px;
  border: 1px solid #eee;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 20px;
  border-radius: 7px;
}

/***** SEMAFORO *****/
.semaf_amarillo,
.semaf_rojo,
.semaf_verde {
  margin: 0 20px;
}

/***** PRECIOS *****/
.price-standard {
  color: var(--color-marca2);
  font-weight: 400;
  padding-bottom: 10px;
}

.price-sales {
  font-weight: 400;
  color: var(--color-marca7);
  font-size: 100%;
}

.price {
  margin-bottom: 5%;
  font-weight: 600;
  font-size: 2.25rem;
  text-align: center;
  margin: 15px 0;
}

/***** FIN PRECIOS *****/
/***** CARRITO *****/
/*////CABECERA CARRITO////*/
.orderStep li {
  padding: 8px;
  background: none;
  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: none;
  color: var(--color-marca2);
}

.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(--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////*/
.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(--color-marca3);
}

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;
    border-radius: 7px;
}

.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;
}

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 #eee;
  box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 10%);
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
  transform: translateY(-5px);
}

.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: #fff;
  border-radius: 50%;
}

body.default h1.titulo {
  text-align: center;
  font-size: 20px;
}

.medios-pago {
  margin-top: 20px;
}

.cajasnove .mas_nov a {
  color: #fff;
}

.breadcrumb {
  background: #fff;
}

input#cantidad {
  width: 80px;
  border-radius: 7px;
}

.productFilter {
  border-top: 0;
}

.cart-actions {
  border-bottom: 0;
}

.stButton {
  background: #f0f0f0;
}

.stButton:after {
  color: var(--color-marca3) !important;
}

.socialIcon a {
  background: #f0f0f0 !important;
  color: var(--color-marca3) !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);
}

.nav-tabs li a {
  font-family: var(--font-family);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.3px;
}

.modal-header-primary {
  background: var(--color-marca3);
  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: #000;
}

.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-family: var(--font-family);
  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: #fff;
}

.content_marcas {
  margin: 2% 0;
}

.financiacion {
  color: var(--color-marca4);
  font-weight: 500;
}

.detalle .detalle_producto .financiacion br {
  display: none;
}

.modal-header-primary h5 {
  color: #000;
  font-weight: 400;
  font-size: 18px !important;
}

/***** BOTONES *****/
input#boton_compra,
.btn-default,
.btn.btn-compra,
.btn-success,
.btn-danger,
.btn-primary,
input#iniciarpago {
  background: var(--color-marca1);
  color: var(--color-marca3);
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
}

a.btn.btn-default.btn-lg.btn-block {
  width: 100%;
}

input#boton_compra:hover,
.btn-default:hover,
.btn.btn-compra:hover,
.btn-success:hover,
.btn-danger:hover,
.btn-primary:hover,
input#iniciarpago:hover {
  background: var(--color-marca5);
  color: var(--color-marca3);
}

input#boton_compra {
  position: absolute;
  left: 20%;
  top: 25%;
  border: 0;
}

.product button.btn.btn-primary.btn-compra {
  margin: 0 20px;
}

input#boton_compra,
.btn-default,
.btn.btn-compra,
.btn-success,
.btn-danger,
.btn-primary,
input#iniciarpago,
button#iniciarpago,
input#boton_datos {
  background-color: var(--color-marca2);
  /* background-image: linear-gradient(160deg, #0093E9 0%, #80D0C7 100%); */
  border: 0px;
  padding: 8px 16px;
  background-size: 200% auto;
  text-transform: uppercase;
  color: var(--color-marca3);
  transition: 0.5s;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  transition: all 0.3s ease-in-out;
}

body.default {
  padding-top: 130px;
}

/***** 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 {
  display: block;
  clear: both;
  width: 100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

div#order-detail-content input#cupon_descuento {
  width: 100%;
}

.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(--font-family);
  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; */
  border-color: var(--color-marca5) !important;
  box-shadow: none;
  border-radius: 20px;
}

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;
}

section.info-destacada .info-sup .media-left {
  vertical-align: middle;
}

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: #222;
  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(--color-marca3);
  transition: background-color 0.5s;
  padding: 0;
  border: 1px solid #999;
}

.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(--color-marca2);
}

.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;
}

.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-marca7);
}

body.detalle .detalle_producto {
  border: 1px solid rgb(218, 218, 218);
  padding: 20px 30px;
  border-radius: 8px;
  /* min-height: 432px; */
}

body.detalle .detalle_producto .marca_imagen {
  display: none;
}

.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(--color-marca2) !important;
  border-bottom: 4px solid var(--color-marca4) !important;
}

.nav-tabs > li.active > a:focus,
.nav-tabs > li:hover > a {
  border-bottom: 4px solid #fff;
  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(--color-marca5);
}

.secciones h5 {
  font-size: 140%;
  margin-top: 30px;
}

.secciones {
  padding: 30px 0;
}

.secciones .descripcion {
  font-size: 16px;
  line-height: 22px;
  color: var(--color-marca2);
}

.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;
}

/***** 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;
}

.ban-top-izquierda img.img-responsive {
  /* width: 54%; */
  padding-top: 13px;
}

.search {
  margin-right: 0 !important;
}

.top-bar .search input.search-form {
  border: 1px solid var(--color-marca4);
  border-radius: 25px;
  width: 400px !important;
}

.aparece {
  left: 20px;
}

.whatsapp {
  position: fixed;
  /* left: 95%; */
  right: 40px;
  bottom: 25px;
}

.whatsapp img {
  width: 80px;
}

p.iva {
  background: #eee;
  color: #000;
  font-weight: 500;
}

.top-bar .cotizacion {
  display: none;
}

.caja_func_sup .cotizacion {
  display: none;
}

.caja_func_sup,
.caja_func_sup a {
  color: var(--color-marca5);
}

ul#menutop li a,
ul.social-share li a {
  color: var(--color-marca5);
}

.navbar-default .navbar-nav > li > a {
  color: #201a16;
}

section.info-destacada {
  /* background: #fafafa; */
  background: #eee;
  margin-top: 20px;
  padding: 15px 0;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  -moz-border-radius: 16px;
}

section.info-destacada .info-sup .media-body h2 {
  text-transform: uppercase;
  font-size: 120%;
  margin-bottom: 0px;
  color: var(--color-marca5);
}

section.info-destacada .info-sup:hover .media-body h2 {
  letter-spacing: normal;
  color: var(--color-marca2);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

#mapa iframe {
  margin: 0;
}

.whatsapp img:hover {
  transition: all 0.3s ease-in-out;
  transform: translateY(-5px);
}

.contact-form {
  background: #fafafa;
  border-radius: 25px;
  padding: 0 25px;
}

.noticiashome0 a.titnotlink {
  color: #fff;
  letter-spacing: 1px;
}

.top-number.pull-left.hidden-xs {
  width: 100%;
}

.slider-text {
  text-align: center;
  font-size: 16px;
  height: 10px;
  overflow: hidden;
  color: #fff;
}

.slider-text p i {
  margin-right: 5px;
}

.slider-text p {
  margin: 0;
  line-height: 0;
  animation: slide 16s infinite;
  opacity: 0;
  position: absolute;
  width: 100%;
  text-align: center;
  top: -5px;
  font-size: 2rem;
}

.slider-text p:nth-child(1) {
  animation-delay: 0s;
}

.slider-text p:nth-child(2) {
  animation-delay: 4s;
}

.slider-text p:nth-child(3) {
  animation-delay: 8s;
}

.slider-text p:nth-child(4) {
  animation-delay: 12s;
}

@keyframes slide {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  5% {
    opacity: 1;
    transform: translateY(0px);
  }

  20% {
    opacity: 1;
    transform: translateY(0px);
  }

  25% {
    opacity: 0;
    transform: translateY(-20px);
  }

  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}

ul#menutop li,
ul#menutop li.menutopcontacto {
  display: none !important;
}

.social.pull-right .social-share {
  display: none;
}

.ban-top-izquierda {
  width: 50%;
}

.whatsapp-bubble {
  position: fixed;
  bottom: 110px;
  right: 15px;
  background-color: #25d366;
  color: white;
  padding: 8px 12px;
  border-radius: 20px;
  font-size: 14px;
  font-family: var(--font-family);
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s ease;
  white-space: nowrap;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.whatsapp-bubble.show {
  opacity: 1;
  transform: translateY(0);
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    transform: translateY(0) scale(1);
  }

  50% {
    transform: translateY(0) scale(1.05);
  }

  100% {
    transform: translateY(0) scale(1);
  }
}

.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;
}

.info-destacada {
  background-color: #f8f9fa;
  padding: 30px 0;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}

.info-row {
  margin: 0;
}

.info-card {
  padding: 15px;
  margin-bottom: 15px;
}

.info-item {
  display: flex;
  align-items: flex-start;
  background: white;
  border-radius: 8px;
  padding: 20px;
  height: 100%;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  border-left: 4px solid var(--color-marca2);
}

.info-item:hover {
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
  transform: translateY(-3px);
}

.info-icon {
  margin-right: 15px;
  color: var(--color-marca2);
  font-size: 24px;
  min-width: 30px;
  text-align: center;
  padding-top: 3px;
}

.info-content h2 {
  font-size: 18px;
  margin: 0 0 5px 0;
  color: #333;
  font-weight: 600;
}

.info-content p {
  margin: 0;
  color: #666;
  font-size: 15px;
}

.info-content a {
  color: #666;
  text-decoration: none;
  transition: color 0.3s;
}

.info-content a:hover {
  color: #4a90e2;
  text-decoration: underline;
}

.seccion-nosotros {
  padding: 60px 0;
  background-color: #f9f9f9;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.nosotros-titulo {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 25px;
  color: #333;
  position: relative;
  padding-bottom: 15px;
}

.nosotros-titulo span {
  color: var(--color-marca2);
}

.nosotros-titulo:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 3px;
  background: var(--color-marca2);
}

.nosotros-texto {
  margin-bottom: 30px;
}

.nosotros-texto p {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 15px;
}

.nosotros-texto strong {
  color: #333;
  font-weight: 600;
}

.nosotros-imagen {
  padding: 10px;
  background: white;
  border-radius: 5px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  height: 100%;
}

.nosotros-imagen img {
  width: 100%;
  height: auto;
  transition: transform 0.3s;
}

.nosotros-imagen:hover img {
  transform: scale(1.02);
}

.nosotros-destacado {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}

.destacado-item {
  display: flex;
  align-items: center;
  margin-right: 20px;
  margin-bottom: 15px;
  font-size: 15px;
  color: #444;
}

.destacado-item i {
  margin-right: 8px;
  color: var(--color-marca2);
  font-size: 18px;
}

.seccion-como-comprar {
  padding: 60px 0;
  background-color: #f9f9f9;
}

.titulo-seccion {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 50px;
  color: #333;
  position: relative;
}

.titulo-seccion span {
  color: #dc220a;
}

.titulo-seccion:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -15px;
  width: 80px;
  height: 3px;
  background: #efc62c;
  transform: translateX(-50%);
}

.pasos-compra {
  margin-bottom: 40px;
}

.paso-item {
  margin-bottom: 30px;
}

.paso-contenido {
  text-align: center;
  padding: 25px 15px;
  background: white;
  border-radius: 8px;
  height: 100%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  border-top: 3px solid #dc220a;
  min-height: 235px;
}

.paso-contenido:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.paso-icono {
  position: relative;
  margin-bottom: 20px;
}

.paso-icono i {
  font-size: 40px;
  color: #dc220a;
}

.circulo-numero {
  position: absolute;
  top: -15px;
  left: 10%;
  transform: translateX(-50%);
  width: 30px;
  height: 30px;
  background: #efc62c;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 16px;
}

.paso-contenido h3 {
  font-size: 18px;
  color: #333;
  margin-bottom: 15px;
  font-weight: 600;
}

.paso-contenido p {
  color: #666;
  font-size: 15px;
  line-height: 1.6;
}

.info-adicional {
  margin-top: 30px;
}

.info-box {
  display: flex;
  align-items: flex-start;
  background: white;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  height: 100%;
  min-height: 195px;
}

.info-box i {
  font-size: 30px;
  color: #dc220a;
  margin-right: 20px;
  flex-shrink: 0;
}

.info-box h3 {
  font-size: 18px;
  color: #333;
  margin-bottom: 10px;
  font-weight: 600;
}

.info-box p {
  color: #666;
  font-size: 15px;
  margin-bottom: 15px;
  line-height: 1.6;
}

.btn-consulta {
  display: inline-block;
  background: #dc220a;
  color: white;
  padding: 8px 20px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s;
}

.btn-consulta:hover {
  background: var(--color-marca5);
  color: white;
  text-decoration: none;
  transform: translateY(-2px);
}

/* Estilos generales del formulario */
.contact-form {
  padding: 30px;
  background-color: #fff;
  border-radius: 8px;
  /* box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05); */
  margin-bottom: 30px;
}

.contact-form h1 {
  color: #dc220a;
  font-size: 28px;
  margin-bottom: 20px;
  font-weight: 700;
  border-bottom: 2px solid #efc62c;
  padding-bottom: 10px;
  display: inline-block;
}

.contact-form h5 {
  color: #333;
  font-size: 18px;
  margin: 25px 0 15px;
  font-weight: 600;
}

.contact-form p {
  color: #555;
  line-height: 1.6;
  margin-bottom: 20px;
}

.contact-form a {
  color: #dc220a;
  transition: color 0.3s;
}

.contact-form a:hover {
  color: #c01d09;
  text-decoration: none;
}

/* Estilos para los campos del formulario */
.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  margin-bottom: 8px;
  color: #333;
  font-weight: 500;
}

.form-control {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 15px;
  transition: all 0.3s;
  box-shadow: none;
}

.form-control:focus {
  border-color: #dc220a;
  box-shadow: 0 0 0 2px rgba(220, 34, 10, 0.2);
  outline: none;
}

textarea.form-control {
  min-height: 150px;
  resize: vertical;
}

/* Estilo para el captcha */
.in_seguridad {
  height: 40px;
  padding: 8px 12px;
}

/* Estilo para el botón de enviar */
.btn-success {
  background-color: #dc220a;
  border-color: #c01d09;
  color: white;
  padding: 12px 25px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s;
  border-radius: 4px;
}

.btn-success:hover,
.btn-success:focus {
  background-color: var(--color-marca5);
  border-color: var(--color-marca5);
  color: white;
  transform: translateY(-2px);
}

/* Estilos generales del footer */
.footer-b2b {
  color: #fff;
  padding: 50px 0 20px;
  font-size: 15px;
  border-top: 1px solid #dc220a;
}

.footer-main {
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
}

.footer-col {
  margin-bottom: 30px;
  padding: 0 15px;
}

/* Logo */
.footer-logo img {
  max-width: 180px;
  margin-bottom: 20px;
  filter: brightness(0) invert(1);
}

/* Información de contacto */
.contact-info {
  margin-top: 15px;
}

.contact-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
  line-height: 1.5;
}

.contact-item i {
  color: #efc62c;
  margin-right: 12px;
  font-size: 16px;
  min-width: 20px;
  text-align: center;
  margin-top: 3px;
}

.contact-item.whatsapp i {
  color: #25d366;
}

.contact-item span,
.contact-item a {
  color: #fff;
  transition: color 0.3s;
}

.contact-item a:hover {
  color: #efc62c;
  text-decoration: none;
}

/* Títulos de sección */
.footer-title {
  color: #efc62c;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 8px;
  text-align: left;
}

.footer-title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 2px;
  background: #dc220a;
}

/* Enlaces */
.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}

.footer-links li {
  margin-bottom: 12px;
}

.footer-links a {
  color: #fafafa;
  text-decoration: none;
  transition: all 0.3s;
  display: inline-block;
}

.footer-links a:hover {
  color: #efc62c;
  transform: translateX(5px);
}

/* Footer inferior */
.footer-bottom {
  border-top: 1px solid #444;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.social-links a {
  color: #bbb;
  text-decoration: none;
  transition: all 0.3s;
  display: inline-flex;
  align-items: center;
}

.social-links a:hover {
  color: #efc62c;
}

.social-links i {
  margin-right: 8px;
  font-size: 18px;
}

p.datos_pie {
  display: none;
}

.seccion-pago-envio {
  padding: 60px 0;
  background-color: #f9f9f9;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.titulo-seccion {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 50px;
  color: #333;
  position: relative;
}

.titulo-seccion span {
  color: #dc220a;
}

.titulo-seccion:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -15px;
  width: 80px;
  height: 3px;
  background: #efc62c;
  transform: translateX(-50%);
}

.metodo-container {
  background: white;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  height: 100%;
  overflow: hidden;
  transition: all 0.3s ease;
  min-height: 425px;
}

.metodo-container:hover {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.metodo-header {
  background: #dc220a;
  color: white;
  padding: 20px;
  display: flex;
  align-items: center;
}

.metodo-header i {
  font-size: 28px;
  margin-right: 15px;
  color: #efc62c;
}

.metodo-header h3 {
  margin: 0;
  font-size: 22px;
  font-weight: 600;
  color: #fff;
}

.metodo-content {
  padding: 20px;
}

.metodo-item {
  display: flex;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #eee;
}

.metodo-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.metodo-icon {
  margin-right: 15px;
}

.metodo-icon i {
  font-size: 24px;
  color: #dc220a;
  width: 40px;
  height: 40px;
  background: rgba(220, 34, 10, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.metodo-text h4 {
  font-size: 18px;
  color: #333;
  margin: 0 0 5px 0;
  font-weight: 600;
}

.metodo-text p {
  color: #666;
  font-size: 15px;
  margin: 0;
  line-height: 1.6;
}

.metodo-info {
  background: rgba(239, 198, 44, 0.1);
  padding: 15px;
  border-radius: 5px;
  margin-top: 20px;
  display: flex;
  align-items: flex-start;
}

.metodo-info i {
  color: #efc62c;
  font-size: 20px;
  margin-right: 10px;
  flex-shrink: 0;
}

.metodo-info p {
  color: #666;
  font-size: 14px;
  margin: 0;
  line-height: 1.6;
}

.metodo-info a {
  color: #dc220a;
  font-weight: 500;
  text-decoration: none;
}

.metodo-info a:hover {
  text-decoration: underline;
}

/* Responsive */
@media (max-width: 991px) {
  .titulo-seccion {
    font-size: 32px;
    margin-bottom: 40px;
  }

  .metodo-header {
    padding: 15px;
  }

  .metodo-header h3 {
    font-size: 20px;
  }

  .metodo-content {
    padding: 15px;
  }
}

@media (max-width: 767px) {
  .seccion-pago-envio {
    padding: 40px 0;
  }

  .titulo-seccion {
    font-size: 28px;
  }

  .metodo-container {
    margin-bottom: 30px;
  }

  .metodo-item {
    flex-direction: column;
  }

  .metodo-icon {
    margin-bottom: 10px;
  }
}

/* Responsive */
@media (max-width: 991px) {
  .footer-col {
    width: 50%;
  }

  .footer-title {
    font-size: 17px;
  }
}

@media (max-width: 767px) {
  .footer-b2b {
    padding: 30px 0 20px;
    text-align: center;
  }

  .footer-col {
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
  }

  .footer-title:after {
    left: 50%;
    transform: translateX(-50%);
  }

  .contact-item {
    justify-content: center;
    text-align: center;
  }

  .footer-links a:hover {
    transform: none;
  }

  .footer-bottom {
    flex-direction: column;
  }

  .copyright,
  .social-links {
    text-align: center;
    width: 100%;
  }

  .copyright {
    margin-bottom: 15px;
  }

  .social-links a {
    justify-content: center;
  }
}

/* Estilos responsivos */
@media (max-width: 767px) {
  .contact-form {
    padding: 20px 15px;
  }

  .contact-form h1 {
    font-size: 24px;
  }

  .btn-success {
    width: 100%;
    margin-top: 10px;
  }

  .in_seguridad {
    width: 100% !important;
  }
}

/* Estilo para grupos de validación */
input:required:invalid,
textarea:required:invalid {
  /* border-color: #ffcccc; */
}

input:required:valid,
textarea:required:valid {
  border-color: #dddddd;
}

button.btn.btn-primary.btn-compra {
  /* background-color:var(--color-marca5); */
  background: var(--color-marca2);
  color: #fff;
}

button.btn.btn-primary.btn-compra:hover {
  /* background-color: var(--color-marca2); */
  background: var(--color-marca5);
}

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background-color: var(--color-marca5);
  border-color: var(--color-marca5);
  border-left: 2px solid var(--color-marca2);
  color: var(--color-marca3);
}

select#ordenamientoListado {
  height: auto;
}

nav#navbar-sidebar ul.nav.navbar-nav.navbar-left.sm-vertical li ul a:hover {
  color: var(--color-marca3);
}

ul.fct-scroll {
  margin-left: 0;
}

i.fa.fa-search.aplicar_precio {
  margin-left: 3px;
}

input#filtro_precio_desde {
  width: 85px !important;
}

ul {
  padding-left: 0;
  margin-left: 0;
}

/* Responsive */
@media (max-width: 991px) {
  .titulo-seccion {
    font-size: 32px;
    margin-bottom: 40px;
  }

  .paso-contenido {
    padding: 20px 10px;
  }
}

@media (max-width: 767px) {
  .seccion-como-comprar {
    padding: 40px 0;
  }

  .titulo-seccion {
    font-size: 28px;
  }

  .info-box {
    flex-direction: column;
    text-align: center;
    padding: 20px 15px;
  }

  .info-box i {
    margin-right: 0;
    margin-bottom: 15px;
  }

  .paso-icono i {
    font-size: 35px;
  }
}

/* Responsive */
@media (max-width: 991px) {
  .nosotros-titulo {
    font-size: 30px;
  }

  .nosotros-texto p {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .seccion-nosotros {
    padding: 40px 0;
  }

  .nosotros-imagen {
    margin-bottom: 30px;
  }

  .nosotros-titulo {
    font-size: 28px;
  }

  .destacado-item {
    margin-right: 15px;
    font-size: 14px;
  }
}

/* Responsive adjustments */
@media (max-width: 991px) {
  .info-card {
    padding: 10px;
  }

  .info-item {
    padding: 15px;
  }
}

@media (max-width: 767px) {
  .info-destacada {
    padding: 20px 0;
  }

  .info-card {
    margin-bottom: 10px;
  }

  .info-icon {
    font-size: 20px;
  }

  .info-content h2 {
    font-size: 16px;
  }

  .info-content p {
    font-size: 14px;
  }
}

.proy_promociones.promociones_2,
.proy_promociones.promociones_3 {
  margin: 30px 0 50px 0;
}

.image a img {
  /* padding: 20px; */
}

small.art_cod_precios {
  display: none;
  padding: 0 !important;
  margin: 0 !important;
}

.sp-large a img {
  padding: 30px;
}

h3.leyendaConStock,
h3.leyendaSinStock {
  clear: both;
  margin: 5px 0;
  font-size: 100%;
  background: #0000000d;
  border-radius: 15px;
  text-align: center;
  width: 40%;
  margin: 10px auto;
}

h3.leyendaConStock,
h3.leyendaConStock:before {
  color: #008000;
}

h3.leyendaConStock {
  width: 61%;
}

.detalle h3.leyendaSinStock {
  width: 20%;
}

.detalle h3.leyendaConStock {
  width: 40%;
  margin: 0;
}

.product-code {
  color: #666;
  font-weight: bold;
}

.product-code strong {
  font-weight: 400;
}

/* inicio ofertas central 2 */
.categories-row {
  margin: 50px 0 0 0;
}

.category-item {
  text-align: center;
  margin-bottom: 15px;
}

/* .category-icon-circle {
  width: 60px;
  height: 60px;
  background-color: var(--color-marca5);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
  color: white;
  font-size: 24px;
  transition: all 0.3s ease;
} */

.category-icon-circle {
  width: 100px;
  height: 100px;
  /* background-color: var(--color-marca5); */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
  color: var(--color-marca5);
  font-size: 3rem;
  transition: all 0.3s ease;
  border: 2px solid var(--color-marca5);
  padding: 40px;
}

/* .category-icon-circle:hover {
    background-color: var(--color-marca2);
    transform: translateY(-5px);
} */

.category-item:hover .category-icon-circle {
  /* background-color: var(--color-marca2); */
  transform: translateY(-5px);
}

.category-title {
  font-size: 2rem;
  font-weight: 500;
  color: var(--color-marca5);
  text-transform: capitalize;
  letter-spacing: 1px;
}

/* fin ofertas central 2 */

/* inicio vista productos */

body.productos .list-view h3.leyendaConStock,
body.productos .list-view h3.leyendaSinStock {
  width: auto;
  margin-right: 18px !important;
}

body.productos .item.list-view .product .description {
  border-top: 0px;
  padding-top: 0px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}

body.productos .item.list-view .price {
  margin: 20px 0;
}

/* fin vista productos */

/* inicio ajuste marcas scroll sup */

.scroll_sup .slick-track {
  width: 100% !important;
}

.scroll_sup ul.brand-carousel {
  display: flex !important;
  justify-content: space-around;
  align-items: center;
}

.brand-carousel li {
  margin: 0 20px;
  width: 100px !important;
}

/* fin ajuste marcas scroll sup */

/* inicio ajustes carrito */

body.carrito .cartMiniTable {
  display: none;
}

body.carrito .scroll_sup.container {
  display: none;
}

ul.orderStep li {
  display: none;
}

.orderStep li.active {
  border-bottom: 4px solid var(--color-marca5);
  background: none;
  color: var(--color-marca5);
  display: block;
  width: 100%;
  font-weight: bold;
}

.orderStep li.active span b {
  background: var(--color-marca5);
  color: var(--color-marca3);
}

.orderStep li.active:after {
  display: none;
}

/* fin ajustes carrito */

.proy_promociones.promociones_2 img,
.proy_promociones.promociones_3 img {
  border-radius: 7px;
}
body.productos h3.leyendaSinStock {
    width: 50%;
}

.detalle h3.leyendaSinStock {
    margin: 10px 0;
}

body.detalle #img_prod img {
  padding: 0;
  border-radius: 0;
}
#img_prod .sp-large {
    /* max-height: 432px; */
}
.ley_gral_top1 .destacado-slider {
    background: var(--color-marca5);
    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;
    color: var(--color-marca3);
}
body.forma_pago .cartMiniTable button.btn.btn-default {
    width: 100%;
    margin-bottom: 10px;
}
.lista-medios-pago .bordePago2 {
    border: 2px solid #0070b7;
    background: transparent;
    border-radius: 10px;
}
.lista-medios-pago li:hover {
    border: 2px solid #0070b7;
    border-radius: 10px;
}
#modal-prod-agregado .col-md-7 {
    text-align: left;
}
#modal-prod-agregado .modal-body {
    background: #fff;
}
span.ultimaact {
    display: block;
    text-align: center;
}
body.marcas .scroll_sup {
    display: none;
}
.navbar-nav > li.oculto-protegido {
  display: none ;
}
/***** FIN ALERTS *****/
/***** RESPONSIVE MEDIA QUERIES *****/
@media (min-width: 1920px) {
  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: 38%;
    top: 15px;
  }

  .row.noticiashome0 .noticiashome0-row.row,
  .noticiashome0 div#notas_oferta_0 {
    width: 75%;
    margin: 0 auto;
    padding: 0;
  }
}

@media screen and (max-width: 1666px) {
  h3.leyendaConStock {
    width: 65%;
  }
}

@media (max-width: 1441px) {
  .top-bar .search {
    right: 28%;
  }

  .top-bar .social-fixed .search {
    right: 27%;
  }
}

@media (max-width: 1367px) {
  .top-bar .search {
    right: 37%;
  }

  .top-bar .search.search-fixed {
    right: 37% !important;
  }

  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: 35%;
  }

  .top-bar .social-fixed .search {
    right: 35%;
  }
}

@media (max-width: 1025px) {
  .top-bar .social-fixed .search {
    right: 40%;
  }
}

@media (max-width: 1024px) {
  .menu-info {
    padding-left: 0%;
  }

  .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: 30%;
  }

  .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: 767px) {
  .caja_func_sup .cotizacion {
    display: none;
  }

  .menu-info {
    top: 160%;
  }

  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: var(--font-family);
  }

  .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;
  }

  td#total_pedido + td {
    width: 100%;
    display: block;
    width: 100%;
    max-width: 100%;
    display: block;
    clear: both;
    position: absolute;
    bottom: -90px;
    right: 0;
    left: 0;
    height: 90px;
    border: 0px;
    clear: both;
  }

  .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(--color-marca2) !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: #000;
    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(--color-marca2);
  }

  .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;
  }

  a.favoritos_top {
    color: var(--color-marca2);
    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(--color-marca2);
    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;
  }

  .ban-top-izquierda img {
    max-width: 170px;
  }

  .navbar-default .navbar-toggle .icon-bar {
    background-color: var(--color-marca2);
  }

  .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: 40px;
  }

  .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: 65px;
  }

  .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: #fff;
    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;
  }

  .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;
  }
}

@media (max-width: 480px) {
  body.ofertas,
  body {
    padding-top: 128px;
  }

  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;
  }

  .datos-footer .footer-top .col-md-3 {
    width: 100%;
    text-align: center;
  }

  section.info-destacada .info-sup .media-left {
    display: block;
  }

  .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: 5px;
  }

  .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: #fff;
  }

  .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: 40px;
  }

  .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: #e7e7e7;
  }

  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: var(--color-marca5) !important;
    border-left: 4px solid var(--color-marca5) !important;
    color: var(--color-marca3) !important;
  }

  .navbar-default .navbar-nav > li > a {
    color: var(--color-marca2);
  }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: var(--color-marca2);
  }

  .navbar-fixed-bottom .navbar-collapse,
  .navbar-fixed-top .navbar-collapse {
    max-height: 100%;
  }

  li#sucursal_movil {
    display: none;
  }
  .ban-top-izquierda {
    width: 100%;
  }
  .ban-top-izquierda img {
    max-width: 150px !important;
  }
  .scroll_sup .slick-track {
    width: 1270px !important;
  }

  .dropdown-toggle.pull-right.hidden-md.hidden-lg {
    top: 10px;
  }

  .top-bar .search {
    top: 50px;
  }
  .top-bar .search input.search-form {
    width: 300px !important;
  }
  ul.dropdown-menu.dropdown-cart {
    top: 100px;
    left: 30%;
    border-radius: 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 20%);
  }
  .autocomplete-items {
    left: 25px;
  }
  .top-bar .search.search-fixed {
    background: #fff;
    border-bottom: 1px solid #ddd;
    display: none;
  }
  .navbar.navbar-default.navbar-superior.navbar-fixed-top {
    box-shadow: 0px 0px 5px 0 rgba(0, 0, 0, 20%);
  }
  .ban-top-izquierda img {
    margin: 0 112px;
  }
  .price {
    text-align: center;
  }
  .product {
    padding: 0;
    padding-bottom: 20px;
  }
  .contact-item {
    justify-content: left;
    text-align: left;
  }
  .footer-title:after {
    left: 6%;
  }
  body.detalle .detalle_producto {
    padding: 10px;
    min-height: 50px;
  }
  .detalle h3.leyendaConStock {
    width: 50%;
    margin: 15px 0;
  }
  /* .navbar-nav > li.oculto-protegido {
  display: block !important;
} */
}

@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;
  }
  .ban-top-izquierda {
    width: 100%;
  }
  .ban-top-izquierda img {
    max-width: 150px !important;
  }
  .scroll_sup .slick-track {
    width: 1270px !important;
  }

  .dropdown-toggle.pull-right.hidden-md.hidden-lg {
    top: 10px;
  }

  .top-bar .search {
    top: 50px;
  }
  .top-bar .search input.search-form {
    width: 300px !important;
  }
}

/***** FIN RESPONSIVE MEDIA QUERIES *****/
