#product_img .detail-img img {
  width: 100%;
  height: auto;
  border: 1px solid #eee;
  margin-bottom: 10px;
}

#nail img {
  border: 1px solid #eee;
  margin-bottom: 10px;
}

#product_info .product_tle {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 30px;
}

.table-info-right>tbody>tr>td:first-child {
  width: 130px;
  font-weight: 400;
}

.table-info-right td {
  padding: 8px 0;
}

input#order_count {
  padding: 6px;
}

.title-shop {
  /* border-bottom: 1px solid #232323; */
  /* padding-bottom: 18px; */
  margin-bottom: 10px !important
}

.table-top-border {
  border-top: 2px solid #222;
}

.table-shop th,
.table-top-border th {
  font-weight: 500 !important;
}

.table-shop input+input {
  margin-top: 4px;
}

.table-shop dd {
  color: #777;
  font-size: 14px;
}
.table-member select ,
.table-shop select {
  height: 44.5px;
  line-height: 44.5px;
  margin-right: 5px;
  padding: 10px;
  border: 1px solid #ddd;
  cursor: pointer;
}

#infobox dl {
  margin-bottom: 20px;
}
#txtbox_info {
  color: #777;
}

.shop-navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 3.5rem;
  list-style: none;
}

.shop-navbar div {
  width: auto;
  /* display: inline; */
}

.shop-navbar div a {
  display: block;
  position: relative;
  padding: 10px 20px;
  font-size: 15px;
  color: #666;
  text-align: center;
  padding-top: 9px;
    padding-bottom: 9px;
    border-radius: 22px;
}

.shop-navbar #leftoff a {
  border: 1px solid transparent;
}

.shop-navbar #lefton a {
  color: var(--themecolor);
  border: 1px solid  var(--themecolor);
  background-color: transparent;
  margin: 0;
}

@media (max-width: 991px) {

  .table-shop th,
  .table-shop td {
    display: block;
  }

  .table-shop colgroup col {
    width: 100%;
  }

  .table-shop th,
  .table-shop td {
    width: 100%;
  }

  .table-shop th {
    /* background-color: #f6f6f6; */
    border-bottom: none;
    padding-bottom: 0;
  }
}

@media (max-width: 545px) {

  input[name="oaddress_01"],
  input[name="oaddress_02"],
  input[name="address"],
  input[name="address_01"],
  input[name="omail"] {
    width: 100%;
  }

  #txtbox_info {
    font-size: 15px;
  }

}
