@import url(https://fonts.googleapis.com/css?family=Open+Sans:700,400,300);
@import url(btn.css);
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

body,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", sans-serif;
}

footer,
footer a:hover {
  color: #666;
}

/*////BUSCADOR////*/
.caja_func_sup.pull-right>* {
    padding: 0 8px !important;
}
.buscador{
    display: none;
}
.buscador i, .buscador a {
    font-weight: 700;
    color: #4e4e4e;
}
#ofertas .buscador i, #ofertas .buscador a {
    color: white;
}
.top-number .buscador ul.dropdown-menu {
    position: fixed;
    right: 0;
    top: 105px;
    left: 0;
    transform: none;
    padding: 0;
    margin: 0;
    border:0px;
}
.top-number-fixed .buscador ul.dropdown-menu{
    top:67px;
}
.navbar-superior.navbar-fixed-top .buscador ul.dropdown-menu {
    width: 100%;
    left: 0 !important;
    top: 100%;
    margin: 0;
}
.buscador ul.dropdown-menu input.search-form {
    padding: 20px;
    width: calc(100% - 20px);
    margin: 10px;
    font-size: 16px;
    border-bottom: 0 !important;
    border: 0;
    outline: none;
    font-family: var(--tipografia-principal);
}

.buscador form#form-buscar {
    width: 90%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 15px;
    background: white;
    box-shadow: none;
}
form#form-buscar button {
    background: #ea8034;
    border: 2px solid #ea8034;
    border-radius: 8px;
}
.buscador form#form-buscar i {
    color: white;
}
.buscador button.btn.btn-buscartop {
    color: var(--color-marca3);
}
div#palabra-autocomplete-list {
    max-height: 65vh;
    overflow-y: auto;
    background: #f2f2f2;
    border: none;
}
div#palabra-autocomplete-list .autocomplete-item {
    width: 90%;
    padding-left: 15px;
    margin: 8px auto 15px;
    border-radius: 8px;
}

@media (min-width: 1920px) {
    .buscador form#form-buscar {
        width: 75%;
    }
    div#palabra-autocomplete-list .autocomplete-item {
        width: calc(75% - 25px);
    }
}
@media (max-width: 1024px) {
    .buscador form#form-buscar {
        width: 100%;
    }
    div#palabra-autocomplete-list .autocomplete-item {
        width: calc(100% - 25px);
    }
}
@media (max-width: 768px) {
    .autocomplete-items{
        position: absolute !important;
    }
    .buscador ul.dropdown-menu.dropdown-cart {
        width: 100%;
        top: 100% !important;
        left: 0 !important;
        position: absolute;
        margin: 0;
    }
}
/*////FIN BUSCADOR////*/

.search,
.social-share,
ul.social-share li {
  display: inline-block;
}

.form-control:focus,
.search_box {
  outline: 0;
  box-shadow: none;
}

.title-sol span,
.widget h5,
h4.tit_categorias {
  text-transform: uppercase;
}

body {
  background: #fff;
  color: #4e4e4e;
  font-weight: 400;
  line-height: 19px;
  font-size: 14px;
  padding-top: 150px;
}

header#header {
  position: absolute;
  top: 0;
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  color: #0070b7;
}

h1 {
  font: 300 24px "Poppins", sans-serif;
  text-align: center;
  /* background: transparent; */
  /* border-bottom: 1px solid #c2c1c1 !important; */
  /* border-top: 4px solid #f4e4d3 !important; */
  color: #ea8034;
  margin-top: 10px;
  margin-bottom: 15px;
  padding: 8px 0;
  text-transform: uppercase;
  letter-spacing: 2px;
}

h1.titulo {
  font: 400 32px "Poppins", sans-serif;
}

h1.titulo b {
  font-weight: 400;
}

h2 {
  font-size: 180%;
}

h2#pie_seo {
  font-size: 14px;
}

.controls .fa,
.form-control,
.form-group label,
h2#pie_seo b {
  font-weight: 300;
}

h3 {
  font-size: 120%;
  color: #787878;
  font-weight: 400;
  line-height: 24px;
}

h4 {
  font-size: 140%;
}

input[type="email"],
input[type="number"],
input[type="password"],
input[type="text"] {
  border-color: #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  color: #111;
  font-size: 14px;
  margin-bottom: 10px;
  height: 36px;
}

.bg-warning {
  background-color: #fcf8e3;
}

.container.general {
  padding-bottom: 30px;
  margin-top: 10px;
}

i#flecha {
  color: #9d7483 !important;
}

label.comparativa {
  padding-bottom: 10px;
  left: 0px;
}

div#ventanaComparativa {
  border-bottom: 4px solid #cccccc;
}

div#boton_comparar a {
  display: block;
  padding: 10px;
  font-weight: 400;
  background: #f1cca3;
  border: 2px solid #f1cca3;
  color: #804e68 !important;
  text-transform: uppercase;
}

div#boton_comparar a:hover {
  background: #f4e4d3;
  border: 2px solid #f4e4d3;
  color: #804e68 !important;
  font-weight: 400;
}

a#quitarTodosComparativa,
a#quitarTodosComparativa:hover {
  background: none !important;
  border: none !important;
}

span.precio-compa {
  font-size: 120%;
  font: normal 16px "times new roman";
  color: #804e68;
}

footer {
  background: #363636;
  padding: 30px 0;
  text-align: center;
  color: #fff;
}

footer a {
  color: #fff;
}

footer .foot_netone {
  border-top: 0px solid #444;
  padding-top: 5px;
  font-size: 85%;
}

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;
}

.leyenda_slide {
  position: absolute;
  margin-left: 50px;
  top: 105px;
}

.slick-next:before {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
}

.slick-prev:before {
  content: "\f104";
  font-family: "Font Awesome 5 Pro";
}

.hormigafoot {
  text-align: center;
  padding: 7px 0;
  display: none;
}

.hormigafoot h2 {
  color: #444;
}

p.iva {
  background: #fff;
  padding: 5px;
  margin-bottom: 0;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.widget.login [class*="col-"] {
  padding-right: 0;
}

.rownuevadireccion {
  margin-left: -5px;
  margin-right: -5px;
  font-size: 13px;
  margin-top: 10px;
  border-top: 1px solid #ddd;
  padding-top: 10px;
}

.rownuevadireccion .form-group label {
  font-size: 13px;
}

.rownuevadireccion [class*="col-"] {
  padding: 0 5px;
}

.widget.login p {
  margin: 10px 0 0;
}

.close {
  font-size: 24px !important;
}

.gallery,
div.recom {
  margin-bottom: 20px;
}

.gallery {
  padding: 0 15px;
}

.gallery .img-responsive {
  border: 2px solid #fff;
  width: 100%;
}

.gallery [class*="col-"] {
  padding: 0;
}

a {
  color: #4e4e4e;
  -webkit-transition: color 0.1s, background-color 0.1s;
  -moz-transition: color 0.1s, background-color 0.1s;
  -o-transition: color 0.1s, background-color 0.1s;
  transition: color 0.1s, background-color 0.1s;
}

hr {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;
}

a:focus,
a:hover {
  color: #111;
  text-decoration: none;
  outline: 0;
}

body>section {
  padding: 70px 0;
}

.center {
  text-align: center;
  padding-bottom: 20px;
}

.aparece,
.social {
  text-align: right;
}

.scaleIn {
  -webkit-animation-name: scaleIn;
  animation-name: scaleIn;
}

@-webkit-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.col-derecha,
.col-izquierda {
  background: #f5f5f5;
}

.fixednav {
  position: fixed;
  top: 0;
  -webkit-animation: mymove 1s;
  animation: mymove 1s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  width: 100%;
  z-index: 1030 !important;
}

@-webkit-keyframes mymove {
  from {
    top: -40px;
  }

  to {
    top: 0;
  }
}

@keyframes mymove {
  from {
    top: -40px;
  }

  to {
    top: 0;
  }
}

.navbar>.container .navbar-brand {
  margin-left: 0;
}

.top-bar {
  padding: 0;
  background: #ea8034;
  border-bottom: 3px solid #e5782c;
  height: 42px;
}

.top-bar a {
  color: #ffffff;
}

/******************LEYENDA TOP***********************/
div#leyenda_gral_top {
  color: #ffffff;
  z-index: 9;
  letter-spacing: .3px;
  font-size: 14px;
}


.slider-promociones {
  padding: 2px 0;
  width: calc(100% - 1203px);
  z-index: 1000;
  position: fixed;
  top: 9px;
  left: 660px;
}

.slider-wrapper {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
}

.slider-container {
  display: inline-block;
  white-space: nowrap;
  animation: slideText 15s linear infinite;
}

.promo-item {
  display: inline-block;
  padding: 0 8px;
}

.promo-text {
  font-size: 17px;
  font-weight: bold;
  color: #ffffff;
  margin: 0;
  display: inline-block;
}

@keyframes slideText {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

/* Pausa al hacer hover para mejor lectura */
.promo-slider:hover .slider-container {
  animation-play-state: paused;
}

@media (max-width: 768px) {
  .slider-promociones{
    position: absolute !important;
    width: calc(100% - 76px);
    left: 0;
  }
}

/******************FIN LEYENDA TOP***********************/

.social-share {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul#menutop li a,
ul.social-share li a {
  display: inline-block;
  padding: 5px 3px;
}

ul#menutop li a:hover,
ul.social-share li a:hover {
  color: #666;
}

.search,
.search i {
  color: #222;
}

.search {
  margin-right: 45px;
}

button.btn.btn-buscartop {
  background: none;
}

.search .input-group {
  display: block;
}

input.search-form {
  background: #fff;
  border-bottom: 1px solid #bbb !important;
  border: 0px;
  border-radius: 5px;
  width: 150px;
  color: #000;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  height: 35px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
}

.result-busqueda {
  border: 1px solid #f0f0f0;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 35px;
}

.widget.search {
  border: 1px solid red;
}

input.search-form:focus,
input.search-form:hover {
  width: 150px;
}

.navbar-brand {
  padding: 0;
  margin: 0;
}

.navbar-default {
  background-color: #00000038;
  margin: 0;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding-bottom: 0px;
  z-index: 10 !important;
}

.ban-top-izquierda {
  position: relative;
  width: 80px;
  right: 50px;
}

ul.nav.navbar-nav#nav {
  clear: both;
  width: 100%;
  margin-top: 0px;
  margin-left: 30px;
}

.navbar-nav>li>a.active {
  background: none;
  color: #b54909;
}

.navbar-header {
  padding-top: 10px;
  height: 100px;
}

.dropdown-menu {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
  background-color: #f4e4d3;
  color: #333;
  font: 500 14px "Poppins", sans-serif;
}

.dropdown-menu>li>a {
  padding: 5px 20px;
  color: #333;
  background: white;
}

.dropdown-menu>li>a:hover {
  color: #333;
}

.navbar-nav .open .dropdown-menu>li>a:focus,
.navbar-nav .open .dropdown-menu>li>a:hover {
  background-image: none;
  background-color: #f4e4d3 !important;
  color: #333 !important;
}

.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 {
  background: #ffffff59;
}

h4.tit_categorias {
  font-family: Calibri;
  margin-bottom: 0;
  font-size: 16px;
  color: #4e4e4e;
}

.redes .fa {
  font-size: 26px;
  color: #999;
  margin: 0 0.2em;
}

.page-scroll {
  font-size: 40px;
  display: none;
  right: 20px !important;
  width: 40px !important;
}

.aparece {
  display: block;
  width: 40px !important;
  position: fixed;
  bottom: 20px;
  -webkit-animation: myscroll 1s;
  animation: myscroll 1s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  z-index: 999 !important;
}

@-webkit-keyframes myscroll {
  from {
    bottom: -200px;
  }

  to {
    bottom: 20px;
  }
}

@keyframes myscroll {
  from {
    bottom: -200px;
  }

  to {
    bottom: 20px;
  }
}

.in_seguridad {
  width: 100% !important;
  margin-left: 5px !important;
}

textarea#message {
  resize: none;
  padding: 10px;
}

.search_box {
  background-position: 97%;
  background-repeat: no-repeat;
  border-color: #dedede;
  height: 48px;
}

.spot_top .img-responsive,
spot_bot .img-responsive {
  margin: 15px auto;
}

.spot_ofertas_inf .img-responsive {
  float: left;
  border: 2px solid #fff;
  max-width: 570px;
}

.spot_pie {
  width: 70%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.spot_pie img {
  float: left;
  max-width: 670px;
  margin-bottom: 30px;
}

.list-group {
  margin-bottom: 0;
}

.msj_error,
.widget {
  margin-bottom: 20px;
}

#nav2 .list-group .in {
  border-left: 1px solid #ddd;
  margin-left: 10px;
}

a.list-group-item:focus,
a.list-group-item:hover {
  text-decoration: none;
  background-color: transparent;
}

.list-group .list-group-item {
  border-width: 0;
  padding-right: 5px;
}

.list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.list-group .list-group-item:last-child {
  border-bottom: 0;
}

.owl-prev {
  left: 0 !important;
}

.owl-next {
  right: 0 !important;
}

.form-group label {
  color: #4e4e4e;
  font-size: 14px;
}

.form-group .form-control {
  padding: 7px 12px;
  border-color: #ccc;
  box-shadow: none;
}

textarea#consulta {
  resize: none;
  padding: 10px;
}

.msj_error {
  padding: 15px;
  border: 1px solid #ebccd1;
  border-radius: 4px;
  color: #a94442;
  background-color: #f2dede;
}

div#servicios {
  display: none;
}

