@charset "UTF-8";
/***
 *        ______      __  __          ______           __
 *       / ____/_  __/ /_/ /_  ____  / / __/___ ______/ /_____  _______  __
 *      / /_  / / / / __/ __ \/ __ \/ / /_/ __ `/ ___/ __/ __ \/ ___/ / / /
 *     / __/ / /_/ / /_/ /_/ / /_/ / / __/ /_/ / /__/ /_/ /_/ / /  / /_/ /
 *    /_/    \__,_/\__/_.___/\____/_/_/  \__,_/\___/\__/\____/_/   \__, /
 *                                                                /____/
 *
 *    Reglas que complementan master.scss
 */
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important; }

#ifc {
  display: none; }

.page-body {
  padding-top: 40px; }

.main-carousel {
  margin-bottom: 30px; }

.section-merchandise {
  padding-top: 20px; }

/**
 * Modals
 */
.ff-modal.no-header .modal-header {
  border-bottom: none;
  position: absolute;
  width: 100%;
  z-index: 100000; }

.ff-modal.no-header .lg-title {
  padding-top: 0; }

.ff-modal .modal-content {
  border-radius: 0; }

/**
 * Breadcrumbs
 */
.more-breadcrumbs .title {
  margin-bottom: 3px;
  font-size: 15px; }
.more-breadcrumbs .breadcrumb {
  padding: 0 !important;
  padding-left: 5px !important; }

.more-breadcrumbs-btn {
  margin-left: 10px;
  color: #707070;
  opacity: .8;
  font-weight: normal; }

.more-breadcrumbs-btn::before {
  display: none; }

/**
 * Buttons
 */
.ff-btn {
  display: inline-block;
  min-width: 85px;
  padding: 10px 20px;
  font-family: "Roboto Slab", serif;
  text-align: left;
  vertical-align: middle;
  text-transform: uppercase;
  background: white;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid silver;
  border-radius: 2px;
  -webkit-transition: all 0.5s;
  line-height: 20px;
  white-space: nowrap;
  font-size: 14px; }
  @media only screen and (max-width: 500px) {
    .ff-btn {
      width: 100%;
      margin-bottom: 10px; } }

.ff-btn.ff-btn-big {
  font-size: 24px;
  padding: 15px 60px 15px 20px;
  font-family: "Roboto Condensed", sans-serif;
  white-space: normal;
  font-weight: 700; }

.ff-btn:hover, .ff-btn:focus {
  -webkit-transition: all 0s;
  box-shadow: none;
  position: relative;
  top: 1px;
  outline: none; }

.ff-btn.ff-btn-primary {
  background: #e8531f url(../images/ico-vrw.png) no-repeat right 15px center;
  border: none;
  color: #FFFFFF;
  padding: 10px 40px 10px 20px; }

.category-heading-bottom {
  margin-top: 30px;
  margin-bottom: 30px; }

.category-footer {
  padding-top: 0 !important; }

.product-wrapper .product-picture {
  border-right: none; }

.product-slideshow .screen-slide {
  padding: 5px; }

#ficha-carousel .product-sticker {
  transform: scale(1.4);
  top: 25px;
  left: 30px; }

.product-brand {
  z-index: 1000;
  top: 15px;
  max-width: 100px;
  right: 10px; }

.product-list-box .product-picture {
  background: none; }

/*
.product-sticker.bg-orange {
  background: #b3ff00;
  background: -moz-linear-gradient(45deg, #b3ff00 0%, #b3ff00 25%, #8abc00 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, #b3ff00), color-stop(25%, #b3ff00), color-stop(100%, #8abc00));
  background: -webkit-linear-gradient(45deg, #b3ff00 0%, #b3ff00 25%, #8abc00 100%);
  background: -o-linear-gradient(45deg, #b3ff00 0%, #b3ff00 25%, #8abc00 100%);
  background: -ms-linear-gradient(45deg, #b3ff00 0%, #b3ff00 25%, #8abc00 100%);
  background: linear-gradient(45deg, #b3ff00 0%, #b3ff00 25%, #8abc00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3ff00', endColorstr='#8abc00', GradientType=1 );
  color: #333;
}
*/
.main-form {
  padding-top: 25px; }

.product-form .separator {
  border-bottom: 1px solid silver;
  margin: 20px 0; }

.product-more-breadcrumb {
  margin-top: 30px; }
  .product-more-breadcrumb h3 {
    margin-bottom: 20px; }
  .product-more-breadcrumb .breadcrumb {
    padding: 0;
    padding-left: 15px;
    font-size: 15px;
    margin-top: 10px; }

.product-form .cta.primary {
  position: relative; }

