.category-top-menu.block-content li[data-depth="0"] > div {
  background: #f2f2f2;
}
.category-top-menu.block-content li[data-depth="1"] > div {
  background: #e6e6e6;
}
.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;
  }
}/*# sourceMappingURL=general.css.map */