@charset "utf-8";
.carttable table {
  border: 1px solid #b9b9b9; }
  .carttable table td {
    width: 25%;
    vertical-align: middle;
    letter-spacing: 1px;
    font-weight: 500;
    }
    .carttable table td a i {
      color: #58595b; }
      .carttable table td a i:hover {
        color: #58595b; }
    .carttable table td:nth-of-type(1) {
      width: 40%; }
    .carttable table td button {
      width: 20%;
      background: none;
      border: 1px solid #fff;
      padding: 0; }
      .carttable table td button i {
        color: #000; }
      .carttable table td button:first-of-type {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0; }
      .carttable table td button:last-of-type {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0; }
    .carttable table td input {
      border-radius: 0;
      border-color: #ccc;
      padding: 0.4rem 0rem 0.4rem 0.4rem;
      width: 20%;
      margin: 0rem; }
    .carttable table td .carttm {
      color: #ec1b23; }

.carttable2 table {
  border: 1px solid #b9b9b9; }
  .carttable2 table td {
    width: 33.3333333333%;
    vertical-align: middle;
    letter-spacing: 1px;
    font-weight: 500; }
    .carttable2 table td a i {
      color: #58595b; }
      .carttable2 table td a i:hover {
        color: #58595b; }
    .carttable2 table td:nth-of-type(1) {
      width: 53.3333333333%; }
    .carttable2 table td button {
      width: 20%;
      background: none;
      border: 1px solid #fff;
      padding: 0; }
      .carttable2 table td button i {
        color: #000; }
      .carttable2 table td button:first-of-type {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0; }
      .carttable2 table td button:last-of-type {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0; }
    .carttable2 table td input {
      border-radius: 0;
      border-color: #ccc;
      padding: 0.4rem 0rem 0.4rem 0.4rem;
      width: 20%;
      margin: 0rem; }
    .carttable2 table td .carttm {
      color: #ec1b23; }

.table-cartbg, .table-cartbgb td, .table-cartbg th {
  background-color: #278ce1; }

.table-cartbg02, .table-cartbgb02 td, .table-cartbg02 th {
  background-color: #efefef; }

.table-bordered td {
  border: 1px solid #3a3a3a !important; }

.tablebox01 td {
  border-bottom: 1px solid #ff0000 !important; }

@media (max-width: 575.98px) {
  main article {
    margin-bottom: 0; }

  .carttable table td {
    font-size: 0.5rem;
    padding: 0.2rem; }
    .carttable table td select {
      padding: 0; }
    .carttable table td input {
      padding: 0rem;
      width: 40px; }

  .carttable2 table td {
    font-size: 0.5rem;
    padding: 0.2rem; }
    .carttable2 table td select {
      padding: 0; } }

@media (min-width: 576px) and (max-width: 767.98px) {
  .carttable table td input {
    width: 50px; } }
@media (min-width: 768px) and (max-width: 991.98px) {
  .carttable table td input {
    width: 70px; } }
@media (min-width: 992px) and (max-width: 1199.98px) {
  .carttable table td input {
    width: 70px; } }