@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700");
@import url("btn.css");
body {
  background: #fff;
  font-family: "Open Sans", sans-serif;
  color: #4e4e4e;
  font-weight: 300;
  line-height: 19px;
  font-size: 14px;
  padding-top: 117px;
}
ul.subcate {
  list-style: none;
  margin: 15px 0px;
  padding: 0px;
  overflow: hidden;
}
ul.subcate li {
  float: left;
  border-right: 1px solid #ddd;
  margin-right: 5px;
  padding: 0 5px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  color: #4c4c4c;
}
h1 {
  font-size: 250%;
}
h2 {
  font-size: 180%;
}
h2#pie_seo {
  font-size: 14px;
}
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="text"],
input[type="password"],
input[type="email"],
input[type="number"] {
  border-color: #dddddd;
  -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;
  padding-top: 30px;
}
footer {
  background: #222;
  padding: 30px 0;
  text-align: center;
  color: #fff;
}
footer a {
  color: #ddd;
}
footer a:hover {
  color: #fff;
}
footer .foot_netone {
  border-top: 1px solid #444;
  padding-top: 5px;
  font-size: 85%;
}
.hormigafoot {
  text-align: center;
  padding: 7px 0;
}
.hormigafoot h2 {
  color: #444;
}
p.iva {
  background: #ddd;
  padding: 5px;
  margin-bottom: 0px;
}
.text-center {
  text-align: center !important;
}
.text-right {
  text-align: right !important;
}
.form-control {
  font-weight: 300;
}
.widget.login [class*="col-"] {
  padding-right: 0px;
}
.widget.login p {
  margin: 0px;
  margin-top: 10px;
}
.close {
  font-size: 24px !important;
}
.gallery,
div.recom {
  margin-bottom: 20px;
}
.gallery {
  padding: 0 15px;
}
.gallery .img-responsive {
  border: 2px solid #fff;
}
.gallery [class*="col-"] {
  padding: 0;
}
a {
  color: #4e4e4e;
  -webkit-transition: color 100ms, background-color 100ms;
  -moz-transition: color 100ms, background-color 100ms;
  -o-transition: color 100ms, background-color 100ms;
  transition: color 100ms, background-color 100ms;
}
a:hover,
a:focus {
  color: #d43133;
}
hr {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;
}
a:hover,
a:focus {
  color: #111;
  text-decoration: none;
  outline: none;
}
body > section {
  padding: 70px 0;
}
@media (max-width: 991px) {
  body > section {
    padding: 70px 0;
  }
}
@media (max-width: 767px) {
  body > section {
    padding: 50px 0;
  }
}
@media (max-width: 480px) {
  body > section {
    padding: 30px 0;
  }
}
.center {
  text-align: center;
  padding-bottom: 20px;
}
.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-izquierda,
.col-derecha {
  background: #f5f5f5;
}
.fixednav {
  position: fixed;
  top: 0px;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -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: 0px;
  }
}
@keyframes mymove {
  from {
    top: -40px;
  }
  to {
    top: 0px;
  }
}
.navbar > .container .navbar-brand {
  margin-left: 0;
}
.top-bar {
  padding: 4px 0;
  background: #ddd;
  border-bottom: 0px solid #ddd;
}
.top-bar a {
  color: #111;
}
.social {
  text-align: right;
  position: static;
}
.social.fixed-social {
  position: fixed;
  right: 50%;
  margin-right: -585px;
  top: 40px;
}

@media (max-width: 767px) {
  .social {
    position: static;
    top: 0px;
  }
}
.social-share {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.social-share li {
  display: inline-block;
}
ul#menutop {
  position: absolute;
  top: 66px;
  left: 325px;
  z-index: 999 !important;
  text-transform: uppercase;
}
ul#menutop.fixed-menutop {
  position: fixed;
  left: 50%;
  margin-left: -263px;
  top: 50px;
}
ul.social-share li a,
ul#menutop li a {
  display: inline-block;
  padding: 5px 3px;
  text-transform: uppercase;
  font-weight: 400;
  color: #4c4c4c;
}
ul.social-share li a:hover,
ul#menutop li a:hover {
  color: #fc0;
}
.search {
  display: inline-block;
  margin-right: 45px;
  color: #222;
}
@media (max-width: 767px) {
  .search {
    margin-right: 50px;
  }
  .btn.btn-buscartop {
    padding: 8px 10px;
  }
}
.search i {
  color: #222;
}
.search .input-group {
  display: block;
}
input.search-form {
  background: #fff;
  border: 1px solid #ddd;
  width: 250px;
  color: #999;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  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 #f00;
}
input.search-form:hover,
input.search-form:focus {
  width: 280px;
}
@media (max-width: 767px) {
  input.search-form {
    width: 100%;
  }
  input.search-form:hover,
  input.search-form:focus {
    width: 240px;
  }
}
.navbar-brand {
  padding: 0;
  margin: 0;
}
.navbar-default {
  background-color: #fff;
  border-color: #e7e7e7;
  margin: 0px;
  border: none;
  -webkit-box-shadow: 0 11px 8px -10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 11px 8px -10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 20px 25px -30px rgba(0, 0, 0, 0.8);
  padding-bottom: 5px;
  z-index: 10 !important;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 0px;
  }
  ul.nav.navbar-nav {
    margin-top: 15px;
    margin-left: 30px;
  }
  #navbar-sidebar .navbar-nav > li > a {
    border-bottom: 1px solid #f0f0f0;
  }
  .navbar-nav > li > a.active {
    color: #fff !important;
  }
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding-left: 15px;
  }
  .navbar-nav > li > a {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #ddd;
  }
}
.navbar-header {
  padding-top: 10px;
}
.dropdown-menu {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0px;
  padding: 0;
  background-color: #fafafa !important;
  color: #069;
}
.dropdown-menu > li > a {
  padding: 5px 20px;
  color: #069;
  border-bottom: 1px dotted #ddd;
}
.dropdown-menu > li > a:hover {
  color: #111;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #025c95;
  border-color: #025c95;
}
h4.tit_categorias {
  font-family: Open Sans;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 16px;
  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-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation: myscroll 1s;
  animation: myscroll 1s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  width: 100%;
  z-index: 999 !important;
  text-align: right;
}
@-webkit-keyframes myscroll {
  from {
    bottom: -200px;
  }
  to {
    bottom: 20px;
  }
}
@keyframes myscroll {
  from {
    bottom: -200px;
  }
  to {
    bottom: 20px;
  }
}
.form-group .form-control {
  padding: 7px 12px;
  border-color: #f2f2f2;
  box-shadow: none;
}
.in_seguridad {
  width: 20%;
  margin-left: 1em !important;
}
textarea#message {
  resize: none;
  padding: 10px;
}
.search_box {
  background-position: 97%;
  background-repeat: no-repeat;
  border-color: #dedede;
  height: 48px;
  outline: medium none;
  box-shadow: none;
}
.form-control:focus {
  box-shadow: none;
  outline: 0 none;
}
.spot_top .img-responsive,
spot_bot .img-responsive {
  margin: 15px auto;
}
.spot_ofertas_inf .img-responsive {
  float: left;
  border: 2px solid #fff;
}
.list-group {
  margin-bottom: 0;
}
#nav2 .list-group .in {
  border-left: 1px solid #ddd;
  margin-left: 10px;
}
a.list-group-item:hover,
a.list-group-item:focus {
  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: 0px !important;
}
.owl-next {
  right: 0px !important;
}
.form-group label {
  color: #4e4e4e;
  font-size: 16px;
  font-weight: 300;
}
.form-group .form-control {
  padding: 7px 12px;
  border-color: #f2f2f2;
  box-shadow: none;
}
textarea#consulta {
  resize: none;
  padding: 10px;
}
.msj_error {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.widget {
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
  padding-left: 0;
}
.widget h5 {
  color: #000;
  text-transform: uppercase;
}
.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;
  color: #e5097f;
  font-size: 24px;
}
.dropdown-cart {
  background: #fafafa !important;
  color: #111;
  padding-bottom: 0px;
  top: 30px;
  text-align: center;
}
.dropdown-cart .registracion:before,
.dropdown-cart #login_sup:before,
.dropdown-cart #nombre_usuario:before,
.dropdown-cart .cambiar_cuenta_top:before,
.dropdown-cart .terminar_sesion_top:before {
  display: none;
}
.dropdown-cart li {
}
.dropdown-cart a {
  color: #111;
}
.scroll_izq {
  width: 180px;
}
.scroll_der {
  width: 180px;
}
.scroll_izq ul {
  text-align: center;
  padding: 0;
  list-style: none;
  margin: 0 auto;
}
.scroll_der ul {
  text-align: center;
  padding: 0;
  list-style: none;
  margin: 0 auto;
}
.scroll_izq li,
.scroll_der li {
  margin: 0 5px;
  text-align: center;
  padding: 0;
  margin-bottom: 0px;
}
.scroll_sup,
.scroll_inf {
  padding: 30px 0px;
  width: 1170px;
  margin: 0 auto;
}
.scroll_sup ul,
.scroll_inf ul {
  text-align: center;
  padding: 0;
  list-style: none;
  margin: 0 auto;
}
.clearfix {
  float: none;
  clear: both;
}
@media (max-width: 767px) {
  .scroll_sup,
  .scroll_inf {
    padding: 30px 0px;
    width: 92%;
  }
}
.carousel-control {
  background-image: none !important;
  filter: none !important;
  font-size: 36px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .fa-arrow-left,
.carousel-control .fa-arrow-right {
  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;
}
@media (max-width: 767px) {
  .carousel-control {
    font-size: 20px;
  }
  .carousel-control .icon-prev,
  .carousel-control .icon-next,
  .carousel-control .fa-arrow-left,
  .carousel-control .fa-arrow-right {
    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: 0px;
    left: 5%;
    margin-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    color: #fff;
    text-align: left;
  }
  .carousel-control .icon-prev,
  .carousel-control .icon-next,
  .carousel-control .fa-arrow-left,
  .carousel-control .fa-arrow-right {
    position: absolute;
    top: 40%;
    left: 20px;
    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;
  }
}
@media (max-width: 480px) {
  .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;
  }
}
.controls {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 25px;
}
.controls .fa {
  margin-left: 10px;
  color: #999;
  font-weight: 300;
}
.ircarrito {
  position: relative;
}
#cantidad_carrito.badge {
  position: absolute;
  left: 15px;
  top: -3px;
  background: #e5097f;
}
.ico_usuario,
a.ircarrito:before {
  font-family: FontAwesome;
  content: "\f291";
  display: inline-block;
  font-size: 24px;
  position: relative;
  top: 4px;
  padding-right: 10px;
}
.registracion:before,
#login_sup:before,
#nombre_usuario:before,
.cambiar_cuenta_top:before,
.terminar_sesion_top:before {
  font-family: FontAwesome;
  content: "\f007";
  display: inline-block;
  font-size: 20px;
  position: relative;
  top: 3px;
  padding-right: 0px;
  margin-left: 10px;
}
#login_sup:before {
  font-family: FontAwesome;
  content: "\f090";
}
.registracion:before {
  content: "\f234";
}
.cambiar_cuenta_top:before {
  content: "\f013";
}
.terminar_sesion_top:before {
  content: "\f08b";
}
#carrito_top.cart_top span.ico_usuario,
#carrito_top.cart_top a.ircarrito:before {
  font-family: FontAwesome;
  content: "\f291";
  display: inline-block;
  font-size: 14px;
  position: relative;
  top: 0px;
  padding-right: 0 !important;
}
.caja_func_sup {
  margin-top: 0px;
  line-height: 50px;
  position: absolute;
  top: -40px;
  right: 0px;
  font-size: 11px;
  text-transform: uppercase;
}
header .container {
  position: relative;
}
#nombre_usuario,
#login_sup,
#micuenta_top,
#carrito_top {
  text-align: right;
  line-height: 1.2em;
}
#nombre_usuario.cart_top,
#login_sup.cart_top,
#micuenta_top.cart_top,
#carrito_top.cart_top {
  text-align: center;
  line-height: 20px;
}
#nombre_usuario.cart_top span.ico_usuario {
  display: none;
}
div#autocompletar {
  width: fit-content;
}
.dropdown-menu #nombre_usuario {
  color: initial;
}