.widget {
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
  padding-left: 0;
}

.widget h5 {
  color: #000;
}

.social .img-responsive {
  display: inline;
}

.brand {
  text-align: left !important;
  font-size: 22px;
  padding-left: 20px;
  line-height: 50px !important;
}

a.dropdown-toggle {
  padding-top: 7px;
}

.dropdown-cart {
  background: #999;
  color: #fff;
  padding-bottom: 0;
  top: 30px;
}

.dropdown-cart a {
  color: #fff;
}

.scroll_der,
.scroll_izq {
  width: 180px;
}

.scroll_der ul,
.scroll_izq ul {
  text-align: center;
  padding: 0;
  list-style: none;
  margin: 0 auto;
}

.scroll_der li,
.scroll_izq li {
  margin: 0 5px;
  text-align: center;
  padding: 0;
}

.scroll_inf,
.scroll_sup {
  padding: 30px 0;
  margin: 0 auto;
}

.scroll_inf ul,
.scroll_sup ul {
  text-align: center;
  padding: 0;
  list-style: none;
  margin: 0 auto;
}

.clearfix {
  float: none;
  clear: both;
}

.carousel-control {
  background-image: none !important;
  filter: none !important;
  font-size: 36px;
}

.carousel-control .fa-arrow-left,
.carousel-control .fa-arrow-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
  position: absolute;
  top: 40%;
  left: 20px;
  z-index: 5;
  display: inline-block;
}

.carousel-control .fa-arrow-right,
.carousel-control .icon-next {
  left: auto;
  right: 20px !important;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  top: 30px;
  left: 50%;
  margin-left: -500px;
  z-index: 10;
  padding-top: 30px;
  padding-bottom: 30px;
  color: #fff;
  text-align: left;
  text-shadow: none;
}

.carousel-caption h3 {
  font-size: 46px;
  font-weight: 300;
  color: #2778bc;
  text-shadow: none;
  text-align: left;
  line-height: 40px;
}

.carousel-caption h3 span {
  font-size: 55%;
  color: #222;
  margin-top: 20px;
  line-height: 26px;
  display: block;
}

.controls {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 25px;
}

.controls .fa {
  margin-left: 10px;
  color: #999;
}

.ircarrito {
  position: relative;
}

#cantidad_carrito.badge {
  position: absolute;
  left: 22px;
  top: -3px;
  background: rgb(255 255 255 / 94%);
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 5px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  color: #ea8034;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px;
}

.ico_usuario,
a.ircarrito:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  content: "\f290";
  display: inline-block;
  font-size: 20px;
  position: relative;
  top: 5px;
  padding-right: 25px;
}

#login_sup:before,
#nombre_usuario:before,
.cambiar_cuenta_top:before,
.registracion:before,
.terminar_sesion_top:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f007";
  display: inline-block;
  font-size: 20px;
  position: relative;
  top: 3px;
  padding-right: 0;
  margin-left: 10px;
  color: #fff;
  font-weight: 300;
}

#login_sup:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f090";
  color: #804e68;
  display: none;
}

.registracion:before {
  content: "\f234";
}

.cambiar_cuenta_top:before {
  content: "\f013";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
}

.terminar_sesion_top:before {
  content: "\f090";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
}

#carrito_top.cart_top a.ircarrito:before,
#carrito_top.cart_top span.ico_usuario {
  font-family: FontAwesome;
  content: "\f291";
  display: inline-block;
  font-size: 14px;
  position: relative;
  top: 0;
  padding-right: 0 !important;
}

.caja_func_sup {
  line-height: 35px;
  position: absolute;
  top: -42px;
  right: 254px;
  margin-left: 150px;
  color: #804e68;
  display: flex;
  align-items: center;
}

#carrito_top a,
#login_sup a,
#micuenta_top a,
#nombre_usuario a {
  color: #ffffff;
}

#login_sup a i {
  font-size: 21px;
  vertical-align: middle;
  margin-left: 10px;
}

div#carrito_top {
  float: right;
  line-height: 2em;
  margin-left: 10px;
}

span#nombre_usuario:before {
  display: none;
}

.registracion:before {
  color: #ffffff;
}

#carrito_top,
#login_sup,
#micuenta_top,
#nombre_usuario {
  text-align: right;
  line-height: 1.2em;
  font-size: 12px;
}

#carrito_top.cart_top,
#login_sup.cart_top,
#micuenta_top.cart_top,
#nombre_usuario.cart_top {
  text-align: center;
  line-height: 20px;
}

#nombre_usuario.cart_top span.ico_usuario {
  display: none;
}

.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
  font-size: 12px;
  padding-top: 5px;
  margin-bottom: 5px;
}

.dropdown-cart .irapedido a {
  background: #aac961;
}

.modal-header-primary {
  color: #fff;
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
  background-color: #ea8034;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.modal-body,
.modal-content {
  background: #f7f7f7;
}

.modal-header {
  border: none;
}

.modal-footer {
  border: none;
  padding: 0;
}

.modal-body {
  padding: 15px;
  overflow: hidden;
  margin: 0 !important;
  width: 100% !important;
  text-align: center;
  font-size: 13px;
}

.modal-body h3 {
  margin-top: 0;
  font-size: 140%;
  color: #222;
  border-bottom: 1px dotted #ddd;
  padding-bottom: 5px;
  margin-bottom: 15px;
}

.loginmodal-container,
.modal-prod-agregado-container {
  width: 100% !important;
  margin: 0 auto;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  position: relative;
  border-radius: 2px;
}

.loginmodal-container {
  padding: 25px;
  max-width: 350px;
  background-color: #f7f7f7;
}

.modal-prod-agregado-container {
  padding: 0;
  max-width: 450px;
  background-color: none;
}

.modal span#nombre_prod_alert {
  font-size: 120%;
  font-weight: 600;
  color: #666;
}

.modal .fa.close {
  position: absolute !important;
  right: 10px !important;
  top: 10px !important;
  z-index: 999 !important;
}

.modal .fa {
  position: relative !important;
  right: 0 !important;
  top: 0 !important;
}

.modal h5 {
  font-weight: lighter;
  padding: 0;
  position: relative;
  border: none;
  margin: 0 0 15px !important;
  font-size: 24px !important;
  line-height: 24px !important;
  letter-spacing: -1px;
}

.modal h5 span {
  background: #f7f7f7 !important;
  padding: 15px !important;
}

.modal-header-primary h5 {
  color: #fff;
  font-weight: 400;
  font-size: 16px !important;
  margin-left: 20px !important;
  padding-top: 5px;
  margin-bottom: 5px !important;
  letter-spacing: 0px;
}

.modal-prod-agregado-container h5 {
  font-size: 1.2em;
}

.loginmodal-container input[type="submit"] {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  position: relative;
}

.loginmodal-container input[type="text"],
input[type="password"] {
  height: 35px;
  font-size: 14px;
  width: 100%;
  margin-bottom: 10px;
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid #d9d9d9;
  padding: 0 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.loginmodal-container input[type="text"]:hover,
input[type="password"]:hover {
  border: 1px solid #0070b7;
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.loginmodal {
  text-align: center;
  height: 36px;
  padding: 0 8px;
}

.loginmodal-submit {
  border: 0;
  color: #fff;
  text-shadow: 0 1px rgba(0, 0, 0, 0.1);
  background-color: #4d90fe;
  padding: 17px 0;
  font-family: roboto;
  font-size: 14px;
}

.loginmodal-submit:hover {
  border: 0;
  text-shadow: 0 1px rgba(0, 0, 0, 0.3);
  background-color: #357ae8;
}

.loginmodal-container a {
  text-decoration: none;
  color: #666;
  font-weight: 400;
  text-align: center;
  display: inline-block;
  opacity: 0.6;
  transition: opacity ease 0.5s;
}

.login-help {
  font-size: 12px;
}

.title-sol {
  font-family: Calibri;
  color: #454545;
  border-bottom: 2px solid #ddd;
  border-top: 2px solid #ddd;
  font-size: 22px;
  line-height: 24px;
  margin: 10px 0;
  padding: 0;
}

.title-sol span {
  color: #454545;
  display: inline-block;
  padding: 5px 15px 5px 0;
  width: auto;
}

.style2 .title-sol,
.title-sol.style2 {
  font-size: 36px;
  font-weight: lighter;
  line-height: 36px;
  margin: 30px 0 20px;
  padding: 0;
  position: relative;
  border: none;
}

.title-sol-style2,
.title-sol.style2 {
  position: relative;
}

.style2 .title-sol:after,
.title-sol-style2:after,
.title-sol.style2:after {
  display: none;
}

.title-sol-style2 span,
.title-sol.style2 span {
  background: #fff;
  display: inline-block;
  padding: 10px;
  position: relative;
  width: auto;
  z-index: 2;
}

.style2 .title-sol span,
.title-sol.style2 span {
  color: #6e6e6e !important;
  /* display: table; */
  position: relative;
  z-index: 2;
  font: 600 24px "Poppins", sans-serif !important;
  background: #fff;
  padding: 5px 15px;
  text-align: center;
  text-transform: uppercase;
  width: auto;
  margin: 0 auto;
}

.cajasnove .fecha_nov {
  font-size: 80%;
}

.cajasnove {
  margin-bottom: 15px;
}

.cajasnove h4 {
  margin-top: 0;
}

.cajasnove .des_nov,
.col-listar .desdoc {
  margin-top: 0px;
  background: #e2e2e2;
  padding: 10px;
  text-align: justify;
}

.noticiashome3-row .cajasnove h4,
.col-listar h3,
.row.noticiashome .cajasnove h4 {
  margin-top: 0;
  text-align: center;
  margin-bottom: 20px;
}

.noticiashome3-row .cajasnove h4 a,
.col-listar h3 a,
.row.noticiashome .cajasnove h4 a,
.row.noticiashome .cajasnove h4 {
  color: #ea8034;
  font-family: "Poppins";
}

.col-listar h3 a {
  font-weight: bold;
}

.div-vertodos-noticias.vertodos_OPC_NOTAS_OFERTAS_3 {
  margin-top: 25px;
}

h5.title-sol.style2.solnuevo.solnoticias {
  border-bottom: 1px solid #c2c1c1 !important;
  border-top: 4px solid #c3c3c3 !important;
  font: normal 26px "Georgia", sans-serif !important;
  letter-spacing: 1px;
  text-align: center;
}

.noticiashome3-row a.btn.btn-default.btn-vernota,
.col-listar a.btn.btn-default.btn-vernota,
.row.noticiashome .btn-vernota {
  position: absolute;
  right: 0px;
  bottom: 100px !important;
  color: white;
  margin-right: 10px;
  font-size: 45px;
}

.noticiashome3-row a.btn.btn-default.btn-vernota:active,
.noticiashome3-row a.btn.btn-default.btn-vernota:hover {
  background: transparent;
  color: #f4e4d3;
}

.noticiashome3-row .cajasnove {
  margin-bottom: 0px;
  margin-top: 20px;
}

.noticiashome3-row .cajasnove br {
  display: none;
}

.post-lead-image {
  float: left;
  margin-right: 30px;
  max-width: 500px;
}

.nov_dcorta {
  text-align: center;
}

.post-description {
  line-height: 22px;
}

.cajasnove .des_nov p {
  margin-bottom: 0px;
  font: 400 13px "Poppins", sans-serif;
}

.cajasnove .mas_nov a {
  font-size: 13px;
  color: #3276b1;
  display: block;
  text-align: right;
}

.image,
.item.list-view .image,
.product,
div.quickview {
  text-align: center;
}

.novedades-home-row .vertodos-noticias {
  margin: 0 auto;
  background: #fafafa;
  color: #454545;
  text-align: center;
  padding: 5px;
  border: 1px solid #ddd;
  font-size: 12px;
  font-weight: 600;
}

.cajasnuevo,
.cajasoferta {
  border: 0 solid #ddd;
  padding: 5px;
}

.novedadesrow.row,
.ofertasrow.row {
  margin-left: -5px;
  margin-right: -5px;
}

.productslider {
  width: 100%;
  display: block;
}

.item {
  display: block;
  height: auto;
  transition: all 0.3s ease 0;
  -moz-transition: all 0.3s ease 0;
  -webkit-transition: all 0.3s ease 0;
  -o-transition: all 0.3s ease 0;
  -ms-transition: all 0.3s ease 0;
}

.owl-theme .owl-controls .owl-page span {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4) inset;
}

.owl-theme .owl-controls .owl-has-nav {
  display: inline-block;
  font-size: 22px;
  font-weight: 700;
  height: 22px;
  position: relative;
  width: 12px;
  cursor: pointer;
  transition: 0.3s ease;
  opacity: 1;
}

.owl-has-nav:hover {
  opacity: 0.5;
}

.owl-has-nav i {
  position: absolute;
  top: 0;
}

.owl-has-nav.owl-next i {
  right: 0;
}

.owl-has-nav.owl-prev i {
  left: 0;
}

.product {
  transition: all 0.3s ease 0;
  -moz-transition: all 0.3s ease 0;
  -webkit-transition: all 0.3s ease 0;
  -o-transition: all 0.3s ease 0;
  -ms-transition: all 0.3s ease 0;
  border: 1px solid #fff;
  border-bottom: 3px solid #ccc;
  background: #fff;
  padding-bottom: 30px;
}

.product:hover {
  border-bottom: 3px solid #f1cca3 !important;
  border: 1px solid #e0e0e0;
  background: #fff;
}

h3.leyendaConStock,
h3.leyendaSinStock {
  clear: both;
  margin: 5px 0;
  font-size: 100%;
}

#tabla_listados h3.leyendaConStock,
#tabla_listados h3.leyendaSinStock {
  clear: both;
  margin: 0;
  font-size: 14px;
}

