/*
@supports (-webkit-touch-callout: none) {
  .modal-comprar-ajax-status {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
  }
}*/

.preco-produto>:nth-child(2) * {
    font-size: 1rem !important;
}

.listagem .listagem-item .info-produto .titulo:last-child {
    font-weight: bold !important;
}

.menu-mobile-wrap {
    z-index: 999999 !important;
}

@media only screen and (max-width: 1024px) {
    html.is-ios .vitrine-video .listagem .listagem-item .info-produto.prodTxt-2 .nome-produto {
        min-height: 40px;
    }
}