li#sucursal_movil {
  display: none;
}
.dropdown-cart .irapedido a {
  background: #e5097f;
  color: #fff;
}
.modal-header-primary {
  color: #fff;
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
  background-color: #02abc8 !important;
  -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-header {
  border: none;
}
.modal-footer {
  border: none;
  padding: 0px;
}
.modal-body {
  padding: 15px;
  overflow: hidden;
  margin: 0px !important;
  width: 100% !important;
  background: #f7f7f7;
  text-align: center;
  font-size: 13px;
}
.modal-body h3 {
  margin-top: 0px;
  font-size: 140%;
  color: #222;
  border-bottom: 1px dotted #ddd;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
.loginmodal-container {
  padding: 25px;
  max-width: 350px;
  width: 100% !important;
  background-color: #f7f7f7;
  margin: 0 auto;
  border-radius: 2px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  position: relative;
}
.modal-content {
  background: #f7f7f7;
}
.modal-prod-agregado-container {
  padding: 0px;
  max-width: 450px;
  width: 100% !important;
  background-color: none;
  margin: 0 auto;
  border-radius: 2px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  position: relative;
}
.modal span#nombre_prod_alert {
  font-size: 120%;
  font-weight: 600;
  color: #02abc8 !important;
}
.modal .fa {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 999 !important;
}
.modal h5 {
  font-size: 24px;
  font-weight: lighter;
  line-height: 24px;
  margin: 0px;
  padding: 0;
  position: relative;
  border: none;
}
.modal h5 {
  margin: 0 !important;
  margin-bottom: 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: normal;
  font-size: 20px !important;
}
.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: 16px;
  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 #02abc8 !important;
  -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: 0px;
  color: #fff;
  text-shadow: 0 1px rgba(0, 0, 0, 0.1);
  background-color: #4d90fe;
  padding: 17px 0px;
  font-family: roboto;
  font-size: 14px;
}
.loginmodal-submit:hover {
  border: 0px;
  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: Open Sans;
  color: #454545;
  border-bottom: 2px solid #dddddd;
  border-top: 2px solid #dddddd;
  font-size: 22px;
  line-height: 24px;
  margin: 10px 0 10px;
  padding: 0;
}
.title-sol span {
  color: #454545;
  display: inline-block;
  padding: 5px 15px 5px 0;
  text-transform: uppercase;
  width: auto;
}
.style2 .title-sol,
.title-sol.style2 {
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
  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,
.title-sol-style2:after {
  background: #dddddd;
  content: "";
  display: block;
  height: 1px;
  margin-left: 10%;
  position: absolute;
  top: 20px;
  width: 80%;
  z-index: 1;
}
.title-sol-style2 span,
.title-sol.style2 span {
  background: #ffffff;
  display: inline-block;
  padding: 10px;
  position: relative;
  width: auto;
  z-index: 2;
}
.style2 .title-sol span,
.title-sol.style2 span {
  color: #454545;
  display: table;
  position: relative;
  z-index: 2;
  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: 0px;
}
.cajasnove .des_nov {
  margin-top: 7px;
}
.cajasnove .des_nov p {
  margin-bottom: 0px;
}
.cajasnove .mas_nov a {
  font-size: 13px;
  color: #3276b1;
  display: block;
  text-align: right;
}
.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;
}
.cajasoferta,
.cajasnuevo {
  border: 0px 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 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
}
.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: bold;
  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 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  border: 0px solid #ddd;
  border-bottom: 0px solid #ddd;
  text-align: center;
  background: #fff;
  padding-bottom: 10px;
}
.product:hover {
  background: #fff;
}
.product h3.leyendaSinStock,
.product h3.leyendaConStock {
  font-size: 13px;
  margin-top: 0px;
}
.product h3.leyendaConStock {
  font-weight: bold;
}
.product h3.leyendaSinStock:before {
  display: none;
}
.product h3.leyendaConStock:before {
  display: none;
}
.product:hover,
.featuredImgLook2 .inner:hover {
  border: 0px solid #e5097f;
}
.product .marca {
  display: block;
  padding: 5px 0;
}
.product .marca_span {
  font-size: 90%;
  font-style: italic;
}
.product .art_cod_precios,
.product .stock {
  display: none;
}
.image {
  display: block;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
  max-height: 240px;
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}
.prod-top {
  margin-bottom: 25px;
}
.prod-top .image,
.prod-top .image a img {
  max-height: 100%;
}
.prod-top .product {
  padding-bottom: 0px;
}
.image a {
  display: block;
  overflow: hidden;
}
.image a img {
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  max-height: 240px;
  margin: 0 auto;
}
.product:hover .image a img {
  transform: scale(1.15) rotate(-1.5deg);
  -webkit-transform: scale(1.1) rotate(-1.5deg);
  -moz-transform: scale(1.1) rotate(-1.5deg);
  -ms-transform: scale(1.1) rotate(-1.5deg);
  -o-transform: scale(1.1) rotate(-1.5deg);
}
.recomendadosrow .image a img {
  max-height: auto !important;
  max-width: 100%;
}
.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;
}
.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;
}
.description {
  margin: 5px auto;
}
.prod-top .description h4 {
  margin: 10px 0;
}
.description a.masinfo20 {
  display: none;
}
.promotion {
  line-height: 18px;
}
.new-product {
  color: #ffffff;
  display: inline-block;
  float: left;
  font-size: 16px;
  font-weight: lighter;
  height: 100%;
  padding: 3px 10px;
}
.new-product {
  font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: lighter;
  background-color: #e5097f !important;
  background-color: rgba(78, 198, 127, 0.95) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f2E5097F, endColorstr=#f2E5097F) !important;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f2E5097F, endColorstr=#f2E5097F) !important;
}
.discount {
  font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
  background: #eb5e58;
  border-radius: 0 4px 4px 0;
  color: #fff;
  display: inline-block;
  float: left;
  font-size: 16px;
  font-weight: lighter;
  height: 100%;
  padding: 3px 5px;
}
.product h4 {
  font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
  margin: 0;
  display: block;
  line-height: 18px;
  font-weight: 700;
  color: #3a3a3a;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
}
.product h4 a {
  font-weight: 300;
  color: #3a3a3a;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
}
.product .dcorta {
  display: none;
}
.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: 18px;
  font-weight: bold;
  color: #454545;
}
@media (max-width: 767px) {
  .CartProduct .price {
    font-size: 14px;
  }
}
.action-control {
  border: 0;
  display: block;
  height: auto;
  padding: 5px 0 15px;
  width: 100%;
}
.action-control a {
  cursor: pointer;
}
.action-control a:hover,
.action-control a.active {
  color: #ffffff;
  background: #02abc8 !important;
}
.cart a {
  font-size: 20px;
  color: #454545;
  margin: 0 0;
  display: inline-block;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.13s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
}
div.quickview {
  display: block;
  margin-top: 40%;
  max-height: 50px;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 2;
  visibility: hidden;
}
.product:hover div.quickview {
  visibility: visible;
}
.btn-quickview {
  border-radius: 2px;
  font-family: "Open Sans", Helvetica Neue, Arial, sans-serif;
  letter-spacing: 2px;
  color: #454545 !important;
  text-transform: uppercase;
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
  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 0s;
  -webkit-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
}
.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);
}
@media (max-width: 460px) {
  div.quickview {
    margin-top: 25%;
  }
}
@media (max-width: 400px) {
  div.quickview {
    margin-top: 35%;
  }
}
.product > .btn-quickview:hover {
  opacity: 0.95;
}
.productFilter {
  border-bottom: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
  clear: both;
  display: block;
  margin-bottom: 20px;
  padding-bottom: 7px;
  padding-top: 10px;
  margin-top: 20px;
}
.productFilter p {
  display: block;
  font-size: 14px;
  margin-top: 6px;
}
@media screen and (max-width: 440px) {
  .productFilter > .pull-left {
    display: block;
    width: 100%;
    text-align: center;
  }
  .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;
  }
}
.change-view {
  margin-right: 10px;
}
.subCategoryTitle {
  font-size: 13px;
  color: #444;
  font-weight: 600;
}
.change-view a {
  border: 1px solid #cccccc;
  display: inline-block;
  font-size: 18px;
  font-weight: normal;
  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 select,
.productFilter input {
  font-size: 13px;
}
.item.list-view {
  display: block;
  height: auto !important;
  width: 100% !important;
  overflow: hidden;
  width: 100%;
  margin-bottom: 20px;
}
.item.list-view .image {
  display: block;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  max-height: 260px;
  max-width: 200px;
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  padding-right: 20px;
  background: #fff;
}
.item.list-view .image a {
  display: block;
  max-height: 100%;
  height: 100%;
  max-height: 100% !important;
}
.item.list-view .image img {
  max-height: 260px;
  width: auto !important;
}
.item.list-view h4 {
  height: auto;
  margin: 45px 0 5px;
  font-size: 24px;
}
.item.list-view h4 a {
  font-weight: 600;
}
.item.list-view .description {
  text-align: right;
}
.item.list-view .description p {
  text-align: right;
  min-height: 10px;
}
.item.list-view .price {
  font-size: 22px;
  text-align: right;
}
.item.list-view .action-control {
  text-align: right;
}
.item.list-view .product {
  padding-right: 20px;
  padding-bottom: 0px;
}
.item.list-view .product .btn-compra {
  float: right !important;
}
.pagination {
  margin-top: 10px;
}
.ley_sol_productos {
  display: none;
}
div#hormiga h1,
ul.lista-filtros-aplicados {
  font-weight: 600;
  font-size: 16px;
  color: #4e4e4e;
  font-family: Open Sans;
  text-transform: uppercase;
  margin-bottom: 0;
}
ul.lista-filtros-aplicados {
  margin-top: 10px;
  color: #999;
}
.hormigafoot h2 {
  font-size: 14px;
  margin: 0px;
  margin-bottom: 10px;
}
.recomendadosrow {
  padding-left: 15px;
  padding-right: 15px;
}
h5.recomendados,
h5.preguntas_clientes,
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;
}
.breadcrumb {
  border: 1px solid #dddddd;
  background: none;
}
.sp-large a img {
  width: 100%;
}
.sp-large {
  position: relative;
  overflow: hidden;
  border: 1px solid #fff !important;
}
.sp-large a img {
  max-width: 100%;
  height: auto;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
}
.sp-large a {
  display: inline-block;
}
.style3 .sp-large {
  border: 1px solid #fff;
  max-width: 100% !important;
}
.sp-wrap {
}
.sp-wrap {
  border: none !important;
  z-index: 10;
  width: 100%;
  background: none !important;
  display: none;
  line-height: 0;
  font-size: 0;
  background: #eee;
  position: relative;
  margin: 0 25px 15px 0;
  border: 1px solid #fff;
  float: left;
}
.product-title {
  font-size: 25px;
  font-weight: 300;
  letter-spacing: 0.25px;
  line-height: 1;
  margin-bottom: 10px;
  text-transform: none;
  margin-top: 0px;
  color: #4c4c4c !important;
}
.product-price {
  font-size: 28px;
  font-weight: 600;
  line-height: normal;
}
.price-standard {
  color: #999999;
  font-size: 80%;
  text-decoration: line-through;
}
.price-sales {
  font-size: 120%;
  color: #f00;
}
.product-code {
  font-family: Open Sans, Helvetica Neue, Arial, sans-serif;
  font-size: 14px;
  font-weight: lighter;
  letter-spacing: 1px;
  margin: 0 0 5px;
  padding: 0;
  text-transform: uppercase;
}
.cart-actions {
  margin-top: 0;
  margin-bottom: 12px;
  width: 100%;
  display: inline-block;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 12px;
  clear: both;
}
.cart-actions button,
.cart-actions .btn-cart,
.cart-actions .wishlist {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  color: #ffffff;
  font-family: Open Sans, Helvetica Neue, Arial, sans-serif;
  font-size: 14px;
  font-weight: lighter;
  line-height: 1em;
  margin: 0;
  padding: 10px 20px;
  float: right;
  text-transform: uppercase;
  transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
}
.col-form-label {
  padding-top: 7px;
  text-transform: uppercase;
  font-size: 14px !important;
  font-weight: bold !important;
}
button.first {
  margin-right: 20px;
  margin-bottom: 10px;
}
.cart-actions input[type="button"] {
  background: none repeat scroll 0 0 #e5097f;
  border: 2px solid #02abc8 !important;
}
.cart-actions button:hover {
  background: #ffffff;
  color: #2a2a2a;
  border: solid 2px #e5097f;
}
.incaps {
  display: block;
  float: left;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 2px;
  margin: 0px 20px 0 0;
  text-transform: uppercase;
}
.incaps i {
  font-size: 20px;
}
.color-in {
  color: #4cc94a;
}
.color-out {
  color: red;
}
.product-share {
  clear: both;
  display: inline-block;
  width: 100%;
  margin-top: 15px;
  font-weight: bold;
}
.socialIcon a {
  background-size: cover;
  -ms-behavior: none !important;
  background: none !important;
  background: #cccccc !important;
  color: #ffffff;
  display: inline-block;
  font-size: 22px;
  padding-top: 5px;
  text-align: center;
  margin-right: 10px;
  text-align: center;
  width: 35px;
  height: 35px;
  transition: all 0.15s ease-in-out 0s;
  -moz-transition: all 0.15s ease-in-out 0s;
  -webkit-transition: all 0.15s ease-in-out 0s;
  -o-transition: all 0.15s ease-in-out 0s;
  -ms-transition: all 0.15s ease-in-out 0s;
}
.stButton:after {
}
.stButton .stLarge {
  background-size: cover;
  -ms-behavior: none !important;
  background: none !important;
  color: #ffffff;
  display: inline-block;
  font-size: 0px;
  padding: 0px;
  margin-right: 0px;
  text-align: center;
  width: 0px !important;
  height: 0px !important;
  transition: all 0.15s ease-in-out 0s;
  -moz-transition: all 0.15s ease-in-out 0s;
  -webkit-transition: all 0.15s ease-in-out 0s;
  -o-transition: all 0.15s ease-in-out 0s;
  -ms-transition: all 0.15s ease-in-out 0s;
}
.stButton {
  margin: 0px !important;
}
.stButton {
  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;
  float: left;
  overflow: visible;
}
.puntuacion:after {
  content: ".";
  display: block;
  height: 0;
  width: 0;
  visibility: hidden;
}
.estrella {
  float: left;
  width: 20px;
  height: 18px;
  overflow: hidden;
  display: inline-block;
  text-indent: -999em;
  cursor: pointer;
}
.titvalor {
  float: left;
}
.estrella_izq,
.estrella_der {
  width: 10px;
}
.estrella,
.estrella a {
  background: url("../imagenes/estrella_sprite3.png") no-repeat 0 0px;
}
.estrella_izq,
.estrella_izq a {
  background: url("../imagenes/estrella_sprite_izq3.png") no-repeat 0 0px;
}
.estrella_der,
.estrella_der a {
  background: url("../imagenes/estrella_sprite_der3.png") no-repeat 0 0px;
}
.estrella a {
  display: block;
  width: 100%;
  height: 100%;
  background-position: 0 0px;
}
div.puntuacion div.on a {
  background-position: 0px -25px;
}
div.puntuacion div.hover a,
div.puntuacion div a:hover {
  background-position: 0px -50px;
}
#num_votos p {
}
div#msjvaloracion {
  text-align: left;
  margin-top: 15px;
}
.rating span {
  display: inline-block;
}
.ratingInfo {
  margin-left: 10px;
}
.nav-tabs {
  margin-bottom: 20px;
}
.product-tab {
  width: 100%;
  display: inline-block;
  clear: both;
}
.nav-tabs li a {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  margin: 0 0 0 0;
  text-transform: uppercase;
  padding: 10px !important;
}
.nav-tabs {
  margin-left: 0;
  border-bottom: 3px solid #bfc9ca;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus,
.nav-tabs > li:hover > a {
  background: #eeeeee;
}
.nav-tabs > li.active,
.nav-tabs > li {
  background: none;
}
ul.nav-tabs li {
  border: 1px solid #ddd;
  margin-bottom: 0;
}
.nav-tabs > li > a {
  border: 0;
  border-radius: 0;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus,
.nav-tabs > li:hover > a {
  color: var(--color-marca2) !important;
  border: 0;
  border-radius: 0;
}
.tab-content * {
  color: var(--color-marca2);
}
@media (max-width:767px) {
  ul.nav-tabs li{
    width: 100%;
  }
}
.color-details {
  margin-top: 14px;
}
.color-details {
  border-top: 1px solid #dddddd;
  padding-top: 10px;
}
.swatches {
  margin: 0.5em 0;
  padding-left: 0;
  list-style: none;
}
.swatches li {
  border: 2px solid #ffffff;
  display: inline-block;
  margin: 2px 1px;
  vertical-align: top;
  list-style: none;
}
.swatches .selected,
.swatches li:hover {
  border: 2px solid #ddd;
}
.swatches li {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  border: 2px solid #ffffff;
  box-shadow: 1px 1px 2px #c5c5c5;
  height: 33px;
  text-align: center;
  transition: all 0.25s ease 0s;
  width: 33px;
}
.swatches li.li-color {
  width: 33px;
  height: 33px;
  overflow: hidden;
}
.swatches.talle li {
  border: 2px solid #f0f0f0;
  background: #f5f5f5;
  padding: 5px;
}
.swatches li:after {
  content: "\f00c";
  font-family: fontawesome;
  font-size: 0;
  font-weight: lighter;
  position: absolute;
  left: 50%;
  margin-left: -16px;
  top: -10px;
  color: #fff;
  transition: font-size 0.25s ease 0.1s;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
.swatches .selected:after {
  content: "\f00c";
  height: 33px;
  width: 33px;
  font-family: fontawesome;
  font-size: 120%;
  font-weight: lighter;
  color: #e5097f;
  transition: font-size 0.25s ease 0.1s;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
.productFilter {
  border-bottom: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
  clear: both;
  display: block;
  margin-bottom: 20px;
  padding-bottom: 7px;
  padding-top: 10px;
  margin-top: 10px;
}
.productFilter p {
  display: block;
  font-size: 14px;
  margin-top: 6px;
}
.marca_imagen {
  position: absolute;
  top: 1%;
  border: 1px solid #ddd;
  z-index: 999;
  right: 0.8%;
}
.spacer {
  padding: 20px 0;
}
#precant {
  border: 0px solid #ddd;
  padding: 5px;
  font-size: 12px;
  box-shadow: 1px 1px 2px #c5c5c5;
}
#precant h5 {
  display: none;
}
#precant .table {
  margin: 0px;
}
.orderStep {
  clear: both;
  display: inline-block;
  height: auto;
  padding: 0;
  margin-bottom: 30px;
  width: 100%;
}
.orderStep li {
  display: inline-block;
  float: left;
  height: auto;
  margin: 0;
  min-height: 55px;
  padding: 0;
  width: 33.33333333%;
}
.orderStep li.active {
  color: #fff;
}
.orderStep li.active {
  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;
}
.orderStep li {
  background: #eff0f2;
  display: inline-block;
  font-size: 14px;
  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);
}
.orderStep li.active i {
  background: rgba(0, 0, 0, 0.1);
  color: #ffffff;
}
.orderStep li i {
  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 span {
  display: block;
  padding: 5px 0;
}
.orderStep li.active {
  background: #e5097f;
}
.orderStep li.active:after {
  border-top-color: #e5097f !important;
}
.orderStep li {
  background: #66de97;
}
.caps {
  border-top: 0 none;
  font-weight: normal;
  line-height: 24px;
  margin: 0 0 16px;
  overflow: hidden;
  padding: 0 0 16px;
  text-align: right;
  text-transform: uppercase;
}
h1.tit-checkout {
  margin: 0px;
  padding: 0px;
}
.rightSidebar #cart-summary {
  margin-top: 0;
}
.rightSidebar #cart-summary tr:first-child td {
  border: none;
}
.cartMiniTable {
  border: 1px solid #dddddd;
  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;
}
.ley_cupon {
  font-size: 90%;
  display: block;
  margin-bottom: 5px;
}
.couponForm .btn {
  border-radius: 0 3px 3px 0;
}
span.success,
p.success div.success {
  color: #8bb418;
}
#total-price {
  font-size: 22px;
  font-weight: bold;
}
label.error {
  color: #e74c3c;
  font-size: 90%;
}
.quanitySniper {
  height: 30px;
  padding: 0;
  text-align: center;
  width: 40px;
}
tr.CartProduct td,
tr.CartProduct th {
  text-align: center;
}
@media (max-width: 767px) {
  tr.CartProduct td,
  tr.CartProduct th {
    font-size: 11px;
  }
}
tr.CartProduct td:nth-child(2) {
  text-align: left;
}
.CartProduct .delete i {
  font-size: 2.5em;
  position: relative;
  top: -5px;
}
@media (max-width: 767px) {
  .CartProduct .delete i {
    font-size: 1em;
  }
}
.CartProductThumb img {
  width: 86px;
  max-width: 100%;
}
tr.CartProduct {
  border-bottom: 1px solid #e7e9ec;
}
tr.CartProduct td,
tr.CartProduct th {
  padding: 10px 0;
}
.cartTable {
  border-top: solid 1px #ebedef;
}
.cartTableHeader {
  background: #ebedef;
}
.cartFooter {
  padding: 20px;
  border-top: solid 1px #eee;
  background: #ebedef;
  display: inline-block;
  width: 100%;
}
#cart-summary tr td:nth-child(2) {
  text-align: right;
}
.CartProductThumb img {
  max-width: 100% !important;
}
.CartDescription h4 a {
  font-size: 14px !important;
  line-height: normal;
}
.CartDescription h4 {
  margin: 0px;
}
@media (max-width: 767px) {
  .CartDescription h4 a {
    font-size: 12px !important;
  }
}
.couponQuitar {
  background: #f5f5f5;
  padding: 8px;
  margin: 0px;
}
ul.datos_cupon {
  margin: 0px;
  padding: 0px;
  list-style: none;
  font-size: 13px;
  margin-bottom: 15px;
}
h6 {
  border-bottom: 1px solid #02abc8 !important;
  font-size: 15px;
  font-weight: bold;
  margin: 0 0 15px;
  padding: 10px 0 0;
  position: relative;
  text-transform: uppercase;
}
.bg-msj {
  padding: 15px;
}
.bg-msj-rosa {
  background-color: #e5097f;
  color: #fff;
  margin: 15px 0;
}
.bg-info {
  background-color: #d9edf7;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.panel-default > .panel-heading {
  border-top: 4px solid #e5097f;
}
.lista-medios-pago li {
  width: 32%;
  text-align: center;
  border: 2px dotted #ddd;
  margin: 2px;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
.lista-medios-pago li:hover {
  border: 2px solid #02abc8 !important;
}
.lista-medios-pago .bordePago2 {
  border: 2px solid #02abc8 !important;
  background: #f5f5f5;
}
.item-blog-post {
  margin: 0 auto 30px;
}
.item-blog-post h2 {
  border-bottom: 1px solid #ddd;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0;
  margin: 28px 0;
  margin-bottom: 10px;
  padding: 15px 0;
  position: relative;
}
.item-blog-post h2 a {
  font-size: 26px;
  font-weight: bold;
}
.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: #fafafa;
}
.item-blog-post .post-main-view .post-description {
  padding: 30px;
  font-size: 16px;
  line-height: 1.625;
  font-weight: 300;
}
.item-blog-post .post-description .vermas:after {
  font-family: FontAwesome;
  display: inline-block;
  content: "\f178";
  padding-left: 5px;
}
.loadMoreBlog .btn:hover {
  background: #ededed;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .post-header {
    margin-bottom: 15px;
  }
}
.registro-form label {
  display: none;
}
.datos_usuario ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.datos_usuario ul li:before {
  font-family: FontAwesome;
  display: inline-block;
  content: "\f0da";
  padding-right: 5px;
}
.content_marcas {
}
.content_marcas .cajamarca {
  border: 1px solid #ddd;
}
.content_marcas img {
  max-width: 100%;
  height: auto;
}
.content_marcas .verprod {
  background: #ccc;
  display: block;
}
.brand-carousel li {
  float: left;
  display: inline-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;
  overflow: hidden;
  border-radius: 5px;
  margin-top: 20px;
  border-top: 4px solid #e5097f;
}
h5.tit_form_detalle {
  border: none;
}
.show-case-wrapper {
  margin: 0 auto 30px;
  float: none;
}
#productShowCase .owl-controls {
  margin-top: 0;
}
.product-slide-inner {
  margin-top: 12%;
  display: block;
  max-width: 98%;
}
@media (max-width: 767px) {
  .product-slide-inner {
    display: block;
    max-width: 98%;
    margin: 5% auto 0;
    text-align: center;
  }
  #productShowCase .owl-controls {
    margin-top: 10px;
  }
}
#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-left {
  text-align: center;
}
.product-slide-img {
  display: block;
  text-align: center;
}
.product-slide-img img {
  display: block;
  text-align: center;
  margin: 0 auto;
}
#productShowCase .product-title {
  font-family: Open Sans;
  font-size: 24px;
  font-weight: normal;
  letter-spacing: 0.25px;
  line-height: 36px;
  margin-bottom: 0;
}
.ps-nav {
  display: block;
  font-size: 68px;
  height: auto;
  position: absolute;
  text-align: center;
  top: 38%;
  width: auto;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
#ps-next {
  right: 15px;
}
#ps-prev {
  left: 15px;
}
@media screen and (max-width: 767px) {
  .ps-nav {
    top: 30%;
  }
  .ps-nav img {
    width: 60px;
  }
}
@media (max-width: 767px) {
  #ps-next {
    right: 15px;
  }
  #ps-prev {
    left: 15px;
  }
}
.boxes-title-1 {
  background: #ebebeb;
  font-family: Open Sans;
  font-weight: normal;
  letter-spacing: 1px;
  margin-bottom: 30px;
  padding: 7px 0;
  text-align: center;
}
.featuredImgLook2 .inner {
  border: solid 1px #ddd;
  padding: 10px;
  margin-bottom: 15px;
}
.featuredImgLook2 .inner:hover {
  border: solid 1px #e5097f;
}
.img-link {
  display: block;
  overflow: hidden;
}
.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: normal;
  text-transform: uppercase;
}
.featuredImgLook2 p {
  color: #7f8c8d;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .featuredImgLook2 .col-md-3 {
    margin-bottom: 30px;
  }
}
@media (max-width: 460px) {
  .featuredImgLook2 .col-md-3 {
    width: 100%;
  }
}
#imageShowCase {
  display: block;
  clear: both;
  background: #f00;
}
.relative {
  position: relative;
}
.image-show-case-wrapper .ps-nav {
  opacity: 0;
  transform: scale(1.15);
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.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);
}
.img-block {
  display: block;
  overflow: hidden;
}
.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 {
  padding: 15px;
  width: 500px;
}
#detalle_print h1 {
  color: #069;
  border-top: 1px solid #ccc;
  margin-top: 10px;
  padding-top: 10px;
}
#detalle_print h5 {
  font: bold 14px arial;
  color: #069;
  margin-top: 15px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ccc;
}
#detalle_print ul {
  margin-left: 25px;
  list-style-type: circle;
}
#detalle_print .cajasoferta {
  clear: both;
  width: 95%;
}
#detalle_print .imagenart {
  float: left;
  margin-right: 10px;
  padding-bottom: 0px;
}
.sp-zoom,
.sp-wrap {
  z-index: 0 !important;
}
#navbar-sidebar {
  background: none;
}
@media (min-width: 768px) {
  #navbar-sidebar .container-fluid,
  #navbar-sidebar .navbar-collapse {
    padding: 0;
  }
  #navbar-sidebar .navbar-left {
    margin-left: 0;
  }
  #navbar-sidebar .nav > li {
    width: 100%;
  }
}
.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-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border: none !important;
}
.navbar-lateral span.caret:before {
  font-family: FontAwesome;
  content: "\f0da";
}
.navbar-lateral .dropdown-menu span.caret:before {
  position: relative;
  top: -5px;
}
@media (max-width: 767px) {
  .navbar-lateral .dropdown-menu span.caret:before {
    top: 0px;
  }
  .novedades-home-row.row {
    margin: 0;
  }
  .navbar-lateral .ley_cate_lateral_xs {
    float: left;
    position: relative;
    top: 15px;
    font-family: Open Sans;
    color: #454545;
    font-size: 18px;
    font-weight: lighter;
  }
}
.navbar-lateral .ley_cate_lateral_xs {
  font-family: Open Sans;
  color: #454545;
  font-size: 18px;
  font-weight: lighter;
}
.micuenta_top,
.login_sup {
  display: none;
}
.item-slide {
  position: relative;
}
.container.leyenda_slide {
  position: absolute;
  text-align: left;
  left: 50%;
  font-size: 16px;
  margin-left: -585px;
}
.container.leyenda_slide {
  padding-top: 50px;
  font-size: 20px;
  color: #000;
}
.container.leyenda_slide h1 {
  font-size: 18px;
  margin-bottom: 0px;
  text-shadow: 2px 2px 4px #fff;
  color: #fff;
  font-weight: 700;
  display: inline-block;
  font-size: 60px !important;
  padding: 0px;
  line-height: 60px;
  margin-bottom: 0;
  text-transform: uppercase;
  text-align: center !important;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
  width: 100%;
  padding-top: 150px;
}
.item-slide {
  max-height: 595px;
  overflow: hidden;
}
.container.leyenda_slide {
  padding-top: 50px;
  font-size: 20px;
  color: #000;
}
@media (max-width: 767px) {
  .container.leyenda_slide {
    width: 100% !important;
    left: 0 !important;
    margin: 0 auto;
    padding-top: 0px !important;
    position: absolute !important;
    text-align: center !important;
    font-size: 18px;
    top: 10px !important;
  }
  .container.leyenda_slide h5,
  .container.leyenda_slide p {
    display: none;
  }
}
@media (max-width: 480px) {
  .container.leyenda_slide {
    width: 100% !important;
    left: 0 !important;
    margin: 0 auto;
    padding-top: 0px !important;
    position: absolute !important;
    text-align: center !important;
    font-size: 12px;
    top: 10px !important;
  }
}
.btn {
  border: medium none;
  border-radius: 5px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.4;
  padding: 8px 20px;
  transition: all 0.25s linear 0s;
}
.btn-primary {
  background: #02abc8 !important;
}
.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: 0px 1px rgba(0, 0, 0, 0.1);
  -o-text-shadow: 0px 1px rgba(0, 0, 0, 0.1);
  -webkit-text-shadow: 0px 1px rgba(0, 0, 0, 0.1);
  -ms-text-shadow: 0px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 -1px rgba(0, 0, 0, 0.1) inset;
  -webkit-box-shadow: 0 -1px rgba(0, 0, 0, 0.1) inset;
  -o-box-shadow: 0 -1px rgba(0, 0, 0, 0.1) inset;
  -ms-box-shadow: 0 -1px rgba(0, 0, 0, 0.1) inset;
}
.btn.btn-lg {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  font-size: 16px;
  line-height: 1.471;
  padding: 10px 20px;
}
.btn.btn-md {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 12px;
  line-height: 1.5;
  padding: 6px 14px;
}
.btn.btn-sm {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 11px;
  line-height: 1.5;
  padding: 4px 8px;
}
.btn.btn-xs {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 12px;
  line-height: 1.5;
}
.btn-old {
  border: medium none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.4;
  padding: 6px 12px;
  transition: all 0.25s linear 0s;
  -webkit-transition: all 0.25s linear 0s;
  -moz-transition: all 0.25s linear 0s;
  -ms-transition: all 0.25s linear 0s;
  -o-transition: all 0.25s linear 0s;
}
.btn-old.btn-lg {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  font-size: 16px;
  line-height: 1.471;
  padding: 10px 20px;
}
.btn-old.btn-md {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 12px;
  line-height: 1.5;
  padding: 12px 14px;
}
.btn-old.btn-sm {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 13px;
  line-height: 1.5;
  padding: 4px 8px;
}
.btn-old.btn-xs {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 12px;
  line-height: 1.5;
}
.btn-stroke-dark,
.btn-stroke-light,
.btn-stroke,
.btn-dark,
.search-trigger,
.btn-nobg {
  text-shadow: none !important;
  box-shadow: none !important;
  font-weight: normal;
}
.priceFilterBody .btn {
  padding: 8px 12px;
}
.navbar-right .input-group .btn {
  box-shadow: none;
}
.btn-flat {
  border-radius: 0 !important;
}
.btn-product-flat {
  background: #303030;
  border-radius: 0;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.5px;
  min-width: 130px;
  padding: 7px 15px;
}
.btn-product-flat:hover,
.btn-product-flat:focus,
.btn-product-flat:active,
.btn-product-flat.active {
  background-color: #fff;
  border-color: #fff;
  color: #0f0f0f;
}
.btn-thin {
  border: 1px solid #bdc3c7;
  color: #bdc3c7;
  background: none;
  text-shadow: none;
}
.btn-default {
  background-color: #bdc3c7;
  color: #ffffff;
  text-shadow: none;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active {
  background-color: #cacfd2;
  border-color: #cacfd2;
  color: #ffffff;
}
.open .dropdown-toggle.btn-default {
  background-color: #cacfd2;
  border-color: #cacfd2;
  color: #ffffff;
  background: #a1a6a9;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default.active[disabled],
fieldset[disabled] .btn-default.active {
  background-color: #bdc3c7;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary.active[disabled],
fieldset[disabled] .btn-primary.active {
  background-color: #1abc9c;
}
.btn-dark {
  background-color: #34495e;
  color: #ffffff;
}
.btn-dark:hover,
.btn-dark:focus {
  background-color: #2a2a2a;
  border-color: #2a2a2a;
  color: #ffffff;
}
.btn-dark:active,
.btn-dark.active,
.open .dropdown-toggle.btn-dark {
  background-color: #2a2a2a;
  border-color: #2a2a2a;
  color: #ffffff;
  background: #2a2a2a;
}
.btn-info {
  background-color: #3498db;
  color: #ffffff;
}
.btn-info:hover,
.btn-info:focus {
  background-color: #5dade2;
  border-color: #5dade2;
  color: #ffffff;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-color: #5dade2;
  border-color: #5dade2;
  color: #ffffff;
  background: #2c81ba;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info.active[disabled],
fieldset[disabled] .btn-info.active {
  background-color: #3498db;
}
.btn-danger {
  background-color: #e74c3c;
  color: #ffffff;
}
.btn-danger:hover,
.btn-danger:focus {
  background-color: #ec7063;
  border-color: #ec7063;
  color: #ffffff;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-color: #ec7063;
  border-color: #ec7063;
  color: #ffffff;
  background: #c44133;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger.active[disabled],
fieldset[disabled] .btn-danger.active {
  background-color: #e74c3c;
}
.btn-success {
  background-color: #2ecc71;
  color: #ffffff;
}
.btn-success:hover,
.btn-success:focus {
  background-color: #58d68d;
  border-color: #58d68d;
  color: #ffffff;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-color: #58d68d;
  border-color: #58d68d;
  color: #ffffff;
  background: #27ad60;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success.active[disabled],
fieldset[disabled] .btn-success.active {
  background-color: #2ecc71;
}
.btn-warning {
  background-color: #f1c40f;
  color: #ffffff;
}
.btn-warning:hover,
.btn-warning:focus {
  background-color: #f5d313;
  border-color: #f5d313;
  color: #ffffff;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-color: #f5d313;
  border-color: #f5d313;
  color: #ffffff;
  background: #cda70d;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning.active[disabled],
fieldset[disabled] .btn-warning.active {
  background-color: #f1c40f;
}
.btn-inverse {
  background-color: #3a3a3a;
  color: #ffffff;
}
.btn-inverse:hover,
.btn-inverse:focus {
  background-color: #454545;
  border-color: #454545;
  color: #ffffff;
}
.btn-inverse:active,
.btn-inverse.active,
.open .dropdown-toggle.btn-inverse {
  border-color: #454545;
  color: #ffffff;
  background: #303030;
}
.btn-inverse.disabled,
.btn-inverse[disabled],
fieldset[disabled] .btn-inverse,
.btn-inverse.disabled:hover,
.btn-inverse[disabled]:hover,
fieldset[disabled] .btn-inverse:hover,
.btn-inverse.disabled:focus,
.btn-inverse[disabled]:focus,
fieldset[disabled] .btn-inverse:focus,
.btn-inverse.disabled:active,
.btn-inverse[disabled]:active,
fieldset[disabled] .btn-inverse:active,
.btn-inverse.disabled.active,
.btn-inverse.active[disabled],
fieldset[disabled] .btn-inverse.active {
  background-color: #34495e;
}
.btn-stroke {
  background: rgba(0, 0, 0, 0);
  font-family: "Oswald", Helvetica Neue, Arial, sans-serif;
  letter-spacing: 2px;
  padding: 15px 20px;
  text-align: center;
  border-radius: 0;
  min-width: 200px;
  text-transform: uppercase;
  border: 2px solid #fff;
  color: #fff !important;
}
.btn-stroke.lite {
  border: 2px solid #ffffff;
  color: #ffffff !important;
}
.btn-stroke.lite:hover {
  background: #ffffff;
  color: #303030 !important;
}
.btn-stroke.dark {
  border: 2px solid #303030;
  color: #303030 !important;
}
.btn-stroke.dark:hover {
  background: #303030;
  color: #ffffff !important;
}
.btn-stroke.thin {
  border-width: 1px;
  font-size: 12px;
  padding-left: 40px;
  padding-right: 40px;
}
.btn-dark {
  background: #303030;
  font-family: "Oswald", Helvetica Neue, Arial, sans-serif;
  letter-spacing: 2px;
  padding: 15px 20px;
  text-align: center;
  border-radius: 0;
  min-width: 200px;
  text-transform: uppercase;
  border: 2px solid #303030;
  color: #fff !important;
}
.btn-dark:hover {
  background: #fff;
  color: #303030 !important;
  border-color: #fff;
}
@media only screen and (max-width: 767px) {
  .btn-dark {
    letter-spacing: 1px;
    padding: 10px 15px;
    min-width: 160px;
  }
}
.btn-gray {
  background: #c8c8c8;
  font-family: "Oswald", Helvetica Neue, Arial, sans-serif;
  letter-spacing: 2px;
  padding: 15px 20px;
  text-align: center;
  border-radius: 0;
  min-width: 200px;
  text-transform: uppercase;
  border: 2px solid #ccc;
  color: #fff !important;
}
.btn-gray:hover {
  background: #fff;
  color: #303030 !important;
  border-color: #fff;
}
@media only screen and (max-width: 767px) {
  .btn-gray {
    letter-spacing: 1px;
    padding: 10px 15px;
    min-width: 160px;
  }
}
.btn-stroke-dark {
  background: rgba(0, 0, 0, 0);
  font-family: "Oswald", Helvetica Neue, Arial, sans-serif;
  letter-spacing: 2px;
  padding: 15px 20px;
  text-align: center;
  border-radius: 0;
  min-width: 200px;
  text-transform: uppercase;
  border: 2px solid #303030;
  color: #303030 !important;
}
.btn-stroke-light {
  background: rgba(0, 0, 0, 0);
  font-family: "Oswald", Helvetica Neue, Arial, sans-serif;
  letter-spacing: 2px;
  padding: 15px 20px;
  text-align: center;
  border-radius: 0;
  min-width: 200px;
  text-transform: uppercase;
  border: 2px solid #ffffff;
  color: #ffffff !important;
}
.btn-stroke-dark:hover {
  background: #303030;
  color: #ffffff;
}
.btn-stroke-light:hover {
  background: #ffffff;
  color: #303030;
}
.btn-site {
  padding: 5px 0;
  color: #ffffff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 18px;
  display: block;
  text-decoration: none;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.fb_button {
  background: #658ad0;
  color: #ffffff;
  display: block;
  text-align: center;
  text-decoration: none;
}
.btn-fb {
  background: #658ad0;
  color: #ffffff;
}
.fb_button:hover,
.btn-fb:hover {
  background: #4e6fae;
  color: #ffffff;
  text-decoration: none;
}
.btn-tw {
  background: #1dadeb;
  color: #ffffff;
}
.btn-tw:hover {
  background: #35c5ff;
  color: #ffffff;
  text-decoration: none;
}
.btn.btn-compra {
  background: #02abc8;
}
.btn.btn-compra:hover {
  background: #02abc8;
}
.btn.btn-compra:before,
.btn.btn-detalle:before {
  font-family: FontAwesome;
  content: "\f07a";
  display: inline-block;
  padding-right: 5px;
}
.btn.btn-detalle:before {
  content: "\f05a";
}
.btn-primary,
.product:hover .add-fav:hover,
.product:hover .add-fav.active {
  background-color: #02abc8;
  color: #ffffff;
}
.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: #02abc8;
  border-color: #02abc8;
  color: #ffffff;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-color: #02abc8;
  border-color: #02abc8;
  color: #ffffff;
  background: #02abc8;
}
.bg-gris {
  background: #ddd;
}
.active {
  background: #e5097f;
  color: #fff !important;
}
.tab-content > .active {
  display: block;
  background: none;
}

.navbar-fixed-top div.ban-top-izquierda img.img-responsive {
  max-height: 45px;
}
.navbar-fixed-top #navbar-menu-superior {
  margin-top: 0px;
}
.navbar-fixed-top .caja_func_sup {
  line-height: 30px;
  position: fixed;
  top: 0;
  right: 50%;
  margin-right: -590px;
}
ul#menutop.fixmenutop {
  position: fixed;
  top: 15px;
  left: 50%;
  margin-left: -318px;
  z-index: 999 !important;
  text-transform: uppercase;
}

#detalle p.peso {
  display: none;
}

#menutop {
  display: none;
}

@media (max-width: 480px) {
  input#palabra,
  input#palabra:hover,
  input#palabra:active {
    width: 100px;
  }
}

div#masservicios a:hover {
  color: #069;
  font-weight: bold;
}

div.col-listar {
  border-top: 1px solid #ccc;
  margin-top: 30px;
  padding-top: 25px;
}
.col-listar h3 {
  padding-bottom: 15px;
  height: auto !important;
  margin-bottom: 25px;
  border-bottom: 1px solid #ccc;
}

.col-listar h3 a.titnotlink {
  font-size: 26px;
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
span.verdoc a {
  background: #ccc;
  padding: 8px;
  color: #fff;
  font-weight: bold;
  position: relative;
  top: 2px;
}
div#imagen_listar {
  margin-bottom: 15px;
}

/******* CUSTOM 12-2025 *******/

html {
  scroll-behavior: smooth;
}

body {
  /*******COLORES*******/
  --color-marca1: #e5097f;
  --color-marca2: #252525;
  --color-marca3: #ffffff;
  --color-marca4: #858686;
  --color-marca5: #00b0eb;
  --color-marca6: #fcc719;
  --color-marca7: #0070b7;
  --color-marca8: #def7ff;
  --color-marca9: #fff1c4;
  --color-marca10: #ffc1e2;
  --color-marca11: #f0f0f0;
  --color-marca12: #000000;
  /*******FIN COLORES*******/
  padding-top: 0 !important;
  font-weight: 400;
  height: auto !important;
}

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

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

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

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

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

ul#menutop li {
  display: none;
}

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

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

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

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

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

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