.product h3.leyendaConStock:before,
.product h3.leyendaSinStock:before,
h3.leyendaConStock:before,
h3.leyendaSinStock:before {
  content: "\f056";
  display: inline-block;
  text-rendering: auto;
  margin-right: 3px;
}

h3.leyendaSinStock:before {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  color: red;
}

.product h3.leyendaSinStock:before,
h3.leyendaConStock:before {
  font: normal normal normal 14px/1 FontAwesome;
}

h3.leyendaConStock:before {
  font-size: inherit;
  color: green;
}

.product h3.leyendaSinStock:before {
  font-size: inherit;
  color: red;
}

.product h3.leyendaConStock:before {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  color: green;
}

.discount,
.new-product,
.product h4 {
  font-family: Calibri, Helvetica Neue, Helvetica, Arial, sans-serif;
}

.featuredImgLook2 .inner:hover {
  border: 1px solid #4ec67f;
}

.product .marca {
  display: block;
  padding: 5px 0;
}

.product .marca_span {
  font-size: 90%;
  font-style: italic;
}

.image,
.image a {
  display: block;
  overflow: hidden;
}

.image {
  position: relative;
  width: 100%;
  max-height: 240px;
  transition: all 0.5s ease 0;
  -moz-transition: all 0.5s ease 0;
  -webkit-transition: all 0.5s ease 0;
  -ms-transition: all 0.5s ease 0;
  -o-transition: all 0.5s ease 0;
}

.prod-top {
  margin-bottom: 25px;
}

.prod-top .image,
.prod-top .image a img {
  max-height: 100%;
}

.prod-top .product {
  padding-bottom: 0;
}

.image a img {
  transition: all 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0s;
  -moz-transition: all 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0s;
  -webkit-transition: all 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0s;
  -ms-transition: all 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0s;
  -o-transition: all 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0s;
  transition: all 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0s;
  max-width: 100%;
}

.product:hover .image a img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}

.recomendadosrow .image a img {
  max-height: auto !important;
  max-width: 100%;
  transition: all 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0s;
  -moz-transition: all 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0s;
  -webkit-transition: all 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0s;
  -ms-transition: all 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0s;
  -o-transition: all 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0s;
  transition: all 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0s;
}

.recomendadosrow .product:hover .image a img {
  transform: none !important;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
}

.recomendadosrow .image a img {
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
}

.favCaja {
  position: absolute;
  padding-right: 45px;
  padding-top: 10px;
  -webkit-transition: font-size 0.2s, padding-right 0.2s, padding-top 0.2s,
    color 0.2s;
  transition: font-size 0.2s, padding-right 0.2s, padding-top 0.2s, color 0.2s;
}

.favButton.favCaja:hover {
  font-size: 20px;
  color: #804e68;
  padding-right: 35px;
  padding-top: 10px;
}

.favButton {
  font-size: 20px;
}

.favButton.activo {
  color: #804e68;
}

.favButton.favDetalle:hover {
  color: #804e68;
}

.favDetalle {
  float: right;
  -webkit-transition: font-size 0.2s, padding-right 0.2s, padding-top 0.2s,
    color 0.2s;
  transition: font-size 0.2s, padding-right 0.2s, padding-top 0.2s, color 0.2s;
  margin-top: 15px;
  margin-right: 15px;
  color: #804e68;
}

.sp-thumbs a:active,
.sp-current {
  opacity: 1 !important;
  position: relative;
  border: 2px solid #ffdcdc !important;
}

.sp-thumbs a:hover,
.sp-thumbs a:active,
.sp-current,
.sp-thumbs a {
  border: 2px solid #f3a99b;
  margin-right: 10px !important;
}

.promotion {
  position: absolute;
  z-index: 9;
  bottom: 20px;
  left: 0;
  height: 24px;
  width: auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  line-height: 18px;
}

.description {
  margin: 5px auto;
}

.prod-top .description h4 {
  margin: 10px 0;
}

.description a.masinfo20 {
  display: none;
}

.discount,
.new-product {
  display: inline-block;
  float: left;
  font-size: 16px;
  font-weight: lighter;
  height: 100%;
}

.price,
.product h4,
.product h4 a {
  font-weight: 700;
}

.new-product {
  color: #fff;
  padding: 3px 10px;
  background-color: #4ec67f !important;
  background-color: rgba(78, 198, 127, 0.95) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f24ec67f, endColorstr=#f24ec67f) !important;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f24ec67f, endColorstr=#f24ec67f) !important;
}

.discount {
  background: #a86f8d;
  border-radius: 0 4px 4px 0;
  color: #ffffff;
  padding: 3px 10px;
}

.product h4,
.product h4 a {
  text-decoration: none;
  font: 600 13px "Poppins", sans-serif;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.product h4 {
  margin: 0;
  display: block;
  line-height: 18px;
}

.prod-top .product h4 {
  margin-top: 20px;
}

.prod-top .product h4,
.prod-top .product h4 a {
  font-size: 22px;
  line-height: 22px;
}

.price {
  font-size: 14px;
  color: #454545;
  color: #3f3f3f;
  font: 400 15px "poppins";
}

.price span a, #precio a {
    background: #ea8034;
    border-radius: 8px;
    padding: 7px 12px;
    color: white;
    text-shadow: 0px 0px 5px #0000007d;
    box-shadow: 0 -15px 14px -13px #00000073 inset;
}

p.precio-desde {
  color: #fba1c7;
  font-weight: bold;
}

.action-control {
  border: 0;
  display: block;
  height: auto;
  padding: 5px 0 15px;
  width: 100%;
}

.action-control a {
  cursor: pointer;
}

.action-control a.active,
.action-control a:hover {
  color: #fff;
  background: #27ae60;
}

.cart a {
  font-size: 20px;
  color: #454545;
  margin: 0;
  display: inline-block;
  transition: all 0.3s ease-out 0;
  -webkit-transition: all 0.3s ease-out 0;
  -moz-transition: all 0.13s ease-out 0;
  -ms-transition: all 0.3s ease-out 0;
  -o-transition: all 0.3s ease-out 0;
}

div.quickview {
  display: block;
  margin-top: 40%;
  max-height: 50px;
  position: absolute;
  width: 100%;
  z-index: 2;
  visibility: hidden;
}

.sp-large,
.sp-wrap,
.swatches li {
  position: relative;
}

.product:hover div.quickview {
  visibility: visible;
}

.recomendadosrow.row .product {
  border: none;
}

.recomendadosrow.row .product:hover {
  border-bottom: 0px solid !important;
}

.btn-primary {
  background: #0070b7;
  font: 400 12px "Open Sans", sans-serif !important;
  color: #999 !important;
}

.btn-quickview {
  border-radius: 2px;
  font-family: Calibri, Helvetica Neue, Arial, sans-serif;
  letter-spacing: 2px;
  color: #eee !important;
  text-transform: uppercase;
  background: transparent;
  border: 1px solid #eee;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-o-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  left: auto;
  min-width: 100px;
  max-height: 40px;
  height: 40px !important;
  opacity: 0;
  -webkit-opacity: 0;
  -ms-opacity: 0;
  padding: 10px;
  visibility: hidden;
  width: auto;
  display: inline-block !important;
  z-index: 2;
  transform: scale(0.75);
  -webkit-transform: scale(0.75);
  -o-transform: scale(0.75);
  -ms-transform: scale(0.75);
  -moz-transform: scale(0.75);
  transition: all 0.3s ease 0;
  -webkit-transition: all 0.3s ease 0;
  -moz-transition: all 0.3s ease 0;
  -ms-transition: all 0.3s ease 0;
}

#precant,
.swatches li {
  box-shadow: 1px 1px 2px #c5c5c5;
}

.product:hover .btn-quickview {
  visibility: visible;
  opacity: 0.85;
  -webkit-opacity: 0.85;
  -ms-opacity: 0.85;
  transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
}

.product>.btn-quickview:hover {
  opacity: 0.95;
}

.change-view {
  margin-right: 10px;
}

.subCategoryTitle {
  font-size: 13px;
  color: #444;
  font-weight: 600;
}

.change-view a {
  border: 1px solid #ccc;
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  height: 34px;
  line-height: 23px;
  margin-left: 5px;
  overflow: hidden;
  padding: 5px 8px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

.productFilter input,
.productFilter select {
  font-size: 12px;
}

.item.list-view {
  display: block;
  height: auto !important;
  width: 100% !important;
  overflow: hidden;
  margin-bottom: 20px;
}

.item.list-view .product {
  padding: 10px;
}

.item.list-view h3.leyendaConStock,
.item.list-view h3.leyendaSinStock {
  margin: 0;
}

.item.list-view .image .img-responsive {
  display: block;
  overflow: hidden;
  position: relative;
  float: left;
  transition: all 0.5s ease 0;
  -moz-transition: all 0.5s ease 0;
  -webkit-transition: all 0.5s ease 0;
  -o-transition: all 0.5s ease 0;
  -ms-transition: all 0.5s ease 0;
}

.item.list-view .action-control,
.item.list-view .description,
.item.list-view .price {
  text-align: right;
}

.item.list-view .image a {
  display: block;
  height: 100%;
  max-height: 100% !important;
}

.item.list-view .image img {
  max-height: 260px;
  width: auto !important;
}

.item.list-view h4 {
  height: auto;
  margin: 0 0 5px;
  font-size: 24px;
}

.item.list-view h4 a {
  font-weight: 600;
}

.item.list-view .description p {
  text-align: right;
  min-height: 10px;
}

.item.list-view .price {
  font-size: 22px;
}

.item.list-view .product .btn-compra {
  float: right !important;
}

.pagination {
  margin-top: 10px;
}

.ley_sol_productos {
  display: none;
}

.btn-primary:hover,
.btn-primary:focus,
.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
  background-color: #9d7483;
  border-color: #9d7483;
  color: #ffffff;
}

div#hormiga h1,
ul.lista-filtros-aplicados {
  font-weight: 600;
  font-size: 16px;
  color: #4e4e4e;
  font-family: Calibri;
  text-transform: uppercase;
  margin-bottom: 0;
}

div#hormiga h1 {
  color: #282828;
  font: 300 25px "Poppins", sans-serif;
  text-transform: uppercase;
  margin-bottom: 0;
  border-bottom: 1px solid #c2c1c1 !important;
  border-top: 4px solid #d4d4d4 !important;
  padding: 4px 7px;
  text-align: left;
}

div#hormiga h1 a {
  color: #717171;
}

ul.lista-filtros-aplicados {
  margin-top: 10px;
  color: #999;
}

.hormigafoot h2 {
  font-size: 14px;
  margin: 0 0 10px;
}

.recomendadosrow {
  padding-left: 15px;
  padding-right: 15px;
}

.medios-pago i {
  font-size: 25px;
  background: #f4e4d3;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  color: #804e68;
}

h5.preguntas_clientes,
h5.recomendados,
h5.tit_form_detalle {
  font-size: 24px;
  color: #222;
  text-align: center;
  margin-bottom: 15px;
  padding-bottom: 0;
  font-weight: 400;
  border-top: 1px solid #ddd;
  padding-top: 15px;
  letter-spacing: -1px;
  margin-top: 20px;
  text-transform: uppercase;
}

h5.recomendados {
  border-top: 1px solid #dadada;
  border-bottom: 4px solid #dadada;
  font: 400 18px "Open Sans", sans-serif !important;
  color: #999;
  text-transform: none;
  padding: 15px 0;
  letter-spacing: 0.2px;
}

h5.tit_form_detalle {
  font: normal 18px "Open Sans", sans-serif;
  text-transform: none;
  border-bottom: 1px solid #dadada;
  padding: 10px;
  color: #666;
}

.breadcrumb {
  border: 1px solid #ddd;
  background: 0 0;
  margin-top: 20px;
}

.sp-large a img {
  width: 100%;
  max-width: 100%;
  height: auto;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
}

.sp-large {
  overflow: hidden;
}

.sp-large a {
  display: inline-block;
}

.style3 .sp-large {
  border: 1px solid #ddd;
  max-width: 100% !important;
}

.sp-wrap {
  border: none !important;
  width: 100%;
  background: 0 0 !important;
  display: none;
  line-height: 0;
  font-size: 0;
  margin: 0 25px 15px 0;
  float: left;
}

h1.product-title {
  text-align: left;
  text-transform: none;
  font: normal 22px "Poppins", sans-serif;
  color: #515051;
}

.product-title {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.25px;
  line-height: 1;
  margin-bottom: 10px;
  text-transform: uppercase;
  margin-top: 0;
}

.product-price {
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
}

.price-standard {
  color: #f44336;
  text-decoration: line-through;
  margin-right: 5px;
  font: 700 15px "Poppins", sans-serif !important;
}

.price-sales {
  color: #3f3f3f;
  font: 700 18px "open sans", sans-serif;
}

.cart-actions .btn-cart,
.cart-actions .wishlist,
.cart-actions button,
.product-code {
  font-family: Calibri, Helvetica Neue, Arial, sans-serif;
  font-size: 14px;
  font-weight: lighter;
  text-transform: uppercase;
}

.product-code {
  letter-spacing: 1px;
  margin: 0 0 5px;
  padding: 0;
}

.cart-actions {
  margin-top: 0;
  margin-bottom: 12px;
  width: 100%;
  display: inline-block;
  border-bottom: 1px solid #ddd;
  padding-bottom: 12px;
  clear: both;
  font-weight: 700;
}