.product-form .cta-price {
  font-size: 14px;
  font-weight: normal;
  display: block;
  position: absolute;
  color: black;
  bottom: -20px;
  text-transform: none; }

.product-form .cta-primary:hover, .cta-primary:focus {
  position: inherit;
  top: inherit; }

.product-form .cta-primary:hover {
  margin-top: 1px; }

.product-form .free-shipping p {
  padding-bottom: 0px;
  background: none;
  padding-top: 5px; }

.checkbox label,
.product-form .radio input[type=radio]:not(old) + label,
.custom-shield {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
     not supported by any browser */ }

/*
 * Product: main form
 */
.product-price .price {
  margin-top: 5px;
  font-size: 40px; }

.product-form .loading-stock-message,
.product-form .loading-stock-error {
  font-size: 20px;
  padding: 10px 0;
  font-family: 'Roboto Condensed', sans-serif; }

.product-form .loading-stock-error a {
  color: #e8531f; }

.product-form .main-form .hide-on-loading {
  display: none; }

.product-form .main-form.loaded-stock .hide-on-loading {
  display: block; }

.product-form .main-form.loading-stock .hide-on-loading {
  display: none; }

.product-form .main-form.loading-stock .show-on-loading {
  display: block; }

.product-form .main-form.loaded-stock .show-on-loading {
  display: none; }

.product-form .main-form .show-on-error {
  display: none; }

.product-form .main-form.loading-error .show-on-error {
  display: block; }

.product-form .main-form.loading-error .hide-on-error {
  display: none; }

.product-form .alert ul {
  margin-top: 15px; }

.product-form .alert ul li {
  margin-left: 10px;
  display: block; }

.product-form .breakdown {
  margin: 0; }

.product-form .low-stock {
  color: #a94442;
  font-size: 15px;
  margin-left: 7px; }

.product-brand,
.product-sticker {
  pointer-events: none; }

.product-form-header .read-more {
  color: #e8531f;
  font-weight: bold; }

@media only screen and (max-width: 650px) {
  .product-form .free-shipping,
  .product-form .add-to-cart-btn {
    width: 100%; }

  .product-form .add-to-cart-btn .cta-price {
    bottom: -30px; } }
@media only screen and (max-width: 767px) {
  .product-form .logotitle {
    margin-left: 0; }

  .product-customize {
    padding-left: 0; }

  .product-features {
    padding: 50px 0 0 0; }

  .features-tabs .tab-pane {
    min-height: inherit;
    padding: 28px 16px; }

  body.interiores .benefits li {
    margin-bottom: 15px; } }
@media only screen and (max-width: 450px) {
  body.interiores .benefits li {
    width: 170px; }

  body.interiores .benefits img {
    max-width: 30px; } }
/*
 * Personalizador
 */
.custom-shield {
  border: 1px solid #f3f3f4;
  cursor: pointer; }

.custom-shield.checked {
  border: 1px solid #e8531f; }

.custom-shield li.name {
  line-height: 18px; }

.custom-shield li.price {
  font-size: 15px;
  white-space: nowrap;
  width: 50px;
  text-align: right; }

@media only screen and (max-width: 991px) {
  .product-sticker {
    border-radius: 50%;
    width: 65px;
    height: 65px;
    top: 10px;
    left: 10px;
    padding: 18px 0; } }
.product-slideshow .product-sticker + .product-sticker {
  top: 90px !important; }

.product-slideshow .item-legend {
  z-index: 100;
  right: 10px;
  bottom: 10px;
  top: auto;
  width: auto;
  width: 90px; }
.product-slideshow .item-legend:nth-of-type(2) {
  bottom: 30px; }
.product-slideshow .item-legend:nth-of-type(3) {
  bottom: 60px; }
.product-slideshow .item-legend:nth-of-type(4) {
  bottom: 90px; }

.product-customize .styled-select {
  border: 1px solid #ccc; }

.product-form .has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 2px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 2px #ce8483; }

.product-slide-form {
  margin-bottom: 30px; }

/**
 * Added to cart
 */
@media (min-width: 768px) {
  .added-to-cart .modal-dialog {
    width: 650px;
    margin: 30px auto; } }

.added-to-cart .cart-preview {
  text-align: center; }
  .added-to-cart .cart-preview img {
    max-width: 100%; }

.added-to-cart .cart-data {
  padding-top: 10px; }
  .added-to-cart .cart-data p {
    margin-bottom: 15px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: bold;
    font-size: 20px; }
  .added-to-cart .cart-data ul {
    padding-left: 8px; }
  .added-to-cart .cart-data ul li {
    display: block;
    margin-bottom: 8px;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 16px; }
  .added-to-cart .cart-data ul > li > ul {
    margin-top: 5px; }
    .added-to-cart .cart-data ul > li > ul li {
      margin-bottom: 3px; }

body.interiores .product-suggestions {
  padding-bottom: 0; }

.section-popular {
  margin-top: 0;
  padding-top: 0; }

/**
 * Mutables: colores
 */
.product-p-description {
  min-height: 85px; }

.product-mutables {
  padding-top: 8px; }
  .product-mutables .product-mutable {
    display: inline-block;
    border: 1px solid #e0e0e0;
    margin-right: 6px;
    margin-bottom: 6px;
    position: relative;
    min-width: 50px;
    text-align: center; }
    .product-mutables .product-mutable.show-prices {
      margin-bottom: 25px; }
    .product-mutables .product-mutable .price {
      position: absolute;
      bottom: -22px;
      left: 0;
      font-size: 12px;
      font-weight: normal;
      width: 50px;
      text-align: center;
      font-family: "Roboto";
      color: #999999; }
    .product-mutables .product-mutable .price.different {
      font-weight: bold;
      color: black; }
    .product-mutables .product-mutable img {
      max-width: 50px;
      max-height: 50px; }
    @media only screen and (max-width: 767px) {
      .product-mutables .product-mutable {
        min-width: 80px; }
        .product-mutables .product-mutable .price {
          width: 80px; }
        .product-mutables .product-mutable img {
          max-width: 80px;
          max-height: 80px; } }
  .product-mutables .product-mutable.active {
    border: 1px solid #e8531f;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 2px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 2px #ce8483; }

.product-affiliates .price {
  color: #008cba; }

.product-form-header .base-price {
  margin-right: 20px; }
.product-form-header .product-discount .base-price {
  color: #999999; }
  .product-form-header .product-discount .base-price .price {
    text-decoration: line-through;
    color: #999999; }
.product-form-header .product-discount .discount-price {
  color: #FF5C00 !important; }
  .product-form-header .product-discount .discount-price .price {
    color: #FF5C00 !important; }

/**
 * Atributes
 */
.attribute-groups .attribute-group {
  margin-bottom: 40px; }
  .attribute-groups .attribute-group .title {
    margin-bottom: 15px; }
  .attribute-groups .attribute-group .table {
    margin-bottom: 0; }
  .attribute-groups .attribute-group .attributes .key {
    width: 30%;
    font-weight: bold;
    font-family: 'Roboto Condensed', sans-serif;
    background: #f7f7f7; }
  .attribute-groups .attribute-group .attributes .value {
    font-family: 'Roboto Condensed', sans-serif; }
.attribute-groups .attribute-group:last-child {
  margin-bottom: 0; }

/**
 * Table stock
 */
.product-reference > .container {
  position: relative; }

.ua-info {
  position: absolute;
  top: 5px;
  left: 7px;
  z-index: 10; }

.ua-right {
  right: 10px;
  left: inherit; }

.table-stock {
  width: 100%;
  font-size: 12px;
  text-align: center !important; }
  .table-stock th {
    text-align: center !important; }
  .table-stock tr:first-child td, .table-stock tr td:first-child {
    font-weight: bold; }
  .table-stock .not-empty {
    background: #ececec; }

.table-stock-new {
  width: 100%;
  font-size: 12px;
  text-align: center !important; }
  .table-stock-new th {
    text-align: center !important; }

.cart-total-badge {
  margin-left: 2px;
  vertical-align: text-bottom; }

.category-links {
  margin-top: 0;
  margin-bottom: 30px;
  padding-bottom: 0; }
  .category-links li:last-child {
    color: inherit; }
  .category-links ul {
    margin: 0;
    padding: 0; }
  .category-links li {
    display: inline-block;
    text-align: center;
    padding: 0 15px;
    margin-bottom: 15px; }
  .category-links li a.active {
    color: black; }

.filter-header {
  padding: 20px;
  background: #303031;
  color: #cbcbcc;
  text-align: center;
  font-size: 18px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  text-transform: uppercase; }

.filter-group:not(.fake-filter) {
  visibility: hidden; }

.loading-group {
  padding: 20px;
  font-size: 17px;
  background: #ededee;
  text-align: center; }

.ignore-loading {
  display: block;
  visibility: visible; }

.filter-box.loaded .fake-filter-menu {
  display: none; }

.filter-box.loaded .filter-group {
  display: block;
  visibility: visible;
  background: #ededee; }

.filter-box.loaded .loading-group {
  display: none; }

.filter-box-loading .filter-body .checkbox label img {
  opacity: .5; }

.filter-title {
  background: white;
  padding: 10px;
  font-size: 17px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  color: #757576;
  margin: 0 3px 3px;
  cursor: pointer;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently not supported by any browser */ }
  .filter-title .active-filters {
    font-weight: normal;
    font-size: 14px; }

.filter-body {
  padding: 10px 20px;
  overflow-x: hidden; }

.filter-body.collapsed {
  padding: 2px; }
  .filter-body.collapsed * {
    display: none; }

.filter-body .checkbox {
  margin-top: 0px;
  margin-bottom: 0px; }
  .filter-body .checkbox label img {
    width: 20px;
    margin-right: 2px; }

.filter-body .product-form .size {
  font-size: 15px; }

.filter-body .attributes-list.has-columns {
  column-count: 2; }

.filter-option {
  display: block;
  margin-bottom: 2px;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently not supported by any browser */ }

.filter-option label {
  font-weight: 100;
  font-size: 14px;
  color: black; }

.filter-bubble {
  background: rgba(255, 255, 255, 0.51);
  color: black;
  font-size: 10px !important;
  border-radius: 19px;
  padding: 2px 5px;
  margin-left: 2px;
  vertical-align: top;
  font-weight: bold; }

.show-more-attributes {
  text-align: center;
  margin-top: 10px; }
  .show-more-attributes a {
    text-align: center;
    font-weight: bold;
    border-radius: 20px;
    padding: 7px 26px 7px 15px;
    color: white;
    margin-right: 5px;
    font-family: "Roboto Condensed", sans-serif;
    background: #333334 url(../img/ico-open-small.png) no-repeat right 12px bottom 11px; }

.clear-filters-btn {
  text-align: center;
  margin-top: -10px; }
  .clear-filters-btn .ff-btn {
    width: auto; }

.ff-black-close-btn {
  text-align: center;
  font-weight: bold;
  border-radius: 20px;
  padding: 7px 26px 7px 15px;
  color: white;
  font-family: "Roboto Condensed", sans-serif;
  background: #333334 url(../img/ico-close-small.png) no-repeat right 12px bottom 11px; }

.clear-filters {
  position: absolute;
  right: 20px;
  margin: 0;
  padding: 0; }

.filter-empty {
  opacity: .5;
  /*pointer-events: none;*/ }

.filter-working {
  pointer-events: none;
  cursor: default;
  position: relative;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: all 1s linear; }

.filter-working > * {
  opacity: .2; }

.filter-working::after {
  content: url("../img/loader/loading2.gif");
  position: absolute;
  top: 100px;
  text-align: center;
  z-index: 1000;
  display: block;
  width: 100%; }

.filter-box-loading {
  cursor: default; }

.filter-price-slider {
  display: block;
  padding: 20px 0 0 0; }

.filter-price-slider .rzslider .rz-bar {
  height: 12px;
  margin-top: -5px;
  background: #6f6f70; }
.filter-price-slider .rzslider .rz-bar.rz-selection {
  background: #e65220;
  height: 12px;
  margin-top: -5px; }
.filter-price-slider .rzslider .rz-pointer {
  background: #cacacb; }
.filter-price-slider .rzslider .rz-pointer:hover::after,
.filter-price-slider .rzslider .rz-pointer:focus::after,
.filter-price-slider .rzslider .rz-pointer:active::after,
.filter-price-slider .rzslider .rz-pointer::after {
  background-color: transparent; }

.filter-tag-list {
  margin-bottom: 10px; }
  .filter-tag-list .filter-tag {
    border-radius: 20px;
    padding: 4px 23px 4px 15px;
    color: white;
    margin-right: 5px;
    font-family: "Roboto Condensed", sans-serif;
    cursor: pointer;
    margin-bottom: 5px;
    float: left;
    background: #E4681D url(../img/ico-close-small.png) no-repeat right 10px bottom 10px; }
  .filter-tag-list .filter-tag-all {
    font-weight: bold;
    background-color: #303031; }

.no-results-box {
  text-align: center;
  font-size: 35px;
  padding: 150px 0;
  font-family: 'Roboto Condensed', sans-serif;
  line-height: 40px; }
  .no-results-box .clear-filters-btn button {
    margin-top: 30px;
    padding: 20px; }

.loading-gif {
  background: white; }

.results-navigation {
  margin-bottom: 15px; }

.results-navigation .pagination {
  vertical-align: middle;
  display: inline-block;
  float: none !important;
  margin-bottom: 0; }

.filters-left {
  text-align: left; }

.filters-right {
  text-align: right; }
  .filters-right .pag-sort {
    width: 220px; }
  .filters-right .pag-limit {
    margin-left: 20px; }
  .filters-right .form-group {
    margin-bottom: 0; }

/*
 * Fake loading menu
 */
.fake-filter-menu {
  background: #ededee;
  pointer-events: none;
  cursor: default; }
  .fake-filter-menu .fake-group {
    min-height: 100px; }
  .fake-filter-menu .fake-text {
    height: 20px;
    width: 125px;
    display: inline-block;
    background: #cccccc; }
  .fake-filter-menu .fake-text.silver {
    background: #aeaeaf; }
  .fake-filter-menu .fake-check {
    width: 20px;
    height: 20px;
    display: inline-block;
    border: 1px solid #757576; }
  .fake-filter-menu .fake-bubble {
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 25px;
    background: #f4f4f6;
    margin-left: 3px; }
  .fake-filter-menu .fake-input {
    height: 40px;
    display: block;
    background: #fdfdfe;
    padding: 10px; }

/*
 * Responsive
 */
.filter-box-mobile {
  display: none; }

.product-attr-mobile {
  display: none !important; }

.min-250 {
  width: 207px;
  height: 207px; }

.loading-more-results:after {
  content: url("../img/loader/32x32/loader1.gif");
  display: block;
  padding: 10px 10px 30px 10px;
  text-align: center; }

@media only screen and (max-width: 768px) {
  .category-heading p {
    display: none; }

  .product-wrapper:hover {
    border-color: #cccccc; }

  .product-wrapper:hover .product-details {
    border-top-color: #cccccc; }

  .filter-tag-list {
    display: none; }

  .results-navigation {
    display: none; }

  .product-colors {
    display: none; }

  .product-wrapper {
    margin-bottom: 20px !important; }

  .filter-box-mobile {
    display: block; }
    .filter-box-mobile .product-count {
      text-align: center;
      margin-bottom: 20px;
      font-family: "Roboto Condensed";
      font-size: 16px; }
    .filter-box-mobile .action-buttons {
      margin-bottom: 10px; }
      .filter-box-mobile .action-buttons .ff-btn {
        width: 100%;
        font-family: "Roboto Condensed", sans-serif;
        background-color: #f5f5f5;
        font-weight: bold;
        text-align: center !important; }

  .filter-box {
    display: none; }

  .filter-modal .close {
    color: white;
    font-size: 30px; }
  .filter-modal .styled-search {
    padding: 18px;
    font-size: 17px; }
  .filter-modal .ff-btn-close {
    padding: 20px !important;
    width: 100%; }
  .filter-modal .ff-btn-clear {
    font-weight: normal;
    font-size: 20px;
    padding: 15px !important;
    width: 100%;
    margin-bottom: 0; }
  .filter-modal .filter-box {
    display: block; }
    .filter-modal .filter-box .filter-body .attributes-list.has-columns {
      column-count: 1; }
    .filter-modal .filter-box .filter-option label {
      font-size: 16px; }
    .filter-modal .filter-box .filter-body .checkbox label img {
      width: inherit;
      margin-right: inherit;
      position: absolute;
      right: 10px; }
    .filter-modal .filter-box .filter-bubble {
      font-size: 12px !important;
      border-radius: 19px;
      padding: 5px 7px;
      margin-left: 3px;
      vertical-align: middle; }
    .filter-modal .filter-box .filter-body .checkbox {
      margin-top: 0;
      margin-bottom: 0;
      padding: 10px 0;
      border-bottom: 1px solid #cccccc; }
    .filter-modal .filter-box .filter-title {
      padding: 20px 10px; }
  .filter-modal .modal-body {
    padding: 0; }

  .filter-btn {
    position: fixed;
    bottom: 30px;
    margin: 0 auto;
    width: 200px;
    left: 0;
    right: 0;
    z-index: 50;
    border-radius: 30px;
    padding: 10px;
    background-image: none !important;
    background: #303031;
    color: #cbcbcc;
    text-align: center;
    font-size: 18px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    opacity: .9;
    display: none; }

  .filter-btn.visible {
    display: block; }

  .filter-btn:hover, .filter-btn:active, .filter-btn:hover {
    opacity: 1;
    position: fixed;
    bottom: 19px !important;
    top: inherit; } }
@media only screen and (max-width: 450px) {
  .filter-group-sizes .filter-body ul {
    column-count: 1; }
    .filter-group-sizes .filter-body ul label::before {
      content: "Talla: "; }

  .min-250 {
    width: 100% !important;
    height: 150px !important; }

  .breadcrumb {
    padding: 0 0 10px 0 !important; }

  .filter-box-mobile {
    margin-right: -12px;
    margin-left: -12px; }
    .filter-box-mobile .action-buttons {
      margin-bottom: 0; }
      .filter-box-mobile .action-buttons .col-xs-6 {
        padding: 0; }
      .filter-box-mobile .action-buttons .ff-btn {
        padding: 20px 0;
        border-radius: 0 !important;
        margin-bottom: 0;
        border-bottom: 0; }
      .filter-box-mobile .action-buttons .ff-btn:nth-child(1) {
        border-left: 0; }

  .section-category .category-heading .lg-title {
    border: 0;
    text-align: center;
    font-size: 19px !important;
    margin-bottom: 5px; }

  .product-filter-results .product-attr {
    display: none; }
  .product-filter-results .product-sticker {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 10px;
    left: 10px;
    text-transform: none;
    padding: 10px 0;
    line-height: 11px;
    text-align: center;
    font-size: 10px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    z-index: 5;
    background-color: #008cba; }
  .product-filter-results .product-sticker span {
    font-size: 15px; }
  .product-filter-results .product-attr-mobile {
    display: block !important; }

  .product-list {
    margin-right: -16px;
    margin-left: -16px; }

  .product-list .col-xs-6 {
    padding: 0;
    margin: 0; }
    .product-list .col-xs-6 .product-wrapper {
      margin-bottom: 0 !important;
      border-left: none;
      border-top-color: transparent; }
    .product-list .col-xs-6:nth-child(1) .product-wrapper, .product-list .col-xs-6:nth-child(2) .product-wrapper {
      border-top-color: #cccccc; }
    .product-list .col-xs-6 .product-picture {
      padding: 10px 10px 0 10px !important; }
    .product-list .col-xs-6 .item-legend {
      width: 15px;
      z-index: 10; }
      .product-list .col-xs-6 .item-legend .text {
        display: none; }
    .product-list .col-xs-6 .small-print {
      font-size: 10px; }
    .product-list .col-xs-6 .price {
      font-size: 15px !important; }
    .product-list .col-xs-6 .price span {
      font-size: 12px; }
    .product-list .col-xs-6 .price-wrapper {
      background: none;
      padding-left: 15px; }
    .product-list .col-xs-6 .price-wrapper:nth-child(1) {
      padding-left: 0; }
    .product-list .col-xs-6 .product-details {
      height: 90px;
      border-top: 0;
      padding-top: 0; }
    .product-list .col-xs-6 .product-attr {
      height: 40px !important;
      min-height: 40px !important; }
      .product-list .col-xs-6 .product-attr p {
        font-size: 12px;
        font-weight: normal; }
      .product-list .col-xs-6 .product-attr span {
        display: none; } }
.search-area {
  padding: 10px 0 20px; }

.lg-title {
  padding-top: 15px; }

.product-reference {
  padding-bottom: 0; }

.carousel .fa {
  font-size: 30px !important;
  color: black; }

/*
 * Header
 */
.mobile-home, .mobile-home-block {
  display: none; }

.main-header .mobile-home {
  display: none; }

.mobile-no-home {
  display: none; }

@media only screen and (min-width: 767px) {
  .mobile {
    display: none !important; }

  .desktop {
    display: block !important; } }
@media only screen and (max-width: 767px) {
  .search-area {
    width: 100%;
    text-align: center; }

  .page-body {
    padding-top: 0; }

  .mobile-home {
    display: inline-block; }

  .mobile-home-block {
    display: block; }

  .main-header .mobile-no-home {
    display: none; }

  .main-header .mobile-no-home {
    display: inline-block; }

  .main-header {
    margin-bottom: 20px; }

  .main-header .no-mobile {
    display: none; }

  .top-header {
    padding: 10px 0 5px 0;
    border-bottom: 2px solid black;
    -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.3); } }
.search-mobile-block {
  clear: both;
  position: relative;
  padding: 8px;
  background: #eeeeee;
  border-bottom: 2px solid black; }

.header-contact.mobile {
  /*@media only screen and (max-width: 374px) {
    .logo-big {
      display: none;
    }
    .logo-small {
      display: block;
    }
  }*/ }
  .header-contact.mobile .logo-small {
    display: none; }
  .header-contact.mobile .navbar-toggle {
    position: inherit;
    padding: 0; }
  .header-contact.mobile .menu-right {
    float: right;
    margin-left: 0;
    padding: 2px; }
  .header-contact.mobile .menu-menu {
    margin-left: 10px; }
  .header-contact.mobile .menu-menu:first-child {
    margin-left: 0; }
  .header-contact.mobile .menu-cart .cart {
    margin-top: 0; }
    .header-contact.mobile .menu-cart .cart .amount {
      margin-left: 2px;
      margin-right: 0; }
    .header-contact.mobile .menu-cart .cart img {
      margin-right: 1px; }
  .header-contact.mobile .menu-search {
    padding: 4px; }
  @media only screen and (max-width: 374px) {
    .header-contact.mobile .logo-big {
      max-width: 100px;
      height: auto !important;
      margin-top: 6px; } }

.top-header-mobile .mobile-cart-btn {
  top: 70px;
  padding: 13px 0 0 0; }

.top-header-mobile .mobile-cart-btn i {
  font-size: 25px !important;
  margin: 0;
  padding: 0;
  left: -1px;
  position: relative; }

.top-header-mobile .mobile-cart-btn .total {
  font-family: "Roboto Condensed", sans-serif;
  border-bottom: 1px solid #333333;
  margin: 0 5px;
  font-weight: 700;
  font-size: 23px; }

/*
 * Men├║
 */
.navbar-toggle {
  top: 5px; }

.sticky-header.force {
  display: block !important; }

.top-header-mobile .navbar-header {
  position: relative; }

.top-header-mobile .mobile-btn {
  background: white;
  padding: 13px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  -webkit-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.3);
  right: 12px;
  position: absolute;
  height: 50px;
  width: 50px;
  border: 0;
  display: block;
  text-align: center;
  vertical-align: center;
  opacity: .8; }

.top-header-mobile .mobile-btn:hover,
.top-header-mobile .mobile-btn:focus {
  margin-top: 1px; }

.top-header-mobile .top-header-mobile-canvas {
  min-height: 5px;
  overflow: auto;
  width: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background: #ffffff; }

.top-header-mobile .mobile-panel {
  display: none; }
.top-header-mobile .mobile.panel.visible {
  display: block; }

.top-header-mobile .mobile-menu .group {
  display: none; }
.top-header-mobile .mobile-menu .group.active {
  display: block !important; }
.top-header-mobile .mobile-menu ul {
  padding: 0; }
  .top-header-mobile .mobile-menu ul li {
    display: block; }
  .top-header-mobile .mobile-menu ul li:last-child .ff-btn {
    margin-bottom: 0; }
.top-header-mobile .mobile-menu .ff-btn {
  font-family: "Roboto Condensed", sans-serif;
  width: 100%;
  padding: 23px 46px 22px 41px;
  margin-bottom: 0;
  position: relative;
  text-transform: none; }
  .top-header-mobile .mobile-menu .ff-btn .fa {
    left: 10px;
    top: 25px;
    position: absolute;
    width: 20px;
    display: block;
    text-align: center; }
  .top-header-mobile .mobile-menu .ff-btn img {
    left: 16px;
    top: 21px;
    position: absolute;
    width: 20px;
    display: block;
    text-align: center; }
.top-header-mobile .mobile-menu .ff-btn {
  background: #f7f7f7 url(../img/ico-vrb.png) no-repeat right 15px center;
  color: black;
  border: none;
  border-bottom: solid 1px #E5E5E5; }
.top-header-mobile .mobile-menu .ff-btn.separator {
  background: #ffffff;
  color: #959595;
  padding-top: 15px;
  padding-bottom: 15px;
  text-transform: uppercase;
  font-size: 13px;
  pointer-events: none; }
.top-header-mobile .mobile-menu .orange {
  background: #e8531f url(../img/ico-vrw.png) no-repeat right 15px center;
  color: white;
  border: none; }
.top-header-mobile .mobile-menu .white {
  border: 1px solid silver;
  color: inherit;
  background: white url(../img/ico-vrg.png) no-repeat right 15px center; }
.top-header-mobile .mobile-menu .back {
  border: 1px solid silver;
  color: inherit;
  background: white url(../img/ico-vlg.png) no-repeat left 10px center; }
.top-header-mobile .mobile-menu .close-menu {
  border: 1px solid silver;
  color: inherit;
  background: white url(../img/ico-close.png) no-repeat right 10px center;
  text-transform: uppercase; }
.top-header-mobile .mobile-menu .ff-btn.leaf {
  font-weight: bold;
  background-image: none; }

.top-header-mobile .mobile-menu-btn {
  top: 10px; }

.top-header-mobile .mobile-menu-btn .icon-bar {
  width: 25px;
  padding: 2px; }

.mobile-collapsed {
  display: inline; }

@media only screen and (max-width: 767px) {
  .footer-bottom {
    padding-top: 0; } }
body .section-socio-popup {
  padding-top: 0 !important; }
body .section-socio-popup .d-block {
  margin-bottom: 15px !important; }

/* Template */
@media only screen and (max-width: 767px) {
  .main-header {
    margin-bottom: 0; }

  .breadcrumb {
    margin-top: 10px; } }
/**
 * All
 */
.cover-promo .screen-caption {
  min-height: inherit; }

.main-tabs .tab-pane ul li:before {
  content: '>'; }

.section-home .page-body {
  padding-top: 0; }

.benefits-block h1 {
  margin-bottom: 30px; }

.error404-page {
  padding-top: 40px; }

footer {
  background-color: #242930; }

/**
 * iPad
 */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .sticky-header .faux-table .cart {
    width: auto; }

  .results-navigation .pagination-top {
    display: none; } }
/**
 *  iPad portrait
 */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .search-area {
    padding-top: 0; }

  .sticky-header .faux-table .contact-phone {
    display: none; }

  body .ff-ui .category-heading .lg-title {
    font-size: 33px; }

  .category-links li {
    display: none; }

  .category-links li:nth-child(1),
  .category-links li:nth-child(2),
  .category-links li:nth-child(3),
  .category-links li:nth-child(4),
  .category-links li:nth-child(5) {
    display: inline-block; }

  .filter-box-mobile .col-xs-6 {
    width: 100%;
    margin-bottom: 5px; }

  .filter-modal .filter-box .filter-body .checkbox {
    height: 45px; }

  .pq-side {
    width: 100%; }

  .sort-modal .ff-btn {
    width: 100%;
    margin-bottom: 10px; }

  .main-tabs .nav-tabs > li {
    width: 100%;
    height: 47px; }

  .features-tabs .tab-pane {
    min-height: 0; }

  .product-form .main-form.loaded-stock .hide-on-loading {
    font-size: 22px;
    padding: 12px 40px 12px 12px; }

  .cover-products {
    padding-top: 0; }

  .cover-sizing {
    margin-top: 0 !important; }

  .section-stores-benefits {
    padding-bottom: 0 !important;
    padding-top: 0; }

  .main-carousel {
    margin-bottom: 10px; }

  body.interiores .benefits li {
    width: 30%;
    margin-bottom: 15px; } }
/**
 * iPad Landscape
 */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .search-area .main-search .styled-search {
    max-width: 100%; }

  .category-links li {
    display: none; }

  .category-links li:nth-child(1),
  .category-links li:nth-child(2),
  .category-links li:nth-child(3),
  .category-links li:nth-child(4),
  .category-links li:nth-child(5),
  .category-links li:nth-child(6) {
    display: inline-block; }

  .filters-right {
    width: 100%; }

  .product-form .cta-price {
    bottom: -45px; }

  .section-merchandise {
    padding-bottom: 20px; }

  .cover-products {
    margin-bottom: 20px; } }
/**
 * Moviles vertical
 */
@media only screen and (max-device-width: 736px) and (orientation: portrait) {
  .section-stores-benefits {
    padding-top: 10px; }

  .product-breadcrumb {
    display: none; }

  .cover-products {
    padding-top: 0; }

  .cover-sizing {
    margin-top: 0 !important; }

  .cover-products .box-item {
    margin-bottom: 0 !important; }

  .promo-banners {
    padding-top: 10px; }

  body.interiores .benefits li {
    width: 45%; }

  .product-slideshow .screen-slide {
    background: white; }

  .product-reference .lg-title {
    margin-bottom: 20px; } }
/**
 * Moviles horizontal
 */
@media only screen and (max-device-width: 736px) and (orientation: landscape) {
  .section-stores-benefits {
    padding-top: 10px; }

  .product-breadcrumb {
    display: none; }

  .cover-products {
    padding-top: 0; }

  .cover-sizing {
    margin-top: 0 !important; }

  .cover-products .box-item {
    margin-bottom: 0 !important; }

  .promo-banners {
    padding-top: 10px; }

  body.interiores .benefits li {
    width: 30%;
    margin-bottom: 15px; }

  .product-slideshow .screen-slide {
    background: white; } }
/**
 * Desktop
 */
@media only screen and (min-width: 1024px) {
  .cover-products {
    padding-top: 10px; }

  .section-stores-benefits {
    padding-top: 20px;
    padding-bottom: 20px; } }
/**
 * Fixes
 */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sticky-header .faux-table .contact-phone {
    display: none; }

  .sticky-header .faux-table .cart {
    width: 60px;
    margin-top: 4px; }

  .top-nav li a {
    padding: 8px;
    font-size: 16px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sticky-header .faux-table .cart {
    width: 60px;
    margin-top: 4px; }

  .search-area .main-search .styled-search {
    max-width: 100%; }

  .menu-destacados {
    display: none; }

  .top-nav li a {
    padding: 10px;
    font-size: 16px; } }

/*# sourceMappingURL=theme-override.css.map */


.category-heading p {
  margin-bottom: 20px;
}