.cotizacion {
  display: none;
}

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

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

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

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

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

.navbar-default .navbar-nav > li > a span:not(.caret) {
  background: var(--color-marca7) !important;
  padding: 6px 12px;
  border: none !important;
  border-radius: 6px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navbar-nav > li {
  margin-top: 0 !important;
}
/**** FIN SUBMENU FLOTANTE ****/

@media (max-width: 1024px) {
  header .navbar-nav > li > a {
    padding: 10px 8px;
  }
}
@media (max-width: 768px) {
  .navbar-default .navbar-nav > li > a span.caret {
    background: var(--color-marca7) !important;
    border: none !important;
    border-radius: 6px !important;
  }

  .primero > div {
    pointer-events: none;
  }

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

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

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

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

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

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

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

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

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

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

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

/******BUSCADOR*****/
.caja_func_sup.pull-right > * {
  padding: 0 8px !important;
}
.buscador {
  display: none;
}
.buscador i,
.buscador a {
  font-weight: 700;
  color: var(--color-marca2);
  font-size: 20px;
}
.top-number .buscador ul.dropdown-menu {
  position: fixed;
  right: 0;
  top: 105px;
  left: 0;
  transform: none;
  padding: 0;
  margin: 0;
  border: 0px;
}
.top-number-fixed .buscador ul.dropdown-menu {
  top: 67px;
}
.navbar-superior.navbar-fixed-top .buscador ul.dropdown-menu {
  width: 100%;
  left: 0 !important;
  top: 100%;
  margin: 0;
}
.buscador ul.dropdown-menu input.search-form {
  padding: 20px;
  width: calc(100% - 20px);
  margin: 10px;
  font-size: 16px;
  border-bottom: 0 !important;
  border: 0;
  outline: none;
  font-family: var(--tipografia-principal);
}

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

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

  .buscador {
    float: right;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**** MENU DESPLEGABLE PERFIL ****/
.caja_func_sup ::before {
  font-weight: 400 !important;
}
.estaLogueado span#login_sup {
  display: none !important;
}
span#micuenta_top {
  display: block;
}
.estaLogueado span#micuenta_top,
span#login_sup {
  position: relative;
  display: flex !important;
  gap: 10px;
  padding: 11px 16px !important;
  margin: 0 -8px;
  cursor: pointer;
  background: transparent;
  flex-direction: column;
}
span#micuenta_top:hover::after,
span#login_sup:hover::after {
  content: "";
  top: 0;
  right: 0;
  position: absolute;
  display: block;
  height: 100px;
  width: 140px;
}
span#micuenta_top::before {
  padding-top: 4px;
}
span#micuenta_top::before,
span#login_sup::before {
  content: "\f007";
  font-family: "Font Awesome 6 Pro";
  font-size: 18px;
  display: block;
  color: var(--color-marca2);
  margin: 0;
}
header .caja_func_sup span:hover::before,
header .caja_func_sup a:hover i,
header .caja_func_sup a:hover::before {
  color: var(--color-marca12) !important;
}
#micuenta_top .cambiar_cuenta_top,
#micuenta_top .terminar_sesion_top,
span#login_sup a {
  display: none;
  position: absolute;
  background: white;
  white-space: nowrap;
  z-index: 100;
  right: 0;
  text-decoration: none;
  color: #333;
  width: 120px;
  min-width: min-content;
  top: 100%;
  padding: 10px 12px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
}
span#login_sup:hover a,
span#login_sup:focus a {
  display: block;
}
#micuenta_top:hover .cambiar_cuenta_top,
#micuenta_top:hover .terminar_sesion_top,
#micuenta_top:focus .cambiar_cuenta_top,
#micuenta_top:focus .terminar_sesion_top {
  display: block;
}
a.cambiar_cuenta_top {
  border-radius: 7px 7px 0 0;
}
a.terminar_sesion_top {
  transform: translateY(100%);
  border-radius: 0 0 7px 7px !important;
}
span#login_sup a.registracion {
  transform: translateY(100%);
  border-radius: 0 0 7px 7px !important;
}
span#login_sup a {
  border-radius: 7px 7px 0 0;
}

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

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

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

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

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

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