.cart-actions .btn-cart,
.cart-actions .wishlist,
.cart-actions button {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  line-height: 1em;
  margin: 0;
  padding: 10px 20px;
  float: right;
  transition: all 0.25s ease 0;
  -moz-transition: all 0.25s ease 0;
  -webkit-transition: all 0.25s ease 0;
  -o-transition: all 0.25s ease 0;
  -ms-transition: all 0.25s ease 0;
}

.col-form-label {
  padding-top: 7px;
  text-transform: uppercase;
  font-size: 14px !important;
  font-weight: 700 !important;
}

button.first {
  margin-right: 20px;
  margin-bottom: 10px;
}

.cart-actions input[type="button"] {
  background: #ea8034;
  border: 2px solid #f1cca3;
  color: #fff !important;
  text-transform: uppercase;
  position: absolute;
  top: 20px;
  margin-left: 220px;
}

.btn.btn-compra:hover {
  background: #f4e4d3;
  border: 2px solid #f4e4d3;
  color: #804e68 !important;
}


.incaps {
  display: block;
  float: none;
  font-family: Calibri, sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 2px;
  margin: 0 20px 0 0;
  text-transform: uppercase;
}

.semaf_amarillo,
.semaf_rojo,
.semaf_verde {
  min-width: 10px;
  padding: 3px 8px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border-radius: 10px;
}

.semaf_verde {
  background-color: #58d68d;
  border-color: #58d68d;
  color: #fff;
  width: 130px;
  display: inline-block;
  height: 1px;
}

.semaf_amarillo {
  color: #8a6d3b;
  background-color: #faebcc;
  border-color: #faebcc;
}

.semaf_rojo {
  color: #a94442;
  background-color: #ebccd1;
  border-color: #ebccd1;
}

.estrella,
.puntuacion,
.titvalor {
  float: left;
}

.incaps i {
  font-size: 20px;
}

.color-in {
  color: #4cc94a;
}

.color-out {
  color: red;
}

.socialIcon a,
.stButton .stLarge {
  -ms-behavior: none !important;
  color: #fff;
  display: inline-block;
  text-align: center;
}

.product-share {
  clear: both;
  display: inline-block;
  width: 100%;
  margin-top: 15px;
  font-weight: 700;
}

.socialIcon a {
  background: #ccc !important;
  font-size: 22px;
  padding-top: 5px;
  margin-right: 10px;
  width: 35px;
  height: 35px;
  transition: all 0.15s ease-in-out 0;
  -moz-transition: all 0.15s ease-in-out 0;
  -webkit-transition: all 0.15s ease-in-out 0;
  -o-transition: all 0.15s ease-in-out 0;
  -ms-transition: all 0.15s ease-in-out 0;
}

.stButton .stLarge {
  background: 0 0 !important;
  font-size: 0;
  padding: 0;
  margin-right: 0;
  width: 0 !important;
  height: 0 !important;
  transition: all 0.15s ease-in-out 0;
  -moz-transition: all 0.15s ease-in-out 0;
  -webkit-transition: all 0.15s ease-in-out 0;
  -o-transition: all 0.15s ease-in-out 0;
  -ms-transition: all 0.15s ease-in-out 0;
}

.stButton {
  margin: 0 !important;
  background: #ccc;
  width: 35px;
  height: 35px;
  padding-top: 10px;
  text-align: center !important;
  top: 2px !important;
}

.st_facebook_large .stButton:after {
  font-family: fontawesome;
  color: #fff;
  font-size: 22px;
  content: "\f09a";
}

.st_twitter_large .stButton:after {
  font-family: fontawesome;
  color: #fff;
  font-size: 22px;
  content: "\f099";
}

.st_googleplus_large .stButton:after {
  font-family: fontawesome;
  color: #fff;
  font-size: 22px;
  content: "\f1a0";
}

.socialIcon a:hover {
  color: #fff;
}

.recommended {
  border-top: solid 2px #ddd;
  margin-top: 20px;
  padding-top: 20px;
}

.recommended h1 {
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 0;
}

#valoracion {
  margin-top: 15px;
}

#valoracion br[clear="all"] {
  clear: none !important;
}

.puntuacion {
  cursor: pointer;
  margin-right: 5px;
  display: block;
  overflow: visible;
}

#printArea,
.caps,
.detalle-form,
.estrella,
.img-block,
.img-link,
.lista-medios-pago {
  overflow: hidden;
}

.puntuacion:after {
  content: ".";
  display: block;
  height: 0;
  width: 0;
  visibility: hidden;
}

.estrella {
  width: 20px;
  height: 18px;
  display: inline-block;
  text-indent: -999em;
  cursor: pointer;
}

.estrella_der,
.estrella_izq {
  width: 10px;
}

.estrella,
.estrella a {
  background: url(../imagenes/estrella_sprite3.png) no-repeat;
}

.estrella_izq,
.estrella_izq a {
  background: url(../imagenes/estrella_sprite_izq3.png) no-repeat;
}

.estrella_der,
.estrella_der a {
  background: url(../imagenes/estrella_sprite_der3.png) no-repeat;
}

.estrella a {
  display: block;
  width: 100%;
  height: 100%;
  background-position: 0 0;
}

.product-tab,
.rating span,
.swatches li {
  display: inline-block;
}

div.puntuacion div.on a {
  background-position: 0 -25px;
}

div.puntuacion div a:hover,
div.puntuacion div.hover a {
  background-position: 0 -50px;
}

div#msjvaloracion {
  text-align: left;
  margin-top: 15px;
}

.ratingInfo {
  margin-left: 10px;
}

.nav-tabs {
  margin-bottom: 20px;
  border-bottom: 3px solid #bfc9ca;
}

.product-tab {
  width: 100%;
  clear: both;
}

.nav-tabs li a {
  font-family: Calibri, sans-serif;
  font-size: 13px;
  font-weight: 200;
  letter-spacing: 1px;
  margin: 0;
  text-transform: uppercase;
  padding: 10px !important;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover,
.nav-tabs>li:hover>a {
  background: #bfc9ca;
}

.nav-tabs>li,
.nav-tabs>li.active {
  background: 0 0;
}

.nav-tabs>li>a {
  border: 0;
  border-radius: 0;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover,
.nav-tabs>li:hover>a {
  color: #fff !important;
  border: 0;
  border-radius: 0;
}

.color-details {
  margin-top: 14px;
  border-top: 1px solid #ddd;
  padding-top: 10px;
}

.swatches {
  margin: 0.5em 0;
  padding-left: 0;
  list-style: none;
}

ul#lista-talles li {
  height: 40px;
  width: 45px;
}

ul#lista-colores li {
  height: 50px;
  width: 70px;
}

.swatches li img {
  height: 45px;
  width: 64px;
}

.swatches .selected,
.swatches li:hover {
  border: 2px solid #ddd;
}

.swatches li {
  margin: 2px 1px;
  vertical-align: top;
  list-style: none;
  background-position: center center;
  background-repeat: no-repeat;
  border: 2px solid #fff;
  height: 33px;
  text-align: center;
  transition: all 0.25s ease 0;
  width: 33px;
}

.swatches .selected:after,
.swatches li:after {
  content: "\f00c";
  font-family: fontawesome;
  font-weight: lighter;
  transition: font-size 0.25s ease 0.1s;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}

.swatches li.li-color {
  width: 33px;
  height: 33px;
  overflow: hidden;
}

.swatches.talle li {
  border: 2px solid #f0f0f0;
  background: #f5f5f5;
  padding: 5px;
}

.swatches li:after {
  font-size: 0;
  position: absolute;
  left: 50%;
  margin-left: -16px;
  top: -10px;
  color: #fff;
}

.swatches .selected:after {
  height: 33px;
  width: 33px;
  font-size: 120%;
  color: #d01b8b;
}

.caja_color {
  font-weight: 700;
}

.productFilter {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  clear: both;
  display: block;
  margin-bottom: 20px;
  padding-bottom: 7px;
  padding-top: 10px;
  margin-top: -7px;
}

.productFilter p {
  display: block;
  font-size: 12px;
  padding-left: 7px;
  margin-top: 6px;
}

.marca_imagen {
  position: relative;
  top: 0;
  border: 0 solid #ddd;
  z-index: 1;
  right: 0;
}

.marca_imagen img {
  max-width: 200px;
}

.spacer {
  padding: 20px 0;
}

#precant {
  border: 0 solid #ddd;
  padding: 5px;
  font-size: 12px;
}

#precant h5 {
  display: none;
}

#precant .table {
  margin: 0;
}

.orderStep {
  clear: both;
  display: inline-block;
  height: auto;
  padding: 0;
  margin-bottom: 30px;
  width: 100%;
}

.orderStep li {
  float: left;
  margin: 0;
  min-height: 55px;
}

.orderStep li.active {
  color: #fff;
  position: relative;
}

.orderStep li.active:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-width: 10px;
  margin-left: -10px;
  border-top-color: #e97f34 !important;
}

.orderStep li {
  display: inline-block;
  height: 100%;
  line-height: normal;
  padding: 20px 0 0;
  text-align: center;
  vertical-align: middle;
  width: 33.33333333%;
  text-transform: uppercase;
  font-size: 13px;
}

.orderStep li i {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 0;
  display: block;
  font-size: 20px;
  height: auto;
  left: 0;
  line-height: 40px;
  margin-top: -20px;
  padding: 0;
  text-align: center;
  width: auto;
  float: none !important;
}

.orderStep li.active i {
  background: rgba(0, 0, 0, 0.1);
  color: #fff;
}

.orderStep li span {
  display: block;
  padding: 5px 0;
  min-height: 40px;
  align-content: center;
}

.orderStep li.active {
  background: #ea8034;
}

.orderStep li {
  background: #f4e4d3;
  color: #a74900;
}

.cartFooter,
.cartTableHeader {
  background: #ebedef;
}

.caps {
  border-top: 0 none;
  font-weight: 400;
  line-height: 24px;
  margin: 0 0 16px;
  padding: 0 0 16px;
  text-align: right;
  text-transform: uppercase;
}

h1.tit-checkout {
  margin: 0;
  padding: 0;
}

.rightSidebar #cart-summary {
  margin-top: 0;
}

.rightSidebar #cart-summary tr:first-child td {
  border: none;
}

.cartMiniTable {
  border: 1px solid #ddd;
  padding: 10px;
}

.couponForm {
  line-height: 16px;
}

.couponForm input[type="text"] {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
  height: 35px;
  width: 100%;
}

.ley_cupon {
  font-size: 90%;
  display: block;
  margin-bottom: 5px;
}

#tabla_listados p,
.CartDescription h4 {
  margin: 0;
}

.couponForm .btn {
  border-radius: 0 3px 3px 0;
}

p.success div.success,
span.success {
  color: #8bb418;
}

#total-price {
  font-size: 22px;
  font-weight: 700;
}

label.error {
  color: #e74c3c;
  font-size: 90%;
}

.quanitySniper {
  height: 30px;
  padding: 0;
  text-align: center;
  width: 40px;
}

.content_marcas img,
.lista-medios-pago li img {
  height: auto;
  max-width: 100%;
}

tr.CartProduct td,
tr.CartProduct th {
  text-align: center;
  padding: 10px 0;
}

#tabla_listados tr.CartProduct td,
#tabla_listados tr.CartProduct th {
  text-align: left;
  padding: 5px 10px;
}

tr.CartProduct td:nth-child(2) {
  text-align: left;
}

.CartProduct .delete i {
  font-size: 1.4em;
  position: relative;
  top: 0px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  color: #ea8034;
}

.CartProductThumb img {
  width: 86px;
  max-width: 100% !important;
}

tr.CartProduct {
  border-bottom: 1px solid #e7e9ec;
}

.cartTable {
  border-top: solid 1px #ebedef;
}

.cartFooter {
  padding: 8px;
  border-top: solid 1px #eee;
  display: inline-block;
  width: 100%;
}

#cart-summary tr td:nth-child(2) {
  text-align: right;
}

.boxes-title-1,
.lista-medios-pago li,
.product-slide-img,
.product-slide-left,
.ps-nav {
  text-align: center;
}

.CartDescription h4 a {
  font-size: 14px !important;
  line-height: normal;
}

.couponQuitar {
  background: #f5f5f5;
  padding: 8px;
  margin: 0;
}

ul.datos_cupon {
  margin: 0 0 15px;
  padding: 0;
  list-style: none;
  font-size: 13px;
}

h6 {
  border-bottom: 1px solid #ccc;
  font-size: 15px;
  font-weight: 700;
  margin: 0 0 15px;
  padding: 10px 0 0;
  position: relative;
  text-transform: none;
  font: normal 22px "Poppins", sans-serif;
  color: #666;
  padding-bottom: 10px;
  text-align: center;
}

.msginfo {
  margin-bottom: 10px;
  font: 400 13px "Open Sans", sans-serif;
}

.item-blog-post h2,
.item-blog-post h2 a {
  font-size: 26px;
  font-weight: 700;
}

.bg-msj {
  padding: 15px;
}

.bg-msj-rosa {
  background-color: #999999;
  color: #fff;
  margin: 15px 0;
}

.bg-info {
  background-color: #6e6e6e;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.panel-default>.panel-heading {
  border-top: 4px solid #4ec67f;
}

.lista-medios-pago li {
  border: 2px solid #fff;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.lista-medios-pago li:hover {
  border: 2px solid #0070b7;
}

.lista-medios-pago .bordePago2 {
  border: 2px solid #0070b7;
  background: #f5f5f5;
}

