@media (min-width: 300px) and (max-width: 767px) {

  * {
    margin: 0;
  }

  .container {
    padding-right: 15px !important;
    padding-left: 15px !important;
    margin-left: 0% !important;
    width: 100% !important;
  }

  #desktopMenu {
    display: none;
  }

  #blocoBotoesDetalhes {
    position: static;
  }

  .checkout-panel {
    background-color: #fff;
    margin: 80px 0 0 16px !important;
    width: calc(100% + 25px) !important;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    border-radius: 10px;
    margin-bottom: 20px !important;
  }

  .navbar-inverse {
    position: fixed;
    width: 100%;
  }

  .right-align {
    text-align: right;
    padding-left: 11px !important;
  }

  .modal-content {
    margin: 20% auto;
    width: 80%;
    height: 80%;
    border-radius: 8px;
    overflow-y: auto;
  }

}