.cp_ipselect {
  text-align: center;
  margin-bottom: 24px;
}

.selectbox-3 {
  display: inline-flex;
  align-items: center;
  position: relative;
}

.selectbox-3::after {
  position: absolute;
  right: 15px;
  width: 10px;
  height: 7px;
  background-color: #535353;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: '';
  pointer-events: none;
}

.selectbox-3 select {
  appearance: none;
  min-width: 600px;
  height: 2.8em;
  padding: .6em calc(.8em + 30px) .6em .8em;
  border: 2px solid #000;
  border-radius: 25px;
  background-color: #fff;
  color: #333333;
  margin: 0 auto;
  font-size: 1em;
  cursor: pointer;
}

.tableBasic p {
  text-align: center;
  line-height: 1.4em;
  margin-bottom: 0 !important;
}

table {
  width: 100%;
  margin: 12px auto;
  font: 13px/32px "Open Sans", "lucida grande", "Segoe UI", arial, verdana, "lucida sans unicode", tahoma, sans-serif;
  background-color: #fff;
  border-collapse: collapse;
  border-spacing: 0;
  box-sizing: border-box;
}

table caption {
  background-color: #ffcc02;
  color: #000;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  padding: 0;
}

table th {
  width: 12.5% !important;
  background-color: #ffcc02;
  padding: 12px 4px !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 15px !important;
  color: #000 !important;
  text-align: center !important;
  vertical-align: middle !important;
  border: 1px solid #999 !important;
  font-weight: bold !important;
}
table th:nth-child(n+3) {
  text-align: left !important;
}
table th:last-child {
  background-color: #FF9E2C; 
}
table td {
  padding: 12px 12px;
  line-height: 17px;
  color: #000;
  text-align: left;
  border: 1px solid #999;
  background: #fffbe4;
}
table td:nth-child(n+3) {
  text-align: center;
}

table tr:nth-child(odd) td {
  background: #fff;
}

#shop .shop {
  padding: 12px;
}

.center {
  text-align: center;
}

@media screen and (max-width: 767px) {

  .selectbox-3 select {
  appearance: none;
  min-width: 380px;
  height: 2.8em;
  padding: .6em calc(.8em + 30px) .6em .8em;
  border: 2px solid #000;
  border-radius: 25px;
  background-color: #fff;
  color: #333333;
  margin: 0 auto;
  font-size: 1em;
  cursor: pointer;
}


 .tableWrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .shoplistTable {

    min-width: 1240px;

  }


  #DataTables_Table_0_wrapper > .row:first-child {

    display: flex;

    justify-content: center;

    align-items: center;

    gap: 12px;

  }

  .dataTables_length,

  .dataTables_filter {

    float: none !important;

    text-align: left !important;

  }

  .dataTables_filter label {

    display: flex;

    align-items: center;

    gap: 4px;

    white-space: nowrap;

  }

  .dataTables_filter input {

    width: 100px;

  }
  



}