#login_sup:before,
#nombre_usuario:before,
.cambiar_cuenta_top:before,
.registracion:before,
.terminar_sesion_top:before {
  margin-left: 0;
}
#login_sup:before {
  margin-top: -3px !important;
}

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

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

@media (width: 767px) {
  .caja_func_sup.pull-right.hidden-xs {
    display: flex !important;
    margin-top: 0;
    flex: 1;
    justify-content: flex-end;
  }

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

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

  #carrito_top,
  #login_sup,
  #micuenta_top,
  #nombre_usuario,
  #login_sup a,
  #login_sup:before,
  a.cambiar_cuenta_top,
  a.terminar_sesion_top {
    display: none;
  }
}
/**** FIN MENU DESPLEGABLE PERFIL ****/

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

.navbar-fixed-top .caja_func_sup {
  position: static;
  margin: 0;
}

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

.caja_func_sup {
  margin-top: 13px;
}

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

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

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

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

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

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

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

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

.video {
  position: relative;
}
.video iframe {
  aspect-ratio: 16 / 9 !important;
}
.infovideo {
  display: none;
  position: absolute;
  top: 0;
  width: 100%;
  height: calc(100% - 5px);
  background: rgba(15, 15, 15, 0.05);
}

.product {
  border: 1px solid #fff;
  box-shadow: #ccc 0 0 10px;
  border-radius: 10px;
  overflow: hidden;
}
.product:hover,
.featuredImgLook2 .inner:hover {
  border: 1px solid #e5097f;
}
.product > *:not(.image, button) {
  padding: 0 10px;
}

