.category-top-menu.block-content li[data-depth="0"] > div {
  background: rgb(242.25, 242.25, 242.25);
}
.category-top-menu.block-content li[data-depth="1"] > div {
  background: rgb(229.5, 229.5, 229.5);
}
.category-top-menu.block-content li[data-depth="1"] .category-sub-link {
  padding-right: 12px;
}
.category-top-menu.block-content li[data-depth="1"] div .category-sub-link {
  padding: 0px 4px 0px 0px !important;
}
.category-top-menu.block-content li[data-depth="1"] div .category-sub-link:before {
  display: none !important;
}
.category-top-menu.block-content .collapse-icons {
  right: 4px;
}

.mto-mayorista-poco-stock,
.mto-mayorista-medio-stock,
.mto-mayorista-mucho-stock {
  display: none !important;
}

.product-miniature .product-flags-container {
  position: relative;
}
.product-miniature .product-flag {
  border-radius: 5px;
}

.btn-grey {
  border-width: 1px;
  background-color: #777;
  border-radius: 4px;
}
.btn-grey:hover {
  color: white;
  background: transparent;
  border: 1px solid white;
}

.br-4 {
  border-radius: 4px;
}

.after-none:after {
  content: none !important;
}

#iqitwishlist-modal .modal-content {
  min-height: auto;
}
@media (max-width: 575.98px) {
  #iqitwishlist-modal .modal-dialog {
    margin: 90px auto;
    padding: 1rem;
  }
  #iqitwishlist-modal .iqitsociallogin-colors-native .btn-google span div {
    background: white;
    border-radius: 4px;
    padding: 3px;
  }
  #iqitwishlist-modal .iqitsociallogin-colors-native .btn-google span div img {
    width: 20px !important;
  }
}

@media (pointer: coarse) and (hover: none) {
  .product-functional-buttons.product-functional-buttons-bottom {
    transform: translate(-50%);
    opacity: 1;
  }
}
.showing {
  display: block;
  font-size: 14px;
  font-weight: 500;
  margin-top: 8px;
  color: #777;
}

.driven-badge {
  padding: 2px 8px;
  border: 1px solid #ddd;
  border-radius: 50px;
  line-height: 18px;
  white-space: nowrap;
  text-decoration: none;
  display: block;
}
.driven-badge:hover, .driven-badge:focus {
  border-color: #888;
  text-decoration: none;
  color: inherit;
}
.driven-badge-label {
  color: #777;
  font-size: 11px;
}
.driven-badge-name {
  font-weight: 700;
}
.driven-badge-image {
  max-height: 16px;
  width: auto;
}
@media (max-width: 768px) {
  .driven-badge {
    display: inline-block;
    line-height: 12px;
  }
  .driven-badge-label {
    display: block;
    text-align: center;
  }
  .driven-badge-image {
    max-height: 12px;
  }
}

#mobile-header .col-mobile-logo {
  max-height: none;
}
#mobile-header .col-mobile-logo .logo {
  max-height: 48px;
}/*# sourceMappingURL=general.css.map */