.item-blog-post {
  margin: 0 auto 30px;
}

.item-blog-post h2 {
  font: normal 20px "Georgia", sans-serif;
  margin-bottom: 5px;
  display: block;
  color: #999999;
  text-transform: uppercase;
  text-align: center;
  border-bottom: 1px solid #ebabcc !important;
  border-top: 4px solid #f5d3e5 !important;
}

.item-blog-post .post-header {
  border-top: 1px solid #e6e6e6;
}

.item-blog-post .post-header .post-info {
  line-height: inherit;
  margin-bottom: 5px;
}

.item-blog-post .post-main-view {
  background: #ffffff;
}

.item-blog-post .post-main-view .post-description {
  padding: 30px;
  color: #000;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
}

.item-blog-post .post-description .vermas:after {
  font-family: FontAwesome;
  display: inline-block;
  content: "\f178";
  padding-left: 5px;
}

.loadMoreBlog .btn:hover {
  background: #ededed;
}

ol.entregas li {
  padding: 10px;
  color: #000;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
}

.top-bar-fixed {
  position: fixed;
  z-index: 10;
  width: 100%;
}

@media only screen and (min-width: 0) and (max-width: 767px) {
  .post-header {
    margin-bottom: 15px;
  }
}

.datos_usuario ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.datos_usuario ul li:before {
  font-family: FontAwesome;
  display: inline-block;
  content: "\f0da";
  padding-right: 5px;
}

.content_marcas .cajamarca {
  border: 1px solid #ddd;
}

.content_marcas .verprod {
  background: #ccc;
  display: block;
}

.brand-carousel li {
  float: left;
  display: inline-block;
}

#imageShowCase,
.img-block,
.img-link,
.product-slide-img,
.product-slide-img img,
.product-slide-inner,
.ps-nav {
  display: block;
}

.brand-carousel li img {
  max-width: 100%;
  width: 100%;
}

.carousel-nav {
  font-size: 26px;
  margin-left: 10px;
  padding-bottom: 3px;
  padding-top: 3px;
}

.detalle-form {
  background: #f5f5f5;
  border-radius: 5px;
  margin-top: 20px;
  border-top: 4px solid #f4e4d3;
}

h5.tit_form_detalle {
  border-top: none;
}

.show-case-wrapper {
  margin: 0 auto 30px;
  float: none;
}

#productShowCase .owl-controls {
  margin-top: 0;
}

.product-slide-inner {
  margin-top: 12%;
  max-width: 98%;
}

#productShowCase .btn-stroke-dark i {
  font-size: 0;
  transition: font 0.3s ease;
}

#productShowCase .btn-stroke-dark:hover i {
  font-size: inherit;
}

#productShowCase .details-description {
  margin-bottom: 15px;
}

.product-slide-img img {
  text-align: center;
  margin: 0 auto;
}

#detalle div.impuestoprecio,
#detalle div.ivaprecio,
#print-articulo-detalle {
  text-align: left;
}

#productShowCase .product-title {
  font-family: Calibri;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.25px;
  line-height: 36px;
  margin-bottom: 0;
}

.ps-nav {
  font-size: 68px;
  height: auto;
  position: absolute;
  top: 38%;
  width: auto;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

#detalle_print #img_prod,
.relative {
  position: relative;
}

#ps-next {
  right: 15px;
}

#ps-prev {
  left: 15px;
}

.boxes-title-1 {
  background: #ebebeb;
  font-family: Calibri;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 30px;
  padding: 7px 0;
}

.featuredImgLook2 .inner {
  border: 1px solid #ddd;
  padding: 10px;
  margin-bottom: 15px;
}

.featuredImgLook2 .inner:hover {
  border: 1px solid #4ec67f;
}

.img-link img {
  width: 100%;
}

.featuredImgLook2 h3 {
  color: #454545;
  font-weight: 600;
  padding: 20px 0;
  text-transform: uppercase;
}

.featuredImgLook2 h3 span {
  color: #eb5e58;
  display: block;
  font-size: 14px;
  font-weight: lighter;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.featuredImgLook2 .btn-link {
  border-radius: 0;
  color: #7f8c8d;
  cursor: pointer;
  font-weight: 400;
  text-transform: uppercase;
}

.featuredImgLook2 p {
  color: #7f8c8d;
  margin-bottom: 20px;
}

#imageShowCase {
  clear: both;
  background: red;
}

.image-show-case-wrapper .ps-nav {
  opacity: 0;
  transform: scale(1.15);
  -moz-transition: all 0.3s ease 0;
  -webkit-transition: all 0.3s ease 0;
  -ms-transition: all 0.3s ease 0;
  -o-transition: all 0.3s ease 0;
}

.image-show-case-wrapper:hover .ps-nav {
  transform: scale(1);
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

.featuredImageLook3 .inner .box-text-cell-inner h1 {
  font-size: 20px;
}

.featuredImageLook3 .inner:hover .box-content-overly-white {
  opacity: 1;
  background: rgba(255, 255, 255, 0.8);
  visibility: visible;
}

#detalle_print {
  width: auto !important;
}

#detalle_print h1 {
  color: #069;
  border-top: 1px solid #ccc;
  margin-top: 10px !important;
  padding-top: 10px !important;
  font-size: 24px !important;
  font-weight: 600 !important;
}

#detalle_print h5 {
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #222;
  margin-top: 15px !important;
  margin-bottom: 5px !important;
  border-bottom: 1px solid #ccc;
}

#detalle_print h3 {
  font-size: 110%;
  color: #222;
  border-bottom: 1px dotted #ddd;
  padding-bottom: 2px;
  margin: 3px 0;
}

#detalle_print ul {
  margin-left: 10px;
  list-style-type: circle;
}

#detalle_print #img_prod .img-responsive {
  max-width: 30% !important;
  margin: 0 auto !important;
}

#detalle_print span.marca_print {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

#detalle_print .cajasoferta {
  clear: both;
  width: 95%;
}

#detalle_print .imagenart {
  float: left;
  margin-right: 10px;
  padding-bottom: 0;
}

#printArea .modal-body,
.modal-content {
  background: #fff;
  font-size: 13px;
}

#printArea .img_empresa .img-responsive {
  float: left !important;
  max-width: 25% !important;
}

#printArea .btn-print-modal {
  position: relative;
  top: 0;
}

.sp-wrap,
.sp-zoom {
  z-index: 0 !important;
}

.navbar-lateral {
  z-index: 9 !important;
}

.navbar-lateral .navbar-collapse {
  width: 100% !important;
}

.navbar-lateral .navbar-toggle {
  float: left;
}

.navbar-lateral span.caret {
  float: right;
  margin-left: 2px;
  vertical-align: middle;
  border: none !important;
}

.navbar-lateral span.caret:before {
  font-family: FontAwesome;
  content: "\f0da";
}

.navbar-lateral .dropdown-menu span.caret:before {
  position: relative;
  top: -5px;
}

.navbar-lateral .ley_cate_lateral_xs {
  font-family: Calibri;
  color: #454545;
  font-size: 18px;
  font-weight: lighter;
  display: none;
}

.login_sup,
.micuenta_top {
  display: none;
}

#detalle div.ivaprecio {
  margin-top: 15px;
  padding-top: 10px;
  border-top: 1px dotted #ddd;
}

#detalle div.pricefinal {
  text-align: left;
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0 dotted #ddd;
}

#detalle .details-description {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px dotted #ddd;
}

.precio-sugerido {
  display: block;
}

.msgalerta,
.msgexito {
  padding: 15px;
  margin-bottom: 20px;
}

td.FA,
td.NC {
  color: #090;
}

td.ND,
td.RE {
  color: red;
}

.msgexito {
  color: #3c763d;
  background-color: #dff0d8;
  border: 1px solid transparent;
  border-radius: 4px;
}

.msgalerta {
  color: #31708f;
  background-color: #d9edf7;
  border: 1px solid transparent;
  border-radius: 4px;
}

.form-control-feedback {
  right: 15px !important;
  padding-top: 7px !important;
  font-size: 18px !important;
  font-weight: 300 !important;
}

input.form-control.in_seguridad.pull-left {
  width: 100px !important;
}

.has-feedback label~.form-control-feedback {
  top: 0;
}

#print_this_form table td {
  padding: 5px;
  border: 1px solid #ddd;
}

table.tabla_precio_x_cantidad,
table.tabla_precio_x_cantidad td,
table.tabla_precio_x_cantidad tr.cab td {
  border: 1px solid #ccc;
  border-collapse: collapse;
}

.modal-header {
  padding: 0;
}

table.tabla_precio_x_cantidad {
  width: 90%;
  text-align: center;
  margin-bottom: 5px;
}

table.tabla_precio_x_cantidad tr.cab td {
  background: #e0e0e0;
  font-weight: 700;
}

.navbar-default .navbar-nav>li.tiene6 a {
  padding: 5px 59px;
}

.navbar-default .navbar-nav>li.tiene5 {
  /* padding: 5px 62px; */
  margin: 0 20px;
}

.navbar-default #nav.navbar-nav>li:first-child a {
  padding-left: 8px;
}

.navbar-default #nav.navbar-nav>li:last-child a {
  padding-right: 20px !important;
}

.navbar-default .navbar-nav>li>a {
  color: #402410;
  font: 300 14px "Poppins", sans-serif;
  padding: 10px 20px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  text-shadow: 0px 2px 3px #0000004f;
}

ul#nav a.linkbotones_top {
  display: block !important;
}

div#botopie {
  padding: 15px 0;
  width: 100%;
  margin: 30px auto;
  overflow: hidden;
  border-bottom: 1px solid #c2c1c1 !important;
  border-top: 4px solid #f4e4d3 !important;
}

div#botopie ul li {
  /* float: left; */
  width: 20%;
  text-align: center;
  list-style: none;
}

div#botopie ul li a {
  padding: 0px 20px;
  font: normal 13px "Poppins", sans-serif;
  color: #000;
  text-decoration: none;
}

div#botopie ul li a:hover {
  color: #804e68;
  text-decoration: none;
}

div#divlonuevo h5 {
  border-bottom: 1px solid #c2c1c1 !important;
  border-top: 4px solid #f4e4d3 !important;
  font: normal 26px "Georgia", sans-serif !important;
  letter-spacing: 1px;
}

a.linkbotones_top.marcas_top,
a.linkbotones_top.descargas_top,
a.linkbotones_top.empresa_top,
a.linkbotones_top,
li.menutopcontacto,
a.linkbotones_top.descargas_top {
  display: none !important;
}

  {
  display: none !important;
}

.panel-flat .panel-heading .panel-title a {
  display: block;
  width: 100%;
  background: none;
  color: #666;
  text-align: center;
  font-size: 12px;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
  text-align: center;
  font-size: 12px;
}

div#ETIQ_GRUPO_ .dropdown-menu {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
  background-color: #eee;
  color: #fff;
}

.registro-form h6 {
  text-align: left;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}

.btn.btn-primary,
.btn.btn-danger,
.btn.btn-default,
.btn.btn-success,
.btn.btn-info,
.btn.btn-warning,
.btn.btn-fb,
.btn.btn-tw {
  font-weight: 600;
  text-shadow: none;
  -o-text-shadow: none;
  -webkit-text-shadow: none;
  -ms-text-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  background: none;
  font-family: "Open Sans", sans-serif;
  color: #999;
  font-size: 14px;
}

/*span.dcorta {
    display: none !important;
}*/
.btn.btn-compra:before,
.btn.btn-detalle:before {
  display: none;
}

.caja-fixed {
  position: fixed !important;
  top: -5px;
  z-index: 1002;
}

.social-fixed {
  position: fixed;
}

.social-fixed .search {
  display: none;
}

.social-fixed ul.social-share {
  margin-left: -760px;
  /* margin-top: -42px; */
}

.contact-form h5 {
  color: #4e4e4e;
}

.navbar-left>li>a.active {
  color: #b54909;
}

#navbar-sidebar .nav>li a {
  text-align: left;
}

#navbar-sidebar .nav>li a {
  text-align: left;
  padding: 5px 0px;
  font-size: 12px;
  color: #804e68;
}

.spotsleft img {
  margin: 0 auto;
}

div#Talles ul li {
  width: 30%;
}

div#Talles ul li {
  width: 30%;
  float: left !important;
  background: #fff;
  color: #fff;
  margin-right: 0px;
  margin-bottom: 0px;
  text-align: center;
  padding: 8px 0px;
  border: 1px solid #ddd;
  margin-left: 2px;
  margin-top: 2px;
}

div#Talles,
div#Talles ul {
  margin-left: 0px;
}

.panel-flat .panel-heading .panel-title a {
  display: block;
  width: 100%;
  background: none;
  color: #804e68;
  text-align: left;
  font: 600 12px "'Open Sans', sans-serif Black", "Open Sans", sans-serif,
    helvetica, sans-serif;
  letter-spacing: 1px;
}

div#Colores ul li {
  width: 30%;
  float: left !important;
  background: #ffffff;
}

div#Colores ul li:hover {
  background: #eee;
}

a#opciones_filtro {
  background: #e7e7e7;
  padding: 10px;
  border-bottom: 1px solid #ccc;
}

h5.panel-title i {
  margin-left: 20px;
  margin-top: 10px;
  font-size: 18px;
}

.fa.pull-left {
  margin-right: -0.9em;
}

.hasMinus,
.hasPlus,
.hasPlus i {
  float: right;
  margin-top: 0px;
  font-weight: 600;
}

.panel-flat .panel-heading {
  padding-left: 0;
  padding-right: 0px;
  padding-top: 5px;
}