#divofertas > .row,
#divlonuevo > .row {
  display: flex;
}
[class*="proyector-"]:not([class*="proyector-img"]) {
  padding-right: 5px;
}
[class*="proyector-img"] {
  padding-top: 5px;
  padding-bottom: 39px;
}
[class*="proyector-img"] a,
[class*="proyector-img"] img {
  display: block;
  width: 100%;
  height: 100%;
  background: black;
  border-radius: 10px;
}
[class*="proyector-img"] img {
  object-fit: contain;
  object-position: center;
  padding-bottom: 25px;
}

.owl-pagination .active {
  background: transparent !important;
}
.owl-pagination .active span {
  background: #e5097f !important;
}

.consultar {
  border: medium none;
  border-radius: 5px;
  font-size: 14px;
  line-height: 1.4;
  padding: 8px 20px;
  transition: all 0.25s linear 0s;
  font-weight: 600;
  background: #000;
  color: white;
  text-shadow: 0px 1px rgba(0, 0, 0, 0.1);
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
}
.consultar:hover,
.consultar:active,
.consultar:focus {
  outline: none;
  background: #e5097f;
  color: white;
}

div#mensaje_form {
  position: absolute;
  top: -90px;
}

.spot_ofertas_inf .img-responsive {
  float: unset !important;
  border-radius: 10px;
}

