@charset "UTF-8";
/* CSS Document */

@media screen and ( max-width: 767px ) {
  img.logoImage {
    max-width: 90%;
  }

  .item {
    width: 100%;
  }

  .smallButton {
    font-size: 0.6em;
    padding: 6px;
    border-radius: 4px;
    width: 10em;
    margin-top: 1.5em;
  }

  .footer .logout {
    margin-top: 1em;
  }

  .barcodeButtons {
    list-style: none;
    padding: 0;
    text-align: center;
    margin-bottom: 20px;
  }
  .barcodeButtons li {
    margin-bottom:15px;
  }
  .barcodeButtons li button {
    width: 12em;
  }

  #bcImg {
    width:200px;
    padding:20px 0;
  }

  .productNameWithBc {
    margin: 0;
    font-size: 1.25em;
    font-weight: bold;
  }
  .descriptionWithBc {
    margin: 0;
    margin-bottom: 10px;
    font-size: 0.8em;
  }

  .cardInfoWithBc {
    margin: 0;
    font-size: 1.0em;
  }

  .itemCommentDetail pre {
    display: inline !important;
  }
}