.panel-flat .panel-heading .panel-title {
  font: bold 12px "'Open Sans', sans-serif Black", "Open Sans", sans-serif,
    helvetica, sans-serif;
  margin-top: 10px;
}

.navbar-lateral {
  box-shadow: none;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
}

.dropdown-menu>li>a.otras_opciones_talle {
  color: #333;
  font-size: 12px;
}

li.no-mas-filtros {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  padding: 20px 5px;
  margin-top: 10px;
}

div#Talles ul li:hover {
  background: #eee;
}

.modalcont .btn.btn-danger,
.modalver .btn.btn-primary {
  background: #ea8034;
  color: #ffffff !important;
  font: normal 13px "Open Sans", sans-serif !important;
}

.modalcont .btn.btn-danger:hover,
.modalver .btn.btn-primary:hover {
  background: #955003;
  color: #fff !important;
}

#form_detalle1 .btn.btn-success {
  background: #cf1b8b;
  color: #fff;
}

#form_detalle1 .btn.btn-success:hover {
  background: #ebabcb;
}

div#ingreso_cupon .btn.btn-default {
  background: #cf1b8b;
  /* position: absolute; */
  bottom: 10px;
  margin-top: 10px;
  /* margin-left: -150px; */
  width: 50%;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  color: #fff;
}

div#order-detail-content .btn.btn-default {
  background: #ea8034;
  color: #ffffff;
  font: 400 14px "Poppins", sans-serif;
  width: 100%;
}

div#order-detail-content i.fa.fa-shopping-bag {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
}

.align-bottom .btn.btn-primary {
  background: #cf1b8b;
  color: #fff !important;
}

li.suscripcion {
  display: none !important;
}

ul.social-share {
  position: absolute;
  top: 9px;
  left: 40%;
  /* margin-left: -908px; */
  display: none;
}

.top-number.pull-left.hidden-xs {
  margin-left: 60px;
}

.fa-arrow-circle-up:before {
  content: "\f077";
}

a.page-scroll.aparece i {
  background: lightgrey;
  color: #fff;
  border-radius: 50%;
  line-height: 50px;
  height: 50px;
  width: 50px;
  margin-left: -20px;
  padding-right: 11px;
  font-size: 32px;
}

.financiacion {
  color: #ba6212;
  font-size: 13px;
  width: 80%;
  margin: 0 auto;
}

span.cuotas {
  font-weight: bold;
}

span.montocuota {
  font-weight: bold;
}

body.detalle .financiacion {
  width: 100%;
  margin-top: 10px;
  font-size: 14px;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #9f9f9f;
}

.dropdown-toggle i {
  font-size: 21px;
  margin-top: -10px;
}

.pull-right>.dropdown-menu {
  right: 0;
  left: auto;
  padding: 10px 20px;
}

#carrito_top,
#login_sup,
#micuenta_top,
#nombre_usuario {
  text-align: right;
  line-height: 1.2em;
  font-size: 12px;
  text-align: center;
}

.dropdown-cart {
  background: #f5d3e5;
}

#nombre_usuario::before {
  display: none;
}

#nombre_usuario {
  color: #ffffff;
  display: none;
}

a.ircarrito::before {
  color: #ffffff;
}

#carrito_top,
#login_sup,
#micuenta_top,
#nombre_usuario {
  text-align: right;
  line-height: 2.2em;
}

span#nombre_usuario img {
  display: none;
}

input.search-form {
  width: 150px;
}

input.search-form:hover {
  width: 150px;
}

input.search-form {
  height: 30px;
}

.search {
  margin-right: 45px;
  position: relative;
  top: 80px;
  z-index: 20;
}

label {
  font-weight: 400 !important;
  font-family: "Poppins";
}

.navbar-left>li>a:before,
.navbar-left>li>a:after {
  display: none;
}

i.fa.fa-instagram,
i.fa.fa-facebook {
  font-size: 18px;
}

input#iniciarpago,
input#bt_continuar,
input#boton_login,
input#boton_datos {
  background: #f1cca3;
  color: #fff !important;
  font-weight: 400 !important;
}

input#boton_datos {
  background: #d11b8b;
  color: #fff;
}

h5.title-sol.style2.solofertas {
  border-bottom: 1px solid #c2c1c1 !important;
  border-top: 4px solid #c3c3c3 !important;
  font: normal 26px "Georgia", sans-serif !important;
  letter-spacing: 1px;
  text-align: center;
}

.instagram {
  width: 1170px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 20px;
}

div.seguir_inferior a,
div.seguir_superior a {
  display: block;
  width: 250px;
  text-align: center;
  padding: 8px 10px;
  margin: 10px auto;
  color: #dc6900;
  border-radius: 4px;
  border: solid 1px #dc6900;
  background: none;
  font: 500 16px "Poppins", sans-serif;
}

div.seguir_inferior a i,
div.seguir_superior a i {
  margin-right: 5px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
}

div.seguir_inferior a {
  display: none;
}

.eapps-instagram-feed-title.eapps-instagram-feed-title-visible {
  border-top: 4px solid #f5d3e5 !important;
  font: normal 26px "Georgia", sans-serif !important;
  padding: 6px;
  margin-bottom: 5px;
  color: #909090;
}

#leyenda_central {
  display: none;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: #fff;
}

span.caret.navbar-toggle.sub-arrow {
  background: #f1cca3;
}

.navbar-default .navbar-toggle {
  border-color: #b1b1b1;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 3px;
  border-radius: 1px;
}

input#boton_confirmar {
  background: #d11b8b;
  color: #fff;
}

#opcionesGlobal ul.list-inline li {
  width: 23%;
}

.std.table {
  font-size: 13px;
}

/*.des_corta {
    display: none;
}*/
a.linkbotones_top.empresa_top,
a.linkbotones_top.marcas_top,
a.linkbotones_top.descargas_top,
a.linkbotones_top {
  display: none;
}

input#cantidad.form-control.cantidades.error {
  width: 100%;
}

label.error {
  color: #e74c3c;
  font-size: 90%;
  margin-top: 60px;
  margin-left: -180px;
  position: absolute;
}

div.boton_arrepentimiento a {
  border: none !important;
}

.productos .price-sales,
.productos .price-standard,
.productos .price,
.ofertas .price-sales,
.ofertas .price-standard,
.ofertas .price,
.detalle .price-sales,
.detalle .price-standard,
.detalle .price {
  font: 700 18px "open sans", sans-serif;
}

.product-price {
  font: 700 22px "open sans", sans-serif;
}

div.promotion span.descuento {
  background: #ac4276;
  padding: 3px 10px 2px 10px;
  /* border-radius: 15px; */
  font-weight: bold;
  color: #fff;
  position: relative;
  top: 4px;
}

.promotion {
  position: absolute;
  z-index: 9;
  top: 20px;
  left: 15px;
  height: 24px;
  width: auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  line-height: 18px;
}

.discount {
  display: none;
}

.navbar.navbar-default.navbar-superior {
  min-height: 100px;
  background: rgb(0, 0, 0);
  background: linear-gradient(177deg,
      rgba(0, 0, 0, 0) 0%,
      rgb(0 0 0 / 29%) 50%);
}

.top-bar a:hover {
  color: #9a4000 !important;
}

div#slides_ofertas_t {
  margin-top: -110px;
  box-shadow: 0px 1px 18px 1px rgb(0 0 0 / 38%);
  z-index: -1;
}

.semaf_verde {
  display: inline-flex;
  width: 140px;
  padding: 0;
  height: 3px;
}

.dropdown-menu>li>a:hover {
  background: #cacaca;
}

iframe {
  width: 100%;
}

.mapa {
  display: none;
}

.mapa:first-child {
  display: block;
}

.sidebar.col-md-4 li {
  list-style: none;
  font: 400 14px "Poppins", sans-serif;
  border-bottom: solid 2px #ddd;
  padding: 7px;
}

.sidebar ul {
  padding: 0;
}

.sidebar.col-md-4 li:hover {
  background: #ddd;
}

.t-corp-corto img {
  height: 276px;
  object-fit: cover;
}

.text-empresa {
  font: 400 16px "Poppins", sans-serif;
  margin: 15px 0;
}

.t-corp-corto {
  margin-top: 20px;
}

.container.leyenda_slide h1 {
  color: #ea8034;
  font: 700 70px "Poppins", sans-serif !important;
  border: none !important;
  position: relative;
  left: 49%;
}

.leyenda_slide h2 {
  position: relative;
  left: 70%;
  margin-top: -30px;
  color: #515051;
  font: 500 24px "Poppins", sans-serif;
}

.icons-home i {
  font-family: "Font Awesome 5 Pro";
  font-weight: 600;
  font-style: normal;
  font-size: 70px;
  margin-bottom: 25px;
}

.row.icons-home {
  display: inline-block;
  margin-top: 40px;
  margin-bottom: 25px;
}

.icons-home h2 {
  color: #e17d36;
}

.icons-home .col-md-3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-right: solid 1px #dbdbdb;
}

.fa-handshake {
  position: relative;
  top: 7px;
}

.icons-home h2,
.icons-home p {
  font-family: "Poppins";
  text-align: justify;
}

.icons-home p {
  font-size: 14px;
  color: #000;
}

li.open>a.has-submenu {
  background: #f19f64;
}

div.promotion span.descuento {
  background: #e17d36;
}

.post-lead-image {
  float: left;
  margin-right: 30px;
  max-width: 100%;
  margin-top: 40px;
}

.spot_top img {
  width: 24%;
  margin: 0px 4px;
  display: inline-block;
  border-radius: 10px;
  transition: transform 0.3s ease;
  margin-bottom: 25px;
}

.spot_top img:hover {
  transform: translateY(-5px);
}

#detalle.cajam form {
  padding: 15px;
  border-radius: 6px;
}

ul.subcate {
  list-style: none;
  display: flex;
}

.subcate li {
  margin-right: 10px;
  margin-top: 8px;
  font: 300 16px "Poppins", sans-serif;
  border-right: solid 1px #c9c9c9;
  padding: 5px;
  padding-right: 15px;
}

.subcate li:hover {
  background-color: #d5d5d5;
}

#detalle input[type="submit"] {
  font: 300 16px "Poppins", sans-serif;
  padding: 6px 20px;
  border: solid 1px #c6c6c6;
  color: #3e3e3e;
  border-radius: 4px;
}

#detalle input[type="submit"]:hover {
  background: #a5a5a5;
  color: #fff;
}

.contacto-item i {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  margin-right: 12px;
}

.col-md-12.contacto-item {
  border-top: solid 1px #cecece;
  font-size: 21px;
  padding: 15px 10px;
  display: inline-block;
}

.col-md-12.contacto-item:hover {
  background: #d4d4d4;
}

.contacto-item span {
  font: 500 22px "Poppins", sans-serif;
  letter-spacing: 2px;
  display: inline-block;
  color: #ea8034;
}

.contacto-item i {
  color: #ea8034;
  font-weight: 700;
  font-size: 29px;
  margin-top: 0px;
  display: inline-block;
}

.ofertas .search,
.ofertas .search i {
  color: #fff !important;
}

.search,
.search i {
  color: #000 !important;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
  color: #515151;
}

.ofertas .container.general {
  margin-top: 0;
}

/* .container.general {
	margin-top: 85px;
} */

#ofertas .navbar-default .navbar-nav>li>a {
  color: #ffffff;
}

.contacto-item img {
  width: 50px;
  margin-left: -9px;
  margin-right: 7px;
}

#general h2,
.la-empresa h2 {
  font: 600 32px "Poppins", sans-serif;
  color: #000;
  border-bottom: solid 2px #bfbfbf;
}

.navbar.navbar-default.navbar-superior {
  background: #fff;
  box-shadow: -12px -6px 21px 0px rgb(0 0 0 / 26%);
  z-index: 3 !important;
}

#ofertas .navbar.navbar-default.navbar-superior {
  background: linear-gradient(0deg, rgb(0 0 0 / 0%) -14%, rgb(0 0 0 / 69%) 95%);
}

.productos div#navbar-sidebar-collapse {
  display: none !important;
}

.productos nav#navbar-sidebar {
  display: none;
}

a.vertodos-noticias {
  font: 300 16px "Poppins", sans-serif;
  color: #767676;
}

/*
.cols-grals {
	margin-top: 40px;
}
*/
#registro_form h6 {
  font: 400 16px "Poppins";
}

#menutop {
  display: none;
}

#nombre_usuario strong {
  font: 300 14px "Poppins", sans-serif;
}

span#monto_carrito {
  font: 300 14px "Poppins", sans-serif;
}

div#leyenda_gral_top {
  position: absolute;
  display: flex;
  z-index: 100;
  top: 8px;
  left: 1%;
}

#leyenda_gral_top button {
  padding: 1px 1px;
  background: none;
  border: none;
  border-radius: 5px;
  font: 300 14px "Poppins", sans-serif;
  text-transform: uppercase;
  transition: ease 0.1s;
  margin: 2px 10px;
  letter-spacing: 1px;
}

#leyenda_gral_top button a {
  color: #fff;
}

#leyenda_gral_top button:hover {
  background: #ffffff;
}

#leyenda_gral_top button a:hover {
  color: #ea8034;
}

.boton_arrepentimiento a.btn.btn-success {
  font: 300 16px "Poppins", sans-serif !important;
  color: #fff;
  border: solid 1px #fff !important;
}

p.datos_pie {
  font-family: "Poppins";
}

.form-franquicias .col-md-6 {
  width: 49%;
}

.form-franquicias button.btn.load.btn-success.pull-right {
  border: solid 1px;
}