.mapa {
  margin: 20px 0;
}
.mapa iframe {
  border-radius: 10px;
}

.container.menu_pie ul {
  display: none !important;
}

@media (max-width: 767px) {
  .novedadesrow.row,
  .ofertasrow.row {
    margin: 0 !important;
  }
  [class*="proyector-"]:not([class*="proyector-img"]) {
    width: 60%;
    float: left;
    padding-right: 0;
  }
  [class*="proyector-img"] {
    float: left;
    width: 40%;
  }
  div#productslider-notas3 {
    margin: 0;
  }
}

/***** PADDINGS SECCIONES *****/
.noticiashome0,
.noticiashome1,
.noticiashome2,
.noticiashome3,
.spot_ofertas_inf,
#divPostLonuevo,
#divofertas {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

@media (max-width: 767px) {
  .noticiashome0,
  .noticiashome1,
  .noticiashome2,
  .noticiashome3,
  .spot_ofertas_inf,
  #divPostLonuevo,
  #divofertas {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
}
/***** FIN PADDINGS SECCIONES *****/

/***** TITULOS *****/
.style2 .title-sol:after,
.title-sol-style2:after,
.title-sol.style2:after {
  display: none;
}
.style2 .title-sol span,
.title-sol.style2 span {
  font-family: var(--tipografia-principal);
  color: var(--color-marca4);
  display: initial;
  padding: 0;
}
.style2 .title-sol,
.title-sol.style2,
.titproyhome {
  margin-top: 0;
}
.style2 .title-sol span,
.title-sol.style2 span,
.titproyhome {
  text-transform: uppercase;
  font-weight: 500;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}
