.product-detail {
  border: 1px solid #d8d8d8;
}

.detail-title {
  position: relative;
  margin: 20px 0;
  padding-left: 12px;
  font-size: 19px;
  font-weight: bold;
  color: #333333;
}

.detail-title::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  display: block;
  width: 3px;
  height: 100%;
  border-radius: 6px;
  background: #1875f0;
}

.product-des {
  padding: 0 60px;
}

.tes-wrap {
  padding: 30px;
}

.btn-wrap {
  margin: 40px 0;
  text-align: center;
}

.btn-wrap .btn {
  min-width: 180px;
  margin: 0 12px;
  border-radius: 0;
}

.tes-wrap .table {
  border: 1px solid #dee2e6;
}

.tes-wrap .table thead {
  background: #f2f2f2;
}

.tes-wrap .table > thead > tr > th,
.tes-wrap .table td {
  /* display: flex;
  align-items: center;
  justify-content: center; */
  text-align: center;
}

.op-wrap {
  min-width: 100px;
  vertical-align: middle!important;
}

.op-wrap i {
  margin: 0 10px;
  font-size: 16px;
  cursor: pointer;
  color: #1875f0;
}

.btn-secondary {
  font-weight: normal;
  background-color: #6c757d!important;
  border-color: #6c757d!important;
  padding: .375rem .75rem;
}

/* modal --start */

.modal-dialog {
  max-width: 756px;
}

.modal-content button.close {
  position: relative;
  left: 0;
  top: 0;
  border: none;
  width: auto;
  height: auto;
  line-height: 1;
}

.addModal .modal-header {
  align-items: center;
}

.addModal .modal-header span {
  font-size: 30px;
}

.addModal .modal-header h6 {
  position: relative;
  padding: 0;
  padding-left: 18px;
  font-size: 18px;
}

.addModal .modal-header h6::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 4px;
  height: 100%;
  background: #1875f0;
  border-radius: 12px;
}

.addModal .modal-header {
  background-color: #F5F5F5;
}

.addModal .modal-footer {
  margin-bottom: 20px;
  border-top: none;
  justify-content: center;
}

.addModal .modal-footer .btn {
  min-width: 175px;
}

.addModal .modal-footer .btn:first-child {
  border-color: #BBBBBB;
  background-color: #BBBBBB;
  color: #fff;
}

.addModal .form-group {
  border-bottom: 1px solid #E4E4E4;
  padding-bottom: 16px;
  margin-left: 12px;
  margin-right: 12px;
}

.addModal .col-form-label {
  padding-left: 0;
}


/* modal --end */