.form-row {
  display: flex;
}

.form-captcha {
  width: 25%;
}

.form-envio button {
  width: 35%;
  border: solid 1px #b5b5b5;
  float: right;
}

.form-envio {
  width: 75%;
}

.tit_galeria {
  display: none;
}

.costDetails .btn.btn-lg {
  width: 100%;
}

div#autocompletar {
  width: auto;
}

.noticiashome3-row .cajasnove {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 33%;
  justify-content: flex-end;
  height: auto !important;
  margin: 0 auto;
}

.form-franquicia .nov_dlarga div {
  display: flex;
}

.noticiashome3-row.row {
  display: flex;
}

#ofertas .cajasnove img {
  margin-top: 10px;
}

.contacto-top {
  z-index: 1000;
  position: fixed;
  top: 6px;
  right: 2%;
  display: flex;
}

p.mail-top,
p.num-top {
  font: 300 18px "Poppins", sans-serif;
  color: #fff;
  margin: 0;
}

.contacto-top hr {
  margin: 1px 0;
}

i.fa-solid.fa-envelope {
  color: #fff;
  font-size: 20px;
  margin-right: 20px;
  margin-top: 4px;
}

.la-empresa div#slides_top_t,
.la-empresa div#slides_top_t img {
  height: 400px;
  width: 100%;
  object-fit: cover;
  position: relative;
  top: -6px;
}

img.img-franq {
  width: 100%;
  height: 420px;
  object-fit: cover;
}

p.num-top i {
  margin-right: 15px;
}

div#boton_ws {
  z-index: 100;
  margin-bottom: 15px;
}

input.search-form::placeholder {
  color: #fff;
}

.navbar-nav.sm-collapsible .caret,
.navbar-nav.sm-collapsible ul .caret {
  background: #f1cca3 !important;
}

html,
body {
  height: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
}

body {
  min-height: 100vh;
}

.container {
  flex: 1;
}

footer {
  background-color: #333;
  color: #fff;
  text-align: center;
  padding: 20px;
}

#ofertas .navbar-default .navbar-toggle {
  color: #fff !important;
  border-color: #fff;
}

#ofertas .icon-bar {
  background-color: #fff;
}

.navbar-default .navbar-nav>li.tiene6 a {
  padding: 5px 20px;
}

button#iniciarpago {
  border: solid 1px #838383;
  font: 400 14px "Poppins", sans-serif;
  letter-spacing: 1px;
  color: #000000;
}

.bg-info b {
  color: #fff;
}

div#navbar-menu-superior {
  z-index: 0 !important;
  position: relative;
}

.modal-talles h5 {
  text-align: center;
  margin-top: 10px !important;
  margin-bottom: -30px !important;
  color: #4c4c4c;
  letter-spacing: 1px;
}

.modal-talles .modal-body {
  overflow: visible;
  background: none;
}

.modal-talles img {
  width: 100%;
}

.modal-talles button {
  background: #ea8035;
}

.btn-talle {
  border: solid 2px #f1f1f1;
  margin-top: 20px !important;
  float: left !important;
}

.modal-talles button:hover {
  background: #fafafa;
  color: #000;
  border: solid 1px #b7b7b7;
}

.modal-talles .close {
  background: #fff;
  color: #000;
}

.modal-talles .close:hover {
  border: none;
}

#botopie ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 0;
}

/* */

ul.subcate {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

button#iniciarpago {
  background: #ea8034;
  color: #ffffff;
  font: 400 14px "Poppins", sans-serif;
  border: none;
}

input#iniciarpago,
input#bt_continuar,
input#boton_login,
input#boton_datos {
  background: #ea8034;
  color: #fff !important;
  font-weight: 400 !important;
}

a.compra-grilla {
  padding: 5px 7px;
  background: #ea8034;
  color: #fff;
  display: block;
  text-transform: uppercase;
  text-align: center;
  font-size: 11px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  margin-top: 10px;
  width: fit-content;
}

/* Media queries */

@media (max-width: 1560px) {
  .caja_func_sup {
    right: 254px;
  }
}

@media (max-height: 1380px) {
  .top-number.pull-left.hidden-xs {
    margin-left: 100px;
  }

  ul.social-share {
    /* margin-left: -880px; */
  }

  ul#nav.nav.navbar-nav {
    margin-top: -70px;
  }

  .search {
    margin-left: 40px;
  }

  ul.social-share {
    /* margin-left: -883px; */
  }
}

@media (max-width: 1200px) {
  .caja_func_sup {
    right: 3%;
  }

  .navbar-default .navbar-nav>li.tiene5 {
    margin: 0;
  }

  .spot_top {
    width: 100%;
  }

  .contacto-top {
    display: none;
  }

  .search {
    margin-right: 0;
    position: relative;
    top: 6px;
    z-index: 20;
    left: -330px;
  }

  input.search-form:focus,
  input.search-form:hover {
    width: 100px !important;
  }

  input.search-form {
    width: 90px !important;
  }
}

@media (max-width: 1024px) {
  .caja_func_sup {
    margin-left: 40px;
  }

  .list-inline {
    margin-left: -45px;
  }

  .navbar-default .navbar-nav>li.tiene5 a {
    padding: 5px 60px;
  }

  .navbar-default .navbar-nav>li.tiene6 a {
    padding: 5px 40px;
  }

  .instagram {
    width: auto !important;
  }

  .navbar-default .navbar-nav>li>a {
    padding: 12px 20px;
  }

  .social-fixed ul.social-share {
    margin-left: -680px;
    margin-top: 5px;
  }

  .spot_ofertas_inf .img-responsive {
    float: left;
    border: 2px solid #fff;
    max-width: 460px;
  }

  ul.social-share {
    margin-left: -818px;
  }

  ul.social-share {
    margin-left: -800px;
  }

  .navbar-default .navbar-nav>li>a {
    padding: 12px 40px !important;
  }

  .spot_ofertas_inf .img-responsive {
    max-width: 470px;
  }

  .spot_pie {
    width: 100%;
  }

  .spot_pie img {
    float: left;
    max-width: 510px;
    margin-bottom: 30px;
  }

  ul.list-inline.list-unstyled.hidden-lg {
    text-transform: uppercase;
    text-align: center;
    margin-left: 50px;
  }

  div#botopie ul li {
    width: auto;
  }

  div#botopie ul li a {
    padding: 0px 30px;
  }

  .cart-actions input[type="button"] {
    margin-left: 230px;
  }

  div#ingreso_cupon .btn.btn-default {
    /* margin-left: -150px; */
    /* width: 60%; */
  }

  .top-number.pull-left.hidden-xs {
    display: none;
  }

  .top-bar {
    height: 52px;
  }

  .caja_func_sup {
    line-height: 35px;
    position: absolute;
    top: -55px;
    right: 0;
    margin-right: 50px;
    margin-left: 0px;
    color: #804e68;
  }

  .couponForm input[type="text"] {
    width: 100%;
  }

  header#header {
    z-index: 9999;
  }

  #ofertas .navbar.navbar-default.navbar-superior {
    background: linear-gradient(0deg,
        rgb(0 0 0 / 34%) -14%,
        rgb(0 0 0) 95%) !important;
  }

  .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 {
    background: transparent;
  }

  .navbar-nav.sm-collapsible .caret,
  .navbar-nav.sm-collapsible ul .caret {
    top: 8px;
    bottom: 0;
  }

  .navbar-nav .dropdown-menu {
    position: static !important;
    float: none !important;
    width: 100% !important;
    margin-top: 0;
    border: none;
    box-shadow: none;
    display: none;
    padding-left: 15px;
    text-align: center;
  }

}

@media (max-width: 990px) {
  .navbar-default .navbar-nav>li>a {
    padding: 12px 24px !important;
  }

  .col-md-3.image_lista {
    width: 50%;
    float: left;
  }

  .item.col-sm-4.col-lg-4.col-md-4.col-xs-6.list-view .financiacion {
    width: 100%;
  }

  .item.list-view h4 {
    text-align: right;
  }

  .top-number.pull-left.hidden-xs {
    display: none;
  }

  .caja_func_sup {
    margin-right: 160px;
    margin-left: -130px;
  }

  .search {
    margin-left: 0;
    z-index: 100000;
    top: 7px;
    left: -40px;
  }

  ul.social-share {
    margin-left: -640px;
  }

  .CartProduct .delete i {
    font-size: 1.5em;
  }

  td.car-nombre {
    max-width: 100px !important;
  }

  div#ingreso_cupon .btn.btn-default {
    /* margin-left: -150px; */
    /* width: 45%; */
  }

  a.dropdown-toggle.pull-right.hidden-md.hidden-lg {
    display: none;
  }

  div#botopie ul li a {
    padding: 0px 10px;
  }

  .top-bar {
    height: 50px;
    background: #ea8034;
    z-index: 30;
    position: relative;
  }

  .spot_ofertas_inf .img-responsive {
    max-width: 350px;
  }

  .social-fixed ul.social-share {
    margin-left: -560px;
    margin-top: 5px;
  }

  .spot_pie {
    width: 750px;
  }

  .spot_pie img:last-child {
    width: 300px;
  }

  .spot_pie img {
    float: left;
    max-width: 410px;
    margin-bottom: 30px;
  }

  ul.nav.navbar-nav.navbar-left.sm-vertical {
    display: none;
  }

  .spotsleft {
    display: none;
  }

  nav#navbar-sidebar {
    display: none;
  }

  .navbar-lateral .navbar-toggle {
    float: left;
    display: none;
  }

  .caja_func_sup {
    margin-right: 160px;
    margin-left: -200px;
  }

  .cart-actions input[type="button"] {
    margin-left: 240px;
  }

  .featuredImgLook2 .col-md-3 {
    margin-bottom: 30px;
  }

  body>section {
    padding: 70px 0;
  }
}

@media (max-width: 960px) {
  .navbar-default .navbar-nav>li>a {
    padding: 12px 8px !important;
  }

  .caja_func_sup {
    margin-left: 0px;
    margin-right: 10px;
  }

  ul.social-share {
    margin-left: -698px;
  }

  .social-fixed ul.social-share {
    margin-left: -580px;
    margin-top: 5px;
  }

  .spot_ofertas_inf .img-responsive {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  ul.social-share {
    margin-left: -588px;
  }

  .cart-actions input[type="button"] {
    margin-left: 170px;
  }

  input#cantidad.form-control.cantidades {
    width: 70%;
  }

  input#cantidad.form-control.cantidades.error {
    width: 70% !important;
  }

  div#Talles,
  div#Talles ul {
    margin-left: 0px;
  }

  div#Talles ul li {
    width: 32%;
  }

  label.error {
    margin-left: -150px !important;
  }

  ul.social-share {
    margin-left: -560px;
  }

  body {
    padding-top: 100px;
  }

  .navbar-header {
    height: 70px;
  }

  .recomendadosrow.row .cajasoferta {
    width: 50%;
  }

  a.dropdown-toggle.pull-right.hidden-md.hidden-lg {
    display: block;
  }

  .dropdown-cart {
    background: #f3f3f3;
    border: 0px;
  }

  .dropdown-menu #nombre_usuario {
    color: #804e68;
  }

  ul.dropdown-menu.dropdown-cart li#nombre_usuario img {
    display: none;
  }

  footer {
    padding-top: 0px;
  }

  ul.list-inline.list-unstyled.hidden-lg {
    display: none;
  }

  .container.general {
    padding-bottom: 0px;
    margin-top: 58px;
  }

  div.social.pull-right .dropdown-menu li {
    padding: 8px 10px !important;
    border-bottom: 1px solid #d5c5cd;
  }

  .search {
    margin-right: 65px;
    margin-top: -2px !important;
    top: 1px;
  }

  .fa-shopping-cart:before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    content: "\f290";
  }

  .top-bar {
    height: 40px;
    padding-top: 5px;
  }

  input.search-form {
    background: transparent;
    width: 160px;
    border-bottom: 1px solid #ffffff !important;
  }

  ul.social-share {
    margin-left: -588px;
  }

  a.ircarrito::before {
    color: #af909d;
  }

  ul.social-share {
    margin-left: -560px;
    top: 0px;
  }

  div#botopie ul li {
    width: auto;
  }

  .social-fixed .search {
    display: block;
    margin-right: 100px;
  }

  .social-fixed a.dropdown-toggle.pull-right.hidden-md.hidden-lg {
    position: absolute;
    right: 0;
    top: 0px;
  }

  ul#nav.nav.navbar-nav {
    margin-top: 0px;
    width: 100%;
    margin-left: -5px;
  }

  .recomendadosrow.row .cajasoferta {
    width: 25%;
    float: left;
  }

  .recomendadosrow.row .col-md-12 {
    clear: both;
  }

  .top-bar {
    height: 52px;
  }

  .search{
    display: none;
  }

  .caja_func_sup {
    display: block !important;
    position: static;
    height: 100px;
    margin: 0;
  }

  .social {
    position: absolute;
    top: 0px;
    z-index: 11;
    margin-right: 50px;
    right: 0;
    /* margin-left: 140px; */
  }

  .navbar-header {
    padding-top: 10px;
    height: 100px;
  }

  #navbar-sidebar .container-fluid,
  #navbar-sidebar .navbar-collapse {
    padding: 0;
  }

  #navbar-sidebar .navbar-left {
    margin-left: 5px;
    margin-top: 20px;
  }

  #navbar-sidebar .nav>li {
    width: 100%;
  }

  .navbar-lateral .dropdown-menu span.caret:before {
    top: 0;
  }

  .navbar-lateral .ley_cate_lateral_xs {
    float: left;
    position: relative;
    top: 15px;
    font-family: Calibri;
    color: #454545;
    font-size: 18px;
    font-weight: lighter;
  }

  .detalle_producto {
    clear: both;
  }

  .ps-nav {
    top: 30%;
  }

  .ps-nav img {
    width: 60px;
  }

  .product-slide-inner {
    display: block;
    max-width: 98%;
    margin: 5% auto 0;
    text-align: center;
  }

  #productShowCase .owl-controls {
    margin-top: 10px;
  }

  #ps-next {
    right: 15px;
  }

  #ps-prev {
    left: 15px;
  }

  .CartDescription h4 a {
    font-size: 12px !important;
  }

  .navbar {
    border-radius: 0;
  }

  ul.nav.navbar-nav {
    margin-top: 0px;
    margin-left: 0px;
  }

  .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
  }
}

