.desplegable-options {
  font-family: Arial, Helvetica Neue, Helvetica, Arial, Sans-Serif;
}
.desplegable-options form > ul li:first-child .desplegable-item-box {
  margin-top: 0;
}
.desplegable-options .desplegable-item-box {
  position: relative;
  background-color: white;
  margin-top: 20px;
}
.desplegable-options .desplegable-item-box.marcas ul li a {
  text-indent: 10px;
}
.desplegable-options .desplegable-item-box .facet-info-container ul > li {
  margin-top: 0px;
  width: 94%;
  padding-left: 10px;
  line-height: 1em;
}
.desplegable-options .desplegable-item-box .facet-info-container ul > li.active {
  background-color: #dbf3e4;
}
.desplegable-options .desplegable-item-box .facet-info-container ul > li:hover {
  background-color: #efefef;
}
.desplegable-options .desplegable-item-box li.is-solo-valor {
  background-color: #c5c5c5;
  font-weight: bold;
  padding: 10px 0;
}
.desplegable-options .desplegable-item-box li.is-categoria {
  list-style-type: disc;
  list-style-position: inside;
}
.desplegable-options .desplegable-item-box li.is-categoria a {
  width: 90%;
  margin-left: -12px;
}
.desplegable-options .desplegable-item-box li.is-categoria input[type="checkbox"] {
  display: none;
}
.desplegable-options .desplegable-item-box .first {
  font-size: 14px;
  line-height: 2.2em;
  background-color: #c5c5c5;
  border-bottom: 1px solid #7e7e7e;
  position: relative;
  text-indent: 10px;
  cursor: pointer;
  margin-top: 10px;
  margin-bottom: 3px;
}
.desplegable-options .desplegable-item-box .first strong {
  display: block;
  font-weight: bold;
  font-size: 0.8em;
  text-transform: uppercase;
}
.desplegable-options .desplegable-item-box .first i {
  background-image: url(../../../img/sprite_horizontal_filters.png);
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  right: 5px;
  bottom: 5px;
}
.desplegable-options .desplegable-item-box .first:before {
  position: absolute;
  display: block;
  content: '';
  border-bottom: 1px solid #aeaeae;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  left: 0;
  bottom: -2px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.desplegable-options .desplegable-item-box .first.expanded ~ .facet-info-container {
  display: block;
}
.desplegable-options .desplegable-item-box a {
  cursor: pointer;
  font-size: 0.7em;
  vertical-align: top;
  text-transform: uppercase;
  display: inline-block;
}
.desplegable-options .desplegable-item-box.hidden {
  display: none;
}
.desplegable-options .more-facets {
  display: none;
}
.desplegable-options .more-facets.show-default {
  display: block;
}
.desplegable-options .facet-info-container {
  display: none;
}
.desplegable-options .show-more {
  font-size: 13px;
  color: gray;
  text-align: center;
  border-top: 1px solid lightgray;
  cursor: pointer;
}
.page-outlet .desplegable-item-box ul.is-solo-valor {
  background-color: #ededee;
}
.filtro-precio,
.guia-compra-precio {
  overflow: hidden;
  padding-bottom: 5px;
}
.filtro-precio .nstSlider,
.guia-compra-precio .nstSlider {
  height: 21px;
  margin-top: 10px;
  background: #F2F2F2;
  border: 1px solid lightgrey;
  position: relative;
}
.filtro-precio .nstSlider:after,
.guia-compra-precio .nstSlider:after {
  content: '';
  width: 100%;
  height: 12px;
  background: url('../../../img/ruler_slider_complete.png') repeat;
  position: absolute;
  top: 21px;
  left: 6px;
  background-position: 0px -13px;
  background-size: 187px;
}
.filtro-precio .nstSlider hr,
.guia-compra-precio .nstSlider hr {
  left: 10px;
  background: lightgrey;
  margin: 9px;
  height: 2px;
}
.filtro-precio .nstSlider .leftGrip,
.guia-compra-precio .nstSlider .leftGrip {
  background: white;
  width: 7px;
  height: 7px;
  top: 2px;
  border: 5px solid #F0BA12;
}
.filtro-precio .nstSlider .rightGrip,
.guia-compra-precio .nstSlider .rightGrip {
  background: white;
  width: 7px;
  height: 7px;
  top: 2px;
  border: 5px solid #FF9200;
}
.filtro-precio .nstSlider .bar,
.guia-compra-precio .nstSlider .bar {
  height: 4px;
  background: #FF9200;
  top: 9px;
  background: -moz-linear-gradient(left,#F0BA12 0%,#FF9200 100%);
  background: -webkit-linear-gradient(left,#F0BA12 0%,#FF9200 100%);
  background: linear-gradient(to right,#F0BA12 0%,#FF9200 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F0BA12',endColorstr='#FF9200',GradientType=1);
}
.filtro-precio .slider-labels,
.guia-compra-precio .slider-labels {
  font-family: Arial, Helvetica Neue, Helvetica, Arial, Sans-Serif;
  font-size: 14px;
}
.filtro-precio .slider-labels .leftLabel,
.guia-compra-precio .slider-labels .leftLabel {
  margin-top: 15px;
  float: left;
  margin-left: 30px;
}
.filtro-precio .slider-labels .rightLabel,
.guia-compra-precio .slider-labels .rightLabel {
  margin-top: 15px;
  float: right;
  margin-right: 30px;
}
.box-horinzontal-filters {
  margin-bottom: 10px;
  clear: left;
}
.page-outlet .box-horinzontal-filters .title {
  background-color: #ffffff;
}
.box-horinzontal-filters .title {
  background-color: #c5c5c5;
  float: left;
  width: 183px;
  padding: 8px 0;
  text-align: center;
  font-family: Helvetica Neue, Helvetica, Arial, Sans-Serif;
  font-size: 0.8em;
  margin-right: 13px;
  margin-bottom: 15px;
  position: relative;
  border: 1px solid #c5c5c5;
}
.box-horinzontal-filters .title:last-child {
  clear: right;
  margin-right: 0;
}
.box-horinzontal-filters .title.expanded .hor-filter-list {
  display: block;
}
.box-horinzontal-filters .title ul {
  background-color: white;
  text-align: left;
  position: relative;
  z-index: 9;
  top: 5px;
  width: 100%;
  padding-top: 5px;
  margin-bottom: 7px;
}
.box-horinzontal-filters .title ul {
  max-height: 230px;
  overflow-y: auto;
  overflow-x: hidden;
}
.box-horinzontal-filters .title .hor-filter-list {
  display: none;
  position: absolute;
  background-color: white;
  outline: 1px solid #c5c5c5;
  overflow: auto;
  z-index: 2;
  top: 32px;
  width: 100%;
  z-index: 1000;
}
.box-horinzontal-filters .title .hor-filter-list  input[type="checkbox"] {
  margin: 3px 6px 0 0;
  float: left;
}
.box-horinzontal-filters .title .hor-filter-list  input[type="checkbox"]:disabled + label {
  color: lightgrey;
}
.box-horinzontal-filters .title .hor-filter-list .choose {
  position: relative;
  display: block;
  height: auto;
  z-index: 999;
  padding-bottom: 10px;
  padding-top: 15px;
}
.box-horinzontal-filters .title ul li {
  margin-left: 10px;
  word-break: break-all;
  font-size: 0.7em;
}
.box-horinzontal-filters .title ul li label {
  font-size: 12px;
  line-height: 19px;
  width: 100%;
  display: block;
}
.box-horinzontal-filters .title ul li.principal label {
  font-weight: bold;
}
.box-horinzontal-filters .title ul li label em {
  text-decoration: underline;
  font-weight: bold;
}
.box-horinzontal-filters .title ul li.choose {
  margin-left: 0;
}
.box-horinzontal-filters .title .choose input[type="button"].grey {
  background-color: #ececec;
  color: black;
}
.box-horinzontal-filters .title .choose input[type="button"] {
  width: 90%;
  margin: 10px auto;
  display: block;
  padding: 10px 0;
  font-family: Helvetica Neue, Helvetica, Arial, Sans-Serif;
  font-size: 1em;
  background-color: #009a3b;
  border: 0;
  color: white;
}
.box-horinzontal-filters .title span {
  display: block;
  height: 100%;
  cursor: pointer;
  position: relative;
  font-weight: bold;
  text-transform: uppercase;
}
.box-horinzontal-filters .title span i {
  background-image: url(../../../img/sprite_horizontal_filters.png);
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  right: 5px;
  top: -3px;
}
.arrow_down_filters_horizontal {
  background-position: 0 0;
  width: 20px;
  height: 20px;
}
.arrow_right_filters_horizontal {
  background-position: 0 -70px;
  width: 20px;
  height: 20px;
}
.arrow_up_filters_horizontal {
  background-position: 0 -140px;
  width: 20px;
  height: 20px;
}
.close_grey {
  background-position: 0 -210px;
  width: 17px;
  height: 16px;
}
.lupa {
  background-position: 0 -276px;
  width: 20px;
  height: 20px;
}
.box-horinzontal-filters .title ul li.buscador-marcas-filter {
  margin-left: 0;
  position: relative;
}
.box-horinzontal-filters .title ul li.buscador-marcas-filter input#buscador-marcas-filter {
  width: 92%;
  margin: 0 auto;
  display: block;
  background-color: #fcfbea;
  border: 1px solid grey;
  line-height: 2.5em;
  margin-bottom: 10px;
  font-size: 1.25em;
  font-family: Helvetica Neue, Helvetica, Arial, Sans-Serif;
  text-indent: 5px;
}
.buscador-marcas-filter i.lupa {
  background-image: url(../../../img/sprite_horizontal_filters.png);
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  right: 13px;
  top: 5px;
}
.page-outlet #product-list {
  margin-top: 0;
}
.products-container .mosca-principal,
.landing-list .product .mosca-principal {
  position: absolute;
  top: 5px;
  right: 5px;
}
.products-container .mosca-principal.discount,
.landing-list .product .mosca-principal.discount {
  width: 45px;
  height: 45px;
  font-size: 18px;
  line-height: 45px;
  background-color: #f4091d;
  font-family: Roboto-Cond, "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: absolute;
  text-align: center;
  vertical-align: middle;
  color: white;
  border-radius: 50%;
}
.products-container .product-detail-price,
.landing-list .product .product-detail-price {
  display: inline-block;
  font-family: Helvetica Neue, Helvetica, Arial, Sans-Serif;
  margin-top: 5px;
  width: 100%;
}
.products-container .product-detail-price .product-detail-price-ahora,
.landing-list .product .product-detail-price .product-detail-price-ahora {
  color: #f4091d;
  font-size: 22px;
  font-weight: bold;
  float: left;
}
.products-container .product-detail-price .product-detail-price-ahora.black,
.landing-list .product .product-detail-price .product-detail-price-ahora.black {
  color: #000;
}
.products-container .product-detail-price .product-detail-price-antes,
.landing-list .product .product-detail-price .product-detail-price-antes {
  color: #9b9c9e;
  text-decoration: line-through;
  position: relative;
  float: left;
  top: 5px;
  margin-left: 10px;
  font-size: 15px;
}
.products-container .product-rating,
.landing-list .product .product-rating {
  display: block;
  height: 22px;
  width: 100%;
}
.products-container .product-rating .rating-stars,
.landing-list .product .product-rating .rating-stars {
  margin-left: 0;
}
.products-container .moscas-informativas,
.landing-list .product .moscas-informativas {
  font-size: 10px;
  line-height: 10px;
  margin: 0px 10px 5px 10px;
}
.products-container .moscas-informativas .mosca-informativa,
.landing-list .product .moscas-informativas .mosca-informativa {
  padding-right: 15px;
  background-size: 10px 8px;
  font-family: "Roboto-Cond", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  display: inline-block;
  text-transform: uppercase;
  margin-bottom: 2px;
}
.products-container .moscas-informativas .mosca-informativa .fa,
.landing-list .product .moscas-informativas .mosca-informativa .fa {
  color: #91D52B;
  float: right;
  margin-left: 5px;
}
.products-container .scarcity,
.landing-list .product .scarcity {
  font-family: "Roboto-Cond", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: italic;
  color: #F00;
  background-image: none;
  font-size: 10px;
  line-height: 10px;
  margin: 0px 10px 5px 10px;
}
.products-container .products-row,
.landing-block.product .products-row {
  display: inline-block;
  margin: 0 auto;
  padding: 5px 0px;
  border-bottom: 1px solid #cfcfcf;
  width: auto;
}
.products-container .products-row .product,
.landing-block.product .products-row .product {
  position: relative;
  width: 185px;
  height: auto;
  margin-right: 8px;
  float: left;
  background-color: white;
}
.products-container .products-row .product .product-info,
.landing-block.product .products-row .product .product-info {
  position: relative;
  display: inline-block;
  z-index: 0;
  margin-left: 4px;
}
.products-container .products-row .product .product-info .image-container,
.landing-block.product .products-row .product .product-info .image-container {
  position: relative;
  background-image: url("../../../img/loader.gif");
  background-repeat: no-repeat;
  background-position: center;
}
.products-container .products-row .product .product-info .image-container > .product-img,
.landing-block.product .products-row .product .product-info .image-container > .product-img {
  height: 185px;
  margin-top: 5px;
  width: 185px;
}
.products-container .products-row .product .product-info .image-container noscript > .product-img,
.landing-block.product .products-row .product .product-info .image-container noscript > .product-img {
  height: 185px;
  margin-top: 5px;
  width: 185px;
  position: absolute;
  top: 0;
}
.products-container .products-row .product .product-info .product-detail-header,
.landing-block.product .products-row .product .product-info .product-detail-header {
  font-family: Helvetica Neue, Helvetica, Arial, Sans-Serif;
  text-align: left;
  font-size: 12px;
  text-transform: uppercase;
  width: 100%;
  height: 36px;
  overflow: hidden;
  display: inline-block;
  margin: 0px;
}
.products-container .products-row .product .product-info .product-detail-header .product-link,
.landing-block.product .products-row .product .product-info .product-detail-header .product-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
.products-container .products-row .product .product-info .product-detail-header .product-link .title,
.landing-block.product .products-row .product .product-info .product-detail-header .product-link .title {
  margin: 190px 10px 0px 10px;
  overflow: hidden;
  height: 44px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.products-container .products-row .product .product-info .product-detail-header .product-link .title .product-marca,
.landing-block.product .products-row .product .product-info .product-detail-header .product-link .title .product-marca {
  font-family: 'Roboto-Cond', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: gray;
}
.products-container .products-row .product .product-info .product-detail-header .product-link .title .product-modelo,
.landing-block.product .products-row .product .product-info .product-detail-header .product-link .title .product-modelo {
  font-family: "Roboto-Cond", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
}
.products-container .products-row .product .product-overlay,
.landing-block.product .products-row .product .product-overlay {
  position: absolute;
  z-index: 100;
  width: 100%;
  height: 365px;
  padding-right: 10px;
  top: 0px;
  left: 0px;
  display: none;
  background-color: white;
  border: 2px solid lightblue;
}
.products-container .products-row .product .product-overlay .product-models,
.landing-block.product .products-row .product .product-overlay .product-models {
  position: absolute;
  width: auto;
  height: 100%;
  top: -2px;
  left: -60px;
  overflow: hidden;
  background-color: white;
  border-top: 2px solid lightblue;
  border-left: 2px solid lightblue;
  border-bottom: 2px solid lightblue;
  z-index: 101;
}
.products-container .products-row .product .product-overlay .product-models .arrow,
.landing-block.product .products-row .product .product-overlay .product-models .arrow {
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 24px;
  background-color: #cbcbcb;
  display: none;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  z-index: 100;
}
.products-container .products-row .product .product-overlay .product-models .arrow .icon,
.landing-block.product .products-row .product .product-overlay .product-models .arrow .icon {
  width: 36px;
  height: 14px;
  background: url('../../../img/sprite-all.png') no-repeat;
  margin: 0 auto;
  margin-top: 6px;
}
.products-container .products-row .product .product-overlay .product-models .arrow.top,
.landing-block.product .products-row .product .product-overlay .product-models .arrow.top {
  top: 0;
}
.products-container .products-row .product .product-overlay .product-models .arrow.top .icon,
.landing-block.product .products-row .product .product-overlay .product-models .arrow.top .icon {
  background-position: -124px -495px;
}
.products-container .products-row .product .product-overlay .product-models .arrow.bottom,
.landing-block.product .products-row .product .product-overlay .product-models .arrow.bottom {
  bottom: 0;
}
.products-container .products-row .product .product-overlay .product-models .arrow.bottom .icon,
.landing-block.product .products-row .product .product-overlay .product-models .arrow.bottom .icon {
  background-position: 0px -485px;
}
.products-container .products-row .product .product-overlay .product-models .arrow.active,
.landing-block.product .products-row .product .product-overlay .product-models .arrow.active {
  display: block;
}
.products-container .products-row .product .product-overlay .product-models .modelos-list,
.landing-block.product .products-row .product .product-overlay .product-models .modelos-list {
  width: 60px;
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
}
.products-container .products-row .product .product-overlay .product-models .modelos-list .modelo,
.landing-block.product .products-row .product .product-overlay .product-models .modelos-list .modelo {
  width: 40px;
  height: 40px;
  margin: 10px;
}
.products-container .products-row .product .product-overlay .product-models .modelos-list .modelo img,
.landing-block.product .products-row .product .product-overlay .product-models .modelos-list .modelo img {
  width: 100%;
  height: 100%;
}
.products-container .products-row .product .product-overlay .product-models .modelos-list .modelo.active,
.landing-block.product .products-row .product .product-overlay .product-models .modelos-list .modelo.active {
  outline: 1px solid #00963F;
}
.products-container .products-row .product .product-overlay .moscas-secundarias,
.landing-block.product .products-row .product .product-overlay .moscas-secundarias {
  width: 186px;
  height: auto;
  position: absolute;
  bottom: 5px;
  left: 0px;
  background-color: white;
  display: inline-block;
}
.products-container.neumaticos .products-row,
.landing-block.product.neumaticos .products-row {
  border: 0px;
  width: 100%;
}
.products-container.neumaticos .products-row .product,
.landing-block.product.neumaticos .products-row .product {
  position: relative;
  display: inline-block;
  width: 100%;
  height: auto;
  border: 0px;
  border-top: 1px solid #000;
  margin: 0;
  background-color: white;
}
.products-container.neumaticos .products-row .product .product-info,
.landing-block.product.neumaticos .products-row .product .product-info {
  display: block;
  position: initial;
}
.products-container.neumaticos .products-row .product .product-info .image-container,
.landing-block.product.neumaticos .products-row .product .product-info .image-container {
  float: left;
  display: inline-block;
}
.products-container.neumaticos .products-row .product .product-info .image-container .product-img,
.landing-block.product.neumaticos .products-row .product .product-info .image-container .product-img {
  height: 150px !important;
  width: 150px !important;
  border: 1px solid #f7f7f7;
  margin: 10px;
}
.products-container.neumaticos .products-row .product .product-info .product-detail-header,
.landing-block.product.neumaticos .products-row .product .product-info .product-detail-header {
  width: auto;
  display: block;
  padding-top: 30px;
}
.products-container.neumaticos .products-row .product .product-info .product-detail-header .product-link .title,
.landing-block.product.neumaticos .products-row .product .product-info .product-detail-header .product-link .title {
  display: inline-block;
  text-indent: 165px;
  margin-top: 70px;
}
.products-container.neumaticos .products-row .product .product-info .product-detail-price,
.landing-block.product.neumaticos .products-row .product .product-info .product-detail-price {
  width: auto;
  float: right;
  margin-top: 25px;
}
.products-container.neumaticos .products-row .product .product-info .product-detail-price .icon-llenar-cesta-on,
.products-container.neumaticos .products-row .product .product-info .product-detail-price .icon-llenar-cesta-off,
.landing-block.product.neumaticos .products-row .product .product-info .product-detail-price .icon-llenar-cesta-on,
.landing-block.product.neumaticos .products-row .product .product-info .product-detail-price .icon-llenar-cesta-off {
  display: block;
  float: none;
  margin-bottom: 15px;
}
.products-container.neumaticos .products-row .product .product-info .product-detail-price .product-detail-price-ahora,
.landing-block.product.neumaticos .products-row .product .product-info .product-detail-price .product-detail-price-ahora {
  color: #f4091d;
  font-size: 1.5em;
  font-weight: bold;
}
.products-container.neumaticos .products-row .product .product-info .product-detail-price .product-detail-price-ahora.black,
.landing-block.product.neumaticos .products-row .product .product-info .product-detail-price .product-detail-price-ahora.black {
  color: #000;
}
.products-container.neumaticos .products-row .product .product-info .moscas-informativas,
.landing-block.product.neumaticos .products-row .product .product-info .moscas-informativas {
  margin-top: 25px;
}
.products-container.neumaticos .products-row .product .product-info .product-rating,
.landing-block.product.neumaticos .products-row .product .product-info .product-rating {
  display: none;
}
.products-container.neumaticos .products-row .product .product-info .scarcity,
.landing-block.product.neumaticos .products-row .product .product-info .scarcity {
  margin-top: 25px;
}
.products-container.outlet .products-row,
.landing-block.product.outlet .products-row {
  margin: 0px 0px 0px 8px;
  padding: 0px 0px 5px 0px;
  background-color: white;
}
.products-container.outlet .products-row .product .product-rating,
.landing-block.product.outlet .products-row .product .product-rating {
  display: none;
}
.products-container .loader-container,
.landing-block.product .loader-container {
  height: 100px;
  display: block;
}
.products-container .loader-container .product-loader,
.landing-block.product .loader-container .product-loader {
  font-size: 75px;
  width: 65px;
}
.box-filters-selected {
  width: 100%;
  float: left;
  background-color: transparent;
}
.box-filters-selected.filers-hor {
  width: 100%;
  margin-top: 10px;
}
.box-filters-selected-col {
  display: table;
  width: 80%;
  float: left;
}
.box-filters-selected-col {
  background-color: white;
  padding-top: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, Arial, Sans-Serif;
  font-size: 0.9em;
  border: 1px solid #dad7d7;
  margin-bottom: 5px;
  padding-bottom: 0px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.box-filters-selected-col .tu-seleccion {
  float: left;
  height: 100%;
  overflow: auto;
}
.box-filters-selected-col ul {
  float: left;
}
.box-filters-selected-col > ul > li {
  display: inline;
  display: table-cell;
  padding: 0 10px 0 10px;
}
.box-filters-selected-col > ul > li .sprite-icon {
  margin-right: 5px;
  margin-top: -2px;
  cursor: pointer;
}
.box-filter-selected-title {
  margin-left: 10px;
  float: left;
}
#box-left-filter-by {
  margin-top: 5px;
}
#box-left-filter-by .bold-text {
  font-weight: bold;
  font-size: 1.5em;
}
#box-left-filter-by h3 {
  margin-top: 10px;
  font-family: MyriadPro-Cond;
  font-size: 1.2em;
  font-weight: bold;
  width: 200px;
  border-bottom: 1px dashed #626263;
}
#box-left-filter-by .total-products {
  margin-top: 5px;
  font-family: MyriadPro-Cond;
  text-align: left;
}
#box-left-filters {
  width: 200px;
  max-width: 200px;
  float: left;
}
.box-filter-selected .sprite-icon {
  margin-right: 5px;
  margin-top: -4px;
  position: relative;
  float: left;
}
.box-filter-selected:hover span {
  text-decoration: line-through;
}
.box-filters-selected .box-filter-selected:first-child {
  padding-left: 10px;
}
.box-filters-selected .delete-all-filters {
  float: right;
  display: inline-block;
  background-color: white;
  line-height: 3em;
  font-size: 0.7em;
  font-family: Helvetica Neue, Helvetica, Arial, Sans-Serif;
  border: 1px solid #dad7d7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  cursor: pointer;
  width: 130px;
  text-align: center;
  text-indent: 20px;
  margin-bottom: 5px;
}
.box-filters-selected .delete-all-filters i {
  background-image: url(../../../img/sprite_horizontal_filters.png);
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: 9px;
  left: 7px;
}
.box-filters-selected .delete-all-filters:hover {
  background-color: #fee8e8;
  border-color: #ffa5a5;
  text-decoration: underline;
}
.box-filters-selected .delete-all-filters a {
  display: block;
}
.box-filter-selected {
  cursor: pointer;
  font-family: Helvetica Neue, Helvetica, Arial, Sans-Serif;
  font-size: 0.6em;
  display: table-cell;
  height: 20px;
  vertical-align: middle;
  text-align: left;
  padding-top: 5px;
  float: left;
  margin-right: 7px;
}
.box-filter-selected b {
  font-size: 1.3em;
  font-family: Helvetica Neue, Helvetica, Arial, Sans-Serif;
}
.box-filter-selected .sprite-icon {
  background-image: url(../../../img/sprite_horizontal_filters.png);
  background-repeat: no-repeat;
  display: block;
  position: relative;
  right: 0px;
  top: 3px;
}
.box-filter-selected .sprite-icon.icon-unselected {
  background-position: 0 -210px;
  width: 17px;
  height: 16px;
}
#product-list {
  position: relative;
  float: right;
  width: 980px;
}
#product-list.scroll .masvendidos {
  display: none;
}
.box-right-seleccion.no-encontrado {
  background-color: #fffad2;
  font-family: Arial, Helvetica Neue, Helvetica, Arial, Sans-Serif;
  height: 150px;
}
.box-right-seleccion.no-encontrado h4 {
  font-size: 1.5em;
  color: #bf0625;
  width: 100%;
  padding-top: 20px;
  text-align: center;
}
.box-right-seleccion.no-encontrado h5 {
  color: #138a2e;
  padding: 15px 0 0 20px;
  font-weight: bold;
  font-size: 0.9em;
}
.box-right-seleccion.no-encontrado .search-tips {
  border-left: 1px solid white;
  padding-left: 15px;
  margin-left: 20px;
  float: left;
}
.box-right-seleccion.no-encontrado .search-tips h6 {
  color: #00a3ef;
  font-size: 0.9em;
}
.box-right-seleccion.no-encontrado .search-tips ul > li {
  font-size: 0.75em;
}
.box-right-seleccion .header-search {
  float: left;
  position: relative;
  width: 450px;
  background-color: green;
}
.box-right-seleccion .search-container {
  position: relative;
  float: left;
  width: 397px;
  height: 30px;
  max-height: 40px;
  padding: 0;
  text-align: center;
  margin-left: -10px;
  margin-top: 10px;
}
#precio_order {
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 5px;
  color: black;
  font-size: 13px;
  height: 25px;
  margin-right: 10px;
  padding-left: 5px;
  padding-right: 5px;
  text-align: left;
}
.landing-list > img {
  margin: 0 auto;
  display: block;
}
.landing-list .landing-block {
  font-family: Roboto-Cond, "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 100%;
  text-align: center;
  margin-bottom: 25px;
}
.landing-list .landing-block .landing-item.buy-guide-link {
  border-radius: 100px;
  background-size: cover;
  width: 180px !important;
}
.landing-list .landing-block .landing-item.buy-guide-link .name {
  font-size: 24px;
}
.landing-list .landing-block.marca .img-container {
  height: 60px;
  vertical-align: middle;
  line-height: 50px;
}
.landing-list .landing-block.product > .title {
  margin: 0px;
}
.landing-list .landing-block.product > .title a {
  float: right;
  margin-right: 10px;
  font-size: 13px;
  border-left: 1px solid white;
  height: 20px;
  line-height: 22px;
}
.landing-list .landing-block.product .product-info {
  position: relative;
  text-align: left;
  display: inline-block;
}
.landing-list .landing-block.product .product-info .image-container {
  height: 225px;
}
.landing-list .landing-block.product .product {
  width: auto;
  float: none;
}
.landing-list .landing-block.product.outlet > .title {
  background-color: #009E2A;
  color: white;
}
.landing-list .landing-block.product.outlet .landing-item {
  width: 16.6%;
}
.landing-list .landing-block.product.outlet .landing-item .product-info img {
  max-width: 180px;
  width: 180px;
}
.landing-list .landing-block.product.outlet .landing-item .product-info .title {
  padding-left: 5px;
  height: 30px;
}
.landing-list .landing-block.product .container:not(.outlet) .landing-item {
  padding: 2px 30px;
}
.landing-list .landing-block.product .container:not(.outlet) .landing-item > .title {
  font-size: 18px;
  font-family: Roboto-Cond, "Helvetica Neue", Helvetica, Arial, sans-serif;
  height: 45px;
  margin: 0;
}
.landing-list .landing-block.product .container:not(.outlet) .landing-item .img-container {
  min-width: 225px;
}
.landing-list .landing-block.product .container:not(.outlet) .landing-item img {
  max-width: 225px;
  width: 100% !important;
  height: auto !important;
  margin: 0 auto !important;
  display: block;
}
.landing-list .landing-block.product .container:not(.outlet) .landing-item .description {
  font-family: Roboto-Regular, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-size: 13px;
}
.landing-list .landing-block.product .container:not(.outlet) .landing-item .product-overlay {
  height: 100%;
}
.landing-list .landing-block.blog {
  text-align: left;
}
.landing-list .landing-block.blog .landing-item.blog {
  font-family: Roboto-Regular, "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-align: left;
}
.landing-list .landing-block.blog .landing-item.blog .title {
  font-size: 18px;
  font-family: Roboto-Cond, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.landing-list .landing-block.blog .see-more {
  display: inline-block;
  font-style: italic;
  border-bottom: 1px dotted black;
  margin-bottom: 10px;
}
.landing-list .landing-block > .title {
  text-align: left;
  width: 100%;
  background-color: #F0F0F0;
  text-indent: 15px;
  font-size: 18px;
  font-style: italic;
  padding: 3px;
  margin: 15px 0;
}
.landing-list .landing-block .container {
  margin: 30px auto !important;
  padding: 0 !important;
  display: table;
  width: 100%;
}
.landing-list .landing-block .container .landing-item {
  display: table-cell;
  text-align: center;
  max-width: 250px;
  vertical-align: top;
}
.landing-list .landing-block .container .landing-item .title {
  margin-top: 20px;
  text-transform: lowercase;
  font-size: 14px;
}
.landing-list .landing-block .container .landing-item .title:first-letter {
  text-transform: uppercase;
}
.landing-list .landing-block .container .landing-item img {
  width: 90%;
  max-width: 140px;
}
.landing-list .show-all {
  color: red;
  font-size: 55px;
}
.landing-list .landing-seo {
  font-size: 13px;
  margin-top: 30px;
  margin-bottom: 10px;
}
.landing-list .product-detail-price .product-detail-price-ahora {
  margin-left: 0;
}
.products-container:not(.neumaticos) .products-row .product:hover,
.landing-block.product .products-row .product:hover {
  z-index: 2;
  background-color: white;
}
.products-container:not(.neumaticos) .products-row .product:hover .product-info,
.landing-block.product .products-row .product:hover .product-info {
  z-index: 150;
}
.products-container:not(.neumaticos) .products-row .product:hover .product-overlay,
.landing-block.product .products-row .product:hover .product-overlay {
  display: block;
}
.products-container:not(.neumaticos) .products-row .product:hover.no-modelos .product-overlay .product-models,
.landing-block.product .products-row .product:hover.no-modelos .product-overlay .product-models {
  border: 0px;
}
.products-container:not(.neumaticos) .products-row .product:hover.no-modelos.no-moscas-secundarias,
.landing-block.product .products-row .product:hover.no-modelos.no-moscas-secundarias {
  opacity: 0.75;
}
.products-container:not(.neumaticos) .products-row .product:hover.no-modelos.no-moscas-secundarias .product-overlay,
.landing-block.product .products-row .product:hover.no-modelos.no-moscas-secundarias .product-overlay {
  display: none;
}
