.new_price.mobile, .old_price.mobile, .in_stock, .out_stock, .analog.mobile {
  display: none;
}

@media (max-width: 767px) {
  .td_price, .td_warehouse {
    display: none;
  }

  .td_photo img {
    max-width: 100%;
  }

  .cnt_feedback {
    width: auto;
    font-size: 11px;
    padding: 5px 15px;
  }

  .bg_table table tr td {
    padding: 10px 6px 10px 8px;
  }
  .bg_table .td_photo, .bg_table .td_buy {
    width: 25% !important;
  }
  .bg_table .td_name {
    width: 50% !important;
  }
  .bg_table .mailing .mailing-btn {
    font-size: 11px;
  }
  .bg_table .new_price, .bg_table .in_stock, .bg_table .out_stock, .analog.mobile {
    display: block;
  }
  .bg_table .new_price {
    font-size: 20px;
    font-weight: bold;
  }
  .bg_table .in_stock {
    font-size: 15px;
    color: #54A200;
  }
  .bg_table .out_stock {
    font-size: 15px;
    color: #F33636;
  }

  .bx_item_detail .bx_item_container .bx_lt {
    width: 100%;
  }

  .bx_item_detail .bx_item_container .bx_rt {
    width: 100%;
    padding-top: 0;
  }
}

/*# sourceMappingURL=card.css.map */