/***** FIN TITULOS *****/

/***** DETALLE NOTAS *****/
.cajam#detalle {
  padding: 0 20px;
}
/***** FINDETALLE NOTAS *****/

/**** NOTAS HOME 0 ****/

div#productslider-notas0 {
  margin: 0;
}

.noticiashome0-titproy {
  display: none;
}

.noticiashome0 .cajasnove {
  width: 100% !important;
  transform: translateY(0);
  transition: transform 0.2s cubic-bezier(0.65, 0.05, 0.36, 1);
  position: relative;
  min-height: 1px;
  padding: 0 10px !important;
  margin: 0 !important;
  box-shadow: none !important;
}

.noticiashome0 .cajasnove h4 {
  display: none;
  position: absolute;
  right: 40px;
  top: 20px;
  z-index: 9;
  font-size: 140% !important;
  font-weight: 600;
}

.noticiashome0 .cajasnove a.btn.btn-vernota {
  display: none !important;
  position: absolute;
  right: 40px;
  bottom: 30px;
  background-color: var(--color-marca12);
  border: 0px;
  padding: 8px 16px;
  background-size: 200% auto;
  text-transform: uppercase;
  color: var(--color-marca1);
  transition: 0.5s;
  border-radius: 6px;
}
@media (max-width: 1024px) {
  .noticiashome0 div#notas_oferta_0 {
    width: 100%;
    margin: 0 auto;
  }
}
@media (min-width: 1200px){
  .row.noticiashome0 .noticiashome0-row.row,
  .noticiashome0 div#notas_oferta_0 {
    width: 1170px;
    margin: 0 auto;
  }
}
@media ((min-width: 992px) and (max-width: 1200px)) {
  .noticiashome0,
  .noticiashome0 div#notas_oferta_0 {
    width: 970px;
  }
}

