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

@media screen and ( min-width: 768px ) {
  img.logoImage {
  }
  
  .item {
    width: 50%;
  }
  .itemOneColumn {
    width: 100%;
  }
  
  .smallButton {
    font-size: 0.6em;
    padding: 6px;
    border-radius: 4px;
    width: 10em;
  }
    
  .barcodeButtons {
    list-style: none;
    padding: 0;
    text-align: center;
    margin-bottom: 20px;
  }
  .barcodeButtons li {
    display: inline-block;
    margin-right: 5px;
  }
  .barcodeButtons li button {
    width: 12em;
  }
  
  #bcImg {
    width:60%;
    padding:30px 0;
  }
  
  .productNameWithBc {
    margin: 0;
    font-size: 2.0em;
    font-weight: bold;
  }
  .descriptionWithBc {
    margin: 0;
    margin-bottom: 10px;
    font-size: 1.0em;
  }
  
  .cardInfoWithBc {
    margin: 0;
    font-size: 1.2em;
  }

  
}