@media (max-width: 767px) {

  tr.CartProduct td,
  tr.CartProduct th {
    font-size: 11px;
  }

  .CartProduct .delete i {
    font-size: 1em;
  }

  .CartProduct .price {
    font-size: 14px;
  }

  .price span a, #precio a{
    font-size: 14px;
  }
  .product .price span a, .product #precio a{
      padding: 6px 11px !important;
      font-size: 9px !important;
  }

  .scroll_inf,
  .scroll_sup {
    padding: 30px 0;
    width: 92%;
  }

  .carousel-control {
    font-size: 20px;
  }

  .carousel-control .fa-arrow-left,
  .carousel-control .fa-arrow-right,
  .carousel-control .icon-next,
  .carousel-control .icon-prev {
    left: 5px !important;
  }

  .carousel-control .fa-arrow-right,
  .carousel-control .icon-next {
    right: 5px !important;
    text-align: right;
  }

  .carousel-caption {
    position: absolute;
    right: 15%;
    top: 0;
    left: 5%;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    color: #fff;
    text-align: left;
  }

  .carousel-control .fa-arrow-left,
  .carousel-control .fa-arrow-right,
  .carousel-control .icon-next,
  .carousel-control .icon-prev {
    position: absolute;
    top: 40%;
    z-index: 5;
    display: inline-block;
  }

  .carousel-caption h3 {
    font-size: 30px;
    line-height: 30px;
  }

  .carousel-caption h3 span {
    font-size: 70%;
    color: #222;
    margin-top: 10px;
    line-height: 25px;
  }

  .caja-busqueda-izquierda {
    display: none;
  }

  input.search-form {
    width: 80px;
  }

  input.search-form:focus,
  input.search-form:hover {
    width: 120px;
  }

  .navbar-nav .open .dropdown-menu .dropdown-header,
  .navbar-nav .open .dropdown-menu>li>a {
    padding-left: 15px;
  }

  .navbar-nav>li>a {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #ddd;
  }

  body>section {
    padding: 50px 0;
  }

  .search {
    margin-right: 60px;
  }

  #opcionesGlobal ul.list-inline li {
    width: 100% !important;
  }

  .btn.btn-buscartop {
    padding: 8px 10px;
  }

  .ban-top-izquierda {
    right: 1%;
    bottom: 0;
  }

  div#leyenda_gral_top {
    display: none;
  }

  .noticiashome3-row .cajasnove {
    width: 75%;
  }

  #hormiga h1 {
    font-size: 13px !important;
    letter-spacing: 1px;
  }

  .orderStep li span {
    font-size: 10px;
  }

  #ofertas .navbar.navbar-default.navbar-superior {
    background: linear-gradient(0deg,
        rgb(0 0 0 / 0%) -14%,
        rgb(0 0 0 / 74%) 95%);
    z-index: 0 !important;
    /* background: transparent; */
    /* box-shadow: none; */
  }

  .navbar-default .navbar-toggle:focus,
  .navbar-default .navbar-toggle:hover {
    background-color: #fff0;
  }

  button.navbar-toggle {
    /* float: left; */
    /* bottom: 57px; */
    /* right: 10px; */
    z-index: 10;
    margin-top: 17px;
  }

  .ban-top-izquierda {
    right: 1%;
    bottom: 0px;
  }

  a.ircarrito::before {
    color: #000000;
  }

  .registracion:before {
    color: #000000;
  }

  ul.dropdown-menu.dropdown-cart li span,
  ul.dropdown-menu.dropdown-cart li a {
    color: #000 !important;
  }
/**** BUSCADOR ****/
    .caja-fixed{
      position: absolute !important;
    }

    .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: 18px;
        width: 100% !important;
        margin: 10px;
        letter-spacing: .8px;
        border: 1px solid !important;
        font-weight: 500;
    }

    .buscador ul.dropdown-menu input.search-form::placeholder {
        letter-spacing: 0;
        font-size: 16px;
        font-weight: 500;
        color: #272727;
    }

    .buscador ul.dropdown-menu input.search-form:active {
        border: 0px
    }

    .buscador a.btn.btn-lg,
    a.registracion {
        padding: 0px 10px;
    }

    .buscador a:hover i,
    .buscador a i {
        font-weight: 700;
    }

    .buscador form#form-buscar {
        display: flex;
        align-items: center;
        flex: 1 0 auto;
    }

    .buscador button.btn {
        font-size: 16px;
        padding: 6px 10px;
    }

    .buscador a.dropdown-toggle {
        position: relative;
        float: right;
        right: 70px;
        top: 23px;
        padding-top: 7px;
        font-size: 16px;
        color: var(--color-marca2);
    }

    .caja_func_sup .buscador {
        display: block;
        position: absolute;
        top: 0;
        left: 0px;
        width: 100%;
        height: 100%;
    }
    
    .caja_func_sup>*:not(.buscador) {
      display: none !important;
    }
    /**** FIN BUSCADOR ****/
}

@media (max-width: 680px) {
  .social {
    position: absolute;
    top: 0px;
    z-index: 11;
    margin-right: 20px;
    right: 0;
    margin-left: 0px;
  }

  ul.social-share {
    margin-left: -460px;
    top: 0px;
  }

  .spot_ofertas_inf .img-responsive {
    max-width: 320px;
  }

  .spot_pie img {
    float: left;
    max-width: 350px;
    margin-bottom: 30px;
  }

  .spot_pie img:last-child {
    width: 260px;
  }

  div#botopie ul li a {
    padding: 0px 5px;
  }

  ul.social-share i {
    font-size: 18px;
  }

  .social-fixed ul.social-share {
    margin-left: -460px;
    margin-top: 5px;
  }
}

@media (max-width: 600px) {
  ul.social-share {
    margin-left: -380px;
  }

  .social-fixed ul.social-share {
    margin-left: -380px;
  }

  ul.social-share {
    margin-left: -400px;
    top: 0px;
  }

  .social-fixed ul.social-share {
    margin-left: -400px;
    margin-top: 5px;
  }

  .spot_ofertas_inf .img-responsive {
    max-width: 270px;
  }

  .spot_pie img:last-child {
    width: 240px;
  }

  div#botopie ul li {
    width: 100%;
    margin-left: -20px;
  }
}

@media (max-width: 480px) {
  body {
    padding-top: 160px;
  }

  ul.social-share {
    margin-left: -280px;
  }

  .social-fixed ul.social-share {
    margin-left: -280px;
    margin-top: 2px;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #777;
    padding: 5px 0;
    text-align: center;
    background: #f4e4d3;
  }

  .row.noticiashome3,
  .row.noticiashome {
    margin: 0;
  }

  body.default .cols-grals div#detalle {
    margin: 20px;
  }

  input.form-control.in_seguridad.pull-left {
    width: 80px !important;
  }

  ul.social-share {
    margin-left: -260px;
    top: 0px;
  }

  li#sucursal_movil {
    display: none;
  }

  .post-lead-image {
    float: none;
    margin-right: 0px;
    max-width: 100%;
  }

  .ban-top-izquierda {
    position: relative;
    left: 0;
    margin-left: 0px;
    max-width: 220px;
  }

  .spot_ofertas_inf .img-responsive {
    max-width: 390px;
  }

  .spot_pie {
    width: 100%;
  }

  .spot_pie img {
    max-width: 370px;
  }

  .spot_pie img:last-child {
    width: 300px;
    margin-left: 40px;
  }

  .social-fixed ul.social-share {
    margin-left: -260px;
    margin-top: 5px;
  }

  input#cantidad {
    width: 100px;
  }

  .cart-actions input[type="button"] {
    margin-left: 120px;
  }

  input#boton_login {
    top: 0px !important;
  }

  .carousel-indicators {
    display: none !important;
  }

  .carousel-caption h3 {
    font-size: 20px;
    line-height: 18px;
  }

  .carousel-caption h3 span {
    font-size: 70%;
    color: #222;
    margin-top: 10px;
    line-height: 15px;
  }

  body>section {
    padding: 30px 0;
  }

  #ofertas .navbar.navbar-default.navbar-superior {
    width: 100%;
    /* background: #00000070; */
  }

  div#navbar-menu-superior {
    margin-top: 20px;
  }

  .ban-top-izquierda a {
    height: 80px !important;
    display: block;
    position: relative;
    top: 10px;
    left: 10px;
  }

  .ban-top-izquierda {
    top: 0;
    position: absolute;
  }

  .recomendadosrow.row .cajasoferta {
    width: 50%;
    float: left;
  }

  .recomendadosrow .cajasoferta .product .image {
    height: auto !important;
  }

  .favCaja {
    padding-right: 15px;
  }
}

@media (max-width: 460px) {
  .featuredImgLook2 .col-md-3 {
    width: 100%;
  }

  div.quickview {
    margin-top: 25%;
  }
}

@media screen and (max-width: 440px) {

  .productFilter>.pull-left,
  .productFilter>.pull-right {
    display: block;
    width: 100%;
    text-align: center;
  }

  .productFilter>p {
    margin-bottom: 5px;
    margin-top: 0;
  }

  .productFilter>.pull-right>div {
    display: inline-block;
    float: none !important;
    width: 50%;
  }

  .productFilter>.pull-right>div.change-order .form-control {
    float: left;
    font-size: 12px;
  }

  .productFilter>.pull-right>div.change-view {
    margin-right: 0 !important;
    width: auto !important;
  }
}

@media (max-width: 400px) {
  div.quickview {
    margin-top: 35%;
  }
}

@media (max-width: 385px) {
  .search {
    margin-left: -120px;
  }

  .spot_ofertas_inf .img-responsive {
    max-width: 360px;
  }

  .spot_pie img {
    max-width: 350px;
  }

  .spot_pie img:last-child {
    width: 300px;
    margin-left: 20px;
  }
}

@media (max-width: 380px) {
  ul.social-share {
    margin-left: -250px;
  }

  .social-fixed ul.social-share {
    margin-left: -250px;
  }
}

@media (max-width: 360px) {
  ul.social-share {
    margin-left: -240px;
  }

  .social-fixed ul.social-share {
    margin-left: -240px;
  }

  input.search-form {
    width: 140px;
  }

  ul.social-share {
    margin-left: -220px;
    top: 0px;
  }

  .search {
    margin-left: -120px;
  }

  .social-fixed ul.social-share {
    margin-left: -220px;
    margin-top: 0px;
  }

  .spot_ofertas_inf .img-responsive {
    max-width: 340px;
  }

  .spot_pie img {
    max-width: 330px;
  }

  .spot_pie img:last-child {
    margin-left: 10px;
  }

  .ban-top-izquierda {
    width: 60px;
  }
}

@media (max-width: 320px) {
  .spot_ofertas_inf .img-responsive {
    max-width: 100%;
  }

  ul.social-share,
  .social-fixed ul.social-share {
    margin-left: -220px;
  }

  .search {
    margin-left: -127px;
  }

  .social {
    position: absolute;
    top: 0px;
    z-index: 11;
    margin-right: 20px;
    right: 0;
    margin-left: 0px;
  }

  .search {
    margin-left: -140px;
  }

  .spot_ofertas_inf .img-responsive {
    max-width: 300px;
  }

  .spot_pie img {
    max-width: 290px;
  }

  .spot_pie img:last-child {
    width: 300px;
    margin-left: 0px;
  }
}

/* */

/* Cambiar el breakpoint de la navbar a 1024px */
@media (max-width: 1025px) {
  .navbar-header {
    float: none;
  }

  .navbar-toggle {
    display: block;
  }

  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }

  .navbar-collapse.collapse {
    display: none !important;
  }

  .navbar-nav {
    float: none !important;
    margin: 7.5px -15px;
  }

  .navbar-nav>li {
    float: none;
  }

  .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navbar-text {
    float: none;
    margin: 15px 0;
  }

  /* Para que el menú desplegable funcione */
  .navbar-collapse.collapse.in {
    display: block !important;
  }

  .collapsing {
    overflow: hidden !important;
  }
}

.registro #registro_form h6:nth-of-type(2) {
  display: none;
}

/**** POPUP ****/
.modal{
  z-index: 99999;
}
#modalPopup button {
    top: 5px;
    right: 5px !important;
    background: #323232;
    border-radius: 10px;
    aspect-ratio: 6 / 5;
    font-style: normal;
}

#modalPopup .modal-content {
    border-radius: 15px;
    overflow: hidden;
}

div#modalPopup img {
    width: 100% !important;
    max-width: 600px;
}

.modal-dialog {
    margin: 30px auto;
    padding: 10px;
    top: calc(50% - 30px);
    transform: translatey(-50%) !important;
}

@media (max-width: 767px) {
    div#modalPopup img {
        max-width: 100%;
    }
}
/**** FIN POPUP ****/