/**** FIN NOTAS HOME 0 ****/

/**** NOTAS HOME 1 ****/

.row.noticiashome1 {
  margin: 0;
}
.noticiashome1-titproy {
  display: none;
}
.noticiashome1-row.row {
  display: flex;
  flex-direction: column;
  gap: 50px;
  margin: 0;
}
.noticiashome1-row::before,
.noticiashome1-row::after {
  display: none;
}

.noticiashome1 .cajasnove {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 15px;
  max-height: 70vh !important;
  /*align-items: center;*/
  align-content: stretch;
  justify-content: center;
  background: var(--color-marca3);
  border: 1px solid white;
  border-radius: 15px;
  padding: 15px;
  margin: 0 !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.noticiashome1 .cajasnove:hover {
  border: 1px solid #e5097f;
}
.noticiashome1 .cajasnove span.fecha_nov {
  display: none;
}
.row.noticiashome1 .cajasnove .copete {
  margin-bottom: -10px !important;
  color: #6d5344;
  font-weight: 500;
  font-size: large;
}
.row.noticiashome1 .cajasnove h4 {
  position: static;
  display: inline-block;
  font-size: 18px;
  font-weight: 800;
}
.noticiashome1 .cajasnove > a:not(.btn) {
  order: -1;
  flex-basis: 100%;
  align-self: stretch;
  display: flex;
  max-height: 100%;
  min-width: calc(50% - 15px);
  width: calc(50% - 15px);
}
.noticiashome1 .cajasnove img {
  order: -1;
  flex-basis: 100%;
  align-self: stretch;
  height: 100%;
  object-fit: cover;
  transition: none !important;
  transform: none !important;
  border-radius: 10px !important;
}
.noticiashome1 .cajasnove:nth-of-type(even) > a:not(.btn) {
  order: 1;
}
.noticiashome1 .cajasnove > *:not(img, a),
.noticiashome1 .cajasnove > a.btn {
  width: calc(50% - 30px);
  margin: 0 15px 0 15px !important;
  /*text-align: center;*/
}
.row.noticiashome1 .cajasnove .des_nov {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 15px;
  line-height: 1.3em;
}
.row.noticiashome1 .cajasnove .des_nov ul {
  list-style-type: disc;
  display: flex;
  flex-direction: column;
}
.row.noticiashome1 .cajasnove .des_nov li {
  margin-left: 20px;
}
.row.noticiashome1 .cajasnove .mas_nov {
  display: none;
}
.row.noticiashome1 .cajasnove a.btn-vernota {
  position: static !important;
  display: block;
  width: fit-content;
}
@media (max-width: 767px) {
  .noticiashome1 .cajasnove {
    max-height: max-content !important;
    flex-wrap: nowrap;
    padding: 15px !important;
    height: auto !important;
    gap: 15px;
  }
  .noticiashome1 .cajasnove > a:not(.btn) {
    flex-basis: auto !important;
    width: 100%;
    order: 0;
  }
  .noticiashome1 .cajasnove:nth-of-type(even) > a:not(.btn) {
    order: 0;
  }
  .noticiashome1 .cajasnove img {
    flex-basis: auto !important;
    height: auto !important;
  }
  /*.noticiashome1 .cajasnove .des_nov p,
  .noticiashome1 .cajasnove .des_nov span {
    text-align: center !important;
  }*/
  .noticiashome1 .cajasnove > *:not(img, a),
  .noticiashome1 .cajasnove > a.btn {
    width: 100%;
    margin-left: 0 !important;
  }
  .row.noticiashome1 .cajasnove .copete {
    font-size: medium;
  }
  .row.noticiashome1 .cajasnove h4 {
    font-size: large;
  }
  .row.noticiashome1 .cajasnove .des_nov {
    font-size: 15px;
  }
}
/**** NOTAS HOME 1 ****/

/***** NOTAS HOME 3 *****/
.noticiashome3 {
  padding: 0;
  position: relative;
  padding-top: 40px !important;
  padding-bottom: 80px !important;
}

.noticiashome3::before {
  content: " ";
  height: 100%;
  width: calc(100vw - 15px);
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #efefef;
  z-index: -1;
}

.div-vertodos-noticias {
  position: relative;
  top: -50px;
}

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

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

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

div#productslider-notas3 {
  margin: 0;
}

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

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

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

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

.noticiashome3 .btn-vernota {
  order: 5;
}
.cajasnove .btn-vernota,
.caja_nov_listar .btn-vernota {
  display: block !important;
  height: fit-content;
  align-self: center;
  margin-top: auto;
}

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

.btn-vernota,
.vertodos-noticias {
  background: #000;
  color: white;
  border-radius: 5px;
  padding: 8px 20px;
  font-weight: 600;
}
.btn-vernota:hover,
.vertodos-noticias:hover {
  outline: none;
  background: #e5097f;
  color: white;
}

div#hormiga h1,
ul.lista-filtros-aplicados {
  font-size: 20px !important;
}
ul.subcate {
  font-size: 17px;
  font-weight: 400;
  margin-left: -5px;
}

/**** POPUP ****/
div#modalPopup{
  padding: 0 !important;
}
#modalPopup button {
  top: 5px;
  right: 5px !important;
  border-color: var(--color-marca1) !important;
  background: var(--color-marca1);
}

#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 ****/